summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2022-08-22 20:27:03 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2022-08-22 22:10:52 +0200
commit0ad7647499f091ff95e8d5438911665c83bc5ed5 (patch)
tree2a3c11ac33ec6de6d828e211e7bd796bb47362ef
parentkde-apps/dolphin-plugins-dropbox: 22.08.0 version bump (diff)
downloadgentoo-0ad7647499f091ff95e8d5438911665c83bc5ed5.tar.gz
gentoo-0ad7647499f091ff95e8d5438911665c83bc5ed5.tar.bz2
gentoo-0ad7647499f091ff95e8d5438911665c83bc5ed5.zip
kde-apps/kaccounts-integration: 22.08.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/kaccounts-integration/Manifest1
-rw-r--r--kde-apps/kaccounts-integration/kaccounts-integration-22.08.0.ebuild50
2 files changed, 51 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 7c77b943a626..ef10650d200b 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1 +1,2 @@
DIST kaccounts-integration-22.04.3.tar.xz 87568 BLAKE2B 1ed825620aef73f08cae8c13e8108017452efe9a2b48a21412c76bb63c4d418f9655923a69cd90c98e9c291e5baa1445d8572273e68c5ad4490c4d4f5ed919b9 SHA512 ca843db9893d073c118df5b1e3700a7c603bcc1d9f9cd6975d6f3b9398c1f7733ce34c26dd5962e0e867f5726b1146362e6323b135413a5149d489906d64b0e6
+DIST kaccounts-integration-22.08.0.tar.xz 88864 BLAKE2B 52f1880a4909d487fd93cfca9dc082c3d5218f22b38cc0a411adc8413144a674c1bd344a4d609bcc328958be2d9be6065c155b8d6065aa14f2d95cf1807164c3 SHA512 0b7163607a59fbe93d70850368d7c1da7403b4582089ef1e9c643665dfe91424eae1485651961d16a70e0d01dc5a681a5a1b534225abc4988d4777efcdf9a0f9
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-22.08.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-22.08.0.ebuild
new file mode 100644
index 000000000000..820e7fc05ddc
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-22.08.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=5.96.0
+PLASMA_MINIMAL=5.16.5
+QTMIN=5.15.5
+VIRTUALDBUS_TEST="true"
+inherit ecm gear.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 ~loong ~ppc64 ~riscv ~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"