pkgsrc/devel/glib2/PLIST
wiz 123c091af7 Update to 2.10.0:
Overview of Changes from GLib 2.9.6 to GLib 2.10.0
==================================================

* Bugs fixed:
 328997 64bit pointer trunction in glib slab-allocator
        [Pascal Hofstee]
 331110 g_cond_broadcast(inform_cond) without holding
        inform_mutex [Chris Wilson, Sebastian Wilhelmi]
 332093 Fix some leaks in the tests [Kjartan Maraas]
 332435 g_utf8_strlen returns wrong value if a maximum
        number of bytes to check is specified
        [Matthias Clasen]
 331367 gslice requires more POSIX-like semantics for
        GPrivate destructors [Tor Lillqvist]

* Documentation improvements [Matthias, Kang Jeong-Hee,
  Tor Lillqvist, Stefan Kost]

* Translation updates (el,eu,ka,uk)

Overview of Changes from GLib 2.9.5 to GLib 2.9.6
=================================================

* Bugs fixed:
 329124 distclean removes README [Kjartan Maraas, Tim Janik]
 317679 GRelation field type not documented [Behdad Esfahbod]
 329123 Typo in GTime docs [Kjartan Maraas]

* Documentation improvements [Sven Herzberg, David
  Schleef, Kjartan Maraas, Behdad Esfahbod]

* Translation updates (cs,cy,it,ko,pt,sq,sr,sr@Latn,ru

Overview of Changes from GLib 2.9.4 to GLib 2.9.5
=================================================

* Memory management:
  Runtime debugging support: The slice allocator
  can be turned off by setting G_SLICE=always-malloc
  in the environment. Zeroing of freed memory can
  now be turned on at runtime by setting
  G_DEBUG=gc-friendly in the environment. [Tim Janik]

* Bugs fixed:
 328253 HP-UX/IA-64 uses ".so" as default shared library
        extension [Albert Chin]
 143380 unicode-encoding test fails converting to UTF-16
        with libiconv [Marc Moorcroft]
 328254 Build breakage (GSlice) [Jens Ganseuer]
 328705 C99ism in glib/gmem.c [Kazuki Iwamoto]

* Translation updates (da,et,zh_CN)

Overview of Changes from GLib 2.9.3 to GLib 2.9.4
=================================================

* Type system:
  Fix a problem with g_object_compat_control() which
  can lead to segfaults in GTK+ applications on 64bit
  platforms.

* Thread suppport:
  Unused threads now fall back to the global pool after
  500 milliseconds, where they wait for another
  max-idle-time milliseconds. [Sebastian Wilhelmi]

* Fix a memory allocation problem in GKeyFile. [Morten
  Welinder]


Overview of Changes from GLib 2.9.2 to GLib 2.9.3
=================================================

* GTree:
 - Replace the simple recursive implementation by
   a nonrecursive, threaded one  [Maurizio Monge]

* Change g_filename_display_name and
  g_filename_display_basename to use the Unicode
  replacement character U+FFFD instead of a question
  mark, and don't append "(invalid encoding)"  [Matthias]

* Documentation improvements [Sven Herzberg, Federico
  Mena Quintero, Stefan Kost]

* Bugs fixed:
 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X
        [Bogdan Nicula]
 326558 Some test failures on IRIX 6.5 [Daichi Kawahata]
 169285 "threaded" tree implementation for GTree
        [Maurizio Monge]
 326747 g_filename_display_basename adds (invalid encoding)
        [Alberto Ruiz]

Other contributors: Christian Kellner, Murray Cumming

New and updated translations (bg,ca,de,es,et,gu,ja,nl,th,vi)


Overview of Changes from GLib 2.9.1 to GLib 2.9.2
=================================================

* Memory management:
 - Add tests for cache colorization [Tim Janik]
 - Minimize space consumption if small amounts of differently
   sized slices are allocated, at a small performance cost.  [Tim]

* Thread support:
 - Add g_atomic_pointer_set() and g_atomic_int_set() [Tim Janik,
   Sebastian Wilhelmi]
 - Add g_thread_pool_set_sort_function() to allow sorting the
   tasks of a threadpool.  [Martyn Russell]
 - Add g_thread_pool_set_idle_time() to allow unused threads
   to exit after a certain time.  [Martyn]

* Type system:
 - introduce a new type GInitiallyUnowned, which has an initial
   floating reference. [Tim]
 - Add support for GType parameters. [Matthias]

* Main loop:
 - Add g_main_context_is_owner() to determine if the current
   thread is the owner of the context.  [Michael Meeks]

* Provide g_access(), g_chdir(), g_unlink(), g_rmdir() as
  wrapper functions instead of macros.  [Manish Singh]

* Documentation improvements [Tim, Matthias, Federico Mena Quintero,
  Stefan Kasal, Dan Williams]

* New and updated translations (en_CA,fi,fr,gl,ml,nb,no,zh_HK,zh_TW)

* Bugs fixed:
 324179 g_allocator_new() returns pointer to const dummy which Gtk+ 2.8
        tries to modify [J. Ali Harlow]
 324332 g_option_context_parse() returns false without setting error
        [Tim-Philipp Müller]
 324950 GLIB 2.9.1 testcase errors [Dan Yefimov]
 325015 gslice.c: process.h is needed on Windows [Kazuki Iwamoto]
 321978 G_DATALIST_GET_FLAGS() macro is not casting datalist to
        gpointer [Andrew Paprocki]
 316221 G_LOCK warns about breaking strict-aliasing [Michal Benes,
        Stanislav Brabec]
 325273 Error in documentation for glib_check_version () [Declan Naughton]
 325310 g_spawn_sync hangs when catching both stdout and
        stderr [Tor Lillqvist]
 325249 gcc warning when using g_rmdir from <glib/gstdio.h> [Jani Monoses]
 325864 glib/gthreadpool.c:"#define debug(...)" is C99 [Kazuki Iwamoto]
 325874 Should say somewhere that source IDs are > 0 [Dan Williams]
 325438 a typo (compatability) [Stefan Kasal]
 323937 gslice.c in glib 2.9.1 doesn't build on Mac OS X [Bogdan Nicula]


Overview of Changes from GLib 2.9.0 to GLib 2.9.1
=================================================

* Memory management
 - The slice allocator is implemented [Tim Janik]
 - g_slice_free_chain() has been renamed to
   g_slice_free_chain_with_offset()  [Tim, Behdad Esfahbod]
 - Mem chunks are deprecated [Matthias Clasen]

* Data structures
 - Hash tables are refcounted, and have a boxed type [Tim]

* Thread support
 - Support for Solaris threads has been removed
   [Sebastian Wilhelmi, Andrew Paprocki]
 - g_async_queue_sort(), g_async_queue_push_sorted() have
   been added to allow GAsyncQueue to be used as a priority
   queue, together with the corresponding _unlocked
   variants  [Martyn Russell]

* GObject:
 - The concept of a floating initial reference has been
   moved from GtkObject to GObject [Tim]

* Win32 changes:
 - Make g_rename() replace existing files [Tor Lillqvist]

* Misc new API:
 - G_GUINT64_CONSTANT macro to define guint64
   constants [Andrew Paprocki]
 - G_GNUC_WARN_UNUSED_RESULT macro to instruct the
   compiler to emit a warning if the value returned
   by a function is ignored. [Arjan van de Ven, Alex Larsson]
 - GList and GSList now have sort functions which take an
   extra user data argument [Martyn Russell]
 - g_param_spec_ref_sink() has been added for consistency [Tim]

* $LOGNAME is respected when determining user data. [Laszlo Peter]

* Other changes and bug fixes [Tim, Matthias, Behdad,
  Christian Persch, Benedikt Meurer, Andrew Paprocki,
  Kazuki Iwamoto, Alexis S. L. Carvalho, Stanislav Brabec,
  Andreas Schwab, Kalle Vahlman]

* Documentation
 - Deprecation warnings carry version information [Matthias]
 - The slice allocator has been documented [Matthias, Tim]
 - Other improvements [Morten Welinder]

Overview of Changes from GLib 2.8.x to GLib 2.9.0
=================================================
* Unicode support:
 - The Unicode tables have been updated to Unicode 4.1,
   adding several new values to the GUnicodeBreakType
   enumeration. This breaks Pango <= 1.10
   [Behdad Esfahbod]
 - The various Unicode character predicate functions
   (g_unichar_isalpha, g_unichar_isdigit,...) have
   been optimized
   [Behdad]
 - g_utf8_pointer_to_offset, g_utf8_offset_to_pointer:
   These functions handle negative offsets now, and
   going backwards in g_utf8_offset_to_pointer uses
   "stutter stepping".
   [Larry Ewing, Matthias Clasen]

* Memory management:
 - Mem chunks are no longer used internally in GLib and
   GObject. GMemChunk will be deprecated in GLib 2.10
 - All APIs based on GAllocator (g_list_push/pop_allocator,
   and similar push/pop_allocator functions for other
   data structures) have been deprecated, since they
   never worked as intended.
 - The g_slice_* functions have been added as a
   new API for fast allocation of small memory blocks.
   The implementation in GLib 2.9.0 is just a simple
   wrapper around malloc. GLib 2.10 will have an
   efficient and scalable implementation.
   [Tim Janik, Matthias]

* Pattern matching:
 - g_pattern_match has been optimized to avoid
   unnecessary recursion.
   [Tim, Matthias]

* g_intern_string, g_intern_static_string:
 - New functions to intern strings. These are now used
   by GObject to avoid duplicating static strings
   [Matthias]

* g_thread_foreach:
 - New function to iterate over all GThreads
   [Tim, Matthias]

* g_date_set_time_t, g_date_set_time_val:
 - New functions to set a GDate from a time_t or
   GTimeVal value. g_date_set_time has been deprecated
   in favor of these.
   [Roger Leigh]

* g_snprintf and g_vsnprintf:
 - These functions are no longer declared in gprintf.h,
   since they are in glib.h
   [Matthias]
2006-02-25 13:31:03 +00:00

339 lines
13 KiB
Text

@comment $NetBSD: PLIST,v 1.29 2006/02/25 13:31:03 wiz Exp $
bin/glib-genmarshal
bin/glib-gettextize
bin/glib-mkenums
bin/gobject-query
include/glib/glib-2.0/glib-object.h
include/glib/glib-2.0/glib.h
include/glib/glib-2.0/glib/galloca.h
include/glib/glib-2.0/glib/garray.h
include/glib/glib-2.0/glib/gasyncqueue.h
include/glib/glib-2.0/glib/gatomic.h
include/glib/glib-2.0/glib/gbacktrace.h
include/glib/glib-2.0/glib/gcache.h
include/glib/glib-2.0/glib/gcompletion.h
include/glib/glib-2.0/glib/gconvert.h
include/glib/glib-2.0/glib/gdataset.h
include/glib/glib-2.0/glib/gdate.h
include/glib/glib-2.0/glib/gdir.h
include/glib/glib-2.0/glib/gerror.h
include/glib/glib-2.0/glib/gfileutils.h
include/glib/glib-2.0/glib/ghash.h
include/glib/glib-2.0/glib/ghook.h
include/glib/glib-2.0/glib/gi18n-lib.h
include/glib/glib-2.0/glib/gi18n.h
include/glib/glib-2.0/glib/giochannel.h
include/glib/glib-2.0/glib/gkeyfile.h
include/glib/glib-2.0/glib/glist.h
include/glib/glib-2.0/glib/gmacros.h
include/glib/glib-2.0/glib/gmain.h
include/glib/glib-2.0/glib/gmappedfile.h
include/glib/glib-2.0/glib/gmarkup.h
include/glib/glib-2.0/glib/gmem.h
include/glib/glib-2.0/glib/gmessages.h
include/glib/glib-2.0/glib/gnode.h
include/glib/glib-2.0/glib/goption.h
include/glib/glib-2.0/glib/gpattern.h
include/glib/glib-2.0/glib/gprimes.h
include/glib/glib-2.0/glib/gprintf.h
include/glib/glib-2.0/glib/gqsort.h
include/glib/glib-2.0/glib/gquark.h
include/glib/glib-2.0/glib/gqueue.h
include/glib/glib-2.0/glib/grand.h
include/glib/glib-2.0/glib/grel.h
include/glib/glib-2.0/glib/gscanner.h
include/glib/glib-2.0/glib/gshell.h
include/glib/glib-2.0/glib/gslice.h
include/glib/glib-2.0/glib/gslist.h
include/glib/glib-2.0/glib/gspawn.h
include/glib/glib-2.0/glib/gstdio.h
include/glib/glib-2.0/glib/gstrfuncs.h
include/glib/glib-2.0/glib/gstring.h
include/glib/glib-2.0/glib/gthread.h
include/glib/glib-2.0/glib/gthreadpool.h
include/glib/glib-2.0/glib/gtimer.h
include/glib/glib-2.0/glib/gtree.h
include/glib/glib-2.0/glib/gtypes.h
include/glib/glib-2.0/glib/gunicode.h
include/glib/glib-2.0/glib/gutils.h
include/glib/glib-2.0/glib/gwin32.h
include/glib/glib-2.0/gmodule.h
include/glib/glib-2.0/gobject/gboxed.h
include/glib/glib-2.0/gobject/gclosure.h
include/glib/glib-2.0/gobject/genums.h
include/glib/glib-2.0/gobject/gmarshal.h
include/glib/glib-2.0/gobject/gobject.h
include/glib/glib-2.0/gobject/gobjectnotifyqueue.c
include/glib/glib-2.0/gobject/gparam.h
include/glib/glib-2.0/gobject/gparamspecs.h
include/glib/glib-2.0/gobject/gsignal.h
include/glib/glib-2.0/gobject/gsourceclosure.h
include/glib/glib-2.0/gobject/gtype.h
include/glib/glib-2.0/gobject/gtypemodule.h
include/glib/glib-2.0/gobject/gtypeplugin.h
include/glib/glib-2.0/gobject/gvalue.h
include/glib/glib-2.0/gobject/gvaluearray.h
include/glib/glib-2.0/gobject/gvaluecollector.h
include/glib/glib-2.0/gobject/gvaluetypes.h
lib/glib-2.0/include/glibconfig.h
lib/libglib-2.0.la
lib/libgmodule-2.0.la
lib/libgobject-2.0.la
lib/libgthread-2.0.la
lib/pkgconfig/glib-2.0.pc
lib/pkgconfig/gmodule-2.0.pc
lib/pkgconfig/gmodule-export-2.0.pc
lib/pkgconfig/gmodule-no-export-2.0.pc
lib/pkgconfig/gobject-2.0.pc
lib/pkgconfig/gthread-2.0.pc
man/man1/glib-genmarshal.1
man/man1/glib-gettextize.1
man/man1/glib-mkenums.1
man/man1/gobject-query.1
share/aclocal/glib-2.0.m4
share/aclocal/glib-gettext.m4
share/doc/glib/file-name-encodings.png
share/doc/glib/glib-Arrays.html
share/doc/glib/glib-Asynchronous-Queues.html
share/doc/glib/glib-Atomic-Operations.html
share/doc/glib/glib-Automatic-String-Completion.html
share/doc/glib/glib-Balanced-Binary-Trees.html
share/doc/glib/glib-Basic-Types.html
share/doc/glib/glib-Byte-Arrays.html
share/doc/glib/glib-Byte-Order-Macros.html
share/doc/glib/glib-Caches.html
share/doc/glib/glib-Character-Set-Conversion.html
share/doc/glib/glib-Commandline-option-parser.html
share/doc/glib/glib-Datasets.html
share/doc/glib/glib-Date-and-Time-Functions.html
share/doc/glib/glib-Double-ended-Queues.html
share/doc/glib/glib-Doubly-Linked-Lists.html
share/doc/glib/glib-Dynamic-Loading-of-Modules.html
share/doc/glib/glib-Error-Reporting.html
share/doc/glib/glib-File-Utilities.html
share/doc/glib/glib-Glob-style-pattern-matching.html
share/doc/glib/glib-Hash-Tables.html
share/doc/glib/glib-Hook-Functions.html
share/doc/glib/glib-I18N.html
share/doc/glib/glib-IO-Channels.html
share/doc/glib/glib-Key-value-file-parser.html
share/doc/glib/glib-Keyed-Data-Lists.html
share/doc/glib/glib-Lexical-Scanner.html
share/doc/glib/glib-Limits-of-Basic-Types.html
share/doc/glib/glib-Memory-Allocation.html
share/doc/glib/glib-Memory-Allocators.html
share/doc/glib/glib-Memory-Chunks.html
share/doc/glib/glib-Memory-Slices.html
share/doc/glib/glib-Message-Logging.html
share/doc/glib/glib-Miscellaneous-Macros.html
share/doc/glib/glib-Miscellaneous-Utility-Functions.html
share/doc/glib/glib-N-ary-Trees.html
share/doc/glib/glib-Numerical-Definitions.html
share/doc/glib/glib-Pointer-Arrays.html
share/doc/glib/glib-Quarks.html
share/doc/glib/glib-Random-Numbers.html
share/doc/glib/glib-Relations-and-Tuples.html
share/doc/glib/glib-Shell-related-Utilities.html
share/doc/glib/glib-Simple-XML-Subset-Parser.html
share/doc/glib/glib-Singly-Linked-Lists.html
share/doc/glib/glib-Spawning-Processes.html
share/doc/glib/glib-Standard-Macros.html
share/doc/glib/glib-String-Chunks.html
share/doc/glib/glib-String-Utility-Functions.html
share/doc/glib/glib-Strings.html
share/doc/glib/glib-The-Main-Event-Loop.html
share/doc/glib/glib-Thread-Pools.html
share/doc/glib/glib-Threads.html
share/doc/glib/glib-Timers.html
share/doc/glib/glib-Trash-Stacks.html
share/doc/glib/glib-Type-Conversion-Macros.html
share/doc/glib/glib-Unicode-Manipulation.html
share/doc/glib/glib-Version-Information.html
share/doc/glib/glib-Warnings-and-Assertions.html
share/doc/glib/glib-Windows-Compatibility-Functions.html
share/doc/glib/glib-building.html
share/doc/glib/glib-changes.html
share/doc/glib/glib-compiling.html
share/doc/glib/glib-core.html
share/doc/glib/glib-cross-compiling.html
share/doc/glib/glib-data-types.html
share/doc/glib/glib-fundamentals.html
share/doc/glib/glib-gettextize.html
share/doc/glib/glib-resources.html
share/doc/glib/glib-running.html
share/doc/glib/glib-utilities.html
share/doc/glib/glib.devhelp
share/doc/glib/glib.devhelp2
share/doc/glib/glib.html
share/doc/glib/home.png
share/doc/glib/index.html
share/doc/glib/index.sgml
share/doc/glib/ix01.html
share/doc/glib/ix02.html
share/doc/glib/ix03.html
share/doc/glib/ix04.html
share/doc/glib/ix05.html
share/doc/glib/ix06.html
share/doc/glib/ix07.html
share/doc/glib/left.png
share/doc/glib/mainloop-states.gif
share/doc/glib/right.png
share/doc/glib/style.css
share/doc/glib/tools.html
share/doc/glib/up.png
share/doc/gobject/GTypeModule.html
share/doc/gobject/GTypePlugin.html
share/doc/gobject/ch01.html
share/doc/gobject/ch01s02.html
share/doc/gobject/ch02.html
share/doc/gobject/ch06s03.html
share/doc/gobject/ch07s02.html
share/doc/gobject/ch07s03.html
share/doc/gobject/chapter-gobject.html
share/doc/gobject/chapter-signal.html
share/doc/gobject/glib-genmarshal.html
share/doc/gobject/glib-mkenums.html
share/doc/gobject/glue.png
share/doc/gobject/gobject-Boxed-Types.html
share/doc/gobject/gobject-Closures.html
share/doc/gobject/gobject-Enumeration-and-Flag-Types.html
share/doc/gobject/gobject-GParamSpec.html
share/doc/gobject/gobject-Generic-values.html
share/doc/gobject/gobject-Signals.html
share/doc/gobject/gobject-Standard-Parameter-and-Value-Types.html
share/doc/gobject/gobject-The-Base-Object-Type.html
share/doc/gobject/gobject-Type-Information.html
share/doc/gobject/gobject-Value-arrays.html
share/doc/gobject/gobject-Varargs-Value-Collection.html
share/doc/gobject/gobject-memory.html
share/doc/gobject/gobject-properties.html
share/doc/gobject/gobject-query.html
share/doc/gobject/gobject.devhelp
share/doc/gobject/gobject.devhelp2
share/doc/gobject/gtype-conventions.html
share/doc/gobject/gtype-instantiable-classed.html
share/doc/gobject/gtype-non-instantiable-classed.html
share/doc/gobject/gtype-non-instantiable.html
share/doc/gobject/home.png
share/doc/gobject/howto-gobject-chainup.html
share/doc/gobject/howto-gobject-code.html
share/doc/gobject/howto-gobject-construction.html
share/doc/gobject/howto-gobject-destruction.html
share/doc/gobject/howto-gobject-methods.html
share/doc/gobject/howto-gobject.html
share/doc/gobject/howto-interface-implement.html
share/doc/gobject/howto-interface-properties.html
share/doc/gobject/howto-interface.html
share/doc/gobject/howto-signals.html
share/doc/gobject/index.html
share/doc/gobject/index.sgml
share/doc/gobject/ix01.html
share/doc/gobject/ix02.html
share/doc/gobject/ix03.html
share/doc/gobject/ix04.html
share/doc/gobject/ix05.html
share/doc/gobject/ix06.html
share/doc/gobject/ix07.html
share/doc/gobject/left.png
share/doc/gobject/pr01.html
share/doc/gobject/pt01.html
share/doc/gobject/pt02.html
share/doc/gobject/pt03.html
share/doc/gobject/right.png
share/doc/gobject/rn01.html
share/doc/gobject/rn02.html
share/doc/gobject/signal.html
share/doc/gobject/style.css
share/doc/gobject/tools-ginspector.html
share/doc/gobject/tools-gob.html
share/doc/gobject/tools-gtkdoc.html
share/doc/gobject/tools-refdb.html
share/doc/gobject/up.png
share/glib-2.0/gettext/mkinstalldirs
share/glib-2.0/gettext/po/Makefile.in.in
${PKGLOCALEDIR}/locale/am/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ar/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/az/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/be/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/bg/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/bn/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/bs/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ca/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/cs/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/cy/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/da/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/de/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/el/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/en_CA/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/en_GB/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/eo/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/es/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/et/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/eu/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/fa/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/fi/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/fr/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ga/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/gl/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/gu/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/he/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/hi/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/hr/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/hu/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/id/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/is/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/it/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ja/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ko/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ku/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/lt/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/lv/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/mk/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ml/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/mn/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ms/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/nb/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ne/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/nl/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/nn/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/no/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/or/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/pa/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/pl/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/pt/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/pt_BR/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ro/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ru/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/rw/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/sk/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/sl/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/sq/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/sr/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/sr@Latn/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/sr@ije/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/sv/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/ta/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/te/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/th/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/tl/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/tr/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/tt/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/uk/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/vi/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/wa/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/xh/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/yi/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/zh_CN/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/zh_HK/LC_MESSAGES/glib20.mo
${PKGLOCALEDIR}/locale/zh_TW/LC_MESSAGES/glib20.mo
@dirrm share/glib-2.0/gettext/po
@dirrm share/glib-2.0/gettext
@dirrm share/glib-2.0
@dirrm share/doc/gobject
@dirrm share/doc/glib
@dirrm lib/glib-2.0/include
@dirrm lib/glib-2.0
@dirrm include/glib/glib-2.0/gobject
@dirrm include/glib/glib-2.0/glib
@dirrm include/glib/glib-2.0
@unexec ${RMDIR} %D/include/glib 2>/dev/null || ${TRUE}