[arch-commits] Commit in gnome-sound-recorder/trunk (PKGBUILD)
Jan Steffens
heftig at archlinux.org
Fri Mar 15 21:59:05 UTC 2019
Date: Friday, March 15, 2019 @ 21:59:05
Author: heftig
Revision: 348414
3.32.0-1
Modified:
gnome-sound-recorder/trunk/PKGBUILD
----------+
PKGBUILD | 28 ++++++++++------------------
1 file changed, 10 insertions(+), 18 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-03-15 21:52:55 UTC (rev 348413)
+++ PKGBUILD 2019-03-15 21:59:05 UTC (rev 348414)
@@ -1,7 +1,7 @@
# Maintainer: Jan de Groot <jgc at archlinux.org>
pkgname=gnome-sound-recorder
-pkgver=3.28.2
+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"
@@ -8,9 +8,9 @@
arch=(any)
license=(GPL2)
depends=(gtk3 gjs gst-plugins-good gst-plugins-base)
-makedepends=(intltool gobject-introspection git gnome-common)
+makedepends=(gobject-introspection git meson)
groups=('gnome-extra')
-_commit=2aad09e8acb9e6edfc5ec8520ad4b7684d8aee4b # tags/3.28.2^0
+_commit=639ac7b18ca6bb9bcdcedb01bbd87fc9d940cd22 # tags/3.32.0^0
source=("git+https://gitlab.gnome.org/GNOME/gnome-sound-recorder.git#commit=$_commit")
sha256sums=('SKIP')
@@ -21,27 +21,19 @@
prepare() {
cd $pkgname
+}
- # Fix for js60
- git cherry-pick -n 455ba5f9e327b6d9495b1fd7dc5dd0a6bd95ae99
-
- NOCONFIGURE=1 ./autogen.sh
+build() {
+ arch-meson $pkgname build
+ ninja -C build
}
check() {
- cd $pkgname
- make check
+ meson test -C build
}
-build() {
- cd $pkgname
- ./configure --prefix=/usr --sysconfdir=/etc
- make
-}
-
package() {
- cd $pkgname
- make DESTDIR="$pkgdir" install
+ DESTDIR="$pkgdir" meson install -C build
}
-# vim:set ts=2 sw=2 et:
+# vim:set sw=2 et:
More information about the arch-commits
mailing list