summaryrefslogtreecommitdiffstats
path: root/qbittorrent
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2014-01-20 07:36:44 +0000
committer Eric Hameleers <alien@slackware.com>2014-01-20 07:36:44 +0000
commitae3cc29c2994a083421d9bc9a18114058ad2a790 (patch)
tree3193802e27c5fb2dfdec23a71b8195d67ca2b64a /qbittorrent
parenta2cc9b2bf0d635f22e4ca99134a48316f1e37b32 (diff)
downloadasb-ae3cc29c2994a083421d9bc9a18114058ad2a790.tar.gz
asb-ae3cc29c2994a083421d9bc9a18114058ad2a790.tar.xz
Update to 3.1.5
Diffstat (limited to 'qbittorrent')
-rwxr-xr-xqbittorrent/build/qbittorrent.SlackBuild11
1 files changed, 9 insertions, 2 deletions
diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild
index c10fb71f..ad389695 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -84,6 +84,8 @@
# * Update.
# 3.1.4-1: 03/jan/2014 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.1.5-1: 19/jan/2014 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh qbittorrent.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -94,7 +96,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-3.1.4}
+VERSION=${VERSION:-3.1.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -133,7 +135,7 @@ case "$ARCH" in
SLKLDFLAGS=""; LIBDIRSUFFIX=""
;;
x86_64) SLKCFLAGS="-O2 -fPIC"
- SLKLDFLAGS="-L/usr/lib64"; LIBDIRSUFFIX="64"
+ SLKLDFLAGS="-Wl,--rpath -Wl,/usr/lib64 -L/usr/lib64"; LIBDIRSUFFIX="64"
;;
armv7hl) SLKCFLAGS="-O2 -march=armv7-a -mfpu=vfpv3-d16"
SLKLDFLAGS=""; LIBDIRSUFFIX=""
@@ -203,6 +205,11 @@ cd $TMP/tmp-$PRGNAM
echo "Extracting the source archive(s) for $PRGNAM..."
tar -xvf ${SOURCE}
cd ${PRGNAM}-${VERSION}
+
+## Make it compile with qt-4.7 (fixed just after 3.1.4):
+#cat $SRCDIR/qbittorrent_qt47.patch | patch -p1 --verbose \
+# 2>&1 | tee $OUTPUT/patch-${PRGNAM}.log
+
chown -R root:root .
chmod -R u+w,go+r-w,a+X-s .