summaryrefslogtreecommitdiff
path: root/community/gimp-plugin-wavelet-decompose
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-06 23:14:50 +0000
committerroot <root@rshg054.dnsready.net>2012-02-06 23:14:50 +0000
commit1fa6edfba8d1e31ca1c0d59e8202cd3c62ccf393 (patch)
tree8d7ccc2dc9d08a4c3cde26aa01c887e9a0fc2fa1 /community/gimp-plugin-wavelet-decompose
parentbdb5b3e66f6afa586ea147f69af5e4ba388f7615 (diff)
Mon Feb 6 23:14:50 UTC 2012
Diffstat (limited to 'community/gimp-plugin-wavelet-decompose')
-rw-r--r--community/gimp-plugin-wavelet-decompose/PKGBUILD16
1 files changed, 8 insertions, 8 deletions
diff --git a/community/gimp-plugin-wavelet-decompose/PKGBUILD b/community/gimp-plugin-wavelet-decompose/PKGBUILD
index 15fdf6542..02c20524d 100644
--- a/community/gimp-plugin-wavelet-decompose/PKGBUILD
+++ b/community/gimp-plugin-wavelet-decompose/PKGBUILD
@@ -1,10 +1,10 @@
-# $Id: PKGBUILD 38078 2011-01-21 15:50:47Z spupykin $
+# $Id: PKGBUILD 63586 2012-02-05 11:58:12Z ibiru $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Denis Kvist <denvist@ya.ru>
pkgname=gimp-plugin-wavelet-decompose
pkgver=0.1.2
-pkgrel=1
+pkgrel=2
pkgdesc="Wavelet decompose plugin for Gimp"
arch=('i686' 'x86_64')
url="http://registry.gimp.org/node/11742"
@@ -16,11 +16,11 @@ md5sums=('e0cb8670a1c5506d08f57f2300caac24'
'4de9e41a535f200c2502f0dd8458c43e')
build() {
- cd "$srcdir/wavelet-decompose-$pkgver"
- patch -Np1 < ../po_install.diff
- make
- install -Dvm755 src/wavelet-decompose \
+ cd "$srcdir/wavelet-decompose-$pkgver"
+ patch -Np1 < ../po_install.diff
+ make
+ install -Dvm755 src/wavelet-decompose \
"$pkgdir"/usr/lib/gimp/2.0/plug-ins/wavelet-decompose
- cd po
- make LOCALEDIR="$pkgdir"/usr/share/locale install
+ cd po
+ make LOCALEDIR="$pkgdir"/usr/share/locale install
}