Commit 01052f51 authored by satmandu's avatar satmandu Committed by GitHub

Fix iconv issue, don't use dev version (#4605)

parent 0ad4b798
...@@ -3,19 +3,17 @@ require 'package' ...@@ -3,19 +3,17 @@ require 'package'
class Glib < Package class Glib < Package
description 'GLib provides the core application building blocks for libraries and applications written in C.' description 'GLib provides the core application building blocks for libraries and applications written in C.'
homepage 'https://developer.gnome.org/glib' homepage 'https://developer.gnome.org/glib'
version '2.67.0' version '2.66.3'
compatibility 'all' compatibility 'all'
source_url 'https://download.gnome.org/sources/glib/2.67/glib-2.67.0.tar.xz' source_url 'https://download.gnome.org/sources/glib/2.66/glib-2.66.3.tar.xz'
source_sha256 '0b15e57ab6c2bb90ced4e24a1b0d8d6e9a13af8a70266751aa3a45baffeed7c1' source_sha256 '79f31365a99cb1cc9db028625635d1438890702acde9e2802eae0acebcf7b5b1'
depends_on 'util_linux' depends_on 'util_linux'
depends_on 'six' depends_on 'six'
ENV['LDFLAGS'] = "-liconv"
def self.build def self.build
system "meson #{CREW_MESON_OPTIONS} -Dinternal_pcre=true builddir" system "meson #{CREW_MESON_OPTIONS} -Dinternal_pcre=true -Diconv=external builddir"
system "ninja -C builddir" system "ninja -C builddir"
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment