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

Jan Steffens heftig at archlinux.org
Tue Apr 10 09:29:50 UTC 2018


    Date: Tuesday, April 10, 2018 @ 09:29:49
  Author: heftig
Revision: 321460

archrelease: copy trunk to extra-any

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

----------+
 PKGBUILD |   88 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 44 insertions(+), 44 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-10 09:29:12 UTC (rev 321459)
+++ PKGBUILD	2018-04-10 09:29:49 UTC (rev 321460)
@@ -1,44 +0,0 @@
-# $Id$
-# Maintainer: Jan de Groot <jgc at archlinux.org>
-
-pkgname=gnome-sound-recorder
-pkgver=3.24.0.1+8+g0b8e221
-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=(intltool gobject-introspection git gnome-common)
-groups=('gnome-extra')
-_commit=0b8e221b73add3c57cc9b24d0eb1fe11c67a7d16  # master
-source=("git+https://git.gnome.org/browse/gnome-sound-recorder#commit=$_commit")
-sha256sums=('SKIP')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/-/+/g'
-}
-
-prepare() {
-  cd $pkgname
-  NOCONFIGURE=1 ./autogen.sh
-}
-
-check() {
-  cd $pkgname
-  make check
-}
-
-build() {
-  cd $pkgname
-  ./configure --prefix=/usr --sysconfdir=/etc
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: gnome-sound-recorder/repos/extra-any/PKGBUILD (from rev 321459, gnome-sound-recorder/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-04-10 09:29:49 UTC (rev 321460)
@@ -0,0 +1,44 @@
+# $Id$
+# Maintainer: Jan de Groot <jgc at archlinux.org>
+
+pkgname=gnome-sound-recorder
+pkgver=3.28.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=(intltool gobject-introspection git gnome-common)
+groups=('gnome-extra')
+_commit=721080149bb6e58fcae6f277fc8c37ddd30e1c49  # tags/3.28.1^0
+source=("git+https://git.gnome.org/browse/gnome-sound-recorder#commit=$_commit")
+sha256sums=('SKIP')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/-/+/g'
+}
+
+prepare() {
+  cd $pkgname
+  NOCONFIGURE=1 ./autogen.sh
+}
+
+check() {
+  cd $pkgname
+  make check
+}
+
+build() {
+  cd $pkgname
+  ./configure --prefix=/usr --sysconfdir=/etc
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list