diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-11 05:14:07 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-06-11 05:14:07 +0800 |
commit | 599a34504939a9957c46c4ab515adfec42cd8b7c (patch) | |
tree | 9add21848a6c141ae8117349cdd589ed4725ebc4 /x11/gnome-menus/files | |
parent | 05c2e21dc927a3a02b374fb30ee3d6c3aeda4855 (diff) | |
download | marcuscom-ports-599a34504939a9957c46c4ab515adfec42cd8b7c.tar marcuscom-ports-599a34504939a9957c46c4ab515adfec42cd8b7c.tar.gz marcuscom-ports-599a34504939a9957c46c4ab515adfec42cd8b7c.tar.bz2 marcuscom-ports-599a34504939a9957c46c4ab515adfec42cd8b7c.tar.lz marcuscom-ports-599a34504939a9957c46c4ab515adfec42cd8b7c.tar.xz marcuscom-ports-599a34504939a9957c46c4ab515adfec42cd8b7c.tar.zst marcuscom-ports-599a34504939a9957c46c4ab515adfec42cd8b7c.zip |
Move the gnome-menus 3.x from x11/gnome-menus to x11/gnome-menus3 then
downgrade the x11/gnome-menu from 3.x to 2.x. The GNOME 2 needs gnome-menu
2.x version for the menu. GNOME 2 and 3 have different menu.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16053 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-menus/files')
-rw-r--r-- | x11/gnome-menus/files/patch-layout::applications.menu | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/x11/gnome-menus/files/patch-layout::applications.menu b/x11/gnome-menus/files/patch-layout::applications.menu index 75fe8586a..116dad13f 100644 --- a/x11/gnome-menus/files/patch-layout::applications.menu +++ b/x11/gnome-menus/files/patch-layout::applications.menu @@ -1,19 +1,17 @@ ---- layout/applications.menu.orig 2011-03-31 08:48:41.000000000 +0200 -+++ layout/applications.menu 2011-04-05 20:11:35.000000000 +0200 -@@ -6,10 +6,9 @@ +--- layout/applications.menu.orig 2008-04-21 15:49:29.000000000 -0400 ++++ layout/applications.menu 2008-04-28 14:51:24.000000000 -0400 +@@ -6,9 +6,8 @@ <Name>Applications</Name> <Directory>X-GNOME-Menu-Applications.directory</Directory> - <!-- Scan legacy dirs first, as later items take priority --> - <KDELegacyDirs/> - <LegacyDir>/etc/X11/applnk</LegacyDir> -- <LegacyDir>/usr/share/gnome/apps</LegacyDir> + <!-- Scan legacy dirs first, as later items take priority + <LegacyDir>/etc/X11/applnk</LegacyDir> --> -+ <LegacyDir>/usr/local/share/gnome/apps</LegacyDir> + <LegacyDir>/usr/share/gnome/apps</LegacyDir> <!-- Read standard .directory and .desktop file locations --> - <DefaultAppDirs/> @@ -31,6 +30,8 @@ applications here --> <Not><Category>Accessibility</Category></Not> @@ -106,10 +104,10 @@ </Menu> <!-- End System Tools --> @@ -147,8 +166,197 @@ <Not><Category>Core</Category></Not> + <Not><Category>Settings</Category></Not> <Not><Category>Screensaver</Category></Not> - <Not><Category>X-GNOME-Settings-Panel</Category></Not> -+ <Not><Category>Qt</Category></Not> -+ <Not><Category>KDE</Category></Not> ++ <Not><Category>Qt</Category></Not> ++ <Not><Category>KDE</Category></Not> </And> </Include> </Menu> <!-- End Other --> @@ -176,7 +174,7 @@ + + <!-- KEducation --> + <Menu> -+ <Name>Education</Name> ++ <Name>Education</Name> + <Directory>Education.directory</Directory> + <Include> + <And> @@ -196,7 +194,7 @@ + <Include> + <And> + <Or> -+ <Category>Qt</Category> ++ <Category>Qt</Category> + <Category>KDE</Category> + </Or> + <Category>Game</Category> |