mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
x11-terms/qterminal: drop 2.0.1-r1, 2.1.0-r1, 2.2.0
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
This commit is contained in:
parent
120315a72d
commit
592c29f3d1
@ -1,4 +1,2 @@
|
|||||||
DIST qterminal-2.0.1.tar.xz 229556 BLAKE2B f6afe5f7a1a169d17e52bed372f760ee9112ca533c1cb0e8adf5b659739f459f0764a723934bdaba629fec94617ec67f157252dc83982fadb7fd58ae66503955 SHA512 5587e52edf9cc2227584e8eebe742414d566b51dc1647b643d9af6710adbe38e5d84634e7ea073fcb71397e1de0fccb5ca1af544b629685d36b645da5dd80c3d
|
|
||||||
DIST qterminal-2.1.0.tar.xz 231468 BLAKE2B 0aa3e0a79ad9e89071c820166adf7e53bd4c27a0528399e158628f44ac7f37d1f3d105bff8746c9d105d740a8c3371e79eb3331b64531fc2b247669dc763a4a3 SHA512 3787bb8269a4b06c8c42d0c1c5e900a85e868e36e415f4ae05bbcb1fde3cbdf88a2ada7a86dd39a4a07305586fcb19e2ab04182bdd9f7f10dbf6cd4fd1194f22
|
|
||||||
DIST qterminal-2.2.0.tar.xz 241148 BLAKE2B 0cf897a181acaf31c3661fb99273f8926cad19a08cd00a3b201d6ad6d92214e0c3e371aca95b68a30051814aea0193f35b5d168711968e0a87153ee868ef6205 SHA512 cc9b9d1b71cd34e0ceb6fb286d73b5783c9832b2e07cef5bf00567977bdc9611d52ad72b80f08c1529b71ed78fb133409fa60f3b726ad2ceb3f4707ebbabb680
|
DIST qterminal-2.2.0.tar.xz 241148 BLAKE2B 0cf897a181acaf31c3661fb99273f8926cad19a08cd00a3b201d6ad6d92214e0c3e371aca95b68a30051814aea0193f35b5d168711968e0a87153ee868ef6205 SHA512 cc9b9d1b71cd34e0ceb6fb286d73b5783c9832b2e07cef5bf00567977bdc9611d52ad72b80f08c1529b71ed78fb133409fa60f3b726ad2ceb3f4707ebbabb680
|
||||||
DIST qterminal-2.3.0.tar.xz 248948 BLAKE2B fb9fca2ba725a6d43ff9a808d6efb5bbfe0a251eb1eb6c136a50eb344fad24b8602fb612821f574f233b2c62f153bfb0b28a91c0db1978feb39e7fda096bf4f5 SHA512 5056850c1a31e39641ee492631614139c164598c315065d2ad3976632694334e177a4a0588655daab53da0e65b2773aa238d96d333306efbf548163ff0575f2f
|
DIST qterminal-2.3.0.tar.xz 248948 BLAKE2B fb9fca2ba725a6d43ff9a808d6efb5bbfe0a251eb1eb6c136a50eb344fad24b8602fb612821f574f233b2c62f153bfb0b28a91c0db1978feb39e7fda096bf4f5 SHA512 5056850c1a31e39641ee492631614139c164598c315065d2ad3976632694334e177a4a0588655daab53da0e65b2773aa238d96d333306efbf548163ff0575f2f
|
||||||
|
|||||||
@ -1,48 +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-based multitab terminal emulator"
|
|
||||||
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 arm64 ~ppc64 ~riscv ~x86"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="GPL-2 GPL-2+"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
BDEPEND=">=dev-util/lxqt-build-tools-2.0.0"
|
|
||||||
DEPEND="
|
|
||||||
>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
|
|
||||||
kde-plasma/layer-shell-qt:6
|
|
||||||
media-libs/libcanberra
|
|
||||||
x11-libs/libX11
|
|
||||||
~x11-libs/qtermwidget-${PV}:=
|
|
||||||
"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs=(
|
|
||||||
-DBUILD_TESTS=$(usex test)
|
|
||||||
)
|
|
||||||
|
|
||||||
cmake_src_configure
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postinst() {
|
|
||||||
xdg_icon_cache_update
|
|
||||||
}
|
|
||||||
|
|
||||||
pkg_postrm() {
|
|
||||||
xdg_icon_cache_update
|
|
||||||
}
|
|
||||||
@ -1,39 +0,0 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit cmake xdg
|
|
||||||
|
|
||||||
DESCRIPTION="Qt-based multitab terminal emulator"
|
|
||||||
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 arm64 ~ppc64 ~riscv ~x86"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="GPL-2 GPL-2+"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
BDEPEND=">=dev-util/lxqt-build-tools-2.1.0"
|
|
||||||
DEPEND="
|
|
||||||
>=dev-qt/qtbase-6.6:6[dbus,gui,widgets,X]
|
|
||||||
kde-plasma/layer-shell-qt:6
|
|
||||||
x11-libs/libX11
|
|
||||||
~x11-libs/qtermwidget-${PV}:=
|
|
||||||
"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs=(
|
|
||||||
-DBUILD_TESTS=$(usex test)
|
|
||||||
)
|
|
||||||
|
|
||||||
cmake_src_configure
|
|
||||||
}
|
|
||||||
@ -1,39 +0,0 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
|
||||||
|
|
||||||
EAPI=8
|
|
||||||
|
|
||||||
inherit cmake xdg
|
|
||||||
|
|
||||||
DESCRIPTION="Qt-based multitab terminal emulator"
|
|
||||||
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 arm64 ~ppc64 ~riscv ~x86"
|
|
||||||
fi
|
|
||||||
|
|
||||||
LICENSE="GPL-2 GPL-2+"
|
|
||||||
SLOT="0"
|
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
BDEPEND=">=dev-util/lxqt-build-tools-2.2.0"
|
|
||||||
DEPEND="
|
|
||||||
>=dev-qt/qtbase-6.6:6=[dbus,gui,widgets,X]
|
|
||||||
kde-plasma/layer-shell-qt:6
|
|
||||||
x11-libs/libX11
|
|
||||||
~x11-libs/qtermwidget-${PV}:=
|
|
||||||
"
|
|
||||||
RDEPEND="${DEPEND}"
|
|
||||||
|
|
||||||
src_configure() {
|
|
||||||
local mycmakeargs=(
|
|
||||||
-DBUILD_TESTS=$(usex test)
|
|
||||||
)
|
|
||||||
|
|
||||||
cmake_src_configure
|
|
||||||
}
|
|
||||||
Loading…
x
Reference in New Issue
Block a user