From 55ecab870eee9cde7fb5de4fad086f4a5d14665a Mon Sep 17 00:00:00 2001 From: =?UTF-8?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=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-gnome/recipes-gnome/evince/evince_2.32.0.bb | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb b/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb index 986cd7198c..f1c35636f3 100644 --- a/meta-gnome/recipes-gnome/evince/evince_2.32.0.bb +++ b/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 -}