Date: Friday, August 14, 2015 @ 23:03:19 Author: arojas Revision: 243708
Workaround missing service menus (FS#45984) Modified: dolphin/kde-unstable/PKGBUILD (contents, properties) ----------+ PKGBUILD | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2015-08-14 20:40:38 UTC (rev 243707) +++ PKGBUILD 2015-08-14 21:03:19 UTC (rev 243708) @@ -6,7 +6,7 @@ pkgname=dolphin pkgver=15.07.90 -pkgrel=1 +pkgrel=2 pkgdesc="File Manager" arch=(i686 x86_64) url="http://kde.org/applications/system/dolphin/" @@ -16,9 +16,11 @@ conflicts=('kdebase-dolphin<15.04.3-3') replaces=(kdebase-dolphin) groups=(kde-applications kdebase) -source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz") +source=("http://download.kde.org/unstable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" + "http://download.kde.org/unstable/applications/$pkgver/src/kde-baseapps-$pkgver.tar.xz") install=$pkgname.install -md5sums=('5a05b3fa09aec381e5a65ce0f037cc32') +md5sums=('5a05b3fa09aec381e5a65ce0f037cc32' + '563037d14e7c0930271946d52bca84a2') prepare() { mkdir -p build @@ -38,4 +40,7 @@ package() { cd build make DESTDIR="$pkgdir" install + +# Workaround for missing service menus https://bugs.kde.org/show_bug.cgi?id=350769 + install -Dm644 "$srcdir"/kde-baseapps-$pkgver/lib/konq/konq*.desktop "$pkgdir"/usr/share/kservicetypes5/ } Property changes on: dolphin/kde-unstable/PKGBUILD ___________________________________________________________________ Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property
