This commit is contained in:
Gerben Jan Dijkman 2022-02-14 13:14:44 +01:00
parent 505faa30d2
commit 4c8f0f6a11
3 changed files with 5 additions and 10 deletions

View File

@ -5,9 +5,6 @@
<email>gjdijkman@gjdwebserver.nl</email>
<name>Gerben Jan Dijkman</name>
</maintainer>
<longdescription lang="en">
Visual Voicemail Player
</longdescription>
<upstream>
<doc>https://gitlab.com/kop316/vvmplayer/</doc>
<bugs-to>https://gitlab.com/kop316/vvmplayer/-/issues</bugs-to>

View File

@ -3,7 +3,7 @@
EAPI=7
inherit gnome2-utils meson systemd udev
inherit gnome2-utils meson xdg
DESCRIPTION="Visual Voicemail Player"
HOMEPAGE="https://gitlab.com/kop316/vvmplayer"
@ -22,8 +22,7 @@ RDEPEND="
media-sound/callaudiod
net-voip/vvmd
"
DEPEND=""
DEPEND="${RDEPEND}"
src_install() {
meson_src_install

View File

@ -3,7 +3,7 @@
EAPI=7
inherit meson systemd udev
inherit meson
DESCRIPTION="vvmd is a lower level daemon that retrieves Visual Voicemail"
HOMEPAGE="https://gitlab.com/kop316/vvmd"
@ -11,7 +11,7 @@ SRC_URI="https://gitlab.com/kop316/vvmd/-/archive/${PV}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~arm64"
KEYWORDS="~amd64 ~arm64"
RDEPEND="
>=dev-libs/glib-2.16
@ -20,8 +20,7 @@ RDEPEND="
dev-libs/libphonenumber
net-misc/modemmanager
"
DEPEND=""
DEPEND="${RDEPEND}"
src_install() {
meson_src_install