Date: Saturday, May 16, 2020 @ 09:47:04
  Author: felixonmars
Revision: 383937

archrelease: copy trunk to staging-x86_64

Added:
  paprefs/repos/staging-x86_64/
  paprefs/repos/staging-x86_64/PKGBUILD
    (from rev 383936, paprefs/trunk/PKGBUILD)

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

Copied: paprefs/repos/staging-x86_64/PKGBUILD (from rev 383936, 
paprefs/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD                             (rev 0)
+++ staging-x86_64/PKGBUILD     2020-05-16 09:47:04 UTC (rev 383937)
@@ -0,0 +1,36 @@
+# Maintainer: Jan Alexander Steffens (heftig) <[email protected]>
+# Contributor: Corrado Primier <[email protected]>
+# Contributor: William Rea <[email protected]>
+# Contributor: Daniel J Griffiths <[email protected]>
+
+pkgname=paprefs
+pkgver=1.1
+pkgrel=2
+pkgdesc="Configuration dialog for PulseAudio"
+url="https://freedesktop.org/software/pulseaudio/paprefs/";
+license=(GPL2)
+arch=(x86_64)
+depends=(gtkmm3 libsigc++ pulseaudio)
+makedepends=(meson lynx tidy git)
+_commit=f63c50b177cf275cc79fc5245e8a8b601b21bd1f  # tags/v1.1^0
+source=("git+https://gitlab.freedesktop.org/pulseaudio/paprefs.git#commit=$_commit";)
+sha512sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^v//;s/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build -D lynx=true
+  ninja -C build
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+  install -Dt "$pkgdir/usr/share/doc/$pkgname" -m644 build/doc/README
+}

Reply via email to