mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
python/pyside: Updated for version 1.2.0.
Fixed download link. New maintainer. Signed-off-by: Erik Hanson <erik@slackbuilds.org>
This commit is contained in:
parent
322ccde188
commit
b4550e94b0
3 changed files with 7 additions and 7 deletions
|
@ -2,6 +2,6 @@ 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
|
||||
bindings source code are created from the Qt 4.8 headers by calling the
|
||||
Generator Runner with appropriate parameters; the generated files are
|
||||
then compiled and linked together to form the bindings libraries.
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
# Written by Grissiom <chaos.proton@gmail.com>
|
||||
|
||||
PRGNAM=pyside
|
||||
VERSION=${VERSION:-qt4.8+1.1.2}
|
||||
VERSION=${VERSION:-qt4.8+1.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="pyside"
|
||||
VERSION="qt4.8+1.1.2"
|
||||
VERSION="qt4.8+1.2.0"
|
||||
HOMEPAGE="http://www.pyside.org/"
|
||||
DOWNLOAD="http://www.pyside.org/files/pyside-qt4.8+1.1.2.tar.bz2"
|
||||
MD5SUM="59c8653734b020b0128b82adc98ee704"
|
||||
DOWNLOAD="http://download.qt-project.org/official_releases/pyside/pyside-qt4.8+1.2.0.tar.bz2"
|
||||
MD5SUM="52b8c19485447a3100884f3c79dc5c98"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="shiboken"
|
||||
MAINTAINER="Grissiom"
|
||||
EMAIL="chaos.proton@gmail.com"
|
||||
MAINTAINER="kchan"
|
||||
EMAIL="kenneth.t.chan@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue