Update to gtk+3-3.3.18.

This commit is contained in:
ajacoutot 2012-03-23 13:21:27 +00:00
parent bfc9f101b0
commit 818ff6468f
9 changed files with 83 additions and 222 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.33 2012/03/12 07:21:32 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.34 2012/03/23 13:21:27 ajacoutot Exp $
SHARED_ONLY= Yes
@ -6,7 +6,7 @@ COMMENT-main= multi-platform graphical toolkit
COMMENT-docs= gtk+3 documentation
COMMENT-cups= gtk+3 CUPS print backend
V= 3.2.4
V= 3.3.18
DISTNAME= gtk+-${V}
EXTRACT_SUFX= .tar.xz
@ -58,10 +58,10 @@ RUN_DEPENDS-main= ${RUN_DEPENDS} \
misc/shared-mime-info
LIB_DEPENDS-main= ${LIB_DEPENDS} \
devel/glib2>=2.29.92 \
devel/pango>=1.29.3 \
devel/atk>=2.1.92 \
graphics/gdk-pixbuf2
devel/glib2>=2.31.20 \
devel/pango>=1.29.5 \
devel/atk>=2.3.93 \
graphics/gdk-pixbuf2>=2.25.2
WANTLIB-main += ${WANTLIB}
WANTLIB-main += c pthread

View File

@ -1,5 +1,5 @@
MD5 (gtk+-3.2.4.tar.xz) = P+c+SvB5t+iRykF/rtcROQ==
RMD160 (gtk+-3.2.4.tar.xz) = u/CSL1OirMLLAzfAhYMgizklV2g=
SHA1 (gtk+-3.2.4.tar.xz) = PQtkE3ULwMtR6Yo4ervWBqGqAh4=
SHA256 (gtk+-3.2.4.tar.xz) = +YG/UUhYwA1whL1vbDSzxguK69uVnnrKb6pZ7WfBNr0=
SIZE (gtk+-3.2.4.tar.xz) = 12261004
MD5 (gtk+-3.3.18.tar.xz) = TmDoLGEvtJJBzHSPMPy+vA==
RMD160 (gtk+-3.3.18.tar.xz) = 5tEkyUBEoYcDcXU8YYltehqpIxk=
SHA1 (gtk+-3.3.18.tar.xz) = 871bbaa9c+WOgsrWz7zrH9oWAdQ=
SHA256 (gtk+-3.3.18.tar.xz) = xjzH/xnCj3PBBg9LYWjvD2yzWYA6u5kLqlxfWkjzH5A=
SIZE (gtk+-3.3.18.tar.xz) = 12955912

View File

@ -1,25 +1,10 @@
$OpenBSD: patch-configure,v 1.10 2012/03/12 07:21:32 ajacoutot Exp $
From d987a01d80126ee351727d1603a599c4edb66eca Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@openbsd.org>
Date: Sat, 15 Oct 2011 09:27:47 +0000
Subject: GMountOperation on OpenBSD: remove the need for kvm(3)
$OpenBSD: patch-configure,v 1.11 2012/03/23 13:21:27 ajacoutot Exp $
Do not force enable_man to yes.
--- configure.orig Mon Mar 12 03:27:36 2012
+++ configure Mon Mar 12 07:59:30 2012
@@ -23236,9 +23236,6 @@ if test "x$enable_x11_backend" = xyes; then
GTK_PACKAGES="$GTK_PACKAGES pangoft2"
fi
GTK_EXTRA_LIBS=
-if test x"$os_openbsd" = xyes; then
- GTK_EXTRA_LIBS="$GTK_EXTRA_LIBS -lkvm"
-fi
GTK_EXTRA_CFLAGS=
GTK_DEP_LIBS="$GDK_EXTRA_LIBS $GTK_DEP_LIBS_FOR_X `$PKG_CONFIG --libs $PANGO_PACKAGES $GTK_PACKAGES_FOR_X $GTK_PACKAGES` $GTK_EXTRA_LIBS $MATH_LIB"
@@ -24683,7 +24680,7 @@ fi
--- configure.orig Mon Mar 5 22:02:17 2012
+++ configure Fri Mar 16 17:06:57 2012
@@ -24810,7 +24810,7 @@ fi
# Check whether --enable-man was given.
if test "${enable_man+set}" = set; then :

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gtk_Makefile_in,v 1.7 2012/03/12 07:21:32 ajacoutot Exp $
--- gtk/Makefile.in.orig Mon Mar 12 03:27:39 2012
+++ gtk/Makefile.in Mon Mar 12 07:59:30 2012
@@ -809,7 +809,7 @@ INTROSPECTION_COMPILER_ARGS = \
$OpenBSD: patch-gtk_Makefile_in,v 1.8 2012/03/23 13:21:27 ajacoutot Exp $
--- gtk/Makefile.in.orig Mon Mar 5 22:02:22 2012
+++ gtk/Makefile.in Fri Mar 16 17:06:57 2012
@@ -871,7 +871,7 @@ INTROSPECTION_COMPILER_ARGS = \
SUBDIRS = a11y . tests
@HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_FALSE@GTK_PRINT_BACKENDS = file,lpr
@HAVE_CUPS_FALSE@@HAVE_PAPI_CUPS_FALSE@@HAVE_PAPI_TRUE@GTK_PRINT_BACKENDS = file,papi

View File

@ -1,133 +0,0 @@
$OpenBSD: patch-gtk_gtkmountoperation-x11_c,v 1.5 2011/10/17 17:08:06 ajacoutot Exp $
From d987a01d80126ee351727d1603a599c4edb66eca Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@openbsd.org>
Date: Sat, 15 Oct 2011 09:27:47 +0000
Subject: GMountOperation on OpenBSD: remove the need for kvm(3)
--- gtk/gtkmountoperation-x11.c.orig Thu Sep 22 23:46:14 2011
+++ gtk/gtkmountoperation-x11.c Fri Oct 14 15:52:24 2011
@@ -43,8 +43,8 @@
#include <errno.h>
#if defined(__OpenBSD__)
+#include <stdlib.h>
#include <sys/param.h>
-#include <kvm.h>
#include <fcntl.h>
#include <sys/sysctl.h>
#endif
@@ -726,46 +726,44 @@ pid_get_command_line (GPid pid)
static GPid
pid_get_parent (GPid pid)
{
- struct kinfo_proc *proc;
- int count;
- kvm_t *kvm;
- GPid ppid = 0;
+ struct kinfo_proc kp;
+ size_t len;
+ GPid ppid;
- kvm = kvm_openfiles (NULL, NULL, NULL, KVM_NO_FILES, NULL);
- if (kvm == NULL)
- return 0;
+ int mib[] = { CTL_KERN, KERN_PROC, KERN_PROC_PID, pid,
+ sizeof(struct kinfo_proc), 0 };
- proc = kvm_getprocs (kvm, KERN_PROC_PID, pid, sizeof(struct kinfo_proc), &count);
- if (count == 1)
- ppid = proc->p_ppid;
+ if (sysctl(mib, nitems(mib), NULL, &len, NULL, 0) == -1)
+ return (-1);
+ mib[5] = (len / sizeof(struct kinfo_proc));
- kvm_close (kvm);
+ if (sysctl(mib, nitems(mib), &kp, &len, NULL, 0) < 0)
+ return -1;
+
+ ppid = kp.p_ppid;
+
return ppid;
}
static gchar *
pid_get_env (GPid pid, const gchar *key)
{
- kvm_t *kvm;
- struct kinfo_proc *proc;
- char **strs;
+ size_t len = PATH_MAX;
+ char **strs = NULL;
char *ret;
char *end;
int key_len;
- int count;
int i;
- kvm = kvm_openfiles (NULL, NULL, NULL, KVM_NO_FILES, NULL);
- if (kvm == NULL)
- return NULL;
+ int mib[] = { CTL_KERN, KERN_PROC_ARGS, pid, KERN_PROC_ENV };
+ strs = (char **)realloc(strs, len);
+
key_len = strlen (key);
ret = NULL;
- proc = kvm_getprocs (kvm, KERN_PROC_PID, pid, sizeof(struct kinfo_proc), &count);
- if (proc != NULL)
+ if (sysctl(mib, nitems(mib), strs, &len, NULL, 0) != -1)
{
- strs = kvm_getenvv (kvm, proc, 0);
for (i = 0; strs[i] != NULL; i++)
{
if (g_str_has_prefix (strs[i], key) && (*(strs[i] + key_len) == '='))
@@ -780,35 +778,33 @@ pid_get_env (GPid pid, const gchar *key)
}
}
- kvm_close (kvm);
+ g_free (strs);
return ret;
}
static gchar *
pid_get_command_line (GPid pid)
{
- kvm_t *kvm;
- struct kinfo_proc *proc;
- int count;
- char **strs;
- char *ret;
+ size_t len = PATH_MAX;
+ char **strs = NULL;
+ char *ret = NULL;
char *end;
- kvm = kvm_openfiles (NULL, NULL, NULL, KVM_NO_FILES, NULL);
- if (kvm == NULL)
- return NULL;
+ int mib[] = { CTL_KERN, KERN_PROC_ARGS, pid, KERN_PROC_ARGV };
- proc = kvm_getprocs (kvm, KERN_PROC_PID, pid, sizeof (struct kinfo_proc), &count);
- if (proc == NULL)
- return NULL;
+ strs = (char **)realloc(strs, len);
- strs = kvm_getargv (kvm, proc, 0);
+ if (sysctl(mib, nitems(mib), strs, &len, NULL, 0) == -1) {
+ g_free (strs);
+ return ret;
+ }
+
ret = g_strjoinv (" ", strs);
/* skip invalid UTF-8 */
if (!g_utf8_validate (ret, -1, (const gchar **) &end))
*end = '\0';
- kvm_close (kvm);
+ g_free (strs);
return ret;
}

View File

@ -1,7 +1,7 @@
$OpenBSD: patch-gtk_gtksettings_c,v 1.2 2011/09/20 21:12:09 ajacoutot Exp $
--- gtk/gtksettings.c.orig Sun Aug 28 19:41:49 2011
+++ gtk/gtksettings.c Tue Sep 20 10:14:15 2011
@@ -417,7 +417,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
$OpenBSD: patch-gtk_gtksettings_c,v 1.3 2012/03/23 13:21:27 ajacoutot Exp $
--- gtk/gtksettings.c.orig Thu Mar 1 22:27:52 2012
+++ gtk/gtksettings.c Fri Mar 16 17:06:57 2012
@@ -438,7 +438,7 @@ gtk_settings_class_init (GtkSettingsClass *class)
g_param_spec_string ("gtk-key-theme-name",
P_("Key Theme Name"),
P_("Name of key theme to load"),

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-gtk_gtktextattributes_h,v 1.2 2011/10/03 07:13:50 ajacoutot Exp $
From f44b8465f1733f848b69ffde85d12dfb5e1b36e1 Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@openbsd.org>
Date: Mon, 03 Oct 2011 07:11:50 +0000
Subject: __SIZEOF_INT__ and __SIZEOF_POINTER__ may not be defined.
--- gtk/gtktextattributes.h.orig Tue Aug 16 04:04:34 2011
+++ gtk/gtktextattributes.h Mon Oct 3 08:48:39 2011
@@ -104,7 +104,7 @@ struct _GtkTextAppearance
GdkRGBA *rgba[2];
-#if __SIZEOF_INT__ == __SIZEOF_POINTER__
+#if (defined(__SIZEOF_INT__) && defined(__SIZEOF_POINTER__)) && (__SIZEOF_INT__ == __SIZEOF_POINTER__)
/* unusable, just for ABI compat */
guint padding[2];
#endif

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST-docs,v 1.4 2011/09/26 07:14:50 ajacoutot Exp $
@comment $OpenBSD: PLIST-docs,v 1.5 2012/03/23 13:21:27 ajacoutot Exp $
share/gtk-doc/
share/gtk-doc/html/
share/gtk-doc/html/gail-libgail-util3/
@ -23,6 +23,7 @@ share/gtk-doc/html/gdk3/X_cursor.png
share/gtk-doc/html/gdk3/annotation-glossary.html
share/gtk-doc/html/gdk3/api-index-3-0.html
share/gtk-doc/html/gdk3/api-index-3-2.html
share/gtk-doc/html/gdk3/api-index-3-4.html
share/gtk-doc/html/gdk3/api-index-deprecated.html
share/gtk-doc/html/gdk3/api-index-full.html
share/gtk-doc/html/gdk3/arrow.png
@ -66,7 +67,6 @@ share/gtk-doc/html/gdk3/gdk3-Points-Rectangles-and-Regions.html
share/gtk-doc/html/gdk3/gdk3-Properties-and-Atoms.html
share/gtk-doc/html/gdk3/gdk3-RGBA-Colors.html
share/gtk-doc/html/gdk3/gdk3-Selections.html
share/gtk-doc/html/gdk3/gdk3-Testing.html
share/gtk-doc/html/gdk3/gdk3-Threads.html
share/gtk-doc/html/gdk3/gdk3-Visuals.html
share/gtk-doc/html/gdk3/gdk3-Windows.html
@ -144,6 +144,7 @@ share/gtk-doc/html/gtk3/GtkAccelLabel.html
share/gtk-doc/html/gtk3/GtkAccessible.html
share/gtk-doc/html/gtk3/GtkAction.html
share/gtk-doc/html/gtk3/GtkActionGroup.html
share/gtk-doc/html/gtk3/GtkActionable.html
share/gtk-doc/html/gtk3/GtkActivatable.html
share/gtk-doc/html/gtk3/GtkAdjustment.html
share/gtk-doc/html/gtk3/GtkAlignment.html
@ -152,6 +153,7 @@ share/gtk-doc/html/gtk3/GtkAppChooserButton.html
share/gtk-doc/html/gtk3/GtkAppChooserDialog.html
share/gtk-doc/html/gtk3/GtkAppChooserWidget.html
share/gtk-doc/html/gtk3/GtkApplication.html
share/gtk-doc/html/gtk3/GtkApplicationWindow.html
share/gtk-doc/html/gtk3/GtkArrow.html
share/gtk-doc/html/gtk3/GtkAspectFrame.html
share/gtk-doc/html/gtk3/GtkAssistant.html
@ -180,6 +182,9 @@ share/gtk-doc/html/gtk3/GtkCellView.html
share/gtk-doc/html/gtk3/GtkCheckButton.html
share/gtk-doc/html/gtk3/GtkCheckMenuItem.html
share/gtk-doc/html/gtk3/GtkColorButton.html
share/gtk-doc/html/gtk3/GtkColorChooser.html
share/gtk-doc/html/gtk3/GtkColorChooserDialog.html
share/gtk-doc/html/gtk3/GtkColorChooserWidget.html
share/gtk-doc/html/gtk3/GtkColorSelection.html
share/gtk-doc/html/gtk3/GtkColorSelectionDialog.html
share/gtk-doc/html/gtk3/GtkComboBox.html
@ -203,6 +208,7 @@ share/gtk-doc/html/gtk3/GtkFixed.html
share/gtk-doc/html/gtk3/GtkFontButton.html
share/gtk-doc/html/gtk3/GtkFontChooser.html
share/gtk-doc/html/gtk3/GtkFontChooserDialog.html
share/gtk-doc/html/gtk3/GtkFontChooserWidget.html
share/gtk-doc/html/gtk3/GtkFontSelection.html
share/gtk-doc/html/gtk3/GtkFontSelectionDialog.html
share/gtk-doc/html/gtk3/GtkFrame.html
@ -341,6 +347,7 @@ share/gtk-doc/html/gtk3/accel-label.png
share/gtk-doc/html/gtk3/annotation-glossary.html
share/gtk-doc/html/gtk3/api-index-3-0.html
share/gtk-doc/html/gtk3/api-index-3-2.html
share/gtk-doc/html/gtk3/api-index-3-4.html
share/gtk-doc/html/gtk3/api-index-deprecated.html
share/gtk-doc/html/gtk3/api-index-full.html
share/gtk-doc/html/gtk3/appchooserbutton.png
@ -349,6 +356,9 @@ share/gtk-doc/html/gtk3/application-exit.png
share/gtk-doc/html/gtk3/arrows.png
share/gtk-doc/html/gtk3/assistant.png
share/gtk-doc/html/gtk3/background.png
share/gtk-doc/html/gtk3/bloatpad-gnome.png
share/gtk-doc/html/gtk3/bloatpad-osx.png
share/gtk-doc/html/gtk3/bloatpad-xfce.png
share/gtk-doc/html/gtk3/border1.png
share/gtk-doc/html/gtk3/border2.png
share/gtk-doc/html/gtk3/border3.png
@ -357,10 +367,10 @@ share/gtk-doc/html/gtk3/box-packing.png
share/gtk-doc/html/gtk3/button.png
share/gtk-doc/html/gtk3/ch02.html
share/gtk-doc/html/gtk3/ch03.html
share/gtk-doc/html/gtk3/ch25s02.html
share/gtk-doc/html/gtk3/ch24s02.html
share/gtk-doc/html/gtk3/ch26s02.html
share/gtk-doc/html/gtk3/ch28s02.html
share/gtk-doc/html/gtk3/ch29s02.html
share/gtk-doc/html/gtk3/ch29s03.html
share/gtk-doc/html/gtk3/ch28s03.html
share/gtk-doc/html/gtk3/chap-drawing-model.html
share/gtk-doc/html/gtk3/check-button.png
share/gtk-doc/html/gtk3/checklist-gdkeventexpose-region.html
@ -368,6 +378,7 @@ share/gtk-doc/html/gtk3/checklist-modifiers.html
share/gtk-doc/html/gtk3/checklist-named-icons.html
share/gtk-doc/html/gtk3/checks.png
share/gtk-doc/html/gtk3/color-button.png
share/gtk-doc/html/gtk3/colorchooser.png
share/gtk-doc/html/gtk3/colorsel.png
share/gtk-doc/html/gtk3/combo-box-entry.png
share/gtk-doc/html/gtk3/combo-box.png
@ -413,6 +424,7 @@ share/gtk-doc/html/gtk3/filechooser.png
share/gtk-doc/html/gtk3/focus.png
share/gtk-doc/html/gtk3/folder.png
share/gtk-doc/html/gtk3/font-button.png
share/gtk-doc/html/gtk3/fontchooser.png
share/gtk-doc/html/gtk3/fontsel.png
share/gtk-doc/html/gtk3/format-indent-less-ltr.png
share/gtk-doc/html/gtk3/format-indent-less-rtl.png
@ -466,7 +478,6 @@ share/gtk-doc/html/gtk3/gtk-font.png
share/gtk-doc/html/gtk3/gtk-getting-started.html
share/gtk-doc/html/gtk3/gtk-index.png
share/gtk-doc/html/gtk3/gtk-migrating-2-to-3.html
share/gtk-doc/html/gtk3/gtk-migrating-GtkApplication.html
share/gtk-doc/html/gtk3/gtk-migrating-GtkGrid.html
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-bonus-points.html
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-checklist.html
@ -475,7 +486,9 @@ share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parser-extensions.html
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext-parsing.html
share/gtk-doc/html/gtk3/gtk-migrating-GtkStyleContext.html
share/gtk-doc/html/gtk3/gtk-migrating-checklist.html
share/gtk-doc/html/gtk3/gtk-migrating-smclient-GtkApplication.html
share/gtk-doc/html/gtk3/gtk-migrating-theme-GtkStyleContext-engines.html
share/gtk-doc/html/gtk3/gtk-migrating-unique-GtkApplication.html
share/gtk-doc/html/gtk3/gtk-no.png
share/gtk-doc/html/gtk3/gtk-ok.png
share/gtk-doc/html/gtk3/gtk-orientation-landscape.png

View File

@ -1,8 +1,10 @@
@comment $OpenBSD: PLIST-main,v 1.10 2011/12/29 14:12:31 ajacoutot Exp $
@comment $OpenBSD: PLIST-main,v 1.11 2012/03/23 13:21:27 ajacoutot Exp $
@unexec-delete rm -f ${SYSCONFDIR}/gtk-3.0/gtk.immodules
@unexec-delete rm -f %D/lib/gtk-3.0/${GTK_BINARY_VERSION}/immodules.cache
@bin bin/gtk-query-immodules-3.0
@bin bin/gtk3-demo
@bin bin/gtk3-demo-application
@bin bin/gtk3-widget-factory
include/gail-3.0/
include/gail-3.0/libgail-util/
include/gail-3.0/libgail-util/gail-util.h
@ -38,6 +40,7 @@ include/gtk-3.0/gdk/gdkselection.h
include/gtk-3.0/gdk/gdktestutils.h
include/gtk-3.0/gdk/gdkthreads.h
include/gtk-3.0/gdk/gdktypes.h
include/gtk-3.0/gdk/gdkversionmacros.h
include/gtk-3.0/gdk/gdkvisual.h
include/gtk-3.0/gdk/gdkwindow.h
include/gtk-3.0/gdk/gdkx.h
@ -45,11 +48,9 @@ include/gtk-3.0/gdk/x11/
include/gtk-3.0/gdk/x11/gdkx11applaunchcontext.h
include/gtk-3.0/gdk/x11/gdkx11cursor.h
include/gtk-3.0/gdk/x11/gdkx11device-core.h
include/gtk-3.0/gdk/x11/gdkx11device-xi.h
include/gtk-3.0/gdk/x11/gdkx11device-xi2.h
include/gtk-3.0/gdk/x11/gdkx11device.h
include/gtk-3.0/gdk/x11/gdkx11devicemanager-core.h
include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi.h
include/gtk-3.0/gdk/x11/gdkx11devicemanager-xi2.h
include/gtk-3.0/gdk/x11/gdkx11devicemanager.h
include/gtk-3.0/gdk/x11/gdkx11display.h
@ -63,6 +64,28 @@ include/gtk-3.0/gdk/x11/gdkx11utils.h
include/gtk-3.0/gdk/x11/gdkx11visual.h
include/gtk-3.0/gdk/x11/gdkx11window.h
include/gtk-3.0/gtk/
include/gtk-3.0/gtk/deprecated/
include/gtk-3.0/gtk/deprecated/gtkcolorsel.h
include/gtk-3.0/gtk/deprecated/gtkcolorseldialog.h
include/gtk-3.0/gtk/deprecated/gtkfontsel.h
include/gtk-3.0/gtk/deprecated/gtkhandlebox.h
include/gtk-3.0/gtk/deprecated/gtkhbbox.h
include/gtk-3.0/gtk/deprecated/gtkhbox.h
include/gtk-3.0/gtk/deprecated/gtkhpaned.h
include/gtk-3.0/gtk/deprecated/gtkhscale.h
include/gtk-3.0/gtk/deprecated/gtkhscrollbar.h
include/gtk-3.0/gtk/deprecated/gtkhseparator.h
include/gtk-3.0/gtk/deprecated/gtkhsv.h
include/gtk-3.0/gtk/deprecated/gtkrc.h
include/gtk-3.0/gtk/deprecated/gtkstyle.h
include/gtk-3.0/gtk/deprecated/gtktable.h
include/gtk-3.0/gtk/deprecated/gtktearoffmenuitem.h
include/gtk-3.0/gtk/deprecated/gtkvbbox.h
include/gtk-3.0/gtk/deprecated/gtkvbox.h
include/gtk-3.0/gtk/deprecated/gtkvpaned.h
include/gtk-3.0/gtk/deprecated/gtkvscale.h
include/gtk-3.0/gtk/deprecated/gtkvscrollbar.h
include/gtk-3.0/gtk/deprecated/gtkvseparator.h
include/gtk-3.0/gtk/gtk.h
include/gtk-3.0/gtk/gtkaboutdialog.h
include/gtk-3.0/gtk/gtkaccelgroup.h
@ -70,6 +93,7 @@ include/gtk-3.0/gtk/gtkaccellabel.h
include/gtk-3.0/gtk/gtkaccelmap.h
include/gtk-3.0/gtk/gtkaccessible.h
include/gtk-3.0/gtk/gtkaction.h
include/gtk-3.0/gtk/gtkactionable.h
include/gtk-3.0/gtk/gtkactiongroup.h
include/gtk-3.0/gtk/gtkactivatable.h
include/gtk-3.0/gtk/gtkadjustment.h
@ -79,6 +103,7 @@ include/gtk-3.0/gtk/gtkappchooserbutton.h
include/gtk-3.0/gtk/gtkappchooserdialog.h
include/gtk-3.0/gtk/gtkappchooserwidget.h
include/gtk-3.0/gtk/gtkapplication.h
include/gtk-3.0/gtk/gtkapplicationwindow.h
include/gtk-3.0/gtk/gtkarrow.h
include/gtk-3.0/gtk/gtkaspectframe.h
include/gtk-3.0/gtk/gtkassistant.h
@ -110,8 +135,10 @@ include/gtk-3.0/gtk/gtkcheckbutton.h
include/gtk-3.0/gtk/gtkcheckmenuitem.h
include/gtk-3.0/gtk/gtkclipboard.h
include/gtk-3.0/gtk/gtkcolorbutton.h
include/gtk-3.0/gtk/gtkcolorsel.h
include/gtk-3.0/gtk/gtkcolorseldialog.h
include/gtk-3.0/gtk/gtkcolorchooser.h
include/gtk-3.0/gtk/gtkcolorchooserdialog.h
include/gtk-3.0/gtk/gtkcolorchooserwidget.h
include/gtk-3.0/gtk/gtkcolorutils.h
include/gtk-3.0/gtk/gtkcombobox.h
include/gtk-3.0/gtk/gtkcomboboxtext.h
include/gtk-3.0/gtk/gtkcontainer.h
@ -138,24 +165,16 @@ include/gtk-3.0/gtk/gtkfontbutton.h
include/gtk-3.0/gtk/gtkfontchooser.h
include/gtk-3.0/gtk/gtkfontchooserdialog.h
include/gtk-3.0/gtk/gtkfontchooserwidget.h
include/gtk-3.0/gtk/gtkfontsel.h
include/gtk-3.0/gtk/gtkframe.h
include/gtk-3.0/gtk/gtkgradient.h
include/gtk-3.0/gtk/gtkgrid.h
include/gtk-3.0/gtk/gtkhandlebox.h
include/gtk-3.0/gtk/gtkhbbox.h
include/gtk-3.0/gtk/gtkhbox.h
include/gtk-3.0/gtk/gtkhpaned.h
include/gtk-3.0/gtk/gtkhscale.h
include/gtk-3.0/gtk/gtkhscrollbar.h
include/gtk-3.0/gtk/gtkhseparator.h
include/gtk-3.0/gtk/gtkhsv.h
include/gtk-3.0/gtk/gtkiconfactory.h
include/gtk-3.0/gtk/gtkicontheme.h
include/gtk-3.0/gtk/gtkiconview.h
include/gtk-3.0/gtk/gtkimage.h
include/gtk-3.0/gtk/gtkimagemenuitem.h
include/gtk-3.0/gtk/gtkimcontext.h
include/gtk-3.0/gtk/gtkimcontextinfo.h
include/gtk-3.0/gtk/gtkimcontextsimple.h
include/gtk-3.0/gtk/gtkimmodule.h
include/gtk-3.0/gtk/gtkimmulticontext.h
@ -195,7 +214,6 @@ include/gtk-3.0/gtk/gtkradiobutton.h
include/gtk-3.0/gtk/gtkradiomenuitem.h
include/gtk-3.0/gtk/gtkradiotoolbutton.h
include/gtk-3.0/gtk/gtkrange.h
include/gtk-3.0/gtk/gtkrc.h
include/gtk-3.0/gtk/gtkrecentaction.h
include/gtk-3.0/gtk/gtkrecentchooser.h
include/gtk-3.0/gtk/gtkrecentchooserdialog.h
@ -222,14 +240,11 @@ include/gtk-3.0/gtk/gtkspinner.h
include/gtk-3.0/gtk/gtkstatusbar.h
include/gtk-3.0/gtk/gtkstatusicon.h
include/gtk-3.0/gtk/gtkstock.h
include/gtk-3.0/gtk/gtkstyle.h
include/gtk-3.0/gtk/gtkstylecontext.h
include/gtk-3.0/gtk/gtkstyleproperties.h
include/gtk-3.0/gtk/gtkstyleprovider.h
include/gtk-3.0/gtk/gtkswitch.h
include/gtk-3.0/gtk/gtksymboliccolor.h
include/gtk-3.0/gtk/gtktable.h
include/gtk-3.0/gtk/gtktearoffmenuitem.h
include/gtk-3.0/gtk/gtktestutils.h
include/gtk-3.0/gtk/gtktextattributes.h
include/gtk-3.0/gtk/gtktextbuffer.h
@ -263,16 +278,11 @@ include/gtk-3.0/gtk/gtktreestore.h
include/gtk-3.0/gtk/gtktreeview.h
include/gtk-3.0/gtk/gtktreeviewcolumn.h
include/gtk-3.0/gtk/gtktypebuiltins.h
include/gtk-3.0/gtk/gtktypes.h
include/gtk-3.0/gtk/gtkuimanager.h
include/gtk-3.0/gtk/gtkvbbox.h
include/gtk-3.0/gtk/gtkvbox.h
include/gtk-3.0/gtk/gtkversion.h
include/gtk-3.0/gtk/gtkviewport.h
include/gtk-3.0/gtk/gtkvolumebutton.h
include/gtk-3.0/gtk/gtkvpaned.h
include/gtk-3.0/gtk/gtkvscale.h
include/gtk-3.0/gtk/gtkvscrollbar.h
include/gtk-3.0/gtk/gtkvseparator.h
include/gtk-3.0/gtk/gtkwidget.h
include/gtk-3.0/gtk/gtkwidgetpath.h
include/gtk-3.0/gtk/gtkwindow.h
@ -355,11 +365,14 @@ share/examples/gtk+3/gtk-3.0/im-multipress.conf
share/gir-1.0/Gdk-3.0.gir
share/gir-1.0/GdkX11-3.0.gir
share/gir-1.0/Gtk-3.0.gir
share/glib-2.0/schemas/org.gtk.Demo.gschema.xml
share/glib-2.0/schemas/org.gtk.Settings.ColorChooser.gschema.xml
share/glib-2.0/schemas/org.gtk.Settings.FileChooser.gschema.xml
share/gtk-3.0/
share/gtk-3.0/demo/
share/gtk-3.0/demo/alphatest.png
share/gtk-3.0/demo/apple-red.png
share/gtk-3.0/demo/application.c
share/gtk-3.0/demo/appwindow.c
share/gtk-3.0/demo/assistant.c
share/gtk-3.0/demo/background.jpg
@ -410,8 +423,10 @@ share/gtk-3.0/demo/stock_browser.c
share/gtk-3.0/demo/textscroll.c
share/gtk-3.0/demo/textview.c
share/gtk-3.0/demo/toolpalette.c
share/gtk-3.0/demo/transparent.c
share/gtk-3.0/demo/tree_store.c
share/gtk-3.0/demo/ui_manager.c
share/gtk-3.0/gtkbuilder.rng
share/locale/af/LC_MESSAGES/gtk30-properties.mo
share/locale/af/LC_MESSAGES/gtk30.mo
share/locale/am/LC_MESSAGES/gtk30-properties.mo
@ -426,6 +441,8 @@ share/locale/ast/LC_MESSAGES/gtk30-properties.mo
share/locale/ast/LC_MESSAGES/gtk30.mo
share/locale/az/LC_MESSAGES/gtk30-properties.mo
share/locale/az/LC_MESSAGES/gtk30.mo
share/locale/az_IR/
share/locale/az_IR/LC_MESSAGES/
share/locale/az_IR/LC_MESSAGES/gtk30-properties.mo
share/locale/az_IR/LC_MESSAGES/gtk30.mo
share/locale/be/LC_MESSAGES/gtk30-properties.mo
@ -643,9 +660,6 @@ share/themes/Default/gtk-3.0/gtk-keys.css
share/themes/Emacs/
share/themes/Emacs/gtk-3.0/
share/themes/Emacs/gtk-3.0/gtk-keys.css
share/themes/Raleigh/
share/themes/Raleigh/gtk-3.0/
share/themes/Raleigh/gtk-3.0/gtk.css
@sample ${SYSCONFDIR}/gtk-3.0/
@exec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null
@unexec-delete %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas >/dev/null