diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-14 03:47:45 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-07-14 03:47:45 -0500 |
commit | 930ac2889c563c454e184fce43a6319c2cdb9783 (patch) | |
tree | d9e163d4ada67aff522036217b244e485c76a1d7 /user/knotifications | |
parent | 4187a40b9378b1c7bfc6af8bf3816e33766849a1 (diff) | |
download | packages-930ac2889c563c454e184fce43a6319c2cdb9783.tar.gz packages-930ac2889c563c454e184fce43a6319c2cdb9783.tar.bz2 packages-930ac2889c563c454e184fce43a6319c2cdb9783.tar.xz packages-930ac2889c563c454e184fce43a6319c2cdb9783.zip |
user/knotifications: bump to 5.47.0, modernise, fix license
Diffstat (limited to 'user/knotifications')
-rw-r--r-- | user/knotifications/APKBUILD | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/user/knotifications/APKBUILD b/user/knotifications/APKBUILD index 07f9f8a85..4ac5fb5dd 100644 --- a/user/knotifications/APKBUILD +++ b/user/knotifications/APKBUILD @@ -1,22 +1,20 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=knotifications -pkgver=5.46.0 -pkgrel=1 +pkgver=5.47.0 +pkgrel=0 pkgdesc="Framework for sending notifications to users" url="https://www.kde.org/" arch="all" -license="LGPL-2.1" options="!check" # Requires DBus daemon running. +license="LGPL-2.1-only OR LGPL-3.0-only" depends="" depends_dev="qt5-qtbase-dev qt5-qtx11extras-dev kwindowsystem-dev kconfig-dev kcodecs-dev kcoreaddons-dev phonon-dev libdbusmenu-qt-dev" makedepends="$depends_dev cmake extra-cmake-modules libx11-dev libxext-dev libice-dev qt5-qttools-dev doxygen graphviz" -install="" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="http://download.kde.org/stable/frameworks/${pkgver%.*}/knotifications-$pkgver.tar.xz" -builddir="$srcdir/knotifications-$pkgver" build() { cd "$builddir" @@ -45,4 +43,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="d8caf9929e8dfd6889bd48721fdb8784737f4e4037e80885a817e89f63c0d165df137a2a5d44de399a586e754f70a19e235f1d58fdaa568c586f242e6755f2ec knotifications-5.46.0.tar.xz" +sha512sums="a4009cd73d1380faed439daf3da9b50acc32e68841d1d3c091ee991daab7009e267fa8a5627ef63213a3498f561f6824eba84f3918419ed20b3eb74bc121a357 knotifications-5.47.0.tar.xz" |