mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
evince: Fix QA warnings / clean packaging
run tested on overo Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
committed by
Koen Kooi
parent
444c13d1f1
commit
c194c24e09
@@ -4,7 +4,7 @@ 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 = "r1"
|
PR = "r2"
|
||||||
|
|
||||||
inherit gnome pkgconfig gtk-icon-cache
|
inherit gnome pkgconfig gtk-icon-cache
|
||||||
|
|
||||||
@@ -30,8 +30,10 @@ PACKAGES =+ "${PN}-nautilus-extension"
|
|||||||
FILES_${PN} += "${datadir}/dbus-1"
|
FILES_${PN} += "${datadir}/dbus-1"
|
||||||
FILES_${PN}-dbg += "${libdir}/*/*/.debug \
|
FILES_${PN}-dbg += "${libdir}/*/*/.debug \
|
||||||
${libdir}/*/*/*/.debug"
|
${libdir}/*/*/*/.debug"
|
||||||
FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la"
|
FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la \
|
||||||
FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a"
|
${libdir}/evince/*/backends/*.la"
|
||||||
|
FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.a \
|
||||||
|
${libdir}/evince/*/backends/*.a"
|
||||||
FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"
|
FILES_${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"
|
||||||
|
|
||||||
pkg_postinst_${PN} () {
|
pkg_postinst_${PN} () {
|
||||||
|
|||||||
Reference in New Issue
Block a user