development/shiboken: Updated for version 1.2.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a936176d14
commit
02a2eda693
|
@ -3,9 +3,10 @@
|
|||
# Slackware build script for shiboken
|
||||
|
||||
# Written by Grissiom <chaos.proton@gmail.com>
|
||||
# Updated by kchan <kenneth.t.chan@gmail.com>
|
||||
|
||||
PRGNAM=shiboken
|
||||
VERSION=${VERSION:-1.2.0}
|
||||
VERSION=${VERSION:-1.2.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="shiboken"
|
||||
VERSION="1.2.0"
|
||||
HOMEPAGE="http://www.pyside.org/home-binding/binding-generator/"
|
||||
DOWNLOAD="http://download.qt-project.org/official_releases/pyside/shiboken-1.2.0.tar.bz2"
|
||||
MD5SUM="946ae0405ff3238d6b72124e07fae06e"
|
||||
VERSION="1.2.2"
|
||||
HOMEPAGE="http://qt-project.org/wiki/Category:LanguageBindings::PySide::Shiboken"
|
||||
DOWNLOAD="http://download.qt-project.org/official_releases/pyside/shiboken-1.2.2.tar.bz2"
|
||||
MD5SUM="9f5bee9d414ce51be07ff7a20054a48d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="generatorrunner"
|
||||
REQUIRES=""
|
||||
MAINTAINER="kchan"
|
||||
EMAIL="kenneth.t.chan@gmail.com"
|
||||
|
|
|
@ -10,8 +10,8 @@ shiboken: Shiboken Generator (PySide bindings generator plugin)
|
|||
shiboken:
|
||||
shiboken: The Shiboken Generator is the plugin that creates the PySide bindings
|
||||
shiboken: source files from Qt headers and auxiliary files (typesystems,
|
||||
shiboken: global.h and glue files). It depends on GeneratorRunner and
|
||||
shiboken: APIExtractor library.
|
||||
shiboken: global.h and glue files).
|
||||
shiboken:
|
||||
shiboken:
|
||||
shiboken:
|
||||
shiboken:
|
||||
|
|
Loading…
Reference in New Issue