aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2020-11-01 17:19:47 +0000
committerRene Ladan <rene@FreeBSD.org>2020-11-01 17:19:47 +0000
commitf098f759c47c85e1fbeda7e92bf1d0e28c666a44 (patch)
treef520594ceca295a41a4223aea790ac3928cf18f6
parenta2f6d99689ee196772c90e54f4b4d80c746d3765 (diff)
downloadports-f098f759c47c85e1fbeda7e92bf1d0e28c666a44.tar.gz
ports-f098f759c47c85e1fbeda7e92bf1d0e28c666a44.zip
Notes
-rw-r--r--MOVED3
-rw-r--r--x11-toolkits/Makefile1
-rw-r--r--x11-toolkits/gtkmm20/Makefile42
-rw-r--r--x11-toolkits/gtkmm20/distinfo2
-rw-r--r--x11-toolkits/gtkmm20/files/patch-glib_glibmm_class.cc93
-rw-r--r--x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_notebook.cc21
-rw-r--r--x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_private_notebook_p.h11
-rw-r--r--x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_private_scrolledwindow_p.h11
-rw-r--r--x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_scale.cc10
-rw-r--r--x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_scrolledwindow.cc21
-rw-r--r--x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeview.h19
-rw-r--r--x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeviewcolumn.h20
-rw-r--r--x11-toolkits/gtkmm20/pkg-descr3
-rw-r--r--x11-toolkits/gtkmm20/pkg-plist492
-rw-r--r--x11/Makefile2
-rw-r--r--x11/decurs/Makefile37
-rw-r--r--x11/decurs/distinfo2
-rw-r--r--x11/decurs/files/decurs.exec4
-rw-r--r--x11/decurs/files/patch-src_cppstring.cc10
-rw-r--r--x11/decurs/pkg-descr5
-rw-r--r--x11/decurs/pkg-plist13
-rw-r--r--x11/fluxbg/Makefile31
-rw-r--r--x11/fluxbg/distinfo2
-rw-r--r--x11/fluxbg/files/pkg-message.in8
-rw-r--r--x11/fluxbg/pkg-descr6
25 files changed, 3 insertions, 866 deletions
diff --git a/MOVED b/MOVED
index 1264c9fda520..c5df8287cec0 100644
--- a/MOVED
+++ b/MOVED
@@ -15663,3 +15663,6 @@ devel/py-setuptools_darcs||2020-10-27|Has expired: Uses Python 2.7 which is EOLe
devel/py-darcsver||2020-10-27|Has expired: does not build with python3
devel/py-gdata|www/py-google-api-python-client|2020-10-27|Has expired: Unmaintained upstream, superseded by www/py-google-api-python-client
devel/libsigc++12|devel/libsigc++20|2020-10-31|Has expired: Use newer version
+x11/decurs||2020-11-01|Depends on removed x11-toolkits/gtkmm20
+x11/fluxbg||2020-11-01|Depends on removed x11-toolkits/gtkmm20
+x11-toolkits/gtkmm20|x11-toolkits/gtkmm24|2020-11-01|Broken after libsigc++12 removal
diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile
index 00b6ea350052..4419020df6b9 100644
--- a/x11-toolkits/Makefile
+++ b/x11-toolkits/Makefile
@@ -46,7 +46,6 @@
SUBDIR += gtkglextmm
SUBDIR += gtkimageview
SUBDIR += gtkmathview
- SUBDIR += gtkmm20
SUBDIR += gtkmm24
SUBDIR += gtkmm30
SUBDIR += gtksourceview2
diff --git a/x11-toolkits/gtkmm20/Makefile b/x11-toolkits/gtkmm20/Makefile
deleted file mode 100644
index ea95651e9ca2..000000000000
--- a/x11-toolkits/gtkmm20/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# Created by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
-# $FreeBSD$
-# $MCom: ports/x11-toolkits/gtkmm20/Makefile,v 1.11 2006/09/10 00:51:17 mezz Exp $
-
-PORTNAME= gtkmm
-PORTVERSION= 2.2.12
-PORTREVISION?= 18
-CATEGORIES= x11-toolkits
-MASTER_SITES= GNOME/sources/${PORTNAME}/2.2
-PKGNAMESUFFIX= 20
-DIST_SUBDIR= gnome2
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= C++ wrapper for Gtk+, Pango, Atk, and Glib
-
-USES+= compiler:c++11-lang tar:bzip2
-
-PORTSCOUT= ignore:1
-
-USES+= autoreconf gmake gnome libtool:keepla pathfix pkgconfig
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-USE_GNOME= gtk20 libsigc++20
-CONFIGURE_ARGS= --enable-static=yes \
- --with-sigc-prefix=${LOCALBASE}
-INSTALL_TARGET= install-strip
-BINARY_WRAPPERS= gm4
-
-post-patch:
- @${REINPLACE_CMD} -e 's|glib/gmessages.h|glib/gtestutils.h|g' \
- ${WRKSRC}/glib/src/*.ccg ${WRKSRC}/glib/glibmm/*.* \
- ${WRKSRC}/gtk/src/*.* ${WRKSRC}/gtk/gtkmm/*.* \
- ${WRKSRC}/demos/gtk-demo/*.cc
- @${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
- ${WRKSRC}/glib/glibmm/*.cc ${WRKSRC}/glib/glibmm/*.h \
- ${WRKSRC}/gtk/gtkmm/textbuffer.cc
-.for d in docs examples tests
- @${REINPLACE_CMD} -e '/^SUBDIRS[[:space:]]*=/s/${d}//' \
- ${WRKSRC}/Makefile.am
-.endfor
-
-.include <bsd.port.mk>
diff --git a/x11-toolkits/gtkmm20/distinfo b/x11-toolkits/gtkmm20/distinfo
deleted file mode 100644
index 0debd764c73b..000000000000
--- a/x11-toolkits/gtkmm20/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (gnome2/gtkmm-2.2.12.tar.bz2) = 8aa93a899f7aa55617041107dd3290ccbd3b2b81348a745a66557b159617bb57
-SIZE (gnome2/gtkmm-2.2.12.tar.bz2) = 3846586
diff --git a/x11-toolkits/gtkmm20/files/patch-glib_glibmm_class.cc b/x11-toolkits/gtkmm20/files/patch-glib_glibmm_class.cc
deleted file mode 100644
index 5509db5115e4..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-glib_glibmm_class.cc
+++ /dev/null
@@ -1,93 +0,0 @@
-class.cc:40:5: error: non-constant-expression cannot be narrowed from type 'guint'
- (aka 'unsigned int') to 'guint16' (aka 'unsigned short') in initializer list
- [-Wc++11-narrowing]
- base_query.class_size,
- ^~~~~~~~~~~~~~~~~~~~~
-class.cc:40:5: note: insert an explicit cast to silence this issue
- base_query.class_size,
- ^~~~~~~~~~~~~~~~~~~~~
- static_cast<guint16>()
-class.cc:46:5: error: non-constant-expression cannot be narrowed from type 'guint'
- (aka 'unsigned int') to 'guint16' (aka 'unsigned short') in initializer list
- [-Wc++11-narrowing]
- base_query.instance_size,
- ^~~~~~~~~~~~~~~~~~~~~~~~
-class.cc:46:5: note: insert an explicit cast to silence this issue
- base_query.instance_size,
- ^~~~~~~~~~~~~~~~~~~~~~~~
- static_cast<guint16>( )
-class.cc:78:7: error: non-constant-expression cannot be narrowed from type 'guint'
- (aka 'unsigned int') to 'guint16' (aka 'unsigned short') in initializer list
- [-Wc++11-narrowing]
- base_query.class_size,
- ^~~~~~~~~~~~~~~~~~~~~
-class.cc:78:7: note: insert an explicit cast to silence this issue
- base_query.class_size,
- ^~~~~~~~~~~~~~~~~~~~~
- static_cast<guint16>()
-class.cc:84:7: error: non-constant-expression cannot be narrowed from type 'guint'
- (aka 'unsigned int') to 'guint16' (aka 'unsigned short') in initializer list
- [-Wc++11-narrowing]
- base_query.instance_size,
- ^~~~~~~~~~~~~~~~~~~~~~~~
-class.cc:84:7: note: insert an explicit cast to silence this issue
- base_query.instance_size,
- ^~~~~~~~~~~~~~~~~~~~~~~~
- static_cast<guint16>( )
-
-https://git.gnome.org/browse/glibmm/commit/?id=926909ed02a2
-
---- glib/glibmm/class.cc.orig 2002-10-11 18:05:43 UTC
-+++ glib/glibmm/class.cc
-@@ -35,15 +35,23 @@ void Class::register_derived_type(GType base_type)
- GTypeQuery base_query = { 0, 0, 0, 0, };
- g_type_query(base_type, &base_query);
-
-+ //GTypeQuery::class_size is guint but GTypeInfo::class_size is guint16.
-+ const guint16 class_size =
-+ (guint16)base_query.class_size;
-+
-+ //GTypeQuery::instance_size is guint but GTypeInfo::instance_size is guint16.
-+ const guint16 instance_size =
-+ (guint16)base_query.instance_size;
-+
- const GTypeInfo derived_info =
- {
-- base_query.class_size,
-+ class_size,
- 0, // base_init
- 0, // base_finalize
- class_init_func_,
- 0, // class_finalize
- 0, // class_data
-- base_query.instance_size,
-+ instance_size,
- 0, // n_preallocs
- 0, // instance_init
- 0, // value_table
-@@ -73,15 +81,23 @@ GType Class::clone_custom_type(const char* custom_type
- GTypeQuery base_query = { 0, 0, 0, 0, };
- g_type_query(base_type, &base_query);
-
-+ //GTypeQuery::class_size is guint but GTypeInfo::class_size is guint16.
-+ const guint16 class_size =
-+ (guint16)base_query.class_size;
-+
-+ //GTypeQuery::instance_size is guint but GTypeInfo::instance_size is guint16.
-+ const guint16 instance_size =
-+ (guint16)base_query.instance_size;
-+
- const GTypeInfo derived_info =
- {
-- base_query.class_size,
-+ class_size,
- 0, // base_init
- 0, // base_finalize
- &Class::custom_class_init_function,
- 0, // class_finalize
- this, // class_data
-- base_query.instance_size,
-+ instance_size,
- 0, // n_preallocs
- 0, // instance_init
- 0, // value_table
diff --git a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_notebook.cc b/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_notebook.cc
deleted file mode 100644
index 9151d5a8db32..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_notebook.cc
+++ /dev/null
@@ -1,21 +0,0 @@
---- gtk/gtkmm/notebook.cc.orig Sun Jan 14 15:16:24 2007
-+++ gtk/gtkmm/notebook.cc Sun Jan 14 15:16:33 2007
-@@ -796,7 +796,7 @@ gboolean Notebook_Class::focus_tab_callb
- return RType();
- }
-
--void Notebook_Class::change_current_page_callback(GtkNotebook* self, gint p0)
-+gboolean Notebook_Class::change_current_page_callback(GtkNotebook* self, gint p0)
- {
- CppObjectType *const obj = dynamic_cast<CppObjectType*>(
- Glib::ObjectBase::_get_current_wrapper((GObject*)self));
-@@ -829,6 +829,9 @@ void Notebook_Class::change_current_page
- if(base && base->change_current_page)
- (*base->change_current_page)(self, p0);
- }
-+
-+ typedef gboolean RType;
-+ return RType();
- }
-
- void Notebook_Class::move_focus_out_callback(GtkNotebook* self, GtkDirectionType p0)
diff --git a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_private_notebook_p.h b/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_private_notebook_p.h
deleted file mode 100644
index 6d2e7497ca62..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_private_notebook_p.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk/gtkmm/private/notebook_p.h.orig Sun Jan 14 15:17:36 2007
-+++ gtk/gtkmm/private/notebook_p.h Sun Jan 14 15:17:46 2007
-@@ -36,7 +36,7 @@ protected:
- static void switch_page_callback(GtkNotebook* self, GtkNotebookPage* p0, guint p1);
- static gboolean select_page_callback(GtkNotebook* self, gboolean p0);
- static gboolean focus_tab_callback(GtkNotebook* self, GtkNotebookTab p0);
-- static void change_current_page_callback(GtkNotebook* self, gint p0);
-+ static gboolean change_current_page_callback(GtkNotebook* self, gint p0);
- static void move_focus_out_callback(GtkNotebook* self, GtkDirectionType p0);
-
- //Callbacks (virtual functions):
diff --git a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_private_scrolledwindow_p.h b/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_private_scrolledwindow_p.h
deleted file mode 100644
index 14c27eb2a945..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_private_scrolledwindow_p.h
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk/gtkmm/private/scrolledwindow_p.h.orig Sun Jan 14 15:17:41 2007
-+++ gtk/gtkmm/private/scrolledwindow_p.h Sun Jan 14 15:17:46 2007
-@@ -33,7 +33,7 @@ protected:
- //Callbacks (default signal handlers):
- //These will call the *_impl member methods, which will then call the existing default signal callbacks, if any.
- //You could prevent the original default signal handlers being called by overriding the *_impl method.
-- static void scroll_child_callback(GtkScrolledWindow* self, GtkScrollType p0, gboolean p1);
-+ static gboolean scroll_child_callback(GtkScrolledWindow* self, GtkScrollType p0, gboolean p1);
- static void move_focus_out_callback(GtkScrolledWindow* self, GtkDirectionType p0);
-
- //Callbacks (virtual functions):
diff --git a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_scale.cc b/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_scale.cc
deleted file mode 100644
index 919db84d7620..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_scale.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- gtk/gtkmm/scale.cc.orig 2013-08-31 20:43:53.000000000 +0200
-+++ gtk/gtkmm/scale.cc 2013-08-31 20:49:39.000000000 +0200
-@@ -31,6 +31,7 @@
- #include <gtk/gtkhscale.h>
- #include <gtk/gtkvscale.h>
- #include <math.h>
-+#include <cstdlib>
-
- namespace Gtk
- {
diff --git a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_scrolledwindow.cc b/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_scrolledwindow.cc
deleted file mode 100644
index 0edd24accf83..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_scrolledwindow.cc
+++ /dev/null
@@ -1,21 +0,0 @@
---- gtk/gtkmm/scrolledwindow.cc.orig Sun Jan 14 15:16:30 2007
-+++ gtk/gtkmm/scrolledwindow.cc Sun Jan 14 15:16:33 2007
-@@ -166,7 +166,7 @@ void ScrolledWindow_Class::class_init_fu
- }
-
-
--void ScrolledWindow_Class::scroll_child_callback(GtkScrolledWindow* self, GtkScrollType p0, gboolean p1)
-+gboolean ScrolledWindow_Class::scroll_child_callback(GtkScrolledWindow* self, GtkScrollType p0, gboolean p1)
- {
- CppObjectType *const obj = dynamic_cast<CppObjectType*>(
- Glib::ObjectBase::_get_current_wrapper((GObject*)self));
-@@ -200,6 +200,9 @@ void ScrolledWindow_Class::scroll_child_
- if(base && base->scroll_child)
- (*base->scroll_child)(self, p0, p1);
- }
-+
-+ typedef gboolean RType;
-+ return RType();
- }
-
- void ScrolledWindow_Class::move_focus_out_callback(GtkScrolledWindow* self, GtkDirectionType p0)
diff --git a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeview.h b/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeview.h
deleted file mode 100644
index 2dbcf54ee899..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeview.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- gtk/gtkmm/treeview.h.orig 2013-08-31 15:49:24.000000000 +0200
-+++ gtk/gtkmm/treeview.h 2013-08-31 15:59:45.000000000 +0200
-@@ -3,6 +3,7 @@
- #ifndef _GTKMM_TREEVIEW_H
- #define _GTKMM_TREEVIEW_H
-
-+#include <cstdlib>
- #include <glibmm.h>
-
- /* $Id: treeview.hg,v 1.71 2004/06/03 09:38:35 murrayc Exp $ */
-@@ -1296,7 +1297,7 @@
-
- //Convert the text to a number, using the same logic used by GtkCellRendererText when it stores numbers.
- char* pchEnd = 0;
-- ColumnType new_value = static_cast<ColumnType>( strtod(new_text.c_str(), &pchEnd) );
-+ ColumnType new_value = static_cast<ColumnType>( std::strtod(new_text.c_str(), &pchEnd) );
-
- //Store the user's new text in the model:
- Gtk::TreeRow row = *iter;
diff --git a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeviewcolumn.h b/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeviewcolumn.h
deleted file mode 100644
index 0927f4126bbe..000000000000
--- a/x11-toolkits/gtkmm20/files/patch-gtk_gtkmm_treeviewcolumn.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- gtk/gtkmm/treeviewcolumn.h.orig Mon Jul 21 14:45:01 2003
-+++ gtk/gtkmm/treeviewcolumn.h Mon Jul 21 14:45:28 2003
-@@ -577,7 +577,7 @@
- void TreeViewColumn::pack_start(const TreeModelColumn<T_ModelColumnType>& column, bool expand)
- {
- //Generate appropriate Renderer for the column:
-- CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() );
-+ CellRenderer* pCellRenderer = manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) );
-
- //Use the renderer:
- pack_start(*pCellRenderer, expand);
-@@ -588,7 +588,7 @@
- void TreeViewColumn::pack_end(const TreeModelColumn<T_ModelColumnType>& column, bool expand)
- {
- //Generate appropriate Renderer for the column:
-- CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>() );
-+ CellRenderer* pCellRenderer= manage( TreeViewColumn_CellRendererGeneration::generate_cellrenderer<T_ModelColumnType>(false) );
-
- //Use the renderer:
- pack_end(*pCellRenderer, expand);
diff --git a/x11-toolkits/gtkmm20/pkg-descr b/x11-toolkits/gtkmm20/pkg-descr
deleted file mode 100644
index 3d8c48095f16..000000000000
--- a/x11-toolkits/gtkmm20/pkg-descr
+++ /dev/null
@@ -1,3 +0,0 @@
-C++ wrapper for Gtk+, Pango, Atk, and Glib.
-
-WWW: http://gtkmm.sourceforge.net/
diff --git a/x11-toolkits/gtkmm20/pkg-plist b/x11-toolkits/gtkmm20/pkg-plist
deleted file mode 100644
index 55c487eec2d2..000000000000
--- a/x11-toolkits/gtkmm20/pkg-plist
+++ /dev/null
@@ -1,492 +0,0 @@
-include/gtkmm-2.0/atkmm.h
-include/gtkmm-2.0/atkmm/action.h
-include/gtkmm-2.0/atkmm/component.h
-include/gtkmm-2.0/atkmm/editabletext.h
-include/gtkmm-2.0/atkmm/image.h
-include/gtkmm-2.0/atkmm/noopobject.h
-include/gtkmm-2.0/atkmm/object.h
-include/gtkmm-2.0/atkmm/objectaccessible.h
-include/gtkmm-2.0/atkmm/private/action_p.h
-include/gtkmm-2.0/atkmm/private/component_p.h
-include/gtkmm-2.0/atkmm/private/editabletext_p.h
-include/gtkmm-2.0/atkmm/private/image_p.h
-include/gtkmm-2.0/atkmm/private/noopobject_p.h
-include/gtkmm-2.0/atkmm/private/object_p.h
-include/gtkmm-2.0/atkmm/private/objectaccessible_p.h
-include/gtkmm-2.0/atkmm/private/relation_p.h
-include/gtkmm-2.0/atkmm/private/relationset_p.h
-include/gtkmm-2.0/atkmm/private/selection_p.h
-include/gtkmm-2.0/atkmm/private/stateset_p.h
-include/gtkmm-2.0/atkmm/private/table_p.h
-include/gtkmm-2.0/atkmm/private/text_p.h
-include/gtkmm-2.0/atkmm/private/value_p.h
-include/gtkmm-2.0/atkmm/relation.h
-include/gtkmm-2.0/atkmm/relationset.h
-include/gtkmm-2.0/atkmm/selection.h
-include/gtkmm-2.0/atkmm/stateset.h
-include/gtkmm-2.0/atkmm/table.h
-include/gtkmm-2.0/atkmm/text.h
-include/gtkmm-2.0/atkmm/value.h
-include/gtkmm-2.0/atkmm/wrap_init.h
-include/gtkmm-2.0/gdkmm.h
-include/gtkmm-2.0/gdkmm/bitmap.h
-include/gtkmm-2.0/gdkmm/color.h
-include/gtkmm-2.0/gdkmm/colormap.h
-include/gtkmm-2.0/gdkmm/cursor.h
-include/gtkmm-2.0/gdkmm/device.h
-include/gtkmm-2.0/gdkmm/display.h
-include/gtkmm-2.0/gdkmm/displaymanager.h
-include/gtkmm-2.0/gdkmm/dragcontext.h
-include/gtkmm-2.0/gdkmm/drawable.h
-include/gtkmm-2.0/gdkmm/event.h
-include/gtkmm-2.0/gdkmm/gc.h
-include/gtkmm-2.0/gdkmm/general.h
-include/gtkmm-2.0/gdkmm/image.h
-include/gtkmm-2.0/gdkmm/list.h
-include/gtkmm-2.0/gdkmm/pixbuf.h
-include/gtkmm-2.0/gdkmm/pixbufanimation.h
-include/gtkmm-2.0/gdkmm/pixbufanimationiter.h
-include/gtkmm-2.0/gdkmm/pixbufloader.h
-include/gtkmm-2.0/gdkmm/pixmap.h
-include/gtkmm-2.0/gdkmm/private/bitmap_p.h
-include/gtkmm-2.0/gdkmm/private/color_p.h
-include/gtkmm-2.0/gdkmm/private/colormap_p.h
-include/gtkmm-2.0/gdkmm/private/cursor_p.h
-include/gtkmm-2.0/gdkmm/private/device_p.h
-include/gtkmm-2.0/gdkmm/private/display_p.h
-include/gtkmm-2.0/gdkmm/private/displaymanager_p.h
-include/gtkmm-2.0/gdkmm/private/dragcontext_p.h
-include/gtkmm-2.0/gdkmm/private/drawable_p.h
-include/gtkmm-2.0/gdkmm/private/event_p.h
-include/gtkmm-2.0/gdkmm/private/gc_p.h
-include/gtkmm-2.0/gdkmm/private/image_p.h
-include/gtkmm-2.0/gdkmm/private/pixbuf_p.h
-include/gtkmm-2.0/gdkmm/private/pixbufanimation_p.h
-include/gtkmm-2.0/gdkmm/private/pixbufanimationiter_p.h
-include/gtkmm-2.0/gdkmm/private/pixbufloader_p.h
-include/gtkmm-2.0/gdkmm/private/pixmap_p.h
-include/gtkmm-2.0/gdkmm/private/rectangle_p.h
-include/gtkmm-2.0/gdkmm/private/region_p.h
-include/gtkmm-2.0/gdkmm/private/rgbcmap_p.h
-include/gtkmm-2.0/gdkmm/private/screen_p.h
-include/gtkmm-2.0/gdkmm/private/types_p.h
-include/gtkmm-2.0/gdkmm/private/visual_p.h
-include/gtkmm-2.0/gdkmm/private/window_p.h
-include/gtkmm-2.0/gdkmm/rectangle.h
-include/gtkmm-2.0/gdkmm/region.h
-include/gtkmm-2.0/gdkmm/rgbcmap.h
-include/gtkmm-2.0/gdkmm/screen.h
-include/gtkmm-2.0/gdkmm/types.h
-include/gtkmm-2.0/gdkmm/visual.h
-include/gtkmm-2.0/gdkmm/window.h
-include/gtkmm-2.0/gdkmm/wrap_init.h
-include/gtkmm-2.0/glibmm.h
-include/gtkmm-2.0/glibmm/arrayhandle.h
-include/gtkmm-2.0/glibmm/class.h
-include/gtkmm-2.0/glibmm/containerhandle_shared.h
-include/gtkmm-2.0/glibmm/containers.h
-include/gtkmm-2.0/glibmm/convert.h
-include/gtkmm-2.0/glibmm/date.h
-include/gtkmm-2.0/glibmm/debug.h
-include/gtkmm-2.0/glibmm/dispatcher.h
-include/gtkmm-2.0/glibmm/error.h
-include/gtkmm-2.0/glibmm/exception.h
-include/gtkmm-2.0/glibmm/exceptionhandler.h
-include/gtkmm-2.0/glibmm/fileutils.h
-include/gtkmm-2.0/glibmm/helperlist.h
-include/gtkmm-2.0/glibmm/interface.h
-include/gtkmm-2.0/glibmm/iochannel.h
-include/gtkmm-2.0/glibmm/listhandle.h
-include/gtkmm-2.0/glibmm/main.h
-include/gtkmm-2.0/glibmm/markup.h
-include/gtkmm-2.0/glibmm/miscutils.h
-include/gtkmm-2.0/glibmm/module.h
-include/gtkmm-2.0/glibmm/object.h
-include/gtkmm-2.0/glibmm/objectbase.h
-include/gtkmm-2.0/glibmm/pattern.h
-include/gtkmm-2.0/glibmm/private/convert_p.h
-include/gtkmm-2.0/glibmm/private/date_p.h
-include/gtkmm-2.0/glibmm/private/fileutils_p.h
-include/gtkmm-2.0/glibmm/private/interface_p.h
-include/gtkmm-2.0/glibmm/private/iochannel_p.h
-include/gtkmm-2.0/glibmm/private/markup_p.h
-include/gtkmm-2.0/glibmm/private/module_p.h
-include/gtkmm-2.0/glibmm/private/object_p.h
-include/gtkmm-2.0/glibmm/private/shell_p.h
-include/gtkmm-2.0/glibmm/private/spawn_p.h
-include/gtkmm-2.0/glibmm/private/thread_p.h
-include/gtkmm-2.0/glibmm/private/unicode_p.h
-include/gtkmm-2.0/glibmm/property.h
-include/gtkmm-2.0/glibmm/propertyproxy.h
-include/gtkmm-2.0/glibmm/propertyproxy_base.h
-include/gtkmm-2.0/glibmm/quark.h
-include/gtkmm-2.0/glibmm/random.h
-include/gtkmm-2.0/glibmm/refptr.h
-include/gtkmm-2.0/glibmm/sarray.h
-include/gtkmm-2.0/glibmm/shell.h
-include/gtkmm-2.0/glibmm/signalproxy.h
-include/gtkmm-2.0/glibmm/signalproxy_connectionnode.h
-include/gtkmm-2.0/glibmm/slisthandle.h
-include/gtkmm-2.0/glibmm/spawn.h
-include/gtkmm-2.0/glibmm/streamiochannel.h
-include/gtkmm-2.0/glibmm/stringutils.h
-include/gtkmm-2.0/glibmm/thread.h
-include/gtkmm-2.0/glibmm/threadpool.h
-include/gtkmm-2.0/glibmm/timer.h
-include/gtkmm-2.0/glibmm/timeval.h
-include/gtkmm-2.0/glibmm/unicode.h
-include/gtkmm-2.0/glibmm/ustring.h
-include/gtkmm-2.0/glibmm/utility.h
-include/gtkmm-2.0/glibmm/value.h
-include/gtkmm-2.0/glibmm/value_basictypes.h
-include/gtkmm-2.0/glibmm/value_custom.h
-include/gtkmm-2.0/glibmm/wrap.h
-include/gtkmm-2.0/glibmm/wrap_init.h
-include/gtkmm-2.0/gtkmm.h
-include/gtkmm-2.0/gtkmm/accelgroup.h
-include/gtkmm-2.0/gtkmm/accelkey.h
-include/gtkmm-2.0/gtkmm/accellabel.h
-include/gtkmm-2.0/gtkmm/accelmap.h
-include/gtkmm-2.0/gtkmm/adjustment.h
-include/gtkmm-2.0/gtkmm/alignment.h
-include/gtkmm-2.0/gtkmm/arrow.h
-include/gtkmm-2.0/gtkmm/aspectframe.h
-include/gtkmm-2.0/gtkmm/base.h
-include/gtkmm-2.0/gtkmm/bin.h
-include/gtkmm-2.0/gtkmm/box.h
-include/gtkmm-2.0/gtkmm/button.h
-include/gtkmm-2.0/gtkmm/buttonbox.h
-include/gtkmm-2.0/gtkmm/calendar.h
-include/gtkmm-2.0/gtkmm/celleditable.h
-include/gtkmm-2.0/gtkmm/cellrenderer.h
-include/gtkmm-2.0/gtkmm/cellrendererpixbuf.h
-include/gtkmm-2.0/gtkmm/cellrenderertext.h
-include/gtkmm-2.0/gtkmm/cellrenderertoggle.h
-include/gtkmm-2.0/gtkmm/checkbutton.h
-include/gtkmm-2.0/gtkmm/checkmenuitem.h
-include/gtkmm-2.0/gtkmm/clipboard.h
-include/gtkmm-2.0/gtkmm/colorselection.h
-include/gtkmm-2.0/gtkmm/combo.h
-include/gtkmm-2.0/gtkmm/container.h
-include/gtkmm-2.0/gtkmm/curve.h
-include/gtkmm-2.0/gtkmm/dialog.h
-include/gtkmm-2.0/gtkmm/drawingarea.h
-include/gtkmm-2.0/gtkmm/editable.h
-include/gtkmm-2.0/gtkmm/entry.h
-include/gtkmm-2.0/gtkmm/enums.h
-include/gtkmm-2.0/gtkmm/eventbox.h
-include/gtkmm-2.0/gtkmm/fileselection.h
-include/gtkmm-2.0/gtkmm/fixed.h
-include/gtkmm-2.0/gtkmm/fontselection.h
-include/gtkmm-2.0/gtkmm/frame.h
-include/gtkmm-2.0/gtkmm/handlebox.h
-include/gtkmm-2.0/gtkmm/iconfactory.h
-include/gtkmm-2.0/gtkmm/iconset.h
-include/gtkmm-2.0/gtkmm/iconsource.h
-include/gtkmm-2.0/gtkmm/image.h
-include/gtkmm-2.0/gtkmm/imagemenuitem.h
-include/gtkmm-2.0/gtkmm/inputdialog.h
-include/gtkmm-2.0/gtkmm/invisible.h
-include/gtkmm-2.0/gtkmm/item.h
-include/gtkmm-2.0/gtkmm/label.h
-include/gtkmm-2.0/gtkmm/layout.h
-include/gtkmm-2.0/gtkmm/liststore.h
-include/gtkmm-2.0/gtkmm/main.h
-include/gtkmm-2.0/gtkmm/menu.h
-include/gtkmm-2.0/gtkmm/menu_elems.h
-include/gtkmm-2.0/gtkmm/menubar.h
-include/gtkmm-2.0/gtkmm/menuitem.h
-include/gtkmm-2.0/gtkmm/menushell.h
-include/gtkmm-2.0/gtkmm/messagedialog.h
-include/gtkmm-2.0/gtkmm/misc.h
-include/gtkmm-2.0/gtkmm/notebook.h
-include/gtkmm-2.0/gtkmm/object.h
-include/gtkmm-2.0/gtkmm/optionmenu.h
-include/gtkmm-2.0/gtkmm/paned.h
-include/gtkmm-2.0/gtkmm/plug.h
-include/gtkmm-2.0/gtkmm/private/accelgroup_p.h
-include/gtkmm-2.0/gtkmm/private/accellabel_p.h
-include/gtkmm-2.0/gtkmm/private/adjustment_p.h
-include/gtkmm-2.0/gtkmm/private/alignment_p.h
-include/gtkmm-2.0/gtkmm/private/arrow_p.h
-include/gtkmm-2.0/gtkmm/private/aspectframe_p.h
-include/gtkmm-2.0/gtkmm/private/bin_p.h
-include/gtkmm-2.0/gtkmm/private/box_p.h
-include/gtkmm-2.0/gtkmm/private/button_p.h
-include/gtkmm-2.0/gtkmm/private/buttonbox_p.h
-include/gtkmm-2.0/gtkmm/private/calendar_p.h
-include/gtkmm-2.0/gtkmm/private/celleditable_p.h
-include/gtkmm-2.0/gtkmm/private/cellrenderer_p.h
-include/gtkmm-2.0/gtkmm/private/cellrendererpixbuf_p.h
-include/gtkmm-2.0/gtkmm/private/cellrenderertext_p.h
-include/gtkmm-2.0/gtkmm/private/cellrenderertoggle_p.h
-include/gtkmm-2.0/gtkmm/private/checkbutton_p.h
-include/gtkmm-2.0/gtkmm/private/checkmenuitem_p.h
-include/gtkmm-2.0/gtkmm/private/clipboard_p.h
-include/gtkmm-2.0/gtkmm/private/colorselection_p.h
-include/gtkmm-2.0/gtkmm/private/combo_p.h
-include/gtkmm-2.0/gtkmm/private/container_p.h
-include/gtkmm-2.0/gtkmm/private/curve_p.h
-include/gtkmm-2.0/gtkmm/private/dialog_p.h
-include/gtkmm-2.0/gtkmm/private/drawingarea_p.h
-include/gtkmm-2.0/gtkmm/private/editable_p.h
-include/gtkmm-2.0/gtkmm/private/entry_p.h
-include/gtkmm-2.0/gtkmm/private/enums_p.h
-include/gtkmm-2.0/gtkmm/private/eventbox_p.h
-include/gtkmm-2.0/gtkmm/private/fileselection_p.h
-include/gtkmm-2.0/gtkmm/private/fixed_p.h
-include/gtkmm-2.0/gtkmm/private/fontselection_p.h
-include/gtkmm-2.0/gtkmm/private/frame_p.h
-include/gtkmm-2.0/gtkmm/private/handlebox_p.h
-include/gtkmm-2.0/gtkmm/private/iconfactory_p.h
-include/gtkmm-2.0/gtkmm/private/iconset_p.h
-include/gtkmm-2.0/gtkmm/private/iconsource_p.h
-include/gtkmm-2.0/gtkmm/private/image_p.h
-include/gtkmm-2.0/gtkmm/private/imagemenuitem_p.h
-include/gtkmm-2.0/gtkmm/private/inputdialog_p.h
-include/gtkmm-2.0/gtkmm/private/invisible_p.h
-include/gtkmm-2.0/gtkmm/private/item_p.h
-include/gtkmm-2.0/gtkmm/private/label_p.h
-include/gtkmm-2.0/gtkmm/private/layout_p.h
-include/gtkmm-2.0/gtkmm/private/liststore_p.h
-include/gtkmm-2.0/gtkmm/private/main_p.h
-include/gtkmm-2.0/gtkmm/private/menu_p.h
-include/gtkmm-2.0/gtkmm/private/menubar_p.h
-include/gtkmm-2.0/gtkmm/private/menuitem_p.h
-include/gtkmm-2.0/gtkmm/private/menushell_p.h
-include/gtkmm-2.0/gtkmm/private/messagedialog_p.h
-include/gtkmm-2.0/gtkmm/private/misc_p.h
-include/gtkmm-2.0/gtkmm/private/notebook_p.h
-include/gtkmm-2.0/gtkmm/private/object_p.h
-include/gtkmm-2.0/gtkmm/private/optionmenu_p.h
-include/gtkmm-2.0/gtkmm/private/paned_p.h
-include/gtkmm-2.0/gtkmm/private/plug_p.h
-include/gtkmm-2.0/gtkmm/private/progressbar_p.h
-include/gtkmm-2.0/gtkmm/private/radiobutton_p.h
-include/gtkmm-2.0/gtkmm/private/radiomenuitem_p.h
-include/gtkmm-2.0/gtkmm/private/range_p.h
-include/gtkmm-2.0/gtkmm/private/rc_p.h
-include/gtkmm-2.0/gtkmm/private/ruler_p.h
-include/gtkmm-2.0/gtkmm/private/scale_p.h
-include/gtkmm-2.0/gtkmm/private/scrollbar_p.h
-include/gtkmm-2.0/gtkmm/private/scrolledwindow_p.h
-include/gtkmm-2.0/gtkmm/private/selectiondata_p.h
-include/gtkmm-2.0/gtkmm/private/separator_p.h
-include/gtkmm-2.0/gtkmm/private/separatormenuitem_p.h
-include/gtkmm-2.0/gtkmm/private/settings_p.h
-include/gtkmm-2.0/gtkmm/private/sizegroup_p.h
-include/gtkmm-2.0/gtkmm/private/socket_p.h
-include/gtkmm-2.0/gtkmm/private/spinbutton_p.h
-include/gtkmm-2.0/gtkmm/private/statusbar_p.h
-include/gtkmm-2.0/gtkmm/private/stockitem_p.h
-include/gtkmm-2.0/gtkmm/private/style_p.h
-include/gtkmm-2.0/gtkmm/private/table_p.h
-include/gtkmm-2.0/gtkmm/private/tearoffmenuitem_p.h
-include/gtkmm-2.0/gtkmm/private/textattributes_p.h
-include/gtkmm-2.0/gtkmm/private/textbuffer_p.h
-include/gtkmm-2.0/gtkmm/private/textchildanchor_p.h
-include/gtkmm-2.0/gtkmm/private/textiter_p.h
-include/gtkmm-2.0/gtkmm/private/textmark_p.h
-include/gtkmm-2.0/gtkmm/private/texttag_p.h
-include/gtkmm-2.0/gtkmm/private/texttagtable_p.h
-include/gtkmm-2.0/gtkmm/private/textview_p.h
-include/gtkmm-2.0/gtkmm/private/togglebutton_p.h
-include/gtkmm-2.0/gtkmm/private/toolbar_p.h
-include/gtkmm-2.0/gtkmm/private/tooltips_p.h
-include/gtkmm-2.0/gtkmm/private/treedragdest_p.h
-include/gtkmm-2.0/gtkmm/private/treedragsource_p.h
-include/gtkmm-2.0/gtkmm/private/treeiter_p.h
-include/gtkmm-2.0/gtkmm/private/treemodel_p.h
-include/gtkmm-2.0/gtkmm/private/treemodelsort_p.h
-include/gtkmm-2.0/gtkmm/private/treepath_p.h
-include/gtkmm-2.0/gtkmm/private/treerowreference_p.h
-include/gtkmm-2.0/gtkmm/private/treeselection_p.h
-include/gtkmm-2.0/gtkmm/private/treesortable_p.h
-include/gtkmm-2.0/gtkmm/private/treestore_p.h
-include/gtkmm-2.0/gtkmm/private/treeview_p.h
-include/gtkmm-2.0/gtkmm/private/treeviewcolumn_p.h
-include/gtkmm-2.0/gtkmm/private/viewport_p.h
-include/gtkmm-2.0/gtkmm/private/widget_p.h
-include/gtkmm-2.0/gtkmm/private/window_p.h
-include/gtkmm-2.0/gtkmm/progressbar.h
-include/gtkmm-2.0/gtkmm/radiobutton.h
-include/gtkmm-2.0/gtkmm/radiomenuitem.h
-include/gtkmm-2.0/gtkmm/range.h
-include/gtkmm-2.0/gtkmm/rc.h
-include/gtkmm-2.0/gtkmm/ruler.h
-include/gtkmm-2.0/gtkmm/scale.h
-include/gtkmm-2.0/gtkmm/scrollbar.h
-include/gtkmm-2.0/gtkmm/scrolledwindow.h
-include/gtkmm-2.0/gtkmm/selectiondata.h
-include/gtkmm-2.0/gtkmm/selectiondata_private.h
-include/gtkmm-2.0/gtkmm/separator.h
-include/gtkmm-2.0/gtkmm/separatormenuitem.h
-include/gtkmm-2.0/gtkmm/settings.h
-include/gtkmm-2.0/gtkmm/sizegroup.h
-include/gtkmm-2.0/gtkmm/socket.h
-include/gtkmm-2.0/gtkmm/spinbutton.h
-include/gtkmm-2.0/gtkmm/statusbar.h
-include/gtkmm-2.0/gtkmm/stock.h
-include/gtkmm-2.0/gtkmm/stockid.h
-include/gtkmm-2.0/gtkmm/stockitem.h
-include/gtkmm-2.0/gtkmm/style.h
-include/gtkmm-2.0/gtkmm/table.h
-include/gtkmm-2.0/gtkmm/targetentry.h
-include/gtkmm-2.0/gtkmm/tearoffmenuitem.h
-include/gtkmm-2.0/gtkmm/textattributes.h
-include/gtkmm-2.0/gtkmm/textbuffer.h
-include/gtkmm-2.0/gtkmm/textchildanchor.h
-include/gtkmm-2.0/gtkmm/textiter.h
-include/gtkmm-2.0/gtkmm/textmark.h
-include/gtkmm-2.0/gtkmm/texttag.h
-include/gtkmm-2.0/gtkmm/texttagtable.h
-include/gtkmm-2.0/gtkmm/textview.h
-include/gtkmm-2.0/gtkmm/togglebutton.h
-include/gtkmm-2.0/gtkmm/toolbar.h
-include/gtkmm-2.0/gtkmm/tooltips.h
-include/gtkmm-2.0/gtkmm/treedragdest.h
-include/gtkmm-2.0/gtkmm/treedragsource.h
-include/gtkmm-2.0/gtkmm/treeiter.h
-include/gtkmm-2.0/gtkmm/treemodel.h
-include/gtkmm-2.0/gtkmm/treemodelcolumn.h
-include/gtkmm-2.0/gtkmm/treemodelsort.h
-include/gtkmm-2.0/gtkmm/treepath.h
-include/gtkmm-2.0/gtkmm/treerowreference.h
-include/gtkmm-2.0/gtkmm/treeselection.h
-include/gtkmm-2.0/gtkmm/treesortable.h
-include/gtkmm-2.0/gtkmm/treestore.h
-include/gtkmm-2.0/gtkmm/treeview.h
-include/gtkmm-2.0/gtkmm/treeview_private.h
-include/gtkmm-2.0/gtkmm/treeviewcolumn.h
-include/gtkmm-2.0/gtkmm/viewport.h
-include/gtkmm-2.0/gtkmm/widget.h
-include/gtkmm-2.0/gtkmm/window.h
-include/gtkmm-2.0/gtkmm/wrap_init.h
-include/gtkmm-2.0/gtkmm_generate_extra_defs/generate_extra_defs.h
-include/gtkmm-2.0/pangomm.h
-include/gtkmm-2.0/pangomm/attributes.h
-include/gtkmm-2.0/pangomm/attriter.h
-include/gtkmm-2.0/pangomm/attrlist.h
-include/gtkmm-2.0/pangomm/color.h
-include/gtkmm-2.0/pangomm/context.h
-include/gtkmm-2.0/pangomm/coverage.h
-include/gtkmm-2.0/pangomm/font.h
-include/gtkmm-2.0/pangomm/fontdescription.h
-include/gtkmm-2.0/pangomm/fontface.h
-include/gtkmm-2.0/pangomm/fontfamily.h
-include/gtkmm-2.0/pangomm/fontmap.h
-include/gtkmm-2.0/pangomm/fontmetrics.h
-include/gtkmm-2.0/pangomm/fontset.h
-include/gtkmm-2.0/pangomm/glyph.h
-include/gtkmm-2.0/pangomm/glyphstring.h
-include/gtkmm-2.0/pangomm/item.h
-include/gtkmm-2.0/pangomm/language.h
-include/gtkmm-2.0/pangomm/layout.h
-include/gtkmm-2.0/pangomm/layoutiter.h
-include/gtkmm-2.0/pangomm/layoutline.h
-include/gtkmm-2.0/pangomm/layoutrun.h
-include/gtkmm-2.0/pangomm/private/attributes_p.h
-include/gtkmm-2.0/pangomm/private/attriter_p.h
-include/gtkmm-2.0/pangomm/private/attrlist_p.h
-include/gtkmm-2.0/pangomm/private/color_p.h
-include/gtkmm-2.0/pangomm/private/context_p.h
-include/gtkmm-2.0/pangomm/private/coverage_p.h
-include/gtkmm-2.0/pangomm/private/font_p.h
-include/gtkmm-2.0/pangomm/private/fontdescription_p.h
-include/gtkmm-2.0/pangomm/private/fontface_p.h
-include/gtkmm-2.0/pangomm/private/fontfamily_p.h
-include/gtkmm-2.0/pangomm/private/fontmap_p.h
-include/gtkmm-2.0/pangomm/private/fontmetrics_p.h
-include/gtkmm-2.0/pangomm/private/fontset_p.h
-include/gtkmm-2.0/pangomm/private/glyph_p.h
-include/gtkmm-2.0/pangomm/private/glyphstring_p.h
-include/gtkmm-2.0/pangomm/private/item_p.h
-include/gtkmm-2.0/pangomm/private/language_p.h
-include/gtkmm-2.0/pangomm/private/layout_p.h
-include/gtkmm-2.0/pangomm/private/layoutiter_p.h
-include/gtkmm-2.0/pangomm/private/layoutline_p.h
-include/gtkmm-2.0/pangomm/private/layoutrun_p.h
-include/gtkmm-2.0/pangomm/private/rectangle_p.h
-include/gtkmm-2.0/pangomm/private/tabarray_p.h
-include/gtkmm-2.0/pangomm/rectangle.h
-include/gtkmm-2.0/pangomm/tabarray.h
-include/gtkmm-2.0/pangomm/wrap_init.h
-lib/gtkmm-2.0/include/gdkmmconfig.h
-lib/gtkmm-2.0/include/glibmmconfig.h
-lib/gtkmm-2.0/include/gtkmmconfig.h
-lib/gtkmm-2.0/proc/generate_wrap_init.pl
-lib/gtkmm-2.0/proc/gtkmmproc
-lib/gtkmm-2.0/proc/m4/base.m4
-lib/gtkmm-2.0/proc/m4/class_boxedtype.m4
-lib/gtkmm-2.0/proc/m4/class_boxedtype_static.m4
-lib/gtkmm-2.0/proc/m4/class_generic.m4
-lib/gtkmm-2.0/proc/m4/class_gobject.m4
-lib/gtkmm-2.0/proc/m4/class_gtkobject.m4
-lib/gtkmm-2.0/proc/m4/class_interface.m4
-lib/gtkmm-2.0/proc/m4/class_opaque_copyable.m4
-lib/gtkmm-2.0/proc/m4/class_opaque_refcounted.m4
-lib/gtkmm-2.0/proc/m4/class_shared.m4
-lib/gtkmm-2.0/proc/m4/compare.m4
-lib/gtkmm-2.0/proc/m4/convert.m4
-lib/gtkmm-2.0/proc/m4/convert_atk.m4
-lib/gtkmm-2.0/proc/m4/convert_base.m4
-lib/gtkmm-2.0/proc/m4/convert_gdk.m4
-lib/gtkmm-2.0/proc/m4/convert_glib.m4
-lib/gtkmm-2.0/proc/m4/convert_gtk.m4
-lib/gtkmm-2.0/proc/m4/convert_gtkmm.m4
-lib/gtkmm-2.0/proc/m4/convert_pango.m4
-lib/gtkmm-2.0/proc/m4/ctor.m4
-lib/gtkmm-2.0/proc/m4/doc.m4
-lib/gtkmm-2.0/proc/m4/enum.m4
-lib/gtkmm-2.0/proc/m4/gerror.m4
-lib/gtkmm-2.0/proc/m4/list.m4
-lib/gtkmm-2.0/proc/m4/member.m4
-lib/gtkmm-2.0/proc/m4/method.m4
-lib/gtkmm-2.0/proc/m4/property.m4
-lib/gtkmm-2.0/proc/m4/signal.m4
-lib/gtkmm-2.0/proc/m4/vfunc.m4
-lib/gtkmm-2.0/proc/pm/DocsParser.pm
-lib/gtkmm-2.0/proc/pm/Enum.pm
-lib/gtkmm-2.0/proc/pm/Function.pm
-lib/gtkmm-2.0/proc/pm/FunctionBase.pm
-lib/gtkmm-2.0/proc/pm/GtkDefs.pm
-lib/gtkmm-2.0/proc/pm/Object.pm
-lib/gtkmm-2.0/proc/pm/Output.pm
-lib/gtkmm-2.0/proc/pm/Property.pm
-lib/gtkmm-2.0/proc/pm/Util.pm
-lib/gtkmm-2.0/proc/pm/WrapParser.pm
-lib/libatkmm-1.0.a
-lib/libatkmm-1.0.la
-lib/libatkmm-1.0.so
-lib/libatkmm-1.0.so.1
-lib/libatkmm-1.0.so.1.5.11
-lib/libgdkmm-2.0.a
-lib/libgdkmm-2.0.la
-lib/libgdkmm-2.0.so
-lib/libgdkmm-2.0.so.1
-lib/libgdkmm-2.0.so.1.5.11
-lib/libglibmm-2.0.a
-lib/libglibmm-2.0.la
-lib/libglibmm-2.0.so
-lib/libglibmm-2.0.so.1
-lib/libglibmm-2.0.so.1.5.11
-lib/libgtkmm-2.0.a
-lib/libgtkmm-2.0.la
-lib/libgtkmm-2.0.so
-lib/libgtkmm-2.0.so.1
-lib/libgtkmm-2.0.so.1.5.11
-lib/libgtkmm_generate_extra_defs-2.0.a
-lib/libgtkmm_generate_extra_defs-2.0.la
-lib/libgtkmm_generate_extra_defs-2.0.so
-lib/libgtkmm_generate_extra_defs-2.0.so.1
-lib/libgtkmm_generate_extra_defs-2.0.so.1.5.11
-lib/libpangomm-1.0.a
-lib/libpangomm-1.0.la
-lib/libpangomm-1.0.so
-lib/libpangomm-1.0.so.1
-lib/libpangomm-1.0.so.1.5.11
-libdata/pkgconfig/atkmm-1.0.pc
-libdata/pkgconfig/gdkmm-2.0.pc
-libdata/pkgconfig/glibmm-2.0.pc
-libdata/pkgconfig/gtkmm-2.0.pc
-libdata/pkgconfig/pangomm-1.0.pc
diff --git a/x11/Makefile b/x11/Makefile
index 88f5810f11ae..6c245e18b56e 100644
--- a/x11/Makefile
+++ b/x11/Makefile
@@ -42,7 +42,6 @@
SUBDIR += conlecterm
SUBDIR += controllermap
SUBDIR += cool-retro-term
- SUBDIR += decurs
SUBDIR += deforaos-desktop
SUBDIR += deforaos-keyboard
SUBDIR += deforaos-libdesktop
@@ -67,7 +66,6 @@
SUBDIR += fireflies
SUBDIR += florence
SUBDIR += flruler
- SUBDIR += fluxbg
SUBDIR += fpc-x11
SUBDIR += fstobdf
SUBDIR += gdm
diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile
deleted file mode 100644
index ea814aaee1a2..000000000000
--- a/x11/decurs/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# Created by: Miguel Mendez <flynn@energyhq.homeip.net>
-# $FreeBSD$
-
-PORTNAME= decurs
-PORTVERSION= 0.55.1
-PORTREVISION= 14
-CATEGORIES= x11
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Simple X11 mouse cursor editor
-
-LICENSE= GPLv2
-
-LIB_DEPENDS= libgtkmm-2.0.so:x11-toolkits/gtkmm20
-
-USE_GITHUB= yes
-GH_ACCOUNT= danfe
-GH_TAGNAME= 10c5691
-
-USES= compiler:c++11-lang dos2unix gnome pkgconfig xorg
-DOS2UNIX_FILES= src/cppstring.cc
-GNU_CONFIGURE= yes
-USE_XORG= x11
-USE_GNOME= gtk20
-
-post-patch:
- @${SED} -e 's:%%PREFIX%%:${PREFIX}:' \
- ${FILESDIR}/decurs.exec > ${WRKSRC}/decurs.exec
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/decurs \
- ${STAGEDIR}${PREFIX}/bin/decurs.bin
- ${INSTALL_SCRIPT} ${WRKSRC}/decurs.exec ${STAGEDIR}${PREFIX}/bin/decurs
- @${MKDIR} ${STAGEDIR}${DATADIR}
- ${INSTALL_DATA} ${WRKSRC}/fonts/*.bdf ${STAGEDIR}${DATADIR}
-
-.include <bsd.port.mk>
diff --git a/x11/decurs/distinfo b/x11/decurs/distinfo
deleted file mode 100644
index 032dcb056ec7..000000000000
--- a/x11/decurs/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (danfe-decurs-0.55.1-10c5691_GH0.tar.gz) = 76e937a36dc0a34738cb8260aec448d42f48b0ec6ce6c0cf002b2cbbbf7eb119
-SIZE (danfe-decurs-0.55.1-10c5691_GH0.tar.gz) = 159133
diff --git a/x11/decurs/files/decurs.exec b/x11/decurs/files/decurs.exec
deleted file mode 100644
index a02a9e65bfaf..000000000000
--- a/x11/decurs/files/decurs.exec
+++ /dev/null
@@ -1,4 +0,0 @@
-#!/bin/sh
-
-cd %%PREFIX%%/share/decurs
-exec %%PREFIX%%/bin/decurs.bin "$@"
diff --git a/x11/decurs/files/patch-src_cppstring.cc b/x11/decurs/files/patch-src_cppstring.cc
deleted file mode 100644
index c0dd8bb28799..000000000000
--- a/x11/decurs/files/patch-src_cppstring.cc
+++ /dev/null
@@ -1,10 +0,0 @@
---- src/cppstring.cc.orig 2019-04-05 11:08:03 UTC
-+++ src/cppstring.cc
-@@ -4,6 +4,7 @@
- #include "cppstring.hh"
- #include "idefs.h"
- #include <iostream>
-+#include <stdarg.h>
- // #include <except.h>
- #define DEF_BUFFER_SIZE 512
- #define CPPSTRING_ERROR(obj,msg,retval) {obj<<"*** ERROR *** : "<<msg<<std::endl;return retval;}
diff --git a/x11/decurs/pkg-descr b/x11/decurs/pkg-descr
deleted file mode 100644
index 924328919c76..000000000000
--- a/x11/decurs/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-DeCurs is a GTK+ based program that lets you edit you X11 mouse cursors.
-It reads them from BDF-formatted font files. Now don't worry, it comes
-with one handy.
-
-WWW: https://github.com/danfe/decurs
diff --git a/x11/decurs/pkg-plist b/x11/decurs/pkg-plist
deleted file mode 100644
index 5c5cce427139..000000000000
--- a/x11/decurs/pkg-plist
+++ /dev/null
@@ -1,13 +0,0 @@
-bin/decurs
-bin/decurs.bin
-%%DATADIR%%/DeCurs-cursor.bdf
-%%DATADIR%%/XFree86-4-cursor.bdf
-%%DATADIR%%/cursor.bdf
-%%DATADIR%%/helvBO24.bdf
-%%DATADIR%%/mod.bdf
-%%DATADIR%%/modified.bdf
-%%DATADIR%%/modified.old.bdf
-%%DATADIR%%/modified.save.bdf
-%%DATADIR%%/modified2.bdf
-%%DATADIR%%/pieces.bdf
-%%DATADIR%%/simple.bdf
diff --git a/x11/fluxbg/Makefile b/x11/fluxbg/Makefile
deleted file mode 100644
index ec40436de00a..000000000000
--- a/x11/fluxbg/Makefile
+++ /dev/null
@@ -1,31 +0,0 @@
-# Created by: Adam Weinberger <adamw@FreeBSD.org>
-# $FreeBSD$
-
-PORTNAME= fluxbg
-PORTVERSION= 0.7
-PORTREVISION= 15
-CATEGORIES= x11
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}
-
-MAINTAINER= jgh@FreeBSD.org
-COMMENT= Background changer for fluxbox/blackbox
-
-LICENSE= GPLv2
-
-LIB_DEPENDS= libgtkmm-2.0.so:x11-toolkits/gtkmm20
-RUN_DEPENDS= fbsetbg:x11-wm/fluxbox
-
-USES= compiler:c11 pathfix pkgconfig
-
-GNU_CONFIGURE= yes
-PLIST_FILES= bin/fluxbg \
- bin/fluxbgd \
- bin/fluxbg_conf
-SUB_FILES= pkg-message
-SUB_LIST= PORTNAME=${PORTNAME}
-
-post-patch:
- @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \
- s|/usr/X11R6|${LOCALBASE}|g' ${WRKSRC}/src/fluxbg_conf.cc
-
-.include <bsd.port.mk>
diff --git a/x11/fluxbg/distinfo b/x11/fluxbg/distinfo
deleted file mode 100644
index 208e0af5b943..000000000000
--- a/x11/fluxbg/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (fluxbg-0.7.tar.gz) = 6e9652a582c6121d6fd785b5f9dc849dccc95f1e8d5de0aa163962e2766c27da
-SIZE (fluxbg-0.7.tar.gz) = 145030
diff --git a/x11/fluxbg/files/pkg-message.in b/x11/fluxbg/files/pkg-message.in
deleted file mode 100644
index ad91f4ff6285..000000000000
--- a/x11/fluxbg/files/pkg-message.in
+++ /dev/null
@@ -1,8 +0,0 @@
-[
-{ type: install
- message: <<EOM
-Execution of %%PREFIX%%/bin/%%PORTNAME%%_conf is a prerequisite of running
-%%PORTNAME%%!
-EOM
-}
-]
diff --git a/x11/fluxbg/pkg-descr b/x11/fluxbg/pkg-descr
deleted file mode 100644
index 90e59625fe2d..000000000000
--- a/x11/fluxbg/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-The Fluxbox Background Tool gives you a nice GUI to make background
-changing easier in fluxbox/blackbox. It lets you use pixmaps as well
-as solid colours. It includes a daemon to change the background
-automatically.
-
-WWW: http://fluxbg.sourceforge.net