summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2010-10-30 21:05:21 +0000
committerPacho Ramos <pacho@gentoo.org>2010-10-30 21:05:21 +0000
commit3d9e755dfe4a98ff6bbf67ac68c7df7f9b874496 (patch)
tree81140b7b26e1667e626857fb9e1f534fa0f3b21e /dev-cpp/gtkmm/files
parentC++ interface for the ATK library has been splitted off from gtkmm. (diff)
downloadgentoo-2-3d9e755dfe4a98ff6bbf67ac68c7df7f9b874496.tar.gz
gentoo-2-3d9e755dfe4a98ff6bbf67ac68c7df7f9b874496.tar.bz2
gentoo-2-3d9e755dfe4a98ff6bbf67ac68c7df7f9b874496.zip
Version bump, atkmm has now its own package. Remove old and make gtkmm-1.2.9-r2.ebuild repoman compliant (set RDEPEND).
(Portage version: 2.1.9.23/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp/gtkmm/files')
-rw-r--r--dev-cpp/gtkmm/files/gtkmm-2.12.7-gtk2_14-compatibility.patch55
1 files changed, 0 insertions, 55 deletions
diff --git a/dev-cpp/gtkmm/files/gtkmm-2.12.7-gtk2_14-compatibility.patch b/dev-cpp/gtkmm/files/gtkmm-2.12.7-gtk2_14-compatibility.patch
deleted file mode 100644
index aeb3a7acfc9b..000000000000
--- a/dev-cpp/gtkmm/files/gtkmm-2.12.7-gtk2_14-compatibility.patch
+++ /dev/null
@@ -1,55 +0,0 @@
-http://svn.gnome.org/viewvc/gtkmm/trunk/gtk/src/toolbar.ccg?r1=869&r2=999&view=patch
-with the same repeated for gtk/gtkmm generated sources
-
-Fixes build against gtk+-2.14 to allow gtkmm to be stabled later than gtk+
-
---- trunk/gtk/src/toolbar.ccg 2007/07/12 12:41:04 869
-+++ trunk/gtk/src/toolbar.ccg 2008/07/03 15:09:41 999
-@@ -20,13 +20,6 @@
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
--//Define this to make sure that we don't use any of the deprecated GtkToolbar API.
--//Normally we just deprecate it in gtkmm too,
--//but the GtkToolbar compatibility system is particularly unpleasant, so we just removed it in gtkmm 2.4. murrayc.
--//In future, this GTK_DISABLE_DEPRECATED might be inappropriate because it might cover extra GTK+ API. Just remove it then.
--
--#define GTK_DISABLE_DEPRECATED
--
- #include <glib.h>
- #include <gtkmm/button.h>
- #include <gtkmm/togglebutton.h>
-@@ -96,7 +89,7 @@
- Tooltips* Toolbar::get_tooltips_object() const
- {
- //Note that the _tooltips field is deprecated and broken since GTK+ 2.12:
-- return Glib::wrap((GtkTooltips*)gobj()->_tooltips);
-+ return 0; //Glib::wrap((GtkTooltips*)gobj()->_tooltips);
- }
- #endif //GTKMM_DISABLE_DEPRECATED
-
---- trunk/gtk/gtkmm/toolbar.cc 2007/07/12 12:41:04 869
-+++ trunk/gtk/gtkmm/toolbar.cc 2008/07/03 15:09:41 999
-@@ -20,13 +20,6 @@
- * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- */
-
--//Define this to make sure that we don't use any of the deprecated GtkToolbar API.
--//Normally we just deprecate it in gtkmm too,
--//but the GtkToolbar compatibility system is particularly unpleasant, so we just removed it in gtkmm 2.4. murrayc.
--//In future, this GTK_DISABLE_DEPRECATED might be inappropriate because it might cover extra GTK+ API. Just remove it then.
--
--#define GTK_DISABLE_DEPRECATED
--
- #include <glib.h>
- #include <gtkmm/button.h>
- #include <gtkmm/togglebutton.h>
-@@ -96,7 +89,7 @@
- Tooltips* Toolbar::get_tooltips_object() const
- {
- //Note that the _tooltips field is deprecated and broken since GTK+ 2.12:
-- return Glib::wrap((GtkTooltips*)gobj()->_tooltips);
-+ return 0; //Glib::wrap((GtkTooltips*)gobj()->_tooltips);
- }
- #endif //GTKMM_DISABLE_DEPRECATED
-