diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-09-03 12:28:20 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-09-03 12:28:20 +0100 |
commit | 3f559ef486314f9b3b48d48eb303d6be68463af9 (patch) | |
tree | 3b70212f31ce4d000911c001ce13363d0909dfd1 /x11-apps/xclipboard | |
parent | 20b6ab983b55b022c6e4af317154089e18ad41cb (diff) |
gentoo auto-resync : 03:09:2024 - 12:28:20
Diffstat (limited to 'x11-apps/xclipboard')
-rw-r--r-- | x11-apps/xclipboard/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.1.5.ebuild | 20 |
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/xclipboard/Manifest b/x11-apps/xclipboard/Manifest index 95c02fadc147..4a01b0b56049 100644 --- a/x11-apps/xclipboard/Manifest +++ b/x11-apps/xclipboard/Manifest @@ -1,3 +1,5 @@ DIST xclipboard-1.1.4.tar.xz 128912 BLAKE2B f90906d3abb2de0915113d651d5bd4c4cf2a75c4b15c681a7609cd9aa46ce9d3157cdfa5f60ad76ce6a56396d51ae726645b1b43d53125161f362cc3520b6a66 SHA512 efa7800e0c4fb0242362c4263d80182d591bded07d1064a36b157b6202b15b0c82f083658ced2b82392eca905fb57c04a537d67e75c1237a1667ed2ce0cb09fe +DIST xclipboard-1.1.5.tar.xz 132420 BLAKE2B a405f3381cba8a8af8be5cd6db50b338fe70994c125b7dfa358c1c46874009ec1a4ab99788e082e8aeb77e1c864de409ef1f9a820dd4e7e42456f5cf3c0623e9 SHA512 9962b8d19e6387c9af87a47d66d81577ec3e2ba1d0aa6f6ca8fa89664ccfb0dd20906e143a4d19a303a4eded4f29c4bd40868477fbf754a79cdb48256846a8d3 EBUILD xclipboard-1.1.4.ebuild 427 BLAKE2B 7b9e605558887633ccb5c4c2da7c5cee4488242d2258f0a8653fe5d34f1eb43a761ab8d9647f20ed1b45e3146426775424a2f97dfa5fdfb16cafd195f87b6f42 SHA512 44423dc9e44f114a694fa6ec62d8af256c45c16ff7d04490f8cd4a1133b1142f0b84e49c0f4cdbc711e25571542049f3734da2788d25509685d30ecb97758f29 +EBUILD xclipboard-1.1.5.ebuild 433 BLAKE2B a2f922f6a6d57cf9a3093b7333f7017f299c5a9041a0321fda5ee3d4b5170ab1a8ae9e2985918413b4ba4d44eec39e9f843ede40db70c67d347194bdab8423c5 SHA512 9370a9742b606083b9912ea3966d3e44dc54d82ae647d59d3d6a7588ef46b81487f4886895bfd03611523c4e3424b716164880df79f109afffb57e6aa3fef110 MISC metadata.xml 341 BLAKE2B df505c0349b2df03ebabde765827919a0ea5a8d4c0f5e2519418aeaf820d22f00e7554f6aa8f403212ec9258e519da328a569825f7b29e0edd66e3b0961e49ca SHA512 91c8a0aa7130f3c54d5697a413df3d9643ff0e0684e06d51d7cfa0698933e3005669282d5c0cf24be8c1fb03211908351a9c757c95a13b67c8703a382075e022 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" |