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: Sun, 26 May 2019 05:51:58
Message-Id: 1558849907.c29d8634a532698f6d6a6fdb1f6be2230827894c.johu@gentoo
1 commit: c29d8634a532698f6d6a6fdb1f6be2230827894c
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 26 05:50:36 2019 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sun May 26 05:51:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c29d8634
7
8 media-sound/lollypop: Version bump 1.0.11
9
10 Closes: https://bugs.gentoo.org/685996
11 Package-Manager: Portage-2.3.66, Repoman-2.3.12
12 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
13
14 media-sound/lollypop/Manifest | 1 +
15 media-sound/lollypop/lollypop-1.0.11.ebuild | 60 +++++++++++++++++++++++++++++
16 2 files changed, 61 insertions(+)
17
18 diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
19 index 55693c91239..6dc3974e004 100644
20 --- a/media-sound/lollypop/Manifest
21 +++ b/media-sound/lollypop/Manifest
22 @@ -1 +1,2 @@
23 +DIST lollypop-1.0.11.tar.xz 448424 BLAKE2B 80cbd622b46d667ca566e8aac9f523a83cf8b43e61abe06eb0aeaa6fd22a45611ba38fdfd64dfce7b1e1f946bea8b7a2b589152c6b3c762cbdffb041c4c7de08 SHA512 9a885a88af8a4d58b12ef7da82d35bbc3256cabd2a38ac0b35e8a0753b1e10dfa7e69e8e5f6c7f8ba68d2557cfe47c6003ee1f68ecf6c434e5ab81f18c2ae935
24 DIST lollypop-1.0.7.tar.xz 436000 BLAKE2B 8b41a3378e39b0cba59323bbd7946226bcce29f80c878833ac920f337c036fcaca9c81caca2e360972295c6446c67d79e201093f86cad0685f7365a332d0e116 SHA512 ce537e60e3f1c678fcbf26d1305a178a3f2299abd4f75bb3c3a2cf717295e14aa73a8f21fb88d0c1fc790a80a572dbce84d01a0fe3229879124f89f8a5fa8305
25
26 diff --git a/media-sound/lollypop/lollypop-1.0.11.ebuild b/media-sound/lollypop/lollypop-1.0.11.ebuild
27 new file mode 100644
28 index 00000000000..d8b5658aa63
29 --- /dev/null
30 +++ b/media-sound/lollypop/lollypop-1.0.11.ebuild
31 @@ -0,0 +1,60 @@
32 +# Copyright 1999-2019 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=7
36 +
37 +PYTHON_COMPAT=( python3_6 )
38 +PYTHON_REQ_USE="sqlite"
39 +HASH="7127b40865afb12d6a07435c4396f34a"
40 +inherit python-r1 gnome2-utils meson xdg-utils
41 +
42 +DESCRIPTION="Modern music player for GNOME"
43 +HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop"
44 +SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${HASH}/${P}.tar.xz"
45 +KEYWORDS="~amd64"
46 +
47 +LICENSE="GPL-3"
48 +SLOT="0"
49 +
50 +DEPEND="${PYTHON_DEPS}
51 + dev-libs/appstream-glib[introspection]
52 + dev-libs/glib:2
53 + dev-libs/gobject-introspection[cairo]
54 + dev-python/pycairo[${PYTHON_USEDEP}]
55 + dev-python/pygobject:3[${PYTHON_USEDEP}]
56 + gnome-base/gnome-common
57 + x11-libs/gtk+:3
58 +"
59 +BDEPEND="${DEPEND}
60 + dev-python/pkgconfig[${PYTHON_USEDEP}]
61 + dev-util/desktop-file-utils
62 + dev-util/itstool
63 + dev-util/intltool
64 +"
65 +RDEPEND="${DEPEND}
66 + app-crypt/libsecret[introspection]
67 + dev-libs/totem-pl-parser
68 + dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
69 + dev-python/dbus-python
70 + dev-python/pillow[${PYTHON_USEDEP}]
71 + >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}]
72 + media-libs/gst-plugins-base:1.0[introspection]
73 +"
74 +
75 +RESTRICT="test"
76 +
77 +pkg_preinst() {
78 + gnome2_schemas_savelist
79 +}
80 +
81 +pkg_postinst() {
82 + gnome2_gconf_install
83 + gnome2_schemas_update
84 + xdg_desktop_database_update
85 +}
86 +
87 +pkg_postrm() {
88 + gnome2_gconf_uninstall
89 + gnome2_schemas_update
90 + xdg_desktop_database_update
91 +}