summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-07-10 10:33:46 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-07-17 07:49:40 +0700
commit32a2b3cc7f819dfddb367f5f210939237c2fc69e (patch)
treeb978730805b32e5c71182ce2cbeb48fb812af62a
parent3a2b502621e50b5873dec80e3be983decbf2cb5d (diff)
downloadslackbuilds-32a2b3cc7f819dfddb367f5f210939237c2fc69e.tar.gz
slackbuilds-32a2b3cc7f819dfddb367f5f210939237c2fc69e.tar.xz
system/lxtask: Updated for version 0.1.7.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--system/lxtask/lxtask.SlackBuild14
-rw-r--r--system/lxtask/lxtask.info6
2 files changed, 11 insertions, 9 deletions
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 <ponce@slackbuilds.org, Pisa, Italy
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -46,6 +46,8 @@
# * updated.
# 0.1.5-1: 18/sep/2014 by Matteo Bernardini <ponce@slackbuilds.org>
# * updated.
+# 0.1.7-1: 10/jul/2016 by Matteo Bernardini <ponce@slackbuilds.org>
+# * 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"