aboutsummaryrefslogtreecommitdiffstats
path: root/testing/kdevelop-python
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-06 15:34:41 +0200
committerLeo <thinkabit.ukim@gmail.com>2020-05-06 13:55:26 +0000
commit1774e745eb33c19d4ce6848ccc3ae8c29382b253 (patch)
treed7a9c552e953e50c7d73a4d4b288935cbd62c29e /testing/kdevelop-python
parentdf566ad4a2365070bce4d2c9db655c6af7e61a97 (diff)
downloadaports-1774e745eb33c19d4ce6848ccc3ae8c29382b253.tar.bz2
aports-1774e745eb33c19d4ce6848ccc3ae8c29382b253.tar.xz
testing/kdevelop-python: upgrade to 5.5.1
Diffstat (limited to 'testing/kdevelop-python')
-rw-r--r--testing/kdevelop-python/APKBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/testing/kdevelop-python/APKBUILD b/testing/kdevelop-python/APKBUILD
index f686ebcffa..e756ff66fd 100644
--- a/testing/kdevelop-python/APKBUILD
+++ b/testing/kdevelop-python/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
-pkgname="kdevelop-python"
-pkgver="5.5.0"
+pkgname=kdevelop-python
+pkgver=5.5.1
pkgrel=0
pkgdesc="Python language and documentation plugin for KDevelop"
url="https://www.kdevelop.org/"
@@ -15,20 +15,20 @@ options="!check" # Tests hang
builddir="$srcdir/kdev-python-$pkgver"
build() {
- cmake -B "$builddir"/build \
+ cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make -C build
+ cmake --build build
}
check() {
- cd "$builddir"/build
+ cd build
CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
}
package() {
- DESTDIR="$pkgdir" make -C build install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="6fde0221de7407a12d29c4a1df8d0d6e965613956d1b5a7fd375f4dd8ab34784b92e5b22dc523c8ce6a4aca80dc3dad16b3e549c0569959b35023b18434add26 kdev-python-5.5.0.tar.xz"
+sha512sums="e690e6f0ff681e65a1ffad2b376b48baf3e17b003e368afcda54e19a19b6e72ec58c9d77c2e1e7976d84e2a9d9cfdf3406537444502a25eea752ccedba6a1e8a kdev-python-5.5.1.tar.xz"