Skip to content

Commit

Permalink
Dist-restrict glib2 2.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhomeier committed Nov 22, 2022
1 parent 7eee243 commit c3896d8
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions 10.9-libcxx/stable/main/finkinfo/gnome/glib2-shlibs.info
Original file line number Diff line number Diff line change
Expand Up @@ -4,19 +4,20 @@ Package: glib2-shlibs
#https://bugzilla.gnome.org/show_bug.cgi?id=613060 - resolved fixed in 2.23
# Last version to build without meson (circular BDep through Python)
Version: 2.59.0

Revision: 1
# Requires (system) python3
Distribution: 10.15, 11.0, 11.3, 12.0
BuildDepends: <<
fink (>= 0.32),
autoconf2.6,
automake1.15,
docbook-dtd,
docbook-xsl,
gettext-bin,
gettext-tools,
libgettext8-dev,
libiconv-dev,
libpcre1,
libtool2,
pkgconf
<<
Depends: <<
Expand Down Expand Up @@ -51,11 +52,9 @@ PatchScript: <<
#perl -pi.bak -e 's|10\.\[012\]\*|10.[012][,.]*|g' configure
<<
SetCFLAGS: -Os
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
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
CompileScript: <<
#!/bin/sh -ev
[ -x /usr/bin/python ] || pyversion=3
PERL_PATH=/usr/bin/perl PERL=/usr/bin/perl PYTHON=/usr/bin/python$pyversion ./autogen.sh %c
PERL_PATH=/usr/bin/perl PERL=/usr/bin/perl PYTHON=/usr/bin/python3 ./autogen.sh %c
perl -pi -e '$_="#define BROKEN_POLL 1\n" if /BROKEN_POLL/' config.h
make
<<
Expand Down

0 comments on commit c3896d8

Please sign in to comment.