- 264 license table entries with exact download URLs (224/264 resolved) - Complete sources/ directory with all BitBake recipes - Build configuration: tqma6ul-multi-mba6ulx, spaetzle (musl) - Full traceability for Softwarefreigabeantrag - GCC 13.4.0, Linux 6.6.102, U-Boot 2023.04, musl 1.2.4 - License distribution: GPL-2.0 (24), MIT (23), GPL-2.0+ (18), BSD-3 (16)
59 lines
1.6 KiB
BlitzBasic
59 lines
1.6 KiB
BlitzBasic
SUMMARY = "Evince is a document viewer for document formats like pdf, ps, djvu"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=96f2f8d5ee576a2163977938ea36fa7b"
|
|
SECTION = "x11/office"
|
|
DEPENDS = " \
|
|
adwaita-icon-theme \
|
|
appstream-glib \
|
|
cairo \
|
|
desktop-file-utils-native \
|
|
dbus \
|
|
gdk-pixbuf \
|
|
glib-2.0 \
|
|
gnome-common-native \
|
|
gnome-desktop \
|
|
gsettings-desktop-schemas \
|
|
gspell \
|
|
gstreamer1.0-plugins-base \
|
|
gtk+3 \
|
|
libarchive \
|
|
libhandy \
|
|
libsecret \
|
|
libxml2 \
|
|
poppler \
|
|
yelp-tools-native \
|
|
zlib \
|
|
"
|
|
|
|
|
|
inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gi-docgen features_check gtk-icon-cache
|
|
|
|
REQUIRED_DISTRO_FEATURES = "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'opengl', '', d)}"
|
|
|
|
def gnome_verdir(v):
|
|
return oe.utils.trim_version(v, 1)
|
|
|
|
SRC_URI[archive.sha256sum] = "aff6af69392c04956bfad976dec5d1583b41d5a334e937995f7c3ca0740de221"
|
|
|
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
|
|
|
PACKAGECONFIG ??= ""
|
|
PACKAGECONFIG[nautilus] = "-Dnautilus=true,-Dnautilus=false,nautilus"
|
|
|
|
RDEPENDS:${PN} += "glib-2.0-utils"
|
|
RRECOMMENDS:${PN} = "adwaita-icon-theme"
|
|
|
|
PACKAGES =+ "${PN}-nautilus-extension"
|
|
|
|
do_install:prepend() {
|
|
sed -i -e 's|${B}/../${PN}-${PV}|${TARGET_DBGSRC_DIR}|g' ${B}/libview/ev-view-type-builtins.c
|
|
sed -i -e 's|${B}/../${PN}-${PV}|${TARGET_DBGSRC_DIR}|g' ${B}/libdocument/ev-document-type-builtins.c
|
|
}
|
|
|
|
FILES:${PN} += "${datadir}/dbus-1 \
|
|
${datadir}/metainfo \
|
|
${datadir}/thumbnailers \
|
|
${systemd_user_unitdir} \
|
|
"
|
|
FILES:${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"
|