[oe-commits] Stanislav Brabec : balsa-2.4.1: Depends on gnome-icon-theme.

git version control git at git.openembedded.org
Sun Nov 8 16:28:11 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: e0e13253cda40005f5f24bb09db68b66636d2924
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=e0e13253cda40005f5f24bb09db68b66636d2924

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Wed Nov  4 22:05:08 2009 +0000

balsa-2.4.1: Depends on gnome-icon-theme.

---

 recipes/balsa/balsa-2.4.1/gnome-icon-theme.patch |   27 ++++++++++++++++++++++
 recipes/balsa/balsa_2.4.1.bb                     |    7 ++++-
 2 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/recipes/balsa/balsa-2.4.1/gnome-icon-theme.patch b/recipes/balsa/balsa-2.4.1/gnome-icon-theme.patch
new file mode 100644
index 0000000..7e16171
--- /dev/null
+++ b/recipes/balsa/balsa-2.4.1/gnome-icon-theme.patch
@@ -0,0 +1,27 @@
+https://bugzilla.gnome.org/show_bug.cgi?id=596309
+Index: balsa-2.4.1/src/balsa-app.c
+===================================================================
+--- balsa-2.4.1.orig/src/balsa-app.c
++++ balsa-2.4.1/src/balsa-app.c
+@@ -436,6 +436,9 @@ balsa_app_init(void)
+     /* Message filing */
+     balsa_app.folder_mru=NULL;
+     balsa_app.fcc_mru=NULL;
++
++    g_object_set (gtk_settings_get_default (),
++		  "gtk-fallback-icon-theme", "gnome", NULL);
+ }
+ 
+ void
+Index: balsa-2.4.1/configure.in
+===================================================================
+--- balsa-2.4.1.orig/configure.in
++++ balsa-2.4.1/configure.in
+@@ -329,6 +329,7 @@ glib-2.0 >= 2.16.0
+ gtk+-2.0 >= 2.14.0
+ gmime-2.4
+ gio-2.0
++gnome-icon-theme
+ $gnome_extras
+ ])
+ 
diff --git a/recipes/balsa/balsa_2.4.1.bb b/recipes/balsa/balsa_2.4.1.bb
index c66ec5a..59b0b10 100644
--- a/recipes/balsa/balsa_2.4.1.bb
+++ b/recipes/balsa/balsa_2.4.1.bb
@@ -2,9 +2,12 @@ DESCRIPTION = "Robust and configurable e-mail client for GNOME"
 HOMEPAGE = "http://pawsa.fedorapeople.org/balsa/"
 SECTION = "x11/network"
 LICENSE = "GPL"
-SRC_URI = "http://pawsa.fedorapeople.org/balsa/${P}.tar.bz2"
+SRC_URI = "http://pawsa.fedorapeople.org/balsa/${P}.tar.bz2 \
+	   file://gnome-icon-theme.patch;patch=1"
+PR = "r1"
 
-DEPENDS = "glib-2.0 libgmime-2.4 gtk+ intltool-native libesmtp libxml-parser-perl-native"
+DEPENDS = "glib-2.0 libgmime-2.4 gnome-icon-theme gtk+ intltool-native libesmtp libxml-parser-perl-native"
+RDEPENDS_${PN} = "gnome-icon-theme"
 # FIXME: It is possible to build several variants of balsa: lite (SSL, gqlite/GPE, maybe HTML),
 # standard (GNOME, spell checking, HTML), full (Kerberos, LDAP, PGP, Rubrica, X-Face)
 





More information about the Openembedded-commits mailing list