Skip to content

Commit

Permalink
Add and update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
D3vil0p3r committed Dec 5, 2024
1 parent ae9bb11 commit 639e389
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/pentesting/pyside2/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

pkgbase=pyside2
pkgname=(shiboken2 python-shiboken2 pyside2 pyside2-tools)
_qtver=5.15.13
_qtver=5.15.16
pkgver=${_qtver/-/}
pkgrel=3
arch=('x86_64' 'aarch64')
Expand Down Expand Up @@ -58,7 +58,7 @@ build() {

package_shiboken2() {
pkgdesc='Generates bindings for C++ libraries using CPython source code'
depends=(clang=$_clangver llvm libxslt qt5-xmlpatterns)
depends=('clang' 'llvm' 'libxslt' 'qt5-xmlpatterns')

DESTDIR="$pkgdir" cmake --install build/sources/shiboken2
# Provided in python-shiboken2
Expand All @@ -69,7 +69,7 @@ package_shiboken2() {

package_python-shiboken2() {
pkgdesc='Python bindings for shiboken2'
depends=(python)
depends=('python')

DESTDIR="$pkgdir" cmake --install build/sources/shiboken2
# Provided in shiboken2
Expand All @@ -84,7 +84,7 @@ package_python-shiboken2() {

package_pyside2() {
pkgdesc='Enables the use of Qt5 APIs in Python applications'
depends=(python-shiboken2 qt5-declarative)
depends=('python-shiboken2' 'qt5-declarative')
optdepends=('qt5-svg: QtSvg bindings'
'qt5-script: QtScript bindings'
'qt5-speech: QtTextToSpeech bindings'
Expand Down Expand Up @@ -112,7 +112,7 @@ package_pyside2() {

package_pyside2-tools() {
pkgdesc='Tools for PySide2'
depends=(pyside2)
depends=('pyside2')

DESTDIR="$pkgdir" cmake --install build/sources/pyside2-tools
rm "$pkgdir"/usr/bin/{rcc,uic,designer,pyside_tool.py} # provided by qt5-base
Expand Down

0 comments on commit 639e389

Please sign in to comment.