desktop/lxpanel: Updated for version 0.6.1.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2013-10-13 09:01:16 +02:00 committed by Robby Workman
parent 6d83c22be4
commit b45936beda
2 changed files with 7 additions and 5 deletions

View file

@ -24,7 +24,7 @@
# Modified by Matteo Bernardini <ponce@slackbuilds.org>
PRGNAM=lxpanel
VERSION=${VERSION:-20121126_06ad472}
VERSION=${VERSION:-0.6.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -41,7 +41,7 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
DOCS="AUTHORS COPYING ChangeLog README"
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
@ -85,6 +85,8 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--program-prefix= \
--program-suffix= \
--with-plugins=all \
--disable-silent-rules \
--build=$ARCH-slackware-linux
make

View file

@ -1,8 +1,8 @@
PRGNAM="lxpanel"
VERSION="20121126_06ad472"
VERSION="0.6.1"
HOMEPAGE="http://wiki.lxde.org/en/LXPanel"
DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxpanel-20121126_06ad472.tar.xz"
MD5SUM="339e9fcefc445ef5f67338067545b830"
DOWNLOAD="http://downloads.sf.net/lxde/lxpanel-0.6.1.tar.gz"
MD5SUM="e96e191c4ffb7b475a6ba06455ecf7fa"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxmenu-data menu-cache"