glib: update to 2.34.0.
This commit is contained in:
parent
0d399015a4
commit
8b2efb2162
2 changed files with 6 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'glib-devel'.
|
# Template file for 'glib-devel'.
|
||||||
#
|
#
|
||||||
depends="zlib-devel pcre-devel libffi-devel coreutils perl>=0"
|
depends="zlib-devel pcre-devel libffi-devel perl>=0"
|
||||||
short_desc="${short_desc} (development files)"
|
short_desc="${short_desc} (development files)"
|
||||||
long_desc="${long_desc}
|
long_desc="${long_desc}
|
||||||
|
|
||||||
|
@ -8,7 +8,6 @@ long_desc="${long_desc}
|
||||||
|
|
||||||
pycompile_dirs="usr/lib/gdbus-2.0/codegen"
|
pycompile_dirs="usr/lib/gdbus-2.0/codegen"
|
||||||
|
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/bin
|
vmkdir usr/bin
|
||||||
vmkdir usr/share/man/man1
|
vmkdir usr/share/man/man1
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template build file for 'glib'
|
# Template build file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.32.4
|
version=2.34.0
|
||||||
revision=1
|
revision=1
|
||||||
subpackages="glib-devel"
|
subpackages="glib-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="python pkg-config zlib-devel pcre-devel>=8.30 libffi-devel"
|
configure_args="--disable-fam --with-pcre=system --enable-static --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.32/glib-$version.tar.xz"
|
distfiles="${GNOME_SITE}/glib/2.34/glib-$version.tar.xz"
|
||||||
configure_args="--disable-fam --with-pcre=system --enable-static"
|
checksum=f69b112f8848be35139d9099b62bc81649241f78f6a775516f0d4c9b47f65144
|
||||||
checksum=a5d742a4fda22fb6975a8c0cfcd2499dd1c809b8afd4ef709bda4d11b167fae2
|
|
||||||
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…
Add table
Add a link
Reference in a new issue