libgit2-glib: update to 1.0.0.1.

This commit is contained in:
Michal Vasilek 2022-01-23 22:34:34 +01:00 committed by paper
parent 03ecd6a31e
commit 2be9237bb7
2 changed files with 6 additions and 16 deletions

View File

@ -1,11 +0,0 @@
--- a/meson_vapi_link.py 2020-08-22 14:36:38.509123984 +0700
+++ b/meson_vapi_link.py 2020-08-22 14:37:05.199021653 +0700
@@ -4,7 +4,7 @@
import subprocess
import sys
-vapidir = os.path.join(os.environ['MESON_INSTALL_DESTDIR_PREFIX'], sys.argv[1], 'vala', 'vapi')
+vapidir = os.path.join(os.environ['DESTDIR'] + sys.argv[1], 'vala', 'vapi')
# FIXME: meson will not track the creation of these files
# https://github.com/mesonbuild/meson/blob/master/mesonbuild/scripts/uninstall.py#L39

View File

@ -1,7 +1,7 @@
# Template file for 'libgit2-glib'
pkgname=libgit2-glib
version=0.99.0.1
revision=3
version=1.0.0.1
revision=1
build_style=meson
build_helper="gir"
configure_args="-Dintrospection=$(vopt_if gir true false)
@ -11,9 +11,10 @@ makedepends="libglib-devel libgit2-devel python-gobject-devel"
short_desc="Glib wrapper library around libgit2"
maintainer="Orphaned <orphan@voidlinux.org>"
license="LGPL-2.1-or-later"
homepage="https://github.com/GNOME/libgit2-glib"
distfiles="${homepage}/archive/v${version}.tar.gz"
checksum=22dccc7aa9ff6f29edf50352b17d58c3f9289ba1cfa7952f70d7feb48676f10c
homepage="https://wiki.gnome.org/Projects/Libgit2-glib"
changelog="https://gitlab.gnome.org/GNOME/libgit2-glib/-/raw/master/NEWS"
distfiles="${GNOME_SITE}/${pkgname}/${version%.*.*}/${pkgname}-${version}.tar.xz"
checksum=460a5d6936950ca08d2d8518bfc90c12bb187cf6e674de715f7055fc58102b57
build_options="gir"
build_options_default="gir"