1
0
forked from ports/opt

upower: 1.90.2 -> 1.90.4

This commit is contained in:
Tim Biermann 2024-04-11 16:44:52 +02:00
parent 4ca178c9fc
commit f140d7619a
Signed by untrusted user: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 20 additions and 8 deletions

View File

@ -30,6 +30,17 @@ lrwxrwxrwx root/root usr/lib/libupower-glib.so.3 -> libupower-glib.so.3.1.0
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/upower-glib.pc
drwxr-xr-x root/root usr/lib/upower/
drwxr-xr-x root/root usr/lib/upower/upower/
-rwxr-xr-x root/root usr/lib/upower/upower/integration-test.py
-rw-r--r-- root/root usr/lib/upower/upower/output_checker.py
drwxr-xr-x root/root usr/lib/upower/upower/tests/
-rw-r--r-- root/root usr/lib/upower/upower/tests/logitech-g903.device
-rw-r--r-- root/root usr/lib/upower/upower/tests/steelseries-headset.device
-rw-r--r-- root/root usr/lib/upower/upower/tests/usb-headset.device
-rw-r--r-- root/root usr/lib/upower/upower/tests/wacom-bluetooth-active.device
-rw-r--r-- root/root usr/lib/upower/upower/tests/wacom-dongle-active.device
-rw-r--r-- root/root usr/lib/upower/upower/tests/wacom-dongle-waiting.device
-rw-r--r-- root/root usr/lib/upower/upower/tests/wacom-pen-digitiser.device
-rwxr-xr-x root/root usr/lib/upower/upowerd
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/dbus-1/
@ -43,6 +54,9 @@ drwxr-xr-x root/root usr/share/dbus-1/system.d/
-rw-r--r-- root/root usr/share/dbus-1/system.d/org.freedesktop.UPower.conf
drwxr-xr-x root/root usr/share/gir-1.0/
-rw-r--r-- root/root usr/share/gir-1.0/UPowerGlib-1.0.gir
drwxr-xr-x root/root usr/share/installed-tests/
drwxr-xr-x root/root usr/share/installed-tests/upower/
-rw-r--r-- root/root usr/share/installed-tests/upower/upower-integration.test
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x root/root var/lib/upower/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RAzld/rRbSq3HynvujnZ/CkCHkbspuqR0rYlPClZgDwzSLmk2pR/huH8lGwQiqXc5DUL0UX/ezTzh+1tD4WJAU=
SHA256 (Pkgfile) = 39d743dd98c5ce29a7a4e1700157eb1d79b0eb754357750b9c601ca18bc0f87c
SHA256 (.footprint) = d93443ee0061d12ebac1848f9200b913d872985b5d2673bb2cd6e3e5a10530dd
SHA256 (upower-v1.90.2.tar.bz2) = 6cc46c9c753f614b970738e02ba7e37d86ebbedd81e9742dd22caafbd743894d
RWSE3ohX2g5d/YEGW4bjbM/dpegz9K1FPBvNuz2lp2JS73aASVvESk+DyC4YEzPwRxduKjiOn88p7hhc1C80EGALB4P+fSqhlw0=
SHA256 (Pkgfile) = c13b6bd91d48d993025f34376003792ae5eb37486a9f9a5247af3122429b590d
SHA256 (.footprint) = 07f5aeca9dbe3873f91eb0f816bb0440123eb685b6a0cd37e16616a74bddb757
SHA256 (upower-v1.90.4.tar.bz2) = bfd0ff3be2be3176c64b78b24b6c7c0782f97777b4d9cb538509b5444ca135e1

View File

@ -5,7 +5,7 @@
# Optional: gobject-introspection gtk-doc libxslt
name=upower
version=1.90.2
version=1.90.4
release=1
source=(https://gitlab.freedesktop.org/upower/upower/-/archive/v$version/upower-v$version.tar.bz2)
@ -17,12 +17,10 @@ build() {
--libexecdir=lib/upower \
--buildtype=plain \
--wrap-mode nodownload \
-D b_lto=false \
-D b_lto=true \
-D b_pie=true \
-D os_backend=dummy \
-D udevrulesdir=/lib/udev/rules.d \
-D udevhwdbdir=/lib/udev/hwdb.d/ \
-D udevrulesdir=/lib/udev/rules.d \
-D systemdsystemunitdir=no \
-D gtk-doc=false
meson compile -C build -j ${JOBS:-1}