aboutsummaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/dconf/dconf_0.18.0.bb
blob: 1fd53bf64dfc3bd76c2264fe455015cdd2c98634 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
SUMMARY = "configuation database system"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"

SECTION = "x11/gnome"

inherit gnome gsettings
SRC_URI[archive.md5sum] = "69a12ed68893f2e1e81ac4e531bc1515"
SRC_URI[archive.sha256sum] = "109b1bc6078690af1ed88cb144ef5c5aee7304769d8bdc82ed48c3696f10c955"
GNOME_COMPRESS_TYPE = "xz"

DEPENDS = "glib-2.0 gtk+3"

inherit vala gtk-doc

EXTRA_OECONF += "--disable-man"

PACKAGES =+ "dconf-editor"

FILES_${PN} += " \
	${datadir}/dbus-1 \
	${libdir}/gio/modules/*.so \
"
FILES_dconf-editor = " \
	${bindir}/dconf-editor \
	${datadir}/icons \
	${datadir}/bash-completion \
"
FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so"