Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/setxkbmap/
Date: Mon, 04 Apr 2022 02:34:30
Message-Id: 1649039638.cd89537a29bbb1bd691ddc5edba145277b8aab90.mattst88@gentoo
1 commit: cd89537a29bbb1bd691ddc5edba145277b8aab90
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:25:08 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 02:33:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd89537a
7
8 x11-apps/setxkbmap: Version bump to 1.3.3
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/setxkbmap/Manifest | 1 +
13 x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/x11-apps/setxkbmap/Manifest b/x11-apps/setxkbmap/Manifest
17 index 2fb457001d4a..55ca7998a11c 100644
18 --- a/x11-apps/setxkbmap/Manifest
19 +++ b/x11-apps/setxkbmap/Manifest
20 @@ -1 +1,2 @@
21 DIST setxkbmap-1.3.2.tar.bz2 136253 BLAKE2B 0c7ee234ec39546812ed2cf4f57f20f8c5078a3193ad39ce948660ca870ef0b625a8bb7e90e9a9e8b567d6d023f45f62856a6e1b44d8bfd04a1c0fe1a6d9830f SHA512 bfa8015dee0d8d3fdbbd89afbd71c8606ce168d6edca8521d5ed05a00fecbea39bc4bfcce84b71458bdeb34c60bd80a5df27e0691ccee3966443ecdc937faf38
22 +DIST setxkbmap-1.3.3.tar.xz 130416 BLAKE2B 34ea39054a4e03e5d33778b993afbc0356f898ed45eb9d182fc589a75c92a63275f9c49abbf18b637d83acb9a2f9609794253f3f38f814dbbea741987ddc72ba SHA512 208f07a7f7bce47b573099d4cd8c941a3a4d74b456720bc3ca1cbba298381a2ab98c7500d6e6cd6d5dd61840b7c42cf6521da754ec395f266f8158102a55ad58
23
24 diff --git a/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild b/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild
25 new file mode 100644
26 index 000000000000..1eee74ed1aad
27 --- /dev/null
28 +++ b/x11-apps/setxkbmap/setxkbmap-1.3.3.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +XORG_TARBALL_SUFFIX="xz"
36 +inherit xorg-3
37 +
38 +DESCRIPTION="Controls the keyboard layout of a running X server"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
41 +
42 +COMMON_DEPEND="
43 + x11-libs/libxkbfile
44 + x11-libs/libX11
45 + x11-libs/libXrandr"
46 +DEPEND="${COMMON_DEPEND}
47 + x11-base/xorg-proto"
48 +RDEPEND="${COMMON_DEPEND}
49 + x11-misc/xkeyboard-config"