-Fix the pkg-plist. [1]
-Enable and correct the mimetype stuff for GNOME 2.8. Reported by: pointyhat [1]
This commit is contained in:
parent
f21956113e
commit
9e54fe21c8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123655
4 changed files with 20 additions and 8 deletions
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gimp
|
||||
DISTVERSION= 2.2-pre2
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
|
@ -83,7 +84,7 @@ CONFIGURE_ARGS+= --enable-mp
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mgnomepanel}!=""
|
||||
USE_GNOME+= gnomepanel
|
||||
USE_GNOME+= gnomepanel desktopfileutils
|
||||
CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome
|
||||
PKGNAMESUFFIX= -gnome
|
||||
PLIST_SUB+= GNOMEPANEL:=""
|
||||
|
@ -109,4 +110,7 @@ pre-everything::
|
|||
@${ECHO_MSG} " WITH_MP=yes Turns on multiple-processor support"
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
post-install:
|
||||
@${X11BASE}/bin/update-desktop-database
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1168,11 +1168,12 @@ share/gimp/menus/tool-options-menu.xml
|
|||
share/gimp/menus/toolbox-menu.xml
|
||||
share/gimp/menus/tools-menu.xml
|
||||
share/gimp/menus/vectors-menu.xml
|
||||
%%GNOMEPANEL:%%share/gimp/misc/gimp.applications
|
||||
%%GNOMEPANEL:%%share/gimp/misc/gimp.desktop
|
||||
%%GNOMEPANEL:%%share/gimp/misc/gimp.keys
|
||||
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 update-desktop-database > /dev/null || /usr/bin/true
|
||||
%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys
|
||||
%%GNOMEPANEL:%%share/gnome/pixmaps/gnome-gimp.png
|
||||
share/gimp/palettes/Bears.gpl
|
||||
|
@ -1894,3 +1895,4 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo
|
|||
@dirrm include/gimp-2.0
|
||||
@dirrm etc/gimp/2.2
|
||||
@dirrm etc/gimp
|
||||
%%GNOMEPANEL:%%@unexec update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
|
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= gimp
|
||||
DISTVERSION= 2.2-pre2
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 1
|
||||
CATEGORIES= graphics gnome
|
||||
MASTER_SITES= ftp://ftp.gimp.org/pub/%SUBDIR%/ \
|
||||
|
@ -83,7 +84,7 @@ CONFIGURE_ARGS+= --enable-mp
|
|||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${HAVE_GNOME:Mgnomepanel}!=""
|
||||
USE_GNOME+= gnomepanel
|
||||
USE_GNOME+= gnomepanel desktopfileutils
|
||||
CONFIGURE_ARGS+= --with-desktop-dir=${X11BASE}/share/gnome
|
||||
PKGNAMESUFFIX= -gnome
|
||||
PLIST_SUB+= GNOMEPANEL:=""
|
||||
|
@ -109,4 +110,7 @@ pre-everything::
|
|||
@${ECHO_MSG} " WITH_MP=yes Turns on multiple-processor support"
|
||||
@${ECHO_MSG} ""
|
||||
|
||||
post-install:
|
||||
@${X11BASE}/bin/update-desktop-database
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
|
@ -1168,11 +1168,12 @@ share/gimp/menus/tool-options-menu.xml
|
|||
share/gimp/menus/toolbox-menu.xml
|
||||
share/gimp/menus/tools-menu.xml
|
||||
share/gimp/menus/vectors-menu.xml
|
||||
%%GNOMEPANEL:%%share/gimp/misc/gimp.applications
|
||||
%%GNOMEPANEL:%%share/gimp/misc/gimp.desktop
|
||||
%%GNOMEPANEL:%%share/gimp/misc/gimp.keys
|
||||
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 update-desktop-database > /dev/null || /usr/bin/true
|
||||
%%GNOMEPANEL:%%share/gnome/mime-info/gimp-2.2.keys
|
||||
%%GNOMEPANEL:%%share/gnome/pixmaps/gnome-gimp.png
|
||||
share/gimp/palettes/Bears.gpl
|
||||
|
@ -1894,3 +1895,4 @@ share/locale/zh_TW/LC_MESSAGES/gimp20.mo
|
|||
@dirrm include/gimp-2.0
|
||||
@dirrm etc/gimp/2.2
|
||||
@dirrm etc/gimp
|
||||
%%GNOMEPANEL:%%@unexec update-desktop-database > /dev/null || /usr/bin/true
|
||||
|
|
Loading…
Reference in a new issue