21 lines
623 B
Text
21 lines
623 B
Text
|
# Template file for 'gnome-music'
|
||
|
pkgname=gnome-music
|
||
|
version=3.10.0
|
||
|
revision=1
|
||
|
build_style=gnu-configure
|
||
|
hostmakedepends="pkg-config intltool gobject-introspection"
|
||
|
makedepends="python3-devel grilo-devel gnome-desktop-devel>=3.10"
|
||
|
short_desc="GNOME music playing application"
|
||
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||
|
homepage="http://live.gnome.org/Apps/Music"
|
||
|
license="GPL-2"
|
||
|
distfiles="${GNOME_SITE}/$pkgname/${version%.*}/$pkgname-$version.tar.xz"
|
||
|
checksum=16ecbb93f4e69a7e85b86fc73413744073d69edaa09e71e135afe2c8de5b1d69
|
||
|
|
||
|
gnome-music_package() {
|
||
|
depends="python3 desktop-file-utils"
|
||
|
pkg_install() {
|
||
|
vmove all
|
||
|
}
|
||
|
}
|