From 807a6a2fa49656a82fc50014fe8fcffe3fc88f26 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 24 Oct 2008 05:53:23 +0200 Subject: [PATCH] glib: updated for linux. --HG-- extra : convert_revision : 8ce37923bfe960abb8be6cb204a6e58a08cf1a70 --- templates/glib.tmpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/templates/glib.tmpl b/templates/glib.tmpl index a0d9edf534d..aa7a1c971d3 100644 --- a/templates/glib.tmpl +++ b/templates/glib.tmpl @@ -8,9 +8,6 @@ http://ftp.gnome.org/pub/gnome/sources/glib/2.18/$pkgname-$version@.tar.bz2" configure_args="--disable-fam --with-pcre=system" ignore_files="charset.alias" build_style=gnu_configure -pkgconfig_override="glib-2.0.pc gmodule-2.0.pc gmodule-export-2.0.pc - gmodule-no-export-2.0.pc gobject-2.0.pc gthread-2.0.pc gio-2.0.pc - gio-unix-2.0.pc" short_desc="The GNU library of C routines" maintainer="Juan RP " checksum=95e99ab4f1ccc9abd48636ae2aeefa102d9749a5fc8ea6386e44683942fd7333 @@ -19,4 +16,5 @@ long_desc=" as trees, hashes, lists and strings. It is a useful general purpose C library used by projects such as GTK+, GIMP and GNOME." -build_depends="pcre-7.8 pkg-config-0.23" +build_depends="pcre-7.8 pkg-config-0.23 gettext-0.17" +run_depends="glibc-2.8 pcre-7.8"