summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Grissiom <chaos.proton@gmail.com>2011-08-08 18:37:45 -0300
committer Niels Horn <niels.horn@slackbuilds.org>2011-08-08 18:37:45 -0300
commit19b4611059d5b00604c52afdd46eede560417bb9 (patch)
tree420b01851936c999d5ae3f3c9c311520de33c881
parent40110b34f7000a5c763f33677892acdaf3d37e91 (diff)
downloadslackbuilds-19b4611059d5b00604c52afdd46eede560417bb9.tar.gz
slackbuilds-19b4611059d5b00604c52afdd46eede560417bb9.tar.xz
python/pyside: Updated for version qt4.7+1.0.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
-rw-r--r--python/pyside/README12
-rw-r--r--python/pyside/pyside.SlackBuild6
-rw-r--r--python/pyside/pyside.info8
3 files changed, 12 insertions, 14 deletions
diff --git a/python/pyside/README b/python/pyside/README
index d1fdf8c450..2035cf8576 100644
--- a/python/pyside/README
+++ b/python/pyside/README
@@ -1,9 +1,9 @@
-PySide is a LGPL licensed python binding that allow access of Qt libraries,
-making them available just using the import command.
+PySide is a LGPL licensed python binding that allow access of Qt
+libraries, making them available just using the import command.
-The build process is comprised of two stages: in a first moment the bindings
-source code are created from the Qt 4.6 headers by calling the Generator Runner
-with appropriate parameters; the generated files are then compiled and linked
-together to form the bindings libraries.
+The build process is comprised of two stages: in a first moment the
+bindings source code are created from the Qt 4.6 headers by calling the
+Generator Runner with appropriate parameters; the generated files are
+then compiled and linked together to form the bindings libraries.
This requires generatorrunner and shiboken.
diff --git a/python/pyside/pyside.SlackBuild b/python/pyside/pyside.SlackBuild
index 26d0e2c2c1..b2bb2d9fc7 100644
--- a/python/pyside/pyside.SlackBuild
+++ b/python/pyside/pyside.SlackBuild
@@ -5,16 +5,14 @@
# Written by Grissiom <chaos.proton@gmail.com>
PRGNAM=pyside
-VERSION=${VERSION:-qt4.6+0.4.1}
+VERSION=${VERSION:-qt4.7+1.0.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
-# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi
@@ -59,8 +57,8 @@ cd build
-DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \
-DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_VERBOSE_MAKEFILE:BOOL="on" \
-DLIB_SUFFIX=${LIBDIRSUFFIX} \
- -DMAN_INSTALL_DIR=/usr/man \
-DBUILD_TESTS:BOOL=OFF \
-DENABLE_GCC_OPTIMIZATION:BOOL=ON \
-DCMAKE_BUILD_TYPE=Release \
diff --git a/python/pyside/pyside.info b/python/pyside/pyside.info
index 2384ed2b01..944328d011 100644
--- a/python/pyside/pyside.info
+++ b/python/pyside/pyside.info
@@ -1,10 +1,10 @@
PRGNAM="pyside"
-VERSION="qt4.6+0.4.1"
+VERSION="qt4.7+1.0.5"
HOMEPAGE="http://www.pyside.org/"
-DOWNLOAD="http://www.pyside.org/files/pyside-qt4.6+0.4.1.tar.bz2"
-MD5SUM="dbc34efa904458f792df128df738d554"
+DOWNLOAD="http://www.pyside.org/files/pyside-qt4.7+1.0.5.tar.bz2"
+MD5SUM="b24a9dc2e111718043eecf614375f2a5"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Grissiom"
EMAIL="chaos.proton@gmail.com"
-APPROVED="pprkut"
+APPROVED="pprkut,Niels Horn"