summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: cd8fcfd40313245181758d76b56ae4dca5d07a06 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Maintainer: Garrett <floft.net/contact>
pkgname=gimp-plugin-layerfx
pkgver=20120412
pkgrel=1
pkgdesc="A GIMP plugin for layer effects (Layer->Layer Effects)"
arch=('any')
url='http://registry.gimp.org/node/186'
license=('GPLv3')
depends=('gimp' 'python2')
source=('http://registry.gimp.org/files/layerfx.2.8.py.txt')
md5sums=('408c5191552a7639f64bd6bd25891f85')

build() {
    sed -i "s/env python/&2/" "$srcdir/layerfx"*
}

package() {
    dir="$pkgdir/usr/lib/gimp/2.0/plug-ins/"
	mkdir -p "$dir"
	cp "$srcdir/layerfx"* "$dir/layerfx.py"
    chmod +x "$dir/layerfx.py"
}