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, 30 Nov 2019 10:23:13
Message-Id: 1575109376.a4babc856d83f5d1ed9a0f8811b9f52d1288aac7.johu@gentoo
1 commit: a4babc856d83f5d1ed9a0f8811b9f52d1288aac7
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 30 10:21:26 2019 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 30 10:22:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4babc85
7
8 media-sound/lollypop: Version bump 1.2.16
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Johannes Huber <johu <AT> gentoo.org>
12
13 media-sound/lollypop/Manifest | 1 +
14 media-sound/lollypop/lollypop-1.2.16.ebuild | 61 +++++++++++++++++++++++++++++
15 2 files changed, 62 insertions(+)
16
17 diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
18 index b7dcff3ed21..7365e390523 100644
19 --- a/media-sound/lollypop/Manifest
20 +++ b/media-sound/lollypop/Manifest
21 @@ -1,2 +1,3 @@
22 DIST lollypop-1.1.4.16.tar.xz 455312 BLAKE2B 358fae45a4332c10ba59d65d09ae51f28fb7fc026e137289c47951536753796e0b7efa9f3713bccde68e6260f79b1132eb00357be8c53fba04f3c827e97851cf SHA512 08b8ec7c1fbe5f1b8f95f95677012eeb9bd83951ee320470a0da852e0a446818e48ede7de045f6d7b98dff8be139fa69d780dbf03e65904c773f8ec1493f9915
23 DIST lollypop-1.2.12.tar.xz 481528 BLAKE2B 973aa62130d566759327ec303a0063a8739dbbd4df718490c96d25bd6f5d5dd6eb3120dc33e38e91d29358dab9f0e5ed337d461877563f92b0663985f4d5ecc8 SHA512 1945275a4b962e90a498cb7a08693395cb750535e4028880911928d05c381fc1914a6ffbbac65246ae835edd1b3225373cf8679fd553b25991d92989ce458b95
24 +DIST lollypop-1.2.16.tar.xz 484704 BLAKE2B fd6c37690301eff22b52865df1e2d65108c0a25c3ff08d0960e5b09213cb21b2af62886e6cbcaff051a01c5084129dbe38832ac25ff4bb9a60d00566e60e7d38 SHA512 5912f7b09ec166f9680815293be3e7b3cc9ceedc9e12156715b908f4905ee937afb7eecc2b32c70108cfdac4a06abe450415b7c90e6a3e3ef641a1f846ef39e2
25
26 diff --git a/media-sound/lollypop/lollypop-1.2.16.ebuild b/media-sound/lollypop/lollypop-1.2.16.ebuild
27 new file mode 100644
28 index 00000000000..d7e95275746
29 --- /dev/null
30 +++ b/media-sound/lollypop/lollypop-1.2.16.ebuild
31 @@ -0,0 +1,61 @@
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="70aab11cf17a8966a5bb188b4173b240"
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 +REQUIRED_USE=${PYTHON_REQUIRED_USE}
50 +
51 +DEPEND="${PYTHON_DEPS}
52 + dev-libs/appstream-glib[introspection]
53 + dev-libs/glib:2
54 + dev-libs/gobject-introspection[cairo]
55 + dev-python/pycairo[${PYTHON_USEDEP}]
56 + dev-python/pygobject:3[${PYTHON_USEDEP}]
57 + gnome-base/gnome-common
58 + x11-libs/gtk+:3
59 +"
60 +BDEPEND="${DEPEND}
61 + dev-python/pkgconfig[${PYTHON_USEDEP}]
62 + dev-util/desktop-file-utils
63 + dev-util/itstool
64 + dev-util/intltool
65 +"
66 +RDEPEND="${DEPEND}
67 + app-crypt/libsecret[introspection]
68 + dev-libs/totem-pl-parser
69 + dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
70 + dev-python/dbus-python
71 + dev-python/pillow[${PYTHON_USEDEP}]
72 + >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}]
73 + media-libs/gst-plugins-base:1.0[introspection]
74 +"
75 +
76 +RESTRICT="test"
77 +
78 +pkg_preinst() {
79 + gnome2_schemas_savelist
80 +}
81 +
82 +pkg_postinst() {
83 + gnome2_gconf_install
84 + gnome2_schemas_update
85 + xdg_desktop_database_update
86 +}
87 +
88 +pkg_postrm() {
89 + gnome2_gconf_uninstall
90 + gnome2_schemas_update
91 + xdg_desktop_database_update
92 +}