24 lines
870 B
Bash
24 lines
870 B
Bash
# Template file for 'gnome-sound-recorder'
|
|
pkgname=gnome-sound-recorder
|
|
version=3.28.1
|
|
revision=1
|
|
build_style=gnu-configure
|
|
configure_args="--disable-schemas-compile"
|
|
hostmakedepends="glib-devel gst-plugins-bad1-devel gst-plugins-good1 intltool
|
|
itstool pkg-config $(vopt_if gir 'gobject-introspection')"
|
|
makedepends="gjs-devel gsettings-desktop-schemas-devel gst-plugins-base1
|
|
gtk+3-devel"
|
|
depends="desktop-file-utils gjs gsettings-desktop-schemas gst-plugins-base1"
|
|
short_desc="GNOME sound recorder application"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
license="GPL-2.0-or-later"
|
|
homepage="http://www.gnome.org"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
|
checksum=1e4b67c6fae4ca084ab432a50818d39a3d5a430eb2995b86523ce40d83cc1a78
|
|
lib32disabled=yes
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default+=" gir"
|
|
fi
|