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

Antonio Rojas arojas at archlinux.org
Sun Aug 23 09:43:54 UTC 2015


    Date: Sunday, August 23, 2015 @ 11:43:54
  Author: arojas
Revision: 138667

Update for dolphin 15.08

Modified:
  kim4/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-23 09:35:32 UTC (rev 138666)
+++ PKGBUILD	2015-08-23 09:43:54 UTC (rev 138667)
@@ -5,12 +5,12 @@
 
 pkgname=kim4
 pkgver=0.9.5
-pkgrel=5
+pkgrel=6
 pkgdesc="Kde Image Menu to compress, resize, convert, rename and much more"
 arch=('any')
 url="http://www.kde-apps.org/content/show.php?content=11505"
 license=('GPL')
-depends=('bash' 'imagemagick' 'kdebase-dolphin')
+depends=('bash' 'imagemagick' 'dolphin')
 source=(http://bouveyron.free.fr/kim/release/$pkgname-$pkgver.tar.gz)
 md5sums=('c7934ab0dbf988da5f60d9c4cbf97dd5')
 
@@ -17,9 +17,9 @@
 package() {
   cd ${srcdir}/${pkgname}/src
 
-  install -d ${pkgdir}/usr/share/kde4/services/ServiceMenus
+  install -d ${pkgdir}/usr/share/kservices5/ServiceMenus
   install -Dm644 kim_{compressandresize,convertandrotate,publication}.desktop \
-    ${pkgdir}/usr/share/kde4/services/ServiceMenus
+    ${pkgdir}/usr/share/kservices5/ServiceMenus
   install -d ${pkgdir}/usr/bin
   install -Dm755 bin/kim_{album,compress,convert,flipflop,galery,multiburst,other,pelemele} \
     bin/kim_{print,record,record_mpg,rename,resize,resizeandsend,rotate,rotatewithexif} \



More information about the arch-commits mailing list