mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
python/pyside: Updated for version qt4.7+1.0.5.
Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
parent
40110b34f7
commit
19b4611059
3 changed files with 12 additions and 14 deletions
|
@ -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.
|
||||
|
|
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue