From 4ec9e2bcfd013057f0dbd4ee02e39bee0c9437cd Mon Sep 17 00:00:00 2001 From: melikamp Date: Tue, 15 Apr 2014 01:02:02 +0700 Subject: desktop/compton: Script cleanup. Signed-off-by: Willy Sudiarto Raharjo --- desktop/compton/compton.SlackBuild | 8 ++++---- desktop/compton/compton.info | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'desktop') diff --git a/desktop/compton/compton.SlackBuild b/desktop/compton/compton.SlackBuild index 1b992ca6cc..ebacf61b71 100644 --- a/desktop/compton/compton.SlackBuild +++ b/desktop/compton/compton.SlackBuild @@ -6,7 +6,8 @@ # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or -# (at your option) any later version. +# (at your option) any later version, with the following exception: +# the text of the GPL license may be omitted.. # This program is distributed in the hope that it will be useful, but # without any warranty; without even the implied warranty of @@ -20,7 +21,7 @@ # along with this program (most likely, a file named COPYING). If # not, see . -PRGNAM=compton +PRGNAM="compton" VERSION=${VERSION:-0.1_beta2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,8 +79,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -ar desc.txt dbus-examples compton.sample.conf LICENSE \ - $PKG/usr/doc/$PRGNAM-$VERSION +cp -a desc.txt dbus-examples compton.sample.conf LICENSE $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/desktop/compton/compton.info b/desktop/compton/compton.info index ec59647f79..a8dec0be15 100644 --- a/desktop/compton/compton.info +++ b/desktop/compton/compton.info @@ -1,5 +1,5 @@ PRGNAM="compton" -VERSION="v0.1_beta2" +VERSION="0.1_beta2" HOMEPAGE="https://github.com/chjj/compton" DOWNLOAD="https://github.com/chjj/compton/releases/download/v0.1_beta2/compton-git-v0.1_beta2-2013-10-21.tar.xz" MD5SUM="15db3ccec35a4f04cac2f62c44e46457" -- cgit v1.2.3