[arch-commits] Commit in grantlee-editor/repos (2 files)

Antonio Rojas arojas at archlinux.org
Thu Jul 9 13:48:32 UTC 2020


    Date: Thursday, July 9, 2020 @ 13:48:32
  Author: arojas
Revision: 391213

archrelease: copy trunk to staging-x86_64

Added:
  grantlee-editor/repos/staging-x86_64/
  grantlee-editor/repos/staging-x86_64/PKGBUILD
    (from rev 391212, grantlee-editor/trunk/PKGBUILD)

----------+
 PKGBUILD |   28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

Copied: grantlee-editor/repos/staging-x86_64/PKGBUILD (from rev 391212, grantlee-editor/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-07-09 13:48:32 UTC (rev 391213)
@@ -0,0 +1,28 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=grantlee-editor
+pkgver=20.04.3
+pkgrel=1
+pkgdesc="Editor for Grantlee themes"
+arch=(x86_64)
+url="https://kontact.kde.org"
+license=(GPL2)
+depends=(messagelib ktexteditor)
+makedepends=(extra-cmake-modules kdoctools boost)
+groups=(kde-applications kdepim)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('1a3e4ece1a37e11735291bbec99314bc0ede0714377db916ed1266ec19325ef5'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list