diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-12-07 19:19:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-12-13 10:35:58 +0700 |
commit | 1dc2929489321657474b625993ae16280f10d93a (patch) | |
tree | 5efe7232b7b42aa8edc194e682b0507a5c976057 /desktop/lxpanel/lxpanel.SlackBuild | |
parent | 450ecf29e13dddee5369d6c184451918a9965937 (diff) | |
download | slackbuilds-1dc2929489321657474b625993ae16280f10d93a.tar.gz |
desktop/lxpanel: Updated for version 0.8.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/lxpanel/lxpanel.SlackBuild')
-rw-r--r-- | desktop/lxpanel/lxpanel.SlackBuild | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild index bc4f6cae32..cd0c413a6c 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:-0.7.0} +VERSION=${VERSION:-0.8.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -72,9 +72,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# apply patches from upstream -for i in $CWD/patches/* ; do patch -p1 < $i ; done - sh autogen.sh || true CFLAGS="$SLKCFLAGS" \ |