Created
January 28, 2018 17:10
-
-
Save nihilismus/7586fdffa12c962c6da384ecfbff89f9 to your computer and use it in GitHub Desktop.
SlackBuild for menulibre (https://bluesabre.org/projects/menulibre/). Tested in Slackware64 14.2. Slackware Linux
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
MenuLibre is an advanced menu editor that provides modern features | |
in a clean, easy-to-use interface and full quicklist support. All | |
without GNOME dependencies, so even lightweight systems can benefit | |
from the sanity that MenuLibre offers. MenuLibre is your one-stop | |
shop for menus in Linux, whether you use Gnome, LXDE, XFCE, or Unity. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if [ -x /usr/bin/update-desktop-database ]; then | |
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 | |
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# HOW TO EDIT THIS FILE: | |
# The "handy ruler" below makes it easier to edit a package description. | |
# Line up the first '|' above the ':' following the base package name, and | |
# the '|' on the right side marks the last column you can put a character in. | |
# You must make exactly 11 lines for the formatting to be correct. It's also | |
# customary to leave one space after the ':' except on otherwise blank lines. | |
|-----handy-ruler------------------------------------------------------| | |
menulibre: menulibre (Advanced menu editor with quicklist support) | |
menulibre: | |
menulibre: An advanced menu editor that provides modern features in a clean, | |
menulibre: easy-to-use interface and full quicklist support. All without GNOME | |
menulibre: dependencies, so even lightweight systems can benefit from the sanity | |
menulibre: that MenuLibre offers. MenuLibre is your one-stop shop for menus in | |
menulibre: Linux, whether you use Gnome, LXDE, XFCE, or Unity. | |
menulibre: | |
menulibre: Homepage: http://www.smdavis.us/projects/menulibre/ | |
menulibre: | |
menulibre: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment