diff options
Diffstat (limited to 'system/lxsession/lxsession.SlackBuild')
-rw-r--r-- | system/lxsession/lxsession.SlackBuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/system/lxsession/lxsession.SlackBuild b/system/lxsession/lxsession.SlackBuild index 06f8c0fce7..170e84ce0e 100644 --- a/system/lxsession/lxsession.SlackBuild +++ b/system/lxsession/lxsession.SlackBuild @@ -1,6 +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 # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -49,6 +50,8 @@ # * update: fixes wrong behaviour with missing lsb_release # 20140418_9550c0e: 29/apr/2014 by Matteo Bernardini <ponce@slackbuilds.org> # * update. +# 0.5.0-1: 06/oct/2014 by Matteo Bernardini <ponce@slackbuilds.org> +# * update. # # Run 'sh lxsession.SlackBuild' to build a Slackware package. # The package (.txz) plus descriptive .txt file are created in /tmp . @@ -57,7 +60,7 @@ # ----------------------------------------------------------------------------- PRGNAM=lxsession -VERSION=${VERSION:-20140418_9550c0e} +VERSION=${VERSION:-0.5.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} |