summaryrefslogtreecommitdiff
path: root/packages/atk/atk_1.6.0.bb
diff options
context:
space:
mode:
authorPaul Sokolovsky <pmiscml@gmail.com>2007-12-20 12:58:48 +0000
committerPaul Sokolovsky <pmiscml@gmail.com>2007-12-20 12:58:48 +0000
commit60d97c2ce048b27e3fe6535d57300b9a1c9f9547 (patch)
tree39f61d251ad4cf5cafbc517328dfc1aca1013c56 /packages/atk/atk_1.6.0.bb
parentdd256cf8cb3bac042a2bc1e305c088bc3a31b11c (diff)
parentf8bf8412979ba44c3a86b87dacfcc429d4327ece (diff)
merge of '95bd611a11ed2faa8d23507a857c2668a96587fa'
and 'fd3305e1333a4c25b9d300f0b3c39319801c2869'
Diffstat (limited to 'packages/atk/atk_1.6.0.bb')
-rw-r--r--packages/atk/atk_1.6.0.bb35
1 files changed, 0 insertions, 35 deletions
diff --git a/packages/atk/atk_1.6.0.bb b/packages/atk/atk_1.6.0.bb
deleted file mode 100644
index 320a205d9f..0000000000
--- a/packages/atk/atk_1.6.0.bb
+++ /dev/null
@@ -1,35 +0,0 @@
-require atk.inc
-
-SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.4/atk-${PV}.tar.bz2 \
- file://gtk-doc.patch;patch=1"
-
-do_stage () {
- oe_libinstall -so -C atk libatk-1.0 ${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
-}