diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-14 20:23:14 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-14 22:21:25 +0200 |
commit | 4d1e91ddf8aed758580d21a872b3b6ed8333d9be (patch) | |
tree | ebf7bc3fd120454ca91b5ec3a1618de911ee0a3b /x11-misc/qxkb/qxkb-0.5.1_pre20190821.ebuild | |
parent | dev-games/freecell-solver: Drop 5.22.0 (diff) | |
download | gentoo-4d1e91ddf8aed758580d21a872b3b6ed8333d9be.tar.gz gentoo-4d1e91ddf8aed758580d21a872b3b6ed8333d9be.tar.bz2 gentoo-4d1e91ddf8aed758580d21a872b3b6ed8333d9be.zip |
x11-misc/qxkb: 0.5.1_pre20190821 snapshot bump, EAPI-7 bump, cmake.eclass
Fix desktop file QA issue
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/qxkb/qxkb-0.5.1_pre20190821.ebuild')
-rw-r--r-- | x11-misc/qxkb/qxkb-0.5.1_pre20190821.ebuild | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/x11-misc/qxkb/qxkb-0.5.1_pre20190821.ebuild b/x11-misc/qxkb/qxkb-0.5.1_pre20190821.ebuild new file mode 100644 index 000000000000..740ed9271fbc --- /dev/null +++ b/x11-misc/qxkb/qxkb-0.5.1_pre20190821.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +COMMIT=ee9a1eee9dc810b33b931601203051d841bc3e7a +inherit cmake + +DESCRIPTION="Qt-based keyboard layout switcher" +HOMEPAGE="https://github.com/disels/qxkb" +SRC_URI="https://github.com/disels/qxkb/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~amd64" + +S="${WORKDIR}/${PN}-${COMMIT}" + +PATCHES=( "${FILESDIR}/${P}-desktop.patch" ) + +BDEPEND=" + dev-qt/linguist-tools:5 +" +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtgui:5 + dev-qt/qtsvg:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + x11-libs/libX11 + x11-libs/libxkbfile +" +RDEPEND="${DEPEND} + x11-apps/setxkbmap +" |