Git-Url: http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=fc4557ed2ed224539fac6869ad555db8f377f20c
commit fc4557ed2ed224539fac6869ad555db8f377f20c Author: Miklos Vajna <[EMAIL PROTECTED]> Date: Sat Nov 3 16:02:38 2007 +0100 gimp-2.4.0-1-x86_64 - version bump - updated icon and desktop file diff --git a/source/xapps/gimp/FrugalBuild b/source/xapps/gimp/FrugalBuild index 0ce9275..4d6f5bb 100644 --- a/source/xapps/gimp/FrugalBuild +++ b/source/xapps/gimp/FrugalBuild @@ -2,18 +2,18 @@ # Maintainer: VMiklos <[EMAIL PROTECTED]> pkgname=gimp -pkgver=2.2.17 -pkgrel=2 +pkgver=2.4.0 +pkgrel=1 pkgdesc="The GNU Image Manipulation Program" url="http://www.gimp.org/" depends=('librsvg' 'libmng' 'libexif>=0.6.12-3' 'alsa-lib' 'libgtkhtml>=2.11.1-2' \ - 'desktop-file-utils' 'lcms') + 'desktop-file-utils' 'lcms' 'pygtk') groups=('xapps') archs=('i686' 'x86_64') makedepends=('gimp-print' 'perl-xml') up2date="lynx -dump $url/downloads/|grep tar.bz2|sed 's/.*-\(.*\)\.t.*/\1/'" -source=(ftp://ftp.gimp.org/pub/gimp/v2.2/$pkgname-$pkgver.tar.bz2) -sha1sums=('e7bbfe5fd685f625f023af7f8fe5774feed26116') +source=(ftp://ftp.gimp.org/pub/gimp/v2.4/$pkgname-$pkgver.tar.bz2) +sha1sums=('55a1f8118c26bb58cd329200a53088d3d5734ca0') options=('scriptlet') _F_gnome_desktop="y" Finclude gnome-scriptlet @@ -22,12 +22,12 @@ Finclude gnome-scriptlet build() { - Fsed 'Icon=.*' 'Icon=gimp.png' data/misc/gimp.desktop.in.in + 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 Fmkdir /usr/share/pixmaps - Fln ../gimp/2.0/images/wilber-icon.png /usr/share/pixmaps/gimp.png + Fln ../gimp/2.0/images/gimp-logo.png /usr/share/pixmaps/gimp.png Fbuild_gnome_scriptlet } diff --git a/source/xapps/gimp/libpng-api.patch b/source/xapps/gimp/libpng-api.patch deleted file mode 100644 index 6ae48db..0000000 --- a/source/xapps/gimp/libpng-api.patch +++ /dev/null @@ -1,35 +0,0 @@ -diff -Naur gimp-2.2.11/plug-ins/common/png.c gimp-2.2.11-p/plug-ins/common/png.c ---- gimp-2.2.11/plug-ins/common/png.c 2004-11-23 15:28:43.000000000 +0100 -+++ gimp-2.2.11-p/plug-ins/common/png.c 2006-07-03 02:19:04.076152295 +0200 -@@ -1,5 +1,5 @@ - /* -- * "$Id: png.c,v 1.118 2004/11/23 14:28:43 mitch Exp $" -+ * "$Id: png.c,v 1.118.2.1 2006/04/23 07:01:47 yosh Exp $" - * - * Portable Network Graphics (PNG) plug-in for The GIMP -- an image - * manipulation program -@@ -1012,7 +1012,11 @@ - * Done with the file... - */ - -+#if PNG_LIBPNG_VER > 99 -+ png_destroy_read_struct (&pp, &info, NULL); -+#else - png_read_destroy (pp, info, NULL); -+#endif - - g_free (pixel); - g_free (pixels); -@@ -1441,7 +1445,12 @@ - }; - - png_write_end (pp, info); -+ -+#if PNG_LIBPNG_VER > 99 -+ png_destroy_write_struct (&pp, &info); -+#else - png_write_destroy (pp); -+#endif - - g_free (pixel); - g_free (pixels); _______________________________________________ Frugalware-git mailing list [email protected] http://frugalware.org/mailman/listinfo/frugalware-git
