From 18d37b40a1dff05c8e75928dfdf851bf2f1acf8b Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Sat, 4 Jun 2022 16:52:38 -0500 Subject: 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. --- user/syntax-highlighting/APKBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'user/syntax-highlighting/APKBUILD') diff --git a/user/syntax-highlighting/APKBUILD b/user/syntax-highlighting/APKBUILD index a941f9417..c7aae36eb 100644 --- a/user/syntax-highlighting/APKBUILD +++ b/user/syntax-highlighting/APKBUILD @@ -1,17 +1,17 @@ # Contributor: A. Wilcox # Maintainer: A. Wilcox pkgname=syntax-highlighting -pkgver=5.74.0 +pkgver=5.94.0 pkgrel=0 pkgdesc="Framework for rendering programming code with formatting" url="https://www.kde.org/" arch="all" -license="LGPL-2.1+" +license="MIT AND CC0-1.0 AND GPL-2.0-only AND LGPL-2.0+ AND LGPL-2.1+" depends="" depends_dev="qt5-qtbase-dev" checkdepends="qt5-qtxmlpatterns-dev" makedepends="$depends_dev cmake extra-cmake-modules qt5-qttools-dev perl - doxygen graphviz" + doxygen graphviz qt5-qtdeclarative-dev" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" source="https://download.kde.org/stable/frameworks/${pkgver%.*}/syntax-highlighting-$pkgver.tar.xz" @@ -39,4 +39,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="6dfc9540ca4ec2c76c9b96a864a24bba6923529d72605dcd36136809250be12c366f52bf3dda02564169744729172eec2f0d3f69137d374d81af826ec97bc3b7 syntax-highlighting-5.74.0.tar.xz" +sha512sums="34e3ec926ae576e0366216c67ee73ef62c538e38369d664ca104951cf08a52848fd7b4d75e29ef23650259b113af727bf71837b6b6ced0f63d4264c0c903acb2 syntax-highlighting-5.94.0.tar.xz" -- cgit v1.2.3-70-g09d2