summaryrefslogtreecommitdiff
path: root/user/plasma-integration
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-22 22:37:11 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-22 22:37:11 -0500
commite9d285285011bf6c9a278a51bb6758fd7be4cf19 (patch)
treed6efb137d69eb8f220e19bdcf0fb409ccde48aec /user/plasma-integration
parent95a40d83ad64727d97045a90f252bef8a33e900e (diff)
downloadpackages-e9d285285011bf6c9a278a51bb6758fd7be4cf19.tar.gz
packages-e9d285285011bf6c9a278a51bb6758fd7be4cf19.tar.bz2
packages-e9d285285011bf6c9a278a51bb6758fd7be4cf19.tar.xz
packages-e9d285285011bf6c9a278a51bb6758fd7be4cf19.zip
user/plasma-integration: bump to 5.12.6, fix license, modernise
Diffstat (limited to 'user/plasma-integration')
-rw-r--r--user/plasma-integration/APKBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/user/plasma-integration/APKBUILD b/user/plasma-integration/APKBUILD
index 2293c8c6c..a00124a5f 100644
--- a/user/plasma-integration/APKBUILD
+++ b/user/plasma-integration/APKBUILD
@@ -1,22 +1,20 @@
# Contributor: A. Wilcox <awilfox@adelielinux.org>
# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=plasma-integration
-pkgver=5.12.5
+pkgver=5.12.6
pkgrel=0
pkgdesc="Qt platform theme plugin for Plasma"
url="https://www.kde.org/"
arch="all"
-license="LGPL-2.1"
options="!check" # Times out, requires X11 desktop.
+license="(LGPL-2.1-only OR LGPL-3.0-only) AND LGPL-2.1-only AND ((LGPL-2.1-only WITH Nokia-Qt-exception-1.1) OR (GPL-3.0-only WITH Nokia-Qt-exception-1.1))"
depends="breeze ttf-noto"
-makedepends="cmake extra-cmake-modules python3 gettext-dev qt5-qtbase-dev
+makedepends="cmake extra-cmake-modules python3 qt5-qtbase-dev libxcursor-dev
qt5-qtx11extras-dev kconfig-dev kconfigwidgets-dev ki18n-dev kio-dev
kiconthemes-dev knotifications-dev kwayland-dev kwidgetsaddons-dev
- kwindowsystem-dev breeze-dev libxcursor-dev qt5-qtquickcontrols2-dev"
-install=""
+ kwindowsystem-dev breeze-dev qt5-qtquickcontrols2-dev"
subpackages="$pkgname-lang"
-source="http://download.kde.org/stable/plasma/$pkgver/plasma-integration-$pkgver.tar.xz"
-builddir="$srcdir/plasma-integration-$pkgver"
+source="https://download.kde.org/stable/plasma/$pkgver/plasma-integration-$pkgver.tar.xz"
build() {
cd "$builddir"
@@ -46,4 +44,4 @@ package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="5ae667a11ea85c6e9f353939bc22d84c36cbb53f053244a93e7c1d185d20452a7fc3d2afed65427ef938910fa537648006c2dda77346419a6a4492a2e292c787 plasma-integration-5.12.5.tar.xz"
+sha512sums="df231e8041fb94f01b0950890f784d118ca0aa1a34e7e483f78351de237cc2ba46a05be9c7addc5a2c5d319be7e17b6e2c5f171da28aa7cfd9b34b585a3c8155 plasma-integration-5.12.6.tar.xz"