diff options
Diffstat (limited to 'desktop/lxde-common/lxde-common.SlackBuild')
-rw-r--r-- | desktop/lxde-common/lxde-common.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/desktop/lxde-common/lxde-common.SlackBuild b/desktop/lxde-common/lxde-common.SlackBuild index 57e62bb606..095c760932 100644 --- a/desktop/lxde-common/lxde-common.SlackBuild +++ b/desktop/lxde-common/lxde-common.SlackBuild @@ -42,6 +42,8 @@ # 0.5.5-1: 26/dec/2011 by Matteo Bernardini <ponce@slackbuilds.org> # * Update. # * su_cmd defaults to gksu-polkit. +# 0.5.5-2: 31/dec/2011 by Matteo Bernardini <ponce@slackbuilds.org> +# * updated panel default config with battery indicator # # Run 'sh lxde-common.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -51,7 +53,7 @@ PRGNAM=lxde-common VERSION=${VERSION:-0.5.5} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |