diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2018-08-01 16:27:41 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-08-02 11:23:03 -0700 |
commit | ff85192d7c0576c3d89387e53d5ca0b7b3c41659 (patch) | |
tree | 087cf91cc19df3604a036d0cb0dde4bc5d9525ea | |
parent | 253300602cd9813a437b04bd51c27b2cd88d27df (diff) | |
download | meta-openembedded-ff85192d7c0576c3d89387e53d5ca0b7b3c41659.tar.gz |
dconf 0.18.0 -> 0.28.0
- Remove dconf-editor
- Use meson to replace autotools
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb | 36 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb | 21 |
2 files changed, 21 insertions, 36 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb deleted file mode 100644 index e24bde4497..0000000000 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb +++ /dev/null | |||
@@ -1,36 +0,0 @@ | |||
1 | SUMMARY = "configuation database system" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
4 | |||
5 | SECTION = "x11/gnome" | ||
6 | |||
7 | inherit gnomebase gsettings | ||
8 | SRC_URI[archive.md5sum] = "69a12ed68893f2e1e81ac4e531bc1515" | ||
9 | SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955" | ||
10 | GNOME_COMPRESS_TYPE = "xz" | ||
11 | |||
12 | DEPENDS = "dbus glib-2.0 libxml2 intltool-native" | ||
13 | |||
14 | inherit vala gtk-doc distro_features_check | ||
15 | |||
16 | PACKAGECONFIG ??= "${@bb.utils.contains("DISTRO_FEATURES", "x11", "editor", "", d)}" | ||
17 | |||
18 | #note: editor will be removed in version 0.23.1 | ||
19 | PACKAGECONFIG[editor] = "--enable-editor,--disable-editor,gtk+3" | ||
20 | |||
21 | REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains("PACKAGECONFIG", "editor", "x11", "", d)}" | ||
22 | |||
23 | EXTRA_OECONF += "--disable-man" | ||
24 | |||
25 | PACKAGES =+ "${@bb.utils.contains("DISTRO_FEATURES", "x11", "dconf-editor", "", d)}" | ||
26 | |||
27 | FILES_${PN} += " \ | ||
28 | ${datadir}/dbus-1 \ | ||
29 | ${libdir}/gio/modules/*.so \ | ||
30 | ${datadir}/bash-completion \ | ||
31 | " | ||
32 | FILES_dconf-editor = " \ | ||
33 | ${bindir}/dconf-editor \ | ||
34 | ${datadir}/icons \ | ||
35 | " | ||
36 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so" | ||
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb new file mode 100644 index 0000000000..edda1cc081 --- /dev/null +++ b/meta-gnome/recipes-gnome/dconf/dconf_0.28.0.bb | |||
@@ -0,0 +1,21 @@ | |||
1 | SUMMARY = "configuation database system" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
4 | |||
5 | SECTION = "x11/gnome" | ||
6 | |||
7 | GNOMEBASEBUILDCLASS = "meson" | ||
8 | inherit gnomebase gsettings bash-completion | ||
9 | SRC_URI[archive.md5sum] = "81faa8e68e5ea71ff0ee75050fc0759c" | ||
10 | SRC_URI[archive.sha256sum] = "61d3b3865ef58b729c3b39aa0979f886c014aa8362f93dcfc74bf5648ed9c742" | ||
11 | GNOME_COMPRESS_TYPE = "xz" | ||
12 | |||
13 | DEPENDS = "dbus glib-2.0 intltool-native" | ||
14 | |||
15 | inherit vala | ||
16 | |||
17 | FILES_${PN} += " \ | ||
18 | ${datadir}/dbus-1 \ | ||
19 | ${libdir}/gio/modules/*.so \ | ||
20 | " | ||
21 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so" | ||