desktop/lxpanel: Updated for version 0.9.3.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2017-01-24 15:55:57 +01:00 committed by Willy Sudiarto Raharjo
parent 603df7205b
commit 0e2c4ad9a3
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 10 additions and 9 deletions

View file

@ -1,8 +1,9 @@
#!/bin/sh
#
# Slackware build script for lxpanel
# (C) 2008 Michael Wagner <lapinours@web.de>
# Copyright 2011-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# Copyright 2011-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -25,7 +26,7 @@
# Modified by Matteo Bernardini <ponce@slackbuilds.org>
PRGNAM=lxpanel
VERSION=${VERSION:-0.9.2}
VERSION=${VERSION:-0.9.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -68,10 +69,10 @@ tar -xvf $CWD/$PRGNAM-$VERSION.tar.?z
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
-exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sh autogen.sh || true

View file

@ -1,8 +1,8 @@
PRGNAM="lxpanel"
VERSION="0.9.2"
VERSION="0.9.3"
HOMEPAGE="http://wiki.lxde.org/en/LXPanel"
DOWNLOAD="http://downloads.sf.net/lxde/lxpanel-0.9.2.tar.xz"
MD5SUM="0315a3d27cb5dc4b48b2d9efc9b2e284"
DOWNLOAD="http://downloads.sf.net/lxde/lxpanel-0.9.3.tar.xz"
MD5SUM="57f0add873815dc608eb45241c9504a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libfm"