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

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


    Date: Thursday, March 7, 2019 @ 01:15:17
  Author: bgyorgy
Revision: 437978

upgpkg: sugar 0.112-3

Use correct D-Bus config location

Modified:
  sugar/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-07 01:08:58 UTC (rev 437977)
+++ PKGBUILD	2019-03-07 01:15:17 UTC (rev 437978)
@@ -2,7 +2,7 @@
 
 pkgname=sugar
 pkgver=0.112
-pkgrel=2
+pkgrel=3
 pkgdesc="Sugar GTK shell"
 arch=('any')
 url="https://sugarlabs.org/"
@@ -24,6 +24,9 @@
   sed -i 's@^#!.*python$@#!/usr/bin/python2@' src/jarabe/model/update/aslo.py
   sed -i "s/gi.require_version('WebKit', '3.0')/gi.require_version('WebKit2', '4.0')/" src/jarabe/main.py
 
+  # Use correct D-Bus config location
+  sed -i '/^nmservicedir =/ s/sysconfdir/datadir/' data/Makefile.{am,in}
+
   # Don't overwrite default GNOME settings
   patch -Np1 -i ../dont-overwrite-settings.patch
 



More information about the arch-commits mailing list