summaryrefslogtreecommitdiffstats
path: root/libraries/libqsqlpsql/libqsqlpsql.SlackBuild
diff options
context:
space:
mode:
author Heinz Wiesinger2012-09-02 21:03:28 +0200
committer Heinz Wiesinger2012-09-02 21:03:28 +0200
commit2497fc0131dc607c48dfa3599b30d7863dfa2e75 (patch)
tree66a138fdf203b2f548906c083dddf6b9a9f88fc5 /libraries/libqsqlpsql/libqsqlpsql.SlackBuild
parentc21111dae87e5d40cd45f7a37ae7cbca971f6af3 (diff)
downloadslackbuilds-2497fc0131dc607c48dfa3599b30d7863dfa2e75.tar.gz
libraries/libqsqlpsql: Updated for version 4.8.2.
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/libqsqlpsql/libqsqlpsql.SlackBuild')
-rw-r--r--libraries/libqsqlpsql/libqsqlpsql.SlackBuild19
1 files changed, 5 insertions, 14 deletions
diff --git a/libraries/libqsqlpsql/libqsqlpsql.SlackBuild b/libraries/libqsqlpsql/libqsqlpsql.SlackBuild
index f4ac2bf0e4..58e867dd07 100644
--- a/libraries/libqsqlpsql/libqsqlpsql.SlackBuild
+++ b/libraries/libqsqlpsql/libqsqlpsql.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for libqsqlpsql
-# Copyright 2008-2011 Heinz Wiesinger, Amsterdam, The Netherlands
+# Copyright 2008-2012 Heinz Wiesinger, Amsterdam, The Netherlands
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libqsqlpsql
-VERSION=4.7.0_7abde40
+VERSION=4.8.2
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -59,9 +59,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf qt-$VERSION
-tar xvf $CWD/qt-$VERSION.tar.xz
-cd qt-$VERSION
+rm -rf qt-everywhere-opensource-src-$VERSION
+tar xvf $CWD/qt-everywhere-opensource-src-$VERSION.tar.gz
+cd qt-everywhere-opensource-src-$VERSION
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
@@ -69,15 +69,6 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
-if [ $ARCH = "i486" ]; then
- patch -p1 -i $CWD/qt.x86.cflags.diff
-fi
-
-# Add support for postgresql 9
-# Patches taken from http://bugreports.qt.nokia.com/browse/QTBUG-14206
-patch -p1 -i $CWD/qsql_psql_cpp.patch
-patch -p1 -i $CWD/qsql_psql_h.patch
-
cd src/plugins/sqldrivers/psql
qmake \
QMAKE_CFLAGS+="$SLKCFLAGS" \