[arch-commits] Commit in kplotting/repos (3 files)

Felix Yan felixonmars at gemini.archlinux.org
Mon Aug 15 17:02:09 UTC 2022


    Date: Monday, August 15, 2022 @ 17:02:09
  Author: felixonmars
Revision: 452793

archrelease: copy trunk to staging-x86_64

Added:
  kplotting/repos/staging-x86_64/
  kplotting/repos/staging-x86_64/PKGBUILD
    (from rev 452792, kplotting/trunk/PKGBUILD)
  kplotting/repos/staging-x86_64/keys/

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

Copied: kplotting/repos/staging-x86_64/PKGBUILD (from rev 452792, kplotting/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2022-08-15 17:02:09 UTC (rev 452793)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kplotting
+pkgver=5.97.0
+pkgrel=1
+pkgdesc='Lightweight plotting framework'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-base)
+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=('5ed2e16b632ac1dc99a1f278de3ef76f4a2e4bc8989b6876621a9b7a1716ea0e'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+options=(debug)
+
+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