[arch-commits] Commit in syntax-highlighting/trunk (PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Sun Oct 10 16:00:28 UTC 2021
Date: Sunday, October 10, 2021 @ 16:00:27
Author: arojas
Revision: 425655
Add missing QML bindings (FS#72382)
Modified:
syntax-highlighting/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-10-10 15:58:22 UTC (rev 425654)
+++ PKGBUILD 2021-10-10 16:00:27 UTC (rev 425655)
@@ -3,13 +3,14 @@
pkgname=syntax-highlighting
pkgver=5.87.0
-pkgrel=1
+pkgrel=2
pkgdesc='Syntax highlighting engine for structured text and code'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
license=(GPL2)
depends=(qt5-base)
-makedepends=(extra-cmake-modules qt5-xmlpatterns qt5-tools qt5-doc doxygen)
+makedepends=(extra-cmake-modules qt5-declarative qt5-xmlpatterns qt5-tools qt5-doc doxygen)
+optdepends=('qt5-declarative: QML bindings')
groups=(kf5)
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
sha256sums=('26625bea8cd015520c74375ce9e5a23e13daf5bd6cf4502adb9f4fd9f0a81c91'
More information about the arch-commits
mailing list