glib: update to 2.22.3.
--HG-- extra : convert_revision : 688fce8a1ba2ae118d24cac380560784c6409c2e
This commit is contained in:
parent
f2e442b780
commit
1a06f1b34b
2 changed files with 2 additions and 4 deletions
srcpkgs/glib
|
@ -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=1
|
|
||||||
|
|
||||||
Add_dependency run pcre-devel
|
Add_dependency run pcre-devel
|
||||||
Add_dependency run glib
|
Add_dependency run glib
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# Template build file for 'glib'
|
# Template build file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.22.2
|
version=2.22.3
|
||||||
distfiles="${GNOME_SITE}/glib/2.22/glib-$version.tar.bz2"
|
distfiles="${GNOME_SITE}/glib/2.22/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=a4a41d02fc2d3f5effa1fc3466918e0b3ab60e9eb0a08139b997f2649cbacca3
|
checksum=edf1a42cfefc13dbb2c0973188a45e02908d6fe31e769306b190d15ace6c8b8a
|
||||||
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