desktop/compton: Script cleanup.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ecc69edf68
commit
4ec9e2bcfd
|
@ -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 <http://www.gnu.org/licenses/>.
|
||||
|
||||
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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue