[arch-commits] Commit in gnome-applets/trunk (PKGBUILD)

Balló György bgyorgy at archlinux.org
Thu Mar 7 01:08:54 UTC 2019


    Date: Thursday, March 7, 2019 @ 01:08:53
  Author: bgyorgy
Revision: 437976

upgpkg: gnome-applets 3.30.0-3

Use correct D-Bus config location

Modified:
  gnome-applets/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-07 00:56:16 UTC (rev 437975)
+++ PKGBUILD	2019-03-07 01:08:53 UTC (rev 437976)
@@ -3,7 +3,7 @@
 
 pkgname=gnome-applets
 pkgver=3.30.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Small applications for the GNOME Panel"
 arch=('x86_64')
 url="https://wiki.gnome.org/Projects/GnomeApplets"
@@ -22,6 +22,9 @@
 prepare() {
   cd $pkgname
 
+  # Use correct D-Bus config location
+  sed -i '/^dbus_confdir =/ s/sysconfdir/datadir/' cpufreq/src/cpufreq-selector/Makefile.am
+
   # Disable buggy applets
   # https://gitlab.gnome.org/GNOME/gnome-applets/issues/6
   sed -i '/window-buttons/d



More information about the arch-commits mailing list