gimp: update to 2.7.5.

This commit is contained in:
Juan RP 2012-03-17 09:58:17 +01:00
parent 2c3f1c471b
commit 8e19688bf1
3 changed files with 8 additions and 13 deletions

View file

@ -5,13 +5,11 @@ long_desc="${long_desc}
This package contains the Python bindings." This package contains the Python bindings."
revision=4
pycompile_dirs="usr/lib/gimp/2.0/python" pycompile_dirs="usr/lib/gimp/2.0/python"
Add_dependency run pygtk Add_dependency run pygtk
do_install() do_install() {
{
mkdir -p ${DESTDIR}/usr/lib/gimp/2.0/plug-ins mkdir -p ${DESTDIR}/usr/lib/gimp/2.0/plug-ins
mv ${SRCPKGDESTDIR}/usr/lib/gimp/2.0/python \ mv ${SRCPKGDESTDIR}/usr/lib/gimp/2.0/python \

View file

@ -44,3 +44,4 @@ libjasper.so.1
libXcursor.so.1 libXcursor.so.1
libgudev-1.0.so.0 libgudev-1.0.so.0
libtiff.so.5 libtiff.so.5
libbz2.so.1

View file

@ -1,14 +1,14 @@
# Template build file for 'gimp'. # Template build file for 'gimp'.
pkgname=gimp pkgname=gimp
version=2.7.4 version=2.7.5
homepage="http://www.gimp.org"
distfiles="ftp://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2" distfiles="ftp://ftp.gimp.org/pub/gimp/v${version%.*}/gimp-$version.tar.bz2"
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-aa --without-gvfs --without-gnomevfs configure_args="--without-aa --without-gvfs"
--enable-gimp-remote --without-hal" license="GPL-3"
revision=1
short_desc="The GNU image manipulation program" short_desc="The GNU image manipulation program"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6c0690d5c4e58423308169a2419b684d05e06bd346cded9e081be470a5f93710 checksum=6d38a1d1213544ea09d74e7ca91fbe0c7e7128fb9296a1dd97253dc0e3a2fe96
long_desc=" long_desc="
Powerful image manipulation program similar to Adobe Photoshop[tm]. Powerful image manipulation program similar to Adobe Photoshop[tm].
It supports layers, arbitrary image sizes and working on several images It supports layers, arbitrary image sizes and working on several images
@ -40,6 +40,7 @@ Add_dependency build alsa-lib-devel
Add_dependency build dbus-glib-devel Add_dependency build dbus-glib-devel
Add_dependency build libXmu-devel Add_dependency build libXmu-devel
Add_dependency build libXext-devel Add_dependency build libXext-devel
Add_dependency build libXcursor-devel
Add_dependency build libexif-devel Add_dependency build libexif-devel
Add_dependency build webkit-gtk-devel Add_dependency build webkit-gtk-devel
Add_dependency build libwmf-devel Add_dependency build libwmf-devel
@ -55,8 +56,3 @@ Add_dependency build libgudev-devel
Add_dependency build jasper-devel Add_dependency build jasper-devel
Add_dependency full iso-codes Add_dependency full iso-codes
pre_configure()
{
cd / && ${XBPS_TRIGGERSDIR}/gtk-pixbuf-loaders run post-install
}