Skip to content

Commit

Permalink
lxqt-base/libsysstat: add version 0.4.3
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Jimi Huotari <[email protected]>
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
Chiitoo authored and a17r committed May 20, 2020
1 parent 989a9fc commit 8f37a73
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
1 change: 1 addition & 0 deletions lxqt-base/libsysstat/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST libsysstat-0.4.2.tar.xz 17508 BLAKE2B f6c7703efbb449659278624d46c595a6fcf4f3e99d0d8633faeb7be36e8759c5ede8941e81df5ab085daa8178b079f598be31a4856339c248f3560bf0d21073a SHA512 9059b9d20edbb7ecd89e722b48c6603b8042030ffad06d3eac167bb518691c2733d314649dc4c42a839d4812c7b65dcd043a13a6bd5b56678da112a8065717df
DIST libsysstat-0.4.3.tar.xz 17520 BLAKE2B 2bb2a37e44e825a0c35ef371d41fead9301cf2f40504ce298d6a259df8b37e1c98728aa881c977ec1518108742dbc8a46ffabdf57ed89119241ebbfca695b1b6 SHA512 a34511e4f9fe1ed977ffc65b11948459922760f9a22b225d48d1c7cae9fc6c94b315c1394768f4c7b94ffc28c1267410c21ba55ff89e54976526ea1e5e4d7a56
24 changes: 24 additions & 0 deletions lxqt-base/libsysstat/libsysstat-0.4.3.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

inherit cmake

DESCRIPTION="Qt GUI for System Statistics"
HOMEPAGE="https://lxqt.github.io/"

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 ~arm ~arm64 ~x86"
fi

LICENSE="GPL-2+ LGPL-2.1+"
SLOT="0"

BDEPEND=">=dev-util/lxqt-build-tools-0.7.0"
DEPEND="dev-qt/qtcore:5"
RDEPEND="${DEPEND}"

0 comments on commit 8f37a73

Please sign in to comment.