Skip to content
Snippets Groups Projects
Commit ccf17b01 authored by alice's avatar alice
Browse files

community/libgcab: upgrade to 1.6

parent cd9fd633
No related branches found
No related tags found
No related merge requests found
# Contributor: Francesco Colista <fcolista@alpinelinux.org> # Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Francesco Colista <fcolista@alpinelinux.org> # Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=libgcab pkgname=libgcab
pkgver=1.5 pkgver=1.6
pkgrel=0 pkgrel=0
pkgdesc="A GObject library to create cabinet files" pkgdesc="GObject library to create cabinet files"
url="https://wiki.gnome.org/msitools" url="https://wiki.gnome.org/msitools"
arch="all" arch="all"
license="LGPL-2.0-or-later" license="LGPL-2.0-or-later"
makedepends="meson gobject-introspection-dev glib-dev vala gtk-doc" makedepends="meson gobject-introspection-dev glib-dev vala gtk-doc"
subpackages="$pkgname-dev $pkgname-doc $pkgname-lang" subpackages="$pkgname-dev $pkgname-doc $pkgname-lang"
source="https://download.gnome.org/sources/gcab/$pkgver/gcab-$pkgver.tar.xz source="https://download.gnome.org/sources/gcab/$pkgver/gcab-$pkgver.tar.xz"
no-git.patch
"
builddir="$srcdir"/gcab-$pkgver builddir="$srcdir"/gcab-$pkgver
build() { build() {
...@@ -30,6 +28,5 @@ package() { ...@@ -30,6 +28,5 @@ package() {
} }
sha512sums=" sha512sums="
2a9b7d2720abbb5527d478ac760898ae254d08b7aa929fbb21753296e5a07c51d62e134a3f8b1b21d9b557d4093505194e09823ddbaf58465d37b372f37534b7 gcab-1.5.tar.xz 26b8dcf47ba98e7cc073a551d1c965c13a72d298c8a4e124823bdbb20fe314c8f687232df9ae824a54d81f96fe7d9ac1a40aed24e51f8706595079cec2c61fc9 gcab-1.6.tar.xz
0c717b13dbb46c392f772a6184209ac625472e058b886d6a57cc37a0fe0f0973066f521ba03594bb107e66f1c39a3a8843ee3320404aa69decfb9d52c2ce0db4 no-git.patch
" "
prevents a git call that fails due to git ceiling set
diff --git a/meson.build b/meson.build
index 15fd5cd..6c1078d 100644
--- a/meson.build
+++ b/meson.build
@@ -7,7 +7,7 @@ project('gcab', 'c',
git_version = []
git = find_program('git', required: false)
-if git.found()
+if false
git_version = run_command(git, 'describe', '--abbrev=4', '--dirty', check: true).stdout().strip().split('-')
endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment