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

Daniel Isenmann daniel at archlinux.org
Tue Apr 17 17:39:04 UTC 2012


    Date: Tuesday, April 17, 2012 @ 13:39:04
  Author: daniel
Revision: 156358

upgpkg: wicd 1.7.2-1

Upstream security release

Modified:
  wicd/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-04-17 16:57:42 UTC (rev 156357)
+++ PKGBUILD	2012-04-17 17:39:04 UTC (rev 156358)
@@ -4,8 +4,8 @@
 
 pkgbase=wicd
 pkgname=('wicd' 'wicd-gtk')
-pkgver=1.7.1
-pkgrel=2
+pkgver=1.7.2
+pkgrel=1
 arch=(any)
 url="http://wicd.sourceforge.net/"
 license=('GPL2')
@@ -13,9 +13,9 @@
 install=wicd.install
 source=(http://launchpad.net/wicd/1.7/$pkgver/+download/wicd-$pkgver.tar.gz             wicd-daemon
         wicd.desktop)
-makedepends=('python2')
+makedepends=('python2' 'python-babel' 'python2-distribute' 'gettext')
 options=('emptydirs')
-md5sums=('9c5664a0e850cddbe80942eabb10430a'
+md5sums=('927f60125a97323d1878d83e1a9241ae'
          'f40e5f59998d0829707a7c9976afa8f8'
          '326df163a5732d38741371baa4fce9e5')
 
@@ -28,7 +28,13 @@
 	                     --resume=/usr/share/wicd/scripts/ \
                              --suspend=/usr/share/wicd/scripts/ \
                              --verbose \
-                             --python=/usr/bin/python2
+                             --python=/usr/bin/python2 \
+			     --lib=/usr/lib \
+			     --systemd=/usr/lib/systemd/system
+  
+  #HACK for https://bugs.launchpad.net/wicd/+bug/928589
+  mkdir -p translations/ast/LC_MESSAGES
+  msgfmt po/ast.po -o translations/ast/LC_MESSAGES/wicd.mo
 }
 
 package_wicd() {




More information about the arch-commits mailing list