From 4e2fbd95c5d3de973a7f16f9d3edf9761c2d353a Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Tue, 3 May 2016 01:12:37 -0300 Subject: pcr/gimp-git: update package --- pcr/gimp-git/PKGBUILD | 49 +++++------------------------------------------ pcr/gimp-git/gimp.install | 12 ------------ 2 files changed, 5 insertions(+), 56 deletions(-) delete mode 100644 pcr/gimp-git/gimp.install (limited to 'pcr/gimp-git') diff --git a/pcr/gimp-git/PKGBUILD b/pcr/gimp-git/PKGBUILD index ce72925b1..2769cc80f 100644 --- a/pcr/gimp-git/PKGBUILD +++ b/pcr/gimp-git/PKGBUILD @@ -1,9 +1,9 @@ -# Maintainer: Márcio Silva -# Maintainer (Arch): Daniel Isenmann +# Maintainer: Márcio Silva +# based of gimp _pkgname=gimp pkgname=gimp-git -pkgver=r36013.789e9f2 +pkgver=r36696.f1f91ec pkgrel=1 pkgdesc="GNU Image Manipulation Program" arch=('i686' 'x86_64' 'armv7h') @@ -11,35 +11,21 @@ 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' 'babl' - 'libgudev' 'libmypaint-gegl-git' 'aalib') # openexr is unstable + 'openexr' 'libgudev' 'mypaint-gegl' 'aalib') makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'poppler-data' 'alsa-lib' 'iso-codes' 'ghostscript' 'gtk-doc' 'git' - 'sdl' 'suitesparse' 'ffmpeg' 'lensfun' 'libraw' 'lua') + 'sdl' 'suitesparse' 'ffmpeg' 'lensfun' 'libraw' 'lua' 'python') # 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' - 'mypaint-gegl-git: for use mypaint brushes' 'ghostscript: for postscript support') options=('!makeflags') provides=("${_pkgname}") conflicts=("${_pkgname}") -install=${_pkgname}.install source=(${_pkgname}-${pkgver}::git+git://git.gnome.org/${_pkgname}.git - 16-${_pkgname}-prefs-folders-icon-themes.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/16/${_pkgname}-prefs-folders-icon-themes.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 - 16-${_pkgname}-prefs-icon-theme.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/16/${_pkgname}-prefs-icon-theme.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 - 22-${_pkgname}-prefs-folders-icon-themes.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/22/${_pkgname}-prefs-folders-icon-themes.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 - 22-${_pkgname}-prefs-icon-theme.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/22/${_pkgname}-prefs-icon-theme.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 - 48-${_pkgname}-prefs-folders-icon-themes.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/48/${_pkgname}-prefs-folders-icon-themes.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 - 48-${_pkgname}-prefs-icon-theme.png::https://git.gnome.org/browse/${_pkgname}/plain/icons/Symbolic/48/${_pkgname}-prefs-icon-theme.png?id=56a4166bffbccf7cbac0f6c2a86b131569125c71 linux-kernel.gpl) md5sums=('SKIP' - '1bd9199d99663d1418557e0abb101ada' - '4b90f51fd82c783ff8a15903df266298' - '9f43e10cbc033489dce23b6bbfb39069' - '2be93e54af2854499203a6a071de882d' - 'e1daf16478537788eee10d9ae269573d' - '6573c96d86a6bd2cea5ecd952a243d60' '36854ad996c96df06249f1e94bd996d5') pkgver() { @@ -47,31 +33,6 @@ pkgver() { printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)" } -prepare() { - cd "${srcdir}/${_pkgname}-${pkgver}" - -# # fix OpenEXR support -# sed -i '\|if test "x$with_openexr" != xno; then|,+6 d -# s|have_openexr=no|have_openexr=yes| -# ' configure.ac -# sed -i 's|ImfChannelList[.]h|OpenEXR/ImfChannelList.h| -# s|ImfInputFile[.]h|OpenEXR/ImfInputFile.h| -# s|ImfRgbaFile[.]h|OpenEXR/ImfRgbaFile.h| -# s|ImfRgbaYca[.]h|OpenEXR/ImfRgbaYca.h| -# s|ImfStandardAttributes[.]h|OpenEXR/ImfStandardAttributes.h| -# ' plug-ins/file-exr/openexr-wrapper.cc - - # Taoism (Ying Yang) icons removal from Symbolic icon theme, since it is software for all users, not just for Taotists ones: - # https://git.gnome.org/browse/gimp/commit/?id=836cce83896cb47ef00458b5190d5f0a5e1acd5d - # https://bugzilla.gnome.org/show_bug.cgi?id=760281 - cp ../16-${_pkgname}-prefs-folders-icon-themes.png icons/Symbolic/16/${_pkgname}-prefs-folders-icon-themes.png - cp ../16-${_pkgname}-prefs-icon-theme.png icons/Symbolic/16/${_pkgname}-prefs-icon-theme.png - cp ../22-${_pkgname}-prefs-folders-icon-themes.png icons/Symbolic/22/${_pkgname}-prefs-folders-icon-themes.png - cp ../22-${_pkgname}-prefs-icon-theme.png icons/Symbolic/22/${_pkgname}-prefs-icon-theme.png - cp ../48-${_pkgname}-prefs-folders-icon-themes.png icons/Symbolic/48/${_pkgname}-prefs-folders-icon-themes.png - cp ../48-${_pkgname}-prefs-icon-theme.png icons/Symbolic/48/${_pkgname}-prefs-icon-theme.png -} - build() { cd "${srcdir}/${_pkgname}-${pkgver}" NOCONFIGURE=1 ./autogen.sh diff --git a/pcr/gimp-git/gimp.install b/pcr/gimp-git/gimp.install deleted file mode 100644 index c317fbaca..000000000 --- a/pcr/gimp-git/gimp.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - update-desktop-database -q - gtk-update-icon-cache -q -t -f usr/share/icons/hicolor -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -} -- cgit v1.2.3