diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2013-10-13 09:01:16 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-06 00:57:48 -0600 |
commit | b45936beda7596f080cb49f91052e55ab1bbfddc (patch) | |
tree | 13aa390d58bddfb4b6cca3c530772dca7aa1f7e5 | |
parent | 6d83c22be477efaa2e3e02889b5515cd20f85ab3 (diff) |
desktop/lxpanel: Updated for version 0.6.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r-- | desktop/lxpanel/lxpanel.SlackBuild | 6 | ||||
-rw-r--r-- | desktop/lxpanel/lxpanel.info | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild index 56c3c6fe9336..7361fd842118 100644 --- a/desktop/lxpanel/lxpanel.SlackBuild +++ b/desktop/lxpanel/lxpanel.SlackBuild @@ -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 diff --git a/desktop/lxpanel/lxpanel.info b/desktop/lxpanel/lxpanel.info index 267dfacdf3f8..a569c07483e2 100644 --- a/desktop/lxpanel/lxpanel.info +++ b/desktop/lxpanel/lxpanel.info @@ -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" |