[arch-commits] Commit in syntax-highlighting/repos/testing-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at gemini.archlinux.org
Sun Oct 10 16:00:41 UTC 2021


    Date: Sunday, October 10, 2021 @ 16:00:41
  Author: arojas
Revision: 425656

archrelease: copy trunk to testing-x86_64

Added:
  syntax-highlighting/repos/testing-x86_64/PKGBUILD
    (from rev 425655, syntax-highlighting/trunk/PKGBUILD)
Deleted:
  syntax-highlighting/repos/testing-x86_64/PKGBUILD

----------+
 PKGBUILD |   59 ++++++++++++++++++++++++++++++-----------------------------
 1 file changed, 30 insertions(+), 29 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-10 16:00:27 UTC (rev 425655)
+++ PKGBUILD	2021-10-10 16:00:41 UTC (rev 425656)
@@ -1,29 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=syntax-highlighting
-pkgver=5.87.0
-pkgrel=1
-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)
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('26625bea8cd015520c74375ce9e5a23e13daf5bd6cf4502adb9f4fd9f0a81c91'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DQRC_SYNTAX=OFF \
-    -DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: syntax-highlighting/repos/testing-x86_64/PKGBUILD (from rev 425655, syntax-highlighting/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-10-10 16:00:41 UTC (rev 425656)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=syntax-highlighting
+pkgver=5.87.0
+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-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'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DQRC_SYNTAX=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list