summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 18:41:20 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 18:41:20 -0500
commit920b9212f32c58259c81fc9d8827455b48b168c3 (patch)
treeeb38055e96d50f5a87be3770800168b3179f8da7
parentb10fbc8ea80ad1a386773fbfd18c3e3091146603 (diff)
downloadabslibre-920b9212f32c58259c81fc9d8827455b48b168c3.tar.gz
abslibre-920b9212f32c58259c81fc9d8827455b48b168c3.tar.bz2
abslibre-920b9212f32c58259c81fc9d8827455b48b168c3.zip
Removing {,lib}mypaint-gegl-git. Use mypaint instead
-rw-r--r--pcr/libmypaint-gegl-git/PKGBUILD58
-rw-r--r--pcr/mypaint-gegl-git/PKGBUILD28
2 files changed, 0 insertions, 86 deletions
diff --git a/pcr/libmypaint-gegl-git/PKGBUILD b/pcr/libmypaint-gegl-git/PKGBUILD
deleted file mode 100644
index db19129ca..000000000
--- a/pcr/libmypaint-gegl-git/PKGBUILD
+++ /dev/null
@@ -1,58 +0,0 @@
-# Maintainer: Márcio Silva <coadde@parabola.nu>
-# based of mypaint
-
-_pkgname=mypaint
-pkgname=libmypaint-gegl-git
-pkgver=r704.6477ad3
-pkgrel=1
-pkgdesc="MyPaint Libraries, with brush dynamics and GEGL support"
-arch=('i686' 'x86_64' 'armv7h')
-url="http://mypaint.org/"
-license=('GPL' 'LGPL')
-depends=('json-c' 'gegl')
-makedepends=('git' 'intltool')
-provides=("lib${_pkgname}")
-conflicts=("lib${_pkgname}-gegl")
-source=(lib${_pkgname}-${pkgver}::git+https://github.com/${_pkgname}/lib${_pkgname}.git)
-md5sums=('SKIP')
-
-pkgver() {
- cd lib${_pkgname}-${pkgver}
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-prepare() {
- cd lib${_pkgname}-${pkgver}
- NOCONFIGURE=1 ./autogen.sh
-}
-
-build() {
- cd lib${_pkgname}-${pkgver}
- ./configure \
- --prefix=/usr \
- --enable-docs \
- --enable-gegl \
- --with-glib
- make
-}
-
-package() {
- cd $srcdir/lib$_pkgname-$pkgver
- make DESTDIR="${pkgdir}" install
-
- # fixing headers files, it's needed for GIMP 2.9 and above package
- install -vdm 0755 $pkgdir/usr/include/glib
- ln -vs lib$_pkgname-gegl/$_pkgname-gegl-glib.h $pkgdir/usr/include
- ln -vs lib$_pkgname-gegl/$_pkgname-gegl-surface.h $pkgdir/usr/include
- ln -vs ../lib$_pkgname/glib/$_pkgname-brush.h $pkgdir/usr/include/glib
- ln -vs lib$_pkgname/$_pkgname-brush-settings-gen.h $pkgdir/usr/include
- ln -vs lib$_pkgname/$_pkgname-brush-settings.h $pkgdir/usr/include
- ln -vs lib$_pkgname/$_pkgname-brush.h $pkgdir/usr/include
- ln -vs lib$_pkgname/$_pkgname-config.h $pkgdir/usr/include
- ln -vs lib$_pkgname/$_pkgname-fixed-tiled-surface.h $pkgdir/usr/include
- ln -vs lib$_pkgname/$_pkgname-glib-compat.h $pkgdir/usr/include
- ln -vs lib$_pkgname/$_pkgname-mapping.h $pkgdir/usr/include
- ln -vs lib$_pkgname/$_pkgname-rectangle.h $pkgdir/usr/include
- ln -vs lib$_pkgname/$_pkgname-surface.h $pkgdir/usr/include
- ln -vs lib$_pkgname/$_pkgname-tiled-surface.h $pkgdir/usr/include
-}
diff --git a/pcr/mypaint-gegl-git/PKGBUILD b/pcr/mypaint-gegl-git/PKGBUILD
deleted file mode 100644
index d531f2afd..000000000
--- a/pcr/mypaint-gegl-git/PKGBUILD
+++ /dev/null
@@ -1,28 +0,0 @@
-# Maintainer: Márcio Silva <coadde@parabola.nu>
-# based of mypaint
-
-_pkgname=mypaint
-pkgname=mypaint-gegl-git
-pkgver=r4591.7b0d42e2
-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' 'python2-protobuf' '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)
-md5sums=('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
-}