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: Fri, 24 Feb 2023 14:48:56 +0000 (UTC)	[thread overview]
Message-ID: <1677249209.3de84f06355ca2481d4eada01bf132c43f973e26.pacho@gentoo> (raw)

commit:     3de84f06355ca2481d4eada01bf132c43f973e26
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 24 14:33:29 2023 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Fri Feb 24 14:33:29 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3de84f06

gnome-extra/gnome-firmware: add 43.2

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

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

diff --git a/gnome-extra/gnome-firmware/Manifest b/gnome-extra/gnome-firmware/Manifest
index 91e4973b183a..5535bc7f0a47 100644
--- a/gnome-extra/gnome-firmware/Manifest
+++ b/gnome-extra/gnome-firmware/Manifest
@@ -1 +1,2 @@
 DIST gnome-firmware-43.0.tar.xz 261244 BLAKE2B 93eaf911d080f70d9f7de0467804751fe9f26fbe7d9aa0835360949bcc8c7ecb827ecc1a21c71392448b98b442db239ac85181bd1bfeedd896ff7357ebfee206 SHA512 8aa06de07e5fb40f15ee8c8a688552978dd183db8f783246094d5713c99d8b90aeb50212517a45e80e3152053fed864f99028f1f2b8535dc596c86a7d70c339a
+DIST gnome-firmware-43.2.tar.xz 272344 BLAKE2B 6fc698d3b8c831d4802111bc5bfd290f570a1a87ca621280621e191c9669b892732ed63b8dac516fd7231092b777977844f06848c32ea67a9ff6338166330f25 SHA512 8524a2b2c5ab5de5f2cbb01e02e158d351e29182af6330c34760745fdd2817323ac11eaad302a540dfe16d29aef10778c38bb705523d8260340d06188b98fc4d

diff --git a/gnome-extra/gnome-firmware/gnome-firmware-43.2.ebuild b/gnome-extra/gnome-firmware/gnome-firmware-43.2.ebuild
new file mode 100644
index 000000000000..818a90dcadbf
--- /dev/null
+++ b/gnome-extra/gnome-firmware/gnome-firmware-43.2.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
+	>=sys-apps/fwupd-1.7.5[elogind?,systemd?]
+	>=dev-libs/libxmlb-0.1.7:=
+	>=gui-libs/libadwaita-1.0.0: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-02-24 14:49 UTC|newest]

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

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=1677249209.3de84f06355ca2481d4eada01bf132c43f973e26.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