mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
lxqt-base/lxqt-sudo: version bump to 0.14.1
Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Jimi Huotari <chiitoo@gentoo.org> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
committed by
Andreas Sturmlechner
parent
286576d749
commit
1cbe5ef365
@@ -1 +1,2 @@
|
||||
DIST lxqt-sudo-0.13.0.tar.xz 16208 BLAKE2B 83da7ca7fcd4f670e5569ea9869047eafbac68fd43469a3fba1ba51470f9417fbfa7403f1b854b4270aa9b4779475b7a2a97dcb755e02c189b4d87bd969d4b57 SHA512 ea7d8ca093e736e3cf581605598cb9c8ed4e40bc39fb94a4b44334e7f58ae53c489ede0dcfc75de8daf58c115c1a91ae152f676276488df8a16ed53bbf56fc82
|
||||
DIST lxqt-sudo-0.14.1.tar.xz 30692 BLAKE2B 18232c3e30cb70097eeef725424065b0d4e374ed710ec34b2254bccfde9382606dfa325995d0eadabeb312d524f3afce335f69d49c986e3aaed016ef71deaf4e SHA512 b2741ead9c03c2dddf878b7658316ad0ce170068aca413b48b2f614e6ee09e7494e9907f7bf46de09c84e50b75cd523b059d47f9a0d2be11b340824475ca9222
|
||||
|
||||
32
lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild
Normal file
32
lxqt-base/lxqt-sudo/lxqt-sudo-0.14.1.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2019 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake-utils
|
||||
|
||||
DESCRIPTION="LXQt GUI frontend for sudo"
|
||||
HOMEPAGE="https://lxqt.org/"
|
||||
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
inherit git-r3
|
||||
EGIT_REPO_URI="https://github.com/lxqt/${PN}.git"
|
||||
else
|
||||
SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz"
|
||||
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
fi
|
||||
|
||||
LICENSE="LGPL-2.1+"
|
||||
SLOT="0"
|
||||
|
||||
BDEPEND=">=dev-util/lxqt-build-tools-0.6.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
|
||||
"
|
||||
Reference in New Issue
Block a user