diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-04-29 16:32:48 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-04-29 16:32:48 +0000 |
commit | 83b460653df0e13b48263b9221cef9294e97c138 (patch) | |
tree | 219092ca16b059081b810b37c1c1a7ffad1f7d74 /mail-client/mail-notification/files | |
parent | keyworded ~arch for ppc64, bug 219456 (diff) | |
download | gentoo-2-83b460653df0e13b48263b9221cef9294e97c138.tar.gz gentoo-2-83b460653df0e13b48263b9221cef9294e97c138.tar.bz2 gentoo-2-83b460653df0e13b48263b9221cef9294e97c138.zip |
Version bump
(Portage version: 2.1.4.4)
Diffstat (limited to 'mail-client/mail-notification/files')
-rw-r--r-- | mail-client/mail-notification/files/mail-notification-5.3-dont-update-cache.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/mail-client/mail-notification/files/mail-notification-5.3-dont-update-cache.patch b/mail-client/mail-notification/files/mail-notification-5.3-dont-update-cache.patch new file mode 100644 index 000000000000..6cdade158a71 --- /dev/null +++ b/mail-client/mail-notification/files/mail-notification-5.3-dont-update-cache.patch @@ -0,0 +1,25 @@ +Our gnome2 eclass takes care of proper rebuilding on the icon +cache. We have to remove this also because it causes access +violations. +--- jbsrc/jb.c.~1~ 2008-03-20 16:53:02.000000000 +0100 ++++ jbsrc/jb.c 2008-03-26 20:51:45.641363619 +0100 +@@ -327,7 +327,6 @@ + jb_package_add_resources (void) + { + JBGroup *group; +- JBRule *rule; + JBObject *object; + + if (jb_variable_get_bool("compile-warnings")) +@@ -362,11 +361,6 @@ + if (jb_variable_get_bool("hotmail")) + jb_group_add_data_file(group, "hotmail.png", "$pkgdatadir"); + +- rule = jb_rule_new(); +- jb_rule_set_install_message(rule, "updating the GTK+ icon cache"); +- jb_rule_add_install_command(rule, "-gtk-update-icon-cache -f -t $datadir/icons/hicolor"); +- jb_group_add_resource(group, JB_GROUP_RESOURCE(rule)); +- + jb_group_add(group); + + /*** data ******************************************************************/ |