gnome-extra/gnome-firmware - 47.0 (gentoo)

Search

Install

Install this version:

emerge -a =gnome-extra/gnome-firmware-47.0

Package Information

Description:
Install firmware on devices
Homepage:
https://gitlab.gnome.org/World/gnome-firmware
License:
GPL-2+

Ebuild Details

Version EAPI Keywords Slot
47.0 8 amd64 0
View Raw Ebuild
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit gnome2-utils 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.9.16:=[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
}

pkg_postinst() {
	xdg_pkg_postinst
	gnome2_schemas_update
}

pkg_postrm() {
	xdg_pkg_postrm
	gnome2_schemas_update
}

USE Flags

Manage flags for this package: euse -i <flag> -p gnome-extra/gnome-firmware | euse -E <flag> -p gnome-extra/gnome-firmware | euse -D <flag> -p gnome-extra/gnome-firmware

Global/Standard Flags

man
Default: Enabled (+)

Inherited Eclasses

xdg

Dependencies

DEPEND

	>=gui-libs/gtk-4.2:4
	>=dev-libs/glib-2.74.0:2
	>=sys-apps/fwupd-1.9.16:=[elogind?,systemd?]
	>=dev-libs/libxmlb-0.1.7:=
	>=gui-libs/libadwaita-1.4:1
	elogind? ( sys-auth/elogind )
	systemd? ( sys-apps/systemd )

RDEPEND

	>=gui-libs/gtk-4.2:4
	>=dev-libs/glib-2.74.0:2
	>=sys-apps/fwupd-1.9.16:=[elogind?,systemd?]
	>=dev-libs/libxmlb-0.1.7:=
	>=gui-libs/libadwaita-1.4:1
	elogind? ( sys-auth/elogind )
	systemd? ( sys-apps/systemd )

BDEPEND

	sys-devel/gettext
	virtual/pkgconfig
	man? ( sys-apps/help2man )

Manifest for 47.0

Type File Size Source URLs
DIST gnome-firmware-47.0.tar.xz 309716 bytes https://people.freedesktop.org/~hughsient/releases/gnome-firmware-47.0.tar.xz