diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-18 11:40:51 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-06-18 16:53:14 +0200 |
commit | bf261ee64ea912f29c12ab58b25b502aa9a40e65 (patch) | |
tree | e884d43dbe074f09d5e6b1d38ce85452171f442b /x11-misc/qps | |
parent | x11-misc/screengrab: drop 2.5.0 (diff) | |
download | gentoo-bf261ee64ea912f29c12ab58b25b502aa9a40e65.tar.gz gentoo-bf261ee64ea912f29c12ab58b25b502aa9a40e65.tar.bz2 gentoo-bf261ee64ea912f29c12ab58b25b502aa9a40e65.zip |
x11-misc/qps: drop 2.6.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'x11-misc/qps')
-rw-r--r-- | x11-misc/qps/Manifest | 1 | ||||
-rw-r--r-- | x11-misc/qps/qps-2.6.0.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/x11-misc/qps/Manifest b/x11-misc/qps/Manifest index e191b0d59a1f..1b79d8561b5c 100644 --- a/x11-misc/qps/Manifest +++ b/x11-misc/qps/Manifest @@ -1,2 +1 @@ -DIST qps-2.6.0.tar.xz 295320 BLAKE2B e6a917993b64ace2333fec11d2406a0d9770bd8f3287ba38c586b7debd2572c342ebfb6e5e8c42f71f7ae6b6135995ba21f597258948538da5721daa8cde69c4 SHA512 c405841b2a455daeaf57e86c90a85e2d1e7c9a012d29262cba2b25f4b26ef693ae902d7d97b82504124d1b4562341af9c782b06745903616f1d3b809979d569a DIST qps-2.7.0.tar.xz 269192 BLAKE2B 90cb86f854d7c7df92ad206558741284a758b569ad117e9c4c0fcf063ec86539e9dc45e25e02449c63063b335056d01b5926ec760fde505b014ba3eb76c4ca2f SHA512 76285f37869f057fccd895eccf965547c11e49dd8315ef8ac4ea199734aae449be8e7782d41fb8582b0fa60715952857595d4bef7a3afcb47e83f31a168fd3c7 diff --git a/x11-misc/qps/qps-2.6.0.ebuild b/x11-misc/qps/qps-2.6.0.ebuild deleted file mode 100644 index 7c995b4b42c9..000000000000 --- a/x11-misc/qps/qps-2.6.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 ~loong ~riscv x86" - -BDEPEND=" - >=dev-qt/linguist-tools-5.15:5 - >=dev-util/lxqt-build-tools-0.12.0 -" -DEPEND=" - >=dev-qt/qtcore-5.15:5 - >=dev-qt/qtgui-5.15:5 - >=dev-qt/qtwidgets-5.15:5 - >=lxqt-base/liblxqt-1.2:= -" -RDEPEND="${DEPEND}" - -pkg_postinst() { - xdg_desktop_database_update - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_desktop_database_update - xdg_icon_cache_update -} |