summaryrefslogtreecommitdiffstats
path: root/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2013-12-07 01:25:33 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2013-12-21 19:16:52 +0100
commitd3b37cd7af34adb3a546cb1741b79c4b77677b66 (patch)
tree11ae5019fc988f885f0cb345d597ac12010cac42 /meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb
parent9068da8453af4756cd97998903b9a8e0b4151243 (diff)
downloadmeta-openembedded-d3b37cd7af34adb3a546cb1741b79c4b77677b66.tar.gz
libgnomeprint: Upgrade 2.18.7 -> 2.18.8
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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.bb23
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 @@
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 gnome
9
10SRC_URI += "file://fix.includes.patch \
11 file://freetype.patch \
12 "
13SRC_URI[archive.md5sum] = "63b05ffb5386e131487c6af30f4c56ac"
14SRC_URI[archive.sha256sum] = "1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691"
15
16FILES_${PN}-dbg += "\
17 ${libdir}/${PN}/${PV}/modules/.debug \
18 ${libdir}/${PN}/${PV}/modules/*/.debug \
19"
20FILES_${PN}-staticdev += "\
21 ${libdir}/${PN}/${PV}/modules/*.a \
22 ${libdir}/${PN}/${PV}/modules/*/*.a \
23"