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, 16 Nov 2019 09:14:42
Message-Id: 1573895662.89ce85f395d47a0ae7892adf86ffda2c6e37c367.johu@gentoo
1 commit: 89ce85f395d47a0ae7892adf86ffda2c6e37c367
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 16 09:12:53 2019 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 16 09:14:22 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ce85f3
7
8 media-sound/lollypop: Version bump 1.2.12
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.12.ebuild | 61 +++++++++++++++++++++++++++++
15 2 files changed, 62 insertions(+)
16
17 diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest
18 index 7f92ce90e85..3efbf4e55c2 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.7.tar.xz 480980 BLAKE2B 9c670b2f64ed6e6a66d743f7d14ac4c360c258f0504dde99cb13e2347b76f600779e004bdd375b90214c450c75c1c446b5f1ba30c6597bf51d6f9fbc5556093f SHA512 f4967bfda276ff2acb496ec2cc27d711caea5385e949c0c222f97ae528d6ffdd3d26336deaec7aa15a926bce229a9d125148367dc3652a9f9ebeaa07521b075d
25
26 diff --git a/media-sound/lollypop/lollypop-1.2.12.ebuild b/media-sound/lollypop/lollypop-1.2.12.ebuild
27 new file mode 100644
28 index 00000000000..4352df9f218
29 --- /dev/null
30 +++ b/media-sound/lollypop/lollypop-1.2.12.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="f10cc2e8d6da6bac3490a43429a592c1"
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 +}