From 478dbb209e2f5ce77b64336ba6bf4df99b24eeea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?coadde=20=5BM=C3=A1rcio=20Alexandre=20Silva=20Delgado=5D?= Date: Sun, 9 Oct 2016 21:11:33 -0300 Subject: add {,lib}mypaint-gegl-git to [pcr], rm mypaint-gegl package --- pcr/mypaint-gegl-git/PKGBUILD | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 pcr/mypaint-gegl-git/PKGBUILD (limited to 'pcr/mypaint-gegl-git') diff --git a/pcr/mypaint-gegl-git/PKGBUILD b/pcr/mypaint-gegl-git/PKGBUILD new file mode 100644 index 000000000..f839354a2 --- /dev/null +++ b/pcr/mypaint-gegl-git/PKGBUILD @@ -0,0 +1,29 @@ +# Maintainer: Márcio Silva +# based of mypaint + +_pkgname=mypaint +pkgname=mypaint-gegl-git +pkgver=r4556.427c7e5 +pkgrel=1 +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' + 'lcms2' 'python2-gobject' 'gtk3' 'libmypaint-gegl-git') +makedepends=('scons>=0.97' 'swig>=1.3.39' 'git') +provides=("${_pkgname}") +conflicts=("${_pkgname}" "${_pkgname}-gegl") +source=(${_pkgname}-${pkgver}::git+https://github.com/${_pkgname}/${_pkgname}.git + remove-delete-function.patch) +md5sums=('SKIP' 'SKIP') + +pkgver() { + cd ${_pkgname}-${pkgver} + printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" +} + +package() { + cd $srcdir/$_pkgname-$pkgver + scons prefix="$pkgdir"/usr use_sharedlib=yes enable_gegl=yes install +} -- cgit v1.2.3