mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 17:59:26 +00:00
evince: fix/remove postinst by inheriting gsettings
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
a9733d04fa
commit
55ecab870e
@@ -4,9 +4,9 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b"
|
|||||||
SECTION = "x11/office"
|
SECTION = "x11/office"
|
||||||
DEPENDS = "gnome-icon-theme gnome-doc-utils-native libgnome-keyring nautilus tiff libxt ghostscript poppler libxml2 gtk+ gconf libglade"
|
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"
|
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 \
|
FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a \
|
||||||
${libdir}/evince/*/backends/*.a"
|
${libdir}/evince/*/backends/*.a"
|
||||||
FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"
|
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
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user