diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb b/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb deleted file mode 100644 index 7d11cf810..000000000 --- a/meta-gnome/recipes-gnome/dconf/dconf_0.7.5.bb +++ /dev/null | |||
@@ -1,23 +0,0 @@ | |||
1 | DESCRIPTION = "configuation database system" | ||
2 | LICENSE = "LGPLv2.1" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | ||
4 | |||
5 | SECTION = "x11/gnome" | ||
6 | |||
7 | inherit gnome gsettings | ||
8 | SRC_URI[archive.md5sum] = "d784f8afca04473d194a72047595c28e" | ||
9 | SRC_URI[archive.sha256sum] = "e2103e8207744903790e9fac6427fa394bb485a0c7f4e0d03b0fb43268c34f33" | ||
10 | |||
11 | DEPENDS = "glib-2.0 gtk+3" | ||
12 | |||
13 | inherit vala | ||
14 | |||
15 | PR = "r2" | ||
16 | |||
17 | PACKAGES =+ "dconf-editor" | ||
18 | |||
19 | FILES_dconf-editor = "${bindir}/dconf-editor ${datadir}/dconf-editor/" | ||
20 | FILES_${PN} += "${datadir}/dbus-1/ \ | ||
21 | ${libdir}/gio/modules/*.so \ | ||
22 | " | ||
23 | FILES_${PN}-dbg += "${libdir}/gio/modules/.debug/libdconfsettings.so" | ||