mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
glib: update to 2.40.1.
This commit is contained in:
parent
46d5f40fa7
commit
2e9b8c224e
1 changed files with 4 additions and 5 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template build file for 'glib'
|
# Template build file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.40.0
|
version=2.40.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-fam --with-pcre=system --enable-static"
|
configure_args="--disable-fam --with-pcre=system --enable-static"
|
||||||
hostmakedepends="automake libtool pkg-config perl python libxslt docbook-xsl which"
|
hostmakedepends="automake libtool pkg-config perl python libxslt docbook-xsl"
|
||||||
makedepends="zlib-devel pcre-devel>=8.30 libffi-devel>=3.1 dbus-devel"
|
makedepends="zlib-devel pcre-devel>=8.30 libffi-devel>=3.1 dbus-devel"
|
||||||
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/${version%.*}/glib-$version.tar.xz"
|
distfiles="${GNOME_SITE}/glib/${version%.*}/glib-$version.tar.xz"
|
||||||
checksum=0d27f195966ecb1995dcce0754129fd66ebe820c7cd29200d264b02af1aa28b5
|
checksum=c6b67ea212e8d74ee0676f7b2539451fd74b057cf21bb5e0074714e3359066bf
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" glib-devel"
|
hostmakedepends+=" glib-devel"
|
||||||
|
@ -39,7 +39,6 @@ libglib-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
glib-devel_package() {
|
glib-devel_package() {
|
||||||
depends="python perl libglib-devel>=${version}_${revision}"
|
depends="python perl libglib-devel>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue