Date: Saturday, March 12, 2022 @ 10:48:57
  Author: diabonas
Revision: 1149800

archrelease: copy trunk to community-x86_64

Added:
  qpwgraph/repos/community-x86_64/
  qpwgraph/repos/community-x86_64/PKGBUILD
    (from rev 1149799, qpwgraph/trunk/PKGBUILD)

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

Copied: qpwgraph/repos/community-x86_64/PKGBUILD (from rev 1149799, 
qpwgraph/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD                           (rev 0)
+++ community-x86_64/PKGBUILD   2022-03-12 10:48:57 UTC (rev 1149800)
@@ -0,0 +1,21 @@
+# Maintainer: Jonas Witschel <[email protected]>
+pkgname=qpwgraph
+pkgver=0.2.3
+pkgrel=1
+pkgdesc='PipeWire Graph Qt GUI Interface'
+arch=('x86_64')
+url='https://gitlab.freedesktop.org/rncbc/qpwgraph'
+license=('GPL')
+depends=('alsa-lib' 'pipewire' 'qt6-base')
+makedepends=('cmake')
+source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha512sums=('1c167f569fb3345edb0402bccc220b296a3c54f78ab141cb2280caa6576726ffe7e4ee49c702abb1e6368ae8c173684645f7fbfbd39511868e14631af60b5dfd')
+
+build() {
+       cmake -B build -S "$pkgname-v$pkgver" -DCMAKE_INSTALL_PREFIX=/usr 
-DCONFIG_WAYLAND=ON
+       make -C build
+}
+
+package() {
+       make -C build DESTDIR="$pkgdir" install
+}

Reply via email to