summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbus/dbus_0.20.oe33
-rw-r--r--gpe-bluetooth/gpe-bluetooth_0.35.oe0
-rw-r--r--gtk+/gtk+_2.2.4.oe2
-rw-r--r--libglade/libglade_2.0.1.oe0
-rw-r--r--libgpevtype/libgpevtype_0.3.oe21
-rw-r--r--libgpewidget/libgpewidget_0.78.oe2
-rw-r--r--libxml/libxml2_2.6.7.oe0
7 files changed, 54 insertions, 4 deletions
diff --git a/dbus/dbus_0.20.oe b/dbus/dbus_0.20.oe
index a47a6b26aa..254b752957 100644
--- a/dbus/dbus_0.20.oe
+++ b/dbus/dbus_0.20.oe
@@ -1,13 +1,40 @@
HOMEPAGE = http://www.freedesktop.org/Software/dbus
DESCRIPTION = "message bus system for applications to talk to one another"
-DEPENDS = virtual/libc expat
+DEPENDS = virtual/libc expat glib-2.0
RDEPENDS = libc6 expat
SRC_URI = 'http://freedesktop.org/Software/dbus/releases/dbus-${PV}.tar.gz \
file://${FILESDIR}/cross.patch;patch=1'
-inherit autotools libtool
+inherit autotools libtool pkgconfig
-EXTRA_OECONF = '--disable-qt --disable-glib --disable-gtk --disable-tests \
+EXTRA_OECONF = '--disable-qt --disable-gtk --disable-tests \
--disable-checks --disable-xml-docs --disable-doxygen-docs \
--with-xml=expat --without-x'
+
+headers = dbus-address.h dbus-bus.h dbus-connection.h dbus-errors.h dbus-macros.h dbus-memory.h dbus-message.h dbus-pending-call.h dbus-protocol.h dbus-server.h dbus-threads.h dbus-types.h dbus.h
+
+libname = libdbus-1.so.0.0.0
+glibname = libdbus-glib-1.so.0.0.0
+
+do_stage () {
+ install -m 0755 dbus/.libs/${libname} ${STAGING_LIBDIR}/
+ ln -sf ${libname} ${STAGING_LIBDIR}/libdbus-1.so.0
+ ln -sf ${libname} ${STAGING_LIBDIR}/libdbus-1.so
+ install -m 0644 dbus/libdbus-1.la ${STAGING_LIBDIR}/
+
+ install -m 0755 glib/.libs/${glibname} ${STAGING_LIBDIR}/
+ ln -sf ${glibname} ${STAGING_LIBDIR}/libdbus-glib-1.so.0
+ ln -sf ${glibname} ${STAGING_LIBDIR}/libdbus-glib-1.so
+ install -m 0644 glib/libdbus-glib-1.la ${STAGING_LIBDIR}/
+
+ mkdir -p ${STAGING_INCDIR}/dbus-1.0/dbus
+ for i in ${headers}; do
+ install -m 0644 dbus/$i ${STAGING_INCDIR}/dbus-1.0/dbus/$i
+ done
+
+ install -m 0644 glib/dbus-glib.h ${STAGING_INCDIR}/dbus-1.0/dbus/
+
+ mkdir -p ${STAGING_LIBDIR}/dbus-1.0/include/dbus/
+ install -m 0644 dbus/dbus-arch-deps.h ${STAGING_LIBDIR}/dbus-1.0/include/dbus/
+}
diff --git a/gpe-bluetooth/gpe-bluetooth_0.35.oe b/gpe-bluetooth/gpe-bluetooth_0.35.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/gpe-bluetooth/gpe-bluetooth_0.35.oe
diff --git a/gtk+/gtk+_2.2.4.oe b/gtk+/gtk+_2.2.4.oe
index 99668583af..c97e2f15bd 100644
--- a/gtk+/gtk+_2.2.4.oe
+++ b/gtk+/gtk+_2.2.4.oe
@@ -56,4 +56,6 @@ do_stage () {
mkdir -p ${STAGING_LIBDIR}/gtk-2.0/include
install -m 0644 gdk/gdkconfig.h ${STAGING_LIBDIR}/gtk-2.0/include/gdkconfig.h
+
+ install -m 0644 m4macros/gtk-2.0.m4 ${STAGING_DIR}/share/aclocal/
}
diff --git a/libglade/libglade_2.0.1.oe b/libglade/libglade_2.0.1.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libglade/libglade_2.0.1.oe
diff --git a/libgpevtype/libgpevtype_0.3.oe b/libgpevtype/libgpevtype_0.3.oe
index e69de29bb2..f64639f503 100644
--- a/libgpevtype/libgpevtype_0.3.oe
+++ b/libgpevtype/libgpevtype_0.3.oe
@@ -0,0 +1,21 @@
+DESCRIPTION=Data interchange library for GPE
+SECTION=gpe/libs
+PRIORITY=optional
+MAINTAINER="Philip Blundell <pb@handhelds.org>"
+DEPENDS=virtual/libc libmimedir
+
+inherit pkgconfig
+
+SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/libgpevtype-${PV}.tar.gz
+
+headers = tag-db.h vcard.h vevent.h vtodo.h
+
+do_stage () {
+ install -m 0755 libgpevtype.so.0 ${STAGING_LIBDIR}/
+ ln -s libgpevtype.so.0 ${STAGING_LIBDIR}/libgpevtype.so
+
+ mkdir -p ${STAGING_INCDIR}/gpe
+ for h in ${headers}; do
+ install -m 0644 gpe/$h ${STAGING_INCDIR}/gpe/${h}
+ done
+}
diff --git a/libgpewidget/libgpewidget_0.78.oe b/libgpewidget/libgpewidget_0.78.oe
index 70b12e58ad..e0859ecba6 100644
--- a/libgpewidget/libgpewidget_0.78.oe
+++ b/libgpewidget/libgpewidget_0.78.oe
@@ -9,7 +9,7 @@ inherit pkgconfig
SRC_URI = http://gpe.handhelds.org/pub/projects/gpe/source/libgpewidget-${PV}.tar.gz
-headers = init.h render.h errorbox.h smallbox.h pixmaps.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h
+headers = init.h render.h errorbox.h smallbox.h pixmaps.h gtkdatecombo.h dirbrowser.h stylus.h picturebutton.h spacing.h translabel.h question.h windows.h gpe-iconlist.h gtksimplemenu.h gpewindowlist.h tray.h popup.h
do_stage () {
install -m 0755 libgpewidget.so.1 ${STAGING_LIBDIR}/
diff --git a/libxml/libxml2_2.6.7.oe b/libxml/libxml2_2.6.7.oe
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libxml/libxml2_2.6.7.oe