head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.10 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.8 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.6 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.4 pkgsrc-2011Q2-base:1.2 pkgsrc-2009Q4:1.2.0.2 pkgsrc-2009Q4-base:1.2 pkgsrc-2009Q1:1.1.1.1.0.20 pkgsrc-2009Q1-base:1.1.1.1 pkgsrc-2008Q4:1.1.1.1.0.18 pkgsrc-2008Q4-base:1.1.1.1 pkgsrc-2008Q3:1.1.1.1.0.16 pkgsrc-2008Q3-base:1.1.1.1 cube-native-xorg:1.1.1.1.0.14 cube-native-xorg-base:1.1.1.1 pkgsrc-2008Q2:1.1.1.1.0.12 pkgsrc-2008Q2-base:1.1.1.1 cwrapper:1.1.1.1.0.10 pkgsrc-2008Q1:1.1.1.1.0.8 pkgsrc-2008Q1-base:1.1.1.1 pkgsrc-2007Q4:1.1.1.1.0.6 pkgsrc-2007Q4-base:1.1.1.1 pkgsrc-2007Q3:1.1.1.1.0.4 pkgsrc-2007Q3-base:1.1.1.1 pkgsrc-2007Q2:1.1.1.1.0.2 pkgsrc-2007Q2-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2009.04.16.18.14.25; author tnn; state dead; branches; next 1.1; 1.1 date 2007.05.09.10.01.28; author tnn; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2007.05.09.10.01.28; author tnn; state Exp; branches; next ; desc @@ 1.2 log @Update to rep-gtk2-0.18.4. 0.18.4: - small code cleanup - reworked configure.in - added ebuild (Thanks to Harald van Dijk) - reworked autogen.sh - removed libgnome, libgnomeui, libgnomecanvas and libglade bindings - removed examples related to removed bindings - reworked ebuild and specfile - install rep-gtk.in in $prefix$libdir - major update of the spec-file - don't install example files 0.18.3: - fixed the broken GtkCombo() Widgets - fixed an issue with autoconf on RedHat 0.18.2: - fixups in configure.in - updated BUGS, README and HACKING - removed functions no longer available in GTK 2.4+ - spec-file does now install all examples into the doc-dir 0.18.1: - started code-cleanup - added a .pc file - added ATK-Accessibility Support (Thanks to Shobbit Marthur) - added Status-Icon Widget (Thanks to Wang Diancheng) - bumped gtk req to 2.6, glib req to 2.6 and glade req to 2.4 - dropped an function no longer available in GTK 2.5+ - added --tag=CC to libtool where nessacary - renamed some of the Makefile targets (cvsclean -> svnclean a.s.o) - updated the spec file - ported the example glade files to glade2 @ text @$NetBSD: patch-ab,v 1.1 2007/05/09 10:01:28 tnn Exp $ --- gtk-compat.c.orig 2004-09-02 19:43:49.000000000 +0200 +++ gtk-compat.c @@@@ -64,7 +64,7 @@@@ gtk_menu_popup_interp (GtkMenu *menu, 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 @@@@ gtk_radio_menu_item_new_with_label_from_ 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); @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD$ @ 1.1.1.1 log @Add rep-gtk2-0.18. Provides librep bindings for gtk2 (used by wm/sawfish) @ text @@