From 2a870b84effb6e874b5beeb3c3f7d2f33d0d29ca Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Fri, 9 Dec 2016 11:01:08 +0100 Subject: desktop/lxde-common: Updated for version 0.99.2. Signed-off-by: Matteo Bernardini --- desktop/lxde-common/config/panel | 292 ++++++++++++----------------- desktop/lxde-common/lxde-common.SlackBuild | 10 +- desktop/lxde-common/lxde-common.info | 6 +- 3 files changed, 129 insertions(+), 179 deletions(-) (limited to 'desktop/lxde-common') diff --git a/desktop/lxde-common/config/panel b/desktop/lxde-common/config/panel index 65417dabf9..f538775714 100644 --- a/desktop/lxde-common/config/panel +++ b/desktop/lxde-common/config/panel @@ -2,219 +2,167 @@ # Use preference dialog in lxpanel to adjust config when you can. Global { - edge=bottom - allign=center - margin=0 - widthtype=percent - width=95 - height=26 - transparent=0 - tintcolor=#000000 - alpha=0 - setdocktype=1 - setpartialstrut=1 - usefontcolor=1 - fontcolor=#ffffff - background=1 - backgroundfile=/usr/share/lxpanel/images/background.png + edge=bottom + allign=left + margin=0 + widthtype=percent + width=95 + height=26 + transparent=0 + tintcolor=#000000 + alpha=0 + setdocktype=1 + setpartialstrut=1 + usefontcolor=1 + fontcolor=#ffffff + usefontsize=0 + fontsize=10 + background=1 + backgroundfile=/usr/share/lxpanel/images/background.png + align=center } - Plugin { - type = space - Config { - Size=2 - } + type=space + Config { + Size=2 + } } - Plugin { - type = menu - Config { - image=/usr/share/lxpanel/images/my-computer.png - system { - } - separator { - } - item { - command=run - } - separator { - } - item { - image=gnome-logout - command=logout - } + type=menu + Config { + image=/usr/share/lxpanel/images/my-computer.png + system { } -} - -Plugin { - type = launchbar - Config { - Button { - id=pcmanfm.desktop - } - Button { - id=menu://applications/Internet/mozilla-firefox.desktop - } - Button { - id=menu://applications/Internet/mozilla-thunderbird.desktop - } - Button { - id=menu://applications/System/lxterminal.desktop - } + separator { } -} - -Plugin { - type = space - Config { - Size=4 + item { + command=run } -} - -Plugin { - type = wincmd - Config { - Button1=iconify - Button2=shade + separator { } -} - -Plugin { - type = space - Config { - Size=4 + item { + image=gnome-logout + command=logout } + } } - -Plugin { - type = wnckpager -} - Plugin { - type = space - Config { - Size=4 + type=launchbar + Config { + Button { + id=pcmanfm.desktop } + Button { + id=menu://applications/Internet/mozilla-firefox.desktop + } + Button { + id=menu://applications/Internet/mozilla-thunderbird.desktop + } + Button { + id=menu://applications/System/lxterminal.desktop + } + } } - Plugin { - type = taskbar - expand=1 - Config { - tooltips=1 - IconsOnly=0 - AcceptSkipPager=1 - ShowIconified=1 - ShowMapped=1 - ShowAllDesks=0 - UseMouseWheel=1 - UseUrgencyHint=1 - FlatButton=0 - MaxTaskWidth=150 - spacing=1 - } + type=space + Config { + Size=2 + } } - Plugin { - type = volumealsa + type=wincmd + Config { + Button1=iconify + Button2=shade + } } - Plugin { - type = space - Config { - Size=4 - } + type=space + Config { + Size=2 + } } - Plugin { - type = tray - Config { - } + type=pager + Config { + } } - Plugin { - type = space - Config { - Size=4 - } + type=space + Config { + Size=4 + } } - Plugin { - type = netstatus - Config { - iface=eth0 - configtool=netconfig - } + type=taskbar + expand=1 + Config { + tooltips=1 + IconsOnly=0 + AcceptSkipPager=1 + ShowIconified=1 + ShowMapped=1 + ShowAllDesks=0 + UseMouseWheel=1 + UseUrgencyHint=1 + FlatButton=0 + MaxTaskWidth=150 + spacing=1 + } } - Plugin { - type = space - Config { - Size=4 - } + type=batt + Config { + } } - Plugin { - type = batt - Config { - HideIfNoBattery=0 - AlarmCommand=xmessage Battery low - AlarmTime=5 - BackgroundColor=black - BorderWidth=1 - ChargingColor1=#28f200 - ChargingColor2=#22cc00 - DischargingColor1=#ffee00 - DischargingColor2=#d9ca00 - Size=8 - } + type=space + Config { + Size=2 + } } - Plugin { - type = space - Config { - Size=4 - } + type=cpu + Config { + } } - Plugin { - type = cpu + type=space + Config { + Size=2 + } } - Plugin { - type = space - Config { - Size=4 - } + type=tray + Config { + } } - Plugin { - type = cpufreq + type=volume + Config { + } } - Plugin { - type = dclock - Config { - ClockFmt=%R - TooltipFmt=%A %x - BoldFont=0 - IconOnly=0 - } + type=dclock + Config { + ClockFmt=%R + TooltipFmt=%A %x + BoldFont=0 + IconOnly=0 + CenterText=0 + } } - Plugin { - type = space - Config { - Size=4 - } + type=space + Config { + Size=2 + } } - Plugin { - type = launchbar - Config { - Button { - id=lxde-logout.desktop - } + type=launchbar + Config { + Button { + id=lxde-logout.desktop } + } } - diff --git a/desktop/lxde-common/lxde-common.SlackBuild b/desktop/lxde-common/lxde-common.SlackBuild index 976e807e85..1d34cc4db4 100644 --- a/desktop/lxde-common/lxde-common.SlackBuild +++ b/desktop/lxde-common/lxde-common.SlackBuild @@ -57,6 +57,8 @@ # * Update. # 0.99.1: 10/jul/2016 by Matteo Bernardini # * Update. +# 0.99.2: 09/dec/2016 by Matteo Bernardini +# * Update. # # Run 'sh lxde-common.SlackBuild' to build a Slackware package. # The package is created in /tmp . @@ -65,13 +67,13 @@ # ----------------------------------------------------------------------------- PRGNAM=lxde-common -VERSION=${VERSION:-0.99.1} +VERSION=${VERSION:-0.99.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -85,8 +87,8 @@ PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" diff --git a/desktop/lxde-common/lxde-common.info b/desktop/lxde-common/lxde-common.info index 7733ebabb4..fb02ab6988 100644 --- a/desktop/lxde-common/lxde-common.info +++ b/desktop/lxde-common/lxde-common.info @@ -1,8 +1,8 @@ PRGNAM="lxde-common" -VERSION="0.99.1" +VERSION="0.99.2" HOMEPAGE="http://www.lxde.org/" -DOWNLOAD="http://downloads.sf.net/lxde/lxde-common-0.99.1.tar.xz" -MD5SUM="3ab92bd7bcff8bc8e6395651d164cf76" +DOWNLOAD="http://downloads.sf.net/lxde/lxde-common-0.99.2.tar.xz" +MD5SUM="14a9d19c4576dc15d985453ccb8ca9f6" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3