desktop/compton-conf: Updated for version 0.14.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2019-08-29 21:47:58 +07:00 committed by Willy Sudiarto Raharjo
parent 40d33b39c5
commit 1738ff9542
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 5 additions and 10 deletions

View File

@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM="compton-conf"
VERSION=${VERSION:-0.4.0}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.14.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -63,7 +63,6 @@ mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tar.?z
tar xvf $CWD/$L10N-$L10N_VER.tar.?z -C $PRGNAM-$VERSION/
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
@ -72,8 +71,6 @@ 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 {} \;
cp $L10N-$L10N_VER/$PRGNAM/* translations/
mkdir build; cd build
cmake \

View File

@ -1,10 +1,8 @@
PRGNAM="compton-conf"
VERSION="0.4.0"
VERSION="0.14.1"
HOMEPAGE="https://github.com/lxde/compton-conf"
DOWNLOAD="https://github.com/lxde/compton-conf/archive/0.4.0/compton-conf-0.4.0.tar.gz \
https://github.com/lxqt/lxqt-l10n/archive/0.13.0/lxqt-l10n-0.13.0.tar.gz"
MD5SUM="c3145019e45b459b14ac5072c0b6cf4f \
243bd386ad4cb3f23cb364521f4efc04"
DOWNLOAD="https://github.com/lxde/compton-conf/archive/0.14.1/compton-conf-0.14.1.tar.gz"
MD5SUM="018555b554112271e2992dabe0dee38f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libconfig lxqt-build-tools"