commit: 01310206a8c7f6f5576a9c9ccafb870e44aff424 Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Sun Apr 21 17:20:25 2024 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Sun Apr 21 19:48:26 2024 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=01310206
lxqt-base/libsysstat: add 1.0.0 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> lxqt-base/libsysstat/Manifest | 1 + lxqt-base/libsysstat/libsysstat-1.0.0.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/lxqt-base/libsysstat/Manifest b/lxqt-base/libsysstat/Manifest new file mode 100644 index 00000000..ede6ddad --- /dev/null +++ b/lxqt-base/libsysstat/Manifest @@ -0,0 +1 @@ +DIST libsysstat-1.0.0.tar.xz 17684 BLAKE2B 1ccfe0555d2f8cb6e948c5f0bfa33d55a02aac1060973070b82f3596f3d340185888a2993aaffa66c1f5aeac64f7cfe7c46fadf3265a81d94e94a47d53c6c265 SHA512 f27481d20b2817fc55056aa5db10193586cc9709419870e0411ce896383bf23c2faddb3d73d4db635534245acc4ef980ac4e28143eb6b0a1d84337df74daf7e7 diff --git a/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild b/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild new file mode 100644 index 00000000..d21d1443 --- /dev/null +++ b/lxqt-base/libsysstat/libsysstat-1.0.0.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="Qt GUI for System Statistics" +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+ LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-2.0.0" +DEPEND=">=dev-qt/qtbase-6.6:6" +RDEPEND="${DEPEND}"
