From 6d2b60e75b57cbe84836a1dcfc2f5c0fc6cc46cc Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Fri, 7 Oct 2016 20:35:52 -0300 Subject: update mypaint-gegl --- pcr/mypaint-gegl/PKGBUILD | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'pcr') 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() { -- cgit v1.2.3