Fink Installation of glib2

Scott Hannahs via fink-gnome-core <[email protected]> Fri, 20 Dec 2019 18:11:13 -0500
Newsgroups gmane.os.apple.fink.gnome
Message-ID <[email protected]>
--Apple-Mail=_D449E9BD-F799-4079-A01B-55093BAFDDEF
Content-Transfer-Encoding: quoted-printable
Content-Type: text/plain;
	charset=us-ascii

Dear Gnome Team,

You are listed as the maintainers of the fink package management for the =
glib2 software.  I have need of an update to a newer version of glib =
that is currently supported by fink.

The current fink installed version is 2.22.4 and I believe that the most =
recent version is 2.62.0.  I have attempted to update the fink package =
definitions for glib2.  This includes getting rid of Make and using =
ninja and meson.  I believe I have successfully created the glib2 files =
using those development tools but have not managed to update the install =
process which uses Make as well.

I am including my current attempts at the glib2 package and the meson =
package which seems to be needed.  If there is any other help that I can =
give, I will try but I am not an expert on the meson system.

-Scott


--Apple-Mail=_D449E9BD-F799-4079-A01B-55093BAFDDEF
Content-Disposition: attachment;
	filename=meson-py.info
Content-Type: application/octet-stream;
	name="meson-py.info"
Content-Transfer-Encoding: 7bit

Info3: <<

Package: meson-py%type_pkg[python]
Type: python (3.5 3.6 3.7)
Version: 0.51.2
Revision: 5

Source: https://github.com/mesonbuild/meson/releases/download/%v/meson-%v.tar.gz
Source-MD5: d46c4a8e3cfd27f90e2c6fe4a69e574b

BuildDepends: setuptools-tng-py%type_pkg[python]
Depends: <<
  python%type_pkg[python]
<<

Description: Fast, user friendly build system
Maintainer: Scott Hannahs <[email protected]>
Homepage: https://mesonbuild.com
DocFiles: COPYING README.md

CompileScript: <<
  %p/bin/python%type_raw[python] setup.py build --build-base=%i
<<

InstallScript: <<
  %p/bin/python%type_raw[python] setup.py install --prefix=%p --root=%d
<<

License: BSD

DescDetail: <<
Meson is an open source build system meant to be both extremely fast,
and, even more importantly, as user friendly as possible.

The main design point of Meson is that every moment a developer spends
writing or debugging build definitions is a second wasted. So is every
second spent waiting for the build system to actually start compiling
code.

Features
  multiplatform support for Linux, macOS, Windows, GCC, Clang,
    Visual Studio and others
  supported languages include C, C++, D, Fortran, Java, Rust
  build definitions in a very readable and user friendly
    non-Turing complete DSL
  cross compilation for many operating systems as well as bare metal
  optimized for extremely fast full and incremental builds without
    sacrificing correctness
  built-in multiplatform dependency provider that works together
    with distro packages
  fun!
<<

# Info3
<<

--Apple-Mail=_D449E9BD-F799-4079-A01B-55093BAFDDEF
Content-Disposition: attachment;
	filename=glib2-shlibs.info
Content-Type: application/octet-stream;
	name="glib2-shlibs.info"
Content-Transfer-Encoding: 7bit

Package: glib2-shlibs

Version: 2.62.0

Revision: 6
BuildDepends: <<
	gettext-bin,
	gettext-tools,
	libgettext8-dev,
	libiconv-dev,
	pykg-config,
	ninja
<<
Depends: <<
	libgettext8-shlibs,
	libiconv,
	xdg-base
<<
Recommends: <<
	desktop-file-utils (>= 0.22-1),
	shared-mime-info (>= 1.3-1)
<<

Replaces: glib2 (<< 2.12.0-1)

Source: mirror:gnome:sources/glib/2.62/glib-%v.tar.xz
Source-MD5: a5d34752dd3a6c8d929ade7debc4db03

PatchFile: %n.patch
PatchFile-MD5: ca900a0d81050aca047c3ad9cb078210
PatchScript: <<
	sed -e's,@PREFIX@,%p,g' -e's,@PYTYPE@,3.7,g' < %{PatchFile} | patch -p1
<<
SetCFLAGS: -Os

CompileScript: <<
	mkdir build && \
	cd    build && \
	meson --prefix=/%p -Dman=true -Dselinux=disabled && \
	ninja
<<

InfoTest: <<
	TestDepends: <<
		desktop-file-utils (>= 0.22-1),
		shared-mime-info (>= 1.3-1)
	<<
	TestScript: LANG=C make check || exit 2
<<

InstallScript: <<
	make install DESTDIR=%d
	rm -rf %i/share/gdb %i/share/glib-2.0/gdb

	perl -ni -e 'print unless /Libs.private:/' %i/lib/pkgconfig/*.pc

	mkdir -p %i/lib/glib-2.0/pkgconfig-strict
	perl -p -e 's/-lintl//g' %i/lib/pkgconfig/glib-2.0.pc > %i/lib/glib-2.0/pkgconfig-strict/glib-2.0.pc
<<

Shlibs: <<
	%p/lib/libgio-2.0.0.dylib 2201.0.0 %n (>= 2.22.4-1)
	%p/lib/libglib-2.0.0.dylib 2201.0.0 %n (>= 2.22.4-1)
	%p/lib/libgmodule-2.0.0.dylib 2201.0.0 %n (>= 2.22.4-1)
	%p/lib/libgobject-2.0.0.dylib 2201.0.0 %n (>= 2.22.4-1)
	%p/lib/libgthread-2.0.0.dylib 2201.0.0 %n (>= 2.22.4-1)
<<

DocFiles: <<
	AUTHORS
	docs/reference/AUTHORS:AUTHORS.docs.reference
	gmodule/AUTHORS:AUTHORS.gmodule
	ChangeLog*
	docs/reference/ChangeLog:ChangeLog.docs.reference
	gio/ChangeLog:ChangeLog.gio
	gmodule/ChangeLog:ChangeLog.gmodule
	gobject/ChangeLog:ChangeLog.gobject
	gthread/ChangeLog:ChangeLog.gthread
	po/ChangeLog:ChangeLog.po
	COPYING NEWS README
<<

SplitOff: <<
	Package: glib2-dev
	Depends: <<
		dpkg-base-files,
		glib2-shlibs (= %v-%r),
		libgettext8-shlibs,
		libiconv
	<<
	Description: Handy library of utility functions
	Replaces: glib2 (<< 2.18.4-2)
	BuildDependsOnly: True
	Files: <<
		bin
		include
		lib/glib-2.0
		lib/lib*-2.0.{dylib,la}
		lib/pkgconfig
		share/aclocal
		share/glib-2.0
		share/gtk-doc
		share/man
	<<
	DocFiles: <<
		AUTHORS
		docs/reference/AUTHORS:AUTHORS.docs.reference
		gmodule/AUTHORS:AUTHORS.gmodule
		ChangeLog*
		docs/reference/ChangeLog:ChangeLog.docs.reference
		gio/ChangeLog:ChangeLog.gio
		gmodule/ChangeLog:ChangeLog.gmodule
		gobject/ChangeLog:ChangeLog.gobject
		gthread/ChangeLog:ChangeLog.gthread
		po/ChangeLog:ChangeLog.po
		COPYING NEWS README
	<<

	DescUsage: <<
Other packages may need to pass explicit -lintl when linking. glib2
used to publish this flag via .pc and .la, so others' sloppiness
previously had no visible effect. As of 2.22.4-2, the default
glib-2.0.pc does still contain that flag whereas the one in
%p/lib/glib-2.0/pkgconfig-strict does not. Packages should test with
that path in their PKG_CONFIG_PATH and add explicit flag-passing if it
fails in order to prepare for the future when the default .pc may not
have that flag.
	<<
<<

Description: Handy library of utility functions

DescPort: <<
	glib2 provides etc/glib-2.0/charset.alias for darwin because there's
	no system-wide charset.alias.
	See also: http://bugzilla.gnome.org/show_bug.cgi?id=346816
	Can we figure out how to generate this (gettext-tools config.charset
	for host=darwin5?)or import it from an authoritative upstream source
	instead of dragging along a legacy file in %N.patch?

	check uses some C++ but it doesn't leak out into the installed
	package

	Patch child-test.c for our location of `true`. See:
	http://bugzilla.gnome.org/show_bug.cgi?id=495690

	We need to set LANG=C when doing 'make check', else a previously
	installed glib2 will trigger a crash caused by a bug in the old
	de.po. See http://bugzilla.gnome.org/show_bug.cgi?id=310731
	Need to figure out how to patch tests/Makefile to use the nascent
	gettext dictionaries in preference to installed ones.

	poll() is broken on 10.4 but not 10.3; force internal emulation
	to regardless of config result so that lib builds the same everywhere
	and is portable.

	Need to patch gutils.h for inline semantics of gcc on OS X >= 10.5.
	gcc version is not sufficient to determine it (appears to be xcode-
	specific patches to gcc), so test Apple gcc build number. See:
	http://bugzilla.gnome.org/show_bug.cgi?id=315437 (patch	#96366 does
	not work...not __GNUC_PREREQ). No idea a portable solution, but
	msachs says "static inline" is right for this case, so hardcode it.
	2.14.5 does it "differently" but still looks like the same wrong
	patch, so leaving our existing "static inline" hard-coding patch.

	Fix paths in glib-gettextize. See:
	http://bugzilla.gnome.org/show_bug.cgi?id=518309

	Fix glib/gslice.c clobbering of errno.
	See: http://bugzilla.gnome.org/show_bug.cgi?id=554092
	(patch from comments #14)

	Safer -framework flag to avoid future munging in .la. See:
	http://bugzilla.gnome.org/show_bug.cgi?id=566994
	Flag is not passed at all via .la now, but okay because we
	don't have static libs and the shared libs get what they need
	via dyld.

	Not fixing RTLD_GLOBAL configure test. See:
	http://bugzilla.gnome.org/show_bug.cgi?id=583010

	libgio needs libresolv to get _res_9_* symbols. See:
	https://bugzilla.gnome.org/show_bug.cgi?id=606857

	Hidden-visibility is only partially supported on non-ELF and
	causes problems on 10.7 due to use of weak aliases. Removed in
	future glib upstream, so scrap it here too. See:
	http://permalink.gmane.org/gmane.os.apple.fink.gnome/2592

	String sorting ("collation") is broken on x86_64. See:
	https://bugzilla.gnome.org/show_bug.cgi?id=612019
	https://bugzilla.gnome.org/show_bug.cgi?id=673047
<<

DescPackaging: <<
	Library contains some C symbols whose real name looks like C++
	munges. This should not be construed to mean that glib2 is C++ nor
	that it needs to obey Fink C++ packaging rules. C++ is also
	used in some self-tests.

	Prior to 2.12.0-1, %N contained the gettext catalogs and the
	charset.alias file, which are used by the %N-shlibs files. Starting
	in 2.12.0-1, they are all now in the %N-shlibs package, and %N is a
	dummy for compatibility and upgrades.
	More recently, %N was nuked entirely.

	Builds with included pcre instead of external lib to avoid need to
	cascade deps on pcre packages

	gtester-report claims to require python >= 2.4, but it appears
	to run with 2.3. Adjust to allow that version so can use
	Apple's on OS X < 10.5 also (py2.5 comes with OS X 10.5). See:
	http://bugzilla.gnome.org/show_bug.cgi?id=553716

	The following are newly deprecated in glib2 2.18.1 since 2.14.6:
		g_assert_warning
		G_GNUC_FUNCTION
		G_GNUC_PRETTY_FUNCTION
	And in 2.20:
		g_volume_monitor_adopt_orphan_mount
	And in 2.22:
		g_drive_eject
		g_drive_eject_finish
		g_file_unmount_mountable
		g_file_unmount_mountable_finish
		g_file_eject_mountable
		g_file_eject_mountable_finish
		g_mount_unmount
		g_mount_unmount_finish
		g_volume_eject
		g_volume_eject_finish
	External packages and out-of-sync gnome core might still be
	using them, so may as well leave them undeprecated until jump
	to glib3.

	Leaving G_DISABLE_SINGLE_INCLUDES undefined in most places,
	though in the future it will become defined...

	Disable the FAM plugin for gio. Darwin doesn't have libfam.
	Fink has gamin, a third-party implementation available in
	fink, has a dependency on glib. Eventually package gio-fam
	separately to avoid circular dependency. But even if compiled
	and installed, gio-directory-monitoring doesn't work (does not
	detect dir creation/renaming/deletion or contained-file
	creation/deletion) so better to leave it out--gives runtime
	"Unable to find default local directory monitor type"
	diagnostic rather than silent non-workingness. Really should
	get a native file/directory monitor implementation, maybe
	using kqueue or FSEvents. See:
	https://bugzilla.gnome.org/show_bug.cgi?id=543148

	libgio sometimes runs %p/bin/update-desktop-database from the
	desktop-file-utils package or %p/bin/update-mime-database from
	the shared-mime-info package, but those programs link against
	libglib. Leave it as %N-shlibs:Recommends:... to break the
	circular dependency. Ick. Required for self-test, so would
	need to build (but not test) glib2, then build d-f-u & s-m-i
	against it, then rebuild glib2 with testing enabled. Ick^2.

	Make sure the update-*-database programs can be found even if
	run from a non-fink'ed shell: explicit path and fink XDG vars.

	Don't install gdb files. They aren't named correctly and it's
	not clear they are usable on darwin. See:
	https://bugzilla.gnome.org/show_bug.cgi?id=606877
	Also, they don't even get installed in the correct location.
	See: https://bugzilla.gnome.org/show_bug.cgi?id=606872

	All libs are shared-only and all symbols are resolved via dyld
	so do not export dependencies' -l flags in via pkg-config.
	Reduces BuildDepends inheritance of things that are not in
	public interface.

	Upstream doc upgrade to gconvert.c for compatibility with
	newer gtk-doc.
	https://git.gnome.org/browse/glib/commit/glib/gconvert.c?id=b5fb6b4bbfe5903be06a515449a07cf1f1119c26

	Using pykg-config instead of pkg-config at build-time to break
	dependency loop. The compiled pkg-config program uses glib, so
	it's better to have it use fink's actual (patched, tested,
	etc.) one than embedding its own cloned code fragments from
	glib upstream.
<<

License: LGPL
Maintainer: The Gnome Core Team <[email protected]>
Homepage: http://www.gtk.org

--Apple-Mail=_D449E9BD-F799-4079-A01B-55093BAFDDEF
Content-Disposition: attachment;
	filename=glib2-shlibs.patch
Content-Type: application/octet-stream;
	name="glib2-shlibs.patch"
Content-Transfer-Encoding: quoted-printable

diff=20-ruN=20glib-2.62.0-orig/docs/reference/gio/concat-files-helper.py=20=
glib-2.62.0/docs/reference/gio/concat-files-helper.py=0A---=20=
glib-2.62.0-orig/docs/reference/gio/concat-files-helper.py=092019-09-29=20=
16:28:52.000000000=20-0400=0A+++=20=
glib-2.62.0/docs/reference/gio/concat-files-helper.py=092019-09-29=20=
18:40:32.000000000=20-0400=0A@@=20-1,4=20+1,4=20@@=0A-#!/usr/bin/env=20=
python3=0A+#!/usr/bin/env=20python@PYTYPE@=0A=20#=20-*-=20coding:=20=
utf-8=20-*-=0A=20=0A=20#=20Copyright=20(C)=202018=20Collabora=20Inc.=0A=
diff=20-ruN=20glib-2.62.0-orig/gio/gdesktopappinfo.c=20=
glib-2.62.0/gio/gdesktopappinfo.c=0A---=20=
glib-2.62.0-orig/gio/gdesktopappinfo.c=092019-09-29=2016:28:52.000000000=20=
-0400=0A+++=20glib-2.62.0/gio/gdesktopappinfo.c=092019-09-29=20=
18:40:18.000000000=20-0400=0A@@=20-402,7=20+402,7=20@@=0A=20=20=20=
"pkexec",=0A=20=20=20"python",=0A=20=20=20"python2",=0A-=20=20"python3",=0A=
+=20=20"python@PYTYPE@",=0A=20=20=20"sh",=0A=20=20=20"wine",=0A=20=20=20=
"wine64",=0A@@=20-3744,7=20+3744,7=20@@=0A=20=20=20=20=20=20=20=
g_file_set_contents=20(filename,=20contents,=20-1,=20NULL);=0A=20=20=20=20=
=20=20=20g_free=20(contents);=0A=20=0A-=20=20=20=20=20=20=
run_update_command=20("update-mime-database",=20"mime");=0A+=20=20=20=20=20=
=20run_update_command=20("@PREFIX@/bin/update-mime-database",=20"mime");=0A=
=20=20=20=20=20}=0A=20=20=20g_free=20(filename);=0A=20=0Adiff=20-ruN=20=
glib-2.62.0-orig/gio/gio-querymodules-wrapper.py=20=
glib-2.62.0/gio/gio-querymodules-wrapper.py=0A---=20=
glib-2.62.0-orig/gio/gio-querymodules-wrapper.py=092019-09-29=20=
16:28:52.000000000=20-0400=0A+++=20=
glib-2.62.0/gio/gio-querymodules-wrapper.py=092019-09-29=20=
18:39:58.000000000=20-0400=0A@@=20-1,4=20+1,4=20@@=0A-#!/usr/bin/env=20=
python3=0A+#!/usr/bin/env=20python@PYTYPE@=0A=20=0A=20import=20os=0A=20=
import=20subprocess=0Adiff=20-ruN=20=
glib-2.62.0-orig/gio/tests/gengiotypefuncs.py=20=
glib-2.62.0/gio/tests/gengiotypefuncs.py=0A---=20=
glib-2.62.0-orig/gio/tests/gengiotypefuncs.py=092019-09-29=20=
16:28:52.000000000=20-0400=0A+++=20=
glib-2.62.0/gio/tests/gengiotypefuncs.py=092019-09-29=20=
18:39:48.000000000=20-0400=0A@@=20-1,4=20+1,4=20@@=0A-#!/usr/bin/env=20=
python3=0A+#!/usr/bin/env=20python@PYTYPE@=0A=20#=20-*-=20coding:=20=
utf-8=20-*-=0A=20=0A=20import=20sys=0Adiff=20-ruN=20=
glib-2.62.0-orig/gio/tests/static-link.py=20=
glib-2.62.0/gio/tests/static-link.py=0A---=20=
glib-2.62.0-orig/gio/tests/static-link.py=092019-09-29=20=
16:28:53.000000000=20-0400=0A+++=20glib-2.62.0/gio/tests/static-link.py=09=
2019-09-29=2018:39:38.000000000=20-0400=0A@@=20-1,4=20+1,4=20@@=0A=
-#!/usr/bin/env=20python3=0A+#!/usr/bin/env=20python@PYTYPE@=0A=20#=20=
-*-=20coding:=20utf-8=20-*-=0A=20=0A=20#=20Copyright=20(C)=202018=20=
Collabora=20Inc.=0Adiff=20-ruN=20glib-2.62.0-orig/gio/xdgmime/xdgmime.c=20=
glib-2.62.0/gio/xdgmime/xdgmime.c=0A---=20=
glib-2.62.0-orig/gio/xdgmime/xdgmime.c=092019-09-29=2016:28:53.000000000=20=
-0400=0A+++=20glib-2.62.0/gio/xdgmime/xdgmime.c=092019-09-29=20=
16:30:25.000000000=20-0400=0A@@=20-235,7=20+235,7=20@@=0A=20=20=20=
xdg_data_dirs=20=3D=20getenv=20("XDG_DATA_DIRS");=0A=20=0A=20=20=20if=20=
(xdg_data_dirs=20=3D=3D=20NULL)=0A-=20=20=20=20xdg_data_dirs=20=3D=20=
"/usr/local/share/:/usr/share/";=0A+=20=20=20=20xdg_data_dirs=20=3D=20=
"@PREFIX@/share:/usr/local/share/:/usr/share/";=0A=20=0A=20=20=20/*=20=
Work=20out=20how=20many=20dirs=20we=E2=80=99re=20dealing=20with.=20*/=0A=20=
=20=20if=20(xdg_data_home=20!=3D=20NULL=20||=20home=20!=3D=20NULL)=0A=
diff=20-ruN=20glib-2.62.0-orig/glib/gutils.c=20glib-2.62.0/glib/gutils.c=0A=
---=20glib-2.62.0-orig/glib/gutils.c=092019-09-29=2016:28:55.000000000=20=
-0400=0A+++=20glib-2.62.0/glib/gutils.c=092019-09-29=20=
16:38:17.000000000=20-0400=0A@@=20-2067,7=20+2067,7=20@@=0A=20=20=20=20=
*/=0A=20#ifndef=20G_OS_WIN32=0A=20=20=20if=20(!data_dirs=20||=20=
!data_dirs[0])=0A-=20=20=20=20data_dirs=20=3D=20=
"/usr/local/share/:/usr/share/";=0A+=20=20=20=20data_dirs=20=3D=20=
"@PREFIX@/share:/usr/local/share/:/usr/share/";=0A=20=0A=20=20=20=
data_dir_vector=20=3D=20g_strsplit=20(data_dirs,=20=
G_SEARCHPATH_SEPARATOR_S,=200);=0A=20#else=0A@@=20-2161,7=20+2161,7=20@@=0A=
=20=20=20=20=20}=0A=20#else=0A=20=20=20if=20(!conf_dirs=20||=20=
!conf_dirs[0])=0A-=20=20=20=20conf_dirs=20=3D=20"/etc/xdg";=0A+=20=20=20=20=
conf_dirs=20=3D=20"@PREFIX@/etc/xdg";=0A=20=0A=20=20=20conf_dir_vector=20=
=3D=20g_strsplit=20(conf_dirs,=20G_SEARCHPATH_SEPARATOR_S,=200);=0A=20=
#endif=0Adiff=20-ruN=20glib-2.62.0-orig/glib/libcharset/charset.alias=20=
glib-2.62.0/glib/libcharset/charset.alias=0A---=20=
glib-2.62.0-orig/glib/libcharset/charset.alias=091969-12-31=20=
19:00:00.000000000=20-0500=0A+++=20=
glib-2.62.0/glib/libcharset/charset.alias=092019-09-29=20=
16:30:25.000000000=20-0400=0A@@=20-0,0=20+1,111=20@@=0A+#=20This=20file=20=
contains=20a=20table=20of=20character=20encoding=20aliases,=0A+#=20=
suitable=20for=20operating=20system=20'darwin'.=0A+C=09=09=09ASCII=0A=
+bg_BG=09=09=09UTF-8=0A+bg_BG.CP1251=09=09CP1251=0A+cs_CZ=09=09=09UTF-8=0A=
+cs_CZ.ISO8859-2=09=09ISO-8859-2=0A+da_DK=09=09=09UTF-8=0A=
+da_DK.ISO8859-1=09=09ISO-8859-1=0A+da_DK.ISO8859-15=09ISO-8859-15=0A=
+de_AT=09=09=09UTF-8=0A+de_AT.ISO8859-1=09=09ISO-8859-1=0A=
+de_AT.ISO8859-15=09ISO-8859-15=0A+de_CH=09=09=09UTF-8=0A=
+de_CH.ISO8859-1=09=09ISO-8859-1=0A+de_CH.ISO8859-15=09ISO-8859-15=0A=
+de_DE=09=09=09UTF-8=0A+de_DE.ISO8859-1=09=09ISO-8859-1=0A=
+de_DE.ISO8859-15=09ISO-8859-15=0A+en_AU=09=09=09UTF-8=0A=
+en_AU.ISO8859-1=09=09ISO-8859-1=0A+en_AU.ISO8859-15=09ISO-8859-15=0A=
+en_AU.US-ASCII=09=09ASCII=0A+en_CA=09=09=09UTF-8=0A+en_CA.ISO8859-1=09=09=
ISO-8859-1=0A+en_CA.ISO8859-15=09ISO-8859-15=0A+en_CA.US-ASCII=09=09=
ASCII=0A+en_GB=09=09=09UTF-8=0A+en_GB.ISO8859-1=09=09ISO-8859-1=0A=
+en_GB.ISO8859-15=09ISO-8859-15=0A+en_GB.US-ASCII=09=09ASCII=0A+en_US=09=09=
=09UTF-8=0A+en_US.ISO8859-1=09=09ISO-8859-1=0A+en_US.ISO8859-15=09=
ISO-8859-15=0A+en_US.US-ASCII=09=09ASCII=0A+es_ES=09=09=09UTF-8=0A=
+es_ES.ISO8859-1=09=09ISO-8859-1=0A+es_ES.ISO8859-15=09ISO-8859-15=0A=
+fi_FI=09=09=09UTF-8=0A+fi_FI.ISO8859-1=09=09ISO-8859-1=0A=
+fi_FI.ISO8859-15=09ISO-8859-15=0A+fr_BE=09=09=09UTF-8=0A=
+fr_BE.ISO8859-1=09=09ISO-8859-1=0A+fr_BE.ISO8859-15=09ISO-8859-15=0A=
+fr_CA=09=09=09UTF-8=0A+fr_CA.ISO8859-1=09=09ISO-8859-1=0A=
+fr_CA.ISO8859-15=09ISO-8859-15=0A+fr_CH=09=09=09UTF-8=0A=
+fr_CH.ISO8859-1=09=09ISO-8859-1=0A+fr_CH.ISO8859-15=09ISO-8859-15=0A=
+fr_FR=09=09=09UTF-8=0A+fr_FR.ISO8859-1=09=09ISO-8859-1=0A=
+fr_FR.ISO8859-15=09ISO-8859-15=0A+hr_HR=09=09=09UTF-8=0A=
+hr_HR.ISO8859-2=09=09ISO-8859-2=0A+hu_HU=09=09=09UTF-8=0A=
+hu_HU.ISO8859-2=09=09ISO-8859-2=0A+is_IS=09=09=09UTF-8=0A=
+is_IS.ISO8859-1=09=09ISO-8859-1=0A+is_IS.ISO8859-15=09ISO-8859-15=0A=
+it_CH=09=09=09UTF-8=0A+it_CH.ISO8859-1=09=09ISO-8859-1=0A=
+it_CH.ISO8859-15=09ISO-8859-15=0A+it_IT=09=09=09UTF-8=0A=
+it_IT.ISO8859-1=09=09ISO-8859-1=0A+it_IT.ISO8859-15=09ISO-8859-15=0A=
+ja_JP=09=09=09UTF-8=0A+ja_JP.EUC=09=09EUC-JP=0A+ja_JP.SJIS=09=09=
SHIFT_JIS=0A+ko_KR=09=09=09UTF-8=0A+ko_KR.EUC=09=09EUC-KR=0A+la_LN=09=09=09=
UTF-8=0A+la_LN.ISO8859-1=09=09ISO-8859-1=0A+la_LN.ISO8859-2=09=09=
ISO-8859-2=0A+la_LN.ISO8859-4=09=09ISO-8859-4=0A+la_LN.ISO8859-15=09=
ISO-8859-15=0A+la_LN.US-ASCII=09=09ASCII=0A+lt_LT=09=09=09UTF-8=0A=
+lt_LT.ISO8859-4=09=09ISO-8859-4=0A+nl_BE=09=09=09UTF-8=0A=
+nl_BE.ISO8869-1=09=09ISO-8859-1=0A+nl_BE.ISO8869-15=09ISO-8859-15=0A=
+nl_NL=09=09=09UTF-8=0A+nl_NL.ISO8869-1=09=09ISO-8859-1=0A=
+nl_NL.ISO8869-15=09ISO-8859-15=0A+no_NO=09=09=09UTF-8=0A=
+no_NO.ISO8869-1=09=09ISO-8859-1=0A+no_NO.ISO8869-15=09ISO-8859-15=0A=
+pl_PL=09=09=09UTF-8=0A+pl_PL.ISO8859-2=09=09ISO-8859-2=0A+pt_PT=09=09=09=
UTF-8=0A+pt_PT.ISO8859-1=09=09ISO-8859-1=0A+pt_PT.ISO8859-15=09=
ISO-8859-15=0A+ru_RU=09=09=09UTF-8=0A+ru_RU.CP866=09=09CP866=0A=
+ru_RU.ISO8859-5=09=09ISO-8859-5=0A+ru_RU.KOI8-R=09=09KOI8-R=0A=
+ru_RU.cp1251=09=09CP1251=0A+ru_RU.koi8r=09=09KOI8-R=0A+sl_SI=09=09=09=
UTF-8=0A+sl_SI.ISO8859-2=09=09ISO-8859-2=0A+sv_SE=09=09=09UTF-8=0A=
+sv_SE.ISO8859-1=09=09ISO-8859-1=0A+sv_SE.ISO8859-15=09ISO-8859-15=0A=
+uk_UA=09=09=09UTF-8=0A+uk_UA.KOI8-U=09=09KOI8-U=0A+uk_UA.cp1251=09=09=
CP1251=0A+zh_CN=09=09=09UTF-8=0A+zh_CN.EUC=09=09GB2312=0A+zh_TW=09=09=09=
UTF-8=0A+zh_TW.Big5=09=09BIG5=0Adiff=20-ruN=20=
glib-2.62.0-orig/glib/update-gtranslit.py=20=
glib-2.62.0/glib/update-gtranslit.py=0A---=20=
glib-2.62.0-orig/glib/update-gtranslit.py=092019-09-29=20=
16:28:58.000000000=20-0400=0A+++=20glib-2.62.0/glib/update-gtranslit.py=09=
2019-09-29=2018:39:21.000000000=20-0400=0A@@=20-1,4=20+1,4=20@@=0A=
-#!/usr/bin/env=20python3=0A+#!/usr/bin/env=20python@PYTYPE@=0A=20=0A=20=
#=20Run=20this=20script=20like=20so:=0A=20#=0Adiff=20-ruN=20=
glib-2.62.0-orig/gobject/tests/genmarshal.py=20=
glib-2.62.0/gobject/tests/genmarshal.py=0A---=20=
glib-2.62.0-orig/gobject/tests/genmarshal.py=092019-09-29=20=
16:28:59.000000000=20-0400=0A+++=20=
glib-2.62.0/gobject/tests/genmarshal.py=092019-09-29=20=
18:39:06.000000000=20-0400=0A@@=20-1,4=20+1,4=20@@=0A-#!/usr/bin/python3=0A=
+#!/usr/bin/python@PYTYPE@=0A=20#=20-*-=20coding:=20utf-8=20-*-=0A=20#=0A=
=20#=20Copyright=20=C2=A9=202019=20Endless=20Mobile,=20Inc.=0Adiff=20=
-ruN=20glib-2.62.0-orig/gobject/tests/mkenums.py=20=
glib-2.62.0/gobject/tests/mkenums.py=0A---=20=
glib-2.62.0-orig/gobject/tests/mkenums.py=092019-09-29=20=
16:28:59.000000000=20-0400=0A+++=20glib-2.62.0/gobject/tests/mkenums.py=09=
2019-09-29=2018:38:55.000000000=20-0400=0A@@=20-1,4=20+1,4=20@@=0A=
-#!/usr/bin/python3=0A+#!/usr/bin/python@PYTYPE@=0A=20#=20-*-=20coding:=20=
utf-8=20-*-=0A=20#=0A=20#=20Copyright=20=C2=A9=202018=20Endless=20=
Mobile,=20Inc.=0Adiff=20-ruN=20glib-2.62.0-orig/meson.build=20=
glib-2.62.0/meson.build=0A---=20glib-2.62.0-orig/meson.build=09=
2019-09-29=2016:28:59.000000000=20-0400=0A+++=20glib-2.62.0/meson.build=09=
2019-09-29=2018:38:25.000000000=20-0400=0A@@=20-1989,9=20+1989,9=20@@=0A=20=
=0A=20glib_conf.set('HAVE_PROC_SELF_CMDLINE',=20have_proc_self_cmdline)=0A=
=20=0A-python=20=3D=20import('python').find_installation('python3')=0A=
+python=20=3D=20import('python').find_installation('python@PYTYPE@')=0A=20=
#=20used=20for=20'#!/usr/bin/env=20<name>'=0A-python_name=20=3D=20=
'python3'=0A+python_name=20=3D=20'python@PYTYPE@'=0A=20=0A=20=
python_version=20=3D=20python.language_version()=0A=20python_version_req=20=
=3D=20'>=3D3.4'=0Adiff=20-ruN=20=
glib-2.62.0-orig/tests/gen-casefold-txt.py=20=
glib-2.62.0/tests/gen-casefold-txt.py=0A---=20=
glib-2.62.0-orig/tests/gen-casefold-txt.py=092019-09-29=20=
16:29:00.000000000=20-0400=0A+++=20glib-2.62.0/tests/gen-casefold-txt.py=09=
2019-09-29=2018:37:44.000000000=20-0400=0A@@=20-1,4=20+1,4=20@@=0A=
-#!/usr/bin/env=20python3=0A+#!/usr/bin/env=20python@PYTYPE@=0A=20#=20=
Copyright=20(C)=201998,=201999=20Tom=20Tromey=0A=20#=20Copyright=20(C)=20=
2001=20Red=20Hat=20Software=0A=20#=0Adiff=20-ruN=20=
glib-2.62.0-orig/tests/gen-casemap-txt.py=20=
glib-2.62.0/tests/gen-casemap-txt.py=0A---=20=
glib-2.62.0-orig/tests/gen-casemap-txt.py=092019-09-29=20=
16:29:00.000000000=20-0400=0A+++=20glib-2.62.0/tests/gen-casemap-txt.py=09=
2019-09-29=2018:34:22.000000000=20-0400=0A@@=20-1,4=20+1,4=20@@=0A=
-#!/usr/bin/env=20python3=0A+#!/usr/bin/env=20python@PYTYPE@=0A=20#=20=
Copyright=20(C)=201998,=201999=20Tom=20Tromey=0A=20#=20Copyright=20(C)=20=
2001=20Red=20Hat=20Software=0A=20#=0A=

--Apple-Mail=_D449E9BD-F799-4079-A01B-55093BAFDDEF
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline


--Apple-Mail=_D449E9BD-F799-4079-A01B-55093BAFDDEF
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
fink-gnome-core mailing list
[email protected]
List archive:
http://news.gmane.org/gmane.os.apple.fink.gnome
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-gnome-core
--Apple-Mail=_D449E9BD-F799-4079-A01B-55093BAFDDEF--