diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-18 11:21:06 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-18 16:53:08 +0200 |
commit | c5d6fdcae4b682eee480bacdfa6ce22276f3da0e (patch) | |
tree | d65a3a2e1b57a038584a4462654c505413240468 /lxqt-base/lxqt-about | |
parent | lxqt-base/liblxqt: drop 1.2.0 (diff) | |
download | gentoo-c5d6fdcae4b682eee480bacdfa6ce22276f3da0e.tar.gz gentoo-c5d6fdcae4b682eee480bacdfa6ce22276f3da0e.tar.bz2 gentoo-c5d6fdcae4b682eee480bacdfa6ce22276f3da0e.zip |
lxqt-base/lxqt-about: drop 1.2.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-about')
-rw-r--r-- | lxqt-base/lxqt-about/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-about/lxqt-about-1.2.0.ebuild | 32 |
2 files changed, 0 insertions, 33 deletions
diff --git a/lxqt-base/lxqt-about/Manifest b/lxqt-base/lxqt-about/Manifest index c7e685327a6b..c6a05b146e7a 100644 --- a/lxqt-base/lxqt-about/Manifest +++ b/lxqt-base/lxqt-about/Manifest @@ -1,2 +1 @@ -DIST lxqt-about-1.2.0.tar.xz 45808 BLAKE2B e92778fc33fd5b9e2fa88cb86c8682c2dfe7d612d1391d8bd133682a97d334b7452217845bf18bab9f8fbb8f91a4eae7b64b88be564b4d490f791fba366ee017 SHA512 16513bda9dc243fad1196f30fe9f90558c96a3bbe64f7575bf8e393e95a4fd2ead3abcb5542b237b3766c5f25cc04fe782b22918bce65ab339e9b94e616f4790 DIST lxqt-about-1.3.0.tar.xz 46236 BLAKE2B e1a9cea0d0fac6cba5a3e7b2d3cb0c8e10430870bb04c4354849764738a6f3c5afada841c2dcde9f288c34917f4aef49db13f6ee48e1082bc9d9faed84be1869 SHA512 31a96a4f2ea4961b89b9080188bd8a9fa5f304868a2ab0b96aa9821de88a9aaebf64a8257cbdd8427f4c025045dc7a13602b35311ab96b9b8297c43d5bb92bf7 diff --git a/lxqt-base/lxqt-about/lxqt-about-1.2.0.ebuild b/lxqt-base/lxqt-about/lxqt-about-1.2.0.ebuild deleted file mode 100644 index e19edfec3257..000000000000 --- a/lxqt-base/lxqt-about/lxqt-about-1.2.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -DESCRIPTION="LXQt about dialog" -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+" -SLOT="0" - -BDEPEND=">=dev-util/lxqt-build-tools-0.12.0" -DEPEND=" - >=dev-libs/libqtxdg-3.10.0 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 - =lxqt-base/liblxqt-${MY_PV}*:= -" -RDEPEND="${DEPEND}" |