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 | |
parent | b6a90c9e9915a4663276fa9e86509b8b5ea83033 (diff) | |
download | slackbuilds-bdcc95c57a9779277dcc554afc06698ece55d212.tar.gz |
system/lxsession: Updated for version 0.5.4.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/lxsession')
-rw-r--r-- | system/lxsession/lxsession.SlackBuild | 7 | ||||
-rw-r--r-- | system/lxsession/lxsession.info | 6 |
2 files changed, 7 insertions, 6 deletions
diff --git a/system/lxsession/lxsession.SlackBuild b/system/lxsession/lxsession.SlackBuild index 0ef1451c54..528a864097 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} diff --git a/system/lxsession/lxsession.info b/system/lxsession/lxsession.info index 1b88878782..dcb0fa36b1 100644 --- a/system/lxsession/lxsession.info +++ b/system/lxsession/lxsession.info @@ -1,8 +1,8 @@ PRGNAM="lxsession" -VERSION="0.5.3" +VERSION="0.5.4" HOMEPAGE="https://wiki.lxde.org/en/LXSession" -DOWNLOAD="https://downloads.sf.net/lxde/lxsession-0.5.3.tar.xz" -MD5SUM="823c50e6d0e4ce15a23a42e8f8bf4221" +DOWNLOAD="https://downloads.sf.net/lxde/lxsession-0.5.4.tar.xz" +MD5SUM="e255aaf3c2a8e49812e3477fb3f099b0" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="libunique vala" |