diff options
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.bb | 23 |
1 files changed, 23 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..13550d78b --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb | |||
@@ -0,0 +1,23 @@ | |||
1 | LICENSE = "GPLv2" | ||
2 | SECTION = "x11/gnome/libs" | ||
3 | |||
4 | DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common freetype" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
7 | |||
8 | inherit pkgconfig gnome | ||
9 | |||
10 | SRC_URI += "file://fix.includes.patch \ | ||
11 | file://freetype.patch \ | ||
12 | " | ||
13 | SRC_URI[archive.md5sum] = "63b05ffb5386e131487c6af30f4c56ac" | ||
14 | SRC_URI[archive.sha256sum] = "1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691" | ||
15 | |||
16 | FILES_${PN}-dbg += "\ | ||
17 | ${libdir}/${PN}/${PV}/modules/.debug \ | ||
18 | ${libdir}/${PN}/${PV}/modules/*/.debug \ | ||
19 | " | ||
20 | FILES_${PN}-staticdev += "\ | ||
21 | ${libdir}/${PN}/${PV}/modules/*.a \ | ||
22 | ${libdir}/${PN}/${PV}/modules/*/*.a \ | ||
23 | " | ||