[arch-commits] Commit in ktexteditor/repos/extra-x86_64 (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 19 16:46:36 UTC 2021
Date: Wednesday, May 19, 2021 @ 16:46:36
Author: arojas
Revision: 415768
archrelease: copy trunk to extra-x86_64
Added:
ktexteditor/repos/extra-x86_64/PKGBUILD
(from rev 415767, ktexteditor/trunk/PKGBUILD)
Deleted:
ktexteditor/repos/extra-x86_64/PKGBUILD
----------+
PKGBUILD | 64 +++++++++++++++++++++++++++++++++----------------------------
1 file changed, 35 insertions(+), 29 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-19 16:46:24 UTC (rev 415767)
+++ PKGBUILD 2021-05-19 16:46:36 UTC (rev 415768)
@@ -1,29 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ktexteditor
-pkgver=5.82.0
-pkgrel=1
-pkgdesc='Advanced embeddable text editor'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(kparts syntax-highlighting libgit2 editorconfig-core-c)
-makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
-groups=(kf5)
-source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('7c42e7527b2245b3eb8041afcb133457e416311a2342004c2c51e7be9700941d'
- 'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-build() {
- cmake -B build -S $pkgname-$pkgver \
- -DBUILD_TESTING=OFF \
- -DBUILD_QCH=ON
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: ktexteditor/repos/extra-x86_64/PKGBUILD (from rev 415767, ktexteditor/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-19 16:46:36 UTC (rev 415768)
@@ -0,0 +1,35 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ktexteditor
+pkgver=5.82.0
+pkgrel=2
+pkgdesc='Advanced embeddable text editor'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kparts syntax-highlighting libgit2 editorconfig-core-c)
+makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}
+ https://invent.kde.org/frameworks/ktexteditor/commit/253cc3bb.patch)
+sha256sums=('7c42e7527b2245b3eb8041afcb133457e416311a2342004c2c51e7be9700941d'
+ 'SKIP'
+ '040c109e5789dddef4795972cb282c5cf133125c351d08405287d42fef373e0f')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+ patch -d $pkgname-$pkgver -p1 < 253cc3bb.patch # Fix on-the-fly spell checking
+}
+
+build() {
+ cmake -B build -S $pkgname-$pkgver \
+ -DBUILD_TESTING=OFF \
+ -DBUILD_QCH=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list