[arch-commits] Commit in power-profiles-daemon/trunk (PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Wed Jan 19 21:24:45 UTC 2022


    Date: Wednesday, January 19, 2022 @ 21:24:45
  Author: arojas
Revision: 434754

Move dbus conf to /usr/share

Modified:
  power-profiles-daemon/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-19 20:29:44 UTC (rev 434753)
+++ PKGBUILD	2022-01-19 21:24:45 UTC (rev 434754)
@@ -3,7 +3,7 @@
 
 pkgname=power-profiles-daemon
 pkgver=0.10.1
-pkgrel=1
+pkgrel=2
 pkgdesc='Makes power profiles handling available over D-Bus'
 url='https://gitlab.freedesktop.org/hadess/power-profiles-daemon'
 license=(GPL3)
@@ -18,7 +18,8 @@
 build() {
   meson $pkgname-$pkgver build \
     --prefix /usr \
-    --libexec lib
+    --libexec lib \
+    --sysconfdir /usr/share
   meson compile -C build
 }
 



More information about the arch-commits mailing list