diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2019-03-11 11:09:53 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-03-16 06:53:36 +0700 |
commit | bdcc95c57a9779277dcc554afc06698ece55d212 (patch) | |
tree | 9c364edd43e774e1376425e74b40bfe41029796f /system/lxsession/lxsession.SlackBuild | |
parent | b6a90c9e9915a4663276fa9e86509b8b5ea83033 (diff) |
system/lxsession: Updated for version 0.5.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxsession/lxsession.SlackBuild')
-rw-r--r-- | system/lxsession/lxsession.SlackBuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/system/lxsession/lxsession.SlackBuild b/system/lxsession/lxsession.SlackBuild index 0ef1451c54e78..528a864097cfd 100644 --- a/system/lxsession/lxsession.SlackBuild +++ b/system/lxsession/lxsession.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # $Id: lxsession.SlackBuild,v 1.1 2009/09/11 10:33:13 root Exp root $ # Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL -# Copyright (c) 2010-2014 Matteo Bernardini, Pisa, IT +# Copyright (c) 2010-2019 Matteo Bernardini, Pisa, IT # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -29,7 +29,6 @@ # For: lxsession # Descr: LXDE session manager # URL: http://lxde.sourceforge.net/ -# Needs: # Changelog: # 0.3.5-1: 04/Jun/2008 by Eric Hameleers <alien@slackware.com> # * Initial build. @@ -56,6 +55,8 @@ # * update. # 0.5.3-1: 10/dec/2016 by Matteo Bernardini <ponce@slackbuilds.org> # * update. +# 0.5.4-1: 11/mar/2019 by Matteo Bernardini <ponce@slackbuilds.org> +# * update. # # Run 'sh lxsession.SlackBuild' to build a Slackware package. # The package (.tgz) plus descriptive .txt file are created in /tmp . @@ -64,7 +65,7 @@ # ----------------------------------------------------------------------------- PRGNAM=lxsession -VERSION=${VERSION:-0.5.3} +VERSION=${VERSION:-0.5.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |