added my Recipes
This commit is contained in:
@@ -0,0 +1,54 @@
|
||||
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 \
|
||||
"
|
||||
|
||||
GNOMEBASEBUILDCLASS = "meson"
|
||||
|
||||
inherit gnomebase itstool gnome-help pkgconfig gsettings gobject-introspection gettext mime-xdg gtk-doc 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] = "339ee9e005dd7823a13fe21c71c2ec6d2c4cb74548026e4741eee7b2703e09da"
|
||||
|
||||
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"
|
||||
|
||||
FILES:${PN} += "${datadir}/dbus-1 \
|
||||
${datadir}/metainfo \
|
||||
${datadir}/thumbnailers \
|
||||
${systemd_user_unitdir} \
|
||||
"
|
||||
FILES:${PN}-nautilus-extension = "${libdir}/nautilus/*/*so"
|
||||
Reference in New Issue
Block a user