diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-13 13:37:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-05-13 14:21:33 +0200 |
commit | c8c3842f41329f33d298ee878df0657366d45436 (patch) | |
tree | 0d905d1a7e04154704d8550e73bbefde9c4034f3 /kde-apps/kaccounts-integration | |
parent | kde-apps/dolphin-plugins-dropbox: 21.04.1 version bump (diff) | |
download | gentoo-c8c3842f41329f33d298ee878df0657366d45436.tar.gz gentoo-c8c3842f41329f33d298ee878df0657366d45436.tar.bz2 gentoo-c8c3842f41329f33d298ee878df0657366d45436.zip |
kde-apps/kaccounts-integration: 21.04.1 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r-- | kde-apps/kaccounts-integration/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kaccounts-integration/kaccounts-integration-21.04.1.ebuild | 50 |
2 files changed, 51 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest index ebf465f54904..1aed0f201b67 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,2 +1,3 @@ DIST kaccounts-integration-20.12.3.tar.xz 84376 BLAKE2B 55f03614f86f2fa60b5b6475092ecf8f923e5e5c9ca2e057d2488abda250861fc1eb7a5c0141006da8a4a1747efe6a897bfbfc45740baea72c51a898783de34b SHA512 e9089f5d99d665a0568e43d66837faa5e994d2d93a3699057e6b86ff3bd65bddc448dd36afb49642ff80e150a922b4f110541f7834d04b52e9059fbff7795a88 DIST kaccounts-integration-21.04.0.tar.xz 84508 BLAKE2B b587457a238069a9512765b33ba66d5e4c5a6d596c6076cee8c41983f15a88bb9ba5bb9c5023c4897766c08d6ceb10c63b9cd8131ab622e199d3fc7f825d66f2 SHA512 83d78b34216a8670f2a042b1beb3da733eff9120abff5db9bda864cb8470e885754897448bc6bd1e1eb388ad95ad7dfaffd57967f3ff954f3f42a98a6c87a69b +DIST kaccounts-integration-21.04.1.tar.xz 84512 BLAKE2B 367429229e84d52c82ccd9df699bf7a8887cb56e9e789206aa18c528b6201ca1a8002db675aabbec7da5fcb42898d709c0ddd7fcd5cfd75d854a9c184350626a SHA512 7ea371f939fde26cc093b87bb10dc23d72f4dc728528029cc68d083bbb7c73da3fe8497b37055ffd8578924c2217e1a719b79e172930783e75dd1434497668d4 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-21.04.1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-21.04.1.ebuild new file mode 100644 index 000000000000..e6a71ffbc9cb --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-21.04.1.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +ECM_TEST="forceoptional" +KFMIN=5.80.0 +PLASMA_MINIMAL=5.16.5 +QTMIN=5.15.2 +VIRTUALDBUS_TEST="true" +inherit ecm kde.org + +DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" +HOMEPAGE="https://community.kde.org/KTp" + +LICENSE="LGPL-2.1" +SLOT="5" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" +IUSE="" + +BDEPEND=" + sys-devel/gettext +" +COMMON_DEPEND=" + >=dev-qt/qtdbus-${QTMIN}:5 + >=dev-qt/qtdeclarative-${QTMIN}:5 + >=dev-qt/qtgui-${QTMIN}:5 + >=dev-qt/qtwidgets-${QTMIN}:5 + >=kde-frameworks/kconfigwidgets-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:5 + >=kde-frameworks/kdbusaddons-${KFMIN}:5 + >=kde-frameworks/kdeclarative-${KFMIN}:5 + >=kde-frameworks/ki18n-${KFMIN}:5 + >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kwallet-${KFMIN}:5 + >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 + net-libs/accounts-qt + >=net-libs/libaccounts-glib-1.21:= + net-libs/signond +" +DEPEND="${COMMON_DEPEND} + >=kde-frameworks/kcmutils-${KFMIN}:5 + >=kde-plasma/kde-cli-tools-${PLASMA_MINIMAL}:5 +" +RDEPEND="${COMMON_DEPEND} + dev-util/intltool +" + +# bug #549444 +RESTRICT+=" test" |