glib: update to 2.38.2.
This commit is contained in:
parent
1c24dd27c2
commit
4a8bfe0669
1 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'glib'
|
# Template build file for 'glib'
|
||||||
pkgname=glib
|
pkgname=glib
|
||||||
version=2.38.1
|
version=2.38.2
|
||||||
revision=1
|
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"
|
||||||
|
@ -11,7 +11,7 @@ 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.38/glib-$version.tar.xz"
|
distfiles="${GNOME_SITE}/glib/2.38/glib-$version.tar.xz"
|
||||||
checksum=01906c62ac666d2ab3183cc07261b2536fab7b211c6129ab66b119c2af56d159
|
checksum=056a9854c0966a0945e16146b3345b7a82562a5ba4d5516fd10398732aea5734
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
configure_args+=" glib_cv_long_long_format=I64
|
configure_args+=" glib_cv_long_long_format=I64
|
||||||
|
@ -29,7 +29,7 @@ if [ "$CROSS_BUILD" ]; then
|
||||||
fi
|
fi
|
||||||
|
|
||||||
libglib-devel_package() {
|
libglib-devel_package() {
|
||||||
depends="zlib-devel pcre-devel libffi-devel glib-${version}_${revision}"
|
depends="zlib-devel pcre-devel libffi-devel glib>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
replaces="glib-devel<2.34.3_3"
|
replaces="glib-devel<2.34.3_3"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
@ -42,7 +42,7 @@ libglib-devel_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
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"
|
||||||
pycompile_dirs="/usr/share/glib-2.0"
|
pycompile_dirs="/usr/share/glib-2.0"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue