desktop/lxde-common: Updated for version 0.99.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
39af02487d
commit
5bb323e0ff
|
@ -126,6 +126,19 @@ Plugin {
|
|||
}
|
||||
}
|
||||
|
||||
Plugin {
|
||||
type = tray
|
||||
Config {
|
||||
}
|
||||
}
|
||||
|
||||
Plugin {
|
||||
type = space
|
||||
Config {
|
||||
Size=4
|
||||
}
|
||||
}
|
||||
|
||||
Plugin {
|
||||
type = netstatus
|
||||
Config {
|
||||
|
|
|
@ -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" \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue