x11-apps/xclipboard: Version bump to 1.1.6

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner
2026-07-21 14:34:24 -04:00
parent 5402a160ed
commit 90f893e00d
2 changed files with 20 additions and 0 deletions

View File

@@ -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

View File

@@ -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"