From 9cb12bf8e5d1d2f709ff61d4fcfd11fa8cb62f93 Mon Sep 17 00:00:00 2001 From: Jeroen Roovers Date: Tue, 30 May 2017 10:02:34 +0200 Subject: [PATCH] x11-misc/lineakd: EAPI bump for user patches. Package-Manager: Portage-2.3.6, Repoman-2.3.2 --- x11-misc/lineakd/lineakd-0.9.0-r2.ebuild | 59 ++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 x11-misc/lineakd/lineakd-0.9.0-r2.ebuild diff --git a/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild new file mode 100644 index 000000000000..7b74d25c19ef --- /dev/null +++ b/x11-misc/lineakd/lineakd-0.9.0-r2.ebuild @@ -0,0 +1,59 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit eutils multilib + +MY_P=${P/.0/} + +DESCRIPTION="Linux support for Easy Access and Internet Keyboards" +HOMEPAGE="http://lineak.sourceforge.net" +SRC_URI="mirror://sourceforge/lineak/${MY_P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="debug" + +RDEPEND=" + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext +" +DEPEND=" + ${RDEPEND} + x11-libs/libxkbfile + x11-libs/libXt + x11-proto/inputproto + x11-proto/xextproto + x11-proto/xproto + x11-libs/libXtst +" + +S=${WORKDIR}/${MY_P} +PATCHES=( + "${FILESDIR}"/${P}-gcc43.patch + "${FILESDIR}"/${P}-DELL-XPS-M1330-XOrg-1_5.patch +) + +src_configure() { + econf $(use_enable debug) --with-x +} + +src_install() { + sed -i -e 's:$(DESTDIR)${DESTDIR}:$(DESTDIR):' lineakd/Makefile + + dodir /usr/share/man/man8 + + emake -j1 DESTDIR="${D}" install + + prune_libtool_files + + dodoc AUTHORS README TODO + + keepdir /usr/$(get_libdir)/lineakd/plugins + + insinto /etc/lineak + doins lineakd.conf.example lineakd.conf.kde.example +} -- 2.26.2