1 # Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
2 # Contributor: Jan de Groot <jgc@archlinux.org>
4 pkgname=gnome-sound-recorder
7 pkgdesc="A utility to make simple audio recording from your GNOME desktop"
8 url="https://wiki.gnome.org/Apps/SoundRecorder"
11 depends=(gtk3 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
13 makedepends=(gobject-introspection git meson)
15 _commit=db39a5f0f92a66f66fc1017f28223b30dc072a20 # tags/40.0^0
16 source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit")
21 git describe --tags | sed 's/-/+/g'
29 arch-meson $pkgname build
30 meson compile -C build
34 meson test -C build --print-errorlogs
38 DESTDIR="$pkgdir" meson install -C build