diff options
author | Johannes Huber <johu@gentoo.org> | 2018-12-29 11:26:32 +0100 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2018-12-29 11:26:32 +0100 |
commit | b9505cf0ed5d1655c0a1284dc854be0f5320236a (patch) | |
tree | cf6bb3a04bdb5400a63028426ca4660acbd70d85 /media-sound | |
parent | media-gfx/zbar: amd64 stable wrt bug #673020 (diff) | |
download | gentoo-b9505cf0ed5d1655c0a1284dc854be0f5320236a.tar.gz gentoo-b9505cf0ed5d1655c0a1284dc854be0f5320236a.tar.bz2 gentoo-b9505cf0ed5d1655c0a1284dc854be0f5320236a.zip |
media-sound/lollypop: Version bump 0.9.908
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Johannes Huber <johu@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/lollypop/Manifest | 1 | ||||
-rw-r--r-- | media-sound/lollypop/lollypop-0.9.908.ebuild | 59 |
2 files changed, 60 insertions, 0 deletions
diff --git a/media-sound/lollypop/Manifest b/media-sound/lollypop/Manifest index 625ec5d73aa2..a2ad4a0822fa 100644 --- a/media-sound/lollypop/Manifest +++ b/media-sound/lollypop/Manifest @@ -1,2 +1,3 @@ DIST lollypop-0.9.610.tar.xz 451924 BLAKE2B aebea02009264292248ab036d8cf2eb793618e4952d2930b7bd9e9a6a196ce2a67c42fcb12efd5d7c241c32cbd2ac063d235d5b4fafb13bf4af01119bf39d224 SHA512 de86c641ff4efa12311e08f7b11bcb3de602361f2a848034ff59aa22f83e2bb6deb3ec76b95acee1e7eb3feabb13f290463620b2347a0680366e35a9b638bf48 DIST lollypop-0.9.612.tar.xz 452072 BLAKE2B 784a7df8baa0b87fb34b6ab8b506d5ce1c90e78e959c6dbd07809c2765e4528c67bf358efc0eaeb03542640290b9fe181f99b2cc19cef3a3fbbb6a9bfc07afdc SHA512 dd61d38f245e6a8ad8eb5fad35fb23aa4a31399c2d2f628266b19aa00f6b615de82a6af33f2f4ae40f768a3786fb991e5f48dbcb0d7ba075579c6779fd05a371 +DIST lollypop-0.9.908.tar.xz 468260 BLAKE2B 126ba0cf76f733cf05d50fc2e23e926e1e380c4f1bd6e2c100a2b2d3c25df4e1cad8cc8382021f80050dd1be3c0cb879fab829abf02acbfc18b960e8a49598c3 SHA512 a066e9d0854869b0d0ee3b0fb84b40a9a768934d475cf7c8bb3f88537eb18027b719660d717766b6ba2fd5ba0a2a25ff7adbda0219e99811e928150b448e6d7f diff --git a/media-sound/lollypop/lollypop-0.9.908.ebuild b/media-sound/lollypop/lollypop-0.9.908.ebuild new file mode 100644 index 000000000000..9f651d4b4249 --- /dev/null +++ b/media-sound/lollypop/lollypop-0.9.908.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +PYTHON_COMPAT=( python3_6 ) +PYTHON_REQ_USE="sqlite" +HASH="d4818489885029d33e909e92e7c45c1f" +inherit python-r1 gnome2-utils meson xdg-utils + +DESCRIPTION="Modern music player for GNOME" +HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop" +SRC_URI="https://gitlab.gnome.org/World/${PN}/uploads/${HASH}/${P}.tar.xz" +KEYWORDS="~amd64" + +LICENSE="GPL-3" +SLOT="0" + +CDEPEND="${PYTHON_DEPS} + dev-libs/appstream-glib[introspection] + dev-libs/glib:2 + dev-libs/gobject-introspection[cairo] + dev-python/pycairo[${PYTHON_USEDEP}] + dev-python/pygobject:3[${PYTHON_USEDEP}] + gnome-base/gnome-common + x11-libs/gtk+:3 +" +DEPEND="${CDEPEND} + dev-python/pkgconfig[${PYTHON_USEDEP}] + dev-util/desktop-file-utils + dev-util/itstool + dev-util/intltool +" +RDEPEND="${CDEPEND} + app-crypt/libsecret[introspection] + dev-libs/totem-pl-parser + dev-python/beautifulsoup:4[${PYTHON_USEDEP}] + dev-python/dbus-python + >=dev-python/pylast-1.0.0[${PYTHON_USEDEP}] + media-libs/gst-plugins-base:1.0[introspection] +" + +RESTRICT="test" + +pkg_preinst() { + gnome2_schemas_savelist +} + +pkg_postinst() { + gnome2_gconf_install + gnome2_schemas_update + xdg_desktop_database_update +} + +pkg_postrm() { + gnome2_gconf_uninstall + gnome2_schemas_update + xdg_desktop_database_update +} |