summaryrefslogtreecommitdiff
path: root/gal
diff options
context:
space:
mode:
Diffstat (limited to 'gal')
-rw-r--r--gal/gal-2.0_1.99.11.oe20
1 files changed, 20 insertions, 0 deletions
diff --git a/gal/gal-2.0_1.99.11.oe b/gal/gal-2.0_1.99.11.oe
index e69de29bb2..722932ae6e 100644
--- a/gal/gal-2.0_1.99.11.oe
+++ b/gal/gal-2.0_1.99.11.oe
@@ -0,0 +1,20 @@
+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;patch=1 \
+ file://forward-decl.patch;patch=1 \
+ 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}
+}