Skip to content
Snippets Groups Projects
Unverified Commit ef092a32 authored by Tomaz Canabrava's avatar Tomaz Canabrava
Browse files

Add python bindings

parent b0291980
No related branches found
Tags 24.08.3-1
No related merge requests found
......@@ -25,7 +25,8 @@ depends=(gcc-libs
makedepends=(doxygen
extra-cmake-modules
qt6-doc
qt6-tools)
qt6-tools
python-build)
groups=(kf6)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('997f310a46ec2c153010fc5967753390a99bc50621d19f926488164172c51fcc'
......@@ -39,6 +40,7 @@ build() {
cmake -B build -S $pkgname-$pkgver \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF \
-DBUILD_PYTHON_BINDINGS=ON \
-DBUILD_QCH=ON
cmake --build build
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment