[arch-commits] CVS update of extra/network/wicd (ChangeLog PKGBUILD wicd-locale.patch)

Varun Acharya varun at archlinux.org
Tue Jan 8 19:09:15 UTC 2008


    Date: Tuesday, January 8, 2008 @ 14:09:15
  Author: varun
    Path: /home/cvs-extra/extra/network/wicd

   Added: wicd-locale.patch (1.1)
Modified: ChangeLog (1.4 -> 1.5) PKGBUILD (1.15 -> 1.16)

wicd-locale.patch added


-------------------+
 ChangeLog         |   20 +++++++++++++-------
 PKGBUILD          |   11 ++++++-----
 wicd-locale.patch |   12 ++++++++++++
 3 files changed, 31 insertions(+), 12 deletions(-)


Index: extra/network/wicd/ChangeLog
diff -u extra/network/wicd/ChangeLog:1.4 extra/network/wicd/ChangeLog:1.5
--- extra/network/wicd/ChangeLog:1.4	Sun Jan  6 13:08:42 2008
+++ extra/network/wicd/ChangeLog	Tue Jan  8 14:09:15 2008
@@ -1,20 +1,26 @@
+2008-01-09 Varun Acharya <varun at archlinux.org>
+
+	* wicd-1.4.1-3 now in testing
+	* wicd-locale.patch added to cvs
+	* Locale issues fixed, see #9086
+
 2008-01-06 Varun Acharya <varun at archlinux.org>
 
-  => wicd-1.4.1 moved to extra
-  => tray icon bug fixed
-  => ChangeLog cleanup, thanks to evil overlord skeletor.
+	* wicd-1.4.1 moved to extra
+	* tray icon bug fixed
+	* ChangeLog cleanup, thanks to evil overlord skeletor.
   
 2008-01-03 Varun Acharya <varun at archliunx.org>
 
-  => wicd-1.4.0 now in testing
+	* wicd-1.4.0 now in testing
 
 2007-12-20 Varun Acharya <varun at archlinux.org>
 
-  => Added patch and removed sed from the PKGBUILD in testing
+	* Added patch and removed sed from the PKGBUILD in testing
 
 2007-11-05 Varun Acharya <varun at archlinux.org>
 
-  => Cleaned up PKGBUILD, defaults to /usr/share
-  => Adopted from AUR and moved to testing/extra
+	* Cleaned up PKGBUILD, defaults to /usr/share
+	* Adopted from AUR and moved to testing/extra
 
 
Index: extra/network/wicd/PKGBUILD
diff -u extra/network/wicd/PKGBUILD:1.15 extra/network/wicd/PKGBUILD:1.16
--- extra/network/wicd/PKGBUILD:1.15	Sun Jan  6 13:08:42 2008
+++ extra/network/wicd/PKGBUILD	Tue Jan  8 14:09:15 2008
@@ -3,7 +3,7 @@
 
 pkgname=wicd
 pkgver=1.4.1
-pkgrel=2
+pkgrel=3
 pkgdesc="New and alternative wireless/wired network management utility"
 arch=('i686' 'x86_64')
 url="http://wicd.sourceforge.net/"
@@ -12,19 +12,20 @@
 conflicts=()
 install=wicd.install
 source=(http://downloads.sourceforge.net/sourceforge/$pkgname/wicd_$pkgver-src.tar.bz2 \
-        wicd-daemon wicd.desktop wicd_in_usr.patch)
+        wicd-daemon wicd.desktop wicd_in_usr.patch wicd-locale.patch)
 options=(emptydirs)
 md5sums=('c5dccf8df6d3995ad0aae0324af2302d' \
          '8835ed1d4aba7effe3f157eeb0b66443' \
          'a37f63a6c82491116d5b69540ae13d25' \
-         '97736bc03057542e4184fe1bd33cbd20')         
+         '97736bc03057542e4184fe1bd33cbd20' \
+         'b8edd56cf084347b0ae6dc0e02d1b747')         
                        
   
 build() {
    
   #Change default location to /usr/lib
-  
-  patch -Np1 -i ${startdir}/wicd_in_usr.patch
+   patch -Np1 -i ${startdir}/wicd_in_usr.patch
+   patch -Np1 -i ${startdir}/wicd-locale.patch
   
   #Create Directories
   mkdir -p ${startdir}/pkg/usr/lib
Index: extra/network/wicd/wicd-locale.patch
diff -u /dev/null extra/network/wicd/wicd-locale.patch:1.1
--- /dev/null	Tue Jan  8 14:09:15 2008
+++ extra/network/wicd/wicd-locale.patch	Tue Jan  8 14:09:15 2008
@@ -0,0 +1,12 @@
+diff -aur wicd-old/opt/wicd/gui.py wicd-new/opt/wicd/gui.py
+--- wicd-old/opt/wicd/gui.py	2008-01-03 23:18:40.000000000 +0530
++++ wicd-new/opt/wicd/gui.py	2008-01-09 00:27:29.000000000 +0530
+@@ -44,7 +44,7 @@
+ #which is also under GPLv2
+ 
+ #Get the local directory since we are not installing anything
+-local_path = os.path.realpath(os.path.dirname(sys.argv[0])) + '/translations'
++local_path = ('/usr/share/locale')
+ # Init the list of languages to support
+ langs = list()
+ #Check the default locale




More information about the arch-commits mailing list