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, 29 Dec 2018 10:28:38
Message-Id: 1546079192.b9505cf0ed5d1655c0a1284dc854be0f5320236a.johu@gentoo
1 commit: b9505cf0ed5d1655c0a1284dc854be0f5320236a
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 29 10:26:32 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 29 10:26:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9505cf0
7
8 media-sound/lollypop: Version bump 0.9.908
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 media-sound/lollypop/Manifest | 1 +
14 media-sound/lollypop/lollypop-0.9.908.ebuild | 59 ++++++++++++++++++++++++++++
15 2 files changed, 60 insertions(+)
16
17 diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
18 index 625ec5d73aa..a2ad4a0822f 100644
19 --- a/media-sound/lollypop/Manifest
20 +++ b/media-sound/lollypop/Manifest
21 @@ -1,2 +1,3 @@
22 DIST lollypop-0.9.610.tar.xz 451924 BLAKE2B aebea02009264292248ab036d8cf2eb793618e4952d2930b7bd9e9a6a196ce2a67c42fcb12efd5d7c241c32cbd2ac063d235d5b4fafb13bf4af01119bf39d224 SHA512 de86c641ff4efa12311e08f7b11bcb3de602361f2a848034ff59aa22f83e2bb6deb3ec76b95acee1e7eb3feabb13f290463620b2347a0680366e35a9b638bf48
23 DIST lollypop-0.9.612.tar.xz 452072 BLAKE2B 784a7df8baa0b87fb34b6ab8b506d5ce1c90e78e959c6dbd07809c2765e4528c67bf358efc0eaeb03542640290b9fe181f99b2cc19cef3a3fbbb6a9bfc07afdc SHA512 dd61d38f245e6a8ad8eb5fad35fb23aa4a31399c2d2f628266b19aa00f6b615de82a6af33f2f4ae40f768a3786fb991e5f48dbcb0d7ba075579c6779fd05a371
24 +DIST lollypop-0.9.908.tar.xz 468260 BLAKE2B 126ba0cf76f733cf05d50fc2e23e926e1e380c4f1bd6e2c100a2b2d3c25df4e1cad8cc8382021f80050dd1be3c0cb879fab829abf02acbfc18b960e8a49598c3 SHA512 a066e9d0854869b0d0ee3b0fb84b40a9a768934d475cf7c8bb3f88537eb18027b719660d717766b6ba2fd5ba0a2a25ff7adbda0219e99811e928150b448e6d7f
25
26 diff --git a/media-sound/lollypop/lollypop-0.9.908.ebuild b/media-sound/lollypop/lollypop-0.9.908.ebuild
27 new file mode 100644
28 index 00000000000..9f651d4b424
29 --- /dev/null
30 +++ b/media-sound/lollypop/lollypop-0.9.908.ebuild
31 @@ -0,0 +1,59 @@
32 +# Copyright 1999-2018 Gentoo Authors
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +
37 +PYTHON_COMPAT=( python3_6 )
38 +PYTHON_REQ_USE="sqlite"
39 +HASH="d4818489885029d33e909e92e7c45c1f"
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 +CDEPEND="${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 +DEPEND="${CDEPEND}
60 + dev-python/pkgconfig[${PYTHON_USEDEP}]
61 + dev-util/desktop-file-utils
62 + dev-util/itstool
63 + dev-util/intltool
64 +"
65 +RDEPEND="${CDEPEND}
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/pylast-1.0.0[${PYTHON_USEDEP}]
71 + media-libs/gst-plugins-base:1.0[introspection]
72 +"
73 +
74 +RESTRICT="test"
75 +
76 +pkg_preinst() {
77 + gnome2_schemas_savelist
78 +}
79 +
80 +pkg_postinst() {
81 + gnome2_gconf_install
82 + gnome2_schemas_update
83 + xdg_desktop_database_update
84 +}
85 +
86 +pkg_postrm() {
87 + gnome2_gconf_uninstall
88 + gnome2_schemas_update
89 + xdg_desktop_database_update
90 +}