diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-14 18:16:12 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-14 18:16:12 +0800 |
commit | 71891819653c68976d9a0415bd8b9e1d59dee2b8 (patch) | |
tree | 91b0f35f83bab09697577e5cb8b625eb6cc59e13 | |
parent | f09fe763f542433980744934300e56b4c6667ddd (diff) | |
download | marcuscom-ports-71891819653c68976d9a0415bd8b9e1d59dee2b8.tar marcuscom-ports-71891819653c68976d9a0415bd8b9e1d59dee2b8.tar.gz marcuscom-ports-71891819653c68976d9a0415bd8b9e1d59dee2b8.tar.bz2 marcuscom-ports-71891819653c68976d9a0415bd8b9e1d59dee2b8.tar.lz marcuscom-ports-71891819653c68976d9a0415bd8b9e1d59dee2b8.tar.xz marcuscom-ports-71891819653c68976d9a0415bd8b9e1d59dee2b8.tar.zst marcuscom-ports-71891819653c68976d9a0415bd8b9e1d59dee2b8.zip |
Add a missing <DontShowIfEmpty/> to the KDE menu list to avoid showing it
in the gnome-panel menus if KDE is not installed.
Submitted by: Jeremy Messenger <mezz7@cox.net>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1829 df743ca5-7f9a-e211-a948-0013205c9059
4 files changed, 10 insertions, 6 deletions
diff --git a/devel/gnome-vfs/Makefile b/devel/gnome-vfs/Makefile index 1b584b55c..e382ca46e 100644 --- a/devel/gnome-vfs/Makefile +++ b/devel/gnome-vfs/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomevfs2 PORTVERSION= 2.5.7 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/2.5 diff --git a/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in b/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in index 432558f80..120a89064 100644 --- a/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in +++ b/devel/gnome-vfs/files/modules_vfolder_applications-all-users.vfolder-info.in @@ -1,5 +1,5 @@ ---- modules/vfolder/applications-all-users.vfolder-info.in.orig Tue Feb 10 19:49:19 2004 -+++ modules/vfolder/applications-all-users.vfolder-info.in Tue Feb 10 19:59:22 2004 +--- modules/vfolder/applications-all-users.vfolder-info.in.orig Fri Oct 17 10:11:22 2003 ++++ modules/vfolder/applications-all-users.vfolder-info.in Thu Feb 12 15:15:40 2004 @@ -19,7 +19,14 @@ <MergeDir>/usr/share/gnome/apps/</MergeDir> @@ -163,7 +163,7 @@ <Keyword>Application</Keyword> <Not> <Keyword>Settings</Keyword> -@@ -204,6 +273,117 @@ +@@ -204,6 +273,118 @@ </Query> <DontShowIfEmpty/> </Folder> @@ -278,6 +278,7 @@ + </Query> + <DontShowIfEmpty/> + </Folder> ++ <DontShowIfEmpty/> + </Folder> <!-- KDE --> + </Folder> diff --git a/devel/gnomevfs2/Makefile b/devel/gnomevfs2/Makefile index 1b584b55c..e382ca46e 100644 --- a/devel/gnomevfs2/Makefile +++ b/devel/gnomevfs2/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomevfs2 PORTVERSION= 2.5.7 +PORTREVISION= 1 CATEGORIES= devel gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-vfs/2.5 diff --git a/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in b/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in index 432558f80..120a89064 100644 --- a/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in +++ b/devel/gnomevfs2/files/modules_vfolder_applications-all-users.vfolder-info.in @@ -1,5 +1,5 @@ ---- modules/vfolder/applications-all-users.vfolder-info.in.orig Tue Feb 10 19:49:19 2004 -+++ modules/vfolder/applications-all-users.vfolder-info.in Tue Feb 10 19:59:22 2004 +--- modules/vfolder/applications-all-users.vfolder-info.in.orig Fri Oct 17 10:11:22 2003 ++++ modules/vfolder/applications-all-users.vfolder-info.in Thu Feb 12 15:15:40 2004 @@ -19,7 +19,14 @@ <MergeDir>/usr/share/gnome/apps/</MergeDir> @@ -163,7 +163,7 @@ <Keyword>Application</Keyword> <Not> <Keyword>Settings</Keyword> -@@ -204,6 +273,117 @@ +@@ -204,6 +273,118 @@ </Query> <DontShowIfEmpty/> </Folder> @@ -278,6 +278,7 @@ + </Query> + <DontShowIfEmpty/> + </Folder> ++ <DontShowIfEmpty/> + </Folder> <!-- KDE --> + </Folder> |