23 lines
836 B
Bash
23 lines
836 B
Bash
# Template file for 'gnome-music'
|
|
pkgname=gnome-music
|
|
version=3.24.1.1
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=gnu-configure
|
|
pycompile_module="gnomemusic"
|
|
hostmakedepends="pkg-config intltool itstool glib-devel $(vopt_if gir gobject-introspection)"
|
|
makedepends="python3-devel python-gobject-devel python3-dbus
|
|
grilo-devel gnome-desktop-devel libmediaart-devel tracker-devel"
|
|
depends="python3-gobject python3-dbus desktop-file-utils python3-requests"
|
|
short_desc="GNOME music playing application"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="https://wiki.gnome.org/Apps/Music"
|
|
license="GPL-2"
|
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*.*}/$pkgname-$version.tar.xz"
|
|
checksum=8d3dfd5862553f9cb7fa2514afd6b1812f56e4bba58a14f93579de045d318616
|
|
|
|
build_options="gir"
|
|
if [ -z "$CROSS_BUILD" ]; then
|
|
build_options_default="gir"
|
|
fi
|