Date: Thursday, November 5, 2020 @ 15:02:09
  Author: yan12125
Revision: 743163

archrelease: copy trunk to community-staging-x86_64

Added:
  pavucontrol-qt/repos/community-staging-x86_64/
  pavucontrol-qt/repos/community-staging-x86_64/PKGBUILD
    (from rev 743162, pavucontrol-qt/trunk/PKGBUILD)

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

Copied: pavucontrol-qt/repos/community-staging-x86_64/PKGBUILD (from rev 
743162, pavucontrol-qt/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD                           (rev 0)
+++ community-staging-x86_64/PKGBUILD   2020-11-05 15:02:09 UTC (rev 743163)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche <jer...@leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12...@archlinux.org>
+
+pkgname=pavucontrol-qt
+pkgver=0.16.0
+pkgrel=1
+pkgdesc="A Pulseaudio mixer in Qt (port of pavucontrol)"
+arch=("x86_64")
+url="https://github.com/lxqt/$pkgname";
+license=("GPL2")
+depends=("pulseaudio" "qt5-base")
+makedepends=("lxqt-build-tools")
+source=(
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";
+       
"https://github.com/lxqt/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc";
+)
+sha256sums=('12a9b9965c3cfaf2335a741a6727b2decf7fec7c9a44817a28d66c8b3caa89d4'
+            'SKIP')
+validpgpkeys=(
+       "169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche 
<jer...@leclan.ch>
+       "7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida 
<aga...@siduction.org>
+       "19DFDF3A579BD509DBB572D8BE793007AD22DF7E"  # Pedram Pourang 
<tsujan2...@gmail.com>
+)
+
+
+build() {
+       mkdir -p build
+       cd build
+
+       cmake "$srcdir/$pkgname-$pkgver" \
+               -DCMAKE_INSTALL_PREFIX=/usr
+       make
+}
+
+package() {
+       cd build
+       make DESTDIR="$pkgdir" install
+}

Reply via email to