Skip to content

Commit c3896d8

Browse files
committed
Dist-restrict glib2 2.59.0
1 parent 7eee243 commit c3896d8

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

10.9-libcxx/stable/main/finkinfo/gnome/glib2-shlibs.info

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,20 @@ Package: glib2-shlibs
44
#https://bugzilla.gnome.org/show_bug.cgi?id=613060 - resolved fixed in 2.23
55
# Last version to build without meson (circular BDep through Python)
66
Version: 2.59.0
7-
87
Revision: 1
8+
# Requires (system) python3
9+
Distribution: 10.15, 11.0, 11.3, 12.0
910
BuildDepends: <<
1011
fink (>= 0.32),
1112
autoconf2.6,
1213
automake1.15,
13-
docbook-dtd,
1414
docbook-xsl,
1515
gettext-bin,
1616
gettext-tools,
1717
libgettext8-dev,
1818
libiconv-dev,
1919
libpcre1,
20+
libtool2,
2021
pkgconf
2122
<<
2223
Depends: <<
@@ -51,11 +52,9 @@ PatchScript: <<
5152
#perl -pi.bak -e 's|10\.\[012\]\*|10.[012][,.]*|g' configure
5253
<<
5354
SetCFLAGS: -Os
54-
ConfigureParams: --mandir=%p/share/man --disable-gtk-doc ac_cv_path_GTKDOC_REBASE=true --disable-dependency-tracking --disable-fam --disable-visibility --enable-gtk-doc --enable-man --with-xml-catalog=%p/etc/xml/catalog PKG_CONFIG=%p/bin/pkgconf
55+
ConfigureParams: --mandir=%p/share/man --disable-gtk-doc ac_cv_path_GTKDOC_REBASE=true --disable-dependency-tracking --disable-fam --disable-visibility --enable-man --with-xml-catalog=%p/etc/xml/catalog PKG_CONFIG=%p/bin/pkgconf
5556
CompileScript: <<
56-
#!/bin/sh -ev
57-
[ -x /usr/bin/python ] || pyversion=3
58-
PERL_PATH=/usr/bin/perl PERL=/usr/bin/perl PYTHON=/usr/bin/python$pyversion ./autogen.sh %c
57+
PERL_PATH=/usr/bin/perl PERL=/usr/bin/perl PYTHON=/usr/bin/python3 ./autogen.sh %c
5958
perl -pi -e '$_="#define BROKEN_POLL 1\n" if /BROKEN_POLL/' config.h
6059
make
6160
<<

0 commit comments

Comments
 (0)