summaryrefslogtreecommitdiffstats
path: root/extra/gimp
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2009-12-14 21:27:40 +0100
committertnut <thierryn1 at hispeed dot ch>2009-12-14 21:27:40 +0100
commita9806d3f4c0e1bb0f92ab4cb871ab600b5dc7280 (patch)
treee8accf633f2b795603f71fbcc852004c3282c876 /extra/gimp
parent8691a8d60cd5789a72c6b6c03fecc7368b3440c6 (diff)
downloadnutyx-pakxe-a9806d3f4c0e1bb0f92ab4cb871ab600b5dc7280.tar.gz
nutyx-pakxe-a9806d3f4c0e1bb0f92ab4cb871ab600b5dc7280.tar.bz2
nutyx-pakxe-a9806d3f4c0e1bb0f92ab4cb871ab600b5dc7280.tar.xz
nutyx-pakxe-a9806d3f4c0e1bb0f92ab4cb871ab600b5dc7280.zip
Maj git#2.6.8-2, maj des dépendances
Diffstat (limited to 'extra/gimp')
-rw-r--r--extra/gimp/.footprint5
-rw-r--r--extra/gimp/Pkgfile7
2 files changed, 4 insertions, 8 deletions
diff --git a/extra/gimp/.footprint b/extra/gimp/.footprint
index 47f6e971b..da8dbe70d 100644
--- a/extra/gimp/.footprint
+++ b/extra/gimp/.footprint
@@ -331,6 +331,7 @@ drwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-html-table
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-ico
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-jpeg
+-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-mng
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-pat
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-pcx
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-pdf
@@ -514,10 +515,6 @@ drwxr-xr-x root/root usr/share/aclocal/
-rw-r--r-- root/root usr/share/aclocal/gimp-2.0.m4
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/gimp.desktop
-drwxr-xr-x root/root usr/share/ede/
-drwxr-xr-x root/root usr/share/ede/programs/
-drwxr-xr-x root/root usr/share/ede/programs/Graphics/
--rw-r--r-- root/root usr/share/ede/programs/Graphics/gimp.desktop
drwxr-xr-x root/root usr/share/gimp/
drwxr-xr-x root/root usr/share/gimp/2.0/
drwxr-xr-x root/root usr/share/gimp/2.0/brushes/
diff --git a/extra/gimp/Pkgfile b/extra/gimp/Pkgfile
index 1e1b4e3fb..7bd07818d 100644
--- a/extra/gimp/Pkgfile
+++ b/extra/gimp/Pkgfile
@@ -2,11 +2,11 @@
# URL: http://www.gimp.org/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
-# Depends on: gtk, libart_lgpl, pygtk, curl, libgtkhtml, libexif, openexr, gegl, poppler
+# Depends on: gtk, libart_lgpl, pygtk, curl, libgtkhtml, libexif, openexr, gegl, poppler, libmng
name=gimp
version=2.6.8
-release=1
+release=2
source=(ftp://ftp.gimp.org/pub/gimp/v2.6/gimp-$version.tar.bz2 \
gimp-splash.png gimp.desktop)
@@ -17,12 +17,11 @@ build() {
--mandir=/usr/share/man \
--infodir=/usr/share/info \
--sysconfdir=/etc \
+ --without-aa \
--disable-print
make
make DESTDIR=$PKG install
rm -f $PKG/usr/share/gimp/2.0/images/gimp-splash.png
cp ../gimp-splash.png $PKG/usr/share/gimp/2.0/images/gimp-splash.png
- install -D -m644 ../gimp.desktop \
- $PKG/usr/share/ede/programs/Graphics/gimp.desktop
}