diff --git a/devel/glib20/Makefile b/devel/glib20/Makefile index 944931d94761..7f2b3f17a546 100644 --- a/devel/glib20/Makefile +++ b/devel/glib20/Makefile @@ -1,113 +1,113 @@ # Created by: Vanilla I. Shu PORTNAME= glib -DISTVERSION= 2.66.8 +DISTVERSION= 2.68.3 PORTREVISION= 0 PORTEPOCH= 2 CATEGORIES= devel MASTER_SITES= GNOME DIST_SUBDIR= gnome MAINTAINER= desktop@FreeBSD.org COMMENT= Some useful routines of C programming (current stable version) LICENSE= LGPL20 LIB_DEPENDS= libffi.so:devel/libffi \ libpcre.so:devel/pcre # 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 gnome iconv:wchar_t localbase:ldflags \ meson perl5 pkgconfig python:3.6+ tar:xz USE_LDCONFIG= yes USE_PERL5= build USE_PYTHON= py3kplist MESON_ARGS= -Db_lundef=false \ -Ddefault_library=both \ -Dinstalled_tests=false \ -Dlibmount=disabled \ -Dselinux=disabled \ -Dxattr=false BINARY_ALIAS= python3=${PYTHON_CMD} PORTSCOUT= limitw:1,even -_LIBVERSION= 0.6600.8 +_LIBVERSION= 0.6800.3 PLIST_SUB= LIBVERSION=${_LIBVERSION} OPTIONS_DEFINE= DEBUG FAM_ALTBACKEND MANPAGES NLS OPTIONS_DEFAULT= MANPAGES OPTIONS_SUB= yes FAM_ALTBACKEND_DESC= Alternate file monitor backend MANPAGES_BUILD_DEPENDS= docbook-xml>4.1.2:textproc/docbook-xml \ docbook-xsl>0:textproc/docbook-xsl MANPAGES_USE= GNOME=libxslt:build MANPAGES_MESON_TRUE= man .include # doesn't build yet MESON_ARGS+= -Ddtrace=false .if empty(ICONV_LIB) # native? MESON_ARGS+= -Diconv=libc .else MESON_ARGS+= -Diconv=external .endif .if ${ARCH} == powerpc64 EXTRA_PATCHES= ${FILESDIR}/extra-arch-powerpc64 .endif pre-configure-FAM_ALTBACKEND-on: @${REINPLACE_CMD} -e 's|kqueue-helper.c|kqueue_fnm.c|g ; \ s|.*kqueue-missing.c.*||g ; \ s|.*dep-list.c.*||g' \ ${WRKSRC}/gio/kqueue/meson.build @${CP} -f ${FILESDIR}/gkqueuefilemonitor.c ${WRKSRC}/gio/kqueue/gkqueuefilemonitor.c @${CP} ${FILESDIR}/kqueue_fnm.c ${WRKSRC}/gio/kqueue/kqueue_fnm.c @${CP} ${FILESDIR}/kqueue_fnm.h ${WRKSRC}/gio/kqueue/kqueue_fnm.h 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|@PYTHON@|${PYTHON_CMD}|g' \ ${WRKSRC}/gio/gdbus-2.0/codegen/gdbus-codegen.in \ ${WRKSRC}/glib/gtester-report.in \ ${WRKSRC}/gobject/glib-genmarshal.in \ ${WRKSRC}/gobject/glib-mkenums.in ${REINPLACE_CMD} -e '/inotify_init1/d' \ -e '/inotify.h/d' \ ${WRKSRC}/meson.build ${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|' \ ${WRKSRC}/gio/xdgmime/xdgmime.c \ ${WRKSRC}/glib/gutils.c \ ${WRKSRC}/glib/tests/utils.c CODEGENDIR= ${PREFIX}/share/glib-2.0/codegen post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/share/GConf/gsettings ${MKDIR} ${STAGEDIR}${PREFIX}/lib/gio/modules # generates .py[co] files for installed modules # if that's not done, ${PYTHON_SITELIBDIR}/gps will be polluted # with these files when module is imported from root user ${FIND} ${STAGEDIR}${PREFIX} -name \*.pyc -delete (cd ${STAGEDIR}${PREFIX} && \ ${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \ -d ${CODEGENDIR} -f ${CODEGENDIR:S;${PREFIX}/;;} && \ ${PYTHON_CMD} -O ${PYTHON_LIBDIR}/compileall.py \ -d ${CODEGENDIR} -f ${CODEGENDIR:S;${PREFIX}/;;}) # install bash completion regardless if bash is present ${MKDIR} ${STAGEDIR}${PREFIX}/share/bash-completion/completions .for file in gapplication gdbus gio gresource gsettings ${INSTALL_DATA} ${WRKSRC}/gio/completion/${file} \ ${STAGEDIR}${PREFIX}/share/bash-completion/completions/ .endfor ${RM} -r ${STAGEDIR}${PREFIX}/libexec/installed-tests .include diff --git a/devel/glib20/distinfo b/devel/glib20/distinfo index ea5925d17aa5..55df503c81c6 100644 --- a/devel/glib20/distinfo +++ b/devel/glib20/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1622115958 -SHA256 (gnome/glib-2.66.8.tar.xz) = 97bc87dd91365589af5cbbfea2574833aea7a1b71840fd365ecd2852c76b9c8b -SIZE (gnome/glib-2.66.8.tar.xz) = 4845548 +TIMESTAMP = 1626547415 +SHA256 (gnome/glib-2.68.3.tar.xz) = e7e1a3c20c026109c45c9ec4a31d8dcebc22e86c69486993e565817d64be3138 +SIZE (gnome/glib-2.68.3.tar.xz) = 4945236 diff --git a/devel/glib20/files/patch-glib_meson.build b/devel/glib20/files/patch-glib_meson.build index e42c509110d2..a8370e5de939 100644 --- a/devel/glib20/files/patch-glib_meson.build +++ b/devel/glib20/files/patch-glib_meson.build @@ -1,11 +1,11 @@ ---- glib/meson.build.orig 2021-02-18 15:31:48.638470000 -0800 -+++ glib/meson.build 2021-02-18 15:32:08.983695000 -0800 -@@ -376,7 +376,7 @@ +--- glib/meson.build.orig 2021-06-10 11:57:57.246194400 -0700 ++++ glib/meson.build 2021-07-17 12:05:52.342851000 -0700 +@@ -377,7 +377,7 @@ # intl.lib is not compatible with SAFESEH link_args : [noseh_link_args, glib_link_flags, win32_ldflags], include_directories : configinc, -- dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + gnulib_libm_dependency + [libsysprof_capture_dep], -+ dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + gnulib_libm_dependency + [libsysprof_capture_dep] + libutil, +- dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep], ++ dependencies : pcre_deps + [thread_dep, librt] + libintl_deps + libiconv + platform_deps + [gnulib_libm_dependency, libm] + [libsysprof_capture_dep] + libutil, c_args : glib_c_args, objc_args : glib_c_args, ) diff --git a/devel/glib20/pkg-plist b/devel/glib20/pkg-plist index 275cfdac0119..a292150ea817 100644 --- a/devel/glib20/pkg-plist +++ b/devel/glib20/pkg-plist @@ -1,471 +1,472 @@ 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/gmemorymonitor.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/gnativesocketaddress.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/grcbox.h include/glib-2.0/glib/grefcount.h include/glib-2.0/glib/grefstring.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/gstrvbuilder.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/guri.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-enumtypes.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 %%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/gio 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