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

Jonas Witschel diabonas at gemini.archlinux.org
Sat Apr 23 08:07:24 UTC 2022


    Date: Saturday, April 23, 2022 @ 08:07:24
  Author: diabonas
Revision: 1187496

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |   45 +++++++++++++++++++++++----------------------
 1 file changed, 23 insertions(+), 22 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-23 08:07:07 UTC (rev 1187495)
+++ PKGBUILD	2022-04-23 08:07:24 UTC (rev 1187496)
@@ -1,22 +0,0 @@
-# Maintainer: Jonas Witschel <diabonas at archlinux.org>
-pkgname=qpwgraph
-pkgver=0.2.5
-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=('d039f0aec37b078170b4b0d48d905857c440fc977d24a566e9aad53955ba1301b792fcff1188e673b7fef17cfb74442b79283ce4af3f419e3bf1b9f9c4046bc9')
-
-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 1187495, qpwgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-04-23 08:07:24 UTC (rev 1187496)
@@ -0,0 +1,23 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=qpwgraph
+pkgver=0.2.6
+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' 'qt6-svg')
+makedepends=('cmake')
+options=('debug')
+source=("$url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz")
+sha512sums=('f8c16efb9fc3879c6eb759ddc5cc9354fe02c0e8e3067f5e8d650d7f95398064e39691554680eb9a3099d83ad486fa356f320eafd17faae09a2a3d0a9ec5a829')
+
+build() {
+	cmake -B build -S "$pkgname-v$pkgver" -DCMAKE_BUILD_TYPE=None \
+	      -DCMAKE_INSTALL_PREFIX=/usr -DCONFIG_WAYLAND=ON
+	cmake --build build
+}
+
+package() {
+	DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list