pmaports/extra-repos/systemd/gnome-keyring/APKBUILD
Stefan Hansson 7260bf9963
*/*: update my name and email
Let's finally be consistent about this.

[ci:skip-count]: Deliberately changing a lot of packages.
[ci:skip-vercheck]: Updating co-maintainer does not need a pkgrel bump.

Signed-off-by: Stefan Hansson <newbyte@postmarketos.org>
Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8688>
2026-06-06 21:14:12 +02:00

80 lines
2 KiB
Text

# Forked from Alpine
# systemd unit activation
# Co-Maintainer: Pablo Correa Gomez <pabloyoyoista@postmarketos.org>
# Co-Maintainer: Achill Gilgenast <achill@achill.org>
maintainer="Stefan Hansson <newbyte@postmarketos.org>"
pkgname=gnome-keyring
_pkgver=50.0
pkgver=9999$_pkgver
pkgrel=2
pkgdesc="GNOME keyring"
url="https://gitlab.gnome.org/GNOME/gnome-keyring"
# armhf: pmb#2618
arch="all !armhf"
license="GPL-2.0-only LGPL-2.0-only"
# the gcr binaries are needed for things to open the keyring via libsecret
depends="gcr"
makedepends="
gcr-dev
gobject-introspection-dev
gtk+3.0-dev
gtk-doc
intltool
libcap-ng-dev
libgcrypt-dev
libxslt
linux-pam-dev
meson
openssh-client
systemd-dev
"
checkdepends="
dbus
python3
"
provides="dbus:org.freedesktop.Secrets"
# Highest priority of the bunch since it has the least deps
provider_priority=500
options="!check" # flaky
subpackages="
$pkgname-doc
$pkgname-lang
$pkgname-pam
$pkgname-systemd
"
source="https://download.gnome.org/sources/gnome-keyring/${_pkgver%.*}/gnome-keyring-$_pkgver.tar.xz
0001-gkd-login-Register-the-login-collection-on-dbus-on-c.patch
"
builddir="$srcdir/gnome-keyring-$_pkgver"
build() {
abuild-meson \
-Dsystemd=enabled \
. output
meson compile -C output
}
check() {
dbus-run-session \
meson test --print-errorlogs -C output
}
package() {
DESTDIR="$pkgdir" meson install --no-rebuild -C output
}
pam() {
pkgdesc="PAM module for gnome-keyring"
depends=""
# Allows disabling installation of the PAM module via `apk add !gnome-keyring-pam`.
#
# See https://gitlab.alpinelinux.org/alpine/aports/-/issues/16999
install_if="$pkgname=$pkgver-r$pkgrel"
amove usr/lib/security/pam*
}
sha512sums="
20786486655c2188d8d0eae129d1c14a61d995d55a2339b166aa914287cf5ddd29b67d6a2fbc9d4b3d73705459cd3d17c696369500e4a0f0d12087aac78a8c15 gnome-keyring-50.0.tar.xz
4edf62b7f81623f1f995292a2db5ae7771c9bc819b483f8dd2acd11a8ee03e2661d7d75926e63eb886adf94876d1b414f4ae822e66106a187e6e3c98b4c23ec2 0001-gkd-login-Register-the-login-collection-on-dbus-on-c.patch
"