diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-07-10 18:53:18 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-07-10 21:57:52 -0700 |
commit | ed6ba79ca155d6e6577fcc9866d2d0df9b93d1ef (patch) | |
tree | 357437ddb6f93faabce34ea1e41024e18a0d1b0c /x11-apps/xclipboard | |
parent | net-wireless/uhd: Fix mismatched version in pkg-config file (diff) | |
download | gentoo-ed6ba79ca155d6e6577fcc9866d2d0df9b93d1ef.tar.gz gentoo-ed6ba79ca155d6e6577fcc9866d2d0df9b93d1ef.tar.bz2 gentoo-ed6ba79ca155d6e6577fcc9866d2d0df9b93d1ef.zip |
x11-apps/xclipboard: Version bump to 1.1.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xclipboard')
-rw-r--r-- | x11-apps/xclipboard/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xclipboard/xclipboard-1.1.4.ebuild | 20 |
2 files changed, 21 insertions, 0 deletions
diff --git a/x11-apps/xclipboard/Manifest b/x11-apps/xclipboard/Manifest index 550b21d88124..36bbb234df53 100644 --- a/x11-apps/xclipboard/Manifest +++ b/x11-apps/xclipboard/Manifest @@ -1 +1,2 @@ DIST xclipboard-1.1.3.tar.bz2 132406 BLAKE2B 5e2e77a297c32884cadc4bf6e4503a958218b11083c747a575bb05dd8218fd0759edcab5c8d12055f5b0a1875e8a2cfb6b2062795580358521b619ecca8d70d8 SHA512 84a51d11851756422eb23e67b2721d2bcb2ac248fa32c0837423b6169144dff76717c22611ad3c93633e09a44dc70c847a2470d3988eff0b24d77e252a4e147e +DIST xclipboard-1.1.4.tar.xz 128912 BLAKE2B f90906d3abb2de0915113d651d5bd4c4cf2a75c4b15c681a7609cd9aa46ce9d3157cdfa5f60ad76ce6a56396d51ae726645b1b43d53125161f362cc3520b6a66 SHA512 efa7800e0c4fb0242362c4263d80182d591bded07d1064a36b157b6202b15b0c82f083658ced2b82392eca905fb57c04a537d67e75c1237a1667ed2ce0cb09fe diff --git a/x11-apps/xclipboard/xclipboard-1.1.4.ebuild b/x11-apps/xclipboard/xclipboard-1.1.4.ebuild new file mode 100644 index 000000000000..81b3a6199fee --- /dev/null +++ b/x11-apps/xclipboard/xclipboard-1.1.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 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 ~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" |