From 72c4c5f0844bbc8dfaf996a39dca1bee3c0f5cb8 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Sat, 30 Jul 2022 17:13:17 +0200 Subject: [PATCH] calls: update --- recipes-gtk/calls/{calls_42.0.bb => calls_git.bb} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename recipes-gtk/calls/{calls_42.0.bb => calls_git.bb} (67%) diff --git a/recipes-gtk/calls/calls_42.0.bb b/recipes-gtk/calls/calls_git.bb similarity index 67% rename from recipes-gtk/calls/calls_42.0.bb rename to recipes-gtk/calls/calls_git.bb index 07da75c..5844399 100644 --- a/recipes-gtk/calls/calls_42.0.bb +++ b/recipes-gtk/calls/calls_git.bb @@ -2,8 +2,6 @@ SUMMARY = "A phone dialer and call handler." LICENSE = "GPL-3.0-or-later" LIC_FILES_CHKSUM = "file://COPYING;md5=8f0e2cd40e05189ec81232da84bd6e1a" -GNOMEBASEBUILDCLASS = "meson" - DEPENDS = " \ callaudiod \ evolution-data-server \ @@ -21,12 +19,17 @@ DEPENDS = " \ libxml2 \ modemmanager \ openldap \ + python3-docutils-native \ sofia-sip \ " -inherit gnomebase vala pkgconfig mime-xdg +SRC_URI = "gitsm://gitlab.gnome.org/GNOME/calls.git;protocol=https;nobranch=1" -SRC_URI[archive.sha256sum] = "784bbc4a1347965d4bdbd0d552bd4a4a88aa0f9370c10e6c2f1297e889611f9a" +S = "${WORKDIR}/git" +SRCREV = "3d7c671034e01756b685d7b3048b1da01d4307bf" +PV = "43_alpha.2" + +inherit meson vala pkgconfig mime-xdg FILES:${PN} += "${datadir}"