diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2021-12-11 01:37:08 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2021-12-11 01:42:38 +0300 |
commit | ac1175863700f9ad51bf677ec6d12c5b7f0a2cc4 (patch) | |
tree | 9c30ddc51b1603b89a6e99cdbebc4a10ab83e70a /x11-misc | |
parent | acct-group/sgx: update DESCRIPTION (diff) | |
download | gentoo-ac1175863700f9ad51bf677ec6d12c5b7f0a2cc4.tar.gz gentoo-ac1175863700f9ad51bf677ec6d12c5b7f0a2cc4.tar.bz2 gentoo-ac1175863700f9ad51bf677ec6d12c5b7f0a2cc4.zip |
x11-misc/e16-keyedit: drop gtk2 support
Bug: https://bugs.gentoo.org/769044
Package-Manager: Portage-3.0.29, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild b/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild new file mode 100644 index 000000000000..10b596a42d63 --- /dev/null +++ b/x11-misc/e16-keyedit/e16-keyedit-0.9-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +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" + +BDEPEND=" + virtual/pkgconfig +" +DEPEND=" + x11-libs/gtk+:3 +" +RDEPEND="${DEPEND} + !x11-misc/e16keyedit +" + +src_configure() { + econf --with-gtk=gtk3 +} |