mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-15 13:10:32 +00:00
evince: initial add 2.32.0
* recipe based on oe-classic: evince_2.30.0.bb commit 5dba154457691d2096f2b1a7ef24bdc6f1b51859 * run tested on overo * TODO further doctype support configure option -> current configure result ------------------------------------------------ --enable-ps -> PostScript Backend.: no --enable-djvu -> DJVU Backend.......: no --enable-impress -> Impress Backend....: no Signed-off-by: Andreas Müller <schnitzeltony@gmx.de> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
883af4db62
commit
f3585ea146
39
meta-gnome/recipes-gnome/evince/evince_2.32.0.bb
Normal file
39
meta-gnome/recipes-gnome/evince/evince_2.32.0.bb
Normal file
@ -0,0 +1,39 @@
|
||||
DESCRIPTION = "Evince is a document viewer for document formats like pdf, ps, djvu."
|
||||
LICENSE = "GPLv2"
|
||||
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"
|
||||
|
||||
inherit gnome pkgconfig gtk-icon-cache
|
||||
|
||||
SRC_URI[archive.md5sum] = "ebc3ce6df8dcbf29cb9492f8dd031319"
|
||||
SRC_URI[archive.sha256sum] = "2a4c91ae38f8b5028cebb91b9da9ddc50ea8ae3f3d429df89ba351da2d787ff7"
|
||||
|
||||
EXTRA_OECONF = " --enable-thumbnailer \
|
||||
--enable-nautilus \
|
||||
--disable-scrollkeeper \
|
||||
--enable-pixbuf \
|
||||
"
|
||||
|
||||
do_install_append() {
|
||||
install -d install -d ${D}${datadir}/pixmaps
|
||||
install -m 0755 ${S}/data/icons/48x48/apps/evince.png ${D}${datadir}/pixmaps/
|
||||
}
|
||||
|
||||
RDEPENDS_${PN} += "glib-2.0-utils"
|
||||
|
||||
PACKAGES =+ "${PN}-nautilus-extension"
|
||||
FILES_${PN} += "${datadir}/dbus-1"
|
||||
FILES_${PN}-dbg += "${libdir}/*/*/.debug \
|
||||
${libdir}/*/*/*/.debug"
|
||||
FILES_${PN}-dev += "${libdir}/nautilus/extensions-2.0/*.la"
|
||||
FILES_${PN}-staticdev += "${libdir}/nautilus/extensions-2.0/*.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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user