[arch-commits] Commit in gnome-sound-recorder/repos/extra-any (PKGBUILD PKGBUILD)
Jan Steffens
heftig at archlinux.org
Mon Apr 27 01:46:21 UTC 2020
Date: Monday, April 27, 2020 @ 01:46:20
Author: heftig
Revision: 381646
archrelease: copy trunk to extra-any
Added:
gnome-sound-recorder/repos/extra-any/PKGBUILD
(from rev 381645, 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 2020-04-27 01:40:54 UTC (rev 381645)
+++ PKGBUILD 2020-04-27 01:46:20 UTC (rev 381646)
@@ -1,39 +0,0 @@
-# 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:
Copied: gnome-sound-recorder/repos/extra-any/PKGBUILD (from rev 381645, gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-27 01:46:20 UTC (rev 381646)
@@ -0,0 +1,39 @@
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-sound-recorder
+pkgver=3.34.0+10+gc4bdfa0
+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=c4bdfa0843b402cfc5155e25115b280a611d7a4e # gnome-3-36
+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