[arch-commits] Commit in kdeadmin (3 files)

Andrea Scarpino andrea at archlinux.org
Wed Dec 23 00:41:57 UTC 2009


    Date: Tuesday, December 22, 2009 @ 19:41:56
  Author: andrea
Revision: 61749

prepare kde-unstable repo

Added:
  kdeadmin/kde-unstable/
Modified:
  kdeadmin/kde-unstable/PKGBUILD
Deleted:
  kdeadmin/kde-unstable/fix-translations-strings.patch

--------------------------------+
 PKGBUILD                       |   17 +++++++----------
 fix-translations-strings.patch |   11 -----------
 2 files changed, 7 insertions(+), 21 deletions(-)

Modified: kde-unstable/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2009-12-22 17:51:40 UTC (rev 61738)
+++ kde-unstable/PKGBUILD	2009-12-23 00:41:56 UTC (rev 61749)
@@ -6,26 +6,23 @@
          'kdeadmin-ksystemlog'
          'kdeadmin-kuser'
          'kdeadmin-system-config-printer-kde')
-pkgver=4.3.4
+pkgver=4.3.85
 pkgrel=1
 arch=('i686' 'x86_64')
 url='http://www.kde.org'
 license=('GPL' 'LGPL' 'FDL')
 groups=('kde' 'kdeadmin')
 makedepends=('pkgconfig' 'cmake' 'automoc4' 'kdepimlibs' 'kdebase-runtime' 'kdebindings-python' 'system-config-printer-common')
-source=("http://download.kde.org/stable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
-	'fix-syslog-path.patch'
-	'fix-translations-strings.patch')
-md5sums=('718e117023e93862bed23182b7d1c5d6'
-         '41b71823c7a33975ec08aaf75d67a374'
-         'f465c3dd0f99d93173e7e0fe09e2e067')
+source=("http://download.kde.org/unstable/${pkgver}/src/${pkgbase}-${pkgver}.tar.bz2"
+	'fix-syslog-path.patch')
+md5sums=('39c79bf70d04ebfa6d64329d068f7320'
+         '41b71823c7a33975ec08aaf75d67a374')
 
 build() {
 	cd $srcdir/${pkgbase}-${pkgver}
 	patch -p1 -i ${srcdir}/fix-syslog-path.patch || return 1
-	# fixed in 4.4.0
-	patch -p3 -i ${srcdir}/fix-translations-strings.patch || return 1
-	cd ..
+
+	cd ${srcdir}
 	mkdir build
 	cd build
 	cmake ../${pkgbase}-${pkgver} \

Deleted: kde-unstable/fix-translations-strings.patch
===================================================================
--- trunk/fix-translations-strings.patch	2009-12-22 17:51:40 UTC (rev 61738)
+++ kde-unstable/fix-translations-strings.patch	2009-12-23 00:41:56 UTC (rev 61749)
@@ -1,11 +0,0 @@
---- trunk/KDE/kdeadmin/system-config-printer-kde/system-config-printer-kde.py	2009/10/13 13:30:13	1034768
-+++ trunk/KDE/kdeadmin/system-config-printer-kde/system-config-printer-kde.py	2009/10/13 13:30:30	1034769
-@@ -48,7 +48,7 @@
- 
- #use _() to keep code the same as gnome system-config-printer
- def _(string):
--    return unicode(i18n(string), "utf-8")
-+    return unicode(i18n(string))
- 
- def translate(self, prop):
-     """reimplement method from uic to change it to use gettext"""




More information about the arch-commits mailing list