summaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-12 06:24:14 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-04-12 06:24:14 +0800
commitff56eb86e80db7a1dd8eaad740dd4048b997bd5e (patch)
treebc748dc4141f26a02afa8d664852563806c5bbcc /x11-toolkits
parent0e02fd0b915f7e3c7e142b87149b2c4f590853a0 (diff)
downloadmarcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar
marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar.gz
marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar.bz2
marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar.lz
marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar.xz
marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.tar.zst
marcuscom-ports-ff56eb86e80db7a1dd8eaad740dd4048b997bd5e.zip
Add gtk20.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@560 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtk20/Makefile60
-rw-r--r--x11-toolkits/gtk20/distinfo1
-rw-r--r--x11-toolkits/gtk20/files/patch-Makefile.in14
-rw-r--r--x11-toolkits/gtk20/files/patch-ad23
-rw-r--r--x11-toolkits/gtk20/files/patch-ae10
-rw-r--r--x11-toolkits/gtk20/files/patch-ag11
-rw-r--r--x11-toolkits/gtk20/files/patch-ah14
-rw-r--r--x11-toolkits/gtk20/files/patch-ai11
-rw-r--r--x11-toolkits/gtk20/files/patch-ak14
-rw-r--r--x11-toolkits/gtk20/pkg-descr21
-rw-r--r--x11-toolkits/gtk20/pkg-plist304
11 files changed, 483 insertions, 0 deletions
diff --git a/x11-toolkits/gtk20/Makefile b/x11-toolkits/gtk20/Makefile
new file mode 100644
index 000000000..d197e3ea3
--- /dev/null
+++ b/x11-toolkits/gtk20/Makefile
@@ -0,0 +1,60 @@
+# New ports collection makefile for: gtk13
+# Date Created: 28 Sep 1997
+# Whom: Vanilla I. Shu <vanilla@MinJe.com.TW>
+#
+# $FreeBSD: ports/x11-toolkits/gtk20/Makefile,v 1.110 2003/03/07 06:14:02 ade Exp $
+#
+
+PORTNAME= gtk
+PORTVERSION= 2.2.1
+PORTREVISION= 1
+CATEGORIES= x11-toolkits
+MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,sources/gtk+/2.2,} \
+ ftp://ftp.gtk.org/pub/gtk/v2.0/ \
+ ftp://ftp.gimp.org/pub/%SUBDIR%/ \
+ ftp://ftp.cs.umn.edu/pub/gimp/%SUBDIR%/ \
+ http://www.ameth.org/gimp/%SUBDIR%/ \
+ ftp://ftp.mirror.ac.uk/sites/ftp.gimp.org/pub/%SUBDIR%/ \
+ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,graphics/gimp/%SUBDIR%,}
+MASTER_SITE_SUBDIR= gtk/v${PORTVERSION:R}
+DISTNAME= gtk+-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Gimp Toolkit for X11 GUI (current stable version)
+
+LIB_DEPENDS= atk-1.0.300:${PORTSDIR}/devel/atk \
+ pango-1.0.200:${PORTSDIR}/x11-toolkits/pango \
+ png.5:${PORTSDIR}/graphics/png \
+ tiff.4:${PORTSDIR}/graphics/tiff \
+ jpeg.9:${PORTSDIR}/graphics/jpeg
+
+USE_BZIP2= yes
+NO_LATEST_LINK= yes
+USE_X_PREFIX= yes
+USE_XPM= yes
+USE_REINPLACE= yes
+USE_PERL5= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL= yes
+USE_GNOME= gnomehack
+CONFIGURE_ARGS= --enable-static
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \
+ -I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+PLIST_SUB= GTK_VERSION="2.2.0"
+
+MAN1= gdk-pixbuf-csource.1
+
+post-patch:
+ @find ${WRKSRC} -name "Makefile.in" | xargs ${GREP} -l lgmodule | \
+ xargs ${REINPLACE_CMD} -e 's|-lgmodule|@GMODULE_LIBS@|g'
+ @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
+ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
+ @${REINPLACE_CMD} -e 's|[(]libdir[)]/locale|(prefix)/share/locale|g' \
+ ${WRKSRC}/po/Makefile.in.in
+
+pre-build:
+ ${RM} -rf ${WRKSRC}/docs/gtk.info*
+
+.include <bsd.port.mk>
diff --git a/x11-toolkits/gtk20/distinfo b/x11-toolkits/gtk20/distinfo
new file mode 100644
index 000000000..72dd41ecd
--- /dev/null
+++ b/x11-toolkits/gtk20/distinfo
@@ -0,0 +1 @@
+MD5 (gnome2/gtk+-2.2.1.tar.bz2) = dfd5755fddb26a46c96bfaa813280ac4
diff --git a/x11-toolkits/gtk20/files/patch-Makefile.in b/x11-toolkits/gtk20/files/patch-Makefile.in
new file mode 100644
index 000000000..27096d3af
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-Makefile.in
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/x11-toolkits/gtk20/files/patch-Makefile.in,v 1.2 2003/02/07 18:42:22 marcus Exp $
+
+--- Makefile.in 2002/02/12 13:29:11 1.1
++++ Makefile.in 2002/02/12 13:29:28
+@@ -168,7 +168,7 @@
+ ms_librarian = @ms_librarian@
+ xinput_progs = @xinput_progs@
+
+-SRC_SUBDIRS = gdk-pixbuf gdk gtk modules demos tests contrib
++SRC_SUBDIRS = gdk-pixbuf gdk gtk modules contrib
+ SUBDIRS = po $(SRC_SUBDIRS) docs build m4macros
+
+ # require automake 1.4
diff --git a/x11-toolkits/gtk20/files/patch-ad b/x11-toolkits/gtk20/files/patch-ad
new file mode 100644
index 000000000..856950d64
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ad
@@ -0,0 +1,23 @@
+
+$FreeBSD: ports/x11-toolkits/gtk20/files/patch-ad,v 1.12 2003/02/07 18:42:22 marcus Exp $
+
+--- gtk/gtkrc.c.orig Thu Dec 13 21:51:18 2001
++++ gtk/gtkrc.c Fri Jan 18 11:14:14 2002
+@@ -336,7 +336,7 @@
+ if (im_module_file)
+ result = g_strdup (im_module_file);
+ else
+- result = g_build_filename (GTK_SYSCONFDIR, "gtk-2.0", "gtk.immodules", NULL);
++ result = g_build_filename (GTK_DATA_PREFIX, "etc", "gtk-2.0", "gtk.immodules", NULL);
+ }
+
+ return result;
+@@ -418,7 +418,7 @@
+ }
+ else
+ {
+- str = g_build_filename (GTK_SYSCONFDIR, "gtk-2.0", "gtkrc", NULL);
++ str = g_build_filename (GTK_SYSCONFDIR, "gtk", NULL);
+
+ gtk_rc_add_default_file (str);
+ g_free (str);
diff --git a/x11-toolkits/gtk20/files/patch-ae b/x11-toolkits/gtk20/files/patch-ae
new file mode 100644
index 000000000..f195f07b4
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ae
@@ -0,0 +1,10 @@
+--- configure.orig Wed Dec 11 18:31:51 2002
++++ configure Thu Dec 12 12:07:17 2002
+@@ -7414,6 +7414,7 @@
+
+ # This can be used to rebuild libtool when needed
+ LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh"
++$ac_aux_dir/ltconfig $LIBTOOL_DEPS
+
+ # Always use our own libtool.
+ LIBTOOL='$(SHELL) $(top_builddir)/libtool'
diff --git a/x11-toolkits/gtk20/files/patch-ag b/x11-toolkits/gtk20/files/patch-ag
new file mode 100644
index 000000000..b0be15779
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ag
@@ -0,0 +1,11 @@
+--- gtk/Makefile.in.orig Thu Dec 12 12:07:53 2002
++++ gtk/Makefile.in Thu Dec 12 12:08:43 2002
+@@ -183,7 +183,7 @@
+ -DG_LOG_DOMAIN=\"Gtk\" \
+ -DGTK_LIBDIR=\"$(libdir)\" \
+ -DGTK_DATA_PREFIX=\"$(prefix)\" \
+- -DGTK_SYSCONFDIR=\"$(sysconfdir)\" \
++ -DGTK_SYSCONFDIR=\"$(datadir)/themes/Default/gtk-2.0\" \
+ -DGTK_VERSION=\"@GTK_VERSION@\" \
+ -DGTK_BINARY_VERSION=\"@GTK_BINARY_VERSION@\" \
+ -DGTK_HOST=\"@host@\" \
diff --git a/x11-toolkits/gtk20/files/patch-ah b/x11-toolkits/gtk20/files/patch-ah
new file mode 100644
index 000000000..1af19d653
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ah
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/x11-toolkits/gtk20/files/patch-ah,v 1.7 2003/02/07 18:42:22 marcus Exp $
+
+--- docs/Makefile.in.orig Wed Oct 24 10:33:45 2001
++++ docs/Makefile.in Wed Oct 24 10:33:46 2001
+@@ -136,7 +136,7 @@
+ LT_RELEASE = @LT_RELEASE@
+ LT_REVISION = @LT_REVISION@
+ MAINT = @MAINT@
+-MAKEINFO = @MAKEINFO@
++MAKEINFO = @MAKEINFO@ --no-split
+ MKINSTALLDIRS = @MKINSTALLDIRS@
+ OBJDUMP = @OBJDUMP@
+ OBJEXT = @OBJEXT@
diff --git a/x11-toolkits/gtk20/files/patch-ai b/x11-toolkits/gtk20/files/patch-ai
new file mode 100644
index 000000000..a128c58ff
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ai
@@ -0,0 +1,11 @@
+--- docs/reference/Makefile.in.orig Sat Nov 18 03:17:56 2000
++++ docs/reference/Makefile.in Mon Nov 20 15:33:25 2000
+@@ -160,7 +160,7 @@
+ x_libs = @x_libs@
+ xinput_progs = @xinput_progs@
+
+-SUBDIRS = gdk-pixbuf gdk gtk
++SUBDIRS =
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../../config.h
+ CONFIG_CLEAN_FILES =
diff --git a/x11-toolkits/gtk20/files/patch-ak b/x11-toolkits/gtk20/files/patch-ak
new file mode 100644
index 000000000..a682acb21
--- /dev/null
+++ b/x11-toolkits/gtk20/files/patch-ak
@@ -0,0 +1,14 @@
+
+$FreeBSD: ports/x11-toolkits/gtk20/files/patch-ak,v 1.4 2003/02/07 18:42:22 marcus Exp $
+
+--- gdk/Makefile.in.orig Thu Feb 14 12:38:26 2002
++++ gdk/Makefile.in Thu Feb 14 12:45:37 2002
+@@ -315,7 +315,7 @@
+ #
+ # Rule to install gdkconfig.h header file
+ #
+-configexecincludedir = $(libdir)/gtk-2.0/include
++configexecincludedir = $(prefix)/include/gtk-2.0
+
+ #note: not gdkconfig.h
+ BUILT_SOURCES = stamp-gc-h @REBUILD@ gdkenumtypes.c gdkenumtypes.h
diff --git a/x11-toolkits/gtk20/pkg-descr b/x11-toolkits/gtk20/pkg-descr
new file mode 100644
index 000000000..83ab3d952
--- /dev/null
+++ b/x11-toolkits/gtk20/pkg-descr
@@ -0,0 +1,21 @@
+ GTK is a library for creating graphical user interfaces similar to
+the Motif "look and feel". It is designed to be small and efficient, but
+still flexible enough to allow the programmer freedom in the interfaces
+created. GTK allows the programmer to use a variety of standard user
+interface widgets such as push, radio and check buttons, menus, lists
+and frames. It also provides several "container" widgets which can be
+used to control the layout of the user interface elements.
+
+ GTK provides some unique features. (At least, I know of no other
+widget library which provides them). For example, a button does not
+contain a label, it contains a child widget, which in most instances
+will be a label. However, the child widget can also be a pixmap, image
+or any combination possible the programmer desires. This flexibility is
+adhered to throughout the library.
+
+GTK+-2.0 is a stable release, but many applications still require
+GTK+-1.2, the previous stable version. You can have the runtime and
+development environments for both GTK+-2.0 and GTK+-1.2 installed
+simultaneously on your computer.
+
+WWW: http://www.gtk.org/
diff --git a/x11-toolkits/gtk20/pkg-plist b/x11-toolkits/gtk20/pkg-plist
new file mode 100644
index 000000000..b9b4f883a
--- /dev/null
+++ b/x11-toolkits/gtk20/pkg-plist
@@ -0,0 +1,304 @@
+bin/gdk-pixbuf-csource
+bin/gtk-query-immodules-2.0
+bin/gdk-pixbuf-query-loaders
+etc/gtk-2.0/gdk-pixbuf.loaders
+etc/gtk-2.0/gtk.immodules
+include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h
+include/gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlibrgb.h
+include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-animation.h
+include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-enum-types.h
+include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-features.h
+include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-io.h
+include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-loader.h
+include/gtk-2.0/gdk-pixbuf/gdk-pixbuf-marshal.h
+include/gtk-2.0/gdk-pixbuf/gdk-pixbuf.h
+include/gtk-2.0/gdk-pixbuf/gdk-pixdata.h
+include/gtk-2.0/gdk/gdk.h
+include/gtk-2.0/gdk/gdkcolor.h
+include/gtk-2.0/gdk/gdkcursor.h
+include/gtk-2.0/gdk/gdkdisplay.h
+include/gtk-2.0/gdk/gdkdisplaymanager.h
+include/gtk-2.0/gdk/gdkdnd.h
+include/gtk-2.0/gdk/gdkdrawable.h
+include/gtk-2.0/gdk/gdkenumtypes.h
+include/gtk-2.0/gdk/gdkevents.h
+include/gtk-2.0/gdk/gdkfont.h
+include/gtk-2.0/gdk/gdkgc.h
+include/gtk-2.0/gdk/gdki18n.h
+include/gtk-2.0/gdk/gdkimage.h
+include/gtk-2.0/gdk/gdkinput.h
+include/gtk-2.0/gdk/gdkkeys.h
+include/gtk-2.0/gdk/gdkkeysyms.h
+include/gtk-2.0/gdk/gdkpango.h
+include/gtk-2.0/gdk/gdkpixbuf.h
+include/gtk-2.0/gdk/gdkpixmap.h
+include/gtk-2.0/gdk/gdkprivate.h
+include/gtk-2.0/gdk/gdkproperty.h
+include/gtk-2.0/gdk/gdkregion.h
+include/gtk-2.0/gdk/gdkrgb.h
+include/gtk-2.0/gdk/gdkscreen.h
+include/gtk-2.0/gdk/gdkselection.h
+include/gtk-2.0/gdk/gdktypes.h
+include/gtk-2.0/gdk/gdkvisual.h
+include/gtk-2.0/gdk/gdkwindow.h
+include/gtk-2.0/gdk/gdkx.h
+include/gtk-2.0/gdkconfig.h
+include/gtk-2.0/gtk/gtk.h
+include/gtk-2.0/gtk/gtkaccelgroup.h
+include/gtk-2.0/gtk/gtkaccellabel.h
+include/gtk-2.0/gtk/gtkaccelmap.h
+include/gtk-2.0/gtk/gtkaccessible.h
+include/gtk-2.0/gtk/gtkadjustment.h
+include/gtk-2.0/gtk/gtkalignment.h
+include/gtk-2.0/gtk/gtkarrow.h
+include/gtk-2.0/gtk/gtkaspectframe.h
+include/gtk-2.0/gtk/gtkbbox.h
+include/gtk-2.0/gtk/gtkbin.h
+include/gtk-2.0/gtk/gtkbindings.h
+include/gtk-2.0/gtk/gtkbox.h
+include/gtk-2.0/gtk/gtkbutton.h
+include/gtk-2.0/gtk/gtkcalendar.h
+include/gtk-2.0/gtk/gtkcelleditable.h
+include/gtk-2.0/gtk/gtkcellrenderer.h
+include/gtk-2.0/gtk/gtkcellrendererpixbuf.h
+include/gtk-2.0/gtk/gtkcellrenderertext.h
+include/gtk-2.0/gtk/gtkcellrenderertoggle.h
+include/gtk-2.0/gtk/gtkcheckbutton.h
+include/gtk-2.0/gtk/gtkcheckmenuitem.h
+include/gtk-2.0/gtk/gtkclipboard.h
+include/gtk-2.0/gtk/gtkclist.h
+include/gtk-2.0/gtk/gtkcolorsel.h
+include/gtk-2.0/gtk/gtkcolorseldialog.h
+include/gtk-2.0/gtk/gtkcombo.h
+include/gtk-2.0/gtk/gtkcontainer.h
+include/gtk-2.0/gtk/gtkctree.h
+include/gtk-2.0/gtk/gtkcurve.h
+include/gtk-2.0/gtk/gtkdebug.h
+include/gtk-2.0/gtk/gtkdialog.h
+include/gtk-2.0/gtk/gtkdnd.h
+include/gtk-2.0/gtk/gtkdrawingarea.h
+include/gtk-2.0/gtk/gtkeditable.h
+include/gtk-2.0/gtk/gtkentry.h
+include/gtk-2.0/gtk/gtkenums.h
+include/gtk-2.0/gtk/gtkeventbox.h
+include/gtk-2.0/gtk/gtkfilesel.h
+include/gtk-2.0/gtk/gtkfixed.h
+include/gtk-2.0/gtk/gtkfontsel.h
+include/gtk-2.0/gtk/gtkframe.h
+include/gtk-2.0/gtk/gtkgamma.h
+include/gtk-2.0/gtk/gtkgc.h
+include/gtk-2.0/gtk/gtkhandlebox.h
+include/gtk-2.0/gtk/gtkhbbox.h
+include/gtk-2.0/gtk/gtkhbox.h
+include/gtk-2.0/gtk/gtkhpaned.h
+include/gtk-2.0/gtk/gtkhruler.h
+include/gtk-2.0/gtk/gtkhscale.h
+include/gtk-2.0/gtk/gtkhscrollbar.h
+include/gtk-2.0/gtk/gtkhseparator.h
+include/gtk-2.0/gtk/gtkiconfactory.h
+include/gtk-2.0/gtk/gtkimage.h
+include/gtk-2.0/gtk/gtkimagemenuitem.h
+include/gtk-2.0/gtk/gtkimcontext.h
+include/gtk-2.0/gtk/gtkimcontextsimple.h
+include/gtk-2.0/gtk/gtkimmodule.h
+include/gtk-2.0/gtk/gtkimmulticontext.h
+include/gtk-2.0/gtk/gtkinputdialog.h
+include/gtk-2.0/gtk/gtkinvisible.h
+include/gtk-2.0/gtk/gtkitem.h
+include/gtk-2.0/gtk/gtkitemfactory.h
+include/gtk-2.0/gtk/gtklabel.h
+include/gtk-2.0/gtk/gtklayout.h
+include/gtk-2.0/gtk/gtklist.h
+include/gtk-2.0/gtk/gtklistitem.h
+include/gtk-2.0/gtk/gtkliststore.h
+include/gtk-2.0/gtk/gtkmain.h
+include/gtk-2.0/gtk/gtkmarshal.h
+include/gtk-2.0/gtk/gtkmenu.h
+include/gtk-2.0/gtk/gtkmenubar.h
+include/gtk-2.0/gtk/gtkmenuitem.h
+include/gtk-2.0/gtk/gtkmenushell.h
+include/gtk-2.0/gtk/gtkmessagedialog.h
+include/gtk-2.0/gtk/gtkmisc.h
+include/gtk-2.0/gtk/gtknotebook.h
+include/gtk-2.0/gtk/gtkobject.h
+include/gtk-2.0/gtk/gtkoldeditable.h
+include/gtk-2.0/gtk/gtkoptionmenu.h
+include/gtk-2.0/gtk/gtkpaned.h
+include/gtk-2.0/gtk/gtkpixmap.h
+include/gtk-2.0/gtk/gtkplug.h
+include/gtk-2.0/gtk/gtkpreview.h
+include/gtk-2.0/gtk/gtkprivate.h
+include/gtk-2.0/gtk/gtkprogress.h
+include/gtk-2.0/gtk/gtkprogressbar.h
+include/gtk-2.0/gtk/gtkradiobutton.h
+include/gtk-2.0/gtk/gtkradiomenuitem.h
+include/gtk-2.0/gtk/gtkrange.h
+include/gtk-2.0/gtk/gtkrc.h
+include/gtk-2.0/gtk/gtkruler.h
+include/gtk-2.0/gtk/gtkscale.h
+include/gtk-2.0/gtk/gtkscrollbar.h
+include/gtk-2.0/gtk/gtkscrolledwindow.h
+include/gtk-2.0/gtk/gtkselection.h
+include/gtk-2.0/gtk/gtkseparator.h
+include/gtk-2.0/gtk/gtkseparatormenuitem.h
+include/gtk-2.0/gtk/gtksettings.h
+include/gtk-2.0/gtk/gtksignal.h
+include/gtk-2.0/gtk/gtksizegroup.h
+include/gtk-2.0/gtk/gtksocket.h
+include/gtk-2.0/gtk/gtkspinbutton.h
+include/gtk-2.0/gtk/gtkstatusbar.h
+include/gtk-2.0/gtk/gtkstock.h
+include/gtk-2.0/gtk/gtkstyle.h
+include/gtk-2.0/gtk/gtktable.h
+include/gtk-2.0/gtk/gtktearoffmenuitem.h
+include/gtk-2.0/gtk/gtktext.h
+include/gtk-2.0/gtk/gtktextbuffer.h
+include/gtk-2.0/gtk/gtktextchild.h
+include/gtk-2.0/gtk/gtktextdisplay.h
+include/gtk-2.0/gtk/gtktextiter.h
+include/gtk-2.0/gtk/gtktextlayout.h
+include/gtk-2.0/gtk/gtktextmark.h
+include/gtk-2.0/gtk/gtktexttag.h
+include/gtk-2.0/gtk/gtktexttagtable.h
+include/gtk-2.0/gtk/gtktextview.h
+include/gtk-2.0/gtk/gtktipsquery.h
+include/gtk-2.0/gtk/gtktogglebutton.h
+include/gtk-2.0/gtk/gtktoolbar.h
+include/gtk-2.0/gtk/gtktooltips.h
+include/gtk-2.0/gtk/gtktree.h
+include/gtk-2.0/gtk/gtktreednd.h
+include/gtk-2.0/gtk/gtktreeitem.h
+include/gtk-2.0/gtk/gtktreemodel.h
+include/gtk-2.0/gtk/gtktreemodelsort.h
+include/gtk-2.0/gtk/gtktreeselection.h
+include/gtk-2.0/gtk/gtktreesortable.h
+include/gtk-2.0/gtk/gtktreestore.h
+include/gtk-2.0/gtk/gtktreeview.h
+include/gtk-2.0/gtk/gtktreeviewcolumn.h
+include/gtk-2.0/gtk/gtktypebuiltins.h
+include/gtk-2.0/gtk/gtktypeutils.h
+include/gtk-2.0/gtk/gtkvbbox.h
+include/gtk-2.0/gtk/gtkvbox.h
+include/gtk-2.0/gtk/gtkversion.h
+include/gtk-2.0/gtk/gtkviewport.h
+include/gtk-2.0/gtk/gtkvpaned.h
+include/gtk-2.0/gtk/gtkvruler.h
+include/gtk-2.0/gtk/gtkvscale.h
+include/gtk-2.0/gtk/gtkvscrollbar.h
+include/gtk-2.0/gtk/gtkvseparator.h
+include/gtk-2.0/gtk/gtkwidget.h
+include/gtk-2.0/gtk/gtkwindow.h
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ani.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-bmp.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-gif.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ico.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-jpeg.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-png.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-pnm.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-ras.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tga.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-tiff.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-wbmp.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xbm.so
+lib/gtk-2.0/%%GTK_VERSION%%/loaders/libpixbufloader-xpm.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-am-et.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-cyrillic-translit.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-hangul.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-inuktitut.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ipa.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-thai-broken.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-er.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-ti-et.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-viqr.so
+lib/gtk-2.0/%%GTK_VERSION%%/immodules/im-xim.so
+lib/libgdk-x11-2.0.a
+lib/libgdk-x11-2.0.so
+lib/libgdk-x11-2.0.so.200
+lib/libgdk_pixbuf-2.0.a
+lib/libgdk_pixbuf-2.0.so
+lib/libgdk_pixbuf-2.0.so.200
+lib/libgdk_pixbuf_xlib-2.0.a
+lib/libgdk_pixbuf_xlib-2.0.so
+lib/libgdk_pixbuf_xlib-2.0.so.200
+lib/libgtk-x11-2.0.a
+lib/libgtk-x11-2.0.so
+lib/libgtk-x11-2.0.so.200
+libdata/pkgconfig/gdk-2.0.pc
+libdata/pkgconfig/gdk-pixbuf-2.0.pc
+libdata/pkgconfig/gdk-pixbuf-xlib-2.0.pc
+libdata/pkgconfig/gdk-x11-2.0.pc
+libdata/pkgconfig/gtk+-2.0.pc
+libdata/pkgconfig/gtk+-x11-2.0.pc
+share/aclocal/gtk-2.0.m4
+share/locale/am/LC_MESSAGES/gtk20.mo
+share/locale/az/LC_MESSAGES/gtk20.mo
+share/locale/be/LC_MESSAGES/gtk20.mo
+share/locale/bg/LC_MESSAGES/gtk20.mo
+share/locale/ca/LC_MESSAGES/gtk20.mo
+share/locale/cs/LC_MESSAGES/gtk20.mo
+share/locale/cy/LC_MESSAGES/gtk20.mo
+share/locale/da/LC_MESSAGES/gtk20.mo
+share/locale/de/LC_MESSAGES/gtk20.mo
+share/locale/el/LC_MESSAGES/gtk20.mo
+share/locale/en@IPA/LC_MESSAGES/gtk20.mo
+share/locale/en_GB/LC_MESSAGES/gtk20.mo
+share/locale/es/LC_MESSAGES/gtk20.mo
+share/locale/et/LC_MESSAGES/gtk20.mo
+share/locale/eu/LC_MESSAGES/gtk20.mo
+share/locale/fa/LC_MESSAGES/gtk20.mo
+share/locale/fi/LC_MESSAGES/gtk20.mo
+share/locale/fr/LC_MESSAGES/gtk20.mo
+share/locale/ga/LC_MESSAGES/gtk20.mo
+share/locale/gl/LC_MESSAGES/gtk20.mo
+share/locale/he/LC_MESSAGES/gtk20.mo
+share/locale/hi/LC_MESSAGES/gtk20.mo
+share/locale/hr/LC_MESSAGES/gtk20.mo
+share/locale/hu/LC_MESSAGES/gtk20.mo
+share/locale/ia/LC_MESSAGES/gtk20.mo
+share/locale/it/LC_MESSAGES/gtk20.mo
+share/locale/ja/LC_MESSAGES/gtk20.mo
+share/locale/ko/LC_MESSAGES/gtk20.mo
+share/locale/lt/LC_MESSAGES/gtk20.mo
+share/locale/lv/LC_MESSAGES/gtk20.mo
+share/locale/mk/LC_MESSAGES/gtk20.mo
+share/locale/mn/LC_MESSAGES/gtk20.mo
+share/locale/ms/LC_MESSAGES/gtk20.mo
+share/locale/nl/LC_MESSAGES/gtk20.mo
+share/locale/nn/LC_MESSAGES/gtk20.mo
+share/locale/no/LC_MESSAGES/gtk20.mo
+share/locale/pl/LC_MESSAGES/gtk20.mo
+share/locale/pt/LC_MESSAGES/gtk20.mo
+share/locale/pt_BR/LC_MESSAGES/gtk20.mo
+share/locale/ro/LC_MESSAGES/gtk20.mo
+share/locale/ru/LC_MESSAGES/gtk20.mo
+share/locale/sk/LC_MESSAGES/gtk20.mo
+share/locale/sl/LC_MESSAGES/gtk20.mo
+share/locale/sp/LC_MESSAGES/gtk20.mo
+share/locale/sr/LC_MESSAGES/gtk20.mo
+share/locale/sv/LC_MESSAGES/gtk20.mo
+share/locale/ta/LC_MESSAGES/gtk20.mo
+share/locale/tr/LC_MESSAGES/gtk20.mo
+share/locale/uk/LC_MESSAGES/gtk20.mo
+share/locale/vi/LC_MESSAGES/gtk20.mo
+share/locale/wa/LC_MESSAGES/gtk20.mo
+share/locale/zh_CN/LC_MESSAGES/gtk20.mo
+share/locale/zh_TW/LC_MESSAGES/gtk20.mo
+share/themes/Default/gtk-2.0-key/gtkrc
+share/themes/Default/gtk-2.0/gtkrc
+share/themes/Emacs/gtk-2.0-key/gtkrc
+@dirrm share/themes/Emacs/gtk-2.0-key
+@dirrm share/themes/Emacs
+@dirrm share/themes/Default/gtk-2.0-key
+@dirrm share/themes/Default/gtk-2.0
+@dirrm lib/gtk-2.0/%%GTK_VERSION%%/loaders
+@dirrm lib/gtk-2.0/%%GTK_VERSION%%/immodules
+@dirrm lib/gtk-2.0/%%GTK_VERSION%%
+@dirrm lib/gtk-2.0
+@dirrm include/gtk-2.0/gtk
+@dirrm include/gtk-2.0/gdk-pixbuf-xlib
+@dirrm include/gtk-2.0/gdk-pixbuf
+@dirrm include/gtk-2.0/gdk
+@dirrm include/gtk-2.0
+@dirrm etc/gtk-2.0
+@unexec /bin/rmdir %D/share/themes/Default 2>/dev/null || /usr/bin/true
+@unexec /bin/rmdir %D/share/themes 2>/dev/null || /usr/bin/true