summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/pimlico/contacts
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-sato/pimlico/contacts')
-rw-r--r--meta/recipes-sato/pimlico/contacts/contacts-conditionally-install-schema.patch37
-rw-r--r--meta/recipes-sato/pimlico/contacts/contacts-owl-window-menu.patch54
-rw-r--r--meta/recipes-sato/pimlico/contacts/make-382.patch16
-rw-r--r--meta/recipes-sato/pimlico/contacts/stock_contact.pngbin2311 -> 0 bytes
-rw-r--r--meta/recipes-sato/pimlico/contacts/stock_person.pngbin2280 -> 0 bytes
5 files changed, 0 insertions, 107 deletions
diff --git a/meta/recipes-sato/pimlico/contacts/contacts-conditionally-install-schema.patch b/meta/recipes-sato/pimlico/contacts/contacts-conditionally-install-schema.patch
deleted file mode 100644
index 2ab7882c81..0000000000
--- a/meta/recipes-sato/pimlico/contacts/contacts-conditionally-install-schema.patch
+++ /dev/null
@@ -1,37 +0,0 @@
1Install schema should respect to GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
2
3If GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL is set, the schema should not
4be installed.
5
6Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
7
8Upstream-Status: Pending
9---
10 data/Makefile.am | 7 ++++---
11 1 files changed, 4 insertions(+), 3 deletions(-)
12
13diff --git a/data/Makefile.am b/data/Makefile.am
14index f790823..b6fd643 100644
15--- a/data/Makefile.am
16+++ b/data/Makefile.am
17@@ -14,13 +14,14 @@ dist_man1_MANS = contacts.1
18
19 if HAVE_GCONF
20 install-data-local:
21- GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
22+ if [ "$(GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL)" != "1" ]; then \
23+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) \
24 $(GCONFTOOL) --makefile-install-rule $(schema_DATA) || \
25 (echo ;\
26 echo "*****************************************************"; \
27 echo "Installation of schemas failed, install them manually"; \
28- echo "*****************************************************";)
29- @true
30+ echo "*****************************************************";); \
31+ fi
32 endif
33
34 CLEANFILES = $(desktop_DATA)
35--
361.7.7.6
37
diff --git a/meta/recipes-sato/pimlico/contacts/contacts-owl-window-menu.patch b/meta/recipes-sato/pimlico/contacts/contacts-owl-window-menu.patch
deleted file mode 100644
index 532387667b..0000000000
--- a/meta/recipes-sato/pimlico/contacts/contacts-owl-window-menu.patch
+++ /dev/null
@@ -1,54 +0,0 @@
1Upstream-Status: Inappropriate [enable feature]
2
3Index: contacts-0.9/src/contacts-gtk.c
4===================================================================
5--- contacts-0.9.orig/src/contacts-gtk.c 2008-06-06 12:56:08.000000000 +0100
6+++ contacts-0.9/src/contacts-gtk.c 2008-06-16 08:14:28.000000000 +0100
7@@ -220,8 +220,8 @@
8 vbox7 = gtk_vbox_new (FALSE, 0);
9 gtk_container_add (GTK_CONTAINER (main_window), vbox7);
10
11- main_menubar = gtk_menu_bar_new ();
12- gtk_box_pack_start (GTK_BOX (vbox7), main_menubar, FALSE, FALSE, 0);
13+ main_menubar = gtk_menu_new ();
14+ gtk_widget_show (main_menubar);
15
16 contacts_menu = gtk_menu_item_new_with_mnemonic (_("C_ontacts"));
17 gtk_container_add (GTK_CONTAINER (main_menubar), contacts_menu);
18Index: contacts-0.9/src/Makefile.am
19===================================================================
20--- contacts-0.9.orig/src/Makefile.am 2008-06-03 09:16:56.000000000 +0100
21+++ contacts-0.9/src/Makefile.am 2008-06-16 08:15:34.000000000 +0100
22@@ -40,7 +40,7 @@
23 contacts-@FRONTEND@.c \
24 contacts-@FRONTEND@.h
25
26-contacts_LDADD = $(CONTACTS_LIBS) $(DBUS_LIBS)
27+contacts_LDADD = $(CONTACTS_LIBS) $(DBUS_LIBS) -lowl
28
29 contacts_LDFLAGS = @CONTACTS_LIBS@ @DBUS_LIBS@
30
31Index: contacts-0.9/src/contacts-main.c
32===================================================================
33--- contacts-0.9.orig/src/contacts-main.c 2008-06-06 10:26:52.000000000 +0100
34+++ contacts-0.9/src/contacts-main.c 2008-06-16 08:14:28.000000000 +0100
35@@ -27,6 +27,8 @@
36 #include <libgnomevfs/gnome-vfs.h>
37 #endif
38
39+#include <libowl/owlwindowmenu.h>
40+
41 #include "bacon-message-connection.h"
42 #include "contacts-defs.h"
43 #include "contacts-utils.h"
44@@ -266,6 +268,10 @@
45 gtk_widget_show_all (widget);
46 }
47
48+ gtk_widget_show_all (data->ui->main_menubar);
49+ owl_set_window_menu (GTK_WINDOW (data->ui->main_window),
50+ GTK_MENU (data->ui->main_menubar));
51+
52 gtk_main ();
53
54 /* if we have modified the current contact, but not saved it, do so now */
diff --git a/meta/recipes-sato/pimlico/contacts/make-382.patch b/meta/recipes-sato/pimlico/contacts/make-382.patch
deleted file mode 100644
index a7cfee3a00..0000000000
--- a/meta/recipes-sato/pimlico/contacts/make-382.patch
+++ /dev/null
@@ -1,16 +0,0 @@
1Fix for stricter parser in make 3.82. This fix has been pushed to upstream git.
2
3JL - 15/12/10
4
5Upstream-Status: Accepted
6
7Index: git/Makefile.am
8===================================================================
9--- git.orig/Makefile.am
10+++ git/Makefile.am
11@@ -11,4 +11,4 @@ DISTCLEANFILES = $(INTLTOOL_BUILT)
12 MAINTAINERCLEANFILES = aclocal.m4 compile config.guess config.sub configure depcomp $(INTLTOOL_BUILT:=.in) install-sh ltmain.sh mkinstalldirs Makefile.in missing
13
14 snapshot:
15- $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
16+ $(MAKE) dist distdir=$(PACKAGE)-snap`date +"%Y%m%d"`
diff --git a/meta/recipes-sato/pimlico/contacts/stock_contact.png b/meta/recipes-sato/pimlico/contacts/stock_contact.png
deleted file mode 100644
index 123b4485ac..0000000000
--- a/meta/recipes-sato/pimlico/contacts/stock_contact.png
+++ /dev/null
Binary files differ
diff --git a/meta/recipes-sato/pimlico/contacts/stock_person.png b/meta/recipes-sato/pimlico/contacts/stock_person.png
deleted file mode 100644
index 2b1328b4e2..0000000000
--- a/meta/recipes-sato/pimlico/contacts/stock_person.png
+++ /dev/null
Binary files differ