diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb b/meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb new file mode 100644 index 0000000000..5b37645604 --- /dev/null +++ b/meta-gnome/recipes-gnome/dconf/dconf-editor_43.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | SUMMARY = "Configuration editor for dconf" | ||
| 2 | LICENSE = "GPL-3.0-only" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" | ||
| 4 | |||
| 5 | GNOMEBASEBUILDCLASS = "meson" | ||
| 6 | |||
| 7 | DEPENDS = " \ | ||
| 8 | dconf \ | ||
| 9 | gtk+3 \ | ||
| 10 | glib-2.0 \ | ||
| 11 | libhandy\ | ||
| 12 | " | ||
| 13 | |||
| 14 | inherit gnomebase vala gsettings bash-completion pkgconfig gtk-icon-cache | ||
| 15 | |||
| 16 | SRC_URI[archive.sha256sum] = "935a3c2dd76cc2a93cd5aee9a54d3947fb111eb396f4b63dc5f0ba8f8d099136" | ||
| 17 | |||
| 18 | FILES:${PN} += " \ | ||
| 19 | ${datadir}/dbus-1 \ | ||
| 20 | ${datadir}/metainfo \ | ||
| 21 | " | ||
