diff options
author | Andre Fernando <ando344@gmail.com> | 2016-12-10 00:08:05 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-10 00:57:38 +0000 |
commit | 0ba60eb5edc6054879c9e24e8b15e075c4ea19d3 (patch) | |
tree | f98730a2458bdb020f2832b7c7714ced74101dd7 /desktop/slackware-xdg-menu/patches | |
parent | 5a8f837ef3f564d6e376582efb7a54aa0adc2162 (diff) |
desktop/slackware-xdg-menu: Added (generate WM menu from xdg files).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/slackware-xdg-menu/patches')
-rw-r--r-- | desktop/slackware-xdg-menu/patches/update-menu.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/desktop/slackware-xdg-menu/patches/update-menu.patch b/desktop/slackware-xdg-menu/patches/update-menu.patch new file mode 100644 index 000000000000..c6981f7ba533 --- /dev/null +++ b/desktop/slackware-xdg-menu/patches/update-menu.patch @@ -0,0 +1,10 @@ +--- update-menus 2013-11-18 17:06:55.000000000 +0700 ++++ update-menus 2016-12-10 00:55:00.681111271 +0700 +@@ -1,6 +1,6 @@ + #!/usr/bin/perl -w + +-$XDG_CFG="/etc/xdg/menus/arch-applications.menu"; ++$XDG_CFG="/etc/xdg/menus/applications.menu"; + $CACHE_DIR="/var/cache/xdg-menu"; + $LOG_FILE="/var/log/update-menus.log"; + |