Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=901f869a9b8257a0762237df363a7efb3515fe23
commit 901f869a9b8257a0762237df363a7efb3515fe23 Author: crazy <[email protected]> Date: Mon Dec 14 23:51:02 2015 +0100 gimp-2.9.2-3-x86_64 * rebuild with libgexiv2 * re-enabled print since we removed gimp-print * added some missing depends=() diff --git a/source/xapps/gimp/FrugalBuild b/source/xapps/gimp/FrugalBuild index 40223ad..a597e11 100644 --- a/source/xapps/gimp/FrugalBuild +++ b/source/xapps/gimp/FrugalBuild @@ -4,15 +4,16 @@ pkgname=gimp pkgver=2.9.2 -pkgrel=2 +pkgrel=3 pkgdesc="The GNU Image Manipulation Program" url="http://www.gimp.org/" ## TODO: cleanup depends() and start splitting.. also add missing stuff depends=('libxml2>=2.7.8' 'librsvg>=2.26.0-2' 'libmng>=2.0.3' 'libexif>=0.6.12-3' 'alsa-lib' 'libgtkhtml>=2.11.1-4' \ - 'desktop-file-utils' 'lcms' 'pygtk>=2.14.1-2' 'aalib' 'libxpm>=3.5.7-2' 'intltool' 'gegl>=0.3.4-2' 'libgexiv2' 'iso-codes') + 'desktop-file-utils' 'lcms' 'pygtk>=2.14.1-2' 'aalib' 'libxpm>=3.5.7-2' 'intltool' 'gegl>=0.3.4-3' \ + 'libgexiv2>=0.10.3' 'iso-codes') groups=('xapps') archs=('i686' 'x86_64') -makedepends=('gimp-print' 'perl-xml-parser' 'x11-protos' 'libldap') +makedepends=('perl-xml-parser' 'x11-protos' 'libldap' 'ghostscript') up2date="Flasttar http://download.gimp.org/mirror/pub/gimp/v2.9/" source=(http://download.gimp.org/mirror/pub/gimp/v2.9/$pkgname-$pkgver.tar.bz2) sha1sums=('f8055402716f128a5685854d86b1be41aa6e4a87') @@ -26,10 +27,10 @@ Finclude gnome-scriptlet build() { Fsed 'Icon=.*' 'Icon=gimp.png' desktop/gimp.desktop.in.in - Fmkdir /usr/share/{applications,application-registry,mime-info} - # gutenprint will provide the printing plugin - Fbuild --disable-print --enable-gimp-remote - Fmkdir /usr/share/pixmaps + Fmkdir usr/share/{applications,application-registry,mime-info} + + Fbuild + Fmkdir usr/share/pixmaps Fln ../gimp/2.0/images/gimp-logo.png /usr/share/pixmaps/gimp.png Fbuild_gnome_scriptlet _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
