commit:     39d611ad09b832f8db016105d58473942359fe8d
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 18 04:12:55 2025 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 04:12:55 2025 +0000
URL:        https://gitweb.gentoo.org/repo/dev/tamiko.git/commit/?id=39d611ad

sys-apps/fwupd: new package, add 2.0.12, 2.0.13

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sys-apps/fwupd/Manifest            |   2 +
 sys-apps/fwupd/files/fwupd-r2      |  13 +++
 sys-apps/fwupd/fwupd-2.0.12.ebuild | 173 +++++++++++++++++++++++++++++++++++++
 sys-apps/fwupd/fwupd-2.0.13.ebuild | 173 +++++++++++++++++++++++++++++++++++++
 sys-apps/fwupd/metadata.xml        |  35 ++++++++
 5 files changed, 396 insertions(+)

diff --git a/sys-apps/fwupd/Manifest b/sys-apps/fwupd/Manifest
new file mode 100644
index 0000000..8772d46
--- /dev/null
+++ b/sys-apps/fwupd/Manifest
@@ -0,0 +1,2 @@
+DIST fwupd-2.0.12.tar.xz 4944988 BLAKE2B 
33c164285021f2763521b46eac117fe61d029498c439cc5be95204708044f0c42097267d7675842b0a9a6bd350cfc709fab9451212a6f687110cb12447daf98d
 SHA512 
2b60c82152b8773871f3738c98b7f55fbf02ba2c93af54fbbfd3601b0b1778d2dde4b00e9d2537448b1eddc417cdd97dc23cab80c2a15d3719e495ab303cbf39
+DIST fwupd-2.0.13.tar.xz 4957064 BLAKE2B 
491cf67cbac276831bfdb4cf488ab4c3548a82e122700ba7cc543637a9481a37e34ebf74ed8bf0700744fa8b0ed3b4dbfb849aee6a065e25a942f86465f41c13
 SHA512 
40146e97d54cce444404b78ec918df4a9e2c2c0185aea46cc25e09b7896fc703572fb8e858c54adc71b5e4c2916b765a15f6670061779fa45fa804005583819f

diff --git a/sys-apps/fwupd/files/fwupd-r2 b/sys-apps/fwupd/files/fwupd-r2
new file mode 100644
index 0000000..d30bf1d
--- /dev/null
+++ b/sys-apps/fwupd/files/fwupd-r2
@@ -0,0 +1,13 @@
+#!/sbin/openrc-run
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+description="Firmware update daemon"
+pidfile="/var/run/fwupd.pid"
+command="/usr/libexec/fwupd/fwupd"
+command_background="true"
+
+depend() {
+       need elogind dbus
+       before display-manager
+}

diff --git a/sys-apps/fwupd/fwupd-2.0.12.ebuild 
b/sys-apps/fwupd/fwupd-2.0.12.ebuild
new file mode 100644
index 0000000..3d36afa
--- /dev/null
+++ b/sys-apps/fwupd/fwupd-2.0.12.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit meson python-single-r1 vala udev xdg
+
+DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
+HOMEPAGE="https://fwupd.org";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="amdgpu +archive bash-completion bluetooth cbor flashrom gnutls gtk-doc 
introspection lzma minimal modemmanager nvme policykit protobuf seccomp spi 
synaptics systemd test tpm uefi"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+       ^^ ( minimal systemd )
+       minimal? ( !introspection )
+       spi? ( lzma )
+       seccomp? ( systemd )
+       synaptics? ( gnutls )
+       test? ( archive )
+       uefi? ( gnutls )
+"
+RESTRICT="!test? ( test )"
+
+BDEPEND="$(vala_depend)
+       $(python_gen_cond_dep '
+               dev-python/jinja2[${PYTHON_USEDEP}]
+       ')
+       >=dev-build/meson-1.3.2
+       virtual/pkgconfig
+       sys-apps/hwdata
+       gtk-doc? (
+               $(python_gen_cond_dep '
+                       >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+               ')
+               >=dev-util/gi-docgen-2021.1
+       )
+       bash-completion? ( >=app-shells/bash-completion-2.0 )
+       introspection? ( dev-libs/gobject-introspection )
+       test? (
+               net-libs/gnutls[tools]
+       )
+       uefi? (
+               $(python_gen_cond_dep '
+                       dev-python/pygobject:3[cairo]
+               ')
+       )
+"
+COMMON_DEPEND="${PYTHON_DEPS}
+       >=app-arch/gcab-1.0
+       app-arch/xz-utils
+       >=dev-libs/glib-2.72:2
+       >=dev-libs/json-glib-1.6.0
+       >=dev-libs/libjcat-0.2.0[gpg,pkcs7]
+       >=dev-libs/libxmlb-0.3.19:=[introspection?]
+       $(python_gen_cond_dep '
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+       ')
+       >=net-misc/curl-7.62.0
+       archive? ( app-arch/libarchive:= )
+       cbor? ( >=dev-libs/libcbor-0.7.0:= )
+       flashrom? ( >=sys-apps/flashrom-1.2-r3 )
+       gnutls? ( >=net-libs/gnutls-3.6.0 )
+       virtual/libusb:1
+       protobuf? ( dev-libs/protobuf-c:= )
+       lzma? ( app-arch/xz-utils )
+       modemmanager? ( net-misc/modemmanager[mbim,qmi] )
+       policykit? ( >=sys-auth/polkit-0.114 )
+       seccomp? ( sys-apps/systemd[seccomp] )
+       dev-db/sqlite
+       systemd? ( >=sys-apps/systemd-249 )
+       uefi? (
+               sys-apps/fwupd-efi
+               sys-boot/efibootmgr
+               sys-fs/udisks
+               sys-libs/efivar
+       )
+"
+RDEPEND="
+       ${COMMON_DEPEND}
+       sys-apps/dbus
+"
+
+DEPEND="
+       ${COMMON_DEPEND}
+       x11-libs/pango[introspection]
+       sys-kernel/linux-headers
+       amdgpu? (
+               x11-libs/libdrm[video_cards_amdgpu]
+       )
+"
+
+src_prepare() {
+       default
+
+       vala_setup
+
+       sed -e "/install_dir.*'doc'/s/doc/gtk-doc/" \
+               -i docs/meson.build || die
+
+       python_fix_shebang "${S}"/contrib/*.py
+}
+
+src_configure() {
+       local plugins=(
+               $(meson_feature flashrom plugin_flashrom)
+               $(meson_feature protobuf protobuf)
+               $(meson_feature modemmanager plugin_modem_manager)
+               $(meson_use uefi plugin_uefi_capsule_splash)
+       )
+
+       local emesonargs=(
+               --localstatedir "${EPREFIX}"/var
+               -Dbuild="$(usex minimal standalone all)"
+               -Defi_binary="false"
+               -Defi_os_dir="gentoo"
+               -Dman="true"
+               -Dsupported_build="enabled"
+               -Dsystemd_unit_user=""
+               $(meson_feature archive libarchive)
+               $(meson_use bash-completion bash_completion)
+               $(meson_feature bluetooth bluez)
+               $(meson_feature cbor)
+               $(meson_feature gnutls)
+               $(meson_feature gtk-doc docs)
+               $(meson_feature introspection)
+               $(meson_feature policykit polkit)
+               $(meson_feature systemd)
+               $(meson_use test tests)
+
+               ${plugins[@]}
+       )
+       export CACHE_DIRECTORY="${T}"
+       meson_src_configure
+}
+
+src_test() {
+       LC_ALL="C" meson_src_test
+}
+
+src_install() {
+       meson_src_install
+
+       if ! use minimal ; then
+               newinitd "${FILESDIR}"/${PN}-r2 ${PN}
+       fi
+
+       if use test; then
+               # Preventing tests from being installed in the first place is a 
moving target,
+               # just axe them all afterwards.
+               rm -rf \
+                       "${ED}"/usr/libexec/installed-tests \
+                       "${ED}"/usr/share/fwupd/device-tests \
+                       
"${ED}"/usr/share/fwupd/host-emulate.d/thinkpad-p1-iommu.json.gz \
+                       "${ED}"/usr/share/fwupd/remotes.d/fwupd-tests.conf \
+                       "${ED}"/usr/share/installed-tests \
+               || die
+       fi
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       use minimal || udev_reload
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       use minimal || udev_reload
+}

diff --git a/sys-apps/fwupd/fwupd-2.0.13.ebuild 
b/sys-apps/fwupd/fwupd-2.0.13.ebuild
new file mode 100644
index 0000000..3d36afa
--- /dev/null
+++ b/sys-apps/fwupd/fwupd-2.0.13.ebuild
@@ -0,0 +1,173 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+PYTHON_COMPAT=( python3_{11..13} )
+
+inherit meson python-single-r1 vala udev xdg
+
+DESCRIPTION="Aims to make updating firmware on Linux automatic, safe and 
reliable"
+HOMEPAGE="https://fwupd.org";
+SRC_URI="https://github.com/${PN}/${PN}/releases/download/${PV}/${P}.tar.xz";
+
+LICENSE="LGPL-2.1+"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE="amdgpu +archive bash-completion bluetooth cbor flashrom gnutls gtk-doc 
introspection lzma minimal modemmanager nvme policykit protobuf seccomp spi 
synaptics systemd test tpm uefi"
+REQUIRED_USE="${PYTHON_REQUIRED_USE}
+       ^^ ( minimal systemd )
+       minimal? ( !introspection )
+       spi? ( lzma )
+       seccomp? ( systemd )
+       synaptics? ( gnutls )
+       test? ( archive )
+       uefi? ( gnutls )
+"
+RESTRICT="!test? ( test )"
+
+BDEPEND="$(vala_depend)
+       $(python_gen_cond_dep '
+               dev-python/jinja2[${PYTHON_USEDEP}]
+       ')
+       >=dev-build/meson-1.3.2
+       virtual/pkgconfig
+       sys-apps/hwdata
+       gtk-doc? (
+               $(python_gen_cond_dep '
+                       >=dev-python/markdown-3.2[${PYTHON_USEDEP}]
+               ')
+               >=dev-util/gi-docgen-2021.1
+       )
+       bash-completion? ( >=app-shells/bash-completion-2.0 )
+       introspection? ( dev-libs/gobject-introspection )
+       test? (
+               net-libs/gnutls[tools]
+       )
+       uefi? (
+               $(python_gen_cond_dep '
+                       dev-python/pygobject:3[cairo]
+               ')
+       )
+"
+COMMON_DEPEND="${PYTHON_DEPS}
+       >=app-arch/gcab-1.0
+       app-arch/xz-utils
+       >=dev-libs/glib-2.72:2
+       >=dev-libs/json-glib-1.6.0
+       >=dev-libs/libjcat-0.2.0[gpg,pkcs7]
+       >=dev-libs/libxmlb-0.3.19:=[introspection?]
+       $(python_gen_cond_dep '
+               dev-python/pygobject:3[${PYTHON_USEDEP}]
+       ')
+       >=net-misc/curl-7.62.0
+       archive? ( app-arch/libarchive:= )
+       cbor? ( >=dev-libs/libcbor-0.7.0:= )
+       flashrom? ( >=sys-apps/flashrom-1.2-r3 )
+       gnutls? ( >=net-libs/gnutls-3.6.0 )
+       virtual/libusb:1
+       protobuf? ( dev-libs/protobuf-c:= )
+       lzma? ( app-arch/xz-utils )
+       modemmanager? ( net-misc/modemmanager[mbim,qmi] )
+       policykit? ( >=sys-auth/polkit-0.114 )
+       seccomp? ( sys-apps/systemd[seccomp] )
+       dev-db/sqlite
+       systemd? ( >=sys-apps/systemd-249 )
+       uefi? (
+               sys-apps/fwupd-efi
+               sys-boot/efibootmgr
+               sys-fs/udisks
+               sys-libs/efivar
+       )
+"
+RDEPEND="
+       ${COMMON_DEPEND}
+       sys-apps/dbus
+"
+
+DEPEND="
+       ${COMMON_DEPEND}
+       x11-libs/pango[introspection]
+       sys-kernel/linux-headers
+       amdgpu? (
+               x11-libs/libdrm[video_cards_amdgpu]
+       )
+"
+
+src_prepare() {
+       default
+
+       vala_setup
+
+       sed -e "/install_dir.*'doc'/s/doc/gtk-doc/" \
+               -i docs/meson.build || die
+
+       python_fix_shebang "${S}"/contrib/*.py
+}
+
+src_configure() {
+       local plugins=(
+               $(meson_feature flashrom plugin_flashrom)
+               $(meson_feature protobuf protobuf)
+               $(meson_feature modemmanager plugin_modem_manager)
+               $(meson_use uefi plugin_uefi_capsule_splash)
+       )
+
+       local emesonargs=(
+               --localstatedir "${EPREFIX}"/var
+               -Dbuild="$(usex minimal standalone all)"
+               -Defi_binary="false"
+               -Defi_os_dir="gentoo"
+               -Dman="true"
+               -Dsupported_build="enabled"
+               -Dsystemd_unit_user=""
+               $(meson_feature archive libarchive)
+               $(meson_use bash-completion bash_completion)
+               $(meson_feature bluetooth bluez)
+               $(meson_feature cbor)
+               $(meson_feature gnutls)
+               $(meson_feature gtk-doc docs)
+               $(meson_feature introspection)
+               $(meson_feature policykit polkit)
+               $(meson_feature systemd)
+               $(meson_use test tests)
+
+               ${plugins[@]}
+       )
+       export CACHE_DIRECTORY="${T}"
+       meson_src_configure
+}
+
+src_test() {
+       LC_ALL="C" meson_src_test
+}
+
+src_install() {
+       meson_src_install
+
+       if ! use minimal ; then
+               newinitd "${FILESDIR}"/${PN}-r2 ${PN}
+       fi
+
+       if use test; then
+               # Preventing tests from being installed in the first place is a 
moving target,
+               # just axe them all afterwards.
+               rm -rf \
+                       "${ED}"/usr/libexec/installed-tests \
+                       "${ED}"/usr/share/fwupd/device-tests \
+                       
"${ED}"/usr/share/fwupd/host-emulate.d/thinkpad-p1-iommu.json.gz \
+                       "${ED}"/usr/share/fwupd/remotes.d/fwupd-tests.conf \
+                       "${ED}"/usr/share/installed-tests \
+               || die
+       fi
+}
+
+pkg_postinst() {
+       xdg_pkg_postinst
+       use minimal || udev_reload
+}
+
+pkg_postrm() {
+       xdg_pkg_postrm
+       use minimal || udev_reload
+}

diff --git a/sys-apps/fwupd/metadata.xml b/sys-apps/fwupd/metadata.xml
new file mode 100644
index 0000000..b891bf8
--- /dev/null
+++ b/sys-apps/fwupd/metadata.xml
@@ -0,0 +1,35 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person" proxied="yes">
+               <email>[email protected]</email>
+               <name>John M. Harris, Jr.</name>
+       </maintainer>
+       <maintainer type="project" proxied="proxy">
+               <email>[email protected]</email>
+               <name>Proxy Maintainers</name>
+       </maintainer>
+       <use>
+               <flag name="archive">Use <pkg>app-arch/libarchive</pkg> for 
archives support</flag>
+               <flag name="amdgpu">Build and install AMD dGPU (Navi3x and 
above) plugin</flag>
+               <flag name="amt">Build and install Intel AMT plugin</flag>
+               <flag name="cbor">Enable CBOR support for coSWID and uSWID via 
<pkg>dev-libs/libcbor</pkg></flag>
+               <flag name="fastboot">Build and install fastboot plugin</flag>
+               <flag name="flashrom">Enable flashrom plugin via 
<pkg>sys-apps/flashrom</pkg></flag>
+               <flag name="gusb">Enable <pkg>dev-libs/libgusb</pkg> 
support</flag>
+               <flag name="logitech">Build and install Logitech bulk 
controller plugin</flag>
+               <flag name="nvme">Build and install NVMe plugin</flag>
+               <flag name="modemmanager">Build and install Modem Manager 
plugin</flag>
+               <flag name="protobuf"></flag>
+               <flag name="spi">Install Intel-SPI plugin</flag>
+               <flag name="synaptics">Install synaptics plugin</flag>
+               <flag name="test-full">Enable tests known not to play nicely 
with the sandbox</flag>
+               <flag name="tpm">Install Trusted Platform Module plugin</flag>
+               <flag name="uefi">Enable UEFI support</flag>
+       </use>
+       <upstream>
+               <bugs-to>https://github.com/fwupd/fwupd/issues</bugs-to>
+               <remote-id type="github">fwupd/fwupd</remote-id>
+               <remote-id type="cpe">cpe:/a:fwupd:fwupd</remote-id>
+       </upstream>
+</pkgmetadata>

Reply via email to