aboutsummaryrefslogtreecommitdiffstats
path: root/community/plasma-browser-integration
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/plasma-browser-integration
parent6afaa9ee56de27b81bef0a61f4d4a7cc82a4374b (diff)
downloadaports-79494622b0c70e1b0845fe2625df3991ef9df6d6.tar.bz2
aports-79494622b0c70e1b0845fe2625df3991ef9df6d6.tar.xz
{community,testing}/plasma: upgrade to 5.18.3
Diffstat (limited to 'community/plasma-browser-integration')
-rw-r--r--community/plasma-browser-integration/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/plasma-browser-integration/APKBUILD b/community/plasma-browser-integration/APKBUILD
index 3ea154b71d..d2896a2f30 100644
--- a/community/plasma-browser-integration/APKBUILD
+++ b/community/plasma-browser-integration/APKBUILD
@@ -1,7 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-browser-integration
-pkgver=5.18.2
+pkgver=5.18.3
pkgrel=0
pkgdesc="Components necessary to integrate browsers into the Plasma Desktop"
arch="all !armhf" # armhf blocked by extra-cmake-modules
@@ -12,7 +12,7 @@ source="https://download.kde.org/stable/plasma/$pkgver/plasma-browser-integratio
subpackages="$pkgname-lang"
build() {
- cmake -B "$builddir"/build \
+ cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
@@ -20,7 +20,7 @@ build() {
}
check() {
- cd "$builddir"/build
+ cd build
CTEST_OUTPUT_ON_FAILURE=TRUE ctest
}
@@ -28,4 +28,4 @@ package() {
DESTDIR="$pkgdir" make -C build install
}
-sha512sums="76fc14ccea545f480ffc617bc373a7384dc95b709ac4d880b0249306c6b18e7280267703cb62a0b69e30bc46125e9322b2ce66b5ebc79b2e6a028765134a1e5f plasma-browser-integration-5.18.2.tar.xz"
+sha512sums="25f63cd8b5131704d869df67e674cc77dfe7a35a41599e84204fb2dc8617f0d48fe1206d400117eea32bc05d468baa353b927f7713333431071ba145d66dd84d plasma-browser-integration-5.18.3.tar.xz"