mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
sys-power/upower: drop 1.90.4-r1
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
parent
096bfd827a
commit
e3bdc9ba2b
@ -1,3 +1,2 @@
|
||||
DIST upower-v1.90.4.tar.bz2 139422 BLAKE2B a06be2d483773a2115f4cdd4f7c023589ebc937846fc360341cd57d1a225f4dc1b448f50438216c3ae679effa86d61b96f7c4b9d59f6b0f30e9dcbc047a5cac7 SHA512 2db8f2fea4086939c7ec236674ddd03ff043eeb1c7e46deb40b45aed5d31b6eb0e84fa44f189336b0a171f3e2f92f2f50e2f355b9366e0d686e570d0107e88da
|
||||
DIST upower-v1.90.7.tar.bz2 153279 BLAKE2B 700760e6f3c21aa9909a683db3f0158b8edf1352e278ec3c394a5328261c0b54e01dff148931f54edc446ec2bc0a17b9394f281ac7cf4e6fa425444607c668f1 SHA512 2ef7412c26b2c3a9be533a53f579669b532e321196886725bd4333b54c0c7fbe307ce84776ed5cbfdf82a9822979fc0906f62ea7c5d42171ac6819b3e4c77b97
|
||||
DIST upower-v1.90.9.tar.bz2 154756 BLAKE2B 5a749e63882cef9d3f940ac9983f367aca8114f14c2e949aaa87e2ac91fedf76c0c753a53fd68e380e755b917bb1db67b765e5794c4d9d0112fe9106bdd9977d SHA512 7308e03125a5a888242253f9260f68283f5b53677c08dbc4d7e4d48cc6f600f50f8ab161d100f152138208d5119acddc90f0f19742aa8cca58e3a0ec54975110
|
||||
|
||||
@ -1,117 +0,0 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
inherit eapi9-ver meson python-any-r1 systemd udev xdg-utils
|
||||
|
||||
DESCRIPTION="D-Bus abstraction for enumerating power devices, querying history and statistics"
|
||||
HOMEPAGE="https://upower.freedesktop.org/"
|
||||
SRC_URI="https://gitlab.freedesktop.org/${PN}/${PN}/-/archive/v${PV}/${PN}-v${PV}.tar.bz2"
|
||||
S="${WORKDIR}/${PN}-v${PV}"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0/3" # based on SONAME of libupower-glib.so
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
|
||||
|
||||
# gtk-doc files are not available as prebuilt in the tarball
|
||||
IUSE="doc +introspection ios selinux test"
|
||||
RESTRICT="!test? ( test )"
|
||||
|
||||
DEPEND="
|
||||
>=dev-libs/glib-2.66:2
|
||||
sys-apps/dbus:=
|
||||
introspection? ( dev-libs/gobject-introspection:= )
|
||||
kernel_linux? (
|
||||
>=dev-libs/libgudev-238:=
|
||||
virtual/udev
|
||||
ios? (
|
||||
>=app-pda/libimobiledevice-1:=
|
||||
>=app-pda/libplist-2:=
|
||||
)
|
||||
)
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
selinux? ( sec-policy/selinux-devicekit )
|
||||
"
|
||||
BDEPEND="
|
||||
app-text/docbook-xsl-stylesheets
|
||||
dev-libs/libxslt
|
||||
dev-util/gdbus-codegen
|
||||
>=sys-devel/gettext-0.19.8
|
||||
virtual/pkgconfig
|
||||
doc? ( dev-util/gtk-doc )
|
||||
test? (
|
||||
$(python_gen_any_dep '
|
||||
dev-python/dbus-python[${PYTHON_USEDEP}]
|
||||
dev-python/python-dbusmock[${PYTHON_USEDEP}]
|
||||
')
|
||||
dev-util/umockdev
|
||||
)
|
||||
"
|
||||
|
||||
QA_MULTILIB_PATHS="usr/lib/${PN}/.*"
|
||||
|
||||
python_check_deps() {
|
||||
python_has_version -b "dev-python/dbus-python[${PYTHON_USEDEP}]" &&
|
||||
python_has_version -b "dev-python/python-dbusmock[${PYTHON_USEDEP}]"
|
||||
}
|
||||
|
||||
pkg_setup() {
|
||||
use test && python-any-r1_pkg_setup
|
||||
}
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
xdg_environment_reset
|
||||
# https://bugs.gentoo.org/935575
|
||||
unset XDG_CONFIG_DIRS XDG_DATA_DIRS
|
||||
}
|
||||
|
||||
src_configure() {
|
||||
local backend
|
||||
|
||||
if use kernel_linux ; then
|
||||
backend=linux
|
||||
else
|
||||
backend=dummy
|
||||
fi
|
||||
|
||||
local emesonargs=(
|
||||
--localstatedir "${EPREFIX}"/var
|
||||
|
||||
-Dman=true
|
||||
$(meson_use doc gtk-doc)
|
||||
$(meson_feature introspection)
|
||||
-Dsystemdsystemunitdir="$(systemd_get_systemunitdir)"
|
||||
-Dos_backend="${backend}"
|
||||
$(meson_feature ios idevice)
|
||||
)
|
||||
meson_src_configure
|
||||
}
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
keepdir /var/lib/upower #383091
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
udev_reload
|
||||
|
||||
if ver_replacing -lt 0.99.12; then
|
||||
elog "Support for Logitech Unifying Receiver battery state readout was"
|
||||
elog "removed in version 0.99.12, these devices have been directly"
|
||||
elog "supported by the Linux kernel since version >=3.2."
|
||||
elog
|
||||
elog "Support for CSR devices battery state was removed from udev rules"
|
||||
elog "in version 0.99.12. This concerns the following Logitech products"
|
||||
elog "from the mid 2000s:"
|
||||
elog "Mouse/Dual/Keyboard+Mouse Receiver, Freedom Optical, Elite Duo,"
|
||||
elog "MX700/MX1000, Optical TrackMan, Click! Mouse, Presenter."
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
udev_reload
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user