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

Christian Hesse eworm at archlinux.org
Fri Dec 13 14:26:37 UTC 2019


    Date: Friday, December 13, 2019 @ 14:26:37
  Author: eworm
Revision: 537550

upgpkg: cmst 2019.01.13-2

D-Bus policy in /usr/share/dbus-1/system.d instead of /etc/dbus-1/system.d

Modified:
  cmst/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-12-13 14:22:07 UTC (rev 537549)
+++ PKGBUILD	2019-12-13 14:26:37 UTC (rev 537550)
@@ -2,7 +2,7 @@
 # Contributor: Andrew Bibb <ajbibb at myfairpoint.net>
 pkgname=cmst
 pkgver=2019.01.13
-pkgrel=1
+pkgrel=2
 pkgdesc="A QT based GUI front end for the connman connection manager"
 arch=('x86_64')
 url="https://github.com/andrew-bibb/cmst"
@@ -11,6 +11,11 @@
 source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.xz")
 sha256sums=('7407aa40ba227463877c86a6729992f7fe8220155d5cd34a9fc5cd9bc5efc6b2')
 
+prepare() {
+	cd "$pkgname-$pkgver"
+	sed -i '/^conf.path =/c conf.path = /usr/share/dbus-1/system.d' apps/rootapp/rootapp.pro
+}
+
 build() {
 	cd "$pkgname-$pkgver"
 	qmake-qt5 DISTRO=arch



More information about the arch-commits mailing list