From 474c06d9c5462de3329e63fd98f37fc14e8439d2 Mon Sep 17 00:00:00 2001 From: Stanislav Brabec Date: Sun, 10 Jan 2010 14:16:39 +0000 Subject: balsa: Update to version 2.4.2. --- recipes/balsa/balsa-2.4.1/gnome-icon-theme.patch | 27 ------- recipes/balsa/balsa_2.4.1.bb | 86 ---------------------- recipes/balsa/balsa_2.4.2.bb | 92 ++++++++++++++++++++++++ 3 files changed, 92 insertions(+), 113 deletions(-) delete mode 100644 recipes/balsa/balsa-2.4.1/gnome-icon-theme.patch delete mode 100644 recipes/balsa/balsa_2.4.1.bb create mode 100644 recipes/balsa/balsa_2.4.2.bb (limited to 'recipes/balsa') diff --git a/recipes/balsa/balsa-2.4.1/gnome-icon-theme.patch b/recipes/balsa/balsa-2.4.1/gnome-icon-theme.patch deleted file mode 100644 index 7e16171ecc..0000000000 --- a/recipes/balsa/balsa-2.4.1/gnome-icon-theme.patch +++ /dev/null @@ -1,27 +0,0 @@ -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 deleted file mode 100644 index 59b0b10ac0..0000000000 --- a/recipes/balsa/balsa_2.4.1.bb +++ /dev/null @@ -1,86 +0,0 @@ -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 \ - file://gnome-icon-theme.patch;patch=1" -PR = "r1" - -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) - -# Options for regular expressions are: NONE (POSIX) glib-2.0 (GRegex) libpcre (PCRE) -DEPENDS += "" - -# Options for remote activation are: libbonobo libunique -DEPENDS += "libunique" - -# Options for HTML view are: gtkhtml-2.0 gtkhtml-3.0 webkit-gtk NONE -DEPENDS += "webkit-gtk" - -# Optional dependencies (missing in OE): Spell checking -#DEPENDS += "gtkspell" - -# Optional dependencies: SSL support: -DEPENDS += "openssl" - -# Optional dependencies: GPE addressbook: -DEPENDS += "sqlite" - -# Optional dependencies: GNOME: -DEPENDS += "gconf libgnome libgnomeui" -#DEPENDS += "gnome-keyring" - -# Optional dependencies: PGP support: -#DEPENDS += "gpgme" - -# Optional dependencies: view source: -#DEPENDS += "gtksourceview2" - -# Optional dependencies: LDAP: -#DEPENDS += "openldap" - -# Options for optional Kerberos 5: heimdal (not in OE) krb5 -#DEPENDS += "krb5" - -# Optional dependencies: Rubrica addressbook: -#DEPENDS += "libxml2" - -# Optional dependencies (not yet in OE): X-Face support: -#DEPENDS += "compface" - -# Optional dependencies: sound support: -#DEPENDS += "libcanberra" - -# FIXME: doc build requires docbook4 and gnome-doc-utils - -inherit autotools - -EXTRA_OECONF="--with-ssl \ - --without-gnome \ - --disable-scrollkeeper \ - --enable-smime \ - --with-sqlite \ - --with-ssl \ - --with-webkit \ - --with-unique \ - --without-gtkspell \ -" -# Broken (does not compile, crashes after symbol fix): -# --enable-touch-ui \ -# Not enabled: -# --with-gtkspell \ -# --with-gpgme \ -# --with-gtksourceview \ -# --with-rubrica \ -# --with-gss \ -# --with-ldap \ -# --with-compface \ -# --with-canberra \ - -do_configure_prepend() { - # aclocal seems to insist on looking in here. Make sure it exists. - mkdir -p ${S}/m4 -} diff --git a/recipes/balsa/balsa_2.4.2.bb b/recipes/balsa/balsa_2.4.2.bb new file mode 100644 index 0000000000..e0675c82ba --- /dev/null +++ b/recipes/balsa/balsa_2.4.2.bb @@ -0,0 +1,92 @@ +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" +PR = "r0" + +DEPENDS = "glib-2.0 gmime 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) + +# Options for regular expressions are: NONE (POSIX) glib-2.0 (GRegex) libpcre (PCRE) +DEPENDS += "" + +# Options for remote activation are: libbonobo libunique +DEPENDS += "libunique" + +# Options for HTML view are: gtkhtml-2.0 gtkhtml-3.0 webkit-gtk NONE +DEPENDS += "webkit-gtk" + +# Optional dependencies (missing in OE): Spell checking +#DEPENDS += "gtkspell" + +# Optional dependencies: desktop notification: +DEPENDS += "libnotify" + +# Optional dependencies: SSL support: +DEPENDS += "openssl" + +# Optional dependencies: GPE addressbook: +DEPENDS += "sqlite" + +# Optional dependencies: GNOME: +DEPENDS += "gconf libgnome libgnomeui" +#DEPENDS += "gnome-keyring" + +# Optional dependencies: PGP support: +#DEPENDS += "gpgme" + +# Optional dependencies: view source: +#DEPENDS += "gtksourceview2" + +# Optional dependencies: LDAP: +#DEPENDS += "openldap" + +# Options for optional Kerberos 5: heimdal (not in OE) krb5 +#DEPENDS += "krb5" + +# Optional dependencies: automatic online/offline with NetworkManager: +#DEPENDS += "networkmanager" + +# Optional dependencies: Rubrica addressbook: +#DEPENDS += "libxml2" + +# Optional dependencies (not yet in OE): X-Face support: +#DEPENDS += "compface" + +# Optional dependencies: sound support: +#DEPENDS += "libcanberra" + +# FIXME: doc build requires docbook4 and gnome-doc-utils + +inherit autotools + +EXTRA_OECONF="--with-ssl \ + --without-gnome \ + --disable-scrollkeeper \ + --enable-smime \ + --with-sqlite \ + --with-ssl \ + --with-webkit \ + --with-unique \ + --without-gtkspell \ + --without-nm \ +" +# Broken (does not compile, crashes after symbol fix): +# --enable-touch-ui \ +# Not enabled: +# --with-gtkspell \ +# --with-gpgme \ +# --with-gtksourceview \ +# --with-rubrica \ +# --with-gss \ +# --with-ldap \ +# --with-compface \ +# --with-canberra \ + +do_configure_prepend() { + # aclocal seems to insist on looking in here. Make sure it exists. + mkdir -p ${S}/m4 +} -- cgit v1.2.3