mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/compton-conf: Update script.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
6c3cd3e1b0
commit
6a89a068fb
4 changed files with 11 additions and 9 deletions
|
@ -1,3 +1,3 @@
|
|||
compton-conf (Qt configuration tool for X composite manager Compton.)
|
||||
compton-conf (Configuration Tool for Compton)
|
||||
|
||||
compton-conf is a GUI configuration tool for compton X composite manager.
|
||||
Qt configuration tool for X composite manager Compton.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
#
|
||||
# Slackware build script for compton-conf.
|
||||
|
||||
#
|
||||
# Copyright 2015 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
|
@ -24,7 +24,7 @@
|
|||
|
||||
PRGNAM="compton-conf"
|
||||
VERSION=${VERSION:-0.1.0}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -69,7 +69,9 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||
|
||||
cmake -DCMAKE_INSTALL_PREFIX="/usr"
|
||||
cmake \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
make
|
||||
make install DESTDIR=$PKG
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
PRGNAM="compton-conf"
|
||||
VERSION="0.1.0"
|
||||
HOMEPAGE="https://github.com/chjj/compton"
|
||||
HOMEPAGE="https://github.com/lxde/compton-conf"
|
||||
DOWNLOAD="https://github.com/lxde/compton-conf/archive/0.1.0.tar.gz"
|
||||
MD5SUM="767ace41462d947f161d13edfee61f8b"
|
||||
DOWNLOAD_x86_64=""
|
||||
|
|
|
@ -8,8 +8,7 @@
|
|||
|-----handy-ruler------------------------------------------------------|
|
||||
compton-conf: compton-conf (Configuration Tool for Compton)
|
||||
compton-conf:
|
||||
compton-conf: compton-conf is a GUI configuration tool for compton X composite
|
||||
compton-conf: manager.
|
||||
compton-conf: Qt configuration tool for X composite manager Compton.
|
||||
compton-conf:
|
||||
compton-conf: Home page: https://github.com/lxde/compton-conf
|
||||
compton-conf:
|
||||
|
@ -17,3 +16,4 @@ compton-conf:
|
|||
compton-conf:
|
||||
compton-conf:
|
||||
compton-conf:
|
||||
compton-conf:
|
||||
|
|
Loading…
Reference in a new issue