diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-10-24 23:37:25 +0000 |
commit | 4acc6fb2a411b291c9c210d82bafe7c62e71c77d (patch) | |
tree | bc16420eb52d65511ceb520c00171d219210a473 /graphics/gimpshop | |
parent | 97dfcc1b41c5b4581b1d73128a866beec069c5bf (diff) | |
download | ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.tar.gz ports-4acc6fb2a411b291c9c210d82bafe7c62e71c77d.zip |
Notes
Diffstat (limited to 'graphics/gimpshop')
-rw-r--r-- | graphics/gimpshop/Makefile | 11 | ||||
-rw-r--r-- | graphics/gimpshop/pkg-plist | 11 |
2 files changed, 12 insertions, 10 deletions
diff --git a/graphics/gimpshop/Makefile b/graphics/gimpshop/Makefile index b2ca7ec194ce..9cb82437766e 100644 --- a/graphics/gimpshop/Makefile +++ b/graphics/gimpshop/Makefile @@ -7,7 +7,7 @@ PORTNAME= gimpshop PORTVERSION= 2.2.11 -PORTREVISION= 6 +PORTREVISION= 8 CATEGORIES= graphics gnome MASTER_SITES= http://www.plasticbugs.com/blogimg/ \ http://freebsd.powered.net/distfiles/ @@ -33,7 +33,8 @@ USE_XPM= yes USE_GMAKE= yes USE_GETTEXT= yes GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 +USE_GNOME= gnomehack intltool intlhack gtk20 libartlgpl2 librsvg2 \ + desktopfileutils WANT_GNOME= yes INSTALLS_SHLIB= yes PLIST_SUB= SHLIBVER="${SHLIBVER}" @@ -41,7 +42,8 @@ CONFIGURE_ARGS= --disable-perl \ --with-html-dir=${DOCSDIR} \ --disable-gtk-doc \ --enable-static \ - --disable-print + --disable-print \ + --with-desktop-dir=${LOCALBASE}/share CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" @@ -79,8 +81,7 @@ CONFIGURE_ARGS+= --enable-mp .endif .if ${HAVE_GNOME:Mgnomepanel}!="" -USE_GNOME+= gnomepanel desktopfileutils -CONFIGURE_ARGS+= --with-desktop-dir=${LOCALBASE}/share/gnome +USE_GNOME+= gnomepanel CONFIGURE_ENV+= GIMP_THREAD_LIBS=${PTHREAD_LIBS} PLIST_SUB+= GNOMEPANEL:="" GNOME_ENABLED= yes diff --git a/graphics/gimpshop/pkg-plist b/graphics/gimpshop/pkg-plist index fe101f895dd7..f5de9d7a8a28 100644 --- a/graphics/gimpshop/pkg-plist +++ b/graphics/gimpshop/pkg-plist @@ -1207,10 +1207,10 @@ share/gimp/menus/vectors-menu.xml share/gimp/misc/gimp.applications share/gimp/misc/gimp.desktop share/gimp/misc/gimp.keys -%%GNOMEPANEL:%%share/gnome/application-registry/gimp-2.2.applications -%%GNOMEPANEL:%%share/gnome/applications/gimp-2.2.desktop -%%GNOMEPANEL:%%@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true -%%GNOMEPANEL:%%share/gnome/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 @@ -1936,6 +1936,7 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo @dirrm include/gimp-2.0 @dirrmtry etc/gimp/2.2 @dirrmtry 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/applications |