diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2018-08-16 20:27:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-19 16:09:28 -0700 |
commit | 3cdfc9985c01950ef303dd2bc2d69fc5a478b5eb (patch) | |
tree | a518d2f12df7027813bb7af53dbb6c0e785f9db6 /meta-gnome/recipes-gnome/dconf | |
parent | 6a59f7fe16e27f0a89e2a6bbaf337c50828bb382 (diff) | |
download | meta-openembedded-3cdfc9985c01950ef303dd2bc2d69fc5a478b5eb.tar.gz |
dconf-editor: re-add 3.28.0
It got lost by recent gconf update - separated out of gconf.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/dconf')
-rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf-editor_3.28.0.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf-editor_3.28.0.bb b/meta-gnome/recipes-gnome/dconf/dconf-editor_3.28.0.bb new file mode 100644 index 00000000000..70f917ea50e --- /dev/null +++ b/meta-gnome/recipes-gnome/dconf/dconf-editor_3.28.0.bb @@ -0,0 +1,17 @@ +SUMMARY = "Configuration editor for dconf" +LICENSE = "GPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=1ebbd3e34237af26da5dc08a4e440464" + +GNOMEBASEBUILDCLASS = "meson" + +DEPENDS = "dconf gtk+3" + +inherit gnomebase vala gettext gsettings bash-completion + +SRC_URI[archive.md5sum] = "cc9eb8020cc848812972d8519c3d05cf" +SRC_URI[archive.sha256sum] = "455b53d827820efd28a176ee52e13eda5cda8cdf4e31e0145cfdd69931bf0c5a" + +FILES_${PN} += " \ + ${datadir}/dbus-1 \ + ${datadir}/metainfo \ +" |