mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 13:52:40 +01:00
sys-auth/fprintd: cosmetic changes
This commit is contained in:
@@ -1,4 +1 @@
|
|||||||
AUX fprintd-1.90.7_0001-add-test-feature-and-make-tests-optional.patch 2426 BLAKE2B 838b56e110fdf670816fb59e7ad30b908c54b8ee1cbbe4fda0334ac068265c8cdcb7e48200796b0872718099dea918554641dc02670e32e5f9369f7cc05fb95b SHA512 553e6baa7d1a90971627e3e1303488734596f83fea4413d2a4ce2688f003cded95182b652622f758f4e347b54a1294837a2014a9e36badc25e8b254947a54736
|
|
||||||
AUX fprintd-1.90.8_0002-add-configure-option-for-libsystemd-provider.patch 1144 BLAKE2B f417baf7a6d686a753381501ef2e6df6bc867c4a938d47b70def205b92a3ea20adb2ab55a1ff26d921ef433d846c150bb24d9a4102a39e61c2e424b53effe66e SHA512 4a234200e9a03ba3acb710857a64d35d84a4b954d9289a8fc400355dd27cc8cdf5da6d2dc11e60add57aae04e93e4c890b8a75e4984516fad14f9236acf0f699
|
|
||||||
DIST fprintd-v1.94.2.tar.bz2 657989 BLAKE2B 5855ab453ae6d73e08c60c699a95609262fd121ab020f9ffeafb8d1891a60f761f47e4acd11554179b6d9cbed8a734aafb012a4b6de3e9ad67d4160534a0e6c6 SHA512 0b5ebc595b617fbe9167c41a80e31ae74e7bdc87350b0420839e1a6229d7709e51ff2836858c46d8d30549a1f0811b0f697034fcdd09512b5c1099f0f0a3b112
|
DIST fprintd-v1.94.2.tar.bz2 657989 BLAKE2B 5855ab453ae6d73e08c60c699a95609262fd121ab020f9ffeafb8d1891a60f761f47e4acd11554179b6d9cbed8a734aafb012a4b6de3e9ad67d4160534a0e6c6 SHA512 0b5ebc595b617fbe9167c41a80e31ae74e7bdc87350b0420839e1a6229d7709e51ff2836858c46d8d30549a1f0811b0f697034fcdd09512b5c1099f0f0a3b112
|
||||||
EBUILD fprintd-1.94.2.ebuild 2238 BLAKE2B 14ac130879cefdb82e503cc4f98a40f0e96bff09e98949437e9e7ddece4c12292ad5ac3feef7ebe1dbaef6b1d8658da8435e033b002d001bb08273ad1287ca56 SHA512 74e92a8a8fedb6181450fb5ee4cd60566e5a22eedc5ce2ba3fd563fce48148ee791130d44e331c1573ca3118cace7a447e046f84a088628de62892a865e74a06
|
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI=8
|
EAPI=8
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..11} )
|
PYTHON_COMPAT=( python3_{9..12} )
|
||||||
|
|
||||||
inherit meson pam python-any-r1 systemd
|
inherit meson pam python-any-r1 systemd
|
||||||
|
|
||||||
@@ -13,10 +13,13 @@ DESCRIPTION="D-Bus service to access fingerprint readers"
|
|||||||
HOMEPAGE="https://gitlab.freedesktop.org/libfprint/fprintd"
|
HOMEPAGE="https://gitlab.freedesktop.org/libfprint/fprintd"
|
||||||
SRC_URI="https://gitlab.freedesktop.org/libfprint/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2"
|
SRC_URI="https://gitlab.freedesktop.org/libfprint/${PN}/-/archive/v${PV}/${MY_P}.tar.bz2"
|
||||||
|
|
||||||
|
S="${WORKDIR}/${MY_P}"
|
||||||
|
|
||||||
LICENSE="GPL-2+"
|
LICENSE="GPL-2+"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
|
KEYWORDS="~alpha amd64 arm arm64 ~ia64 ppc ppc64 ~riscv sparc x86"
|
||||||
IUSE="doc pam systemd test"
|
IUSE="doc pam systemd test"
|
||||||
|
|
||||||
RESTRICT="!test? ( test )"
|
RESTRICT="!test? ( test )"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
@@ -59,16 +62,14 @@ PATCHES=(
|
|||||||
"${FILESDIR}/${PN}-1.90.8_0002-add-configure-option-for-libsystemd-provider.patch"
|
"${FILESDIR}/${PN}-1.90.8_0002-add-configure-option-for-libsystemd-provider.patch"
|
||||||
)
|
)
|
||||||
|
|
||||||
S="${WORKDIR}/${MY_P}"
|
|
||||||
|
|
||||||
python_check_deps() {
|
python_check_deps() {
|
||||||
if use test; then
|
if use test; then
|
||||||
has_version -d "sys-libs/pam_wrapper[${PYTHON_USEDEP}]"
|
python_has_version -d "sys-libs/pam_wrapper[${PYTHON_USEDEP}]"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
has_version -d "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
|
python_has_version -d "dev-python/python-dbusmock[${PYTHON_USEDEP}]" &&
|
||||||
has_version -d "dev-python/dbus-python[${PYTHON_USEDEP}]" &&
|
python_has_version -d "dev-python/dbus-python[${PYTHON_USEDEP}]" &&
|
||||||
has_version -d "dev-python/pycairo[${PYTHON_USEDEP}]"
|
python_has_version -d "dev-python/pycairo[${PYTHON_USEDEP}]"
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_setup() {
|
pkg_setup() {
|
||||||
|
|||||||
8
sys-auth/fprintd/metadata.xml
Normal file
8
sys-auth/fprintd/metadata.xml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||||
|
<pkgmetadata>
|
||||||
|
<upstream>
|
||||||
|
<remote-id type="freedesktop-gitlab">libfprint/fprintd</remote-id>
|
||||||
|
<bugs-to>https://gitlab.freedesktop.org/libfprint/fprintd/issues</bugs-to>
|
||||||
|
</upstream>
|
||||||
|
</pkgmetadata>
|
||||||
Reference in New Issue
Block a user