diff options
author | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-07-21 10:10:31 +0000 |
commit | b2f192faabe412adce79534e22efe9fb69ee40e2 (patch) | |
tree | 7076c49d4286f8a1733650bd8fbc7161af200d57 /meta/packages/galago | |
parent | 2cf0eadf9f730027833af802d7e6c90b44248f80 (diff) | |
download | poky-b2f192faabe412adce79534e22efe9fb69ee40e2.tar.gz |
Rename /openembedded/ -> /meta/
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/galago')
-rw-r--r-- | meta/packages/galago/eds-feed/disable-bonobo.patch | 62 | ||||
-rw-r--r-- | meta/packages/galago/eds-feed_0.3.2.bb | 14 | ||||
-rw-r--r-- | meta/packages/galago/files/no-check.patch | 15 | ||||
-rw-r--r-- | meta/packages/galago/galago-daemon_0.3.4.bb | 15 | ||||
-rw-r--r-- | meta/packages/galago/libgalago_0.3.3.bb | 18 |
5 files changed, 124 insertions, 0 deletions
diff --git a/meta/packages/galago/eds-feed/disable-bonobo.patch b/meta/packages/galago/eds-feed/disable-bonobo.patch new file mode 100644 index 0000000000..3a2097877a --- /dev/null +++ b/meta/packages/galago/eds-feed/disable-bonobo.patch | |||
@@ -0,0 +1,62 @@ | |||
1 | Index: eds-feed-0.3.2/configure.ac | ||
2 | =================================================================== | ||
3 | --- eds-feed-0.3.2.orig/configure.ac 2005-08-28 19:11:39.000000000 +0000 | ||
4 | +++ eds-feed-0.3.2/configure.ac 2005-12-16 09:22:10.000000000 +0000 | ||
5 | @@ -65,7 +65,7 @@ | ||
6 | libxml-2.0) | ||
7 | |||
8 | # Check which version of eds we're using | ||
9 | -PKG_CHECK_MODULES(EDS, libebook-1.2 >= 1.1.4 libedata-book-1.2 >= 1.1.4) | ||
10 | +PKG_CHECK_MODULES(EDS, libebook-1.2 >= 1.1.4) | ||
11 | |||
12 | PACKAGE_CFLAGS="$PACKAGE_CFLAGS $EDS_CFLAGS" | ||
13 | PACKAGE_LIBS="$PACKAGE_LIBS $EDS_LIBS" | ||
14 | Index: eds-feed-0.3.2/src/main.c | ||
15 | =================================================================== | ||
16 | --- eds-feed-0.3.2.orig/src/main.c 2005-08-21 07:26:02.000000000 +0000 | ||
17 | +++ eds-feed-0.3.2/src/main.c 2005-12-16 09:24:38.000000000 +0000 | ||
18 | @@ -20,17 +20,11 @@ | ||
19 | */ | ||
20 | #include <glib.h> | ||
21 | #include <libgalago/galago.h> | ||
22 | -#include <libedata-book/Evolution-DataServer-Addressbook.h> | ||
23 | |||
24 | #include <libebook/e-book.h> | ||
25 | -#include <libedata-book/e-data-book-factory.h> | ||
26 | -#include <bonobo/bonobo-main.h> | ||
27 | |||
28 | #include <string.h> | ||
29 | |||
30 | -#define E_DATA_BOOK_FACTORY_OAF_ID \ | ||
31 | - "OAFIID:GNOME_Evolution_DataServer_BookFactory" | ||
32 | - | ||
33 | static EBookView *book_view = NULL; | ||
34 | static EBook *book = NULL; | ||
35 | static gulong book_view_tag = 0; | ||
36 | @@ -157,8 +151,8 @@ | ||
37 | galago_person_set_photo(person, NULL); | ||
38 | else | ||
39 | { | ||
40 | - galago_photo_new(person, (unsigned char *)ephoto->data, | ||
41 | - ephoto->length); | ||
42 | +// galago_photo_new(person, (unsigned char *)ephoto->data, | ||
43 | +// ephoto->length); | ||
44 | } | ||
45 | } | ||
46 | |||
47 | @@ -294,15 +288,6 @@ | ||
48 | |||
49 | galago_core_set_exit_with_daemon(TRUE); | ||
50 | |||
51 | - if (!bonobo_init_full(NULL, NULL, bonobo_activation_orb_get(), | ||
52 | - CORBA_OBJECT_NIL, CORBA_OBJECT_NIL)) | ||
53 | - { | ||
54 | - fprintf(stderr, "Unable to initialize bonobo.\n"); | ||
55 | - exit(1); | ||
56 | - } | ||
57 | - | ||
58 | - bonobo_activate(); | ||
59 | - | ||
60 | setup_book_view(); | ||
61 | setup_services(); | ||
62 | |||
diff --git a/meta/packages/galago/eds-feed_0.3.2.bb b/meta/packages/galago/eds-feed_0.3.2.bb new file mode 100644 index 0000000000..5ad9a822a6 --- /dev/null +++ b/meta/packages/galago/eds-feed_0.3.2.bb | |||
@@ -0,0 +1,14 @@ | |||
1 | DESCRIPTION = "Galago linkage to the Evolution Data Server." | ||
2 | HOMEPAGE = "http://www.galago-project.org/" | ||
3 | LICENSE = "GPL" | ||
4 | DEPENDS = "gettext libgalago dbus glib-2.0 eds-dbus" | ||
5 | |||
6 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | ||
7 | file://disable-bonobo.patch;patch=1" | ||
8 | # file://no-check.patch;patch=1" | ||
9 | #EXTRA_OECONF = "--disable-binreloc" | ||
10 | |||
11 | FILES_${PN} += "${libdir}/galago/eds-feed" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
diff --git a/meta/packages/galago/files/no-check.patch b/meta/packages/galago/files/no-check.patch new file mode 100644 index 0000000000..89b0eafac7 --- /dev/null +++ b/meta/packages/galago/files/no-check.patch | |||
@@ -0,0 +1,15 @@ | |||
1 | --- /tmp/configure.ac 2005-09-08 21:38:49.316449440 +0200 | ||
2 | +++ libgalago-0.3.3/configure.ac 2005-09-08 21:39:32.697854464 +0200 | ||
3 | @@ -198,11 +198,8 @@ | ||
4 | dnl # | ||
5 | dnl # Check for Check | ||
6 | dnl # | ||
7 | -AM_PATH_CHECK(, [have_check="yes"], | ||
8 | -[ | ||
9 | - AC_MSG_WARN([Check not found; cannot run some unit tests]) | ||
10 | have_check="no" | ||
11 | -]) | ||
12 | + | ||
13 | |||
14 | AM_CONDITIONAL(HAVE_CHECK, test "$have_check" = "yes") | ||
15 | |||
diff --git a/meta/packages/galago/galago-daemon_0.3.4.bb b/meta/packages/galago/galago-daemon_0.3.4.bb new file mode 100644 index 0000000000..22257b6f44 --- /dev/null +++ b/meta/packages/galago/galago-daemon_0.3.4.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." | ||
2 | HOMEPAGE = "http://www.galago-project.org/" | ||
3 | MAINTAINER = "Koen Kooi <koen@handhelds.org>" | ||
4 | LICENSE = "GPL" | ||
5 | DEPENDS = "gettext libgalago dbus glib-2.0" | ||
6 | PR = "r1" | ||
7 | |||
8 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | ||
9 | file://no-check.patch;patch=1" | ||
10 | EXTRA_OECONF = "--disable-binreloc" | ||
11 | |||
12 | FILES_${PN} += "${datadir}/dbus-1/services/" | ||
13 | |||
14 | inherit autotools pkgconfig | ||
15 | |||
diff --git a/meta/packages/galago/libgalago_0.3.3.bb b/meta/packages/galago/libgalago_0.3.3.bb new file mode 100644 index 0000000000..85f4097806 --- /dev/null +++ b/meta/packages/galago/libgalago_0.3.3.bb | |||
@@ -0,0 +1,18 @@ | |||
1 | DESCRIPTION = "Galago is a desktop presence framework, designed to transmit presence information between programs." | ||
2 | HOMEPAGE = "http://www.galago-project.org/" | ||
3 | MAINTAINER = "Koen Kooi <koen@handhelds.org>" | ||
4 | LICENSE = "LGPL" | ||
5 | DEPENDS = "gettext dbus glib-2.0" | ||
6 | PR = "r1" | ||
7 | |||
8 | |||
9 | SRC_URI = "http://www.galago-project.org/files/releases/source/${PN}/${P}.tar.gz \ | ||
10 | file://no-check.patch;patch=1" | ||
11 | |||
12 | inherit autotools pkgconfig | ||
13 | |||
14 | do_stage() { | ||
15 | autotools_stage_includes | ||
16 | install -d ${STAGING_LIBDIR} | ||
17 | install -m 755 libgalago/.libs/libgalago.so.1.0.0 ${STAGING_LIBDIR}/libgalago.so | ||
18 | } | ||