diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-06-10 13:15:35 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-06-12 00:48:50 +0700 |
commit | 5bb323e0ffa7fcd80aba9ea2b944d876dcab6130 (patch) | |
tree | 2adcd112227d627e3f072620bda0b78ae9cffc8b /desktop/lxde-common | |
parent | 39af02487d6d78ceba81d7d409e4b1c7736bc9b8 (diff) |
desktop/lxde-common: Updated for version 0.99.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'desktop/lxde-common')
-rw-r--r-- | desktop/lxde-common/config/panel | 13 | ||||
-rw-r--r-- | desktop/lxde-common/lxde-common.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/lxde-common/lxde-common.info | 6 |
3 files changed, 20 insertions, 7 deletions
diff --git a/desktop/lxde-common/config/panel b/desktop/lxde-common/config/panel index c2c4d8846c72..65417dabf941 100644 --- a/desktop/lxde-common/config/panel +++ b/desktop/lxde-common/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/lxde-common/lxde-common.SlackBuild b/desktop/lxde-common/lxde-common.SlackBuild index 20b4ff99b4c8..976e807e853b 100644 --- a/desktop/lxde-common/lxde-common.SlackBuild +++ b/desktop/lxde-common/lxde-common.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # $Id: lxde-common.SlackBuild,v 1.5 2009/09/11 20:36:29 root Exp root $ # Copyright (c) 2008-2009 Eric Hameleers, Eindhoven, NL +# Copyright 2010-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Permission to use, copy, modify, and distribute this software for @@ -54,6 +55,8 @@ # * Update. # 20141008_8877e46: 09/oct/2014 by Matteo Bernardini <ponce@slackbuilds.org> # * Update. +# 0.99.1: 10/jul/2016 by Matteo Bernardini <ponce@slackbuilds.org> +# * Update. # # Run 'sh lxde-common.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -62,7 +65,7 @@ # ----------------------------------------------------------------------------- PRGNAM=lxde-common -VERSION=${VERSION:-20141008_8877e46} +VERSION=${VERSION:-0.99.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -111,9 +114,6 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# look for a renamed file -sed -i -e 's|lxde\.conf|LXDE.conf|' Makefile.am || exit 1 - sh autogen.sh || true CXXFLAGS="$SLKCFLAGS" \ diff --git a/desktop/lxde-common/lxde-common.info b/desktop/lxde-common/lxde-common.info index 7fe7e0576435..7733ebabb445 100644 --- a/desktop/lxde-common/lxde-common.info +++ b/desktop/lxde-common/lxde-common.info @@ -1,8 +1,8 @@ PRGNAM="lxde-common" -VERSION="20141008_8877e46" +VERSION="0.99.1" HOMEPAGE="http://www.lxde.org/" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/lxde/lxde-common-20141008_8877e46.tar.xz" -MD5SUM="28a2f9bbb691fd813d7830980356eb04" +DOWNLOAD="http://downloads.sf.net/lxde/lxde-common-0.99.1.tar.xz" +MD5SUM="3ab92bd7bcff8bc8e6395651d164cf76" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |