gnome-sound-recorder: update to 3.32.0.

This commit is contained in:
Rasmus Thomsen 2019-03-12 00:29:25 +01:00 committed by maxice8
parent 21994c76bc
commit 99fc588f00
1 changed files with 12 additions and 14 deletions

View File

@ -1,23 +1,21 @@
# Template file for 'gnome-sound-recorder' # Template file for 'gnome-sound-recorder'
pkgname=gnome-sound-recorder pkgname=gnome-sound-recorder
version=3.28.2 version=3.32.0
revision=1 revision=1
build_style=gnu-configure build_helper="gir"
configure_args="--disable-schemas-compile" build_style=meson
hostmakedepends="glib-devel gst-plugins-bad1-devel gst-plugins-good1 intltool hostmakedepends="glib-devel itstool pkg-config"
itstool pkg-config $(vopt_if gir 'gobject-introspection')" makedepends="gjs-devel libglib-devel gtk+3-devel"
makedepends="gjs-devel gsettings-desktop-schemas-devel gst-plugins-base1
gtk+3-devel"
depends="desktop-file-utils gjs gsettings-desktop-schemas gst-plugins-base1" depends="desktop-file-utils gjs gsettings-desktop-schemas gst-plugins-base1"
short_desc="GNOME sound recorder application" short_desc="GNOME sound recorder application"
maintainer="Juan RP <xtraeme@voidlinux.org>" maintainer="Rasmus Thomsen <oss@cogitri.dev>"
license="GPL-2.0-or-later" license="GPL-2.0-or-later"
homepage="http://www.gnome.org" homepage="https://wiki.gnome.org/Apps/SoundRecorder"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz" distfiles="${GNOME_SITE}/${pkgname}/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=24ddf0b53d550f1180bc119a5861e5bf0aa79a1d21b58a50fc0b9bd046eec3cc checksum=f7eabcc6f38927d01ca54e3a25db7db740b14b649a382607642abd5aaefa9065
lib32disabled=yes lib32disabled=yes
build_options="gir" case "$XBPS_TARGET_MACHINE" in
if [ -z "$CROSS_BUILD" ]; then i686-musl|x86_64-musl) ;;
build_options_default+=" gir" *-musl) broken="hard dependency on gobject-introspection" ;;
fi esac