diff options
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} |