diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2022-06-04 16:52:38 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-10-21 18:34:01 -0500 |
commit | 18d37b40a1dff05c8e75928dfdf851bf2f1acf8b (patch) | |
tree | 2aa60b0e6a8f7f95a90ef159815c7c2dc675d223 /user/knotifications | |
parent | dadb2364fa576f1b9d7e01fe26de6fae296c5844 (diff) | |
download | packages-18d37b40a1dff05c8e75928dfdf851bf2f1acf8b.tar.gz packages-18d37b40a1dff05c8e75928dfdf851bf2f1acf8b.tar.bz2 packages-18d37b40a1dff05c8e75928dfdf851bf2f1acf8b.tar.xz packages-18d37b40a1dff05c8e75928dfdf851bf2f1acf8b.zip |
user/[KDE Frameworks]: Update to 5.94.0
Many frameworks have added or removed dependencies.
Documentation builds have been fixed for new tag file dependencies.
* KIO: Fix build on GCC 8.
* Prison: Ensure QR and DTMX barcodes are generated properly on
big-endian systems.
* Syndication: New framework.
Diffstat (limited to 'user/knotifications')
-rw-r--r-- | user/knotifications/APKBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/user/knotifications/APKBUILD b/user/knotifications/APKBUILD index 825834db0..26f42a2ea 100644 --- a/user/knotifications/APKBUILD +++ b/user/knotifications/APKBUILD @@ -1,18 +1,19 @@ # Contributor: A. Wilcox <awilfox@adelielinux.org> # Maintainer: A. Wilcox <awilfox@adelielinux.org> pkgname=knotifications -pkgver=5.74.0 +pkgver=5.94.0 pkgrel=0 pkgdesc="Framework for sending notifications to users" url="https://www.kde.org/" arch="all" options="!check" # Requires DBus daemon running. -license="LGPL-2.1-only OR LGPL-3.0-only" +license="LGPL-2.0+" 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-qtspeech-dev qt5-qttools-dev doxygen graphviz" + libice-dev qt5-qtspeech-dev qt5-qttools-dev doxygen graphviz + libcanberra-dev qt5-qtdeclarative-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/knotifications-$pkgver.tar.xz" @@ -40,4 +41,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="a44d0b0ebb7e825adc8c0c5b99f999769149cb3a12c147b81570737736030449136f86b9934b3b2287131f3c41f639c8cba92256ea1ebd39f5083fd6b7158bff knotifications-5.74.0.tar.xz" +sha512sums="e77886ae03b1a59d9da74a83b7945cb9e7a60992f31607d0ed545418cb384641fac8b8a6ce431c8ad5c0c57d939dab66a52a48febf2624602d4e3a6eaa3475cc knotifications-5.94.0.tar.xz" |