diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-09-02 13:35:34 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-09-02 13:52:20 -0400 |
commit | be38addeaca824e27dd90e8b22a0be797d27be71 (patch) | |
tree | 127d90b5a3f126ba66b026968f527744a97c4878 /x11-apps | |
parent | dev-util/spirv-llvm-translator: Version bump to 18.1.4 (diff) | |
download | gentoo-be38addeaca824e27dd90e8b22a0be797d27be71.tar.gz gentoo-be38addeaca824e27dd90e8b22a0be797d27be71.tar.bz2 gentoo-be38addeaca824e27dd90e8b22a0be797d27be71.zip |
x11-apps/xclipboard: Version bump to 1.1.5
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xclipboard/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.1.5.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/xclipboard/Manifest b/x11-apps/xclipboard/Manifest index 2b6705222f1a..cb2aa7ad4150 100644 --- a/x11-apps/xclipboard/Manifest +++ b/x11-apps/xclipboard/Manifest @@ -1 +1,2 @@ DIST xclipboard-1.1.4.tar.xz 128912 BLAKE2B f90906d3abb2de0915113d651d5bd4c4cf2a75c4b15c681a7609cd9aa46ce9d3157cdfa5f60ad76ce6a56396d51ae726645b1b43d53125161f362cc3520b6a66 SHA512 efa7800e0c4fb0242362c4263d80182d591bded07d1064a36b157b6202b15b0c82f083658ced2b82392eca905fb57c04a537d67e75c1237a1667ed2ce0cb09fe +DIST xclipboard-1.1.5.tar.xz 132420 BLAKE2B a405f3381cba8a8af8be5cd6db50b338fe70994c125b7dfa358c1c46874009ec1a4ab99788e082e8aeb77e1c864de409ef1f9a820dd4e7e42456f5cf3c0623e9 SHA512 9962b8d19e6387c9af87a47d66d81577ec3e2ba1d0aa6f6ca8fa89664ccfb0dd20906e143a4d19a303a4eded4f29c4bd40868477fbf754a79cdb48256846a8d3 diff --git a/x11-apps/xclipboard/xclipboard-1.1.5.ebuild b/x11-apps/xclipboard/xclipboard-1.1.5.ebuild new file mode 100644 index 000000000000..8f59d649c6eb --- /dev/null +++ b/x11-apps/xclipboard/xclipboard-1.1.5.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +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" |