summaryrefslogtreecommitdiff
path: root/pcr
diff options
context:
space:
mode:
authorOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 18:36:08 -0500
committerOmar Vega Ramos <ovruni@gnu.org.pe>2017-07-10 18:36:08 -0500
commitb10fbc8ea80ad1a386773fbfd18c3e3091146603 (patch)
tree02596949ea516d394d5431a453af895ca7fde453 /pcr
parent0fd2f6d16ecb923430cc2e5bdc54bd8aeec29cf5 (diff)
downloadabslibre-b10fbc8ea80ad1a386773fbfd18c3e3091146603.tar.gz
abslibre-b10fbc8ea80ad1a386773fbfd18c3e3091146603.tar.bz2
abslibre-b10fbc8ea80ad1a386773fbfd18c3e3091146603.zip
Removing gimp-{devel,git}. Use gimp instead
Diffstat (limited to 'pcr')
-rw-r--r--pcr/gimp-devel/PKGBUILD51
-rw-r--r--pcr/gimp-devel/linux-kernel.gpl19
-rw-r--r--pcr/gimp-git/PKGBUILD57
-rw-r--r--pcr/gimp-git/linux-kernel.gpl19
4 files changed, 0 insertions, 146 deletions
diff --git a/pcr/gimp-devel/PKGBUILD b/pcr/gimp-devel/PKGBUILD
deleted file mode 100644
index 8374ef682..000000000
--- a/pcr/gimp-devel/PKGBUILD
+++ /dev/null
@@ -1,51 +0,0 @@
-# Maintainer: Márcio Silva <coadde@parabola.nu>
-# based of gimp
-
-_pkgname=gimp
-pkgname=gimp-devel
-pkgver=2.9.4
-pkgrel=2
-pkgdesc="GNU Image Manipulation Program"
-arch=('i686' 'x86_64' 'armv7h')
-url="http://www.${_pkgname}.org/"
-license=('GPL' 'LGPL')
-depends=('pygtk' 'lcms2' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 'dbus-glib'
- 'libgexiv2' 'gegl-devel' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme'
- 'openexr' 'libgudev' 'libmypaint-gegl-git' 'aalib' 'xdg-utils')
-makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'poppler-data' 'alsa-lib' 'iso-codes' 'ghostscript' 'gtk-doc'
- 'sdl' 'suitesparse' 'ffmpeg' 'lensfun' 'libraw' 'lua' 'xorg-server-xvfb')
-optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
- 'webkitgtk2: for the help browser'
- 'poppler-glib: for pdf support'
- 'poppler-data: for pdf import with Cyrillic and CJK support'
- 'alsa-lib: for MIDI event controller module'
- 'ghostscript: for postscript support')
-options=('!makeflags')
-provides=("${_pkgname}")
-conflicts=("${_pkgname}")
-source=(http://download.${_pkgname}.org/pub/${_pkgname}/v${pkgver%.*}/${_pkgname}-${pkgver}.tar.bz2
- linux-kernel.gpl)
-md5sums=('6b3d425a7949110eeb532badedf721f3'
- '36854ad996c96df06249f1e94bd996d5')
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
- --enable-mp --enable-gimp-console --enable-python
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' "${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
- install -D -m644 "${srcdir}/linux-kernel.gpl" "${pkgdir}/usr/share/gimp/2.0/palettes/Linux-kernel.gpl"
-
- ln -s gimp-2.9 "${pkgdir}/usr/bin/gimp"
- ln -s gimp-console-2.9 "${pkgdir}/usr/bin/gimp-console"
- ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
- ln -sf gimp-2.9.1.gz "${pkgdir}/usr/share/man/man1/gimp.1.gz"
- ln -sf gimp-console-2.9.1.gz "${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
- ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
- ln -sf gimprc-2.9.5.gz "${pkgdir}/usr/share/man/man5/gimprc.5.gz"
-}
diff --git a/pcr/gimp-devel/linux-kernel.gpl b/pcr/gimp-devel/linux-kernel.gpl
deleted file mode 100644
index a1ffb198b..000000000
--- a/pcr/gimp-devel/linux-kernel.gpl
+++ /dev/null
@@ -1,19 +0,0 @@
-GIMP Palette
-Name: linux-kernel
-#
- 0 0 0
- 0 0 170
- 0 170 0
- 0 170 170
-170 0 0
-170 0 170
-170 85 0
-170 170 170
- 85 85 85
- 85 85 255
- 85 255 85
- 85 255 255
-255 85 85
-255 85 255
-255 255 85
-255 255 255
diff --git a/pcr/gimp-git/PKGBUILD b/pcr/gimp-git/PKGBUILD
deleted file mode 100644
index b49b3b589..000000000
--- a/pcr/gimp-git/PKGBUILD
+++ /dev/null
@@ -1,57 +0,0 @@
-# Maintainer: Márcio Silva <coadde@parabola.nu>
-# based of gimp
-
-_pkgname=gimp
-pkgname=gimp-git
-pkgver=r38067.7111eadf3b
-pkgrel=2
-pkgdesc="GNU Image Manipulation Program"
-arch=('i686' 'x86_64' 'armv7h')
-url="http://www.${_pkgname}.org/"
-license=('GPL' 'LGPL')
-depends=('pygtk' 'lcms2' 'libxpm' 'libwmf' 'libxmu' 'librsvg' 'libmng' 'dbus-glib'
- 'libgexiv2' 'gegl-git' 'jasper' 'desktop-file-utils' 'hicolor-icon-theme'
- 'openexr' 'libgudev' 'libmypaint-gegl-git' 'aalib' 'xdg-utils')
-makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'poppler-data' 'alsa-lib' 'iso-codes' 'ghostscript' 'gtk-doc' 'git'
- 'sdl' 'suitesparse' 'ffmpeg' 'lensfun' 'libraw' 'lua' 'python' 'xorg-server-xvfb') # python: for gdbus-codegen
-optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support'
- 'webkitgtk2: for the help browser'
- 'poppler-glib: for pdf support'
- 'poppler-data: for pdf import with Cyrillic and CJK support'
- 'alsa-lib: for MIDI event controller module'
- 'ghostscript: for postscript support')
-options=('!makeflags')
-provides=("${_pkgname}")
-conflicts=("${_pkgname}" "${_pkgname}-plugin-wavelet-decompose")
-source=(${_pkgname}-${pkgver}::git+git://git.gnome.org/${_pkgname}.git
- linux-kernel.gpl)
-md5sums=('SKIP'
- '36854ad996c96df06249f1e94bd996d5')
-
-pkgver() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
-}
-
-build() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- NOCONFIGURE=1 ./autogen.sh
- PYTHON=/usr/bin/python2 ./configure --prefix=/usr --sysconfdir=/etc \
- --enable-mp --enable-gimp-console --enable-python
- make
-}
-
-package() {
- cd "${srcdir}/${_pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
- sed -i 's|#!/usr/bin/env python|#!/usr/bin/python2|' "${pkgdir}"/usr/lib/gimp/2.0/plug-ins/*.py
- install -D -m644 "${srcdir}/linux-kernel.gpl" "${pkgdir}/usr/share/gimp/2.0/palettes/Linux-kernel.gpl"
-
- ln -s gimp-2.9 "${pkgdir}/usr/bin/gimp"
- ln -s gimp-console-2.9 "${pkgdir}/usr/bin/gimp-console"
- ln -s gimptool-2.0 "${pkgdir}/usr/bin/gimptool"
- ln -sf gimp-2.9.1.gz "${pkgdir}/usr/share/man/man1/gimp.1.gz"
- ln -sf gimp-console-2.9.1.gz "${pkgdir}/usr/share/man/man1/gimp-console.1.gz"
- ln -sf gimptool-2.0.1.gz "${pkgdir}/usr/share/man/man1/gimptool.1.gz"
- ln -sf gimprc-2.9.5.gz "${pkgdir}/usr/share/man/man5/gimprc.5.gz"
-}
diff --git a/pcr/gimp-git/linux-kernel.gpl b/pcr/gimp-git/linux-kernel.gpl
deleted file mode 100644
index a1ffb198b..000000000
--- a/pcr/gimp-git/linux-kernel.gpl
+++ /dev/null
@@ -1,19 +0,0 @@
-GIMP Palette
-Name: linux-kernel
-#
- 0 0 0
- 0 0 170
- 0 170 0
- 0 170 170
-170 0 0
-170 0 170
-170 85 0
-170 170 170
- 85 85 85
- 85 85 255
- 85 255 85
- 85 255 255
-255 85 85
-255 85 255
-255 255 85
-255 255 255