Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
syntax-highlighting5
Commits:
6200f99f by Antonio Rojas at 2024-02-28T18:56:47+01:00
upgpkg: 5.115.0-2: Move syntax files to KF6
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = syntax-highlighting5
pkgdesc = Syntax highlighting engine for structured text and code
pkgver = 5.115.0
- pkgrel = 1
+ pkgrel = 2
url = https://community.kde.org/Frameworks
arch = x86_64
groups = kf5
@@ -13,6 +13,7 @@ pkgbase = syntax-highlighting5
makedepends = qt5-doc
makedepends = doxygen
depends = qt5-base
+ depends = syntax-highlighting
optdepends = qt5-declarative: QML bindings
conflicts = syntax-highlighting<5.111
replaces = syntax-highlighting<5.111
=====================================
PKGBUILD
=====================================
@@ -4,12 +4,13 @@
_name=syntax-highlighting
pkgname=${_name}5
pkgver=5.115.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)
+depends=(qt5-base
+ syntax-highlighting) # For syntax files
makedepends=(extra-cmake-modules qt5-declarative qt5-xmlpatterns qt5-tools
qt5-doc doxygen)
optdepends=('qt5-declarative: QML bindings')
conflicts=("$_name<5.111")
@@ -30,4 +31,5 @@ build() {
package() {
DESTDIR="$pkgdir" cmake --install build
+ rm -r "$pkgdir"/usr/share/org.kde.syntax-highlighting # Provided by
syntax-highlighting
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syntax-highlighting5/-/commit/6200f99f395ab46b2a31d2540d9d4caa49525b42
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/syntax-highlighting5/-/commit/6200f99f395ab46b2a31d2540d9d4caa49525b42
You're receiving this email because of your account on gitlab.archlinux.org.