[arch-commits] Commit in wicd/trunk (PKGBUILD)
Christian Hesse
eworm at archlinux.org
Mon Jan 21 20:18:44 UTC 2019
Date: Monday, January 21, 2019 @ 20:18:43
Author: eworm
Revision: 344569
upgpkg: wicd 1.7.4-3
move dbus files to /usr/share/dbus-1/system.d
Modified:
wicd/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-01-21 19:43:58 UTC (rev 344568)
+++ PKGBUILD 2019-01-21 20:18:43 UTC (rev 344569)
@@ -5,7 +5,7 @@
pkgbase=wicd
pkgname=('wicd' 'wicd-gtk')
pkgver=1.7.4
-pkgrel=2
+pkgrel=3
arch=(any)
url="https://launchpad.net/wicd/"
license=('GPL2')
@@ -45,7 +45,8 @@
--lib=/usr/lib \
--sbin=/usr/bin \
--no-install-gnome-shell-extensions \
- --systemd=/usr/lib/systemd/system
+ --dbus=/usr/share/dbus-1/system.d \
+ --systemd=/usr/lib/systemd/system
python2 setup.py build
python2 setup.py compile_translations
@@ -98,7 +99,7 @@
done
#deleting the core dirs which exists in wicd
- rm -rf "$pkgdir"/etc/{wicd,dbus-1,rc.d,logrotate.d}
+ rm -rf "$pkgdir"/etc/{wicd,rc.d,logrotate.d}
rm -rf "$pkgdir"/usr/lib
rm -rf "$pkgdir"/usr/share/{man,doc,locale,wicd/curses,wicd/daemon,wicd/backends,wicd/scripts,wicd/cli}
rm -rf "$pkgdir"/var
More information about the arch-commits
mailing list