aboutsummaryrefslogtreecommitdiffstats
path: root/community/plasma-phone-components/APKBUILD
diff options
context:
space:
mode:
authorBart Ribbers <bribbers@disroot.org>2020-05-05 21:20:08 +0200
committerRasmus Thomsen <oss@cogitri.dev>2020-05-06 09:33:34 +0000
commita5c595923e1d76895b3113dae60b62c2cbfa9adb (patch)
tree7c9488648c606d3d57e83ff21c4cd339ef3b81f4 /community/plasma-phone-components/APKBUILD
parent859d05bda08adc925d8eb2fbccfdc667ffe9ab9f (diff)
{community,testing}/plasma: upgrade to 5.18.5
Diffstat (limited to 'community/plasma-phone-components/APKBUILD')
-rw-r--r--community/plasma-phone-components/APKBUILD12
1 files changed, 5 insertions, 7 deletions
diff --git a/community/plasma-phone-components/APKBUILD b/community/plasma-phone-components/APKBUILD
index 3f85eaff63f..50f727a1679 100644
--- a/community/plasma-phone-components/APKBUILD
+++ b/community/plasma-phone-components/APKBUILD
@@ -1,8 +1,7 @@
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=plasma-phone-components
-pkgver=5.18.4
-_pkgver=5.18.4.1
+pkgver=5.18.5
pkgrel=0
pkgdesc="Modules providing phone functionality for Plasma"
arch="all !armhf"
@@ -10,16 +9,15 @@ url="https://www.plasma-mobile.org/"
license="GPL-2.0-or-later AND LGPL-2.1-or-later"
depends="plasma-nano qt5-qtquickcontrols2 plasma-workspace dbus-x11 kactivities plasma-pa plasma-nm libqofono breeze-icons"
makedepends="extra-cmake-modules kpeople-dev qt5-qtdeclarative-dev kactivities-dev plasma-framework-dev kservice-dev kdeclarative-dev ki18n-dev kio-dev kcoreaddons-dev kconfig-dev kbookmarks-dev kwidgetsaddons-dev kcompletion-dev kitemviews-dev kjobwidgets-dev solid-dev kxmlgui-dev kconfigwidgets-dev kauth-dev kcodecs-dev kpackage-dev kwindowsystem-dev kdbusaddons-dev knotifications-dev kwayland-dev telepathy-qt-dev libphonenumber-dev"
-source="https://download.kde.org/stable/plasma/$pkgver/plasma-phone-components-$_pkgver.tar.xz"
+source="https://download.kde.org/stable/plasma/$pkgver/plasma-phone-components-$pkgver.tar.xz"
options="!check" # No tests
-builddir="$srcdir/$pkgname-$_pkgver"
build() {
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
- make -C build
+ cmake --build build
}
check() {
@@ -28,6 +26,6 @@ check() {
}
package() {
- DESTDIR="$pkgdir" make -C build install
+ DESTDIR="$pkgdir" cmake --build build --target install
}
-sha512sums="59299e0abdd1731f1c2ad52414233f7eacdf3bb9dbdcc49821a66dc6dd39ad9d105400d634cfd114be0aadb44531bec099dc910b7dc46cc42b958a0b79d31ae5 plasma-phone-components-5.18.4.1.tar.xz"
+sha512sums="a9e906c61453ddd62d742943503a2c286d064b1134ff667321639c5455805a1ae7b25a91c6cf18be88315f82c6500e5efb7f8c8e28c9576448a04ea2c1886206 plasma-phone-components-5.18.5.tar.xz"