1
0
mirror of https://github.com/dguglielmi/sunny-overlay.git synced 2025-12-06 16:02:39 +01:00

- Initial import lollypop ebuild.

This commit is contained in:
2015-06-17 14:20:13 +02:00
parent 67815ed395
commit 2645b99de0
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,2 @@
DIST lollypop-0.9.32.tar.xz 424916 SHA256 c23b2b24f8f899d2c91c4890d5744a38b3fcfac5e9cf7777c5dafa8e129fdd2e SHA512 7da6a077b3d750185046180baa05719aaefd9ca394d1b65fbb05952f3a425fe750afdec7110a146b6f72ba52601cfd12d1ff76ed75acb315c9101844c279ae57 WHIRLPOOL 3b8fe6ecb3371f5de723e5c262dd08ae3c11631cce359a92e8f721462ae77762a5a00c7d1988434db1e9bc384500bcfd4e95be39ba726f926452d8ee668a8721
EBUILD lollypop-0.9.32.ebuild 1177 SHA256 5d0150b5cbbe7748094a4cda39361996e3fdbe3e576c5fa9f096efbff2d0e397 SHA512 0a7ab85ecb97a9e9e387ca69d24ce6a1a624a68e805fc0c9292dfef4ca9d3304bab7892551ec8ac5a3788ab823931238d5db9c45848f04cb57cfb7c132bd7bd1 WHIRLPOOL 55085a214c4334f8c8b3d4d3d86fb1f811dd7e2f9f2cfb4fd2ba0fe765c3da28b6221e43ce460611880e2d34b2ecfda8597108d592ddc6146cec1b30067f7bbb

View File

@@ -0,0 +1,46 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=5
PYTHON_COMPAT=( python{3_3,3_4} )
PYTHON_REQ_USE="sqlite"
inherit gnome2 python-single-r1
DESCRIPTION="Lollypop is a GNOME music playing application"
HOMEPAGE="http://gnumdk.github.io/lollypop/"
SRC_URI="https://github.com/gnumdk/lollypop/releases/download/${PV}/${P}.tar.xz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE=""
IUSE+=" +python_single_target_python3_3 python_single_target_python3_4"
RDEPEND="${PYTHON_DEPS}
>=x11-libs/gtk+-3.13.2:3[introspection]
>=dev-libs/gobject-introspection-1.35.9
dev-python/pygobject:3[cairo,${PYTHON_USEDEP}]
dev-python/dbus-python[${PYTHON_USEDEP}]
media-libs/gstreamer:1.0[introspection]
>=dev-python/pylast-1.0.0
>=dev-libs/totem-pl-parser-3.10.4
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.26
dev-util/itstool
"
REQUIRED_USE="${PYTHON_REQUIRED_USE}"
src_configure() {
gnome2_src_configure ITSTOOL="$(type -P true)"
}
src_install() {
gnome2_src_install
python_fix_shebang "${ED}"
}