diff options
Diffstat (limited to 'desktop/lxde-common/lxde-common.SlackBuild')
-rw-r--r-- | desktop/lxde-common/lxde-common.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
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" \ |