commit: cc456168ac1ab39668a5a415c533224bbd56285b Author: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 18:26:16 2025 +0000 Commit: Jimi Huotari <chiitoo <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 21:33:08 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc456168
lxqt-base/lxqt-openssh-askpass: add 2.2.0 Signed-off-by: Jimi Huotari <chiitoo <AT> gentoo.org> lxqt-base/lxqt-openssh-askpass/Manifest | 1 + .../lxqt-openssh-askpass-2.2.0.ebuild | 41 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/lxqt-base/lxqt-openssh-askpass/Manifest b/lxqt-base/lxqt-openssh-askpass/Manifest index ed89886d0a0f..5b3b3acdc631 100644 --- a/lxqt-base/lxqt-openssh-askpass/Manifest +++ b/lxqt-base/lxqt-openssh-askpass/Manifest @@ -1,2 +1,3 @@ DIST lxqt-openssh-askpass-2.0.1.tar.xz 17856 BLAKE2B 723971d2c2731cfa3ef30852e614fb9aaf70b9c91d7a051a257b3f090290fe4354d708d2ab4545d5b30d5d566cb4d522b4fd09212f84cdcf62ebff9a1ee6f095 SHA512 57f557b4a4a43e9faca68d90239b271f984cd7a5ee6b11be6ba325c2e3a2cb15f5bebba12bbfbe4caf0930a9b26876b689eda6b1188f203f5d8361a0f785acfd DIST lxqt-openssh-askpass-2.1.0.tar.xz 17860 BLAKE2B a20d69597830bdc3e6bb12aa6efa06e41e1c185ac97237245d2367b11256393e6668883b59e7a47561ec491568805bf0a1680859192f90c710386d45bd00aedd SHA512 a70e8c8f3fec70900a5c24b2f022ce80b71e36980f2cdaf3f3a773a3a4fecfb71ff2f65aae109e7bfaba083302c1a41370f1ddd332599f2fdd824579ab1b5b19 +DIST lxqt-openssh-askpass-2.2.0.tar.xz 18084 BLAKE2B 01f7546bf393f147b6d54ecfc3e3042416d46ae2575bb710283c0959427550d3411e0042577fbd8e0a6d7405604948fc386f1e61c13653a6352b1f5d49c2baff SHA512 6979e0559227b776e69e9f901985d3a9a0b1f72eb52b20017f2ca5cf7131b4a67f01b5b69fe3b72d24ceefe8ccfc8236a68f931a845606c78a610959144d95f0 diff --git a/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.2.0.ebuild b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.2.0.ebuild new file mode 100644 index 000000000000..9465c8038d9f --- /dev/null +++ b/lxqt-base/lxqt-openssh-askpass/lxqt-openssh-askpass-2.2.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit cmake + +DESCRIPTION="LXQt OpenSSH user password prompt 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 ~arm64 ~ppc64 ~riscv ~x86" +fi + +LICENSE="LGPL-2.1 LGPL-2.1+" +SLOT="0" + +BDEPEND=" + >=dev-qt/qttools-6.6:6[linguist] + >=dev-util/lxqt-build-tools-2.2.0 +" +DEPEND=" + >=dev-qt/qtbase-6.6:6[widgets] + =lxqt-base/liblxqt-${MY_PV}*:= +" +RDEPEND="${DEPEND}" + +src_install() { + cmake_src_install + doman man/*.1 + + newenvd - 99${PN} <<- _EOF_ + SSH_ASKPASS='${EPREFIX}/usr/bin/lxqt-openssh-askpass' + _EOF_ +}
