From 34994e171f84ac94df9094cc4b527e489e722fa3 Mon Sep 17 00:00:00 2001 From: Markus Volk Date: Tue, 10 Dec 2024 18:50:08 +0100 Subject: [PATCH] libdbusmenu: update SRC_URI --- recipes-extended/libdbusmenu/libdbusmenu-glib_git.bb | 5 ++--- recipes-extended/libdbusmenu/libdbusmenu-gtk_git.bb | 5 +++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-extended/libdbusmenu/libdbusmenu-glib_git.bb b/recipes-extended/libdbusmenu/libdbusmenu-glib_git.bb index c90db3c..5ef383c 100644 --- a/recipes-extended/libdbusmenu/libdbusmenu-glib_git.bb +++ b/recipes-extended/libdbusmenu/libdbusmenu-glib_git.bb @@ -3,14 +3,13 @@ HOMEPAGE = "https://github.com/AyatanaIndicators/libdbusmenu" LICENSE = "LGPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" -SRC_URI = "git://github.com/AyatanaIndicators/libdbusmenu.git;protocol=https;branch=master" +SRC_URI = "git://github.com/JetBrains/libdbusmenu.git;protocol=https;branch=master" DEPENDS = "glib-2.0 json-glib dbus intltool-native libxslt-native" S = "${WORKDIR}/git" PV = "16.0.4" -SRCREV = "4d03141aea4e2ad0f04ab73cf1d4f4bcc4a19f6c" - +SRCREV = "38d7a2ada4b2a08c535491d43a39825868f2b065" EXTRA_OECONF += "--disable-dumper --disable-gtk --disable-gtk-doc" CFLAGS += "-Wno-error" diff --git a/recipes-extended/libdbusmenu/libdbusmenu-gtk_git.bb b/recipes-extended/libdbusmenu/libdbusmenu-gtk_git.bb index be79894..0bb0f69 100644 --- a/recipes-extended/libdbusmenu/libdbusmenu-gtk_git.bb +++ b/recipes-extended/libdbusmenu/libdbusmenu-gtk_git.bb @@ -3,13 +3,14 @@ HOMEPAGE = "https://github.com/AyatanaIndicators/libdbusmenu" LICENSE = "LGPL-3.0-only" LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6" +SRC_URI = "git://github.com/JetBrains/libdbusmenu.git;protocol=https;branch=master" + DEPENDS = "glib-2.0 json-glib dbus gtk+ gtk+3 libdbusmenu-glib intltool-native libxslt-native" RDEPENDS:${PN} = "libdbusmenu-glib" -SRC_URI = "git://github.com/AyatanaIndicators/libdbusmenu.git;protocol=https;branch=master" S = "${WORKDIR}/git" PV = "16.0.4" -SRCREV = "4d03141aea4e2ad0f04ab73cf1d4f4bcc4a19f6c" +SRCREV = "38d7a2ada4b2a08c535491d43a39825868f2b065" EXTRA_OECONF += "--disable-dumper --disable-gtk-doc"