diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2014-10-06 10:07:19 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-11 18:19:22 +0700 |
commit | 57dc0e1924505c2bf0f97e1d7f678304597f6204 (patch) | |
tree | 975e30f7566c1726386347bee4e4b89238477575 /system/lxsession/lxsession.SlackBuild | |
parent | 01c09c35a0052675d4b161c58b4650f52dfd6802 (diff) | |
download | slackbuilds-57dc0e1924505c2bf0f97e1d7f678304597f6204.tar.gz |
system/lxsession: Updated for version 0.5.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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} |