diff options
Diffstat (limited to 'lxqt-base/lxqt-sudo')
-rw-r--r-- | lxqt-base/lxqt-sudo/Manifest | 4 | ||||
-rw-r--r-- | lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild | 2 | ||||
-rw-r--r-- | lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild | 32 |
3 files changed, 36 insertions, 2 deletions
diff --git a/lxqt-base/lxqt-sudo/Manifest b/lxqt-base/lxqt-sudo/Manifest index 4e52e7d16f0a..2c9a241941e3 100644 --- a/lxqt-base/lxqt-sudo/Manifest +++ b/lxqt-base/lxqt-sudo/Manifest @@ -1,3 +1,5 @@ DIST lxqt-sudo-0.14.1.tar.xz 30692 BLAKE2B 18232c3e30cb70097eeef725424065b0d4e374ed710ec34b2254bccfde9382606dfa325995d0eadabeb312d524f3afce335f69d49c986e3aaed016ef71deaf4e SHA512 b2741ead9c03c2dddf878b7658316ad0ce170068aca413b48b2f614e6ee09e7494e9907f7bf46de09c84e50b75cd523b059d47f9a0d2be11b340824475ca9222 -EBUILD lxqt-sudo-0.14.1.ebuild 655 BLAKE2B ed570b79f60df69e354b28026d212c304f003cd95c0fb86ace0aa0bd9cd5fb5e47fbf14ac98d9a9a1eb7981e593ccdadb31e0d225f9332f74097ec0872c56c8a SHA512 d899bb94054a1964d65c719532124cc109442f91cf083099cd19bdf2b5f48763c90e8a6ee20e6b5b792021989ac650ae3f6ee10569ecf132f67c379f6afdc526 +DIST lxqt-sudo-0.15.0.tar.xz 34528 BLAKE2B 50b7b699e85c52b7b55bf559f3d7e239ad5a9ee6031af1bf6e902cd4aa7399e9df88157ef48906b3343e4cf68d6e62912179a26d3fd4e3aa223849fd1088199f SHA512 94c96a1eac5d1ec6e84c99ecbd08e7ecb8184d4e1ada0bce137c2c8d9508cd840b56dae38e3f418cb208a3eae5b3420bf33e0b9a1bb96969f2bd4d207e89304c +EBUILD lxqt-sudo-0.14.1.ebuild 661 BLAKE2B 55271b8794e4db80871243121ddc039a9dc2086e435260b0c5ef970c912eba2e5ddbcebc4868a325e354f285f46d8a8b5d489ea64a326cd1b8c8ee7fcbedbe4b SHA512 75870da485dede217c2d9886b1cff49ab018ca7abbc27decc1184da5bdd2e12b7e99f9567b268350f384366298ae765e908b0de9b6334d133164704bb08973cc +EBUILD lxqt-sudo-0.15.0.ebuild 677 BLAKE2B 2b3ce96159af4e2e73639928b37eb31f1beb20767b1fd780fe2194bcd9aeb6b1f3361230a707d5572303b172820ce30b332b4b8f277aab1fb3f14cecd7a10837 SHA512 c0c19c5e1cdc1bc4ba7f4da1237f9933eed7b0c12fb00e175cc82d2c048406cba9d7d54f5b90b570d1e927e1c423bc44df6667486b0a6c2b51b8ac2bda033f52 MISC metadata.xml 315 BLAKE2B 7e2dbd32ef59c7cbfdfd23b3dfa490445f4ad5ec7419fa83f3ed657c07580ea97df2e8f5bf54754a028517744a9230fd7d77f187ed0bab29c2822b30f00580c2 SHA512 33e754e42343bad0c2e726604c7dec977f9ae4a902af769fe0599ac8c067a6c0047794c468f30fbf6d2262c2f7830b14b913758d5398e0a57b8a29a0c4e3329e diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild index b5b84507fa1a..1d3d6e2d00f0 100644 --- a/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake DESCRIPTION="LXQt GUI frontend for sudo" -HOMEPAGE="https://lxqt.org/" +HOMEPAGE="https://lxqt.github.io/" if [[ ${PV} = *9999* ]]; then inherit git-r3 diff --git a/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild b/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild new file mode 100644 index 000000000000..25b46eda6393 --- /dev/null +++ b/lxqt-base/lxqt-sudo/lxqt-sudo-0.15.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit cmake + +DESCRIPTION="LXQt GUI frontend for sudo" +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 LGPL-2.1+" +SLOT="0" + +BDEPEND=">=dev-util/lxqt-build-tools-0.7.0" +DEPEND=" + app-admin/sudo + >=dev-libs/libqtxdg-3.3.1 + dev-qt/qtcore:5 + dev-qt/qtwidgets:5 + =lxqt-base/liblxqt-$(ver_cut 1-2)* +" +RDEPEND="${DEPEND} + !lxqt-base/lxqt-l10n +" |