* update gcab to 1.6-2

This commit is contained in:
Alexander Baldeck 2024-08-18 10:49:51 +02:00
parent f47c7cacab
commit 72fce3777d
3 changed files with 26 additions and 1 deletions

19
gcab/.SRCINFO Normal file
View File

@ -0,0 +1,19 @@
pkgbase = gcab
pkgdesc = A GObject library to create cabinet files
pkgver = 1.6
pkgrel = 2
url = https://wiki.gnome.org/msitools
arch = x86_64
license = LGPL
makedepends = git
makedepends = glib2-devel
makedepends = gobject-introspection
makedepends = gtk-doc
makedepends = meson
makedepends = vala
depends = glib2
provides = libgcab-1.0.so
source = git+https://gitlab.gnome.org/GNOME/gcab.git#commit=b1a8a5867ccf0209d3e409b12986165c8f7a6fa4
b2sums = SKIP
pkgname = gcab

4
gcab/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[gcab]
source = "git"
git = "https://gitlab.gnome.org/GNOME/gcab.git"
prefix = "v"

View File

@ -1,9 +1,10 @@
# POWER Maintainer: Alexander Baldeck <alex.bldck@gmail.com>
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
# Contributor: Jan de Groot <jgc@archlinux.org>
pkgname=gcab
pkgver=1.6
pkgrel=1
pkgrel=2
pkgdesc="A GObject library to create cabinet files"
url="https://wiki.gnome.org/msitools"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -11,6 +12,7 @@ license=(LGPL)
depends=(glib2)
makedepends=(
git
glib2-devel
gobject-introspection
gtk-doc
meson