From d3b37cd7af34adb3a546cb1741b79c4b77677b66 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 7 Dec 2013 01:25:33 -0800 Subject: libgnomeprint: Upgrade 2.18.7 -> 2.18.8 Signed-off-by: Khem Raj Signed-off-by: Martin Jansa --- .../recipes-gnome/gnome/libgnomeprint_2.18.7.bb | 26 ---------------------- .../recipes-gnome/gnome/libgnomeprint_2.18.8.bb | 23 +++++++++++++++++++ 2 files changed, 23 insertions(+), 26 deletions(-) delete mode 100644 meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb create mode 100644 meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb (limited to 'meta-gnome') diff --git a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb deleted file mode 100644 index 606c752e22..0000000000 --- a/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.7.bb +++ /dev/null @@ -1,26 +0,0 @@ -LICENSE = "GPLv2" -SECTION = "x11/gnome/libs" - -PR = "r2" - -DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common freetype" - -LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" - -inherit pkgconfig gnome - -SRC_URI += "file://fix.includes.patch \ - file://freetype.patch \ - " - -SRC_URI[archive.md5sum] = "d66b81ee8aa3b3a33f5efc9a47ce07e3" -SRC_URI[archive.sha256sum] = "8b34f81599423ef3da9c43775495da602f83cbbee069c9e760ffeae6aa4768e6" - -FILES_${PN}-dbg += "\ - ${libdir}/${PN}/${PV}/modules/.debug \ - ${libdir}/${PN}/${PV}/modules/*/.debug \ -" -FILES_${PN}-staticdev += "\ - ${libdir}/${PN}/${PV}/modules/*.a \ - ${libdir}/${PN}/${PV}/modules/*/*.a \ -" 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 0000000000..13550d78ba --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome/libgnomeprint_2.18.8.bb @@ -0,0 +1,23 @@ +LICENSE = "GPLv2" +SECTION = "x11/gnome/libs" + +DEPENDS = "libxml2 libgnomecups glib-2.0 pango libart-lgpl fontconfig popt gnome-common freetype" + +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" + +inherit pkgconfig gnome + +SRC_URI += "file://fix.includes.patch \ + file://freetype.patch \ + " +SRC_URI[archive.md5sum] = "63b05ffb5386e131487c6af30f4c56ac" +SRC_URI[archive.sha256sum] = "1034ec8651051f84d2424e7a1da61c530422cc20ce5b2d9e107e1e46778d9691" + +FILES_${PN}-dbg += "\ + ${libdir}/${PN}/${PV}/modules/.debug \ + ${libdir}/${PN}/${PV}/modules/*/.debug \ +" +FILES_${PN}-staticdev += "\ + ${libdir}/${PN}/${PV}/modules/*.a \ + ${libdir}/${PN}/${PV}/modules/*/*.a \ +" -- cgit v1.2.3-54-g00ecf