diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2017-10-29 18:06:35 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2017-10-29 18:06:35 +0000 |
commit | efc6e271680a50501267716caceebc5d604168c4 (patch) | |
tree | 1a31932831d91d7b33e0b11bf5aa258f5fe266a3 /lxqt-base/lxqt-common/files | |
parent | fa0b4a97a4e0aeb115935abe2e5fc3d65e0da131 (diff) |
lxqt-base/lxqt-common : drop deprecated component
Diffstat (limited to 'lxqt-base/lxqt-common/files')
-rw-r--r-- | lxqt-base/lxqt-common/files/lxqt-applications-menu-cleanup.patch | 88 |
1 files changed, 0 insertions, 88 deletions
diff --git a/lxqt-base/lxqt-common/files/lxqt-applications-menu-cleanup.patch b/lxqt-base/lxqt-common/files/lxqt-applications-menu-cleanup.patch deleted file mode 100644 index 223ca73f..00000000 --- a/lxqt-base/lxqt-common/files/lxqt-applications-menu-cleanup.patch +++ /dev/null @@ -1,88 +0,0 @@ -diff -Nur a/menu/lxqt-applications.menu b/menu/lxqt-applications.menu ---- a/menu/lxqt-applications.menu 2016-09-23 23:44:22.000000000 +0100 -+++ b/menu/lxqt-applications.menu 2016-12-25 17:29:14.853094295 +0000 -@@ -20,12 +20,13 @@ - <Include> - <And> - <Category>Utility</Category> -- <!-- Accessibility spec must have either the Utility or Settings -+ <!-- Accessibility spec must have either the Utility or Settings - category, and we display an accessibility submenu already for - the ones that do not have Settings, so don't display accessibility - applications here --> - <Not><Category>Accessibility</Category></Not> - <Not><Category>System</Category></Not> -+ <Not><Category>Graphics</Category></Not> - </And> - </Include> - </Menu> <!-- End Accessories --> -@@ -61,6 +62,7 @@ - <Include> - <And> - <Category>Education</Category> -+ <Not><Category>Office</Category></Not> - </And> - </Include> - </Menu> <!-- End Education --> -@@ -83,7 +85,7 @@ - <Include> - <And> - <Category>Graphics</Category> -- <Not><Category>Utility</Category></Not> -+ <Not><Category>Office</Category></Not> - </And> - </Include> - </Menu> <!-- End Graphics --> -@@ -95,6 +97,7 @@ - <Include> - <And> - <Category>Network</Category> -+ <Not><Category>Game</Category></Not> - </And> - </Include> - </Menu> <!-- End Internet --> -@@ -125,6 +128,8 @@ - <Include> - <And> - <Category>Office</Category> -+ <Not><Category>Network</Category></Not> -+ <Not><Category>AudioVideo</Category></Not> - </And> - </Include> - </Menu> <!-- End Office --> -@@ -140,26 +145,10 @@ - <Not><Category>PackageManager</Category></Not> - <Not><Category>X-Leave</Category></Not> - <Not><Category>Screensaver</Category></Not> -- <Not><Filename>lxqt-about.desktop</Filename></Not> - </And> - </Include> - </Menu> <!-- End System Tools --> - -- <!-- Other --> -- <Menu> -- <Name>Other</Name> -- <Directory>lxde-other.directory</Directory> -- <OnlyUnallocated/> -- <Include> -- <And> -- <Not><Category>Core</Category></Not> -- <Not><Category>Settings</Category></Not> -- <Not><Category>Screensaver</Category></Not> -- </And> -- </Include> -- </Menu> <!-- End Other --> -- -- <!-- Settings --> - <Menu> - <Name>DesktopSettings</Name> - <Directory>lxde-settings.directory</Directory> -@@ -204,7 +193,7 @@ - </Layout> - </Menu> <!-- End Settings --> - -- <!-- Leave --> -+ <!-- Leave --> - <Menu> - <Name>X-Leave</Name> - <Directory>lxqt-leave.directory</Directory> |