[arch-commits] Commit in gnome-sound-recorder/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Fri Oct 5 01:00:10 UTC 2018


    Date: Friday, October 5, 2018 @ 01:00:10
  Author: heftig
Revision: 335779

3.28.1-2

Modified:
  gnome-sound-recorder/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-05 00:23:24 UTC (rev 335778)
+++ PKGBUILD	2018-10-05 01:00:10 UTC (rev 335779)
@@ -2,7 +2,7 @@
 
 pkgname=gnome-sound-recorder
 pkgver=3.28.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility to make simple audio recording from your GNOME desktop"
 url="https://wiki.gnome.org/Apps/SoundRecorder"
 arch=(any)
@@ -11,7 +11,7 @@
 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")
+source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit")
 sha256sums=('SKIP')
 
 pkgver() {
@@ -21,6 +21,10 @@
 
 prepare() {
   cd $pkgname
+
+  # Fix for js60
+  git cherry-pick -n 455ba5f9e327b6d9495b1fd7dc5dd0a6bd95ae99
+
   NOCONFIGURE=1 ./autogen.sh
 }
 



More information about the arch-commits mailing list