From c0b40d7de4a779eefb70e1fb17af2a78e6f55abb Mon Sep 17 00:00:00 2001 From: Matteo Bernardini Date: Thu, 29 Dec 2016 15:07:10 +0100 Subject: system/qterminal: Updated for version 0.7.1. Signed-off-by: Matteo Bernardini --- system/qterminal/qterminal.SlackBuild | 21 ++++++++++----------- system/qterminal/qterminal.info | 10 +++++----- 2 files changed, 15 insertions(+), 16 deletions(-) (limited to 'system') diff --git a/system/qterminal/qterminal.SlackBuild b/system/qterminal/qterminal.SlackBuild index 282b9d14cf51..2a790951fe5d 100644 --- a/system/qterminal/qterminal.SlackBuild +++ b/system/qterminal/qterminal.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for qterminal -# Copyright 2011-2015 Matteo Bernardini , Pisa, Italy +# Copyright 2011-2016 Matteo Bernardini , Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,13 +23,13 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qterminal -VERSION=${VERSION:-20150309_0856b29} +VERSION=${VERSION:-0.7.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -54,7 +54,7 @@ else LIBDIRSUFFIX="" fi -DOCS="AUTHORS CONTRIBUTING.md COPYING README" +DOCS="AUTHORS CHANGELOG CONTRIBUTING.md LICENSE README.md" set -e @@ -66,10 +66,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.?z* cd $PRGNAM-$VERSION chown -R root:root . find -L . \ - \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 -o -perm 511 \) \ - -exec chmod 755 {} \; -o \ - \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; + \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ + -o -perm 511 \) -exec chmod 755 {} \; -o \ + \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; mkdir -p build cd build @@ -77,7 +77,6 @@ cd build -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_INSTALL_PREFIX=/usr \ - -DLIB_SUFFIX=${LIBDIRSUFFIX} \ -DCMAKE_BUILD_TYPE=Release .. make make install DESTDIR=$PKG diff --git a/system/qterminal/qterminal.info b/system/qterminal/qterminal.info index 1b0362795633..c0ae7f9bb47b 100644 --- a/system/qterminal/qterminal.info +++ b/system/qterminal/qterminal.info @@ -1,10 +1,10 @@ PRGNAM="qterminal" -VERSION="20150309_0856b29" -HOMEPAGE="https://github.com/qterminal/qterminal" -DOWNLOAD="http://ponce.cc/slackware/sources/repo/qterminal-20150309_0856b29.tar.xz" -MD5SUM="c599f6dad1bc2c535916a5c1fea97832" +VERSION="0.7.1" +HOMEPAGE="https://github.com/lxde/qterminal" +DOWNLOAD="https://github.com/lxde/qterminal/releases/download/0.7.1/qterminal-0.7.1.tar.xz" +MD5SUM="6c27ac08df0b6c8322729e0ad981873d" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="qtermwidget libqxt" +REQUIRES="lxqt-build-tools qtermwidget" MAINTAINER="Matteo Bernardini" EMAIL="ponce@slackbuilds.org" -- cgit v1.2.3