aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gal/gal-2.0_1.99.11.bb
blob: 8d8b32dbd7cee2361757c754d6146f13e07d8216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
LICENSE = "GPL"
SECTION = "x11/libs"
DEPENDS = "intltool libgnomeprint gtk+ libglade libgnomeui libgnomecanvas libxml2 libgnomeprintui"

inherit gnome

SRC_URI = "${GNOME_MIRROR}/gal/1.99/gal-${PV}.tar.bz2 \
	file://configure.patch \
	file://forward-decl.patch \
	file://iconv-detect.h"

S = "${WORKDIR}/gal-${PV}"

do_configure_prepend() {
	cp ${WORKDIR}/iconv-detect.h ${S}/
}

do_stage() {
	gnome_stage_includes
	oe_libinstall -C gal -so -a libgal-2.0 ${STAGING_LIBDIR}
	oe_libinstall -C gal/a11y -so -a libgal-a11y-2.0 ${STAGING_LIBDIR}
}

SRC_URI[md5sum] = "906c0640d3160a55aac98974aecfb316"
SRC_URI[sha256sum] = "bb76484f73f5d6bc58d4e9990422043663af01204728aee73a1ce4565f8ef2ed"