All of lore.kernel.org
 help / color / mirror / Atom feed
From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] galago: move to obsolete.
Date: Mon, 11 Oct 2010 16:52:59 +1030	[thread overview]
Message-ID: <4CB2AD43.5000102@gmail.com> (raw)

libgalago doesn't build, and presumably hasn't since dbus 0.92 was in the tree.

| ../libgalago/.libs/libgalago.so: undefined reference to `dbus_connection_disconnect'
| collect2: ld returned 1 exit status
| make[2]: *** [presence-feed] Error 1

Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 recipes/galago/eds-feed/disable-bonobo.patch       |   62 --------------------
 recipes/galago/eds-feed_0.3.2.bb                   |   17 -----
 recipes/galago/files/no-check.patch                |   15 -----
 recipes/galago/galago-daemon_0.3.4.bb              |   17 -----
 recipes/galago/libgalago_0.3.3.bb                  |   20 ------
 .../obsolete/galago/eds-feed/disable-bonobo.patch  |   62 ++++++++++++++++++++
 recipes/obsolete/galago/eds-feed_0.3.2.bb          |   17 +++++
 recipes/obsolete/galago/files/no-check.patch       |   15 +++++
 recipes/obsolete/galago/galago-daemon_0.3.4.bb     |   17 +++++
 recipes/obsolete/galago/libgalago_0.3.3.bb         |   20 ++++++
 10 files changed, 131 insertions(+), 131 deletions(-)
 delete mode 100644 recipes/galago/eds-feed/disable-bonobo.patch
 delete mode 100644 recipes/galago/eds-feed_0.3.2.bb
 delete mode 100644 recipes/galago/files/no-check.patch
 delete mode 100644 recipes/galago/galago-daemon_0.3.4.bb
 delete mode 100644 recipes/galago/libgalago_0.3.3.bb
 create mode 100644 recipes/obsolete/galago/eds-feed/disable-bonobo.patch
 create mode 100644 recipes/obsolete/galago/eds-feed_0.3.2.bb
 create mode 100644 recipes/obsolete/galago/files/no-check.patch
 create mode 100644 recipes/obsolete/galago/galago-daemon_0.3.4.bb
 create mode 100644 recipes/obsolete/galago/libgalago_0.3.3.bb

diff --git a/recipes/galago/eds-feed/disable-bonobo.patch b/recipes/galago/eds-feed/disable-bonobo.patch
deleted file mode 100644
index 3a20978..0000000
--- a/recipes/galago/eds-feed/disable-bonobo.patch
+++ /dev/null
@@ -1,62 +0,0 @@
-Index: eds-feed-0.3.2/configure.ac
-===================================================================
---- eds-feed-0.3.2.orig/configure.ac	2005-08-28 19:11:39.000000000 +0000
-+++ eds-feed-0.3.2/configure.ac	2005-12-16 09:22:10.000000000 +0000
-@@ -65,7 +65,7 @@
- 	libxml-2.0)
- 
- # Check which version of eds we're using
--PKG_CHECK_MODULES(EDS, libebook-1.2 >= 1.1.4 libedata-book-1.2 >= 1.1.4)
-+PKG_CHECK_MODULES(EDS, libebook-1.2 >= 1.1.4)
- 
- PACKAGE_CFLAGS="$PACKAGE_CFLAGS $EDS_CFLAGS"
- PACKAGE_LIBS="$PACKAGE_LIBS $EDS_LIBS"
-Index: eds-feed-0.3.2/src/main.c
-===================================================================
---- eds-feed-0.3.2.orig/src/main.c	2005-08-21 07:26:02.000000000 +0000
-+++ eds-feed-0.3.2/src/main.c	2005-12-16 09:24:38.000000000 +0000
-@@ -20,17 +20,11 @@
-  */
- #include <glib.h>
- #include <libgalago/galago.h>
--#include <libedata-book/Evolution-DataServer-Addressbook.h>
- 
- #include <libebook/e-book.h>
--#include <libedata-book/e-data-book-factory.h>
--#include <bonobo/bonobo-main.h>
- 
- #include <string.h>
- 
--#define E_DATA_BOOK_FACTORY_OAF_ID \
--    "OAFIID:GNOME_Evolution_DataServer_BookFactory"
--
- static EBookView *book_view = NULL;
- static EBook *book = NULL;
- static gulong book_view_tag = 0;
-@@ -157,8 +151,8 @@
- 		galago_person_set_photo(person, NULL);
- 	else
- 	{
--		galago_photo_new(person, (unsigned char *)ephoto->data,
--						 ephoto->length);
-+//		galago_photo_new(person, (unsigned char *)ephoto->data,
-+//						 ephoto->length);
- 	}
- }
- 
-@@ -294,15 +288,6 @@
- 
- 	galago_core_set_exit_with_daemon(TRUE);
- 
--	if (!bonobo_init_full(NULL, NULL, bonobo_activation_orb_get(),
--						  CORBA_OBJECT_NIL, CORBA_OBJECT_NIL))
--	{
--		fprintf(stderr, "Unable to initialize bonobo.\n");
--		exit(1);
--	}
--
--	bonobo_activate();
--
- 	setup_book_view();
- 	setup_services();
- 
diff --git a/recipes/galago/eds-feed_0.3.2.bb b/recipes/galago/eds-feed_0.3.2.bb
deleted file mode 100644
index e42f6e8..0000000
--- a/recipes/galago/eds-feed_0.3.2.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Galago linkage to the Evolution Data Server."
-HOMEPAGE = "http://www.galago-project.org/"
-LICENSE = "GPL"
-DEPENDS = "gettext libgalago dbus glib-2.0 eds-dbus"
-
-SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
-           file://disable-bonobo.patch"
-#           file://no-check.patch"
-#EXTRA_OECONF =	"--disable-binreloc"
-
-FILES_${PN} += "${libdir}/galago/eds-feed"
-
-inherit autotools pkgconfig
-
-
-SRC_URI[md5sum] = "1f6ac4910dc8bb0276549bd0308f8acb"
-SRC_URI[sha256sum] = "6b7448359284f5af75cbb7027c47616b28aca8b90f9a16b9ec954fa50e455ed3"
diff --git a/recipes/galago/files/no-check.patch b/recipes/galago/files/no-check.patch
deleted file mode 100644
index 89b0eaf..0000000
--- a/recipes/galago/files/no-check.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- /tmp/configure.ac	2005-09-08 21:38:49.316449440 +0200
-+++ libgalago-0.3.3/configure.ac	2005-09-08 21:39:32.697854464 +0200
-@@ -198,11 +198,8 @@
- dnl #
- dnl # Check for Check
- dnl #
--AM_PATH_CHECK(, [have_check="yes"],
--[
--	AC_MSG_WARN([Check not found; cannot run some unit tests])
- 	have_check="no"
--])
-+
- 
- AM_CONDITIONAL(HAVE_CHECK, test "$have_check" = "yes")
- 
diff --git a/recipes/galago/galago-daemon_0.3.4.bb b/recipes/galago/galago-daemon_0.3.4.bb
deleted file mode 100644
index 84c0885..0000000
--- a/recipes/galago/galago-daemon_0.3.4.bb
+++ /dev/null
@@ -1,17 +0,0 @@
-DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
-HOMEPAGE = "http://www.galago-project.org/"
-LICENSE = "GPL"
-DEPENDS = "gettext libgalago dbus glib-2.0"
-PR = "r1"
-
-SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
-           file://no-check.patch"
-EXTRA_OECONF =	"--disable-binreloc"
-
-FILES_${PN} += "${datadir}/dbus-1/services/"
-
-inherit autotools pkgconfig
-
-
-SRC_URI[md5sum] = "958ea4a9e1be61cb5e5f35f75a9bfede"
-SRC_URI[sha256sum] = "958ae2ddc89d218e7b3fe4f00a61f4ade48c8fefa768854c67425f5495387eed"
diff --git a/recipes/galago/libgalago_0.3.3.bb b/recipes/galago/libgalago_0.3.3.bb
deleted file mode 100644
index 8c1ef61..0000000
--- a/recipes/galago/libgalago_0.3.3.bb
+++ /dev/null
@@ -1,20 +0,0 @@
-DESCRIPTION =	"Galago is a desktop presence framework, designed to transmit presence information between programs."
-HOMEPAGE =	"http://www.galago-project.org/"
-LICENSE =	"LGPL"
-DEPENDS = 	"gettext dbus glib-2.0"
-PR =		"r1"
-
-
-SRC_URI =	"http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
-		 file://no-check.patch"
-
-inherit autotools pkgconfig
-
-do_stage() {
-	autotools_stage_includes
-	install -d ${STAGING_LIBDIR}
-	install -m 755 libgalago/.libs/libgalago.so.1.0.0 ${STAGING_LIBDIR}/libgalago.so
-}
-
-SRC_URI[md5sum] = "94d5223445deb1ed95973424d4958386"
-SRC_URI[sha256sum] = "148bc83e4ab6e87a6f26b60efdffc1258752a42079783e6f2b080f287e8b15fc"
diff --git a/recipes/obsolete/galago/eds-feed/disable-bonobo.patch b/recipes/obsolete/galago/eds-feed/disable-bonobo.patch
new file mode 100644
index 0000000..3a20978
--- /dev/null
+++ b/recipes/obsolete/galago/eds-feed/disable-bonobo.patch
@@ -0,0 +1,62 @@
+Index: eds-feed-0.3.2/configure.ac
+===================================================================
+--- eds-feed-0.3.2.orig/configure.ac	2005-08-28 19:11:39.000000000 +0000
++++ eds-feed-0.3.2/configure.ac	2005-12-16 09:22:10.000000000 +0000
+@@ -65,7 +65,7 @@
+ 	libxml-2.0)
+ 
+ # Check which version of eds we're using
+-PKG_CHECK_MODULES(EDS, libebook-1.2 >= 1.1.4 libedata-book-1.2 >= 1.1.4)
++PKG_CHECK_MODULES(EDS, libebook-1.2 >= 1.1.4)
+ 
+ PACKAGE_CFLAGS="$PACKAGE_CFLAGS $EDS_CFLAGS"
+ PACKAGE_LIBS="$PACKAGE_LIBS $EDS_LIBS"
+Index: eds-feed-0.3.2/src/main.c
+===================================================================
+--- eds-feed-0.3.2.orig/src/main.c	2005-08-21 07:26:02.000000000 +0000
++++ eds-feed-0.3.2/src/main.c	2005-12-16 09:24:38.000000000 +0000
+@@ -20,17 +20,11 @@
+  */
+ #include <glib.h>
+ #include <libgalago/galago.h>
+-#include <libedata-book/Evolution-DataServer-Addressbook.h>
+ 
+ #include <libebook/e-book.h>
+-#include <libedata-book/e-data-book-factory.h>
+-#include <bonobo/bonobo-main.h>
+ 
+ #include <string.h>
+ 
+-#define E_DATA_BOOK_FACTORY_OAF_ID \
+-    "OAFIID:GNOME_Evolution_DataServer_BookFactory"
+-
+ static EBookView *book_view = NULL;
+ static EBook *book = NULL;
+ static gulong book_view_tag = 0;
+@@ -157,8 +151,8 @@
+ 		galago_person_set_photo(person, NULL);
+ 	else
+ 	{
+-		galago_photo_new(person, (unsigned char *)ephoto->data,
+-						 ephoto->length);
++//		galago_photo_new(person, (unsigned char *)ephoto->data,
++//						 ephoto->length);
+ 	}
+ }
+ 
+@@ -294,15 +288,6 @@
+ 
+ 	galago_core_set_exit_with_daemon(TRUE);
+ 
+-	if (!bonobo_init_full(NULL, NULL, bonobo_activation_orb_get(),
+-						  CORBA_OBJECT_NIL, CORBA_OBJECT_NIL))
+-	{
+-		fprintf(stderr, "Unable to initialize bonobo.\n");
+-		exit(1);
+-	}
+-
+-	bonobo_activate();
+-
+ 	setup_book_view();
+ 	setup_services();
+ 
diff --git a/recipes/obsolete/galago/eds-feed_0.3.2.bb b/recipes/obsolete/galago/eds-feed_0.3.2.bb
new file mode 100644
index 0000000..e42f6e8
--- /dev/null
+++ b/recipes/obsolete/galago/eds-feed_0.3.2.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Galago linkage to the Evolution Data Server."
+HOMEPAGE = "http://www.galago-project.org/"
+LICENSE = "GPL"
+DEPENDS = "gettext libgalago dbus glib-2.0 eds-dbus"
+
+SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
+           file://disable-bonobo.patch"
+#           file://no-check.patch"
+#EXTRA_OECONF =	"--disable-binreloc"
+
+FILES_${PN} += "${libdir}/galago/eds-feed"
+
+inherit autotools pkgconfig
+
+
+SRC_URI[md5sum] = "1f6ac4910dc8bb0276549bd0308f8acb"
+SRC_URI[sha256sum] = "6b7448359284f5af75cbb7027c47616b28aca8b90f9a16b9ec954fa50e455ed3"
diff --git a/recipes/obsolete/galago/files/no-check.patch b/recipes/obsolete/galago/files/no-check.patch
new file mode 100644
index 0000000..89b0eaf
--- /dev/null
+++ b/recipes/obsolete/galago/files/no-check.patch
@@ -0,0 +1,15 @@
+--- /tmp/configure.ac	2005-09-08 21:38:49.316449440 +0200
++++ libgalago-0.3.3/configure.ac	2005-09-08 21:39:32.697854464 +0200
+@@ -198,11 +198,8 @@
+ dnl #
+ dnl # Check for Check
+ dnl #
+-AM_PATH_CHECK(, [have_check="yes"],
+-[
+-	AC_MSG_WARN([Check not found; cannot run some unit tests])
+ 	have_check="no"
+-])
++
+ 
+ AM_CONDITIONAL(HAVE_CHECK, test "$have_check" = "yes")
+ 
diff --git a/recipes/obsolete/galago/galago-daemon_0.3.4.bb b/recipes/obsolete/galago/galago-daemon_0.3.4.bb
new file mode 100644
index 0000000..84c0885
--- /dev/null
+++ b/recipes/obsolete/galago/galago-daemon_0.3.4.bb
@@ -0,0 +1,17 @@
+DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs."
+HOMEPAGE = "http://www.galago-project.org/"
+LICENSE = "GPL"
+DEPENDS = "gettext libgalago dbus glib-2.0"
+PR = "r1"
+
+SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
+           file://no-check.patch"
+EXTRA_OECONF =	"--disable-binreloc"
+
+FILES_${PN} += "${datadir}/dbus-1/services/"
+
+inherit autotools pkgconfig
+
+
+SRC_URI[md5sum] = "958ea4a9e1be61cb5e5f35f75a9bfede"
+SRC_URI[sha256sum] = "958ae2ddc89d218e7b3fe4f00a61f4ade48c8fefa768854c67425f5495387eed"
diff --git a/recipes/obsolete/galago/libgalago_0.3.3.bb b/recipes/obsolete/galago/libgalago_0.3.3.bb
new file mode 100644
index 0000000..8c1ef61
--- /dev/null
+++ b/recipes/obsolete/galago/libgalago_0.3.3.bb
@@ -0,0 +1,20 @@
+DESCRIPTION =	"Galago is a desktop presence framework, designed to transmit presence information between programs."
+HOMEPAGE =	"http://www.galago-project.org/"
+LICENSE =	"LGPL"
+DEPENDS = 	"gettext dbus glib-2.0"
+PR =		"r1"
+
+
+SRC_URI =	"http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \
+		 file://no-check.patch"
+
+inherit autotools pkgconfig
+
+do_stage() {
+	autotools_stage_includes
+	install -d ${STAGING_LIBDIR}
+	install -m 755 libgalago/.libs/libgalago.so.1.0.0 ${STAGING_LIBDIR}/libgalago.so
+}
+
+SRC_URI[md5sum] = "94d5223445deb1ed95973424d4958386"
+SRC_URI[sha256sum] = "148bc83e4ab6e87a6f26b60efdffc1258752a42079783e6f2b080f287e8b15fc"
-- 
1.7.1




             reply	other threads:[~2010-10-11  6:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-10-11  6:22 Graham Gower [this message]
2010-10-11  6:36 ` [PATCH] galago: move to obsolete Frans Meulenbroeks

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4CB2AD43.5000102@gmail.com \
    --to=graham.gower@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.