mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 23:39:01 +00:00
gsettings-desktop-schemas: add 3.0.1
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
3ed7a55e04
commit
161703b7fb
@ -0,0 +1,15 @@
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
inherit gnome
|
||||
|
||||
RDEPENDS_${PN} = "glib-2.0-utils"
|
||||
|
||||
pkg_postinst_${PN} () {
|
||||
if [ -n "$D" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
glib-compile-schemas ${datadir}/glib-2.0/schemas
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user