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

Jan Steffens heftig at archlinux.org
Tue Jun 4 12:13:21 UTC 2019


    Date: Tuesday, June 4, 2019 @ 12:13:20
  Author: heftig
Revision: 354797

archrelease: copy trunk to extra-any

Added:
  gnome-sound-recorder/repos/extra-any/PKGBUILD
    (from rev 354796, gnome-sound-recorder/trunk/PKGBUILD)
Deleted:
  gnome-sound-recorder/repos/extra-any/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-04 12:13:17 UTC (rev 354796)
+++ PKGBUILD	2019-06-04 12:13:20 UTC (rev 354797)
@@ -1,39 +0,0 @@
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-sound-recorder
-pkgver=3.32.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=639ac7b18ca6bb9bcdcedb01bbd87fc9d940cd22  # tags/3.32.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
-}
-
-package() {
-  DESTDIR="$pkgdir" meson install -C build
-}
-
-# vim:set sw=2 et:

Copied: gnome-sound-recorder/repos/extra-any/PKGBUILD (from rev 354796, gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-04 12:13:20 UTC (rev 354797)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-sound-recorder
+pkgver=3.32.1
+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=c271527cc076d9dfc2a3f50fe019bbb3539cfdd1  # tags/3.32.1^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