summaryrefslogtreecommitdiff
path: root/atk
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-05-10 00:52:47 +0000
committerChris Larson <clarson@kergoth.com>2004-05-10 00:52:47 +0000
commitcb2f160c0ebcbf8421988e7ee9818e007e085305 (patch)
tree7b25aca42bcde8335efe58709261da5ca5504f70 /atk
parente18dbb2be3143c54092ca6025161cbc750990b0a (diff)
Merge openembedded@openembedded.bkbits.net:packages
into linux.local:/home/kergoth/code/packages 2004/05/09 20:52:43-04:00 local!kergoth Libtool updates, no longer directly inherit libtool. 2004/05/09 20:52:08-04:00 local!kergoth Update libtool bits. libtoolize no longer requires a runtime STAGING_DIR var set. BKrev: 409ed25fQy7BIGJH5qwdtr0BClqFVw
Diffstat (limited to 'atk')
-rw-r--r--atk/atk_1.2.0.oe2
-rw-r--r--atk/atk_1.6.0.oe51
2 files changed, 52 insertions, 1 deletions
diff --git a/atk/atk_1.2.0.oe b/atk/atk_1.2.0.oe
index 9768d9e5c8..c451b1585d 100644
--- a/atk/atk_1.2.0.oe
+++ b/atk/atk_1.2.0.oe
@@ -4,7 +4,7 @@ DESCRIPTION = "An accessibility toolkit for GNOME."
SRC_URI = "http://ftp.gnome.org/pub/gnome/sources/atk/1.2/atk-${PV}.tar.bz2 \
file://${FILESDIR}/m4.patch;patch=1"
-inherit autotools libtool pkgconfig
+inherit autotools pkgconfig
EXTRA_OECONF = "--disable-glibtest"
diff --git a/atk/atk_1.6.0.oe b/atk/atk_1.6.0.oe
index e69de29bb2..fb12c4dc25 100644
--- a/atk/atk_1.6.0.oe
+++ b/atk/atk_1.6.0.oe
@@ -0,0 +1,51 @@
+DEPENDS = "virtual/libc glib-2.0"
+DESCRIPTION = "An accessibility toolkit for GNOME."
+SECTION = "libs"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+
+SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/atk-${PV}.tar.bz2 \
+ file://${FILESDIR}/gtk-doc.patch;patch=1"
+
+inherit autotools pkgconfig
+
+EXTRA_OECONF = "--disable-glibtest"
+
+CFLAGS_append = " -I${STAGING_INCDIR}/glib-2.0 \
+ -I${STAGING_INCDIR}/glib-2.0/glib \
+ -I${STAGING_INCDIR}/glib-2.0/gobject"
+
+SOV = "0.600.0"
+
+do_stage () {
+ oe_soinstall atk/.libs/libatk-1.0.so.${SOV} ${STAGING_LIBDIR}/
+ install -m 0755 atk/.libs/libatk-1.0.lai ${STAGING_LIBDIR}/libatk-1.0.la
+ install -m 0755 atk/.libs/libatk-1.0.a ${STAGING_LIBDIR}/
+ install -d ${STAGING_INCDIR}/atk
+ install -m 0644 atk/atkaction.h ${STAGING_INCDIR}/atk/atkaction.h
+ install -m 0644 atk/atkcomponent.h ${STAGING_INCDIR}/atk/atkcomponent.h
+ install -m 0644 atk/atkdocument.h ${STAGING_INCDIR}/atk/atkdocument.h
+ install -m 0644 atk/atkeditabletext.h ${STAGING_INCDIR}/atk/atkeditabletext.h
+ install -m 0644 atk/atk-enum-types.h ${STAGING_INCDIR}/atk/atk-enum-types.h
+ install -m 0644 atk/atkgobjectaccessible.h ${STAGING_INCDIR}/atk/atkgobjectaccessible.h
+ install -m 0644 atk/atk.h ${STAGING_INCDIR}/atk/atk.h
+ install -m 0644 atk/atkhyperlink.h ${STAGING_INCDIR}/atk/atkhyperlink.h
+ install -m 0644 atk/atkhypertext.h ${STAGING_INCDIR}/atk/atkhypertext.h
+ install -m 0644 atk/atkimage.h ${STAGING_INCDIR}/atk/atkimage.h
+ install -m 0644 atk/atknoopobjectfactory.h ${STAGING_INCDIR}/atk/atknoopobjectfactory.h
+ install -m 0644 atk/atknoopobject.h ${STAGING_INCDIR}/atk/atknoopobject.h
+ install -m 0644 atk/atkobjectfactory.h ${STAGING_INCDIR}/atk/atkobjectfactory.h
+ install -m 0644 atk/atkobject.h ${STAGING_INCDIR}/atk/atkobject.h
+ install -m 0644 atk/atkregistry.h ${STAGING_INCDIR}/atk/atkregistry.h
+ install -m 0644 atk/atkrelation.h ${STAGING_INCDIR}/atk/atkrelation.h
+ install -m 0644 atk/atkrelationset.h ${STAGING_INCDIR}/atk/atkrelationset.h
+ install -m 0644 atk/atkrelationtype.h ${STAGING_INCDIR}/atk/atkrelationtype.h
+ install -m 0644 atk/atkselection.h ${STAGING_INCDIR}/atk/atkselection.h
+ install -m 0644 atk/atkstate.h ${STAGING_INCDIR}/atk/atkstate.h
+ install -m 0644 atk/atkstateset.h ${STAGING_INCDIR}/atk/atkstateset.h
+ install -m 0644 atk/atkstreamablecontent.h ${STAGING_INCDIR}/atk/atkstreamablecontent.h
+ install -m 0644 atk/atktable.h ${STAGING_INCDIR}/atk/atktable.h
+ install -m 0644 atk/atktext.h ${STAGING_INCDIR}/atk/atktext.h
+ install -m 0644 atk/atkutil.h ${STAGING_INCDIR}/atk/atkutil.h
+ install -m 0644 atk/atkvalue.h ${STAGING_INCDIR}/atk/atkvalue.h
+}