diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-15 01:02:38 +0300 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2024-06-15 01:14:09 +0300 |
commit | 968ef67203495e959538fabf46c3e5135edbdb60 (patch) | |
tree | 97ce1210e275eb19cb5466778dde04e52eee0e98 | |
parent | gui-libs/xdg-desktop-portal-lxqt: drop 1.0.2 (diff) | |
download | qt-968ef67203495e959538fabf46c3e5135edbdb60.tar.gz qt-968ef67203495e959538fabf46c3e5135edbdb60.tar.bz2 qt-968ef67203495e959538fabf46c3e5135edbdb60.zip |
x11-misc/qps: drop 2.9.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
-rw-r--r-- | x11-misc/qps/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/qps/qps-2.9.0.ebuild | 40 |
2 files changed, 0 insertions, 41 deletions
diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest deleted file mode 100644 index 2e074684..00000000 --- a/x11-misc/qps/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qps-2.9.0.tar.xz 457488 BLAKE2B 641b084f1e6817c7a5dd95aa1a21ede11e6c3206ac3206fb2e1ebd4e4685adbc53f09fbc6ffa44297f37a70d0bf1a12758e232e00d4126ffbe7f38eed4f10f15 SHA512 d085f987ce0abbd479704270415502384a17fdce13401c8d70d0d9982b045ef50b20abc347809e3c0c425651440c2c0f8e24b7114251808011990e896e6710fd diff --git a/x11-misc/qps/qps-2.9.0.ebuild b/x11-misc/qps/qps-2.9.0.ebuild deleted file mode 100644 index 43aa91df..00000000 --- a/x11-misc/qps/qps-2.9.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake xdg-utils - -DESCRIPTION="Qt GUI Process Manager" -HOMEPAGE="https://lxqt-project.org/" - -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" -fi - -LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0" -SLOT="0" - -BDEPEND=" - >=dev-qt/qttools-6.6:6[linguist] - >=dev-util/lxqt-build-tools-2.0.0 -" -DEPEND=" - >=dev-qt/qtbase-6.6:6[gui,widgets] - >=lxqt-base/liblxqt-2.0:= -" -RDEPEND="${DEPEND}" - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} |