2022-02-18 15:15:18 +01:00
|
|
|
SUMMARY = "A phone dialer and call handler."
|
2022-03-04 14:58:29 +01:00
|
|
|
LICENSE = "GPL-3.0-or-later"
|
2022-02-18 15:15:18 +01:00
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
|
|
|
|
|
|
|
DEPENDS = " \
|
|
|
|
callaudiod \
|
|
|
|
evolution-data-server \
|
|
|
|
feedbackd \
|
|
|
|
folks \
|
|
|
|
glib-2.0 \
|
|
|
|
glibmm \
|
|
|
|
gom \
|
|
|
|
gstreamer1.0 \
|
|
|
|
gstreamer1.0-plugins-good \
|
|
|
|
libhandy \
|
|
|
|
libpeas \
|
|
|
|
libsecret \
|
|
|
|
libsoup-2.4 \
|
|
|
|
libxml2 \
|
|
|
|
modemmanager \
|
|
|
|
openldap \
|
2022-07-30 17:13:17 +02:00
|
|
|
python3-docutils-native \
|
2022-02-18 15:15:18 +01:00
|
|
|
sofia-sip \
|
|
|
|
"
|
|
|
|
|
2022-07-30 17:13:17 +02:00
|
|
|
SRC_URI = "gitsm://gitlab.gnome.org/GNOME/calls.git;protocol=https;nobranch=1"
|
|
|
|
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRCREV = "3d7c671034e01756b685d7b3048b1da01d4307bf"
|
|
|
|
PV = "43_alpha.2"
|
2022-02-18 15:15:18 +01:00
|
|
|
|
2022-07-30 17:13:17 +02:00
|
|
|
inherit meson vala pkgconfig mime-xdg
|
2022-02-18 15:15:18 +01:00
|
|
|
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|
|
|