summaryrefslogtreecommitdiff
path: root/gimp
diff options
context:
space:
mode:
authorThomas Penteker <tek@serverop.de>2011-05-17 09:45:12 +0200
committerThomas Penteker <tek@serverop.de>2011-05-17 09:45:12 +0200
commite4790b56fd6c7790879c08d653fc670a59ace098 (patch)
treed6e01f0a8aa049dfd1aa0fdf90369797579434f7 /gimp
parenta54a9601d11d0363d02b031d42570b719095d473 (diff)
downloadopt-e4790b56fd6c7790879c08d653fc670a59ace098.tar.gz
opt-e4790b56fd6c7790879c08d653fc670a59ace098.tar.xz
gimp: extend nice to have list and update footprint
Diffstat (limited to 'gimp')
-rw-r--r--gimp/.footprint5
-rw-r--r--gimp/Pkgfile5
2 files changed, 3 insertions, 7 deletions
diff --git a/gimp/.footprint b/gimp/.footprint
index c37cae64d..5bfd17f5b 100644
--- a/gimp/.footprint
+++ b/gimp/.footprint
@@ -310,7 +310,6 @@ drwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/edge-sobel
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/emboss
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/engrave
--rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-aa
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-bmp
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-cel
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-compressor
@@ -329,10 +328,8 @@ 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
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-pix
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-png
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-pnm
@@ -343,7 +340,6 @@ 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-raw
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-sgi
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-sunras
--rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-svg
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-tga
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-tiff-load
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/file-tiff-save
@@ -366,7 +362,6 @@ drwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/grid
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/guillotine
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/help
--rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/help-browser
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/hot
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/ifs-compose
-rwxr-xr-x root/root usr/lib/gimp/2.0/plug-ins/illusion
diff --git a/gimp/Pkgfile b/gimp/Pkgfile
index 83082d0b5..b9e7934d5 100644
--- a/gimp/Pkgfile
+++ b/gimp/Pkgfile
@@ -3,7 +3,7 @@
# Maintainer: Thomas Penteker, tek at serverop dot de
# Packager: Simone Rota, sip at crux dot nu
# Depends on: libart_lgpl, xorg-libxmu, xorg-libxpm, intltool, gegl
-# Nice to have: gimp-print
+# Nice to have: gimp-print, sdl, ghostscript, librsvg, libmng
name=gimp
version=2.6.11
@@ -17,7 +17,8 @@ build() {
--mandir=/usr/man \
--disable-static \
--disable-python \
- --disable-nls
+ --disable-nls \
+ --without-webkit \
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/{gtk-doc,locale}

Generated by cgit