diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-28 23:18:49 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-28 23:32:52 +0300 |
commit | 4c6782d3f633ca64a67bdd2b2a7ee91b1d2e733f (patch) | |
tree | cf730f91d9682eb529a17f66166d6f3bead2f650 /lxqt-base | |
parent | lxqt-base/lxqt-config: drop 1.3.0 (diff) | |
download | gentoo-4c6782d3f633ca64a67bdd2b2a7ee91b1d2e733f.tar.gz gentoo-4c6782d3f633ca64a67bdd2b2a7ee91b1d2e733f.tar.bz2 gentoo-4c6782d3f633ca64a67bdd2b2a7ee91b1d2e733f.zip |
lxqt-base/lxqt-admin: drop 1.3.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'lxqt-base')
-rw-r--r-- | lxqt-base/lxqt-admin/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-admin/lxqt-admin-1.3.0.ebuild | 35 |
2 files changed, 0 insertions, 36 deletions
diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest index 2d42be544c32..01697d4d6eee 100644 --- a/lxqt-base/lxqt-admin/Manifest +++ b/lxqt-base/lxqt-admin/Manifest @@ -1,3 +1,2 @@ -DIST lxqt-admin-1.3.0.tar.xz 151148 BLAKE2B b4feae9d043ea5891b3522ecc20dea677452f532f1c17f754d13d9c506ac72e4d0deb7b52359e78c749f8784c7ceddb47574e8bb162c373afb2caa60b87765b0 SHA512 5538d20466a42c5a6e31925889ce2315bd63fc15b79ede0faacd485f10a33375f9799597601dcf3bba421e7b55797b0d7c898c2b579d878c32e79ef897735ef6 DIST lxqt-admin-1.4.0.tar.xz 152052 BLAKE2B aa0c363d023d1c7dc21f4a1b985c41a61690ef9965a4aebc99ae4bb5ab941e02efd29a11975ddcfd6ae4d4b7c395ba383dce9865589ea78e8e652749c02393e2 SHA512 f6292006f308cd435243577c5f6cf7e7ebb6cb3ed069b26a3e8cf295e299e482255f1d39801db1e5f94cf780ec6621c8100e2ab5a2c2d5599551f1c7a2c19610 DIST lxqt-admin-2.0.0.tar.xz 154328 BLAKE2B 8c50073d2327c6fb38fd7f045e94ea4294b44cbc52dc0203bfca379adcde67839529e48ab803b01949bfc05bad7451d96c186e6426399a78428b926ae959081a SHA512 292d07d993ccc8c4b7b292a6123cb098d4a43d1c8dd76b99588bdb68ad27471d11d6dec522bb6a72ea4296ef16c239d7ca2d96006fcb1dea9afda62852dfb837 diff --git a/lxqt-base/lxqt-admin/lxqt-admin-1.3.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-1.3.0.ebuild deleted file mode 100644 index 5e7ad651c685..000000000000 --- a/lxqt-base/lxqt-admin/lxqt-admin-1.3.0.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="LXQt system administration tool" -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 ~riscv x86" -fi - -LICENSE="LGPL-2.1+" -SLOT="0" - -BDEPEND=">=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 - =lxqt-base/liblxqt-${MY_PV}* - kde-frameworks/kwindowsystem:5 - >=sys-auth/polkit-qt-0.113.0[qt5(+)] - =lxqt-base/liblxqt-${MY_PV}*:= -" -RDEPEND="${DEPEND}" |