From 5bb323e0ffa7fcd80aba9ea2b944d876dcab6130 Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 10 Jun 2016 13:15:35 +0200 Subject: desktop/lxde-common: Updated for version 0.99.1. Signed-off-by: Matteo Bernardini --- desktop/lxde-common/config/panel | 13 +++++++++++++ desktop/lxde-common/lxde-common.SlackBuild | 8 ++++---- desktop/lxde-common/lxde-common.info | 6 +++--- 3 files changed, 20 insertions(+), 7 deletions(-) (limited to 'desktop/lxde-common') diff --git a/desktop/lxde-common/config/panel b/desktop/lxde-common/config/panel index c2c4d8846c..65417dabf9 100644 --- a/desktop/lxde-common/config/panel +++ b/desktop/lxde-common/config/panel @@ -126,6 +126,19 @@ Plugin { } } +Plugin { + type = tray + Config { + } +} + +Plugin { + type = space + Config { + Size=4 + } +} + Plugin { type = netstatus Config { diff --git a/desktop/lxde-common/lxde-common.SlackBuild b/desktop/lxde-common/lxde-common.SlackBuild index 20b4ff99b4..976e807e85 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 , 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 # * Update. +# 0.99.1: 10/jul/2016 by Matteo Bernardini +# * 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 7fe7e05764..7733ebabb4 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="" -- cgit v1.2.3-65-gdbad