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

Felix Yan felixonmars at archlinux.org
Wed Jan 30 12:05:19 UTC 2019


    Date: Wednesday, January 30, 2019 @ 12:05:17
  Author: felixonmars
Revision: 428630

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 428629, pavucontrol-qt/trunk/PKGBUILD)

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

Copied: pavucontrol-qt/repos/community-testing-x86_64/PKGBUILD (from rev 428629, pavucontrol-qt/trunk/PKGBUILD)
===================================================================
--- community-testing-x86_64/PKGBUILD	                        (rev 0)
+++ community-testing-x86_64/PKGBUILD	2019-01-30 12:05:17 UTC (rev 428630)
@@ -0,0 +1,37 @@
+# Maintainer: Jerome Leclanche <jerome at leclan.ch>
+
+pkgname=pavucontrol-qt
+pkgver=0.14.0
+pkgrel=1
+pkgdesc="A Pulseaudio mixer in Qt (port of pavucontrol)"
+arch=("x86_64")
+url="http://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=('94f3150d2155ae1ba827b233c4b8ff6bf4763318b3f1e264baef4cdc0f6844d0'
+            '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