mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
lxqt-base/lxqt-globalkeys: drop 1.4.0 de-stabilising x86
Stabilising 'x86' was dropped due to dependencies. Likewise, dropping 'arm' and 'loong' due dependencies. Bug: https://bugs.gentoo.org/938702 Bug: https://bugs.gentoo.org/941392 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
DIST lxqt-globalkeys-1.4.0.tar.xz 74028 BLAKE2B 9dae4f3b436468de75ced76f5e9283d26df587f62c99e16d578c3357784aa8effdf7820786bebcb8da206a9fa62951f448ed1e1ee6fba97f8b065793056f4c5c SHA512 de05c15dc6400978093c1f72340214d53200f8e7478ddee47fb7a3124be642f5d27c6bd53801b6a0205985666dcb481a89208b14d54cf2eb3dc36ccae5bdc1f5
|
||||
DIST lxqt-globalkeys-2.0.0.tar.xz 74832 BLAKE2B 9a55e666635b54951d97da733b3df403f859db4b0524061fae3852c8e14e368526b6f9243d6059e06186758a0d2ceeac7cad256062b805c8af6ef5b1306cbea3 SHA512 8fa7f6e7db65f3a3b93ff65a8d27a1dfe262526d7ab18f8a2d0dd4b14c9f22c8d80de8e54fb83b2be228d7200d769e144b01ee8ea5ad7b3fc54b204f68224c3e
|
||||
DIST lxqt-globalkeys-2.1.0.tar.xz 77352 BLAKE2B 7ae03a6459fa037e56591d3c13e6a554fc4b5932cd9b6a477a4502fcdc711b7343652710828ce081a5df6db957e88d576f90f273451fbbb28117928ea3240386 SHA512 71619e070f06db0640c0a81675dd743401c41037c400efc6d4e6c5ebe10c2b93c6a3f38503467771599077c3fbdc1458cb16a2952e2c85e30f6a72baaa4f372a
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2024 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.13.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}"
|
||||
Reference in New Issue
Block a user