From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2A3A6158086 for ; Tue, 7 Dec 2021 23:56:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7383C2BC029; Tue, 7 Dec 2021 23:56:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 59F4E2BC029 for ; Tue, 7 Dec 2021 23:56:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 59585342D28 for ; Tue, 7 Dec 2021 23:56:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAC271C6 for ; Tue, 7 Dec 2021 23:56:41 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1638921337.c6e1e2eb1131efae1b32695a0726413acc219b20.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/xbindkeys/files/, x11-misc/xbindkeys/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild X-VCS-Directories: x11-misc/xbindkeys/ x11-misc/xbindkeys/files/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c6e1e2eb1131efae1b32695a0726413acc219b20 X-VCS-Branch: master Date: Tue, 7 Dec 2021 23:56:41 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8309172e-53bd-49c7-9641-0bacc0f0268e X-Archives-Hash: 4f7c52f78a160dd86d0e7a71b1fd95ee commit: c6e1e2eb1131efae1b32695a0726413acc219b20 Author: Jaco Kroon uls co za> AuthorDate: Tue Dec 7 22:19:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Tue Dec 7 23:55:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6e1e2eb x11-misc/xbindkeys: fix guile 3 in configure Closes: https://bugs.gentoo.org/828532 Thanks ionen for tracking this. Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Jaco Kroon uls.co.za> Closes: https://github.com/gentoo/gentoo/pull/23214 Signed-off-by: Sam James gentoo.org> .../xbindkeys/files/xbindkeys-1.8.7-guile3.patch | 25 ++++++++++++++++++++++ x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild | 6 +++++- 2 files changed, 30 insertions(+), 1 deletion(-) diff --git a/x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch b/x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch new file mode 100644 index 000000000000..caf0e222cd13 --- /dev/null +++ b/x11-misc/xbindkeys/files/xbindkeys-1.8.7-guile3.patch @@ -0,0 +1,25 @@ +From 75909d99b18ddc76c78bf7b9e184de46d3d24468 Mon Sep 17 00:00:00 2001 +From: Evgeny Ratnikov +Date: Sun, 14 Jun 2020 22:13:59 +0200 +Subject: add support for GNU Guile 3 to xbindkeys + +--- + aclocal.m4 | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/aclocal.m4 b/aclocal.m4 +index 6dfea6d..647b5fd 100644 +--- a/aclocal.m4 ++++ b/aclocal.m4 +@@ -48,7 +48,7 @@ To do so, use the procedure documented by the package, typically 'autoreconf'.]) + # + AC_DEFUN([GUILE_PKG], + [PKG_PROG_PKG_CONFIG +- _guile_versions_to_search="m4_default([$1], [2.2 2.0 1.8])" ++ _guile_versions_to_search="m4_default([$1], [3.0 2.2 2.0 1.8])" + if test -n "$GUILE_EFFECTIVE_VERSION"; then + _guile_tmp="" + for v in $_guile_versions_to_search; do +-- +cgit v1.2.1 + diff --git a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild index 35d49280bb07..7b821afa63e4 100644 --- a/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild +++ b/x11-misc/xbindkeys/xbindkeys-1.8.7-r1.ebuild @@ -12,9 +12,13 @@ SLOT="0" KEYWORDS="amd64 ~arm ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="guile tk" +PATCHES=( + "${FILESDIR}/xbindkeys-1.8.7-guile3.patch" +) + RDEPEND=" x11-libs/libX11 - guile? ( >=dev-scheme/guile-1.8.4[deprecated] ) + guile? ( >=dev-scheme/guile-1.8.4:=[deprecated] ) tk? ( dev-lang/tk ) " DEPEND="