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

Antonio Rojas arojas at archlinux.org
Wed Apr 20 16:36:03 UTC 2016


    Date: Wednesday, April 20, 2016 @ 18:36:03
  Author: arojas
Revision: 265757

Fix FS#49023 properly

Modified:
  kde-l10n/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-20 16:15:41 UTC (rev 265756)
+++ PKGBUILD	2016-04-20 16:36:03 UTC (rev 265757)
@@ -147,7 +147,9 @@
 # Remove kde-runtime and kde-workspace docs, conflicts with plasma-desktop
   sed -e '/kde-runtime/d' -e '/kde-workspace/d' -e '/kdeplasma-addons/d' \
    -i $pkgbase-$_locale-$pkgver/4/$_locale/docs/CMakeLists.txt || true
-
+# kde-l10n-sr needs special casing
+  sed -e '/kde-runtime/d' -e '/kde-workspace/d' -e '/kdeplasma-addons/d' \
+   -i $pkgbase-$_locale-$pkgver/4/$_locale/*/docs/CMakeLists.txt || true
   done
 }
 
@@ -172,6 +174,4 @@
 
 # FS#48957
   rm -f "$pkgdir"/usr/share/locale/*/LC_SCRIPTS/ki18n5/ki18n5.js
-# FS#49023
-  rm -fr "$pkgdir"/usr/share/doc/HTML/*/kinfocenter
 }



More information about the arch-commits mailing list