summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-10-07 20:35:52 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-10-07 20:37:34 -0300
commit6d2b60e75b57cbe84836a1dcfc2f5c0fc6cc46cc (patch)
treeb133e198e2776a2cebbf440d6b73aa900cf17c24 /pcr
parent7dbcb6fef7bc3a97e280a2c7c29800ef8de52a80 (diff)
downloadabslibre-6d2b60e75b57cbe84836a1dcfc2f5c0fc6cc46cc.tar.gz
abslibre-6d2b60e75b57cbe84836a1dcfc2f5c0fc6cc46cc.tar.bz2
abslibre-6d2b60e75b57cbe84836a1dcfc2f5c0fc6cc46cc.zip
update mypaint-gegl
Diffstat (limited to 'pcr')
-rw-r--r--pcr/mypaint-gegl/PKGBUILD16
1 files changed, 12 insertions, 4 deletions
diff --git a/pcr/mypaint-gegl/PKGBUILD b/pcr/mypaint-gegl/PKGBUILD
index 1ee277c7c..ba458d230 100644
--- a/pcr/mypaint-gegl/PKGBUILD
+++ b/pcr/mypaint-gegl/PKGBUILD
@@ -4,24 +4,32 @@
_pkgname=mypaint
pkgname=mypaint-gegl
pkgver=1.2.0
-pkgrel=3.1
+pkgrel=3.2
pkgdesc="A fast and easy painting application for digital painters, with brush dynamics and GEGL support"
arch=('i686' 'x86_64' 'armv7h')
url="http://mypaint.org/"
license=('GPL' 'LGPL')
depends=('pygtk' 'python2-numpy' 'protobuf-python' 'python2' 'json-c'
'lcms2' 'python2-gobject' 'gtk3' 'gegl')
-makedepends=('scons>=0.97' 'swig>=1.3.39')
+makedepends=('scons>=0.97' 'swig>=1.3.39' 'git')
provides=("${_pkgname}")
conflicts=("${_pkgname}" "lib${_pkgname}")
source=(https://github.com/mypaint/mypaint/releases/download/v$pkgver/mypaint-$pkgver.tar.xz
- https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch)
+ https://github.com/mypaint/mypaint/commit/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch
+ lib${_pkgname}::git+https://github.com/${_pkgname}/lib${_pkgname}.git)
md5sums=('c7c2cfac8e1eec5549e58567ec68daac'
- 'e196d8ea9eb9e939118a17c04678a69a')
+ 'e196d8ea9eb9e939118a17c04678a69a'
+ 'SKIP')
prepare() {
cd $srcdir/$_pkgname-$pkgver
patch -p1 <$srcdir/c03602f3d5456d59fccfc8ad7d41c8c6f1a6d593.patch
+
+ # update libmypaint to 1.3.0
+ rm -r brushlib
+ git submodule init
+ git config submodule.'libmypaint'.url "${srcdir}/lib${_pkgname}"
+ git submodule update
}
package() {