summaryrefslogtreecommitdiff
path: root/lxqt-base/lxqt-globalkeys
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2017-10-15 18:03:13 +0100
committerV3n3RiX <venerix@redcorelinux.org>2017-10-15 18:03:13 +0100
commitb2842112832e3fe38bc7fceb1b3db4b24264e542 (patch)
tree649c6e31742bc50464ad96401c3895f88dab78cc /lxqt-base/lxqt-globalkeys
parentb55133a6f04a2fbdb3d4dc1492ad69d1f8e74856 (diff)
Revert "lxqt : version bump"
This reverts commit b55133a6f04a2fbdb3d4dc1492ad69d1f8e74856.
Diffstat (limited to 'lxqt-base/lxqt-globalkeys')
-rw-r--r--lxqt-base/lxqt-globalkeys/Manifest1
-rw-r--r--lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.1.ebuild42
2 files changed, 0 insertions, 43 deletions
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest
deleted file mode 100644
index 29ca0d07..00000000
--- a/lxqt-base/lxqt-globalkeys/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST lxqt-globalkeys-0.11.1.tar.xz 50084 SHA256 18bdff9c909c6d7a7ef97fdbd8fc878d20633fdc29136d0799db33d88b7425f3 SHA512 3476d77b64cea7fd86d5dfc9ae1836fefe2906575f7d21ed753ea4bccbc820df52862e70f308ad28601cad4d0fbe9fa1a6db756e8018d5182ab5e31071da942c WHIRLPOOL 53504eb22716c1f03df0d6ba99c7bb336526b8b0c3cf0bba3a5e39c5e03ea3c6c915e8958385b0b2dfb04e7bff3db2bdf6966dbb43be86b04d70f08eee140b5c
diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.1.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.1.ebuild
deleted file mode 100644
index 287cc596..00000000
--- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-0.11.1.ebuild
+++ /dev/null
@@ -1,42 +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/"
-
-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
-"
-
-src_configure() {
- local mycmakeargs=( -DPULL_TRANSLATIONS=OFF )
- cmake-utils_src_configure
-}