[arch-commits] Commit in qpwgraph/repos/community-x86_64 (PKGBUILD PKGBUILD)
Jonas Witschel
diabonas at gemini.archlinux.org
Sat Apr 23 08:50:43 UTC 2022
Date: Saturday, April 23, 2022 @ 08:50:43
Author: diabonas
Revision: 1187522
archrelease: copy trunk to community-x86_64
Added:
qpwgraph/repos/community-x86_64/PKGBUILD
(from rev 1187521, qpwgraph/trunk/PKGBUILD)
Deleted:
qpwgraph/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-23 08:50:24 UTC (rev 1187521)
+++ PKGBUILD 2022-04-23 08:50:43 UTC (rev 1187522)
@@ -1,23 +0,0 @@
-# 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
-}
Copied: qpwgraph/repos/community-x86_64/PKGBUILD (from rev 1187521, qpwgraph/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-04-23 08:50:43 UTC (rev 1187522)
@@ -0,0 +1,23 @@
+# Maintainer: Jonas Witschel <diabonas at archlinux.org>
+pkgname=qpwgraph
+pkgver=0.2.6
+pkgrel=2
+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=('229999e9c05029e3f206d50c66ebf6599004faa052eca6fd0c731e356bbffbbd7e46d65f5d7ff43a6bb74302788755697b668e20d1d52ba2c846a9474e6f55f5')
+
+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