[arch-commits] Commit in kdeedu-data/repos (staging-any staging-any/PKGBUILD)

Antonio Rojas arojas at archlinux.org
Thu Jul 9 11:39:48 UTC 2020


    Date: Thursday, July 9, 2020 @ 11:39:45
  Author: arojas
Revision: 391044

archrelease: copy trunk to staging-any

Added:
  kdeedu-data/repos/staging-any/
  kdeedu-data/repos/staging-any/PKGBUILD
    (from rev 391043, kdeedu-data/trunk/PKGBUILD)

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

Copied: kdeedu-data/repos/staging-any/PKGBUILD (from rev 391043, kdeedu-data/trunk/PKGBUILD)
===================================================================
--- staging-any/PKGBUILD	                        (rev 0)
+++ staging-any/PKGBUILD	2020-07-09 11:39:45 UTC (rev 391044)
@@ -0,0 +1,28 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kdeedu-data
+pkgver=20.04.3
+pkgrel=1
+pkgdesc="Common data for KDE Edu applications"
+url="https://kde.org/applications/education"
+arch=(any)
+license=(GPL LGPL FDL)
+depends=(hicolor-icon-theme)
+makedepends=(extra-cmake-modules qt5-base)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('e717f82a1b4729f0a6df65221e9c2b01df17acf3d4eb8c2340cea23b6b65d969'
+            '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