Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
syntax-highlighting5
Commits:
682e0786 by Antonio Rojas at 2025-11-02T12:58:38+01:00
upgpkg: 5.116.0-2: Drop QCH docs
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,17 +1,15 @@
pkgbase = syntax-highlighting5
pkgdesc = Syntax highlighting engine for structured text and code
pkgver = 5.116.0
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf5
license = GPL2
makedepends = extra-cmake-modules
makedepends = qt5-declarative
- makedepends = qt5-xmlpatterns
makedepends = qt5-tools
- makedepends = qt5-doc
- makedepends = doxygen
+ makedepends = qt5-xmlpatterns
depends = qt5-base
depends = syntax-highlighting
optdepends = qt5-declarative: QML bindings
=====================================
PKGBUILD
=====================================
@@ -4,14 +4,14 @@
_name=syntax-highlighting
pkgname=${_name}5
pkgver=5.116.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
syntax-highlighting) # For syntax files
-makedepends=(extra-cmake-modules qt5-declarative qt5-xmlpatterns qt5-tools
qt5-doc doxygen)
+makedepends=(extra-cmake-modules qt5-declarative qt5-tools qt5-xmlpatterns)
optdepends=('qt5-declarative: QML bindings')
conflicts=("$_name<5.111")
replaces=("$_name<5.111")
@@ -24,8 +24,7 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) #
David Faure <faure@kde
build() {
cmake -B build -S $_name-$pkgver \
-DBUILD_TESTING=OFF \
- -DQRC_SYNTAX=OFF \
- -DBUILD_QCH=ON
+ -DQRC_SYNTAX=OFF
cmake --build build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syntax-highlighting5/-/commit/682e0786b4f27a01df9b80cce1c844f2f0e2e94f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syntax-highlighting5/-/commit/682e0786b4f27a01df9b80cce1c844f2f0e2e94f
You're receiving this email because of your account on gitlab.archlinux.org.