Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
desktop
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
16
Issues
16
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
6
Merge Requests
6
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chakra
Packages
desktop
Commits
bd2bbf2d
Commit
bd2bbf2d
authored
Jul 23, 2011
by
Adrián Chaves Fernández (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
PySide family upgraded (pyside 1.0.5).
parent
dca54a25
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
44 additions
and
10 deletions
+44
-10
apiextractor/PKGBUILD
apiextractor/PKGBUILD
+2
-2
generatorrunner/PKGBUILD
generatorrunner/PKGBUILD
+2
-2
pyside-tools/PKGBUILD
pyside-tools/PKGBUILD
+34
-0
pyside/PKGBUILD
pyside/PKGBUILD
+2
-2
shiboken-generator/PKGBUILD
shiboken-generator/PKGBUILD
+2
-2
shiboken/PKGBUILD
shiboken/PKGBUILD
+2
-2
No files found.
apiextractor/PKGBUILD
View file @
bd2bbf2d
...
...
@@ -4,7 +4,7 @@
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname
=
apiextractor
pkgver
=
0.10.
3
pkgver
=
0.10.
5
pkgrel
=
1
pkgdesc
=
"Collects information about libraries from its header files and merges it with user written files (typesystem) describing how the library should be exposed as a binding on the target language."
url
=
"http://www.pyside.org"
...
...
@@ -13,7 +13,7 @@ license=('LGPL')
depends
=(
'qt>=4.7'
'openssl'
'libxslt'
'libxml2'
)
makedepends
=(
'cmake'
'automoc4'
)
source
=(
"http://www.pyside.org/files/
$pkgname
-
$pkgver
.tar.bz2"
)
md5sums
=(
'
3dffe34785c2e0df20529cfebc2227e5
'
)
md5sums
=(
'
cb9c14dbe5e9a2e4e8a960ebed36d9cb
'
)
build
(){
cd
$srcdir
/
$pkgname
-
$pkgver
...
...
generatorrunner/PKGBUILD
View file @
bd2bbf2d
...
...
@@ -4,7 +4,7 @@
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname
=
generatorrunner
pkgver
=
0.6.1
0
pkgver
=
0.6.1
1
pkgrel
=
1
pkgdesc
=
"A binding generator."
arch
=(
'i686'
'x86_64'
)
...
...
@@ -13,7 +13,7 @@ url="http://www.pyside.org"
depends
=(
'apiextractor>=0.10.1'
'qt>=4.7'
'openssl'
)
makedepends
=(
'cmake'
'automoc4'
)
source
=(
"http://www.pyside.org/files/
$pkgname
-
$pkgver
.tar.bz2"
)
md5sums
=(
'
be442f3387239186db0f60877f1f9db0
'
)
md5sums
=(
'
6ce05392bc75a965a28980fa03cc69e3
'
)
build
(){
cd
$srcdir
/
$pkgname
-
$pkgver
...
...
pyside-tools/PKGBUILD
0 → 100644
View file @
bd2bbf2d
# Games Packages for Chakra, part of chakra-project.org
#
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname
=
pyside-tools
pkgver
=
0.2.12
pkgrel
=
1
pkgdesc
=
"UI Compiler (pyside-uic) plus Qt Resource Compiler (pyside-rcc4) for PySide."
arch
=(
'i686'
'x86_64'
)
license
=(
'LGPL'
)
url
=
"http://www.pyside.org"
depends
=(
'pyside>=1.0.3'
'python'
)
makedepends
=(
'cmake'
'automoc4'
)
source
=(
"http://www.pyside.org/files/
$pkgname
-
$pkgver
.tar.bz2"
)
md5sums
=(
'9a41a565774974a0e2bb60244c996166'
)
build
(){
cd
$srcdir
/
$pkgname
-
$pkgver
pyside-uic
>
pyside-uic_mod
&&
mv
pyside-uic
{
_mod,
}
&&
chmod
755 pyside-uic
mkdir
-p
build
&&
cd
build
cmake
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
..
make
}
package
(){
cd
$srcdir
/
$pkgname
-
$pkgver
/build
make
DESTDIR
=
$pkgdir
install
}
pyside/PKGBUILD
View file @
bd2bbf2d
...
...
@@ -4,7 +4,7 @@
# Maintainer: Adrián Chaves Fernández (Gallaecio) <adriyetichaves gmail.com>
pkgname
=
pyside
pkgver
=
1.0.
3
pkgver
=
1.0.
5
pkgrel
=
1
pkgdesc
=
"Provides LGPL Qt bindings for Python and related tools for binding generation."
arch
=(
'i686'
'x86_64'
)
...
...
@@ -13,7 +13,7 @@ url="http://www.pyside.org"
depends
=(
'shiboken'
'python'
'qt>=4.7'
'phonon'
)
makedepends
=(
'cmake'
'automoc4'
'shiboken-generator'
)
source
=(
"http://www.pyside.org/files/
$pkgname
-qt4.7+
$pkgver
.tar.bz2"
)
md5sums
=(
'
1a390fb502ae624ca3f70ef333bdffe8
'
)
md5sums
=(
'
b24a9dc2e111718043eecf614375f2a5
'
)
build
(){
cd
$srcdir
/
$pkgname
-qt4
.7+
$pkgver
...
...
shiboken-generator/PKGBUILD
View file @
bd2bbf2d
...
...
@@ -6,7 +6,7 @@
pkgname
=
shiboken-generator
_pkgname
=
shiboken
_pyver
=
2.7
pkgver
=
1.0.
3
pkgver
=
1.0.
5
pkgrel
=
1
pkgdesc
=
"Support library for Python bindings."
arch
=(
'i686'
'x86_64'
)
...
...
@@ -15,7 +15,7 @@ url="http://www.pyside.org"
depends
=(
"python>=
$_pyver
"
'qt>=4.7'
'openssl'
'generatorrunner'
)
makedepends
=(
'cmake'
'automoc4'
)
source
=(
"http://www.pyside.org/files/
$_pkgname
-
$pkgver
.tar.bz2"
)
md5sums
=(
'
d155d61156c8db25a418b80ade47962f
'
)
md5sums
=(
'
e9249ab88a5ba67183a165d11143c894
'
)
build
(){
cd
$srcdir
/shiboken-
$pkgver
...
...
shiboken/PKGBUILD
View file @
bd2bbf2d
...
...
@@ -5,7 +5,7 @@
pkgname
=
shiboken
_pkgname
=
libshiboken
pkgver
=
1.0.
3
pkgver
=
1.0.
5
pkgrel
=
1
pkgdesc
=
"Support library for Python bindings."
arch
=(
'i686'
'x86_64'
)
...
...
@@ -14,7 +14,7 @@ url="http://www.pyside.org"
depends
=(
'python'
'qt>=4.7'
'openssl'
)
makedepends
=(
'cmake'
'automoc4'
'generatorrunner>=0.6.8'
)
source
=(
"http://www.pyside.org/files/
$pkgname
-
$pkgver
.tar.bz2"
)
md5sums
=(
'
d155d61156c8db25a418b80ade47962f
'
)
md5sums
=(
'
e9249ab88a5ba67183a165d11143c894
'
)
build
(){
cd
$srcdir
/
$pkgname
-
$pkgver
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment