summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb')
-rw-r--r--meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
new file mode 100644
index 000000000..15e513a78
--- /dev/null
+++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
@@ -0,0 +1,24 @@
1LICENSE = "GPLv2"
2SECTION = "x11/gnome/libs"
3
4DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common freetype"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
7
8inherit pkgconfig gnomebase
9
10SRC_URI += "file://fix.includes.patch \
11 file://freetype.patch \
12 file://0001-configure-use-pkgconfig-for-freetype.patch \
13 "
14SRC_URI[archive.md5sum] = "63b05ffb5386e131487c6af30f4c56ac"
15SRC_URI[archive.sha256sum] = "1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691"
16
17FILES_${PN}-dbg += "\
18 ${libdir}/${PN}/${PV}/modules/.debug \
19 ${libdir}/${PN}/${PV}/modules/*/.debug \
20"
21FILES_${PN}-staticdev += "\
22 ${libdir}/${PN}/${PV}/modules/*.a \
23 ${libdir}/${PN}/${PV}/modules/*/*.a \
24"