glib: update to 2.34.1.
This commit is contained in:
parent
aba055a58f
commit
700f2e6cee
@ -1,6 +1,6 @@
|
|||||||
# Template file for 'glib-devel'.
|
# Template file for 'glib-devel'.
|
||||||
#
|
#
|
||||||
depends="zlib-devel pcre-devel libffi-devel perl>=0"
|
depends="zlib-devel pcre-devel libffi-devel perl glib-${version}_${revision}"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
@ -1,17 +1,19 @@
|
|||||||
# Template build file for 'glib'
|
# Template build file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.34.0
|
version=2.34.1
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="glib-devel"
|
subpackages="glib-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-fam --with-pcre=system --enable-static --enable-man"
|
configure_args="--disable-fam --with-pcre=system --enable-static
|
||||||
makedepends="python pkg-config zlib-devel pcre-devel>=8.30 libffi-devel libxslt docbook-xsl"
|
--enable-man"
|
||||||
|
makedepends="python pkg-config zlib-devel pcre-devel>=8.30
|
||||||
|
libffi-devel libxslt docbook-xsl"
|
||||||
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>"
|
||||||
homepage="http://www.gtk.org/"
|
homepage="http://www.gtk.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${GNOME_SITE}/glib/2.34/glib-$version.tar.xz"
|
distfiles="${GNOME_SITE}/glib/2.34/glib-$version.tar.xz"
|
||||||
checksum=f69b112f8848be35139d9099b62bc81649241f78f6a775516f0d4c9b47f65144
|
checksum=6e84dc9d84b104725b34d255421ed7ac3629e49f437d37addde5ce3891c2e2f1
|
||||||
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…
x
Reference in New Issue
Block a user