diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-09-30 04:51:31 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-09-30 06:48:11 -0400 |
commit | 6cafe8b2adb5449e7a7c98b024b618939d0774b9 (patch) | |
tree | 81fb07d44f65486da78a8c3dd46a89480727d77b /x11-misc | |
parent | x11-misc/x2x: drop 1.27-r3 (diff) | |
download | gentoo-6cafe8b2adb5449e7a7c98b024b618939d0774b9.tar.gz gentoo-6cafe8b2adb5449e7a7c98b024b618939d0774b9.tar.bz2 gentoo-6cafe8b2adb5449e7a7c98b024b618939d0774b9.zip |
x11-misc/x2x: fixup build deps
This doesn't use imake/rman anymore.
Small package so revbump to allow depcleaning these more easily.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/x2x/x2x-1.30-r1.ebuild (renamed from x11-misc/x2x/x2x-1.30.ebuild) | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/x11-misc/x2x/x2x-1.30.ebuild b/x11-misc/x2x/x2x-1.30-r1.ebuild index e1ea883c0b2f..505f19649f03 100644 --- a/x11-misc/x2x/x2x-1.30.ebuild +++ b/x11-misc/x2x/x2x-1.30-r1.ebuild @@ -8,28 +8,25 @@ inherit autotools toolchain-funcs DESCRIPTION="A utility to connect the mouse and keyboard to another X" HOMEPAGE="https://github.com/dottedmag/x2x" SRC_URI="https://github.com/dottedmag/x2x/archive/refs/tags/debian/${PV}-10.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}"/${PN}-debian-1.30-10 LICENSE="MIT BSD" SLOT="0" KEYWORDS="amd64 ~arm ~mips ppc x86" -IUSE="" RDEPEND="x11-libs/libX11 x11-libs/libXtst x11-libs/libXext" -DEPEND="${RDEPEND}" -BDEPEND=" - app-text/rman - x11-base/xorg-proto - >=x11-misc/imake-1.0.8-r1" - -S="${WORKDIR}"/${PN}-debian-1.30-10 +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="virtual/pkgconfig" PATCHES=( # Patch to fix bug #126939 # AltGr does not work in x2x with different keymaps: "${FILESDIR}"/${PN}_1.30-10-keymap.patch ) + DOCS=( README AUTHORS INSTALL ChangeLog ChangeLog.old ) src_prepare() { |