[arch-commits] Commit in qpwgraph/repos (community-x86_64 community-x86_64/PKGBUILD)

Jonas Witschel diabonas at gemini.archlinux.org
Sat Mar 12 10:48:57 UTC 2022


    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 <diabonas at archlinux.org>
+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
+}



More information about the arch-commits mailing list