aboutsummaryrefslogtreecommitdiffstats
path: root/community/kdecoration/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-03-11 09:48:08 +0100
committerLeo <thinkabit.ukim@gmail.com>2020-03-13 16:35:51 -0300
commit79494622b0c70e1b0845fe2625df3991ef9df6d6 (patch)
tree7cb1698d03500fc97efd4b108d583200d324f74e /community/kdecoration/APKBUILD
parent6afaa9ee56de27b81bef0a61f4d4a7cc82a4374b (diff)
downloadaports-79494622b0c70e1b0845fe2625df3991ef9df6d6.tar.bz2
aports-79494622b0c70e1b0845fe2625df3991ef9df6d6.tar.xz
{community,testing}/plasma: upgrade to 5.18.3
Diffstat (limited to 'community/kdecoration/APKBUILD')
-rw-r--r--community/kdecoration/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/kdecoration/APKBUILD b/community/kdecoration/APKBUILD
index 63b30fff13..781525becf 100644
--- a/community/kdecoration/APKBUILD
+++ b/community/kdecoration/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kdecoration
-pkgver=5.18.2
+pkgver=5.18.3
pkgrel=0
pkgdesc="Plugin based library to create window decorations"
arch="all !armhf"
@@ -14,7 +14,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/kdecoration-$pkgver.tar.x
subpackages="$pkgname-dev $pkgname-lang"
build() {
- cmake -B "$builddir"/build \
+ cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
@@ -22,11 +22,11 @@ build() {
}
check() {
- cd "$builddir"/build
+ cd build
CTEST_OUTPUT_ON_FAILURE=TRUE xvfb-run ctest
}
package() {
DESTDIR="$pkgdir" make -C build install
}
-sha512sums="b7408a3c57951d6038c1a603bfe34093a95848b7fa341352a19ead272c8e9241876138321b135c1ee6461b4bdfcc10a8606f2650cf2444733ba2038dae105462 kdecoration-5.18.2.tar.xz"
+sha512sums="607abf1a66260f7855545ea75ad6a7fcc402f2b8f3defa63d17c2601953465a60907b40fa6427fc11e8362e7dbfe7c3dbb1d7519489872c75c47e4f8c0b58d47 kdecoration-5.18.3.tar.xz"