summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--desktop/lxpanel/config/panel13
-rw-r--r--desktop/lxpanel/lxpanel.SlackBuild3
-rw-r--r--desktop/lxpanel/lxpanel.info6
3 files changed, 18 insertions, 4 deletions
diff --git a/desktop/lxpanel/config/panel b/desktop/lxpanel/config/panel
index c2c4d8846c..65417dabf9 100644
--- a/desktop/lxpanel/config/panel
+++ b/desktop/lxpanel/config/panel
@@ -127,6 +127,19 @@ Plugin {
}
Plugin {
+ type = tray
+ Config {
+ }
+}
+
+Plugin {
+ type = space
+ Config {
+ Size=4
+ }
+}
+
+Plugin {
type = netstatus
Config {
iface=eth0
diff --git a/desktop/lxpanel/lxpanel.SlackBuild b/desktop/lxpanel/lxpanel.SlackBuild
index cd0c413a6c..905cf5641f 100644
--- a/desktop/lxpanel/lxpanel.SlackBuild
+++ b/desktop/lxpanel/lxpanel.SlackBuild
@@ -2,6 +2,7 @@
#
# Slackware build script for lxpanel
# (C) 2008 Michael Wagner <lapinours@web.de>
+# Copyright 2011-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +25,7 @@
# Modified by Matteo Bernardini <ponce@slackbuilds.org>
PRGNAM=lxpanel
-VERSION=${VERSION:-0.8.0}
+VERSION=${VERSION:-0.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/desktop/lxpanel/lxpanel.info b/desktop/lxpanel/lxpanel.info
index 3b7a5a2f99..91a66d79c8 100644
--- a/desktop/lxpanel/lxpanel.info
+++ b/desktop/lxpanel/lxpanel.info
@@ -1,8 +1,8 @@
PRGNAM="lxpanel"
-VERSION="0.8.0"
+VERSION="0.8.2"
HOMEPAGE="http://wiki.lxde.org/en/LXPanel"
-DOWNLOAD="http://downloads.sf.net/lxde/lxpanel-0.8.0.tar.xz"
-MD5SUM="aa5bc73f4fe1d8006248a1f45f0a8a21"
+DOWNLOAD="http://downloads.sf.net/lxde/lxpanel-0.8.2.tar.xz"
+MD5SUM="8d7c93c4ebb4af8bf436ef6d3aee4ea9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxmenu-data libfm"