aboutsummaryrefslogtreecommitdiff
path: root/desktop/lxpanel/lxpanel.SlackBuild
diff options
context:
space:
mode:
authorMatteo Bernardini <ponce@slackbuilds.org>2014-08-22 12:04:57 +0200
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2014-08-22 22:10:08 +0700
commit8ca38f1c8fc547c0d5a0a1e02a3d8ad5e80949ca (patch)
tree3511391c0ebb9f171eb3398e932f5e906c6b756d /desktop/lxpanel/lxpanel.SlackBuild
parentc26e759490f2cd0f1f4d428764e390c8d6d61435 (diff)
downloadslackbuilds-8ca38f1c8fc547c0d5a0a1e02a3d8ad5e80949ca.tar.xz
desktop/lxpanel: Updated for version 0.7.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/lxpanel/lxpanel.SlackBuild')
-rw-r--r--desktop/lxpanel/lxpanel.SlackBuild5
1 files changed, 4 insertions, 1 deletions
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild
index cb7aa7ff21d6..bc4f6cae32aa 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:-20140725_175f73d}
+VERSION=${VERSION:-0.7.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -72,6 +72,9 @@ 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" \