Browse Source

rep-gtk: Updated (0.18 -> 0.18.6r2)

karasz/new-early
Alejandro Mery 15 years ago
parent
commit
afb5ceac8b
  1. 50
      gnome2/rep-gtk/gtk-2.4.patch
  2. 7
      gnome2/rep-gtk/rep-gtk.desc

50
gnome2/rep-gtk/gtk-2.4.patch

@ -1,50 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../rep-gtk/gtk-2.4.patch
# Copyright (C) 2004 - 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./rep-gtk.h.orig 2005-03-28 23:48:38.000000000 -0400
+++ ./rep-gtk.h 2005-03-28 23:49:35.000000000 -0400
@@ -291,10 +291,10 @@
GtkWidget*
gtk_radio_menu_item_new_with_label_from_widget (GtkRadioMenuItem *group,
- gchar *label);
+ const gchar *label);
GtkWidget*
gtk_radio_menu_item_new_with_mnemonic_from_widget (GtkRadioMenuItem *group,
- gchar *label);
+ const gchar *label);
GtkWidget* gtk_radio_menu_item_new_from_widget (GtkRadioMenuItem *group);
GtkWidget* gtk_pixmap_new_interp (char *file, GtkWidget *intended_parent);
--- ./gtk-compat.c.orig 2005-03-28 23:49:54.000000000 -0400
+++ ./gtk-compat.c 2005-03-28 23:50:39.363196776 -0400
@@ -64,7 +64,7 @@
GtkWidget*
gtk_radio_menu_item_new_with_label_from_widget (GtkRadioMenuItem *group,
- gchar *label)
+ const gchar *label)
{
GSList *g = group? gtk_radio_menu_item_group (group) : NULL;
return gtk_radio_menu_item_new_with_label (g, label);
@@ -72,7 +72,7 @@
GtkWidget*
gtk_radio_menu_item_new_with_mnemonic_from_widget (GtkRadioMenuItem *group,
- gchar *label)
+ const gchar *label)
{
GSList *g = group? gtk_radio_menu_item_group (group) : NULL;
return gtk_radio_menu_item_new_with_mnemonic (g, label);

7
gnome2/rep-gtk/rep-gtk.desc

@ -3,6 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../rep-gtk/rep-gtk.desc [COPY] Filename: package/.../rep-gtk/rep-gtk.desc
[COPY] Copyright (C) 2009 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2004 Clifford Wolf [COPY] Copyright (C) 1998 - 2004 Clifford Wolf
[COPY] [COPY]
@ -31,10 +32,10 @@
[C] extra/development extra/desktop/gnome [C] extra/development extra/desktop/gnome
[L] GPL [L] GPL
[S] Beta [S] Stable
[V] 0.18 [V] 0.18.6r2
[P] O -----5---9 143.900 [P] O -----5---9 143.900
[O] . $base/package/*/*/gnome2-conf.in [O] . $base/package/*/*/gnome2-conf.in
[D] 3057428609 rep-gtk-0.18.tar.gz http://dl.sourceforge.net/sourceforge/rep-gtk/ [D] 665871384 rep-gtk-0.18.6r2.tar.bz2 http://dl.sourceforge.net/sourceforge/rep-gtk/

Loading…
Cancel
Save