diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-12-01 21:53:37 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2015-12-01 21:53:37 -0300 |
commit | beebef5955eeadcd0008fd0a1aafe9c9a02d5f56 (patch) | |
tree | 6fe5cd7bb971dbb2114ab1edc5c0a0176afe7cf1 /pcr | |
parent | d531b73afb7c101e6e2d2805ef8303f0e7d0fd10 (diff) | |
download | abslibre-beebef5955eeadcd0008fd0a1aafe9c9a02d5f56.tar.gz abslibre-beebef5955eeadcd0008fd0a1aafe9c9a02d5f56.tar.bz2 abslibre-beebef5955eeadcd0008fd0a1aafe9c9a02d5f56.zip |
mypaint-gegl-git: fix install variable
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/mypaint-gegl-git/PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pcr/mypaint-gegl-git/PKGBUILD b/pcr/mypaint-gegl-git/PKGBUILD index 168754e90..e6e4a2098 100644 --- a/pcr/mypaint-gegl-git/PKGBUILD +++ b/pcr/mypaint-gegl-git/PKGBUILD @@ -12,7 +12,6 @@ url="http://mypaint.intilinux.com/" license=('GPL' 'LGPL') depends=('python2-gobject' 'python2-numpy' 'gtk3' 'json-c' 'lcms2' 'gegl') makedepends=('scons>=0.97' 'swig>=1.3.39' 'git') -install=mypaint.install source=($_pkgname-$pkgver::git+https://github.com/$_pkgname/$_pkgname brushlib::git+https://github.com/$_pkgname/lib$_pkgname) md5sums=('SKIP' @@ -42,6 +41,7 @@ package_mypaint-gegl-git() { depends=('python2-gobject' 'python2-numpy' 'gtk3' 'lcms2' 'libmypaint-gegl-git') provides=("${_pkgname}") conflicts=("${_pkgname}") + install=mypaint.install cd $srcdir/$_pkgname-$pkgver scons prefix="$pkgdir"/usr use_sharedlib=yes enable_gegl=yes install |