libgsf: update version, add depends_on glib
This commit is contained in:
parent
d9cb59e972
commit
839b2a754a
1 changed files with 4 additions and 3 deletions
|
@ -1,13 +1,14 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Libgsf <Formula
|
class Libgsf <Formula
|
||||||
url 'http://ftp.acc.umu.se/pub/GNOME/sources/libgsf/1.14/libgsf-1.14.16.tar.bz2'
|
url 'http://ftp.acc.umu.se/pub/GNOME/sources/libgsf/1.14/libgsf-1.14.17.tar.bz2'
|
||||||
homepage 'http://directory.fsf.org/project/libgsf/'
|
homepage 'http://directory.fsf.org/project/libgsf/'
|
||||||
md5 '8478d83fda0b6e57f36550c11a693ee1'
|
sha256 '10c6b69149e424ac5f325eb247fdf640ddd949952f21b99a890e73f9d4276876'
|
||||||
|
|
||||||
depends_on 'pkg-config'
|
depends_on 'pkg-config'
|
||||||
depends_on 'gettext'
|
depends_on 'gettext'
|
||||||
depends_on "intltool"
|
depends_on 'intltool'
|
||||||
|
depends_on 'glib'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
configure_args = [
|
configure_args = [
|
||||||
|
|
Loading…
Reference in a new issue