From 857929774543a6214118c7d5207802a8d332d082 Mon Sep 17 00:00:00 2001 From: "coadde [Márcio Alexandre Silva Delgado]" Date: Thu, 7 Jan 2016 18:01:46 -0300 Subject: gimp-git: update pkg --- pcr/gimp-git/PKGBUILD | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) (limited to 'pcr/gimp-git/PKGBUILD') diff --git a/pcr/gimp-git/PKGBUILD b/pcr/gimp-git/PKGBUILD index d6cd0d637..ce72925b1 100644 --- a/pcr/gimp-git/PKGBUILD +++ b/pcr/gimp-git/PKGBUILD @@ -1,9 +1,9 @@ -# Maintainer: Márcio Silva +# Maintainer: Márcio Silva # Maintainer (Arch): Daniel Isenmann _pkgname=gimp pkgname=gimp-git -pkgver=r36010.dc53501 +pkgver=r36013.789e9f2 pkgrel=1 pkgdesc="GNU Image Manipulation Program" arch=('i686' 'x86_64' 'armv7h') @@ -11,7 +11,7 @@ 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' - 'openexr' 'libgudev' 'libmypaint-gegl-git' 'aalib') + 'libgudev' 'libmypaint-gegl-git' 'aalib') # openexr is unstable makedepends=('intltool' 'webkitgtk2' 'poppler-glib' 'poppler-data' 'alsa-lib' 'iso-codes' 'ghostscript' 'gtk-doc' 'git' 'sdl' 'suitesparse' 'ffmpeg' 'lensfun' 'libraw' 'lua') optdepends=('gutenprint: for sophisticated printing only as gimp has built-in cups print support' @@ -26,8 +26,20 @@ 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() { @@ -35,6 +47,31 @@ 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 -- cgit v1.2.3