From 94f19f501e86dd8a3e6f732d813e0fa162655891 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20M=C3=BCller?= Date: Mon, 29 Apr 2013 16:51:56 +0200 Subject: [PATCH] evince: fix/remove postinst by inheriting gsettings MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (From meta-openembedded rev: 55ecab870eee9cde7fb5de4fad086f4a5d14665a) Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa Signed-off-by: Patrick Ohly --- .../meta-gnome/recipes-gnome/evince/evince_2.32.0.bb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/meta-openembedded/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb b/meta-openembedded/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb index 986cd71..f1c3563 100644 --- a/meta-openembedded/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb +++ b/meta-openembedded/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb @@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b" SECTION = "x11/office" DEPENDS = "gnome-icon-theme gnome-doc-utils-native libgnome-keyring nautilus tiff libxt ghostscript poppler libxml2 gtk+ gconf libglade" -PR = "r3" +PR = "r4" -inherit gnome pkgconfig gtk-icon-cache +inherit gnome pkgconfig gtk-icon-cache gsettings SRC_URI += "file://cross-compile-fix.patch" @@ -36,11 +36,3 @@ FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la \ FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a \ ${libdir}/evince/*/backends/*.a" FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so" - -pkg_postinst_${PN} () { -if [ -n "$D" ]; then - exit 1 -fi - -glib-compile-schemas ${datadir}/glib-2.0/schemas -} -- 2.7.4