mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2024-11-20 12:28:25 +01:00
a9d07d8711
Signed-off-by: Markus Volk <f_l_k@t-online.de>
38 lines
784 B
BlitzBasic
38 lines
784 B
BlitzBasic
SUMMARY = "A phone dialer and call handler."
|
|
LICENSE = "GPL-3.0-or-later"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a"
|
|
|
|
DEPENDS = " \
|
|
appstream-native \
|
|
callaudiod \
|
|
desktop-file-utils-native \
|
|
evolution-data-server \
|
|
feedbackd \
|
|
folks \
|
|
glib-2.0 \
|
|
glibmm \
|
|
gom \
|
|
gstreamer1.0 \
|
|
gstreamer1.0-plugins-good \
|
|
libhandy \
|
|
libpeas \
|
|
libsecret \
|
|
libsoup \
|
|
libxml2 \
|
|
modemmanager \
|
|
openldap \
|
|
python3-docutils-native \
|
|
sofia-sip \
|
|
"
|
|
|
|
SRC_URI = "gitsm://gitlab.gnome.org/GNOME/calls.git;protocol=https;nobranch=1"
|
|
|
|
S = "${WORKDIR}/git"
|
|
SRCREV = "5fa511c556145e0bdaa6f3eb79a9092965f91f3b"
|
|
PV = "43.2"
|
|
|
|
inherit meson vala pkgconfig mime-xdg gtk-icon-cache
|
|
|
|
FILES:${PN} += "${datadir}"
|
|
|