summaryrefslogtreecommitdiffstats
path: root/desktop/lxpanel
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/lxpanel')
-rw-r--r--desktop/lxpanel/lxpanel.SlackBuild13
-rw-r--r--desktop/lxpanel/lxpanel.info6
2 files changed, 10 insertions, 9 deletions
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild
index 6a5a1551ec..5473b379ce 100644
--- a/desktop/lxpanel/lxpanel.SlackBuild
+++ b/desktop/lxpanel/lxpanel.SlackBuild
@@ -1,8 +1,9 @@
#!/bin/sh
#
# Slackware build script for lxpanel
+
# (C) 2008 Michael Wagner <lapinours@web.de>
-# Copyright 2011-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2011-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +26,7 @@
# Modified by Matteo Bernardini <ponce@slackbuilds.org>
PRGNAM=lxpanel
-VERSION=${VERSION:-0.9.2}
+VERSION=${VERSION:-0.9.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -68,10 +69,10 @@ tar -xvf $CWD/$PRGNAM-$VERSION.tar.?z
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
- \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
+ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
sh autogen.sh || true
diff --git a/desktop/lxpanel/lxpanel.info b/desktop/lxpanel/lxpanel.info
index 3fc80f2940..09c0b3c69b 100644
--- a/desktop/lxpanel/lxpanel.info
+++ b/desktop/lxpanel/lxpanel.info
@@ -1,8 +1,8 @@
PRGNAM="lxpanel"
-VERSION="0.9.2"
+VERSION="0.9.3"
HOMEPAGE="http://wiki.lxde.org/en/LXPanel"
-DOWNLOAD="http://downloads.sf.net/lxde/lxpanel-0.9.2.tar.xz"
-MD5SUM="0315a3d27cb5dc4b48b2d9efc9b2e284"
+DOWNLOAD="http://downloads.sf.net/lxde/lxpanel-0.9.3.tar.xz"
+MD5SUM="57f0add873815dc608eb45241c9504a7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libfm"