diff --git a/upower/.footprint b/upower/.footprint index aa7482fa4..f028e0d1e 100644 --- a/upower/.footprint +++ b/upower/.footprint @@ -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/ diff --git a/upower/.signature b/upower/.signature index bb156af56..ce655e9a2 100644 --- a/upower/.signature +++ b/upower/.signature @@ -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 diff --git a/upower/Pkgfile b/upower/Pkgfile index d46cb691b..7b8c3fdbb 100644 --- a/upower/Pkgfile +++ b/upower/Pkgfile @@ -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}