[arch-commits] CVS update of extra/i18n/kde-i18n-ru (PKGBUILD compile.patch)

Tobias Powalowski tpowa at archlinux.org
Mon Mar 3 19:12:01 UTC 2008


    Date: Monday, March 3, 2008 @ 14:12:01
  Author: tpowa
    Path: /home/cvs-extra/extra/i18n/kde-i18n-ru

   Added: compile.patch (1.1)
Modified: PKGBUILD (1.24 -> 1.25)

upgpkg: update to new version


---------------+
 PKGBUILD      |   15 +++++++++------
 compile.patch |   33 +++++++++++++++++++++++++++++++++
 2 files changed, 42 insertions(+), 6 deletions(-)


Index: extra/i18n/kde-i18n-ru/PKGBUILD
diff -u extra/i18n/kde-i18n-ru/PKGBUILD:1.24 extra/i18n/kde-i18n-ru/PKGBUILD:1.25
--- extra/i18n/kde-i18n-ru/PKGBUILD:1.24	Mon Oct 15 08:27:47 2007
+++ extra/i18n/kde-i18n-ru/PKGBUILD	Mon Mar  3 14:12:00 2008
@@ -1,22 +1,25 @@
-# $Id: PKGBUILD,v 1.24 2007/10/15 12:27:47 tpowa Exp $
+# $Id: PKGBUILD,v 1.25 2008/03/03 19:12:00 tpowa Exp $
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=kde-i18n-ru
-pkgver=3.5.8
+pkgver=3.5.9
 pkgrel=1
-kdever=3.5.8
+kdever=3.5.9
 pkgdesc="Russian Localization for KDE."
 arch=(i686 x86_64)
+license=(GPL)
 url="http://i18n.kde.org/stats/gui/KDE_3.5_BRANCH/ru/index.php"
-source=(ftp://ftp.kde.org/pub/kde/stable/$kdever/src/kde-i18n/$pkgname-$pkgver.tar.bz2)
-depends=('kdebase>=3.5.8')
+source=(ftp://ftp.kde.org/pub/kde/stable/$kdever/src/kde-i18n/$pkgname-$pkgver.tar.bz2 compile.patch)
+depends=('kdebase>=3.5.9')
 
 
 build() {
 	cd $startdir/src
 	cd $pkgname-$pkgver
+	patch -Np1 -i ../compile.patch || return 1
 	./configure --prefix=/opt/kde --disable-debug
 	make || return 1
 	make DESTDIR=$startdir/pkg install || return 1
 }
-md5sums=('5b88cf9e5ab1e226885118b2022b29b3')
+md5sums=('eaf85b9354c4fa6af65e592e48b15041'
+         'cccac4b7b0766389be59d9a713caf84d')
Index: extra/i18n/kde-i18n-ru/compile.patch
diff -u /dev/null extra/i18n/kde-i18n-ru/compile.patch:1.1
--- /dev/null	Mon Mar  3 14:12:01 2008
+++ extra/i18n/kde-i18n-ru/compile.patch	Mon Mar  3 14:12:01 2008
@@ -0,0 +1,33 @@
+diff -Naur kde-i18n-ru-3.5.9.orig/data/kdeedu/kturtle/Makefile.in kde-i18n-ru-3.5.9/data/kdeedu/kturtle/Makefile.in
+--- kde-i18n-ru-3.5.9.orig/data/kdeedu/kturtle/Makefile.in	2008-02-13 15:26:23.000000000 +0100
++++ kde-i18n-ru-3.5.9/data/kdeedu/kturtle/Makefile.in	2008-02-23 17:18:30.000000000 +0100
+@@ -215,7 +215,7 @@
+ 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/kdeedu/kturtle/Makefile'; \
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  data/kdeedu/kturtle/Makefile
+-	cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin data/kdeedu/kturtle/Makefile.in
++#	cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin data/kdeedu/kturtle/Makefile.in
+ .PRECIOUS: Makefile
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
+ 	@case '$?' in \
+@@ -444,7 +444,7 @@
+ 	echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  data/kdeedu/kturtle/Makefile'; \
+ 	cd $(top_srcdir) && \
+ 	  $(AUTOMAKE) --gnu  data/kdeedu/kturtle/Makefile
+-	cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin data/kdeedu/kturtle/Makefile.in
++#	cd $(top_srcdir) && perl ../scripts/admin/am_edit -p../scripts/admin data/kdeedu/kturtle/Makefile.in
+ 
+ 
+ #>+ 21
+diff -Naur kde-i18n-ru-3.5.9.orig/data/kdeedu/kturtle/Makefile.in kde-i18n-ru-3.5.9/data/kdeedu/kturtle/Makefile.in
+--- kde-i18n-ru-3.5.9.orig/data/kdeedu/kturtle/Makefile.in	2008-02-23 17:35:21.000000000 +0100
++++ kde-i18n-ru-3.5.9/data/kdeedu/kturtle/Makefile.in	2008-02-23 17:38:50.000000000 +0100
+@@ -178,7 +178,7 @@
+ xdg_directorydir = @xdg_directorydir@
+ xdg_menudir = @xdg_menudir@
+ txt_DATA = curly.logo square.logo triangle.logo \
+-flower.logo arrow.logo example2.logo example3.logo
++flower.logo arrow.logo 
+ 
+ txtdir = $(kde_datadir)/kturtle/examples/ru
+ xml_DATA = logohighlightstyle.ru.xml




More information about the arch-commits mailing list