matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / gal / gal-2.0_1.99.11.bb
blob8d8b32dbd7cee2361757c754d6146f13e07d8216
1 LICENSE = "GPL"
2 SECTION = "x11/libs"
3 DEPENDS = "intltool libgnomeprint gtk+ libglade libgnomeui libgnomecanvas libxml2 libgnomeprintui"
5 inherit gnome
7 SRC_URI = "${GNOME_MIRROR}/gal/1.99/gal-${PV}.tar.bz2 \
8 file://configure.patch \
9 file://forward-decl.patch \
10 file://iconv-detect.h"
12 S = "${WORKDIR}/gal-${PV}"
14 do_configure_prepend() {
15 cp ${WORKDIR}/iconv-detect.h ${S}/
18 do_stage() {
19 gnome_stage_includes
20 oe_libinstall -C gal -so -a libgal-2.0 ${STAGING_LIBDIR}
21 oe_libinstall -C gal/a11y -so -a libgal-a11y-2.0 ${STAGING_LIBDIR}
24 SRC_URI[md5sum] = "906c0640d3160a55aac98974aecfb316"
25 SRC_URI[sha256sum] = "bb76484f73f5d6bc58d4e9990422043663af01204728aee73a1ce4565f8ef2ed"