summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimi Huotari <chiitoo@gentoo.org>2023-03-26 18:33:14 +0300
committerJimi Huotari <chiitoo@gentoo.org>2023-03-26 18:33:14 +0300
commitfe31875f79a6e1f46b6630d7122918847a8d54df (patch)
treeb66bd1bcc15ab042c509ba2bc1f75550b6ab4a15 /x11-misc/qps/qps-2.5.0.ebuild
parentx11-libs/qtermwidget: drop 1.1.0 (diff)
downloadgentoo-fe31875f79a6e1f46b6630d7122918847a8d54df.tar.gz
gentoo-fe31875f79a6e1f46b6630d7122918847a8d54df.tar.bz2
gentoo-fe31875f79a6e1f46b6630d7122918847a8d54df.zip
x11-misc/qps: drop 2.5.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Diffstat (limited to 'x11-misc/qps/qps-2.5.0.ebuild')
-rw-r--r--x11-misc/qps/qps-2.5.0.ebuild36
1 files changed, 0 insertions, 36 deletions
diff --git a/x11-misc/qps/qps-2.5.0.ebuild b/x11-misc/qps/qps-2.5.0.ebuild
deleted file mode 100644
index cddee09ea467..000000000000
--- a/x11-misc/qps/qps-2.5.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2022 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/"
-SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz"
-
-LICENSE="GPL-2 GPL-2+ LGPL-2.1+ QPL-1.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~riscv x86"
-
-BDEPEND="
- >=dev-qt/linguist-tools-5.15:5
- >=dev-util/lxqt-build-tools-0.11.0
-"
-DEPEND="
- >=dev-qt/qtcore-5.15:5
- >=dev-qt/qtgui-5.15:5
- >=dev-qt/qtwidgets-5.15:5
- >=lxqt-base/liblxqt-1.1:=
-"
-RDEPEND="${DEPEND}"
-
-pkg_postinst() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_desktop_database_update
- xdg_icon_cache_update
-}