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

Antonio Rojas arojas at archlinux.org
Fri Nov 17 23:25:22 UTC 2017


    Date: Friday, November 17, 2017 @ 23:25:20
  Author: arojas
Revision: 310345

Remove KDE4 applications docs

Modified:
  kde-l10n/trunk/PKGBUILD

----------+
 PKGBUILD |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-17 22:52:46 UTC (rev 310344)
+++ PKGBUILD	2017-11-17 23:25:20 UTC (rev 310345)
@@ -6,7 +6,7 @@
 
 pkgbase=kde-l10n
 pkgver=17.08.3
-pkgrel=1
+pkgrel=2
 arch=(any)
 url='https://www.kde.org/'
 license=(GPL)
@@ -141,6 +141,12 @@
             'a9143072c281c829eae7938d2d754defd8f101c405ad326352b3381679fac0d0'
             '0096e2a80cf59af10a9f0919b262116707d647158f8cb66fcb7ad9be303a27af')
 
+prepare() {
+  # Fix conflicts with KDE Applications 17.12
+  sed -e '/kdeaccessibility/d' -e '/kdegames/d' -e '/kdemultimedia/d' -e '/kdenetwork/d' -e '/kdesdk/d' -e '/kdeutils/d' -e '/kdewebdev/d' \
+    -i kde-l10n-*/4/*/docs/CMakeLists.txt
+}
+
 build() {
   for _lang in "${_languages[@]}"; do
     _locale=${_lang%% *}



More information about the arch-commits mailing list