From 20fad811be62868fba481ec2234de41bfdffbc4b Mon Sep 17 00:00:00 2001 From: emmett1 Date: Mon, 7 Oct 2019 00:14:14 +0800 Subject: [PATCH] glib: updated to 2.62.1 --- core/glib/spkgbuild | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/core/glib/spkgbuild b/core/glib/spkgbuild index 833c211ef..34e20c7ef 100755 --- a/core/glib/spkgbuild +++ b/core/glib/spkgbuild @@ -1,11 +1,11 @@ # description : Low-level libraries useful for providing data structure handling for C, portability wrappers and interfaces -# depends : libffi pcre docbook-xsl meson libxslt +# depends : libffi pcre docbook-xsl meson libxslt gettext name=glib -version=2.62.0 +version=2.62.1 release=1 source=(https://ftp.gnome.org/pub/gnome/sources/$name/${version::4}/$name-$version.tar.xz) -md5sum=(a5d34752dd3a6c8d929ade7debc4db03) +md5sum=(64c14b4fe46c478992560c2f48a5b649) build() { cd $name-$version @@ -16,8 +16,9 @@ build() { meson --prefix=/usr \ -Dman=true \ -Dselinux=disabled \ - -Dnls=disabled \ .. ninja DESTDIR=$PKG ninja install + + rm -r $PKG/usr/share/locale }