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

Jan Steffens heftig at archlinux.org
Sun Jan 31 20:47:40 UTC 2021


    Date: Sunday, January 31, 2021 @ 20:47:40
  Author: heftig
Revision: 406979

archrelease: copy trunk to extra-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-31 20:47:37 UTC (rev 406978)
+++ PKGBUILD	2021-01-31 20:47:40 UTC (rev 406979)
@@ -1,41 +0,0 @@
-# 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:

Copied: gnome-sound-recorder/repos/extra-any/PKGBUILD (from rev 406977, gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-31 20:47:40 UTC (rev 406979)
@@ -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.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=(GPL)
+depends=(gtk3 gjs gst-plugins-good gst-plugins-base gst-plugins-bad-libs
+         libhandy)
+makedepends=(gobject-introspection git meson)
+groups=(gnome-extra)
+_commit=d8d0dcc20bee8ebe152971ea7fade44e7325ee8c  # tags/3.38.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
+  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