mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-08 17:39:24 +00:00
dconf-editor: update 3.38.3 -> 43.0
Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
-31
@@ -1,31 +0,0 @@
|
|||||||
From 86379a220a4eb00c309f514d2ca57ed6c1c8b35c Mon Sep 17 00:00:00 2001
|
|
||||||
From: Alexander Kanavin <alex@linutronix.de>
|
|
||||||
Date: Fri, 21 Jan 2022 22:22:58 +0100
|
|
||||||
Subject: [PATCH] editor/meson.build: fix meson 0.61 errors
|
|
||||||
|
|
||||||
Upstream-Status: Submitted [https://gitlab.gnome.org/GNOME/dconf-editor/-/merge_requests/21]
|
|
||||||
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
|
|
||||||
---
|
|
||||||
editor/meson.build | 2 --
|
|
||||||
1 file changed, 2 deletions(-)
|
|
||||||
|
|
||||||
diff --git a/editor/meson.build b/editor/meson.build
|
|
||||||
index 4c89ab99..0eb3bb1a 100644
|
|
||||||
--- a/editor/meson.build
|
|
||||||
+++ b/editor/meson.build
|
|
||||||
@@ -1,7 +1,6 @@
|
|
||||||
desktop = dconf_editor_namespace + '.desktop'
|
|
||||||
|
|
||||||
i18n.merge_file (
|
|
||||||
- desktop,
|
|
||||||
type: 'desktop',
|
|
||||||
input: desktop + '.in',
|
|
||||||
output: desktop,
|
|
||||||
@@ -26,7 +25,6 @@ configure_file(
|
|
||||||
appdata = dconf_editor_namespace + '.appdata.xml'
|
|
||||||
|
|
||||||
i18n.merge_file(
|
|
||||||
- appdata,
|
|
||||||
input: appdata + '.in',
|
|
||||||
output: appdata,
|
|
||||||
po_dir: po_dir,
|
|
||||||
@@ -1,17 +0,0 @@
|
|||||||
SUMMARY = "Configuration editor for dconf"
|
|
||||||
LICENSE = "GPL-3.0-only"
|
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
|
||||||
|
|
||||||
GNOMEBASEBUILDCLASS = "meson"
|
|
||||||
|
|
||||||
DEPENDS = "dconf gtk+3"
|
|
||||||
|
|
||||||
inherit gnomebase vala gettext gsettings bash-completion
|
|
||||||
|
|
||||||
SRC_URI += " file://0001-editor-meson.build-fix-meson-0.61-errors.patch"
|
|
||||||
SRC_URI[archive.sha256sum] = "571af4c7dad4f049b53e6cd728b79addf08c27ddab6bc57b396d211866ee79e3"
|
|
||||||
|
|
||||||
FILES:${PN} += " \
|
|
||||||
${datadir}/dbus-1 \
|
|
||||||
${datadir}/metainfo \
|
|
||||||
"
|
|
||||||
@@ -0,0 +1,21 @@
|
|||||||
|
SUMMARY = "Configuration editor for dconf"
|
||||||
|
LICENSE = "GPL-3.0-only"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464"
|
||||||
|
|
||||||
|
GNOMEBASEBUILDCLASS = "meson"
|
||||||
|
|
||||||
|
DEPENDS = " \
|
||||||
|
dconf \
|
||||||
|
gtk+3 \
|
||||||
|
glib-2.0 \
|
||||||
|
libhandy\
|
||||||
|
"
|
||||||
|
|
||||||
|
inherit gnomebase vala gsettings bash-completion pkgconfig gtk-icon-cache
|
||||||
|
|
||||||
|
SRC_URI[archive.sha256sum] = "935a3c2dd76cc2a93cd5aee9a54d3947fb111eb396f4b63dc5f0ba8f8d099136"
|
||||||
|
|
||||||
|
FILES:${PN} += " \
|
||||||
|
${datadir}/dbus-1 \
|
||||||
|
${datadir}/metainfo \
|
||||||
|
"
|
||||||
Reference in New Issue
Block a user