[arch-commits] Commit in pavucontrol/repos (staging-x86_64 staging-x86_64/PKGBUILD)

Evangelos Foutras foutrelis at archlinux.org
Tue May 19 09:00:13 UTC 2020


    Date: Tuesday, May 19, 2020 @ 09:00:12
  Author: foutrelis
Revision: 386508

archrelease: copy trunk to staging-x86_64

Added:
  pavucontrol/repos/staging-x86_64/
  pavucontrol/repos/staging-x86_64/PKGBUILD
    (from rev 386507, pavucontrol/trunk/PKGBUILD)

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

Copied: pavucontrol/repos/staging-x86_64/PKGBUILD (from rev 386507, pavucontrol/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2020-05-19 09:00:12 UTC (rev 386508)
@@ -0,0 +1,40 @@
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+# Contributor: Daniel J Griffiths <ghost1227 at archlinux.us>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: William Rea <sillywilly at gmail.com>
+
+pkgname=pavucontrol
+pkgdesc="PulseAudio Volume Control"
+pkgver=4.0
+pkgrel=2
+epoch=1
+arch=(x86_64)
+url="https://freedesktop.org/software/pulseaudio/pavucontrol/"
+license=(GPL)
+depends=(libcanberra-pulse gtkmm3 libsigc++)
+makedepends=(intltool lynx git)
+optdepends=("pulseaudio: Audio backend")
+_commit=57cf49f1e8675d58bf215c2fd9ba3b8c01cf254a  # tags/v4.0^0
+source=("git+https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd pavucontrol
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd pavucontrol
+  NOCONFIGURE=1 ./bootstrap.sh
+}
+
+build() {
+  cd pavucontrol
+  ./configure --prefix=/usr --enable-gtk3
+  make
+}
+
+package() {
+  cd pavucontrol
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list