summaryrefslogtreecommitdiff
path: root/libre/kdebase-runtime
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2017-11-10 11:21:54 +0100
committerAndreas Grapentin <andreas@grapentin.org>2017-11-10 11:21:54 +0100
commit9d0ac376710f4e0d79de01544f1d7114c1e933c1 (patch)
tree40ba85243420d02dc5def3b701f5dc8aa28aae53 /libre/kdebase-runtime
parentb215d5e0308d2ce176f35719d1f25fae4367975e (diff)
libre/kdebase-runtime: updated to 17.08.3
Diffstat (limited to 'libre/kdebase-runtime')
-rw-r--r--libre/kdebase-runtime/PKGBUILD29
1 files changed, 18 insertions, 11 deletions
diff --git a/libre/kdebase-runtime/PKGBUILD b/libre/kdebase-runtime/PKGBUILD
index 277a79c97..218ef57a6 100644
--- a/libre/kdebase-runtime/PKGBUILD
+++ b/libre/kdebase-runtime/PKGBUILD
@@ -6,24 +6,29 @@
# Contributor (Arch): Pierre Schmitz <pierre@archlinux.de>
pkgname=kdebase-runtime
-pkgver=17.08.2
+
+pkgver=17.08.3
pkgrel=1.parabola1
+arch=(i686 x86_64 armv7h)
+
pkgdesc="Plugins and applications necessary for the running of KDE applications, without non-privacy search engines"
-arch=('i686' 'x86_64' 'armv7h')
-url='https://www.kde.org/'
-license=('GPL' 'LGPL')
-makedepends=('pkg-config' 'cmake' 'automoc4' 'openslp' 'doxygen' 'networkmanager' 'boost')
-depends=('kdelibs' 'smbclient' 'libssh' 'libcanberra' 'oxygen-icons' 'xorg-xauth' 'libwebp' 'exiv2' 'gpgme')
-optdepends=('drkonqi: crash report tool' 'khelpcenter: to display applications documentation')
+url="https://www.kde.org/"
+license=(GPL LGPL)
+
+makedepends=(pkg-config cmake automoc4 openslp doxygen networkmanager boost)
+depends=(kdelibs smbclient libssh libcanberra oxygen-icons xorg-xauth libwebp exiv2 gpgme)
+optdepends=('drkonqi: crash report tool'
+ 'khelpcenter: to display applications documentation')
provides=(notification-daemon)
conflicts=(kdesu4)
replaces=(kdesu4)
+
source=("https://download.kde.org/stable/applications/${pkgver}/src/kde-runtime-${pkgver}.tar.xz"{,.sig}
'duckduckgo_html.desktop'
'duckduckgo_lite.desktop'
'kdebase-runtime-no-html-thumbnails.patch'
'kdebase-runtime-no-kdewebkit.patch')
-sha256sums=('ab9fc015328bc4f3fb5b046f0b7c95af626e954721fcf4eda17251d1efb27201'
+sha256sums=('682c18afb11cda41288c4508831cb59797417b9d81ea916e0e99722ebe9bce96'
'SKIP'
'31910ab7393e67609f15e04a57f6406f63e6dae58b01bce0787741bc5958f292'
'40466a9dad7075f2525e9e024720da7d7b49a22892b6fca8b81cc0e6408d2f7d'
@@ -44,7 +49,7 @@ prepare() {
patch -p1 -i ../kdebase-runtime-no-html-thumbnails.patch
patch -p1 -i ../kdebase-runtime-no-kdewebkit.patch
- # Removing non-privacy search providers
+ # Removing non-privacy search providers
rm -v kurifilter-plugins/ikws/searchproviders/{7digital,acronym,amazon{,_mp3},amg,backports,baidu,bing,blip,cia,dbug,deb,duckduckgo{,_info,_shopping},facebook,ecosia,feedster,flickr,flickrcc,google,google_advanced,google_code,google_groups,google_images,google_lucky,google_maps,google_movie,google_news,google_shopping,imdb,jamendo,jeeves,magnatune,metacrawler,msdn,nl-telephone,nl-teletekst,python,rpmfind,tvtome,uspto,vimeo,voila,yahoo,yahoo_image,yahoo_local,yahoo_shopping,yahoo_video,youtube}.desktop
# Adding DuckDuckGo HTML
@@ -56,6 +61,7 @@ prepare() {
build() {
cd build
+
cmake ../kde-runtime-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DKDE4_BUILD_TESTS=OFF \
@@ -74,15 +80,16 @@ build() {
package() {
cd build
+
make DESTDIR="$pkgdir" install
rm "$pkgdir"/usr/share/icons/hicolor/index.theme
ln -s /usr/lib/kde4/libexec/kdesu "$pkgdir"/usr/bin/kdesu4
-# Use KF5 drkonqi
+ # Use KF5 drkonqi
ln -s /usr/lib/drkonqi "$pkgdir"/usr/lib/kde4/libexec/
-# FS#36668
+ # FS#36668
chown :nobody "$pkgdir"/usr/lib/kde4/libexec/kdesud
chmod g+s "$pkgdir"/usr/lib/kde4/libexec/kdesud
}