From 623cc8eba047dbbf61c35a078d1303aa39d7b91e Mon Sep 17 00:00:00 2001 From: Jimi Huotari Date: Mon, 27 Apr 2020 21:34:28 +0300 Subject: [PATCH] lxqt-base/lxqt-admin: add version 0.15.0 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jimi Huotari Signed-off-by: Andreas Sturmlechner --- lxqt-base/lxqt-admin/Manifest | 1 + lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild | 33 +++++++++++++++++++ 2 files changed, 34 insertions(+) create mode 100644 lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest index b734e7bceb45..68895c3b3d34 100644 --- a/lxqt-base/lxqt-admin/Manifest +++ b/lxqt-base/lxqt-admin/Manifest @@ -1 +1,2 @@ DIST lxqt-admin-0.14.1.tar.xz 141088 BLAKE2B 89e84167b4dfe67f2c7831a8d2ec4ee8805518d421e36b5cc1ed482e2166c85c54150ff54789f4e0e3f9fd6a5d202f620d2da60f79a0a23178ac0bf9882108df SHA512 bd6272a3042a71e9e00b2ba10be2575649c2d2750a4e00a6e11adaae6b91ccab5e3cf79a8ceb7bfbe808ec80c139b93e02cd96990f80b68a77a974c063e6a373 +DIST lxqt-admin-0.15.0.tar.xz 143456 BLAKE2B 641d4185f00c6aecd4f1e4da1667cf8644522932800629c925ee04045d2a996cd17ef60b5856954c6e0315fce3243f9ac528d9ed85f18a63aa4ffe8e20b6e309 SHA512 830de1f3f65913b939b286adeeddfdfc22318bf09ea0ff7b705521c5c06f8edefa189b08bd4f6281116a12fc3255ace68a35ee56f3f7bec0e0f1cceea3b47c22 diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild new file mode 100644 index 000000000000..1ba97cc02655 --- /dev/null +++ b/lxqt-base/lxqt-admin/lxqt-admin-0.15.0.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="LXQt system administration tool" +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="LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.7.0" +DEPEND=" + dev-qt/qtcore:5 + dev-qt/qtdbus:5 + dev-qt/qtgui:5 + dev-qt/qtwidgets:5 + =lxqt-base/liblxqt-$(ver_cut 1-2)* + kde-frameworks/kwindowsystem:5 +" +RDEPEND="${DEPEND} + !lxqt-base/lxqt-l10n +" -- 2.26.2