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