# Template file for 'lollypop' pkgname=lollypop version=0.9.204 revision=1 build_style=gnu-configure noarch=yes nocross=yes hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3.4" makedepends="gtk+3-devel" depends="libsecret libnotify python3.4-dbus python3.4-gobject python3.4-pylast totem-pl-parser" pycompile_module="lollypop" short_desc="A music player for GNOME" maintainer="Jürgen Buchmüller " license="GPL-3" homepage="https://gnumdk.github.io/lollypop-web/" distfiles="https://github.com/gnumdk/${pkgname}/releases/download/${version}/${pkgname}-${version}.tar.xz" checksum=651030dbc496ed8403463346d46ef545379ac824cd41ae76e7feb847a422f64d pre_build() { # Fix https://github.com/gnumdk/lollypop/commit/8d38711ad9d2a85bca2cb10ec23be4a392e24d59 sed -i src/miniplayer.py -e 's;\(Lp()\.player\.current_track\)\.id,;\1,;' }