dconf: update to 0.7.5

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-06-24 13:57:56 +02:00
parent 3ade546f04
commit 81acbd957f
2 changed files with 28 additions and 24 deletions
@@ -1,24 +0,0 @@
DESCRIPTION = "configuation database system"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
PR = "r1"
SECTION = "x11/gnome"
inherit gnome
DEPENDS = "glib-2.0"
inherit vala
SRC_URI[archive.md5sum] = "c905497d0255fe2ba58564f9655908ab"
SRC_URI[archive.sha256sum] = "0083d70e1b5e540d8d4b3f04fa5d17dff4c574136682fe3bdd9b5ecc196ec4f6"
PACKAGES =+ "dconf-editor"
FILES_dconf-editor = "${bindir}/dconf-editor"
FILES_${PN} += "${datadir}/dbus-1/ \
${libdir}/gio/modules/*.so \
"
@@ -0,0 +1,28 @@
DESCRIPTION = "configuation database system"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1"
SECTION = "x11/gnome"
inherit gnome
SRC_URI[archive.md5sum] = "d784f8afca04473d194a72047595c28e"
SRC_URI[archive.sha256sum] = "e2103e8207744903790e9fac6427fa394bb485a0c7f4e0d03b0fb43268c34f33"
DEPENDS = "glib-2.0 gtk+3"
inherit vala
PACKAGES =+ "dconf-editor"
FILES_dconf-editor = "${bindir}/dconf-editor ${datadir}/dconf-editor/"
FILES_${PN} += "${datadir}/dbus-1/ \
${libdir}/gio/modules/*.so \
"
pkg_postinst_${PN} () {
if [ -n "$D" ]; then
exit 1
fi
glib-compile-schemas ${datadir}/glib-2.0/schemas
}