diff options
author | Paolo Pedroni <paolo.pedroni@iol.it> | 2015-11-24 12:23:49 +0100 |
---|---|---|
committer | Paolo Pedroni <paolo.pedroni@iol.it> | 2015-11-26 09:19:52 +0100 |
commit | 862d5eb7906f9496c177415bb1d5b6fb4bd29358 (patch) | |
tree | 59e31db88c9df2eb81202b5d85707878efc89e3d /lxqt-base | |
parent | lxqt-base/lxqt-config: Version bump to 0.10.0 (diff) | |
download | gentoo-862d5eb7906f9496c177415bb1d5b6fb4bd29358.tar.gz gentoo-862d5eb7906f9496c177415bb1d5b6fb4bd29358.tar.bz2 gentoo-862d5eb7906f9496c177415bb1d5b6fb4bd29358.zip |
lxqt-base/lxqt-globalkeys: Version bump to 0.10.0
Thanks to Alpha Bravo <aos@ungwana.de> in bug #564718
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.10.0.ebuild | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.10.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.10.0.ebuild new file mode 100644 index 000000000000..2078db85d12b --- /dev/null +++ b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.10.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +inherit cmake-utils + +DESCRIPTION="Daemon and library for global keyboard shortcuts registration" +HOMEPAGE="http://lxqt.org/" + +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="git://git.lxde.org/git/lxde/${PN}.git" +else + SRC_URI="https://downloads.lxqt.org/lxqt/${PV}/${P}.tar.xz" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" +fi + +LICENSE="GPL-2 LGPL-2.1+" +SLOT="0" + +RDEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + dev-qt/qtx11extras:5 + dev-qt/qtxml:5 + ~lxqt-base/liblxqt-${PV} + >=dev-libs/libqtxdg-1.0.0 + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXext +" +DEPEND="${RDEPEND} + dev-qt/linguist-tools:5 +" |