From 0e2c4ad9a390c47597b1c4ef2b6f2449b4139ed8 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Tue, 24 Jan 2017 15:55:57 +0100 Subject: desktop/lxpanel: Updated for version 0.9.3. Signed-off-by: Matteo Bernardini --- desktop/lxpanel/lxpanel.SlackBuild | 13 +++++++------ desktop/lxpanel/lxpanel.info | 6 +++--- 2 files changed, 10 insertions(+), 9 deletions(-) (limited to 'desktop') diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild index 6a5a1551ecc2..5473b379ceba 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 -# Copyright 2011-2016 Matteo Bernardini , Pisa, Italy +# Copyright 2011-2017 Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +26,7 @@ # Modified by Matteo Bernardini 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 3fc80f2940d3..09c0b3c69b92 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" -- cgit v1.2.3