mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-08 22:52:59 -04:00
gnome-extra/vvmplayer: fix RDEPEND
Closes: https://bugs.gentoo.org/937377 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
@@ -1 +1 @@
|
|||||||
DIST vvmplayer-1.4.tar.gz 302738 BLAKE2B b33a1974507885e8d127e8fee4b9457ae761099b22b1a4109189def834823828d85476a7e248badda7f830349b6e8ef8199c9647dba2c69a3544bc867fd2948d SHA512 98d61756ad5de388dfa8c3a305e69b901fd86a3412519371074b269677f6a4ec5e83db6c1a84125e609ed5787d1aa867be14edb4df1c22e9c4166a3781c0f8c5
|
DIST vvmplayer-1.4.tar.bz2 289483 BLAKE2B 236f35e53700d02f34665f950647189925e0618797145bc78091f0138cf4dfc9d14554b9f976a9074ef6eb8e3d951a19feb3d1433e12fff142b02ea8c8b3f228 SHA512 77481ecedcd969774e708617c57ae78b95774cbb4c3fffd25b5fa26b72b7c1e6dc0fb56a6d7470d719fe1680356a49518afa911bb27d3a338d7b2efbf298f831
|
||||||
|
|||||||
@@ -1,37 +1,33 @@
|
|||||||
# Copyright 1999-2022 Gentoo Authors
|
# Copyright 1999-2024 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
inherit gnome2-utils meson xdg
|
inherit gnome2-utils meson xdg
|
||||||
|
|
||||||
DESCRIPTION="Visual Voicemail Player"
|
DESCRIPTION="Visual Voicemail Player"
|
||||||
HOMEPAGE="https://gitlab.com/kop316/vvmplayer"
|
HOMEPAGE="https://gitlab.com/kop316/vvmplayer"
|
||||||
SRC_URI="https://gitlab.com/kop316/vvmplayer/-/archive/${PV}/${P}.tar.gz"
|
SRC_URI="https://gitlab.com/kop316/vvmplayer/-/archive/${PV}/${P}.tar.bz2"
|
||||||
|
|
||||||
LICENSE="GPL-3"
|
LICENSE="GPL-3"
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~arm64"
|
KEYWORDS="~amd64 ~arm64"
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
>=dev-libs/glib-2.50
|
>=dev-libs/glib-2.50:2
|
||||||
>=x11-libs/gtk+-3.22.0
|
gnome-extra/evolution-data-server:=
|
||||||
>=gui-libs/libhandy-1.0
|
>=gui-libs/libhandy-1.0:1
|
||||||
>=media-libs/gstreamer-1.16.0
|
media-libs/gst-plugins-base:1.0
|
||||||
gnome-extra/evolution-data-server
|
>=media-libs/gstreamer-1.16.0:1.0
|
||||||
media-sound/callaudiod
|
media-sound/callaudiod
|
||||||
net-voip/vvmd
|
net-voip/vvmd
|
||||||
|
>=x11-libs/gtk+-3.22.0:3
|
||||||
"
|
"
|
||||||
DEPEND="${RDEPEND}"
|
DEPEND="${RDEPEND}"
|
||||||
|
|
||||||
src_install() {
|
|
||||||
meson_src_install
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
xdg_pkg_postinst
|
xdg_pkg_postinst
|
||||||
gnome2_schemas_update
|
gnome2_schemas_update
|
||||||
xdg_icon_cache_update
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pkg_postrm() {
|
pkg_postrm() {
|
||||||
Reference in New Issue
Block a user