[arch-commits] Commit in pavucontrol-qt/repos (2 files)

Chih-Hsuan Yen yan12125 at archlinux.org
Tue Feb 26 06:10:59 UTC 2019


    Date: Tuesday, February 26, 2019 @ 06:10:57
  Author: yan12125
Revision: 436074

archrelease: copy trunk to community-testing-x86_64

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

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

Copied: pavucontrol-qt/repos/community-testing-x86_64/PKGBUILD (from rev 436073, pavucontrol-qt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-02-26 06:10:57 UTC (rev 436074)
@@ -0,0 +1,38 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+# Maintainer: Chih-Hsuan Yen <yan12125 at archlinux.org>
+
+pkgname=pavucontrol-qt
+pkgver=0.14.1
+pkgrel=1
+pkgdesc="A Pulseaudio mixer in Qt (port of pavucontrol)"
+arch=("x86_64")
+url="https://lxqt.org"
+license=("GPL2")
+depends=("pulseaudio" "qt5-base")
+makedepends=("lxqt-build-tools")
+source=(
+	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz"
+	"https://github.com/lxde/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz.asc"
+)
+sha256sums=('d805c9fd738b67a378edb432dc702ab4d009d2c9192fd977492ebbfc502ebca2'
+            'SKIP')
+validpgpkeys=(
+	"169704C6FB490C6892C7F23C37E0AF1FDA48F373"  # Jerome Leclanche <jerome at leclan.ch>
+	"7C733BA5F585AAD669E4D23A42C9C8D3AF5EA5E3"  # Alf Gaida <agaida at siduction.org>
+)
+
+
+build() {
+	mkdir -p build
+	cd build
+
+	cmake "$srcdir/$pkgname-$pkgver" \
+		-DCMAKE_INSTALL_PREFIX=/usr \
+		-DCMAKE_INSTALL_LIBDIR=lib
+	make
+}
+
+package() {
+	cd build
+	make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list