Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/lollypop/
Date: Tue, 02 Oct 2018 13:24:31
Message-Id: 1538486654.9411556f5c3e503ffff946459df90d7f30d05e34.johu@gentoo
1 commit: 9411556f5c3e503ffff946459df90d7f30d05e34
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 2 13:23:35 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 2 13:24:14 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9411556f
7
8 media-sound/lollypop: New package
9
10 A popular music player in the GNOME universe. Initial ebuild by Jorge
11 Pizarro Callejas <jorgicio <AT> jorgicio.net>. Improvements by me. Happy
12 listening.
13
14 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
15 Package-Manager: Portage-2.3.50, Repoman-2.3.11
16
17 media-sound/lollypop/Manifest | 1 +
18 media-sound/lollypop/lollypop-0.9.601.ebuild | 58 ++++++++++++++++++++++++++++
19 media-sound/lollypop/metadata.xml | 8 ++++
20 3 files changed, 67 insertions(+)
21
22 diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
23 new file mode 100644
24 index 00000000000..aa92b22274c
25 --- /dev/null
26 +++ b/media-sound/lollypop/Manifest
27 @@ -0,0 +1 @@
28 +DIST lollypop-0.9.601.tar.xz 376712 BLAKE2B d3747a1e994cd8de816eed49d87a8f279394981f14e2de82785203ba5ec0e71604a569f5f3e8e57da55f9bf62066da15232d46a0d117d094c6638b6608491620 SHA512 d13bd50f6b591a0f6491010817833d345a7fe1e63ef0eaab2ebad7c877990cf5e2dfba62911a690d223d912750a150fda40be81ca9a094968ed4796c1ed66f65
29
30 diff --git a/media-sound/lollypop/lollypop-0.9.601.ebuild b/media-sound/lollypop/lollypop-0.9.601.ebuild
31 new file mode 100644
32 index 00000000000..2e53e4c81d5
33 --- /dev/null
34 +++ b/media-sound/lollypop/lollypop-0.9.601.ebuild
35 @@ -0,0 +1,58 @@
36 +# Copyright 1999-2018 Gentoo Authors
37 +# Distributed under the terms of the GNU General Public License v2
38 +
39 +EAPI=6
40 +
41 +PYTHON_COMPAT=( python3_6 )
42 +PYTHON_REQ_USE="sqlite"
43 +HASH="93d895a6c74c64aaa9d4cdc4d58bd6e6"
44 +inherit python-r1 gnome2-utils meson xdg-utils
45 +
46 +DESCRIPTION="Modern music player for GNOME"
47 +HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop"
48 +SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${HASH}/${P}.tar.xz"
49 +KEYWORDS="~amd64"
50 +
51 +LICENSE="GPL-3"
52 +SLOT="0"
53 +
54 +CDEPEND="${PYTHON_DEPS}
55 + dev-libs/appstream-glib[introspection]
56 + dev-libs/glib:2
57 + dev-libs/gobject-introspection[cairo]
58 + dev-python/pycairo[${PYTHON_USEDEP}]
59 + dev-python/pygobject:3[${PYTHON_USEDEP}]
60 + gnome-base/gnome-common
61 + x11-libs/gtk+:3
62 +"
63 +DEPEND="${CDEPEND}
64 + dev-python/pkgconfig[${PYTHON_USEDEP}]
65 + dev-util/desktop-file-utils
66 + dev-util/itstool
67 + dev-util/intltool
68 +"
69 +RDEPEND="${CDEPEND}
70 + app-crypt/libsecret
71 + dev-libs/totem-pl-parser
72 + dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
73 + dev-python/dbus-python
74 + >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}]
75 +"
76 +
77 +RESTRICT="test"
78 +
79 +pkg_preinst() {
80 + gnome2_schemas_savelist
81 +}
82 +
83 +pkg_postinst() {
84 + gnome2_gconf_install
85 + gnome2_schemas_update
86 + xdg_desktop_database_update
87 +}
88 +
89 +pkg_postrm() {
90 + gnome2_gconf_uninstall
91 + gnome2_schemas_update
92 + xdg_desktop_database_update
93 +}
94
95 diff --git a/media-sound/lollypop/metadata.xml b/media-sound/lollypop/metadata.xml
96 new file mode 100644
97 index 00000000000..15fd2f3a22b
98 --- /dev/null
99 +++ b/media-sound/lollypop/metadata.xml
100 @@ -0,0 +1,8 @@
101 +<?xml version="1.0" encoding="UTF-8"?>
102 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
103 +<pkgmetadata>
104 + <maintainer type="person">
105 + <email>johu@g.o</email>
106 + <name>Johannes Huber</name>
107 + </maintainer>
108 +</pkgmetadata>