diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2019-03-08 08:27:46 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2019-03-08 08:35:24 +0300 |
commit | 5662caa1200cc279a5d6de810314781dd2051acf (patch) | |
tree | 55309ee390e3c76651b56fce6a77099e03324129 /x11-misc | |
parent | x11-plugins/e16-epplets: Re-add e16 epplets to the tree (diff) | |
download | gentoo-5662caa1200cc279a5d6de810314781dd2051acf.tar.gz gentoo-5662caa1200cc279a5d6de810314781dd2051acf.tar.bz2 gentoo-5662caa1200cc279a5d6de810314781dd2051acf.zip |
x11-misc/e16-keyedit: Re-add e16-keyedit to the tree
Re-introduce the e16 keyedit tool to the tree. It was formely
packaged as x11-misc/e16keyedit. The name is changed to conform
upstream.
Bug: https://bugs.gentoo.org/658860
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/e16-keyedit/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild | 28 | ||||
-rw-r--r-- | x11-misc/e16-keyedit/metadata.xml | 17 |
3 files changed, 46 insertions, 0 deletions
diff --git a/x11-misc/e16-keyedit/Manifest b/x11-misc/e16-keyedit/Manifest new file mode 100644 index 000000000000..12e554442e11 --- /dev/null +++ b/x11-misc/e16-keyedit/Manifest @@ -0,0 +1 @@ +DIST e16-keyedit-0.9.tar.xz 80588 BLAKE2B 2c8a1ac4ae0e2b3b741408637997e1054ca2d5121b6cc27622de0896d8dd30d65b92458592f2e8c3f02ddfbb2ab336631168dbe6840127533f0d9da3bf7973c1 SHA512 77e8db879a2a790c0e08d0527bd613f443fdc433bfb50a95d8201008702282c407c68f41f0d2457704b887b2cebede1326bb40aba18f717207443a9e41d87b9e diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild b/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild new file mode 100644 index 000000000000..5e260218fef3 --- /dev/null +++ b/x11-misc/e16-keyedit/e16-keyedit-0.9.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Key binding editor for Enlightenment DR16" +HOMEPAGE="https://www.enlightenment.org https://sourceforge.net/projects/enlightenment/" +SRC_URI="mirror://sourceforge/enlightenment/${P}.tar.xz" +KEYWORDS="~amd64 ~x86" + +LICENSE="MIT-with-advertising" +SLOT="0" +IUSE="gtk2" + +BDEPEND=" + virtual/pkgconfig +" +DEPEND=" + gtk2? ( x11-libs/gtk+:2 ) + !gtk2? ( x11-libs/gtk+:3 ) +" +RDEPEND="${DEPEND} + !x11-misc/e16keyedit +" + +src_configure() { + econf --with-gtk=$(usex gtk2 gtk2 gtk3) +} diff --git a/x11-misc/e16-keyedit/metadata.xml b/x11-misc/e16-keyedit/metadata.xml new file mode 100644 index 000000000000..3f0fe746899d --- /dev/null +++ b/x11-misc/e16-keyedit/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>bircoph@gentoo.org</email> + <name>Andrew Savchenko</name> + </maintainer> + <use> + <flag name="gtk2">Build with <pkg>x11-libs/gtk+</pkg>:2 instead of <pkg>x11-libs/gtk+</pkg>:3</flag> + </use> + <upstream> + <remote-id type="sourceforge">enlightenment</remote-id> + </upstream> + <longdescription> + e16-keyedit provides a graphical interface for managing keybindings in Enlightenment E16 + </longdescription> +</pkgmetadata> |