diff options
author | Jimi Huotari <chiitoo@gentoo.org> | 2022-11-09 22:45:40 +0200 |
---|---|---|
committer | Jimi Huotari <chiitoo@gentoo.org> | 2022-11-10 14:55:35 +0200 |
commit | c1b8d5ed8f961af90dd441c434c08c9c8931c1b3 (patch) | |
tree | 01ef485d7cab567208c2dc35ec1d21eea4014ef9 /lxqt-base/lxqt-admin | |
parent | lxqt-base/lxqt-openssh-askpass: add version 1.2.0 (diff) | |
download | gentoo-c1b8d5ed8f961af90dd441c434c08c9c8931c1b3.tar.gz gentoo-c1b8d5ed8f961af90dd441c434c08c9c8931c1b3.tar.bz2 gentoo-c1b8d5ed8f961af90dd441c434c08c9c8931c1b3.zip |
lxqt-base/lxqt-admin: add version 1.2.0
Signed-off-by: Jimi Huotari <chiitoo@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-1.2.0.ebuild | 35 |
2 files changed, 36 insertions, 0 deletions
diff --git a/lxqt-base/lxqt-admin/Manifest b/lxqt-base/lxqt-admin/Manifest index 1d6b01e922fe..8eb3e399bfb7 100644 --- a/lxqt-base/lxqt-admin/Manifest +++ b/lxqt-base/lxqt-admin/Manifest @@ -1,3 +1,4 @@ DIST lxqt-admin-0.17.0.tar.xz 145620 BLAKE2B 3f1bc0870ef33a85a14dca559951826c56a2ebe81f6cad53917db87ce38b909aed4daed7964d202715dd4d9c7947b23f2aba0fdcb020b6b418c91d9f12c90573 SHA512 5d807b1bbde586130ab03cecf43dc190cbbed5c16842d14779f67f7b514689e7ea330f6c75916c733e4e840242d7feaceb4b6e0932ece1ca70bff208eb5e8072 DIST lxqt-admin-1.0.0.tar.xz 148732 BLAKE2B 0d3b654f90bd2573629ebb6c61faec621d3c7f547c7690e071d42bab2c062b495043bfa6c2e1d8107b2d2457635dc02ce6d0323906ae25203a4f84a17f0f0fda SHA512 af1cbdd0e04116ad575b652b4eef0fd0a403b37e169961797cc365fe69e5655c6291205165baab4bb3337506785d70149f2b6175758448bd06800fa6f4eb4617 DIST lxqt-admin-1.1.0.tar.xz 149236 BLAKE2B 912c0bba56e46d654c1facdb1ec084fa16221364f12457186d331d684c08159c726663181b6bc9bed18e14acf6e0b834e46ef1e2df1d50636c3607ca9a5245b5 SHA512 f49e0c3e3b90f5b7fec2e304f45288c685447152bb80bdcf4bfdaa9051fd79ac557e363340e49c04dfe56a5454997d7f3b9488141056789fa2e22873ab1afa3c +DIST lxqt-admin-1.2.0.tar.xz 149440 BLAKE2B 51ab909b2cdb531da58130fb316cd1aba7ee4df5b502f0f09a7e110675d349dd69659393d38c126d3ee899f1c4aef7918ffe8425832b2cdfcf35f5752ed9e39f SHA512 bbb8c5c386a5a0b2123140e9a5fdfafbd7d7f12586a311d153454bc8b0af94b671af61b8b406f6ff441e059455d63684291f1eb0c45c063b2f762d19548e5035 diff --git a/lxqt-base/lxqt-admin/lxqt-admin-1.2.0.ebuild b/lxqt-base/lxqt-admin/lxqt-admin-1.2.0.ebuild new file mode 100644 index 000000000000..53c20a657b66 --- /dev/null +++ b/lxqt-base/lxqt-admin/lxqt-admin-1.2.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="LXQt system administration tool" +HOMEPAGE="https://lxqt-project.org/" + +MY_PV="$(ver_cut 1-2)" + +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 ~riscv ~x86" +fi + +LICENSE="LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.12.0" +DEPEND=" + >=dev-qt/qtcore-5.15:5 + >=dev-qt/qtdbus-5.15:5 + >=dev-qt/qtgui-5.15:5 + >=dev-qt/qtwidgets-5.15:5 + =lxqt-base/liblxqt-${MY_PV}* + kde-frameworks/kwindowsystem:5 + >=sys-auth/polkit-qt-0.113.0 + =lxqt-base/liblxqt-${MY_PV}*:= +" +RDEPEND="${DEPEND}" |