a85db1dc7b
At the moment we have Contributor: lines on some packages (but not all of them), but often they don't represent the actual contributors to the package very well. E.g. when we added them retroactively to the device packages we only added the initial contributor (which isn't necessarily the person who made most of the work for a device...) The Git history is the most representative source for figuring out who contributed to a package, so there is no reason to duplicate that into the APKBUILD. [skip ci]: way too many packages
42 lines
1.5 KiB
Text
42 lines
1.5 KiB
Text
# Maintainer: Luca Weiss <luca@z3ntu.xyz>
|
|
pkgname=libsignon-glib
|
|
pkgver=2.1
|
|
pkgrel=1
|
|
_spec_commit="67487954653006ebd0743188342df65342dc8f9b"
|
|
pkgdesc="GLib library to interface with the Signon Daemon"
|
|
url="https://gitlab.com/accounts-sso/libsignon-glib"
|
|
arch="x86_64"
|
|
license="LGPL-2.1-only"
|
|
makedepends="meson glib-dev check-dev gobject-introspection-dev vala py3-gobject3 gtk-doc"
|
|
subpackages="$pkgname-dev"
|
|
source="https://gitlab.com/accounts-sso/libsignon-glib/-/archive/VERSION_$pkgver/libsignon-glib-VERSION_$pkgver.tar.gz
|
|
https://gitlab.com/accounts-sso/signon-dbus-specification/-/archive/$_spec_commit/signon-dbus-specification-$_spec_commit.tar.gz"
|
|
builddir="$srcdir/$pkgname-VERSION_$pkgver"
|
|
options="!check" # Tests hang
|
|
|
|
prepare() {
|
|
default_prepare
|
|
|
|
cp "$srcdir"/signon-dbus-specification-$_spec_commit/* "$builddir"/libsignon-glib/interfaces/
|
|
}
|
|
|
|
build() {
|
|
meson \
|
|
--prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
--mandir=/usr/share/man \
|
|
--localstatedir=/var \
|
|
--buildtype=release \
|
|
. output
|
|
ninja -C output
|
|
}
|
|
|
|
check() {
|
|
ninja test -C output
|
|
}
|
|
|
|
package() {
|
|
DESTDIR="$pkgdir" ninja -C output install
|
|
}
|
|
sha512sums="45d8e26263a16b98517cda0fff8e46fb1ffcc4bb833a6364454f120eb9819b48ee04bdb338bf5e9f0b0fe344af5940f35ed56f0765ca3605dead5b3755657dcf libsignon-glib-VERSION_2.1.tar.gz
|
|
8b65019e2793dd58b2b60f8893ab999513a6aa2374f5d1053341fcdec6e2debb4d729abbbef17c8a2cb0b905893f06118649f17698bb91dc4e2681b2fe99e4b3 signon-dbus-specification-67487954653006ebd0743188342df65342dc8f9b.tar.gz"
|