[arch-commits] Commit in gnome-sound-recorder/repos (testing-any testing-any/PKGBUILD)

Jan Steffens heftig at archlinux.org
Wed Sep 18 22:21:51 UTC 2019


    Date: Wednesday, September 18, 2019 @ 22:21:51
  Author: heftig
Revision: 363016

archrelease: copy trunk to testing-any

Added:
  gnome-sound-recorder/repos/testing-any/
  gnome-sound-recorder/repos/testing-any/PKGBUILD
    (from rev 363015, gnome-sound-recorder/trunk/PKGBUILD)

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

Copied: gnome-sound-recorder/repos/testing-any/PKGBUILD (from rev 363015, gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- testing-any/PKGBUILD	                        (rev 0)
+++ testing-any/PKGBUILD	2019-09-18 22:21:51 UTC (rev 363016)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-sound-recorder
+pkgver=3.34.0
+pkgrel=1
+pkgdesc="A utility to make simple audio recording from your GNOME desktop"
+url="https://wiki.gnome.org/Apps/SoundRecorder"
+arch=(any)
+license=(GPL2)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
+makedepends=(gobject-introspection git meson)
+groups=(gnome-extra)
+_commit=90f1c5cc36ff3c9472d2334cba857110dcd19d10  # tags/3.34.0^0
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+}
+
+build() {
+  arch-meson $pkgname build
+  ninja -C build
+}
+
+check() {
+  meson test -C build --print-errorlogs
+}
+
+package() {
+  DESTDIR="$pkgdir" meson install -C build
+}
+
+# vim:set sw=2 et:



More information about the arch-commits mailing list