diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-11-12 20:46:05 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-11-12 20:48:28 -0500 |
commit | 0abc70cf30100c6950efda6a49c400663190e83f (patch) | |
tree | 110ceded065c8f65b3c54d8034d0c2d5234fe479 /x11-apps | |
parent | x11-apps/xkbevd: Version bump to 1.1.5 (diff) | |
download | gentoo-0abc70cf30100c6950efda6a49c400663190e83f.tar.gz gentoo-0abc70cf30100c6950efda6a49c400663190e83f.tar.bz2 gentoo-0abc70cf30100c6950efda6a49c400663190e83f.zip |
x11-apps/xkill: Version bump to 1.0.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/xkill/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkill/xkill-1.0.6.ebuild | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/xkill/Manifest b/x11-apps/xkill/Manifest index 1465fa81cc5b..59129c9f7a56 100644 --- a/x11-apps/xkill/Manifest +++ b/x11-apps/xkill/Manifest @@ -1 +1,2 @@ DIST xkill-1.0.5.tar.bz2 128146 BLAKE2B a01b954872eaad2aefe11335df2c85972abb8d36ae0c00fbca02b5af2d7df57934e3ddc47455f88927a90b0bff5ed707ca6dddbbf5478c89b193c98a86cc0562 SHA512 4603a1794f114f5cea2c885020c9d073c8421d1e785c99ff6b936ae97139c8dac8020a187b5bbd0fa6d56ed6fab879441b42ba900cc5f2f5a534dafdc86b9249 +DIST xkill-1.0.6.tar.xz 121900 BLAKE2B 405e78388359d7a6ee66e3f2039b37422a09995fcad56f637e1f8c63679504857512e7f7d9a88790522d183a71c98821e7c3a2e34314ff27c978d125651431ed SHA512 a755a8db51d7860b9942161776390007b9b530c2f7fcf8ddb3383311d36d185a6f08a44c5f6f7735576b146902e66aca21cbd7e746c1289d035e79332e8173b6 diff --git a/x11-apps/xkill/xkill-1.0.6.ebuild b/x11-apps/xkill/xkill-1.0.6.ebuild new file mode 100644 index 000000000000..3bcb9eadbc38 --- /dev/null +++ b/x11-apps/xkill/xkill-1.0.6.ebuild @@ -0,0 +1,16 @@ +# 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="kill a client by its X resource" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-winnt" + +RDEPEND="x11-libs/libX11 + x11-libs/libXmu" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |