diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-11-13 20:27:55 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-11-13 20:33:07 -0500 |
commit | 8f5030df0187ebd64c3e617889323ab637c92b08 (patch) | |
tree | c0ddb982418ed3b7c9a6e8779c158b40fcf98049 /x11-apps/xlsatoms | |
parent | app-emacs/mmm-mode: bump to 0.5.9 (diff) | |
download | gentoo-8f5030df0187ebd64c3e617889323ab637c92b08.tar.gz gentoo-8f5030df0187ebd64c3e617889323ab637c92b08.tar.bz2 gentoo-8f5030df0187ebd64c3e617889323ab637c92b08.zip |
x11-apps/xlsatoms: Version bump to 1.1.4
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xlsatoms')
-rw-r--r-- | x11-apps/xlsatoms/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xlsatoms/xlsatoms-1.1.4.ebuild | 14 |
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/xlsatoms/Manifest b/x11-apps/xlsatoms/Manifest index 50dcfcdabe50..7468b7612b9a 100644 --- a/x11-apps/xlsatoms/Manifest +++ b/x11-apps/xlsatoms/Manifest @@ -1 +1,2 @@ DIST xlsatoms-1.1.3.tar.bz2 126327 BLAKE2B 7a4ca35e6968432fc99dcf665b3f63ac84e5bda8a7b061fca9df7bb12e447e83feaf4c82d80a4e469e680042d7b856708821febe44897acf5cba7777e90073c4 SHA512 c267ccfdc5a83e834bfb5c3b144e22642badcadef4eb146eeec2df6fe6f85e9379500ae4219912c70fa2e535036a1a96cf496381f5d814e79af075e03c975f30 +DIST xlsatoms-1.1.4.tar.xz 120480 BLAKE2B 33b852bbafde3c2532c2071bfba54411943f30b2db0842b96bbdb1491415bc00d395abe691c721367e6b134f66e62d6918571b90c2e303982ea8a4ea498f5a63 SHA512 82f0d1e17850770537eac82947eff4514639f8122bd864e02685ede49db110a4c90c7782702ffb677a2b581f3eacd10dba80e63e29e7a1ed1c9255ee163fe0c4 diff --git a/x11-apps/xlsatoms/xlsatoms-1.1.4.ebuild b/x11-apps/xlsatoms/xlsatoms-1.1.4.ebuild new file mode 100644 index 000000000000..b26df6396bab --- /dev/null +++ b/x11-apps/xlsatoms/xlsatoms-1.1.4.ebuild @@ -0,0 +1,14 @@ +# 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="list interned atoms defined on server" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND="x11-libs/libxcb:=" +DEPEND="${RDEPEND} + x11-base/xorg-proto" |