summaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-gnome/librsvg/librsvg_2.40.21.bb')
-rw-r--r--meta/recipes-gnome/librsvg/librsvg_2.40.21.bb49
1 files changed, 0 insertions, 49 deletions
diff --git a/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb b/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb
deleted file mode 100644
index acdbc1f1b3..0000000000
--- a/meta/recipes-gnome/librsvg/librsvg_2.40.21.bb
+++ /dev/null
@@ -1,49 +0,0 @@
1SUMMARY = "Library for rendering SVG files"
2DESCRIPTION = "A small library to render Scalable Vector Graphics (SVG), \
3associated with the GNOME Project. It renders SVG files to Cairo surfaces. \
4Cairo is the 2D, antialiased drawing library that GNOME uses to draw things to \
5the screen or to generate output for printing."
6HOMEPAGE = "https://gitlab.gnome.org/GNOME/librsvg"
7BUGTRACKER = "https://gitlab.gnome.org/GNOME/librsvg/issues"
8
9RECIPE_NO_UPDATE_REASON = "Versions from 2.41.0 requires Rust compiler to build it"
10
11LICENSE = "LGPLv2+"
12LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
13 file://rsvg.h;beginline=3;endline=24;md5=20b4113c4909bbf0d67e006778302bc6"
14
15SECTION = "x11/utils"
16DEPENDS = "cairo gdk-pixbuf glib-2.0 libcroco libxml2 pango"
17BBCLASSEXTEND = "native nativesdk"
18
19inherit gnomebase gtk-doc pixbufcache upstream-version-is-even gobject-introspection
20
21SRC_URI += "file://gtk-option.patch \
22 file://0001-Auto-detect-Bsymbolic-fixes-configure-on-macOS.patch \
23 file://0001-Remove-non-reproducible-SRCDIR.patch \
24"
25
26SRC_URI[archive.sha256sum] = "f7628905f1cada84e87e2b14883ed57d8094dca3281d5bcb24ece4279e9a92ba"
27
28CACHED_CONFIGUREVARS = "ac_cv_path_GDK_PIXBUF_QUERYLOADERS=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders"
29
30PACKAGECONFIG ??= "gdkpixbuf"
31# The gdk-pixbuf loader
32PACKAGECONFIG[gdkpixbuf] = "--enable-pixbuf-loader,--disable-pixbuf-loader,gdk-pixbuf-native"
33# GTK+ test application (rsvg-view)
34PACKAGECONFIG[gtk] = "--with-gtk3,--without-gtk3,gtk+3"
35
36do_install_append() {
37 # Loadable modules don't need .a or .la on Linux
38 rm -f ${D}${libdir}/gdk-pixbuf-2.0/*/loaders/*.a ${D}${libdir}/gdk-pixbuf-2.0/*/loaders/*.la
39}
40
41PACKAGES =+ "librsvg-gtk rsvg"
42FILES_rsvg = "${bindir}/rsvg* \
43 ${datadir}/pixmaps/svg-viewer.svg \
44 ${datadir}/themes"
45FILES_librsvg-gtk = "${libdir}/gdk-pixbuf-2.0/*/*/*.so \
46 ${datadir}/thumbnailers/librsvg.thumbnailer"
47RRECOMMENDS_librsvg-gtk = "gdk-pixbuf-bin"
48
49PIXBUF_PACKAGES = "librsvg-gtk"