* update libglib-testing to 0.1.1-2

This commit is contained in:
Alexander Baldeck 2024-08-22 07:33:21 +02:00
parent 198c46e136
commit f2b765b710
3 changed files with 38 additions and 4 deletions

22
libglib-testing/.SRCINFO Normal file
View File

@ -0,0 +1,22 @@
pkgbase = libglib-testing
pkgdesc = Test harnesses and mock classes for GLib
pkgver = 0.1.1
pkgrel = 2
url = https://gitlab.gnome.org/pwithnall/libglib-testing
arch = x86_64
license = LGPL2.1
makedepends = git
makedepends = gtk-doc
makedepends = meson
depends = dbus
depends = glib2
source = git+https://gitlab.gnome.org/pwithnall/libglib-testing.git#commit=e326f73a7139c5e54fcf926896ae6e4cc899a1a7
b2sums = SKIP
pkgname = libglib-testing
depends = dbus
depends = glib2
depends = libglib-2.0.so
depends = libgobject-2.0.so
depends = libgio-2.0.so
provides = libglib-testing-0.so

View File

@ -0,0 +1,3 @@
[libglib-testing]
source = "git"
git = "https://gitlab.gnome.org/pwithnall/libglib-testing.git"

View File

@ -3,16 +3,23 @@
pkgname=libglib-testing
pkgver=0.1.1
pkgrel=1
pkgrel=2
pkgdesc="Test harnesses and mock classes for GLib"
url="https://gitlab.gnome.org/pwithnall/libglib-testing"
license=(LGPL2.1)
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
depends=(glib2 dbus)
makedepends=(git meson gtk-doc)
depends=(
dbus
glib2
)
makedepends=(
git
gtk-doc
meson
)
_commit=e326f73a7139c5e54fcf926896ae6e4cc899a1a7 # tags/0.1.1^0
source=("git+https://gitlab.gnome.org/pwithnall/libglib-testing.git#commit=$_commit")
sha256sums=('SKIP')
b2sums=('SKIP')
pkgver() {
cd $pkgname
@ -38,3 +45,5 @@ package() {
meson install -C build --destdir "$pkgdir"
}
# vim:set sw=2 sts=-1 et: