From 5fdb34d02216e18221f98616888e668865a3a3ca Mon Sep 17 00:00:00 2001 From: Leo Date: Tue, 24 Nov 2020 13:50:21 -0300 Subject: community/gnome-keyring: fix compatibility with libcap-0.8.1 while we apply temporary fixes for libcap-ng it is important that we patch every application that uses the affected parts of libcap --- community/gnome-keyring/APKBUILD | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/community/gnome-keyring/APKBUILD b/community/gnome-keyring/APKBUILD index 7ec1927be0e..ab355a82c84 100644 --- a/community/gnome-keyring/APKBUILD +++ b/community/gnome-keyring/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Rasmus Thomsen pkgname=gnome-keyring pkgver=3.36.0 -pkgrel=0 +pkgrel=1 pkgdesc="GNOME keyring" url="https://wiki.gnome.org//Projects/GnomeKeyring" arch="all" @@ -16,7 +16,9 @@ provides="dbus:org.freedesktop.Secrets" provider_priority=100 options="!check" # Failing tests on the builders :/ subpackages="$pkgname-lang $pkgname-doc" -source="https://download.gnome.org/sources/gnome-keyring/${pkgver%.*}/gnome-keyring-$pkgver.tar.xz" +source="https://download.gnome.org/sources/gnome-keyring/${pkgver%.*}/gnome-keyring-$pkgver.tar.xz + https://gitlab.gnome.org/GNOME/gnome-keyring/-/commit/ebc7bc9efacc17049e54da8d96a4a29943621113.patch + " build() { ./configure \ @@ -37,4 +39,5 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="e5aed36ad109cbd2dcb534843f8565829366acc955cadc6e9bbe87ebbb6a8a907211aa3a42f7f26148ac69726af2f9238965707d1259319435bd20aa8c4859ed gnome-keyring-3.36.0.tar.xz" +sha512sums="e5aed36ad109cbd2dcb534843f8565829366acc955cadc6e9bbe87ebbb6a8a907211aa3a42f7f26148ac69726af2f9238965707d1259319435bd20aa8c4859ed gnome-keyring-3.36.0.tar.xz +a2d8608474edf693f6dda891dd8901ac6901d11a1a954d6b8771dc5931a76ad2c40bee0d38a39877b03ce11ad2e20ade8488a7480cce955fcfd4d3ba69274ce2 ebc7bc9efacc17049e54da8d96a4a29943621113.patch" -- cgit v1.2.3