public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-firmware/
Date: Sun,  1 Oct 2023 18:08:52 +0000 (UTC)	[thread overview]
Message-ID: <1696183712.212895b528c07e71e97434b13a0ba527db3c6436.pacho@gentoo> (raw)

commit:     212895b528c07e71e97434b13a0ba527db3c6436
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  1 18:07:53 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Oct  1 18:08:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=212895b5

gnome-extra/gnome-firmware: add 45.0

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 gnome-extra/gnome-firmware/Manifest                |  1 +
 .../gnome-firmware/gnome-firmware-45.0.ebuild      | 44 ++++++++++++++++++++++
 2 files changed, 45 insertions(+)

diff --git a/gnome-extra/gnome-firmware/Manifest b/gnome-extra/gnome-firmware/Manifest
index 5535bc7f0a47..64f5ea8f73b5 100644
--- a/gnome-extra/gnome-firmware/Manifest
+++ b/gnome-extra/gnome-firmware/Manifest
@@ -1,2 +1,3 @@
 DIST gnome-firmware-43.0.tar.xz 261244 BLAKE2B 93eaf911d080f70d9f7de0467804751fe9f26fbe7d9aa0835360949bcc8c7ecb827ecc1a21c71392448b98b442db239ac85181bd1bfeedd896ff7357ebfee206 SHA512 8aa06de07e5fb40f15ee8c8a688552978dd183db8f783246094d5713c99d8b90aeb50212517a45e80e3152053fed864f99028f1f2b8535dc596c86a7d70c339a
 DIST gnome-firmware-43.2.tar.xz 272344 BLAKE2B 6fc698d3b8c831d4802111bc5bfd290f570a1a87ca621280621e191c9669b892732ed63b8dac516fd7231092b777977844f06848c32ea67a9ff6338166330f25 SHA512 8524a2b2c5ab5de5f2cbb01e02e158d351e29182af6330c34760745fdd2817323ac11eaad302a540dfe16d29aef10778c38bb705523d8260340d06188b98fc4d
+DIST gnome-firmware-45.0.tar.xz 277276 BLAKE2B b6ef1995b3861e4f44a7463d55be3450cdb6e1d623b41e82d87ddbd3b25cde258ecdd8ed0d6edf1b9c4d6711ad401050a879ad5dcae1d77267511b92f078082f SHA512 62cf662545ab3f4eb5f9f76880a5593dd3a428fdc255eb011bb53b6a3b9f81e8ad5d8b392734ca02ba6067fde32087e19f581b0e9103c960afb72168309053d3

diff --git a/gnome-extra/gnome-firmware/gnome-firmware-45.0.ebuild b/gnome-extra/gnome-firmware/gnome-firmware-45.0.ebuild
new file mode 100644
index 000000000000..c808f3bd68fd
--- /dev/null
+++ b/gnome-extra/gnome-firmware/gnome-firmware-45.0.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit meson xdg
+
+DESCRIPTION="Install firmware on devices"
+HOMEPAGE="https://gitlab.gnome.org/World/gnome-firmware"
+SRC_URI="https://people.freedesktop.org/~hughsient/releases/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="+man elogind systemd"
+
+RDEPEND="
+	>=gui-libs/gtk-4.2:4
+	>=dev-libs/glib-2.74.0:2
+	>=sys-apps/fwupd-1.8.11[elogind?,systemd?]
+	>=dev-libs/libxmlb-0.1.7:=
+	>=gui-libs/libadwaita-1.4:1
+	elogind? ( sys-auth/elogind )
+	systemd? ( sys-apps/systemd )
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+	sys-devel/gettext
+	virtual/pkgconfig
+	man? ( sys-apps/help2man )
+"
+
+DOCS=( README.md )
+
+src_configure() {
+	local emesonargs=(
+		-Dconsolekit=false
+		-Ddevel=false
+		$(meson_use elogind)
+		$(meson_use man)
+		$(meson_use systemd)
+	)
+	meson_src_configure
+}


             reply	other threads:[~2023-10-01 18:08 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-10-01 18:08 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-10-17 11:56 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-firmware/ Pacho Ramos
2024-10-03  8:36 Pacho Ramos
2024-10-03  8:36 Pacho Ramos
2024-05-18 16:08 Sam James
2024-05-18 10:46 Pacho Ramos
2023-10-01 18:08 Pacho Ramos
2023-04-18 15:08 Pacho Ramos
2023-02-24 14:48 Pacho Ramos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1696183712.212895b528c07e71e97434b13a0ba527db3c6436.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox