diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-05-22 11:17:28 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-05-22 11:17:28 +0100 |
commit | f8d0cec518cd858ee747610b4f201b5b1ca9bed7 (patch) | |
tree | 682657bfd2732d5d3cbc83bd581ca883ffd698f8 /lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.13.0.ebuild | |
parent | c6eed64d551ab43c72b3806f543ca8001d95ff79 (diff) |
lxqt-base/lxqt-globalkeys : version bump
Diffstat (limited to 'lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.13.0.ebuild')
-rw-r--r-- | lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.13.0.ebuild | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.13.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.13.0.ebuild deleted file mode 100644 index c9d53074..00000000 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.13.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit cmake-utils - -DESCRIPTION="Daemon and library for global keyboard shortcuts registration" -HOMEPAGE="http://lxqt.org/" - -SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" -KEYWORDS="amd64" - -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 - >=dev-libs/libqtxdg-3.2.0 - ~lxqt-base/liblxqt-${PV} - >=x11-libs/libfm-qt-0.13.1 - x11-libs/libICE - x11-libs/libSM - x11-libs/libX11 - x11-libs/libXext" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 - !!lxqt-base/lxqt-common -" - -src_configure() { - local mycmakeargs=( -DPULL_TRANSLATIONS=OFF ) - cmake-utils_src_configure -} |