[arch-commits] Commit in syntax-highlighting/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 19 06:55:15 UTC 2019
Date: Thursday, December 19, 2019 @ 06:55:15
Author: arojas
Revision: 371718
archrelease: copy trunk to extra-x86_64
Added:
syntax-highlighting/repos/extra-x86_64/PKGBUILD
(from rev 371717, syntax-highlighting/trunk/PKGBUILD)
Deleted:
syntax-highlighting/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 70 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 35 insertions(+), 35 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2019-12-19 06:55:06 UTC (rev 371717)
+++ PKGBUILD 2019-12-19 06:55:15 UTC (rev 371718)
@@ -1,35 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=syntax-highlighting
-pkgver=5.64.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=('9655fa79d99fb7d585ae1a11c03d204c83263fe19391e7610575fb0436052b5f'
- 'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-prepare() {
- mkdir -p build
-}
-
-build() {
- cd build
- cmake ../$pkgname-$pkgver \
- -DBUILD_TESTING=OFF \
- -DQRC_SYNTAX=OFF \
- -DBUILD_QCH=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR="$pkgdir" install
-}
Copied: syntax-highlighting/repos/extra-x86_64/PKGBUILD (from rev 371717, syntax-highlighting/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2019-12-19 06:55:15 UTC (rev 371718)
@@ -0,0 +1,35 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=syntax-highlighting
+pkgver=5.65.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-xmlpatterns qt5-tools qt5-doc doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('5ac5cffeed055adb7f1ef734bab41268dcfbf5e0abdefcf82df2be4479dfc97b'
+ 'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$pkgname-$pkgver \
+ -DBUILD_TESTING=OFF \
+ -DQRC_SYNTAX=OFF \
+ -DBUILD_QCH=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list