summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 10:11:55 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2023-04-22 11:12:11 +0200
commit6942b8ad77cbfe2a23bc10ea9b2bac1630a02bc3 (patch)
tree33a6394af5f31f749da5a029961e07acd987d564 /kde-apps/kaccounts-integration
parentkde-apps/dolphin-plugins-dropbox: 23.04.0 version bump (diff)
downloadgentoo-6942b8ad77cbfe2a23bc10ea9b2bac1630a02bc3.tar.gz
gentoo-6942b8ad77cbfe2a23bc10ea9b2bac1630a02bc3.tar.bz2
gentoo-6942b8ad77cbfe2a23bc10ea9b2bac1630a02bc3.zip
kde-apps/kaccounts-integration: 23.04.0 version bump, dropping ~loong
Bug: https://bugs.gentoo.org/904415 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kaccounts-integration')
-rw-r--r--kde-apps/kaccounts-integration/Manifest1
-rw-r--r--kde-apps/kaccounts-integration/kaccounts-integration-23.04.0.ebuild48
2 files changed, 49 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest
index 8ffa8a0b7ebe..f8081d267f38 100644
--- a/kde-apps/kaccounts-integration/Manifest
+++ b/kde-apps/kaccounts-integration/Manifest
@@ -1 +1,2 @@
DIST kaccounts-integration-22.12.3.tar.xz 89072 BLAKE2B 16abe611582a1fae05f6c3b61af83f8d6f9a89c3b6f5384acad4a1c44a6fab4721a689af73b2a09066176bc3554fae42ef6c33e2c2cb1e2e6dbc96b961992324 SHA512 a1ce6d3f0707e203cff84812792fa7ec6122a1d5bb2117f27ab13f5d76d108f4026a2266d06eb39595b6dd54dab6266eb9245a528f6344a354faef8223f3ad8a
+DIST kaccounts-integration-23.04.0.tar.xz 88764 BLAKE2B 88473eca8b44c63a76ab64d90eb8a7318097d14ed971769aa3b19777b8674c06e8d0188a605eed44a3a8db60fa75be902b92c7242707e7ef8abe0e4cba9dd6b5 SHA512 57aabfc9c22502eebdb946911c0efbcb60a1b297330b3a48e9a9a5aa5871147e2328915cd0702aabef8393f10ebb15e9a7a9c2bd400b3bf82fe2cbc2170f50d6
diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-23.04.0.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-23.04.0.ebuild
new file mode 100644
index 000000000000..6ad6c172231a
--- /dev/null
+++ b/kde-apps/kaccounts-integration/kaccounts-integration-23.04.0.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="forceoptional"
+KFMIN=5.104.0
+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 ~ppc64 ~riscv ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ dev-libs/qcoro5
+ >=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:5
+"
+RDEPEND="${COMMON_DEPEND}
+ dev-util/intltool
+"
+BDEPEND="sys-devel/gettext"
+
+# bug #549444
+RESTRICT="test"