Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/giftui/files: 0.4.1-gentoo-r1.patch digest-giftui-0.4.1-r1 digest-giftui-0.4.1 0.4.1-gentoo.patch digest-giftui-0.3.1
Date: Tue, 15 Jan 2008 19:05:25
Message-Id: E1JEr69-0001lq-9I@stork.gentoo.org
1 armin76 08/01/15 19:05:21
2
3 Added: 0.4.1-gentoo-r1.patch digest-giftui-0.4.1-r1
4 Removed: digest-giftui-0.4.1 0.4.1-gentoo.patch
5 digest-giftui-0.3.1
6 Log:
7 Fix autotools and fix not starting with newer gtk+
8 (Portage version: 2.1.4, RepoMan options: --force)
9
10 Revision Changes Path
11 1.1 net-p2p/giftui/files/0.4.1-gentoo-r1.patch
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/giftui/files/0.4.1-gentoo-r1.patch?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/giftui/files/0.4.1-gentoo-r1.patch?rev=1.1&content-type=text/plain
15
16 Index: 0.4.1-gentoo-r1.patch
17 ===================================================================
18 --- giftui-0.4.1.orig/src/ui_transfer_cb.c
19 +++ giftui-0.4.1/src/ui_transfer_cb.c
20 @@ -18,12 +18,12 @@
21 */
22
23 #include "main.h"
24 +#include "gtkcellrendererprogress.h"
25
26 #include <string.h>
27 #include <libgift/libgift.h>
28 #include <gtk/gtk.h>
29
30 -#include "gtkcellrendererprogress.h"
31
32 #include "io.h"
33 #include "event.h"
34 --- giftui-0.4.1.orig/src/ui_transfer.c
35 +++ giftui-0.4.1/src/ui_transfer.c
36 @@ -18,13 +18,13 @@
37 */
38
39 #include "main.h"
40 +#include "gtkcellrendererprogress.h"
41
42 #include <string.h>
43 #include <libgift/libgift.h>
44 #include <gdk/gdkkeysyms.h>
45 #include <gtk/gtk.h>
46
47 -#include "gtkcellrendererprogress.h"
48
49 #include "io.h"
50 #include "event.h"
51 --- giftui-0.4.1.orig/src/main.c
52 +++ giftui-0.4.1/src/main.c
53 @@ -197,6 +197,8 @@
54 bindtextdomain (PACKAGE, LOCALEDIR);
55 textdomain (PACKAGE);
56 #endif
57 + /* init GObject system */
58 + g_type_init();
59
60 /* configuration init & load */
61 giftui_config_init ();
62 --- giftui-0.4.1.orig/src/ui_about.c
63 +++ giftui-0.4.1/src/ui_about.c
64 @@ -153,7 +153,7 @@
65 gtk_container_add (GTK_CONTAINER (scrolled), about->list);
66
67 /* create columns */
68 - for (i = 0; i < ABOUT_ICON ; i++)
69 + for (i = 0; i < ABOUT_VERSION ; i++)
70 {
71 column = gtk_tree_view_column_new ();
72 gtk_tree_view_column_set_title (column, column_headers[i]);
73
74
75
76 1.1 net-p2p/giftui/files/digest-giftui-0.4.1-r1
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/giftui/files/digest-giftui-0.4.1-r1?rev=1.1&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-p2p/giftui/files/digest-giftui-0.4.1-r1?rev=1.1&content-type=text/plain
80
81 Index: digest-giftui-0.4.1-r1
82 ===================================================================
83 MD5 de834779fde3f2edb002631f4110f1b9 giftui-0.4.1.tar.bz2 220208
84 RMD160 35f33c9580bc89664748b82a73a2173b4d72844c giftui-0.4.1.tar.bz2 220208
85 SHA256 1a28bb483ba6f02853280dc2520b28e6c1ca34b2935e8f4e3b5ecd069699f583 giftui-0.4.1.tar.bz2 220208
86
87
88
89 --
90 gentoo-commits@l.g.o mailing list