Major update to glib2-2.36.0.

*huge* thank to landry@ for running a bulk with this diff and the few
others that are going to be committed and for informing me of the
breakage that needed some love.
This commit is contained in:
ajacoutot 2013-03-27 17:49:34 +00:00
parent 8b16f242fa
commit 50216fe525
10 changed files with 92 additions and 186 deletions

View File

@ -1,11 +1,10 @@
# $OpenBSD: Makefile,v 1.200 2013/03/21 08:45:15 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.201 2013/03/27 17:49:34 ajacoutot Exp $
COMMENT= general-purpose utility library
V= 2.34.3
DISTNAME= glib-${V}
GNOME_PROJECT= glib
GNOME_VERSION= 2.36.0
PKGNAME= ${DISTNAME:S/glib/glib2/}
EXTRACT_SUFX= .tar.xz
CATEGORIES= devel
@ -13,29 +12,23 @@ HOMEPAGE= http://www.gtk.org/
MAINTAINER= Antoine Jacoutot <ajacoutot@openbsd.org>
SHARED_LIBS += glib-2.0 3400.0 # 3400.3
SHARED_LIBS += gmodule-2.0 3400.0 # 3400.3
SHARED_LIBS += gthread-2.0 3400.0 # 3400.3
SHARED_LIBS += gobject-2.0 3400.0 # 3400.3
SHARED_LIBS += gio-2.0 3400.0 # 3400.3
SHARED_LIBS += glib-2.0 3600.0 # 3600.0
SHARED_LIBS += gmodule-2.0 3600.0 # 3600.0
SHARED_LIBS += gthread-2.0 3600.0 # 3600.0
SHARED_LIBS += gobject-2.0 3600.0 # 3600.0
SHARED_LIBS += gio-2.0 3600.0 # 3600.0
# LGPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB += c elf ffi pcre pthread z
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/glib/${V:C/^([0-9]+\.[0-9]+).*/\1/}/}
MODULES= devel/gettext \
lang/python
MODPY_ADJ_FILES= glib/gtester-report \
gio/gdbus-2.0/codegen/gdbus-codegen.in \
gio/tests/gdbus-testserver.py
lang/python \
x11/gnome
# man pages
BUILD_DEPENDS += textproc/docbook>=4.5p1 \
textproc/libxslt
BUILD_DEPENDS += textproc/docbook-xsl
LIB_DEPENDS= devel/pcre \
devel/libelf \
@ -45,47 +38,13 @@ LIB_DEPENDS= devel/pcre \
# also requires bumped limits (stack >= 24576)
BUILD_DEPENDS += x11/dbus
TEST_IS_INTERACTIVE= x11
TEST_DEPENDS= devel/desktop-file-utils \
devel/py-gobject \
devel/py-gobject3 \
x11/dbus-python
USE_GMAKE= Yes
TEST_DEPENDS= devel/desktop-file-utils \
x11/dbus
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= ${CONFIGURE_SHARED} \
--enable-static \
CONFIGURE_ARGS= --enable-static \
--with-pcre=system \
--disable-gtk-doc \
--disable-fam \
--disable-selinux \
--disable-systemtap \
--disable-xattr
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
# If one of these tools is found at configure stage, it might be used,
# no matter whether we use --disable-gtk-doc or not.
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
ac_cv_path_GTKDOC_REBASE="" \
ac_cv_path_GTKDOC_MKPDF=""
### kqueue(2) backend ##################################################
# https://bugzilla.gnome.org/show_bug.cgi?id=679793
AUTOMAKE_VERSION= 1.11
AUTOCONF_VERSION= 2.68
BUILD_DEPENDS+= ${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS} \
devel/libtool
MASTER_SITES0= http://distfiles.bsdfrog.org/
PATCHFILES= glib-gio-kqueue-2.34.2-v2.patch:0
PATCH_DIST_STRIP= -p1
AUTO_ENV= AUTOMAKE_VERSION=${AUTOMAKE_VERSION} \
AUTOCONF_VERSION=${AUTOCONF_VERSION}
post-patch:
cd ${WRKSRC} && ${AUTO_ENV} autoreconf --force --install
### end of kqueue(1) backend ###########################################
--disable-fam --disable-maintainer-mode
pre-configure:
perl -pi -e "s,/usr/local,${LOCALBASE},g;" \

View File

@ -1,4 +1,2 @@
SHA256 (glib-2.34.3.tar.xz) = hV/L+Hy5MGW0iDWONRd02KORdygQI7rljChvQWEmWKc=
SHA256 (glib-gio-kqueue-2.34.2-v2.patch) = daplYz5SQi8jQ/BRhDKspidxPQlWs813yZUFEVNKixg=
SIZE (glib-2.34.3.tar.xz) = 6334872
SIZE (glib-gio-kqueue-2.34.2-v2.patch) = 101391
SHA256 (glib-2.36.0.tar.xz) = RVqKvoaSxRdLzH/6FblqdSGi8vn7R1lEBZJ8Ncubsic=
SIZE (glib-2.36.0.tar.xz) = 6508276

View File

@ -1,10 +1,10 @@
$OpenBSD: patch-gio_glib-compile-schemas_c,v 1.3 2012/04/23 12:49:47 ajacoutot Exp $
$OpenBSD: patch-gio_glib-compile-schemas_c,v 1.4 2013/03/27 17:49:34 ajacoutot Exp $
XXX TEMP do not warn about bad dconf paths
--- gio/glib-compile-schemas.c.orig Fri Apr 13 15:39:41 2012
+++ gio/glib-compile-schemas.c Mon Apr 23 14:20:42 2012
@@ -1204,11 +1204,13 @@ parse_state_start_schema (ParseState *state,
--- gio/glib-compile-schemas.c.orig Wed Mar 13 14:39:09 2013
+++ gio/glib-compile-schemas.c Tue Mar 26 11:02:30 2013
@@ -1208,11 +1208,13 @@ parse_state_start_schema (ParseState *state,
return;
}

View File

@ -1,22 +0,0 @@
$OpenBSD: patch-gio_gsocketconnection_c,v 1.2 2012/11/10 07:37:07 ajacoutot Exp $
Fix a reference counting bug (par rewrote upstream, remove when updating to glib >= 2.35).
--- gio/gsocketconnection.c.orig Sat Nov 10 04:18:46 2012
+++ gio/gsocketconnection.c Sat Nov 10 08:23:55 2012
@@ -201,6 +201,7 @@ g_socket_connection_connect_async (GSocketConnection
{
g_simple_async_result_set_op_res_gboolean (simple, TRUE);
g_simple_async_result_complete_in_idle (simple);
+ g_object_unref (simple);
}
else if (g_error_matches (tmp_error, G_IO_ERROR, G_IO_ERROR_PENDING))
{
@@ -221,6 +222,7 @@ g_socket_connection_connect_async (GSocketConnection
{
g_simple_async_result_take_error (simple, tmp_error);
g_simple_async_result_complete_in_idle (simple);
+ g_object_unref (simple);
}
}

View File

@ -1,9 +1,9 @@
$OpenBSD: patch-gio_gunixmount_c,v 1.6 2012/09/21 13:16:49 ajacoutot Exp $
$OpenBSD: patch-gio_gunixmount_c,v 1.7 2013/03/27 17:49:34 ajacoutot Exp $
https://bugzilla.gnome.org/show_bug.cgi?id=653555
--- gio/gunixmount.c.orig Wed Sep 5 02:49:08 2012
+++ gio/gunixmount.c Thu Sep 20 10:59:23 2012
--- gio/gunixmount.c.orig Wed Mar 13 14:39:09 2013
+++ gio/gunixmount.c Tue Mar 26 11:02:30 2013
@@ -29,6 +29,12 @@
#include <sys/wait.h>
#include <unistd.h>
@ -17,7 +17,7 @@ https://bugzilla.gnome.org/show_bug.cgi?id=653555
#include <glib.h>
#include "gunixvolumemonitor.h"
#include "gunixmount.h"
@@ -462,10 +468,21 @@ g_unix_mount_eject (GMount *mount,
@@ -451,10 +457,21 @@ g_unix_mount_eject (GMount *mount,
GUnixMount *unix_mount = G_UNIX_MOUNT (mount);
char *argv[] = {"eject", NULL, NULL};

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gio_gunixmounts_c,v 1.7 2012/03/30 10:25:35 ajacoutot Exp $
$OpenBSD: patch-gio_gunixmounts_c,v 1.8 2013/03/27 17:49:34 ajacoutot Exp $
https://bugzilla.gnome.org/show_bug.cgi?id=583330
From FreeBSD: poll the list of mounted filesystems since we can't rely
on checking for mtab updates like other systems.
--- gio/gunixmounts.c.orig Sun Mar 18 03:35:25 2012
+++ gio/gunixmounts.c Fri Mar 30 12:12:34 2012
--- gio/gunixmounts.c.orig Wed Mar 13 14:39:09 2013
+++ gio/gunixmounts.c Tue Mar 26 11:02:30 2013
@@ -156,6 +156,9 @@ struct _GUnixMountMonitor {
GFileMonitor *mtab_monitor;
@ -61,7 +61,7 @@ on checking for mtab updates like other systems.
"/var",
"/var/crash",
"/var/local",
@@ -1122,6 +1136,10 @@ get_mounts_timestamp (void)
@@ -1126,6 +1140,10 @@ get_mounts_timestamp (void)
if (stat (monitor_file, &buf) == 0)
return (guint64)buf.st_mtime;
}
@ -72,7 +72,7 @@ on checking for mtab updates like other systems.
return 0;
}
@@ -1267,6 +1285,13 @@ g_unix_mount_monitor_finalize (GObject *object)
@@ -1271,6 +1289,13 @@ g_unix_mount_monitor_finalize (GObject *object)
g_object_unref (monitor->mtab_monitor);
}
@ -86,7 +86,7 @@ on checking for mtab updates like other systems.
the_mount_monitor = NULL;
G_OBJECT_CLASS (g_unix_mount_monitor_parent_class)->finalize (object);
@@ -1358,6 +1383,51 @@ proc_mounts_changed (GIOChannel *channel,
@@ -1362,6 +1387,51 @@ proc_mounts_changed (GIOChannel *channel,
return TRUE;
}
@ -138,7 +138,7 @@ on checking for mtab updates like other systems.
static void
g_unix_mount_monitor_init (GUnixMountMonitor *monitor)
{
@@ -1411,6 +1481,12 @@ g_unix_mount_monitor_init (GUnixMountMonitor *monitor)
@@ -1415,6 +1485,12 @@ g_unix_mount_monitor_init (GUnixMountMonitor *monitor)
g_object_unref (file);
g_signal_connect (monitor->mtab_monitor, "changed", (GCallback)mtab_file_changed, monitor);
}

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-gio_tests_file_c,v 1.3 2012/11/13 16:34:59 ajacoutot Exp $
$OpenBSD: patch-gio_tests_file_c,v 1.4 2013/03/27 17:49:34 ajacoutot Exp $
XXX why isn't this working with kqueue?
push upstream when the kqueue patch is committed there
--- gio/tests/file.c.orig Sat Nov 10 04:18:46 2012
+++ gio/tests/file.c Tue Nov 13 17:16:38 2012
@@ -424,13 +424,14 @@ test_create_delete (gconstpointer d)
--- gio/tests/file.c.orig Tue Mar 26 11:03:40 2013
+++ gio/tests/file.c Tue Mar 26 11:04:53 2013
@@ -427,11 +427,12 @@ test_create_delete (gconstpointer d)
data->monitor = g_file_monitor_file (data->file, 0, NULL, &error);
g_assert_no_error (error);
@ -20,8 +20,5 @@ push upstream when the kqueue patch is committed there
+ if ((!strcmp (G_OBJECT_TYPE_NAME (data->monitor), "GPollFileMonitor")) ||
+ (!strcmp (G_OBJECT_TYPE_NAME (data->monitor), "GKqueueFileMonitor")))
{
- g_print ("skipping test for this GFileMonitor implementation");
+ g_print ("skipping test for this GFileMonitor implementation ");
g_print ("skipping test for this GFileMonitor implementation");
goto skip;
}

View File

@ -1,49 +0,0 @@
$OpenBSD: patch-gio_tests_socket_c,v 1.6 2013/01/09 15:32:33 ajacoutot Exp $
From cb1876b4a7e2d1c91fcf461515d5a7933c62c6ff Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Wed, 09 Jan 2013 15:29:29 +0000
Subject: ipv6_v4mapped: force pass even if we don't speak IPv4
From 475edeb2edad68b4bef818deb7ee7db92598397f Mon Sep 17 00:00:00 2001
From: Antoine Jacoutot <ajacoutot@gnome.org>
Date: Fri, 19 Oct 2012 12:34:18 +0000
Subject: Allow slightly too big poll duration in /socket/timed_wait test
--- gio/tests/socket.c.orig Mon Nov 26 17:52:48 2012
+++ gio/tests/socket.c Wed Jan 9 16:31:40 2013
@@ -106,6 +106,12 @@ create_server (GSocketFamily family,
fd = g_socket_get_fd (server);
v6_only = 0;
setsockopt (fd, IPPROTO_IPV6, IPV6_V6ONLY, &v6_only, sizeof (v6_only));
+ if (! g_socket_speaks_ipv4 (data->server))
+ {
+ g_object_unref (data->server);
+ g_slice_free (IPTestData, data);
+ return NULL;
+ }
}
#endif
@@ -549,6 +555,12 @@ test_ipv6_v4mapped (void)
data = create_server (G_SOCKET_FAMILY_IPV6, v4mapped_server_thread, TRUE);
+ if (data == NULL)
+ {
+ g_test_message ("Test not run: not supported by the OS");
+ return;
+ }
+
client = g_socket_new (G_SOCKET_FAMILY_IPV4,
G_SOCKET_TYPE_STREAM,
G_SOCKET_PROTOCOL_DEFAULT,
@@ -617,7 +629,7 @@ test_timed_wait (void)
poll_duration = g_get_monotonic_time () - start_time;
g_assert_cmpint (poll_duration, >=, 98000);
- g_assert_cmpint (poll_duration, <, 110000);
+ g_assert_cmpint (poll_duration, <, 112000);
g_socket_close (client, &error);
g_assert_no_error (error);

View File

@ -0,0 +1,15 @@
$OpenBSD: patch-glib_Makefile_in,v 1.24 2013/03/27 17:49:34 ajacoutot Exp $
https://bugzilla.gnome.org/show_bug.cgi?id=696629
--- glib/Makefile.in.orig Tue Mar 26 12:26:35 2013
+++ glib/Makefile.in Tue Mar 26 12:26:54 2013
@@ -2348,7 +2348,7 @@ glib-win32-res.o: glib.rc
@OS_UNIX_TRUE@ mv -f "$(DESTDIR)$(bindir)/$$sf" "$(DESTDIR)$(bindir)/$$sf".tmp \
@OS_UNIX_TRUE@ && sed < "$(DESTDIR)$(bindir)/$$sf".tmp > "$(DESTDIR)$(bindir)/$$sf" \
@OS_UNIX_TRUE@ -e '1,24s|^ *#@PKGINSTALL_CONFIGVARS_IN24LINES@| ${CONFIGVARS}|' \
-@OS_UNIX_TRUE@ -e '1,1s|#! /usr/bin/env python\([0-9]\+\(\.[0-9]\+\)\?\)\?|#!${PYTHON}|' \
+@OS_UNIX_TRUE@ -e '1,1s|#! /usr/bin/env python.*|#!${PYTHON}|' \
@OS_UNIX_TRUE@ || exit $$? ; \
@OS_UNIX_TRUE@ chmod a+x $(DESTDIR)$(bindir)/$$sf ; \
@OS_UNIX_TRUE@ rm -f "$(DESTDIR)$(bindir)/$$sf".tmp ; \

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.25 2012/11/27 06:49:49 ajacoutot Exp $
@comment $OpenBSD: PLIST,v 1.26 2013/03/27 17:49:34 ajacoutot Exp $
@conflict glib2-docs-*
@conflict glib2-fam-*
@pkgpath devel/glib2,-docs
@ -114,6 +114,7 @@ include/glib-2.0/gio/gmount.h
include/glib-2.0/gio/gmountoperation.h
include/glib-2.0/gio/gnativevolumemonitor.h
include/glib-2.0/gio/gnetworkaddress.h
include/glib-2.0/gio/gnetworking.h
include/glib-2.0/gio/gnetworkmonitor.h
include/glib-2.0/gio/gnetworkservice.h
include/glib-2.0/gio/goutputstream.h
@ -136,6 +137,7 @@ include/glib-2.0/gio/gsimpleaction.h
include/glib-2.0/gio/gsimpleactiongroup.h
include/glib-2.0/gio/gsimpleasyncresult.h
include/glib-2.0/gio/gsimplepermission.h
include/glib-2.0/gio/gsimpleproxyresolver.h
include/glib-2.0/gio/gsocket.h
include/glib-2.0/gio/gsocketaddress.h
include/glib-2.0/gio/gsocketaddressenumerator.h
@ -146,6 +148,7 @@ include/glib-2.0/gio/gsocketcontrolmessage.h
include/glib-2.0/gio/gsocketlistener.h
include/glib-2.0/gio/gsocketservice.h
include/glib-2.0/gio/gsrvtarget.h
include/glib-2.0/gio/gtask.h
include/glib-2.0/gio/gtcpconnection.h
include/glib-2.0/gio/gtcpwrapperconnection.h
include/glib-2.0/gio/gtestdbus.h
@ -270,32 +273,6 @@ include/glib-2.0/gobject/gvaluearray.h
include/glib-2.0/gobject/gvaluecollector.h
include/glib-2.0/gobject/gvaluetypes.h
@comment lib/charset.alias
lib/gdbus-2.0/
lib/gdbus-2.0/codegen/
lib/gdbus-2.0/codegen/__init__.py
lib/gdbus-2.0/codegen/__init__.pyc
lib/gdbus-2.0/codegen/__init__.pyo
lib/gdbus-2.0/codegen/codegen.py
lib/gdbus-2.0/codegen/codegen.pyc
lib/gdbus-2.0/codegen/codegen.pyo
lib/gdbus-2.0/codegen/codegen_docbook.py
lib/gdbus-2.0/codegen/codegen_docbook.pyc
lib/gdbus-2.0/codegen/codegen_docbook.pyo
lib/gdbus-2.0/codegen/codegen_main.py
lib/gdbus-2.0/codegen/codegen_main.pyc
lib/gdbus-2.0/codegen/codegen_main.pyo
lib/gdbus-2.0/codegen/config.py
lib/gdbus-2.0/codegen/config.pyc
lib/gdbus-2.0/codegen/config.pyo
lib/gdbus-2.0/codegen/dbustypes.py
lib/gdbus-2.0/codegen/dbustypes.pyc
lib/gdbus-2.0/codegen/dbustypes.pyo
lib/gdbus-2.0/codegen/parser.py
lib/gdbus-2.0/codegen/parser.pyc
lib/gdbus-2.0/codegen/parser.pyo
lib/gdbus-2.0/codegen/utils.py
lib/gdbus-2.0/codegen/utils.pyc
lib/gdbus-2.0/codegen/utils.pyo
lib/gio/
lib/gio/modules/
lib/glib-2.0/
@ -348,14 +325,38 @@ share/bash-completion/completions/gsettings
share/doc/pkg-readmes/${FULLPKGNAME}
share/gdb/
share/gdb/auto-load/
share/gdb/auto-load/libglib-2.0.so.0.3400.3-gdb.py
share/gdb/auto-load/libgobject-2.0.so.0.3400.3-gdb.py
share/gdb/auto-load/libglib-2.0.so.0.3600.0-gdb.py
share/gdb/auto-load/libgobject-2.0.so.0.3600.0-gdb.py
share/glib-2.0/
share/glib-2.0/codegen/
share/glib-2.0/codegen/__init__.py
share/glib-2.0/codegen/__init__.pyc
share/glib-2.0/codegen/__init__.pyo
share/glib-2.0/codegen/codegen.py
share/glib-2.0/codegen/codegen.pyc
share/glib-2.0/codegen/codegen.pyo
share/glib-2.0/codegen/codegen_docbook.py
share/glib-2.0/codegen/codegen_docbook.pyc
share/glib-2.0/codegen/codegen_docbook.pyo
share/glib-2.0/codegen/codegen_main.py
share/glib-2.0/codegen/codegen_main.pyc
share/glib-2.0/codegen/codegen_main.pyo
share/glib-2.0/codegen/config.py
share/glib-2.0/codegen/config.pyc
share/glib-2.0/codegen/config.pyo
share/glib-2.0/codegen/dbustypes.py
share/glib-2.0/codegen/dbustypes.pyc
share/glib-2.0/codegen/dbustypes.pyo
share/glib-2.0/codegen/parser.py
share/glib-2.0/codegen/parser.pyc
share/glib-2.0/codegen/parser.pyo
share/glib-2.0/codegen/utils.py
share/glib-2.0/codegen/utils.pyc
share/glib-2.0/codegen/utils.pyo
share/glib-2.0/gdb/
share/glib-2.0/gdb/glib.py
share/glib-2.0/gdb/gobject.py
share/glib-2.0/gettext/
share/glib-2.0/gettext/mkinstalldirs
share/glib-2.0/gettext/po/
share/glib-2.0/gettext/po/Makefile.in.in
share/glib-2.0/schemas/
@ -447,6 +448,7 @@ share/gtk-doc/html/gio/GSimpleAction.html
share/gtk-doc/html/gio/GSimpleActionGroup.html
share/gtk-doc/html/gio/GSimpleAsyncResult.html
share/gtk-doc/html/gio/GSimplePermission.html
share/gtk-doc/html/gio/GSimpleProxyResolver.html
share/gtk-doc/html/gio/GSocket.html
share/gtk-doc/html/gio/GSocketAddress.html
share/gtk-doc/html/gio/GSocketClient.html
@ -456,6 +458,7 @@ share/gtk-doc/html/gio/GSocketControlMessage.html
share/gtk-doc/html/gio/GSocketListener.html
share/gtk-doc/html/gio/GSocketService.html
share/gtk-doc/html/gio/GSrvTarget.html
share/gtk-doc/html/gio/GTask.html
share/gtk-doc/html/gio/GTcpConnection.html
share/gtk-doc/html/gio/GTcpWrapperConnection.html
share/gtk-doc/html/gio/GTestDBus.html
@ -492,6 +495,7 @@ share/gtk-doc/html/gio/api-index-2-28.html
share/gtk-doc/html/gio/api-index-2-30.html
share/gtk-doc/html/gio/api-index-2-32.html
share/gtk-doc/html/gio/api-index-2-34.html
share/gtk-doc/html/gio/api-index-2-36.html
share/gtk-doc/html/gio/api-index-deprecated.html
share/gtk-doc/html/gio/api-index-full.html
share/gtk-doc/html/gio/application.html
@ -550,6 +554,7 @@ share/gtk-doc/html/gio/gio-Owning-Bus-Names.html
share/gtk-doc/html/gio/gio-TLS-Overview.html
share/gtk-doc/html/gio/gio-Unix-Mounts.html
share/gtk-doc/html/gio/gio-Watching-Bus-Names.html
share/gtk-doc/html/gio/gio-gnetworking.h.html
share/gtk-doc/html/gio/gio-gpollableutils.html
share/gtk-doc/html/gio/gio-hierarchy.html
share/gtk-doc/html/gio/gio-querymodules.html
@ -602,6 +607,7 @@ share/gtk-doc/html/glib/api-index-2-28.html
share/gtk-doc/html/glib/api-index-2-30.html
share/gtk-doc/html/glib/api-index-2-32.html
share/gtk-doc/html/glib/api-index-2-34.html
share/gtk-doc/html/glib/api-index-2-36.html
share/gtk-doc/html/glib/api-index-2-4.html
share/gtk-doc/html/glib/api-index-2-6.html
share/gtk-doc/html/glib/api-index-2-8.html
@ -724,6 +730,7 @@ share/gtk-doc/html/gobject/api-index-2-28.html
share/gtk-doc/html/gobject/api-index-2-30.html
share/gtk-doc/html/gobject/api-index-2-32.html
share/gtk-doc/html/gobject/api-index-2-34.html
share/gtk-doc/html/gobject/api-index-2-36.html
share/gtk-doc/html/gobject/api-index-2-4.html
share/gtk-doc/html/gobject/api-index-2-6.html
share/gtk-doc/html/gobject/api-index-2-8.html
@ -924,8 +931,6 @@ share/locale/oc/LC_MESSAGES/glib20.mo
share/locale/or/
share/locale/or/LC_MESSAGES/
share/locale/or/LC_MESSAGES/glib20.mo
share/locale/pa/
share/locale/pa/LC_MESSAGES/
share/locale/pa/LC_MESSAGES/glib20.mo
share/locale/pl/LC_MESSAGES/glib20.mo
share/locale/ps/
@ -960,6 +965,9 @@ share/locale/ta/LC_MESSAGES/glib20.mo
share/locale/te/
share/locale/te/LC_MESSAGES/
share/locale/te/LC_MESSAGES/glib20.mo
share/locale/tg/
share/locale/tg/LC_MESSAGES/
share/locale/tg/LC_MESSAGES/glib20.mo
share/locale/th/
share/locale/th/LC_MESSAGES/
share/locale/th/LC_MESSAGES/glib20.mo