gcr: update to 3.41.0
This commit is contained in:
parent
3cd6f5fae3
commit
de7712de89
2 changed files with 28 additions and 5 deletions
23
srcpkgs/gcr/patches/unbreak-no-systemd.patch
Normal file
23
srcpkgs/gcr/patches/unbreak-no-systemd.patch
Normal file
|
@ -0,0 +1,23 @@
|
|||
From 96e76ee482dad2a0d71f9a5a5a6558d272d538ca Mon Sep 17 00:00:00 2001
|
||||
From: Antoine Jacoutot <ajacoutot@gnome.org>
|
||||
Date: Sun, 24 Oct 2021 10:26:03 +0200
|
||||
Subject: [PATCH] Unbreak build without systemd.
|
||||
|
||||
This fixes the check for WITH_SYSTEMD and prevents a fatal error:
|
||||
'systemd/sd-daemon.h' file not found when building with systemd disabled.
|
||||
---
|
||||
gcr/gcr-ssh-agent-service.c | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/gcr/gcr-ssh-agent-service.c b/gcr/gcr-ssh-agent-service.c
|
||||
index 3b5a4ca..b7e8928 100644
|
||||
--- a/gcr/gcr-ssh-agent-service.c
|
||||
+++ b/gcr/gcr-ssh-agent-service.c
|
||||
@@ -39,7 +39,7 @@
|
||||
#include <glib/gstdio.h>
|
||||
#include <gcr/gcr-base.h>
|
||||
|
||||
-#ifdef WITH_SYSTEMD
|
||||
+#if WITH_SYSTEMD
|
||||
#include <systemd/sd-daemon.h>
|
||||
#endif
|
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'gcr'
|
||||
pkgname=gcr
|
||||
version=3.40.0
|
||||
version=3.41.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
build_helper="gir"
|
||||
hostmakedepends="gettext glib-devel gnupg2 gtk-doc intltool pkg-config
|
||||
hostmakedepends="gettext glib-devel gnupg2 gtk-doc intltool pkg-config openssh
|
||||
libxslt $(vopt_if vala vala)"
|
||||
makedepends="gtk+3-devel libgcrypt-devel p11-kit-devel libxslt-devel
|
||||
makedepends="gtk+3-devel libgcrypt-devel libsecret-devel p11-kit-devel libxslt-devel
|
||||
$(vopt_if vala vala)"
|
||||
depends="desktop-file-utils hicolor-icon-theme gnupg2"
|
||||
short_desc="GNOME crypto package"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="LGPL-2.0-or-later, LGPL-2.1-or-later, GPL-2.0-or-later"
|
||||
homepage="http://www.gnome.org"
|
||||
homepage="https://gitlab.gnome.org/GNOME/gcr"
|
||||
distfiles="${GNOME_SITE}/gcr/${version%.*}/gcr-${version}.tar.xz"
|
||||
checksum=b9d3645a5fd953a54285cc64d4fc046736463dbd4dcc25caf5c7b59bed3027f5
|
||||
checksum=0909fc49ea8ad4832d27564ff2fd1dc666696e2a07c73941c48829e60572da01
|
||||
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
configure_args="-Dgtk_doc=false"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue