lollypop: add missing runtime dependency

This commit is contained in:
Jürgen Buchmüller 2016-02-27 20:28:45 +01:00
parent 35c0db45ec
commit 22a5971d16
1 changed files with 2 additions and 2 deletions

View File

@ -1,13 +1,13 @@
# Template file for 'lollypop'
pkgname=lollypop
version=0.9.87
revision=2
revision=3
build_style=gnu-configure
noarch=yes
nocross=yes
hostmakedepends="intltool itstool pkg-config glib-devel gobject-introspection python3.4"
makedepends="gtk+3-devel libsecret-devel totem-pl-parser-devel python3.4-cairo-devel"
depends="libsecret python3.4-dbus python3.4-gobject python3.4-pylast python3.4-six"
depends="libsecret python3.4-dbus python3.4-gobject python3.4-pylast python3.4-six totem-pl-parser"
pycompile_module="lollypop"
short_desc="GNOME music player"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"