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
|
@ -1,2 +1,5 @@
|
||||||
MenuLibre is an advanced menu editor that provides modern features and
|
MenuLibre is an advanced menu editor that provides modern features
|
||||||
full quicklist support, suitable for various desktop environments.
|
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
|
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
# New maintainer Edward W. Koenig <kingbeowulf@gmail.com>
|
||||||
|
|
||||||
PRGNAM=menulibre
|
PRGNAM=menulibre
|
||||||
VERSION=${VERSION:-13.04.12}
|
VERSION=${VERSION:-13.04.17}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
@ -73,6 +75,10 @@ find -L . \
|
||||||
cd trunk
|
cd trunk
|
||||||
python setup.py install --root=$PKG
|
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
|
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
cp -a AUTHORS COPYING TODO \
|
cp -a AUTHORS COPYING TODO \
|
||||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="menulibre"
|
PRGNAM="menulibre"
|
||||||
VERSION="13.04.12"
|
VERSION="13.04.17"
|
||||||
HOMEPAGE="http://www.smdavis.us/projects/menulibre/"
|
HOMEPAGE="http://www.smdavis.us/projects/menulibre/"
|
||||||
DOWNLOAD="https://launchpad.net/menulibre/trunk/13.04.12/+download/menulibre_13.04.12.tar.gz"
|
DOWNLOAD="https://launchpad.net/menulibre/trunk/13.04.17/+download/menulibre_13.04.17.tar.gz"
|
||||||
MD5SUM="3fc22b8b326f0bc1fbfd429a5109db9d"
|
MD5SUM="6f68c36b835522f44ef6461a863d4d92"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="gtksourceview3 pygobject3 python-distutils-extra pyxdg"
|
REQUIRES="gtksourceview3 pygobject3 python-distutils-extra pyxdg"
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
|
@ -8,12 +8,12 @@
|
||||||
|-----handy-ruler------------------------------------------------------|
|
|-----handy-ruler------------------------------------------------------|
|
||||||
menulibre: menulibre (Advanced menu editor with quicklist support)
|
menulibre: menulibre (Advanced menu editor with quicklist support)
|
||||||
menulibre:
|
menulibre:
|
||||||
menulibre: An advanced menu editor that provides modern features and full
|
menulibre: An advanced menu editor that provides modern features in a clean,
|
||||||
menulibre: quicklist support, suitable for various desktop environments.
|
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:
|
||||||
menulibre: Homepage: http://www.smdavis.us/projects/menulibre/
|
menulibre: Homepage: http://www.smdavis.us/projects/menulibre/
|
||||||
menulibre:
|
menulibre:
|
||||||
menulibre:
|
menulibre:
|
||||||
menulibre:
|
|
||||||
menulibre:
|
|
||||||
menulibre:
|
|
||||||
|
|
Loading…
Reference in New Issue