mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
testing/kdevelop-python: new aport
This commit is contained in:
parent
e2581c4b73
commit
be1b9bad40
34
testing/kdevelop-python/APKBUILD
Normal file
34
testing/kdevelop-python/APKBUILD
Normal file
@ -0,0 +1,34 @@
|
||||
# Contributor: Bart Ribbers <bribbers@disroot.org>
|
||||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname="kdevelop-python"
|
||||
pkgver="5.5.0"
|
||||
pkgrel=0
|
||||
pkgdesc="Python language and documentation plugin for KDevelop"
|
||||
url="https://www.kdevelop.org/"
|
||||
arch="all !armhf !ppc64le !s390x" # Blocked by kdevelop -> qt5-qtwebengine
|
||||
license="LGPL-2.0-or-later"
|
||||
depends="python3"
|
||||
makedepends="extra-cmake-modules qt5-qtbase-dev ki18n-dev threadweaver-dev ktexteditor-dev kdevelop-dev python3-dev"
|
||||
checkdepends="xvfb-run"
|
||||
source="https://download.kde.org/stable/kdevelop/$pkgver/src/kdev-python-$pkgver.tar.xz"
|
||||
options="!check" # Tests hang
|
||||
builddir="$srcdir/kdev-python-$pkgver"
|
||||
|
||||
build() {
|
||||
cmake -B "$builddir"/build \
|
||||
-DCMAKE_BUILD_TYPE=None \
|
||||
-DCMAKE_INSTALL_PREFIX=/usr \
|
||||
-DCMAKE_INSTALL_LIBDIR=lib
|
||||
make -C build
|
||||
}
|
||||
|
||||
check() {
|
||||
cd "$builddir"/build
|
||||
CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
|
||||
}
|
||||
|
||||
package() {
|
||||
DESTDIR="$pkgdir" make -C build install
|
||||
}
|
||||
|
||||
sha512sums="6fde0221de7407a12d29c4a1df8d0d6e965613956d1b5a7fd375f4dd8ab34784b92e5b22dc523c8ce6a4aca80dc3dad16b3e549c0569959b35023b18434add26 kdev-python-5.5.0.tar.xz"
|
||||
Loading…
x
Reference in New Issue
Block a user