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, 01 Dec 2018 11:27:58
Message-Id: 1543663621.78dc4f9a07c032af6dbf96157827662de91ceb37.johu@gentoo
1 commit: 78dc4f9a07c032af6dbf96157827662de91ceb37
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 1 11:27:01 2018 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 1 11:27:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78dc4f9a
7
8 media-sound/lollypop: Version bump 0.9.612
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.612.ebuild | 59 ++++++++++++++++++++++++++++
15 2 files changed, 60 insertions(+)
16
17 diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
18 index 66ca2f41ba1..c5bb1fcf205 100644
19 --- a/media-sound/lollypop/Manifest
20 +++ b/media-sound/lollypop/Manifest
21 @@ -1,2 +1,3 @@
22 DIST lollypop-0.9.605.tar.xz 451556 BLAKE2B 520cb54398839c24bebf3cd53b69de07174d5c674f1e6c72a100949bbd1cb04045b8f87799fd6f118af9191b1a552b9db098c6a72d6af5fdea604ec4970c29ea SHA512 0f377e7f1db1becf2edc7d15a1bae01665e11f87adc693118e778bf85659968de210912db7618f022cf123a458b156fd7fafbfdadbb2cb905dc1049a436d4d96
23 DIST lollypop-0.9.610.tar.xz 451924 BLAKE2B aebea02009264292248ab036d8cf2eb793618e4952d2930b7bd9e9a6a196ce2a67c42fcb12efd5d7c241c32cbd2ac063d235d5b4fafb13bf4af01119bf39d224 SHA512 de86c641ff4efa12311e08f7b11bcb3de602361f2a848034ff59aa22f83e2bb6deb3ec76b95acee1e7eb3feabb13f290463620b2347a0680366e35a9b638bf48
24 +DIST lollypop-0.9.612.tar.xz 452072 BLAKE2B 784a7df8baa0b87fb34b6ab8b506d5ce1c90e78e959c6dbd07809c2765e4528c67bf358efc0eaeb03542640290b9fe181f99b2cc19cef3a3fbbb6a9bfc07afdc SHA512 dd61d38f245e6a8ad8eb5fad35fb23aa4a31399c2d2f628266b19aa00f6b615de82a6af33f2f4ae40f768a3786fb991e5f48dbcb0d7ba075579c6779fd05a371
25
26 diff --git a/media-sound/lollypop/lollypop-0.9.612.ebuild b/media-sound/lollypop/lollypop-0.9.612.ebuild
27 new file mode 100644
28 index 00000000000..d6af6551036
29 --- /dev/null
30 +++ b/media-sound/lollypop/lollypop-0.9.612.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="bff1777a53b289e2fbf4e92a13b14a1b"
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 +}