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

Antonio Rojas arojas at archlinux.org
Tue Apr 19 07:05:16 UTC 2016


    Date: Tuesday, April 19, 2016 @ 09:05:15
  Author: arojas
Revision: 265152

Fix conflicts with ki18n (FS#48957)

Modified:
  kde-l10n/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-19 06:55:46 UTC (rev 265151)
+++ PKGBUILD	2016-04-19 07:05:15 UTC (rev 265152)
@@ -5,11 +5,11 @@
 
 pkgbase=kde-l10n
 pkgver=15.12.3
-pkgrel=1
+pkgrel=2
 arch=('any')
 url='http://www.kde.org/'
 license=('GPL')
-makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' 'kconfig' 'ki18n' 'qt5-tools')
+makedepends=('extra-cmake-modules' 'kdoctools' 'kdelibs' 'automoc4' 'kconfig' 'ki18n' 'qt5-tools' 'python')
 options=('docs')
 
 _languages=(
@@ -166,4 +166,7 @@
   pkgdesc="$2 localization for KDE"
   cd build/$1
   make DESTDIR="$pkgdir" install
+
+# FS#48957
+  rm -f "$pkgdir"/usr/share/locale/*/LC_SCRIPTS/ki18n5/ki18n5.js
 }



More information about the arch-commits mailing list