From 90f893e00d97c7d1e2c2c90ee669e5c61e65dd78 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Tue, 21 Jul 2026 14:34:24 -0400 Subject: [PATCH] x11-apps/xclipboard: Version bump to 1.1.6 Signed-off-by: Matt Turner --- x11-apps/xclipboard/Manifest | 1 + x11-apps/xclipboard/xclipboard-1.1.6.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 x11-apps/xclipboard/xclipboard-1.1.6.ebuild diff --git a/x11-apps/xclipboard/Manifest b/x11-apps/xclipboard/Manifest index e1480a9629064..0e4a39be19a13 100644 --- a/x11-apps/xclipboard/Manifest +++ b/x11-apps/xclipboard/Manifest @@ -1 +1,2 @@ DIST xclipboard-1.1.5.tar.xz 132420 BLAKE2B a405f3381cba8a8af8be5cd6db50b338fe70994c125b7dfa358c1c46874009ec1a4ab99788e082e8aeb77e1c864de409ef1f9a820dd4e7e42456f5cf3c0623e9 SHA512 9962b8d19e6387c9af87a47d66d81577ec3e2ba1d0aa6f6ca8fa89664ccfb0dd20906e143a4d19a303a4eded4f29c4bd40868477fbf754a79cdb48256846a8d3 +DIST xclipboard-1.1.6.tar.xz 136460 BLAKE2B 4df8b3e62094ce09157392aeb40cdec4efa6956c86057cbba291839000fe372ac9aac196da3f4b951bdcf68fe956f534689a5786f2d4744f73ab582081184b27 SHA512 c7d14f9997e7ab7741f5694fe04d413ef92d479160533ac46dc9ebb25d727d649b9a624ab82f8fadef072645c967a80bc2b7305f0a50a2a3b4cb927525f64aeb diff --git a/x11-apps/xclipboard/xclipboard-1.1.6.ebuild b/x11-apps/xclipboard/xclipboard-1.1.6.ebuild new file mode 100644 index 0000000000000..d54ed3bbab614 --- /dev/null +++ b/x11-apps/xclipboard/xclipboard-1.1.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2026 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit xorg-meson + +DESCRIPTION="interchange between cut buffer and selection" + +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXaw + x11-libs/libxkbfile + x11-libs/libXmu + >=x11-libs/libXt-1.1 + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"