From 32a2b3cc7f819dfddb367f5f210939237c2fc69e Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Sun, 10 Jul 2016 10:33:46 +0200 Subject: system/lxtask: Updated for version 0.1.7. Signed-off-by: Matteo Bernardini --- system/lxtask/lxtask.SlackBuild | 14 ++++++++------ system/lxtask/lxtask.info | 6 +++--- 2 files changed, 11 insertions(+), 9 deletions(-) (limited to 'system/lxtask') diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild index 51076b80c9..da1c4bc1d2 100644 --- a/system/lxtask/lxtask.SlackBuild +++ b/system/lxtask/lxtask.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # $Id: lxtask.SlackBuild,v 1.2 2009/09/11 10:39:38 root Exp root $ # Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL -# Copyright (c) 2010-2014 Matteo Bernardini, Pisa, IT +# Copyright 2010-2016 Matteo Bernardini # * updated. +# 0.1.7-1: 10/jul/2016 by Matteo Bernardini +# * updated. # # Run 'sh lxtask.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -54,7 +56,7 @@ # ----------------------------------------------------------------------------- PRGNAM=lxtask -VERSION=${VERSION:-0.1.5} +VERSION=${VERSION:-0.1.7} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -97,10 +99,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/system/lxtask/lxtask.info b/system/lxtask/lxtask.info index eee2bb2d03..e131627f9e 100644 --- a/system/lxtask/lxtask.info +++ b/system/lxtask/lxtask.info @@ -1,8 +1,8 @@ PRGNAM="lxtask" -VERSION=" 0.1.5" +VERSION=" 0.1.7" HOMEPAGE="http://wiki.lxde.org/en/LXTask" -DOWNLOAD="http://downloads.sf.net/lxde/lxtask-0.1.5.tar.xz" -MD5SUM="c8b1e9df8cbe41c07ebc3830d4386324" +DOWNLOAD="http://downloads.sf.net/lxde/lxtask-0.1.7.tar.xz" +MD5SUM="eb2ad374e97c317e2f74d47b1e582303" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="lxde-common lxpanel" -- cgit v1.2.3-65-gdbad