mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
desktop/lxpanel: Updated for version 20120820_ca772cc.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
2c008cba8e
commit
ea1ce84d3c
2 changed files with 5 additions and 5 deletions
|
@ -24,7 +24,7 @@
|
|||
# Modified by ponce <matteo.bernardini@gmail.com>
|
||||
|
||||
PRGNAM=lxpanel
|
||||
VERSION=${VERSION:-20120808_4496e88}
|
||||
VERSION=${VERSION:-20120820_ca772cc}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -63,7 +63,7 @@ rm -rf $PKG
|
|||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar -xvf $CWD/$PRGNAM-$VERSION.tar.?z*
|
||||
tar -xvf $CWD/$PRGNAM-$VERSION.tar.?z
|
||||
cd $PRGNAM-$VERSION
|
||||
chown -R root:root .
|
||||
find . \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="lxpanel"
|
||||
VERSION="20120808_4496e88"
|
||||
VERSION="20120820_ca772cc"
|
||||
HOMEPAGE="http://wiki.lxde.org/en/LXPanel"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxpanel-20120808_4496e88.tar.xz"
|
||||
MD5SUM="9f4556a91fc10846667ff5f263a62f0b"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxpanel-20120820_ca772cc.tar.xz"
|
||||
MD5SUM="d3fda3434c1879a501d1b319e64f6f22"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="lxmenu-data menu-cache"
|
||||
|
|
Loading…
Reference in a new issue