summaryrefslogtreecommitdiff
path: root/community/kim4/PKGBUILD
diff options
context:
space:
mode:
authorParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
committerParabola <dev@list.parabolagnulinux.org>2011-04-05 14:26:38 +0000
commit415856bdd4f48ab4f2732996f0bae58595092bbe (patch)
treeede2018b591f6dfb477fe9341ba17b9bc000fab9 /community/kim4/PKGBUILD
Tue Apr 5 14:26:38 UTC 2011
Diffstat (limited to 'community/kim4/PKGBUILD')
-rw-r--r--community/kim4/PKGBUILD32
1 files changed, 32 insertions, 0 deletions
diff --git a/community/kim4/PKGBUILD b/community/kim4/PKGBUILD
new file mode 100644
index 000000000..795ee47f5
--- /dev/null
+++ b/community/kim4/PKGBUILD
@@ -0,0 +1,32 @@
+# $Id: $
+# Maintainer: Andrea Scarpino <andrea@archlinux.org>
+# Contributor: raku <raczkow@gmail.com>
+
+pkgname=kim4
+pkgver=0.9.5
+pkgrel=3
+pkgdesc="Kde Image Menu to compress, resize, convert, rename and much more"
+arch=(i686 x86_64)
+url="http://www.kde-apps.org/content/show.php?content=11505"
+license=('GPL')
+depends=('imagemagick' 'kdebase-dolphin')
+source=(http://bouveyron.free.fr/kim/release/$pkgname-$pkgver.tar.gz)
+md5sums=('c7934ab0dbf988da5f60d9c4cbf97dd5')
+
+build() {
+ cd ${srcdir}/${pkgname}/src
+
+ install -d ${pkgdir}/usr/share/kde4/services/ServiceMenus
+ install -Dm644 kim_{compressandresize,convertandrotate,publication}.desktop \
+ ${pkgdir}/usr/share/kde4/services/ServiceMenus || return 1
+ 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} \
+ bin/kim_{slideshow,sortbydate,treatment,webexport} ${pkgdir}/usr/bin/ || return 1
+ install -d ${pkgdir}/usr/share/kim/slideshow
+ install -Dm644 slideshow/{dewslider.swf,index.part1,index.part2} \
+ ${pkgdir}/usr/share/kim/slideshow || return 1
+ install -d ${pkgdir}/usr/share/kim/gallery
+ install -Dm644 gallery/{index.part1,index.part2} \
+ ${pkgdir}/usr/share/kim/gallery || return 1
+}