[arch-commits] Commit in gnome-sound-recorder/repos (2 files)

Jan Steffens heftig at archlinux.org
Sun Sep 27 21:32:16 UTC 2020


    Date: Sunday, September 27, 2020 @ 21:32:15
  Author: heftig
Revision: 396813

archrelease: copy trunk to gnome-unstable-any

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

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

Copied: gnome-sound-recorder/repos/gnome-unstable-any/PKGBUILD (from rev 396812, gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- gnome-unstable-any/PKGBUILD	                        (rev 0)
+++ gnome-unstable-any/PKGBUILD	2020-09-27 21:32:15 UTC (rev 396813)
@@ -0,0 +1,41 @@
+# Maintainer: Jan Alexander Steffens (heftig) <heftig at archlinux.org>
+# Contributor: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-sound-recorder
+pkgver=3.38.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=(GPL)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
+         libhandy)
+makedepends=(gobject-introspection git meson)
+groups=(gnome-extra)
+_commit=0a27d9bf3efe523701cc32e78e6db779ea631c1d  # tags/3.38.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
+  meson compile -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