diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2020-11-05 22:56:09 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-11-23 08:11:35 +0100 |
commit | 081efedadfd95fb488b93537f682380c4ca77f90 (patch) | |
tree | 4666394419ccd08e7fb047311ab428f8d89f03db /lxqt-base/lxqt-admin | |
parent | lxqt-base/lxqt-openssh-askpass: add version 0.16.0 (diff) | |
download | gentoo-081efedadfd95fb488b93537f682380c4ca77f90.tar.gz gentoo-081efedadfd95fb488b93537f682380c4ca77f90.tar.bz2 gentoo-081efedadfd95fb488b93537f682380c4ca77f90.zip |
lxqt-base/lxqt-admin: add version 0.16.0
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Jimi Huotari <chiitoo@gentoo.org>
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'lxqt-base/lxqt-admin')
-rw-r--r-- | lxqt-base/lxqt-admin/Manifest | 1 | ||||
-rw-r--r-- | lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild | 33 |
2 files changed, 34 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest index f54d572242de..0bb08a15380b 100644 --- a/lxqt-base/lxqt-admin/Manifest +++ b/lxqt-base/lxqt-admin/Manifest @@ -1 +1,2 @@ DIST lxqt-admin-0.15.0.tar.xz 143456 BLAKE2B 641d4185f00c6aecd4f1e4da1667cf8644522932800629c925ee04045d2a996cd17ef60b5856954c6e0315fce3243f9ac528d9ed85f18a63aa4ffe8e20b6e309 SHA512 830de1f3f65913b939b286adeeddfdfc22318bf09ea0ff7b705521c5c06f8edefa189b08bd4f6281116a12fc3255ace68a35ee56f3f7bec0e0f1cceea3b47c22 +DIST lxqt-admin-0.16.0.tar.xz 143724 BLAKE2B 8a9c13ea52fefe813d6fecc45e2b9263da34fa7ec5b3c28054ab8b728d813782ff351d328fed36e7c2a8bd55cde05633d4b937edbbadebd1daf25472d47da289 SHA512 ed61e886a52985f67c38d39d949fabbd5532ebf61f232d4d2accf144b8fc650f85457e0e8b6066fad3f914ad61f8b1779360c886d3622c09765e421dfcea2484 diff --git a/lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-0.16.0.ebuild new file mode 100644 index 000000000000..400884115cc5 --- /dev/null +++ b/lxqt-base/lxqt-admin/lxqt-admin-0.16.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.8.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 +" |