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

Daniel Isenmann daniel at archlinux.org
Sun Feb 5 18:40:49 UTC 2012


    Date: Sunday, February 5, 2012 @ 13:40:48
  Author: daniel
Revision: 149106

upgpkg: wicd 1.7.1-1

New upstream release

Modified:
  wicd/trunk/PKGBUILD

----------+
 PKGBUILD |   19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2012-02-05 18:32:56 UTC (rev 149105)
+++ PKGBUILD	2012-02-05 18:40:48 UTC (rev 149106)
@@ -4,22 +4,21 @@
 
 pkgbase=wicd
 pkgname=('wicd' 'wicd-gtk')
-pkgver=1.7.0
-pkgrel=13
+pkgver=1.7.1
+pkgrel=1
 arch=(any)
 url="http://wicd.sourceforge.net/"
 license=('GPL2')
 conflicts=('wicd-svn')
 install=wicd.install
-source=(http://downloads.sourceforge.net/sourceforge/$pkgname/$pkgname-$pkgver.tar.gz
-        wicd-daemon
+source=(http://launchpad.net/wicd/1.7/$pkgver/+download/wicd-$pkgver.tar.gz             wicd-daemon
         wicd.desktop
         wicd-scripts-execution.patch
       	deepcopy+python27-fixes.patch
 	net-tools.patch)
 makedepends=('python2')
 options=('emptydirs')
-md5sums=('003d2e67240989db55934553437ba32a'
+md5sums=('9c5664a0e850cddbe80942eabb10430a'
          'f40e5f59998d0829707a7c9976afa8f8'
          '326df163a5732d38741371baa4fce9e5'
          'f4c377a25aa077cb76955124adfcc03f'
@@ -28,9 +27,9 @@
 
 build() {
   cd $srcdir/$pkgbase-$pkgver
-  patch -p0 <$srcdir/wicd-scripts-execution.patch
-  patch -p1 -i $srcdir/deepcopy+python27-fixes.patch
-  patch -p0 -i $srcdir/net-tools.patch
+  #patch -p0 <$srcdir/wicd-scripts-execution.patch
+  #patch -p1 -i $srcdir/deepcopy+python27-fixes.patch
+  #patch -p0 -i $srcdir/net-tools.patch
 
   find . -type f -exec sed -i 's@#!/usr.*python@#!/usr/bin/python2@' {} \;
   export PYTHON=python2
@@ -91,11 +90,13 @@
   done
   
   #deleting the core dirs which exists in wicd
-  rm -rf $pkgdir/etc/{wicd,dbus-1,rc.d}
+  rm -rf $pkgdir/etc/{wicd,dbus-1,rc.d,logrotate.d}
   rm -rf $pkgdir/usr/{lib,sbin}
   rm -rf $pkgdir/usr/share/{man,doc,locale,wicd/curses,wicd/daemon,wicd/backends,wicd/scripts,wicd/cli}
   rm -rf $pkgdir/var
   rm -f $pkgdir/usr/bin/{wicd-curses,wicd-cli}
 
   rm -rf $pkgdir/usr/share/autostart
+  rm -rf $pkgdir/lib/
+  rm -rf $pkgdir/usr/share/dbus-1
 }




More information about the arch-commits mailing list