Version bump
This commit is contained in:
parent
922e13f67d
commit
f34459a5e7
@ -1,2 +1 @@
|
||||
DIST lollypop-1.4.20.tar.xz 586268 BLAKE2B 8f5212bcc43c6a1e42a102b2b914569712848faf9c4ce6c048d4578a837152d03fc9205c75661c69a55f7be5f914b3483fcab109ee39bcb77ae7e8191ecdc840 SHA512 b7d6a66fbf316f24dd5e07cf1b51631fcec0b0a593270057f90fdc8988275ef51e1ee193c450c27827c82e226bea27d2842af93b4531a1c7b19c5ec71a886268
|
||||
DIST lollypop-1.4.22.tar.xz 586200 BLAKE2B ddb31a4ee9dd2ec05008d89b64530b50508caaa3ce27702c75ba7e2a2adf10f3d61e763d22f7cb3a83f252978d3db3bcdafb415e05490f1648ff2cf8a14e82a7 SHA512 6a204420802045da8e42471aaaf25c79c6825124aa3877aee58ed1253d4a5e70d265c7655da188c0ae4759f11d8af7bf55b63cda861cc38c810f999f38a38ded
|
||||
DIST lollypop-1.4.23.tar.xz 588180 BLAKE2B d99ac5ae0c1ddbfb8b6a0de0f4ec2dcbdccce780028124338f7727ae5a5d1d75e398097ce543a6c80c5baed20545f8074851cd7aa5c512a73d529c6c0dcf2cff SHA512 d15497213f233976abeec8bdbbf6f93c01153a9b6f491315ec2df5b3b992d025c9ae2a2349780d2f65ad2f4ee7d5c1da0b86f4d938e448198cdc744e8e45007e
|
||||
|
@ -1,72 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
PYTHON_COMPAT=( python3_{7,8} )
|
||||
PYTHON_REQ_USE="sqlite"
|
||||
inherit python-single-r1 gnome2-utils meson xdg
|
||||
|
||||
DESCRIPTION="Modern music player for GNOME"
|
||||
HOMEPAGE="https://wiki.gnome.org/Apps/Lollypop"
|
||||
SRC_URI="https://adishatz.org/${PN}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~x84 ~arm ~arm64"
|
||||
|
||||
LICENSE="GPL-3"
|
||||
SLOT="0"
|
||||
REQUIRED_USE=${PYTHON_REQUIRED_USE}
|
||||
|
||||
DEPEND="${PYTHON_DEPS}
|
||||
dev-libs/appstream-glib[introspection]
|
||||
dev-libs/glib:2
|
||||
dev-libs/gobject-introspection[cairo(+)]
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pycairo[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/pygobject:3[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
gnome-base/gnome-common
|
||||
x11-libs/gtk+:3
|
||||
"
|
||||
BDEPEND="${DEPEND}
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/pkgconfig[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
dev-util/desktop-file-utils
|
||||
dev-util/itstool
|
||||
dev-util/intltool
|
||||
"
|
||||
RDEPEND="${DEPEND}
|
||||
app-crypt/libsecret[introspection]
|
||||
dev-libs/totem-pl-parser
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/beautifulsoup:4[${PYTHON_MULTI_USEDEP}]
|
||||
dev-python/dbus-python
|
||||
dev-python/pillow[${PYTHON_MULTI_USEDEP}]
|
||||
>=dev-python/pylast-1.0.0[${PYTHON_MULTI_USEDEP}]
|
||||
')
|
||||
media-libs/gst-plugins-base:1.0[introspection]
|
||||
"
|
||||
|
||||
RESTRICT="test"
|
||||
|
||||
src_install() {
|
||||
meson_src_install
|
||||
python_optimize
|
||||
}
|
||||
|
||||
pkg_preinst() {
|
||||
gnome2_schemas_savelist
|
||||
xdg_pkg_preinst
|
||||
}
|
||||
|
||||
pkg_postinst() {
|
||||
gnome2_gconf_install
|
||||
gnome2_schemas_update
|
||||
xdg_pkg_postinst
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
gnome2_gconf_uninstall
|
||||
gnome2_schemas_update
|
||||
xdg_pkg_postrm
|
||||
}
|
Loading…
Reference in New Issue
Block a user