[arch-commits] Commit in kdebase-runtime/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Jul 11 22:24:52 UTC 2015
Date: Sunday, July 12, 2015 @ 00:24:52
Author: arojas
Revision: 242133
Remove docs provided by kdelibs4support (FS#45614)
Modified:
kdebase-runtime/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-07-11 21:38:03 UTC (rev 242132)
+++ PKGBUILD 2015-07-11 22:24:52 UTC (rev 242133)
@@ -6,7 +6,7 @@
pkgbase=kdebase-runtime
pkgname=('kdebase-runtime' 'khelpcenter4' 'kdebase-runtime-doc' 'kdesu4')
pkgver=15.04.3
-pkgrel=2
+pkgrel=3
pkgdesc="Plugins and applications necessary for the running of KDE applications"
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/kde-runtime'
@@ -79,6 +79,9 @@
# Remove kdesu docs
rm -r "$pkgdir"/usr/share/doc/HTML/en/kdesu/
rm "$pkgdir"/usr/share/man/man1/kdesu.1
+
+# Remove kcm_ssl docs, provided by kdelibs4support
+ rm -r "$pkgdir"/usr/share/doc/HTML/en/kcontrol/kcm_ssl
}
package_kdesu4() {
More information about the arch-commits
mailing list