diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 11:45:24 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 11:45:24 +0800 |
commit | acc58e3209f06bb356a8c83226dd5a0aa5212200 (patch) | |
tree | 5e0ab1b2b8cb32f4924b62aae5db4d081750a325 /graphics/gimp-app | |
parent | 0a85e2ea94d743674cff2de08098f1c3cecbfa9b (diff) | |
download | marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar.gz marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar.bz2 marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar.lz marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar.xz marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.tar.zst marcuscom-ports-acc58e3209f06bb356a8c83226dd5a0aa5212200.zip |
Fix the plist.
Reported by: pointyhat-exp
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9769 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/gimp-app')
-rw-r--r-- | graphics/gimp-app/Makefile | 12 | ||||
-rw-r--r-- | graphics/gimp-app/pkg-plist | 10 |
2 files changed, 11 insertions, 11 deletions
diff --git a/graphics/gimp-app/Makefile b/graphics/gimp-app/Makefile index 98acf4435..7776d1703 100644 --- a/graphics/gimp-app/Makefile +++ b/graphics/gimp-app/Makefile @@ -3,12 +3,12 @@ # Whom: erich@FreeBSD.org # # $FreeBSD$ -# $MCom: ports/graphics/gimp-app/Makefile,v 1.14 2007/07/29 21:51:25 mezz Exp $ +# $MCom: ports/graphics/gimp-app/Makefile,v 1.15 2007/09/19 01:55:23 mezz Exp $ # PORTNAME= gimp-app PORTVERSION= 2.2.17 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= graphics gnome MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \ @@ -40,7 +40,7 @@ USE_BZIP2= yes USE_XPM= yes USE_GMAKE= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 +USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 desktopfileutils WANT_GNOME= yes USE_GETTEXT= yes USE_LDCONFIG= yes @@ -50,7 +50,8 @@ CONFIGURE_ARGS= --disable-perl \ --docdir=${PREFIX}/share/doc/gimp \ --disable-gtk-doc \ --enable-static \ - --disable-print + --disable-print \ + --with-desktop-dir=${LOCALBASE}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" @@ -95,8 +96,7 @@ CONFIGURE_ARGS+= --enable-mp .endif .if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share +USE_GNOME+= gnomepanel CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} PLIST_SUB+= GNOMEPANEL:="" GNOME_ENABLED= yes diff --git a/graphics/gimp-app/pkg-plist b/graphics/gimp-app/pkg-plist index 1ba7e44b2..9842ece64 100644 --- a/graphics/gimp-app/pkg-plist +++ b/graphics/gimp-app/pkg-plist @@ -1213,10 +1213,10 @@ share/gimp/menus/vectors-menu.xml share/gimp/misc/gimp.applications share/gimp/misc/gimp.desktop share/gimp/misc/gimp.keys -%%GNOMEPANEL:%%share/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/mime-info/gimp-2.2.keys +share/application-registry/gimp-2.2.applications +share/applications/gimp-2.2.desktop +@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +share/mime-info/gimp-2.2.keys share/gimp/palettes/Bears.gpl share/gimp/palettes/Bgold.gpl share/gimp/palettes/Blues.gpl @@ -1946,7 +1946,7 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo @dirrm include/gimp-2.0 @dirrm etc/gimp/2.2 @dirrm etc/gimp -%%GNOMEPANEL:%%@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true @dirrmtry share/locale/yi/LC_MESSAGES @dirrmtry share/locale/yi @dirrmtry share/locale/oc/LC_MESSAGES |