Index: head/devel/glib20/Makefile =================================================================== --- head/devel/glib20/Makefile (revision 484885) +++ head/devel/glib20/Makefile (revision 484886) @@ -1,99 +1,113 @@ # Created by: Vanilla I. Shu # $FreeBSD$ PORTNAME= glib -PORTVERSION= 2.56.1 -PORTREVISION= 3 +PORTVERSION= 2.56.3 PORTEPOCH= 1 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= Some useful routines of C programming (current stable version) LICENSE= LGPL20 USES= tar:xz PORTSCOUT= limitw:1,even .if !defined(REFERENCE_PORT) LIB_DEPENDS+= libpcre.so:devel/pcre \ libffi.so:devel/libffi GNU_CONFIGURE= yes USE_LDCONFIG= yes # iconv:wchar_t - our iconv in base doesn't support utf-8 -> wchar_t (boooo) # (wchar_t is used by glibmm, rawtherapee triggered this) USES+= compiler:c11 gettext gmake gnome iconv:wchar_t libtool \ localbase pathfix perl5 pkgconfig python shebangfix USE_PYTHON= py3kplist CONFIGURE_ARGS= --disable-gtk-doc --with-html-dir=${PREFIX}/share/doc \ - --disable-man --without-xml-catalog \ --enable-static=yes \ --with-pcre=system \ --disable-fam CONFIGURE_ENV= ac_cv_header_sys_inotify_h= INSTALL_TARGET= install-strip SHEBANG_FILES= */*.pl -LIBVERSION= 0.5600.1 +LIBVERSION= 0.5600.3 PLIST_SUB+= LIBVERSION=${LIBVERSION} glib_MAN= gtester.1 gtester-report.1 glib-gettextize.1 gio_MAN= gdbus.1 gsettings.1 gio-querymodules.1 gio.1 \ glib-compile-schemas.1 gapplication.1 \ glib-compile-resources.1 gresource.1 gdbus-codegen.1 gobject_MAN= glib-genmarshal.1 glib-mkenums.1 gobject-query.1 -OPTIONS_DEFINE= DEBUG NLS +OPTIONS_DEFINE= DEBUG MANPAGES NLS +OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes DEBUG_CONFIGURE_ON= --enable-debug=yes +MANPAGES_BUILD_DEPENDS= docbook-xml>4.1.2:textproc/docbook-xml \ + docbook-xsl>0:textproc/docbook-xsl +MANPAGES_USE= GNOME=libxslt:build +MANPAGES_CONFIGURE_ENABLE= man +MANPAGES_CONFIGURE_ON= --with-xml-catalog=${LOCALBASE}/share/xml/catalog + .include # doesn't build yet CONFIGURE_ARGS+=--disable-dtrace .if empty(ICONV_LIB) CONFIGURE_ARGS+= --with-libiconv=no .else CONFIGURE_ARGS+= --with-libiconv=gnu .endif .if ${ARCH} == powerpc64 EXTRA_PATCHES= ${FILESDIR}/extra-arch-powerpc64 .endif # Let glib use asm code for implementing atomic ops on i386 and amd64. .if ${ARCH} == "i386" GLIB_ARCH= i486 .elif ${ARCH} == "amd64" GLIB_ARCH= x86_64 .else GLIB_ARCH= ${ARCH} .endif CONFIGURE_TARGET=${GLIB_ARCH}-portbld-freebsd${OSREL} post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g ; \ s|/usr/share/locale/locale|${LOCALBASE}/share/locale/locale|g' \ ${WRKSRC}/glib/gutils.c @${REINPLACE_CMD} -e 's|inotify_support=yes|inotify_support=no| ; \ s|-Werror|| ; \ s|#define HAVE_SYS_INOTIFY_H 1||' ${WRKSRC}/configure +do-build-MANPAGES-on: +.for m in glib gio gobject +. for file in ${${m}_MAN} + cd ${WRKSRC}/docs/reference/${m} && ${GMAKE} ${file} +. endfor +.endfor + post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/share/GConf/gsettings @${MKDIR} ${STAGEDIR}${PREFIX}/lib/gio/modules + +post-install-MANPAGES-on: .for m in glib gio gobject ${INSTALL_MAN} ${${m}_MAN:S|^|${WRKSRC}/docs/reference/${m}/|} \ ${STAGEDIR}${PREFIX}/man/man1 .endfor .include .endif Index: head/devel/glib20/distinfo =================================================================== --- head/devel/glib20/distinfo (revision 484885) +++ head/devel/glib20/distinfo (revision 484886) @@ -1,3 +1,3 @@ -TIMESTAMP = 1525371429 -SHA256 (gnome2/glib-2.56.1.tar.xz) = 40ef3f44f2c651c7a31aedee44259809b6f03d3d20be44545cd7d177221c0b8d -SIZE (gnome2/glib-2.56.1.tar.xz) = 8028716 +TIMESTAMP = 1538415400 +SHA256 (gnome2/glib-2.56.3.tar.xz) = a9a4c5b4c81b6c75bc140bdf5e32120ef3ce841b7413214ecf5f987acec74cb2 +SIZE (gnome2/glib-2.56.3.tar.xz) = 7009912 Index: head/devel/glib20/files/patch-gio_kqueue_Makefile.in =================================================================== --- head/devel/glib20/files/patch-gio_kqueue_Makefile.in (revision 484885) +++ head/devel/glib20/files/patch-gio_kqueue_Makefile.in (revision 484886) @@ -1,87 +1,87 @@ ---- gio/kqueue/Makefile.in.orig 2018-04-09 23:09:21.018712000 +0200 -+++ gio/kqueue/Makefile.in 2018-04-09 23:09:38.517739000 +0200 -@@ -183,9 +183,7 @@ LTLIBRARIES = $(installed_test_LTLIBRARIES) $(noinst_L +--- gio/kqueue/Makefile.in.orig 2018-10-01 19:39:31.421019000 +0200 ++++ gio/kqueue/Makefile.in 2018-10-01 19:43:01.841725000 +0200 +@@ -187,9 +187,7 @@ LTLIBRARIES = $(installed_test_LTLIBRARIES) $(noinst_L libkqueue_la_LIBADD = am__objects_1 = am_libkqueue_la_OBJECTS = libkqueue_la-gkqueuefilemonitor.lo \ - libkqueue_la-kqueue-helper.lo libkqueue_la-kqueue-thread.lo \ - libkqueue_la-kqueue-sub.lo libkqueue_la-kqueue-missing.lo \ - libkqueue_la-kqueue-utils.lo libkqueue_la-kqueue-exclusions.lo \ + libkqueue_la-kqueue-helper.lo libkqueue_la-kqueue-missing.lo \ libkqueue_la-dep-list.lo $(am__objects_1) libkqueue_la_OBJECTS = $(am_libkqueue_la_OBJECTS) AM_V_lt = $(am__v_lt_@AM_V@) -@@ -777,19 +775,9 @@ all_test_ltlibs = $(test_ltlibraries) $(uninstalled_te +@@ -785,19 +783,9 @@ all_test_ltlibs = $(test_ltlibraries) $(uninstalled_te @ENABLE_INSTALLED_TESTS_TRUE@installed_test_meta_DATA = $(installed_testcases:=.test) libkqueue_la_SOURCES = \ gkqueuefilemonitor.c \ - gkqueuefilemonitor.h \ kqueue-helper.c \ kqueue-helper.h \ - kqueue-thread.c \ - kqueue-thread.h \ - kqueue-sub.c \ - kqueue-sub.h \ kqueue-missing.c \ - kqueue-missing.h \ - kqueue-utils.c \ - kqueue-utils.h \ - kqueue-exclusions.c \ - kqueue-exclusions.h \ dep-list.c \ dep-list.h \ $(NULL) -@@ -1009,12 +997,8 @@ distclean-compile: +@@ -1017,12 +1005,8 @@ distclean-compile: - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-dep-list.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-gkqueuefilemonitor.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-exclusions.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-helper.Plo@am__quote@ - @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-missing.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-sub.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-thread.Plo@am__quote@ --@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-utils.Plo@am__quote@ + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-dep-list.Plo@am__quote@ # am--include-marker + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-gkqueuefilemonitor.Plo@am__quote@ # am--include-marker +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-exclusions.Plo@am__quote@ # am--include-marker + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-helper.Plo@am__quote@ # am--include-marker + @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-missing.Plo@am__quote@ # am--include-marker +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-sub.Plo@am__quote@ # am--include-marker +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-thread.Plo@am__quote@ # am--include-marker +-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libkqueue_la-kqueue-utils.Plo@am__quote@ # am--include-marker - .c.o: - @am__fastdepCC_TRUE@ $(AM_V_CC)depbase=`echo $@ | sed 's|[^/]*$$|$(DEPDIR)/&|;s|\.o$$||'`;\ -@@ -1054,40 +1038,12 @@ libkqueue_la-kqueue-helper.lo: kqueue-helper.c + $(am__depfiles_remade): + @$(MKDIR_P) $(@D) +@@ -1068,40 +1052,12 @@ libkqueue_la-kqueue-helper.lo: kqueue-helper.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -c -o libkqueue_la-kqueue-helper.lo `test -f 'kqueue-helper.c' || echo '$(srcdir)/'`kqueue-helper.c -libkqueue_la-kqueue-thread.lo: kqueue-thread.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -MT libkqueue_la-kqueue-thread.lo -MD -MP -MF $(DEPDIR)/libkqueue_la-kqueue-thread.Tpo -c -o libkqueue_la-kqueue-thread.lo `test -f 'kqueue-thread.c' || echo '$(srcdir)/'`kqueue-thread.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkqueue_la-kqueue-thread.Tpo $(DEPDIR)/libkqueue_la-kqueue-thread.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='kqueue-thread.c' object='libkqueue_la-kqueue-thread.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -c -o libkqueue_la-kqueue-thread.lo `test -f 'kqueue-thread.c' || echo '$(srcdir)/'`kqueue-thread.c - -libkqueue_la-kqueue-sub.lo: kqueue-sub.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -MT libkqueue_la-kqueue-sub.lo -MD -MP -MF $(DEPDIR)/libkqueue_la-kqueue-sub.Tpo -c -o libkqueue_la-kqueue-sub.lo `test -f 'kqueue-sub.c' || echo '$(srcdir)/'`kqueue-sub.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkqueue_la-kqueue-sub.Tpo $(DEPDIR)/libkqueue_la-kqueue-sub.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='kqueue-sub.c' object='libkqueue_la-kqueue-sub.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -c -o libkqueue_la-kqueue-sub.lo `test -f 'kqueue-sub.c' || echo '$(srcdir)/'`kqueue-sub.c - libkqueue_la-kqueue-missing.lo: kqueue-missing.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -MT libkqueue_la-kqueue-missing.lo -MD -MP -MF $(DEPDIR)/libkqueue_la-kqueue-missing.Tpo -c -o libkqueue_la-kqueue-missing.lo `test -f 'kqueue-missing.c' || echo '$(srcdir)/'`kqueue-missing.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkqueue_la-kqueue-missing.Tpo $(DEPDIR)/libkqueue_la-kqueue-missing.Plo @AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='kqueue-missing.c' object='libkqueue_la-kqueue-missing.lo' libtool=yes @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -c -o libkqueue_la-kqueue-missing.lo `test -f 'kqueue-missing.c' || echo '$(srcdir)/'`kqueue-missing.c - -libkqueue_la-kqueue-utils.lo: kqueue-utils.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -MT libkqueue_la-kqueue-utils.lo -MD -MP -MF $(DEPDIR)/libkqueue_la-kqueue-utils.Tpo -c -o libkqueue_la-kqueue-utils.lo `test -f 'kqueue-utils.c' || echo '$(srcdir)/'`kqueue-utils.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkqueue_la-kqueue-utils.Tpo $(DEPDIR)/libkqueue_la-kqueue-utils.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='kqueue-utils.c' object='libkqueue_la-kqueue-utils.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -c -o libkqueue_la-kqueue-utils.lo `test -f 'kqueue-utils.c' || echo '$(srcdir)/'`kqueue-utils.c - -libkqueue_la-kqueue-exclusions.lo: kqueue-exclusions.c -@am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -MT libkqueue_la-kqueue-exclusions.lo -MD -MP -MF $(DEPDIR)/libkqueue_la-kqueue-exclusions.Tpo -c -o libkqueue_la-kqueue-exclusions.lo `test -f 'kqueue-exclusions.c' || echo '$(srcdir)/'`kqueue-exclusions.c -@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libkqueue_la-kqueue-exclusions.Tpo $(DEPDIR)/libkqueue_la-kqueue-exclusions.Plo -@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='kqueue-exclusions.c' object='libkqueue_la-kqueue-exclusions.lo' libtool=yes @AMDEPBACKSLASH@ -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ -@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -c -o libkqueue_la-kqueue-exclusions.lo `test -f 'kqueue-exclusions.c' || echo '$(srcdir)/'`kqueue-exclusions.c libkqueue_la-dep-list.lo: dep-list.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libkqueue_la_CFLAGS) $(CFLAGS) -MT libkqueue_la-dep-list.lo -MD -MP -MF $(DEPDIR)/libkqueue_la-dep-list.Tpo -c -o libkqueue_la-dep-list.lo `test -f 'dep-list.c' || echo '$(srcdir)/'`dep-list.c Index: head/devel/glib20/pkg-plist =================================================================== --- head/devel/glib20/pkg-plist (revision 484885) +++ head/devel/glib20/pkg-plist (revision 484886) @@ -1,464 +1,464 @@ bin/gapplication bin/gdbus bin/gdbus-codegen bin/gio bin/gio-querymodules bin/glib-compile-resources bin/glib-compile-schemas bin/glib-genmarshal bin/glib-gettextize bin/glib-mkenums bin/gobject-query bin/gresource bin/gsettings bin/gtester bin/gtester-report include/gio-unix-2.0/gio/gdesktopappinfo.h include/gio-unix-2.0/gio/gfiledescriptorbased.h include/gio-unix-2.0/gio/gunixconnection.h include/gio-unix-2.0/gio/gunixcredentialsmessage.h include/gio-unix-2.0/gio/gunixfdlist.h include/gio-unix-2.0/gio/gunixfdmessage.h include/gio-unix-2.0/gio/gunixinputstream.h include/gio-unix-2.0/gio/gunixmounts.h include/gio-unix-2.0/gio/gunixoutputstream.h include/gio-unix-2.0/gio/gunixsocketaddress.h include/glib-2.0/gio/gaction.h include/glib-2.0/gio/gactiongroup.h include/glib-2.0/gio/gactiongroupexporter.h include/glib-2.0/gio/gactionmap.h include/glib-2.0/gio/gappinfo.h include/glib-2.0/gio/gapplication.h include/glib-2.0/gio/gapplicationcommandline.h include/glib-2.0/gio/gasyncinitable.h include/glib-2.0/gio/gasyncresult.h include/glib-2.0/gio/gbufferedinputstream.h include/glib-2.0/gio/gbufferedoutputstream.h include/glib-2.0/gio/gbytesicon.h include/glib-2.0/gio/gcancellable.h include/glib-2.0/gio/gcharsetconverter.h include/glib-2.0/gio/gcontenttype.h include/glib-2.0/gio/gconverter.h include/glib-2.0/gio/gconverterinputstream.h include/glib-2.0/gio/gconverteroutputstream.h include/glib-2.0/gio/gcredentials.h include/glib-2.0/gio/gdatagrambased.h include/glib-2.0/gio/gdatainputstream.h include/glib-2.0/gio/gdataoutputstream.h include/glib-2.0/gio/gdbusactiongroup.h include/glib-2.0/gio/gdbusaddress.h include/glib-2.0/gio/gdbusauthobserver.h include/glib-2.0/gio/gdbusconnection.h include/glib-2.0/gio/gdbuserror.h include/glib-2.0/gio/gdbusinterface.h include/glib-2.0/gio/gdbusinterfaceskeleton.h include/glib-2.0/gio/gdbusintrospection.h include/glib-2.0/gio/gdbusmenumodel.h include/glib-2.0/gio/gdbusmessage.h include/glib-2.0/gio/gdbusmethodinvocation.h include/glib-2.0/gio/gdbusnameowning.h include/glib-2.0/gio/gdbusnamewatching.h include/glib-2.0/gio/gdbusobject.h include/glib-2.0/gio/gdbusobjectmanager.h include/glib-2.0/gio/gdbusobjectmanagerclient.h include/glib-2.0/gio/gdbusobjectmanagerserver.h include/glib-2.0/gio/gdbusobjectproxy.h include/glib-2.0/gio/gdbusobjectskeleton.h include/glib-2.0/gio/gdbusproxy.h include/glib-2.0/gio/gdbusserver.h include/glib-2.0/gio/gdbusutils.h include/glib-2.0/gio/gdrive.h include/glib-2.0/gio/gdtlsclientconnection.h include/glib-2.0/gio/gdtlsconnection.h include/glib-2.0/gio/gdtlsserverconnection.h include/glib-2.0/gio/gemblem.h include/glib-2.0/gio/gemblemedicon.h include/glib-2.0/gio/gfile.h include/glib-2.0/gio/gfileattribute.h include/glib-2.0/gio/gfileenumerator.h include/glib-2.0/gio/gfileicon.h include/glib-2.0/gio/gfileinfo.h include/glib-2.0/gio/gfileinputstream.h include/glib-2.0/gio/gfileiostream.h include/glib-2.0/gio/gfilemonitor.h include/glib-2.0/gio/gfilenamecompleter.h include/glib-2.0/gio/gfileoutputstream.h include/glib-2.0/gio/gfilterinputstream.h include/glib-2.0/gio/gfilteroutputstream.h include/glib-2.0/gio/gicon.h include/glib-2.0/gio/ginetaddress.h include/glib-2.0/gio/ginetaddressmask.h include/glib-2.0/gio/ginetsocketaddress.h include/glib-2.0/gio/ginitable.h include/glib-2.0/gio/ginputstream.h include/glib-2.0/gio/gio-autocleanups.h include/glib-2.0/gio/gio.h include/glib-2.0/gio/gioenums.h include/glib-2.0/gio/gioenumtypes.h include/glib-2.0/gio/gioerror.h include/glib-2.0/gio/giomodule.h include/glib-2.0/gio/gioscheduler.h include/glib-2.0/gio/giostream.h include/glib-2.0/gio/giotypes.h include/glib-2.0/gio/glistmodel.h include/glib-2.0/gio/gliststore.h include/glib-2.0/gio/gloadableicon.h include/glib-2.0/gio/gmemoryinputstream.h include/glib-2.0/gio/gmemoryoutputstream.h include/glib-2.0/gio/gmenu.h include/glib-2.0/gio/gmenuexporter.h include/glib-2.0/gio/gmenumodel.h 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/gnotification.h include/glib-2.0/gio/goutputstream.h include/glib-2.0/gio/gpermission.h include/glib-2.0/gio/gpollableinputstream.h include/glib-2.0/gio/gpollableoutputstream.h include/glib-2.0/gio/gpollableutils.h include/glib-2.0/gio/gpropertyaction.h include/glib-2.0/gio/gproxy.h include/glib-2.0/gio/gproxyaddress.h include/glib-2.0/gio/gproxyaddressenumerator.h include/glib-2.0/gio/gproxyresolver.h include/glib-2.0/gio/gremoteactiongroup.h include/glib-2.0/gio/gresolver.h include/glib-2.0/gio/gresource.h include/glib-2.0/gio/gseekable.h include/glib-2.0/gio/gsettings.h include/glib-2.0/gio/gsettingsbackend.h include/glib-2.0/gio/gsettingsschema.h 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/gsimpleiostream.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 include/glib-2.0/gio/gsocketclient.h include/glib-2.0/gio/gsocketconnectable.h include/glib-2.0/gio/gsocketconnection.h 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/gsubprocess.h include/glib-2.0/gio/gsubprocesslauncher.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 include/glib-2.0/gio/gthemedicon.h include/glib-2.0/gio/gthreadedsocketservice.h include/glib-2.0/gio/gtlsbackend.h include/glib-2.0/gio/gtlscertificate.h include/glib-2.0/gio/gtlsclientconnection.h include/glib-2.0/gio/gtlsconnection.h include/glib-2.0/gio/gtlsdatabase.h include/glib-2.0/gio/gtlsfiledatabase.h include/glib-2.0/gio/gtlsinteraction.h include/glib-2.0/gio/gtlspassword.h include/glib-2.0/gio/gtlsserverconnection.h include/glib-2.0/gio/gvfs.h include/glib-2.0/gio/gvolume.h include/glib-2.0/gio/gvolumemonitor.h include/glib-2.0/gio/gzlibcompressor.h include/glib-2.0/gio/gzlibdecompressor.h include/glib-2.0/glib-object.h include/glib-2.0/glib-unix.h include/glib-2.0/glib.h include/glib-2.0/glib/deprecated/gallocator.h include/glib-2.0/glib/deprecated/gcache.h include/glib-2.0/glib/deprecated/gcompletion.h include/glib-2.0/glib/deprecated/gmain.h include/glib-2.0/glib/deprecated/grel.h include/glib-2.0/glib/deprecated/gthread.h include/glib-2.0/glib/galloca.h include/glib-2.0/glib/garray.h include/glib-2.0/glib/gasyncqueue.h include/glib-2.0/glib/gatomic.h include/glib-2.0/glib/gbacktrace.h include/glib-2.0/glib/gbase64.h include/glib-2.0/glib/gbitlock.h include/glib-2.0/glib/gbookmarkfile.h include/glib-2.0/glib/gbytes.h include/glib-2.0/glib/gcharset.h include/glib-2.0/glib/gchecksum.h include/glib-2.0/glib/gconvert.h include/glib-2.0/glib/gdataset.h include/glib-2.0/glib/gdate.h include/glib-2.0/glib/gdatetime.h include/glib-2.0/glib/gdir.h include/glib-2.0/glib/genviron.h include/glib-2.0/glib/gerror.h include/glib-2.0/glib/gfileutils.h include/glib-2.0/glib/ggettext.h include/glib-2.0/glib/ghash.h include/glib-2.0/glib/ghmac.h include/glib-2.0/glib/ghook.h include/glib-2.0/glib/ghostutils.h include/glib-2.0/glib/gi18n-lib.h include/glib-2.0/glib/gi18n.h include/glib-2.0/glib/giochannel.h include/glib-2.0/glib/gkeyfile.h include/glib-2.0/glib/glib-autocleanups.h include/glib-2.0/glib/glist.h include/glib-2.0/glib/gmacros.h include/glib-2.0/glib/gmain.h include/glib-2.0/glib/gmappedfile.h include/glib-2.0/glib/gmarkup.h include/glib-2.0/glib/gmem.h include/glib-2.0/glib/gmessages.h include/glib-2.0/glib/gnode.h include/glib-2.0/glib/goption.h include/glib-2.0/glib/gpattern.h include/glib-2.0/glib/gpoll.h include/glib-2.0/glib/gprimes.h include/glib-2.0/glib/gprintf.h include/glib-2.0/glib/gqsort.h include/glib-2.0/glib/gquark.h include/glib-2.0/glib/gqueue.h include/glib-2.0/glib/grand.h include/glib-2.0/glib/gregex.h include/glib-2.0/glib/gscanner.h include/glib-2.0/glib/gsequence.h include/glib-2.0/glib/gshell.h include/glib-2.0/glib/gslice.h include/glib-2.0/glib/gslist.h include/glib-2.0/glib/gspawn.h include/glib-2.0/glib/gstdio.h include/glib-2.0/glib/gstrfuncs.h include/glib-2.0/glib/gstring.h include/glib-2.0/glib/gstringchunk.h include/glib-2.0/glib/gtestutils.h include/glib-2.0/glib/gthread.h include/glib-2.0/glib/gthreadpool.h include/glib-2.0/glib/gtimer.h include/glib-2.0/glib/gtimezone.h include/glib-2.0/glib/gtrashstack.h include/glib-2.0/glib/gtree.h include/glib-2.0/glib/gtypes.h include/glib-2.0/glib/gunicode.h include/glib-2.0/glib/gurifuncs.h include/glib-2.0/glib/gutils.h include/glib-2.0/glib/guuid.h include/glib-2.0/glib/gvariant.h include/glib-2.0/glib/gvarianttype.h include/glib-2.0/glib/gversion.h include/glib-2.0/glib/gversionmacros.h include/glib-2.0/glib/gwin32.h include/glib-2.0/gmodule.h include/glib-2.0/gobject/gbinding.h include/glib-2.0/gobject/gboxed.h include/glib-2.0/gobject/gclosure.h include/glib-2.0/gobject/genums.h include/glib-2.0/gobject/glib-types.h include/glib-2.0/gobject/gmarshal.h include/glib-2.0/gobject/gobject-autocleanups.h include/glib-2.0/gobject/gobject.h include/glib-2.0/gobject/gobjectnotifyqueue.c include/glib-2.0/gobject/gparam.h include/glib-2.0/gobject/gparamspecs.h include/glib-2.0/gobject/gsignal.h include/glib-2.0/gobject/gsourceclosure.h include/glib-2.0/gobject/gtype.h include/glib-2.0/gobject/gtypemodule.h include/glib-2.0/gobject/gtypeplugin.h include/glib-2.0/gobject/gvalue.h include/glib-2.0/gobject/gvaluearray.h include/glib-2.0/gobject/gvaluecollector.h include/glib-2.0/gobject/gvaluetypes.h lib/glib-2.0/include/glibconfig.h lib/libgio-2.0.a lib/libgio-2.0.so lib/libgio-2.0.so.0 lib/libgio-2.0.so.%%LIBVERSION%% lib/libglib-2.0.a lib/libglib-2.0.so lib/libglib-2.0.so.0 lib/libglib-2.0.so.%%LIBVERSION%% lib/libgmodule-2.0.a lib/libgmodule-2.0.so lib/libgmodule-2.0.so.0 lib/libgmodule-2.0.so.%%LIBVERSION%% lib/libgobject-2.0.a lib/libgobject-2.0.so lib/libgobject-2.0.so.0 lib/libgobject-2.0.so.%%LIBVERSION%% lib/libgthread-2.0.a lib/libgthread-2.0.so lib/libgthread-2.0.so.0 lib/libgthread-2.0.so.%%LIBVERSION%% libdata/pkgconfig/gio-2.0.pc libdata/pkgconfig/gio-unix-2.0.pc libdata/pkgconfig/glib-2.0.pc libdata/pkgconfig/gmodule-2.0.pc libdata/pkgconfig/gmodule-export-2.0.pc libdata/pkgconfig/gmodule-no-export-2.0.pc libdata/pkgconfig/gobject-2.0.pc libdata/pkgconfig/gthread-2.0.pc -man/man1/gapplication.1.gz -man/man1/gdbus-codegen.1.gz -man/man1/gdbus.1.gz -man/man1/gio-querymodules.1.gz -man/man1/gio.1.gz -man/man1/glib-compile-resources.1.gz -man/man1/glib-compile-schemas.1.gz -man/man1/glib-genmarshal.1.gz -man/man1/glib-gettextize.1.gz -man/man1/glib-mkenums.1.gz -man/man1/gobject-query.1.gz -man/man1/gresource.1.gz -man/man1/gsettings.1.gz -man/man1/gtester-report.1.gz -man/man1/gtester.1.gz +%%MANPAGES%%man/man1/gapplication.1.gz +%%MANPAGES%%man/man1/gdbus-codegen.1.gz +%%MANPAGES%%man/man1/gdbus.1.gz +%%MANPAGES%%man/man1/gio-querymodules.1.gz +%%MANPAGES%%man/man1/gio.1.gz +%%MANPAGES%%man/man1/glib-compile-resources.1.gz +%%MANPAGES%%man/man1/glib-compile-schemas.1.gz +%%MANPAGES%%man/man1/glib-genmarshal.1.gz +%%MANPAGES%%man/man1/glib-gettextize.1.gz +%%MANPAGES%%man/man1/glib-mkenums.1.gz +%%MANPAGES%%man/man1/gobject-query.1.gz +%%MANPAGES%%man/man1/gresource.1.gz +%%MANPAGES%%man/man1/gsettings.1.gz +%%MANPAGES%%man/man1/gtester-report.1.gz +%%MANPAGES%%man/man1/gtester.1.gz share/aclocal/glib-2.0.m4 share/aclocal/glib-gettext.m4 share/aclocal/gsettings.m4 share/bash-completion/completions/gapplication share/bash-completion/completions/gdbus share/bash-completion/completions/gresource share/bash-completion/completions/gsettings share/gdb/auto-load%%RESETPREFIX%%/lib/libglib-2.0.so.%%LIBVERSION%%-gdb.py share/gdb/auto-load%%RESETPREFIX%%/lib/libgobject-2.0.so.%%LIBVERSION%%-gdb.py share/gettext/its/gschema.its share/gettext/its/gschema.loc %%DATADIR%%-2.0/codegen/__init__.py %%DATADIR%%-2.0/codegen/__init__.pyc %%DATADIR%%-2.0/codegen/__init__.pyo %%DATADIR%%-2.0/codegen/codegen.py %%DATADIR%%-2.0/codegen/codegen.pyc %%DATADIR%%-2.0/codegen/codegen.pyo %%DATADIR%%-2.0/codegen/codegen_docbook.py %%DATADIR%%-2.0/codegen/codegen_docbook.pyc %%DATADIR%%-2.0/codegen/codegen_docbook.pyo %%DATADIR%%-2.0/codegen/codegen_main.py %%DATADIR%%-2.0/codegen/codegen_main.pyc %%DATADIR%%-2.0/codegen/codegen_main.pyo %%DATADIR%%-2.0/codegen/config.py %%DATADIR%%-2.0/codegen/config.pyc %%DATADIR%%-2.0/codegen/config.pyo %%DATADIR%%-2.0/codegen/dbustypes.py %%DATADIR%%-2.0/codegen/dbustypes.pyc %%DATADIR%%-2.0/codegen/dbustypes.pyo %%DATADIR%%-2.0/codegen/parser.py %%DATADIR%%-2.0/codegen/parser.pyc %%DATADIR%%-2.0/codegen/parser.pyo %%DATADIR%%-2.0/codegen/utils.py %%DATADIR%%-2.0/codegen/utils.pyc %%DATADIR%%-2.0/codegen/utils.pyo %%DATADIR%%-2.0/gdb/glib_gdb.py %%DATADIR%%-2.0/gdb/gobject_gdb.py %%DATADIR%%-2.0/gettext/po/Makefile.in.in %%DATADIR%%-2.0/schemas/gschema.dtd %%DATADIR%%-2.0/valgrind/glib.supp %%NLS%%share/locale/af/LC_MESSAGES/glib20.mo %%NLS%%share/locale/am/LC_MESSAGES/glib20.mo %%NLS%%share/locale/an/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ar/LC_MESSAGES/glib20.mo %%NLS%%share/locale/as/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ast/LC_MESSAGES/glib20.mo %%NLS%%share/locale/az/LC_MESSAGES/glib20.mo %%NLS%%share/locale/be/LC_MESSAGES/glib20.mo %%NLS%%share/locale/be@latin/LC_MESSAGES/glib20.mo %%NLS%%share/locale/bg/LC_MESSAGES/glib20.mo %%NLS%%share/locale/bn/LC_MESSAGES/glib20.mo %%NLS%%share/locale/bn_IN/LC_MESSAGES/glib20.mo %%NLS%%share/locale/bs/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ca/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ca@valencia/LC_MESSAGES/glib20.mo %%NLS%%share/locale/cs/LC_MESSAGES/glib20.mo %%NLS%%share/locale/cy/LC_MESSAGES/glib20.mo %%NLS%%share/locale/da/LC_MESSAGES/glib20.mo %%NLS%%share/locale/de/LC_MESSAGES/glib20.mo %%NLS%%share/locale/dz/LC_MESSAGES/glib20.mo %%NLS%%share/locale/el/LC_MESSAGES/glib20.mo %%NLS%%share/locale/en@shaw/LC_MESSAGES/glib20.mo %%NLS%%share/locale/en_CA/LC_MESSAGES/glib20.mo %%NLS%%share/locale/en_GB/LC_MESSAGES/glib20.mo %%NLS%%share/locale/eo/LC_MESSAGES/glib20.mo %%NLS%%share/locale/es/LC_MESSAGES/glib20.mo %%NLS%%share/locale/et/LC_MESSAGES/glib20.mo %%NLS%%share/locale/eu/LC_MESSAGES/glib20.mo %%NLS%%share/locale/fa/LC_MESSAGES/glib20.mo %%NLS%%share/locale/fi/LC_MESSAGES/glib20.mo %%NLS%%share/locale/fr/LC_MESSAGES/glib20.mo %%NLS%%share/locale/fur/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ga/LC_MESSAGES/glib20.mo %%NLS%%share/locale/gd/LC_MESSAGES/glib20.mo %%NLS%%share/locale/gl/LC_MESSAGES/glib20.mo %%NLS%%share/locale/gu/LC_MESSAGES/glib20.mo %%NLS%%share/locale/he/LC_MESSAGES/glib20.mo %%NLS%%share/locale/hi/LC_MESSAGES/glib20.mo %%NLS%%share/locale/hr/LC_MESSAGES/glib20.mo %%NLS%%share/locale/hu/LC_MESSAGES/glib20.mo %%NLS%%share/locale/hy/LC_MESSAGES/glib20.mo %%NLS%%share/locale/id/LC_MESSAGES/glib20.mo %%NLS%%share/locale/is/LC_MESSAGES/glib20.mo %%NLS%%share/locale/it/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ja/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ka/LC_MESSAGES/glib20.mo %%NLS%%share/locale/kk/LC_MESSAGES/glib20.mo %%NLS%%share/locale/kn/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ko/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ku/LC_MESSAGES/glib20.mo %%NLS%%share/locale/lt/LC_MESSAGES/glib20.mo %%NLS%%share/locale/lv/LC_MESSAGES/glib20.mo %%NLS%%share/locale/mai/LC_MESSAGES/glib20.mo %%NLS%%share/locale/mg/LC_MESSAGES/glib20.mo %%NLS%%share/locale/mk/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ml/LC_MESSAGES/glib20.mo %%NLS%%share/locale/mn/LC_MESSAGES/glib20.mo %%NLS%%share/locale/mr/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ms/LC_MESSAGES/glib20.mo %%NLS%%share/locale/nb/LC_MESSAGES/glib20.mo %%NLS%%share/locale/nds/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ne/LC_MESSAGES/glib20.mo %%NLS%%share/locale/nl/LC_MESSAGES/glib20.mo %%NLS%%share/locale/nn/LC_MESSAGES/glib20.mo %%NLS%%share/locale/oc/LC_MESSAGES/glib20.mo %%NLS%%share/locale/or/LC_MESSAGES/glib20.mo %%NLS%%share/locale/pa/LC_MESSAGES/glib20.mo %%NLS%%share/locale/pl/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ps/LC_MESSAGES/glib20.mo %%NLS%%share/locale/pt/LC_MESSAGES/glib20.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ro/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ru/LC_MESSAGES/glib20.mo %%NLS%%share/locale/rw/LC_MESSAGES/glib20.mo %%NLS%%share/locale/si/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sk/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sl/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sq/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sr/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sr@ije/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sr@latin/LC_MESSAGES/glib20.mo %%NLS%%share/locale/sv/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ta/LC_MESSAGES/glib20.mo %%NLS%%share/locale/te/LC_MESSAGES/glib20.mo %%NLS%%share/locale/tg/LC_MESSAGES/glib20.mo %%NLS%%share/locale/th/LC_MESSAGES/glib20.mo %%NLS%%share/locale/tl/LC_MESSAGES/glib20.mo %%NLS%%share/locale/tr/LC_MESSAGES/glib20.mo %%NLS%%share/locale/tt/LC_MESSAGES/glib20.mo %%NLS%%share/locale/ug/LC_MESSAGES/glib20.mo %%NLS%%share/locale/uk/LC_MESSAGES/glib20.mo %%NLS%%share/locale/vi/LC_MESSAGES/glib20.mo %%NLS%%share/locale/wa/LC_MESSAGES/glib20.mo %%NLS%%share/locale/xh/LC_MESSAGES/glib20.mo %%NLS%%share/locale/yi/LC_MESSAGES/glib20.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/glib20.mo %%NLS%%share/locale/zh_HK/LC_MESSAGES/glib20.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/glib20.mo @dir lib/gio/modules @dir share/GConf/gsettings @postexec %D/bin/glib-compile-schemas %D/share/glib-2.0/schemas 2>/dev/null || /usr/bin/true @postunexec /bin/rm -f %D/share/glib-2.0/schemas/gschemas.compiled || /usr/bin/true @postexec %D/bin/gio-querymodules %D/lib/gio/modules 2>/dev/null || /usr/bin/true