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

Jonas Witschel diabonas at gemini.archlinux.org
Sat Mar 19 12:57:56 UTC 2022


    Date: Saturday, March 19, 2022 @ 12:57:55
  Author: diabonas
Revision: 1160634

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-03-19 12:57:41 UTC (rev 1160633)
+++ PKGBUILD	2022-03-19 12:57:55 UTC (rev 1160634)
@@ -1,21 +0,0 @@
-# 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
-}

Copied: qpwgraph/repos/community-x86_64/PKGBUILD (from rev 1160633, qpwgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-03-19 12:57:55 UTC (rev 1160634)
@@ -0,0 +1,22 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=qpwgraph
+pkgver=0.2.4
+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')
+options=('debug')
+source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha512sums=('55e9a2ddb15a607a2fe4ac67eb634f99bf80d06dd2835bb7b5f95205f5bf826d47511377c69c3b5f0f852d4343263dba364b58406452c0725fe96f8bcc5a2cd1')
+
+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