Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification/files: mail-notification-5.3-dont-update-cache.patch
Date: Tue, 29 Apr 2008 16:32:55
Message-Id: E1Jqsl6-0001yk-IS@stork.gentoo.org
1 graaff 08/04/29 16:32:48
2
3 Added: mail-notification-5.3-dont-update-cache.patch
4 Log:
5 Version bump
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.1 mail-client/mail-notification/files/mail-notification-5.3-dont-update-cache.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/files/mail-notification-5.3-dont-update-cache.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/files/mail-notification-5.3-dont-update-cache.patch?rev=1.1&content-type=text/plain
13
14 Index: mail-notification-5.3-dont-update-cache.patch
15 ===================================================================
16 Our gnome2 eclass takes care of proper rebuilding on the icon
17 cache. We have to remove this also because it causes access
18 violations.
19 --- jbsrc/jb.c.~1~ 2008-03-20 16:53:02.000000000 +0100
20 +++ jbsrc/jb.c 2008-03-26 20:51:45.641363619 +0100
21 @@ -327,7 +327,6 @@
22 jb_package_add_resources (void)
23 {
24 JBGroup *group;
25 - JBRule *rule;
26 JBObject *object;
27
28 if (jb_variable_get_bool("compile-warnings"))
29 @@ -362,11 +361,6 @@
30 if (jb_variable_get_bool("hotmail"))
31 jb_group_add_data_file(group, "hotmail.png", "$pkgdatadir");
32
33 - rule = jb_rule_new();
34 - jb_rule_set_install_message(rule, "updating the GTK+ icon cache");
35 - jb_rule_add_install_command(rule, "-gtk-update-icon-cache -f -t $datadir/icons/hicolor");
36 - jb_group_add_resource(group, JB_GROUP_RESOURCE(rule));
37 -
38 jb_group_add(group);
39
40 /*** data ******************************************************************/
41
42
43
44 --
45 gentoo-commits@l.g.o mailing list