summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2014-10-05 18:25:21 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-11 18:19:22 +0700
commit42ef3f600bf501e04a311c2bd37e383a5e059649 (patch)
tree7ec993ce0159f84a3a2e98f6422dcda26a36582a
parent958e0dc555203894eb90ea6747ec8a37d42cb2a6 (diff)
downloadslackbuilds-42ef3f600bf501e04a311c2bd37e383a5e059649.tar.gz
slackbuilds-42ef3f600bf501e04a311c2bd37e383a5e059649.tar.xz
system/lxtask: Updated for version 0.1.5.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--system/lxtask/lxtask.SlackBuild7
-rw-r--r--system/lxtask/lxtask.info6
2 files changed, 9 insertions, 4 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild
index 90e227dd24..51076b80c9 100644
--- a/system/lxtask/lxtask.SlackBuild
+++ b/system/lxtask/lxtask.SlackBuild
@@ -1,6 +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
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -43,6 +44,8 @@
# * updated.
# 20130906_e638342: 23/sep/2013 by Matteo Bernardini <ponce@slackbuilds.org>
# * updated.
+# 0.1.5-1: 18/sep/2014 by Matteo Bernardini <ponce@slackbuilds.org>
+# * updated.
#
# Run 'sh lxtask.SlackBuild' to build a Slackware package.
# The package is created in /tmp .
@@ -51,7 +54,7 @@
# -----------------------------------------------------------------------------
PRGNAM=lxtask
-VERSION=${VERSION:-20130906_e638342}
+VERSION=${VERSION:-0.1.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -115,6 +118,8 @@ CFLAGS="$SLKCFLAGS" \
make
make install-strip DESTDIR=$PKG
+find $PKG/usr/man -type f -exec gzip -9 {} \;
+
# Add documentation:
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a $DOCS $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/system/lxtask/lxtask.info b/system/lxtask/lxtask.info
index 92ee6c3c90..eee2bb2d03 100644
--- a/system/lxtask/lxtask.info
+++ b/system/lxtask/lxtask.info
@@ -1,8 +1,8 @@
PRGNAM="lxtask"
-VERSION="20130906_e638342"
+VERSION=" 0.1.5"
HOMEPAGE="http://wiki.lxde.org/en/LXTask"
-DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxtask-20130906_e638342.tar.xz"
-MD5SUM="40a88c7f8260cb9aa497019c4ec6097f"
+DOWNLOAD="http://downloads.sf.net/lxde/lxtask-0.1.5.tar.xz"
+MD5SUM="c8b1e9df8cbe41c07ebc3830d4386324"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxde-common lxpanel"