gimp: update to 2.7.5.
This commit is contained in:
parent
2c3f1c471b
commit
8e19688bf1
|
@ -5,13 +5,11 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains the Python bindings."
|
||||
|
||||
revision=4
|
||||
pycompile_dirs="usr/lib/gimp/2.0/python"
|
||||
|
||||
Add_dependency run pygtk
|
||||
|
||||
do_install()
|
||||
{
|
||||
do_install() {
|
||||
mkdir -p ${DESTDIR}/usr/lib/gimp/2.0/plug-ins
|
||||
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/gimp/2.0/python \
|
||||
|
|
|
@ -44,3 +44,4 @@ libjasper.so.1
|
|||
libXcursor.so.1
|
||||
libgudev-1.0.so.0
|
||||
libtiff.so.5
|
||||
libbz2.so.1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template build file for '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"
|
||||
build_style=gnu-configure
|
||||
configure_args="--without-aa --without-gvfs --without-gnomevfs
|
||||
--enable-gimp-remote --without-hal"
|
||||
revision=1
|
||||
configure_args="--without-aa --without-gvfs"
|
||||
license="GPL-3"
|
||||
short_desc="The GNU image manipulation program"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=6c0690d5c4e58423308169a2419b684d05e06bd346cded9e081be470a5f93710
|
||||
checksum=6d38a1d1213544ea09d74e7ca91fbe0c7e7128fb9296a1dd97253dc0e3a2fe96
|
||||
long_desc="
|
||||
Powerful image manipulation program similar to Adobe Photoshop[tm].
|
||||
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 libXmu-devel
|
||||
Add_dependency build libXext-devel
|
||||
Add_dependency build libXcursor-devel
|
||||
Add_dependency build libexif-devel
|
||||
Add_dependency build webkit-gtk-devel
|
||||
Add_dependency build libwmf-devel
|
||||
|
@ -55,8 +56,3 @@ Add_dependency build libgudev-devel
|
|||
Add_dependency build jasper-devel
|
||||
|
||||
Add_dependency full iso-codes
|
||||
|
||||
pre_configure()
|
||||
{
|
||||
cd / && ${XBPS_TRIGGERSDIR}/gtk-pixbuf-loaders run post-install
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user