mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
libraries/qmltermwidget: Updated for version 20160207_051e019.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
1b8b0d67e9
commit
80b4a35a01
2 changed files with 8 additions and 8 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for qmltermwidget
|
||||
|
||||
# Copyright 2015 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2015-2017 Matteo Bernardini <ponce@slackbuilds.org>, 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=qmltermwidget
|
||||
VERSION=${VERSION:-20151215_5aef9f2}
|
||||
VERSION=${VERSION:-20160207_051e019}
|
||||
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"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="qmltermwidget"
|
||||
VERSION="20151215_5aef9f2"
|
||||
VERSION="20160207_051e019"
|
||||
HOMEPAGE="https://github.com/Swordfish90/qmltermwidget"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/qmltermwidget-20151215_5aef9f2.tar.xz"
|
||||
MD5SUM="8d69455846d2f73b4653398b09366f9c"
|
||||
DOWNLOAD="http://ponce.cc/slackware/sources/repo/qmltermwidget-20160207_051e019.tar.xz"
|
||||
MD5SUM="df3ad18a2deda13650f35080fa498314"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="qt5"
|
||||
|
|
Loading…
Reference in a new issue