mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/menulibre: Updated for version 13.04.17.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f8fb5e97df
commit
1e88872fa2
5 changed files with 20 additions and 11 deletions
|
@ -1,2 +1,5 @@
|
|||
MenuLibre is an advanced menu editor that provides modern features and
|
||||
full quicklist support, suitable for various desktop environments.
|
||||
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.
|
||||
|
|
|
@ -22,8 +22,10 @@
|
|||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# New maintainer Edward W. Koenig <kingbeowulf@gmail.com>
|
||||
|
||||
PRGNAM=menulibre
|
||||
VERSION=${VERSION:-13.04.12}
|
||||
VERSION=${VERSION:-13.04.17}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -73,6 +75,10 @@ find -L . \
|
|||
cd trunk
|
||||
python setup.py install --root=$PKG
|
||||
|
||||
# Add missing icon
|
||||
mkdir -p $PKG/usr/share/pixmaps
|
||||
install -m 644 $CWD/$PRGNAM.png $PKG/usr/share/pixmaps/menu-editor.png
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a AUTHORS COPYING TODO \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="menulibre"
|
||||
VERSION="13.04.12"
|
||||
VERSION="13.04.17"
|
||||
HOMEPAGE="http://www.smdavis.us/projects/menulibre/"
|
||||
DOWNLOAD="https://launchpad.net/menulibre/trunk/13.04.12/+download/menulibre_13.04.12.tar.gz"
|
||||
MD5SUM="3fc22b8b326f0bc1fbfd429a5109db9d"
|
||||
DOWNLOAD="https://launchpad.net/menulibre/trunk/13.04.17/+download/menulibre_13.04.17.tar.gz"
|
||||
MD5SUM="6f68c36b835522f44ef6461a863d4d92"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="gtksourceview3 pygobject3 python-distutils-extra pyxdg"
|
||||
|
|
BIN
desktop/menulibre/menulibre.png
Normal file
BIN
desktop/menulibre/menulibre.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -8,12 +8,12 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
menulibre: menulibre (Advanced menu editor with quicklist support)
|
||||
menulibre:
|
||||
menulibre: An advanced menu editor that provides modern features and full
|
||||
menulibre: quicklist support, suitable for various desktop environments.
|
||||
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:
|
||||
menulibre:
|
||||
menulibre:
|
||||
menulibre:
|
||||
|
|
Loading…
Reference in a new issue