From 77bb850c00fff6b00adcd1ba9adde0cd0dbb8cf8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mat=C3=ADas=20Fonzo?= Date: Tue, 21 Apr 2020 22:22:34 -0300 Subject: [PATCH] recipes: libs/glib2*: Upgraded to version 2.64.2 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Matías Fonzo --- recipes/libs/glib2/recipe | 7 +++---- recipes/libs/glib2_pass1/recipe | 5 ++--- sources/SOURCELIST.txt | 2 +- sources/glib-2.62.1.tar.xz.sha256 | 1 - sources/glib-2.64.2.tar.xz.sha256 | 1 + 5 files changed, 7 insertions(+), 9 deletions(-) delete mode 100644 sources/glib-2.62.1.tar.xz.sha256 create mode 100644 sources/glib-2.64.2.tar.xz.sha256 diff --git a/recipes/libs/glib2/recipe b/recipes/libs/glib2/recipe index cbda7a08..37e2762c 100644 --- a/recipes/libs/glib2/recipe +++ b/recipes/libs/glib2/recipe @@ -15,9 +15,9 @@ # limitations under the License. program=glib -version=2.62.1 -short_version=2.62 -release=2 +version=2.64.2 +short_version="${version%.*}" +release=1 # Define a category for the output of the package name pkgcategory=libs @@ -70,7 +70,6 @@ build() --strip \ -Diconv=auto \ -Dxattr=true \ - -Dlibmount=true \ -Dinternal_pcre=false \ -Dman=true \ -Dgtk_doc=false \ diff --git a/recipes/libs/glib2_pass1/recipe b/recipes/libs/glib2_pass1/recipe index 4554a670..8ccd0ab2 100644 --- a/recipes/libs/glib2_pass1/recipe +++ b/recipes/libs/glib2_pass1/recipe @@ -15,8 +15,8 @@ # limitations under the License. program=glib -version=2.62.1 -short_version=2.62 +version=2.64.2 +short_version="${version%.*}" release=1 # Define a category for the output of the package name @@ -67,7 +67,6 @@ build() --strip \ -Diconv=auto \ -Dxattr=true \ - -Dlibmount=true \ -Dinternal_pcre=false \ -Dman=false \ -Dgtk_doc=false \ diff --git a/sources/SOURCELIST.txt b/sources/SOURCELIST.txt index 8f6238fa..fad862fc 100644 --- a/sources/SOURCELIST.txt +++ b/sources/SOURCELIST.txt @@ -66,7 +66,7 @@ http://dl.suckless.org/tools/dmenu-4.9.tar.gz http://docbook.org/xml/4.2/docbook-xml-4.2.zip http://docbook.org/xml/4.3/docbook-xml-4.3.zip http://docbook.org/xml/4.4/docbook-xml-4.4.zip -http://download.gnome.org/sources/glib/2.62/glib-2.62.1.tar.xz +http://download.gnome.org/sources/glib/2.64/glib-2.64.2.tar.xz http://download.gnome.org/sources/libgudev/233/libgudev-233.tar.xz http://download-mirror.savannah.gnu.org/releases/lzip/tarlz/tarlz-0.16.tar.lz http://download-mirror.savannah.gnu.org/releases/lzip/xlunzip/xlunzip-0.4.tar.lz diff --git a/sources/glib-2.62.1.tar.xz.sha256 b/sources/glib-2.62.1.tar.xz.sha256 deleted file mode 100644 index 0d466440..00000000 --- a/sources/glib-2.62.1.tar.xz.sha256 +++ /dev/null @@ -1 +0,0 @@ -3dd9024e1d0872a6da7ac509937ccf997161b11d7d35be337c7e829cbae0f9df glib-2.62.1.tar.xz diff --git a/sources/glib-2.64.2.tar.xz.sha256 b/sources/glib-2.64.2.tar.xz.sha256 new file mode 100644 index 00000000..05b39e72 --- /dev/null +++ b/sources/glib-2.64.2.tar.xz.sha256 @@ -0,0 +1 @@ +9a2f21ed8f13b9303399de13a0252b7cbcede593d26971378ec6cb90e87f2277 glib-2.64.2.tar.xz -- 2.11.4.GIT