glib: rebuild against libpcre-8.30.
This commit is contained in:
parent
7024e5686a
commit
315e428335
|
@ -1,6 +1,6 @@
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libpcre.so.0
|
libpcre.so.1
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libffi.so.5
|
libffi.so.5
|
||||||
libdl.so.2
|
libdl.so.2
|
||||||
|
|
|
@ -1,20 +1,18 @@
|
||||||
# Template build file for 'glib'
|
# Template build file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.32.3
|
version=2.32.3
|
||||||
distfiles="${GNOME_SITE}/glib/2.32/glib-$version.tar.xz"
|
revision=2
|
||||||
configure_args="--disable-fam --with-pcre=system --enable-static"
|
subpackages="glib-devel"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="python>=0 pkg-config zlib-devel pcre-devel libffi-devel"
|
makedepends="python pkg-config zlib-devel pcre-devel>=8.30 libffi-devel"
|
||||||
revision=1
|
|
||||||
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"
|
||||||
|
configure_args="--disable-fam --with-pcre=system --enable-static"
|
||||||
checksum=b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d
|
checksum=b65ceb462807e4a2f91c95e4293ce6bbefca308cb44a1407bcfdd9e40363ff4d
|
||||||
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
|
||||||
C library used by projects such as GTK+, GIMP and GNOME."
|
C library used by projects such as GTK+, GIMP and GNOME."
|
||||||
|
|
||||||
subpackages="glib-devel"
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue