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: Sat, 27 Apr 2019 11:29:18
Message-Id: 1556364546.ec87498f09b635de34c8eaab6334ba5ceb005e94.johu@gentoo
1 commit: ec87498f09b635de34c8eaab6334ba5ceb005e94
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 27 11:28:45 2019 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 27 11:29:06 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec87498f
7
8 media-sound/lollypop: Version bump 1.0.7
9
10 Closes: https://bugs.gentoo.org/680494
11 Reported-by: yuLya <gen2xmach1ne <AT> tutanota.com>
12 Package-Manager: Portage-2.3.65, Repoman-2.3.12
13 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
14
15 media-sound/lollypop/Manifest | 1 +
16 media-sound/lollypop/lollypop-1.0.7.ebuild | 60 ++++++++++++++++++++++++++++++
17 2 files changed, 61 insertions(+)
18
19 diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
20 index 81175f47ae2..927e71f6942 100644
21 --- a/media-sound/lollypop/Manifest
22 +++ b/media-sound/lollypop/Manifest
23 @@ -1,2 +1,3 @@
24 DIST lollypop-0.9.612.tar.xz 452072 BLAKE2B 784a7df8baa0b87fb34b6ab8b506d5ce1c90e78e959c6dbd07809c2765e4528c67bf358efc0eaeb03542640290b9fe181f99b2cc19cef3a3fbbb6a9bfc07afdc SHA512 dd61d38f245e6a8ad8eb5fad35fb23aa4a31399c2d2f628266b19aa00f6b615de82a6af33f2f4ae40f768a3786fb991e5f48dbcb0d7ba075579c6779fd05a371
25 DIST lollypop-0.9.908.tar.xz 468260 BLAKE2B 126ba0cf76f733cf05d50fc2e23e926e1e380c4f1bd6e2c100a2b2d3c25df4e1cad8cc8382021f80050dd1be3c0cb879fab829abf02acbfc18b960e8a49598c3 SHA512 a066e9d0854869b0d0ee3b0fb84b40a9a768934d475cf7c8bb3f88537eb18027b719660d717766b6ba2fd5ba0a2a25ff7adbda0219e99811e928150b448e6d7f
26 +DIST lollypop-1.0.7.tar.xz 436000 BLAKE2B 8b41a3378e39b0cba59323bbd7946226bcce29f80c878833ac920f337c036fcaca9c81caca2e360972295c6446c67d79e201093f86cad0685f7365a332d0e116 SHA512 ce537e60e3f1c678fcbf26d1305a178a3f2299abd4f75bb3c3a2cf717295e14aa73a8f21fb88d0c1fc790a80a572dbce84d01a0fe3229879124f89f8a5fa8305
27
28 diff --git a/media-sound/lollypop/lollypop-1.0.7.ebuild b/media-sound/lollypop/lollypop-1.0.7.ebuild
29 new file mode 100644
30 index 00000000000..80d94cea402
31 --- /dev/null
32 +++ b/media-sound/lollypop/lollypop-1.0.7.ebuild
33 @@ -0,0 +1,60 @@
34 +# Copyright 1999-2019 Gentoo Authors
35 +# Distributed under the terms of the GNU General Public License v2
36 +
37 +EAPI=7
38 +
39 +PYTHON_COMPAT=( python3_6 )
40 +PYTHON_REQ_USE="sqlite"
41 +HASH="04b4d9bdafd176f98dbd233c564bafb8"
42 +inherit python-r1 gnome2-utils meson xdg-utils
43 +
44 +DESCRIPTION="Modern music player for GNOME"
45 +HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop"
46 +SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${HASH}/${P}.tar.xz"
47 +KEYWORDS="~amd64"
48 +
49 +LICENSE="GPL-3"
50 +SLOT="0"
51 +
52 +DEPEND="${PYTHON_DEPS}
53 + dev-libs/appstream-glib[introspection]
54 + dev-libs/glib:2
55 + dev-libs/gobject-introspection[cairo]
56 + dev-python/pycairo[${PYTHON_USEDEP}]
57 + dev-python/pygobject:3[${PYTHON_USEDEP}]
58 + gnome-base/gnome-common
59 + x11-libs/gtk+:3
60 +"
61 +BDEPEND="${DEPEND}
62 + dev-python/pkgconfig[${PYTHON_USEDEP}]
63 + dev-util/desktop-file-utils
64 + dev-util/itstool
65 + dev-util/intltool
66 +"
67 +RDEPEND="${DEPEND}
68 + app-crypt/libsecret[introspection]
69 + dev-libs/totem-pl-parser
70 + dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
71 + dev-python/dbus-python
72 + dev-python/pillow[${PYTHON_USEDEP}]
73 + >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}]
74 + media-libs/gst-plugins-base:1.0[introspection]
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 +}