diff options
-rw-r--r-- | lxqt-base/lxqt-globalkeys/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.2.0.ebuild | 37 |
2 files changed, 0 insertions, 38 deletions
diff --git a/lxqt-base/lxqt-globalkeys/Manifest b/lxqt-base/lxqt-globalkeys/Manifest index 9ebf2ac0091d..b93da7c20cc2 100644 --- a/lxqt-base/lxqt-globalkeys/Manifest +++ b/lxqt-base/lxqt-globalkeys/Manifest @@ -1,2 +1 @@ -DIST lxqt-globalkeys-1.2.0.tar.xz 73504 BLAKE2B 604799bef68618fb2c7b71d9c944bb306a95dfd46776529bb48a3b441dbcb53da20401380ac7d7ddcd69d5661232360f4ae14f93926b144d98bb40fbd48afb37 SHA512 c1270ae03fcb2fd8b8e548898c36d57ead6b5bea62f246a1587f4093a937141c6c7339f838d1f4ff0b9bd9b9c8079ba8cf0229b575d323e6d78e8b7ccc2eb624 DIST lxqt-globalkeys-1.3.0.tar.xz 73844 BLAKE2B 94b28a092a25895bcca39a8eb8626d19ca3c7ebcedc2898a5a2b222bdc1034c6de3ef3c98653acbc26c20e7b8ba51b54b26c1d1ceded674ab740edffabec93bf SHA512 9acdbff95734bc098b312aa906c38766a035041f8f3e58406470716013762a19d7a8f6cc07377dc8921be9aa09647fff2fef69e7c8ed15109dff71cbaf573eb7 diff --git a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.2.0.ebuild b/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.2.0.ebuild deleted file mode 100644 index e5555bc844c3..000000000000 --- a/lxqt-base/lxqt-globalkeys/lxqt-globalkeys-1.2.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="Daemon and library for global keyboard shortcuts registration" -HOMEPAGE="https://lxqt-project.org/" - -MY_PV="$(ver_cut 1-2)" - -if [[ ${PV} = *9999* ]]; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" -else - SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" - KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -fi - -LICENSE="LGPL-2.1 LGPL-2.1+" -SLOT="0" - -BDEPEND=" - >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.12.0 -" -DEPEND=" - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtdbus-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtwidgets-5.15:5 - kde-frameworks/kwindowsystem:5 - =lxqt-base/liblxqt-${MY_PV}*:= - x11-libs/libX11 -" -RDEPEND="${DEPEND}" |