diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-12-28 11:39:30 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-12-31 08:22:26 +0700 |
commit | 866989a09dd4d1efa3bede347105eb7d32eef0bc (patch) | |
tree | 8dabe64b8e5bf1a2474716791eddc95b3da8ee87 /desktop/lxpanel/lxpanel.SlackBuild | |
parent | f543c9919599666e08cb8b7983b7e45fcd2c5b3a (diff) | |
download | slackbuilds-866989a09dd4d1efa3bede347105eb7d32eef0bc.tar.gz |
desktop/lxpanel: Updated for version 0.9.2.
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 fbafac868f..6a5a1551ec 100644 --- a/desktop/lxpanel/lxpanel.SlackBuild +++ b/desktop/lxpanel/lxpanel.SlackBuild @@ -25,7 +25,7 @@ # Modified by Matteo Bernardini <ponce@slackbuilds.org> PRGNAM=lxpanel -VERSION=${VERSION:-0.9.1} +VERSION=${VERSION:-0.9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -73,9 +73,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" \ |