libraries/libgit2-glib: Updated for version 0.28.0.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Willy Sudiarto Raharjo 2019-06-10 02:16:16 +07:00
parent 101e47c2b4
commit d6e0b07796
3 changed files with 5 additions and 19 deletions

View File

@ -1,12 +0,0 @@
diff --git i/libgit2-glib/ggit-config.c w/libgit2-glib/ggit-config.c
index b6536ce..2785574 100644
--- i/libgit2-glib/ggit-config.c
+++ w/libgit2-glib/ggit-config.c
@@ -295,6 +295,7 @@ ggit_config_add_file (GgitConfig *config,
ret = git_config_add_file_ondisk (_ggit_native_get (config),
path,
(git_config_level_t)level,
+ NULL,
force);
g_free (path);

View File

@ -2,7 +2,7 @@
# Slackware build script for libgit2-glib
# Copyright 2016-2018 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2016-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=libgit2-glib
VERSION=${VERSION:-0.26.4}
VERSION=${VERSION:-0.28.0.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -69,8 +69,6 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
patch -p1 < $CWD/libgit2-0.27.0.diff
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
meson build \

View File

@ -1,8 +1,8 @@
PRGNAM="libgit2-glib"
VERSION="0.26.4"
VERSION="0.28.0.1"
HOMEPAGE="https://wiki.gnome.org/Projects/Libgit2-glib"
DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/libgit2-glib/0.26/libgit2-glib-0.26.4.tar.xz"
MD5SUM="042bbee8f440adacd0532c1e2f389d52"
DOWNLOAD="https://ftp.gnome.org/pub/GNOME/sources/libgit2-glib/0.28/libgit2-glib-0.28.0.1.tar.xz"
MD5SUM="04c4cf24291c16406bddb5760449ab52"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="libgit2 vala meson"