Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/x2x/
Date: Fri, 30 Sep 2022 11:02:20
Message-Id: 1664534891.6cafe8b2adb5449e7a7c98b024b618939d0774b9.ionen@gentoo
1 commit: 6cafe8b2adb5449e7a7c98b024b618939d0774b9
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 30 08:51:31 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 30 10:48:11 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cafe8b2
7
8 x11-misc/x2x: fixup build deps
9
10 This doesn't use imake/rman anymore.
11
12 Small package so revbump to allow depcleaning these more easily.
13
14 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
15
16 x11-misc/x2x/{x2x-1.30.ebuild => x2x-1.30-r1.ebuild} | 13 +++++--------
17 1 file changed, 5 insertions(+), 8 deletions(-)
18
19 diff --git a/x11-misc/x2x/x2x-1.30.ebuild b/x11-misc/x2x/x2x-1.30-r1.ebuild
20 similarity index 89%
21 rename from x11-misc/x2x/x2x-1.30.ebuild
22 rename to x11-misc/x2x/x2x-1.30-r1.ebuild
23 index e1ea883c0b2f..505f19649f03 100644
24 --- a/x11-misc/x2x/x2x-1.30.ebuild
25 +++ b/x11-misc/x2x/x2x-1.30-r1.ebuild
26 @@ -8,28 +8,25 @@ inherit autotools toolchain-funcs
27 DESCRIPTION="A utility to connect the mouse and keyboard to another X"
28 HOMEPAGE="https://github.com/dottedmag/x2x"
29 SRC_URI="https://github.com/dottedmag/x2x/archive/refs/tags/debian/${PV}-10.tar.gz -> ${P}.tar.gz"
30 +S="${WORKDIR}"/${PN}-debian-1.30-10
31
32 LICENSE="MIT BSD"
33 SLOT="0"
34 KEYWORDS="amd64 ~arm ~mips ppc x86"
35 -IUSE=""
36
37 RDEPEND="x11-libs/libX11
38 x11-libs/libXtst
39 x11-libs/libXext"
40 -DEPEND="${RDEPEND}"
41 -BDEPEND="
42 - app-text/rman
43 - x11-base/xorg-proto
44 - >=x11-misc/imake-1.0.8-r1"
45 -
46 -S="${WORKDIR}"/${PN}-debian-1.30-10
47 +DEPEND="${RDEPEND}
48 + x11-base/xorg-proto"
49 +BDEPEND="virtual/pkgconfig"
50
51 PATCHES=(
52 # Patch to fix bug #126939
53 # AltGr does not work in x2x with different keymaps:
54 "${FILESDIR}"/${PN}_1.30-10-keymap.patch
55 )
56 +
57 DOCS=( README AUTHORS INSTALL ChangeLog ChangeLog.old )
58
59 src_prepare() {