diff options
-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 |