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

Antonio Rojas arojas at archlinux.org
Fri Apr 17 14:58:40 UTC 2015


    Date: Friday, April 17, 2015 @ 16:58:39
  Author: arojas
Revision: 237280

Fix conflicts with ki18n in -ru and -sr packages (FS#44624)

Modified:
  kde-l10n/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-04-17 14:35:51 UTC (rev 237279)
+++ PKGBUILD	2015-04-17 14:58:39 UTC (rev 237280)
@@ -5,7 +5,7 @@
 
 pkgbase=kde-l10n
 pkgver=15.04.0
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://www.kde.org/'
 license=('GPL')
@@ -166,5 +166,8 @@
   pkgdesc="$2 localization for KDE"
   cd build/$1
   make DESTDIR="$pkgdir" install
+
+# Fix conflicts with ki18n
+  rm -fr "$pkgdir"/usr/share/locale/$1/LC_SCRIPTS/ki18n5
 }
 



More information about the arch-commits mailing list