Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
syntax-highlighting
Commits:
dcfec30c by Antonio Rojas at 2023-10-15T11:13:29+02:00
upgpkg: 5.240.0.20231014-2: Bundle syntax files to fox conflicts with KF5
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = syntax-highlighting
pkgdesc = Syntax highlighting engine for structured text and code
pkgver = 5.240.0.20231014
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf6
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=syntax-highlighting
pkgver=5.240.0.20231014
-pkgrel=1
+pkgrel=2
pkgdesc='Syntax highlighting engine for structured text and code'
arch=(x86_64)
url='https://community.kde.org/Frameworks'
@@ -28,8 +28,8 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) #
David Faure <faure@kde
build() {
cmake -B build -S $pkgname \
-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-highlighting/-/commit/dcfec30ce8c185048bd78b481669510f83d9fd80
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syntax-highlighting/-/commit/dcfec30ce8c185048bd78b481669510f83d9fd80
You're receiving this email because of your account on gitlab.archlinux.org.