Update glib

This commit is contained in:
Jan Baudisch
2017-08-13 11:01:18 +02:00
committed by GitHub
parent ed70018ab1
commit 4bfe0b7d0a

View File

@@ -2,16 +2,17 @@ require 'package'
class Glib < Package
description 'GLib provides the core application building blocks for libraries and applications written in C.'
homepage 'https://developer.gnome.org/glib/'
version '2.40.2'
source_url 'https://ftp.gnome.org/pub/gnome/sources/glib/2.40/glib-2.40.2.tar.xz'
source_sha256 'e8ff8af2950897e805408480c454c415d1eade4e670ec5fb507f5e5853726c7a'
homepage 'https://developer.gnome.org/glib'
version '2.52.3'
source_url 'https://ftp.gnome.org/pub/gnome/sources/glib/2.52/glib-2.52.3.tar.xz'
source_sha256 '25ee7635a7c0fcd4ec91cbc3ae07c7f8f5ce621d8183511f414ded09e7e4e128'
depends_on 'libffi'
depends_on 'gettext'
depends_on 'util_linux'
def self.build
system "./configure"
system "./configure --with-pcre"
system "make"
end