diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-03-11 11:07:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:36 +0700 |
commit | b6a90c9e9915a4663276fa9e86509b8b5ea83033 (patch) | |
tree | 815333743b45cbbe3ae23469bb39e0044a907004 /system/lxtask/lxtask.SlackBuild | |
parent | 122763b13ae387d8646cccc777b8f188584af027 (diff) | |
download | slackbuilds-b6a90c9e9915a4663276fa9e86509b8b5ea83033.tar.gz |
system/lxtask: Updated for version 0.1.9.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxtask/lxtask.SlackBuild')
-rw-r--r-- | system/lxtask/lxtask.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/lxtask/lxtask.SlackBuild b/system/lxtask/lxtask.SlackBuild index f03c48581b..773b8f900d 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 2010-2016 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy +# Copyright 2010-2019 Matteo Bernardini <ponce@slackbuilds.org, Pisa, Italy # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -29,7 +29,6 @@ # For: lxtask # Descr: simple task manager for LXDE # URL: http://lxde.sourceforge.net/ -# Needs: lxde-common, lxpanel # Changelog: # 0.1-1: 04/Jun/2008 by Eric Hameleers <alien@slackware.com> # * Initial build. @@ -50,6 +49,8 @@ # * updated. # 0.1.8-1: 25/jan/2017 by Matteo Bernardini <ponce@slackbuilds.org> # * updated. +# 0.1.9-1: 11/mar/2019 by Matteo Bernardini <ponce@slackbuilds.org> +# * updated. # # Run 'sh lxtask.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -58,7 +59,7 @@ # ----------------------------------------------------------------------------- PRGNAM=lxtask -VERSION=${VERSION:-0.1.8} +VERSION=${VERSION:-0.1.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |