diff options
author | Matt Turner <mattst88@gentoo.org> | 2024-12-04 17:58:07 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2024-12-04 18:00:15 -0500 |
commit | 08526d209681b09c71366cc3d8205c5318c82bab (patch) | |
tree | a56ffc5db35732583f1e1f24669b0d9d2c865405 /x11-apps/xkbevd | |
parent | x11-apps/transset: Version bump to 1.0.4 (diff) | |
download | gentoo-08526d209681b09c71366cc3d8205c5318c82bab.tar.gz gentoo-08526d209681b09c71366cc3d8205c5318c82bab.tar.bz2 gentoo-08526d209681b09c71366cc3d8205c5318c82bab.zip |
x11-apps/xkbevd: Version bump to 1.1.6
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/xkbevd')
-rw-r--r-- | x11-apps/xkbevd/Manifest | 1 | ||||
-rw-r--r-- | x11-apps/xkbevd/xkbevd-1.1.6.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xkbevd/Manifest b/x11-apps/xkbevd/Manifest index c5b14c0df0a2..c842296688a9 100644 --- a/x11-apps/xkbevd/Manifest +++ b/x11-apps/xkbevd/Manifest @@ -1 +1,2 @@ DIST xkbevd-1.1.5.tar.xz 146908 BLAKE2B 4713e6948334c24765ca69e9e77dd74c5a95bdad94071f1820c91c7e38d7867919c7e993eed6abc245333a05b091dca0c1060a47257774a7cde22aa5a14a22ee SHA512 9e4a56484771e5eb5444fbd11e7d0bb952a2746eea79b84298e2000ada96896d501b886727c4ef08c120b5dcce550fca2d3e3dd762f4ca0327c38d9609961c5b +DIST xkbevd-1.1.6.tar.xz 150004 BLAKE2B 0189d53bbd2d39557cbf29bc3887d108d42fda8c239494d85d11535984f968c62ebfbb2b195aeee7eed5987151837f60bd3951eba1dd794d55e028da28c5eef6 SHA512 5120909376d11c1b153198ba887c1af8c0398f2a7ded8ec85402418f9837730cc4ca689773f326f4f74dc348942644ab0159bd2c973de0007d21a4f14731ac1a diff --git a/x11-apps/xkbevd/xkbevd-1.1.6.ebuild b/x11-apps/xkbevd/xkbevd-1.1.6.ebuild new file mode 100644 index 000000000000..e743a205e95e --- /dev/null +++ b/x11-apps/xkbevd/xkbevd-1.1.6.ebuild @@ -0,0 +1,18 @@ +# 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="XKB event daemon" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libxkbfile" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="app-alternatives/yacc" |