diff options
author | Raúl Porcel <armin76@gentoo.org> | 2008-01-15 19:05:20 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2008-01-15 19:05:20 +0000 |
commit | 9395cddb380aef8669acaf427fb9ada76f77dd46 (patch) | |
tree | 2bc65c931ea389e3bccb4840b8c58f947bd458bf /net-p2p/giftui/files | |
parent | Fix to ~app-crypt/gpgme-0.3.14 (diff) | |
download | gentoo-2-9395cddb380aef8669acaf427fb9ada76f77dd46.tar.gz gentoo-2-9395cddb380aef8669acaf427fb9ada76f77dd46.tar.bz2 gentoo-2-9395cddb380aef8669acaf427fb9ada76f77dd46.zip |
Fix autotools and fix not starting with newer gtk+
(Portage version: 2.1.4, RepoMan options: --force)
Diffstat (limited to 'net-p2p/giftui/files')
-rw-r--r-- | net-p2p/giftui/files/0.4.1-gentoo-r1.patch | 55 | ||||
-rw-r--r-- | net-p2p/giftui/files/0.4.1-gentoo.patch | 66 | ||||
-rw-r--r-- | net-p2p/giftui/files/digest-giftui-0.3.1 | 3 | ||||
-rw-r--r-- | net-p2p/giftui/files/digest-giftui-0.4.1-r1 (renamed from net-p2p/giftui/files/digest-giftui-0.4.1) | 0 |
4 files changed, 55 insertions, 69 deletions
diff --git a/net-p2p/giftui/files/0.4.1-gentoo-r1.patch b/net-p2p/giftui/files/0.4.1-gentoo-r1.patch new file mode 100644 index 000000000000..531812165391 --- /dev/null +++ b/net-p2p/giftui/files/0.4.1-gentoo-r1.patch @@ -0,0 +1,55 @@ +--- giftui-0.4.1.orig/src/ui_transfer_cb.c ++++ giftui-0.4.1/src/ui_transfer_cb.c +@@ -18,12 +18,12 @@ + */ + + #include "main.h" ++#include "gtkcellrendererprogress.h" + + #include <string.h> + #include <libgift/libgift.h> + #include <gtk/gtk.h> + +-#include "gtkcellrendererprogress.h" + + #include "io.h" + #include "event.h" +--- giftui-0.4.1.orig/src/ui_transfer.c ++++ giftui-0.4.1/src/ui_transfer.c +@@ -18,13 +18,13 @@ + */ + + #include "main.h" ++#include "gtkcellrendererprogress.h" + + #include <string.h> + #include <libgift/libgift.h> + #include <gdk/gdkkeysyms.h> + #include <gtk/gtk.h> + +-#include "gtkcellrendererprogress.h" + + #include "io.h" + #include "event.h" +--- giftui-0.4.1.orig/src/main.c ++++ giftui-0.4.1/src/main.c +@@ -197,6 +197,8 @@ + bindtextdomain (PACKAGE, LOCALEDIR); + textdomain (PACKAGE); + #endif ++ /* init GObject system */ ++ g_type_init(); + + /* configuration init & load */ + giftui_config_init (); +--- giftui-0.4.1.orig/src/ui_about.c ++++ giftui-0.4.1/src/ui_about.c +@@ -153,7 +153,7 @@ + gtk_container_add (GTK_CONTAINER (scrolled), about->list); + + /* create columns */ +- for (i = 0; i < ABOUT_ICON ; i++) ++ for (i = 0; i < ABOUT_VERSION ; i++) + { + column = gtk_tree_view_column_new (); + gtk_tree_view_column_set_title (column, column_headers[i]); diff --git a/net-p2p/giftui/files/0.4.1-gentoo.patch b/net-p2p/giftui/files/0.4.1-gentoo.patch deleted file mode 100644 index afda790f3266..000000000000 --- a/net-p2p/giftui/files/0.4.1-gentoo.patch +++ /dev/null @@ -1,66 +0,0 @@ -diff -Naur giftui-0.4.1/src/main.c giftui-0.4.1.new/src/main.c ---- giftui-0.4.1/src/main.c 2004-05-06 01:55:02.000000000 -0500 -+++ giftui-0.4.1.new/src/main.c 2004-08-18 22:30:08.600960640 -0500 -@@ -197,6 +197,12 @@ - bindtextdomain (PACKAGE, LOCALEDIR); - textdomain (PACKAGE); - #endif -+ -+ /* init GObject system */ -+ g_type_init (); -+ -+ /* GTK+ init */ -+ gtk_init (&argc, &argv); - - /* configuration init & load */ - giftui_config_init (); -@@ -214,10 +220,6 @@ - - return EXIT_FAILURE; - } -- -- -- /* GTK+ init */ -- gtk_init (&argc, &argv); - - return EXIT_SUCCESS; - } ---- giftui-0.4.1/src/ui_transfer_cb.old 2004-05-06 08:54:58.000000000 +0200 -+++ giftui-0.4.1/src/ui_transfer_cb.c 2005-03-06 17:06:12.000000000 +0100 -@@ -23,8 +23,6 @@ - #include <libgift/libgift.h> - #include <gtk/gtk.h> - --#include "gtkcellrendererprogress.h" -- - #include "io.h" - #include "event.h" - #include "configure.h" ---- giftui-0.4.1/src/ui_transfer.c.old 2004-05-13 19:46:11.000000000 +0200 -+++ giftui-0.4.1/src/ui_transfer.c 2005-03-06 17:05:18.000000000 +0100 -@@ -24,8 +24,6 @@ - #include <gdk/gdkkeysyms.h> - #include <gtk/gtk.h> - --#include "gtkcellrendererprogress.h" -- - #include "io.h" - #include "event.h" - #include "configure.h" ---- giftui-0.4.1/src/ui_transfer.h.old 2004-05-06 08:55:01.000000000 +0200 -+++ giftui-0.4.1/src/ui_transfer.h 2005-03-06 17:05:52.000000000 +0100 -@@ -38,6 +38,14 @@ - - #define GIFTUI_TRANSFERFILE(arg) ((GiftuiTransferFile_t *) (arg)) - -+typedef enum -+{ -+ GTK_CELL_RENDERER_PROGRESS_ACTIVE, -+ GTK_CELL_RENDERER_PROGRESS_COMPLETED, -+ GTK_CELL_RENDERER_PROGRESS_PAUSED, -+ GTK_CELL_RENDERER_PROGRESS_CANCELED -+} GtkCellRendererProgressColor; -+ - typedef struct _GiftuiTransfer GiftuiTransfer; - typedef struct _GiftuiTransferClass GiftuiTransferClass; - diff --git a/net-p2p/giftui/files/digest-giftui-0.3.1 b/net-p2p/giftui/files/digest-giftui-0.3.1 deleted file mode 100644 index 97bf8f34ea7d..000000000000 --- a/net-p2p/giftui/files/digest-giftui-0.3.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 5c689e94e74feda449615ed41de2c802 giftui-0.3.1.tar.bz2 263631 -RMD160 1e23026c3d63245a994c1798f91c841fa90d72f0 giftui-0.3.1.tar.bz2 263631 -SHA256 57916909ca07f6c384dfc0adfbec358125a5b46257083a2bec55649a349b1006 giftui-0.3.1.tar.bz2 263631 diff --git a/net-p2p/giftui/files/digest-giftui-0.4.1 b/net-p2p/giftui/files/digest-giftui-0.4.1-r1 index 3fe59d9319a0..3fe59d9319a0 100644 --- a/net-p2p/giftui/files/digest-giftui-0.4.1 +++ b/net-p2p/giftui/files/digest-giftui-0.4.1-r1 |