glib: update to 2.24.1.
This commit is contained in:
parent
6e968f72bf
commit
78b2cec27b
2 changed files with 2 additions and 5 deletions
|
@ -5,8 +5,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
This package contains files for development, headers, static libs, etc."
|
This package contains files for development, headers, static libs, etc."
|
||||||
|
|
||||||
revision=2
|
|
||||||
|
|
||||||
Add_dependency run zlib-devel
|
Add_dependency run zlib-devel
|
||||||
Add_dependency run pcre-devel
|
Add_dependency run pcre-devel
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
|
|
|
@ -1,13 +1,12 @@
|
||||||
# Template build file for 'glib'
|
# Template build file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.24.0
|
version=2.24.1
|
||||||
revision=2
|
|
||||||
distfiles="${GNOME_SITE}/glib/2.24/glib-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/glib/2.24/glib-$version.tar.bz2"
|
||||||
configure_args="--disable-fam --with-pcre=system"
|
configure_args="--disable-fam --with-pcre=system"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="The GNU library of C routines"
|
short_desc="The GNU library of C routines"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=7b6aa2cf21e734a6092a711bf196b8d2ddc589b971f93337610c10fa4f23400d
|
checksum=014c3da960bf17117371075c16495f05f36501db990851ceea658f15d2ea6d04
|
||||||
long_desc="
|
long_desc="
|
||||||
GLib is a library containing many useful C routines for things such
|
GLib is a library containing many useful C routines for things such
|
||||||
as trees, hashes, lists and strings. It is a useful general purpose
|
as trees, hashes, lists and strings. It is a useful general purpose
|
||||||
|
|
Loading…
Reference in a new issue