diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 00:11:27 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-02-07 13:59:58 +0100 |
commit | 7f45ce7728de31bb839db16ab19319f026ab0add (patch) | |
tree | 460a42bf534d6aa491db847a52a3026e3758c161 /kde-apps/kaccounts-integration | |
parent | kde-apps/gwenview: Backport exiv2-0.27 support to 18.08.3 (diff) | |
download | gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.tar.gz gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.tar.bz2 gentoo-7f45ce7728de31bb839db16ab19319f026ab0add.zip |
kde-apps: Add KDE Applications 18.12.2
Package-Manager: Portage-2.3.59, Repoman-2.3.12
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-18.12.2.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest index d1aeacc39ea8..cb0ad7adcea4 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,2 +1,3 @@ DIST kaccounts-integration-18.08.3.tar.xz 71228 BLAKE2B 69b6a21adface411b11cadae21e2db0083e4a03faa45a6f7e834e3de75b2c9977de3cc50177664b42cea66f878c97b0ab8bd5dbf5bb65a0d6e70ae0c2573cddc SHA512 8ad5fa737c7323625c6f961b105046ead133df5659f99501911ba5785445b52dd7e46f7db80486e9c764a3d50ce798d17f31a5204da0bbf4eeb03586d2d933dc DIST kaccounts-integration-18.12.1.tar.xz 71052 BLAKE2B 138ec7a8f67efac0975df7cf4fe1976f95fc41d9ed0e59d8d0b27de385d72b3bdbc898c8c3e3a9e6882070e3f34377ea0a8db4767c6cc60fc3e3e7a6962d531d SHA512 2463dc1e837f9caf9fd7ab34672803caef80ad65e19bcce074f3f47b80c60043ca44dd2b11d8130d706201a2e2b90fb36208ffccd8b2b26521bbf6bb5d39e41e +DIST kaccounts-integration-18.12.2.tar.xz 71064 BLAKE2B fd600872cac6cfa169d2cdd00688ed1a776c2163e9293f4015c2470aa7cf71a10d8338cf606260afb6f3df19c840fd32468c7bcb915c7b7fc491c26650e59461 SHA512 26dd11fa9bb2c97f9407798d4cab904123e97257ab01f4e6e96d0f8eee5927f5e908f8559615517bda5ecd8edc2d7561500971edf1d85b3d9a49840404678e12 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-18.12.2.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-18.12.2.ebuild new file mode 100644 index 000000000000..59f302dc457e --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-18.12.2.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +KDE_TEST="forceoptional" +VIRTUALDBUS_TEST="true" +inherit kde5 + +DESCRIPTION="Administer web accounts for the sites and services across the Plasma desktop" +HOMEPAGE="https://community.kde.org/KTp" +LICENSE="LGPL-2.1" + +KEYWORDS="~amd64 ~arm ~x86" +IUSE="" + +BDEPEND=" + sys-devel/gettext +" +COMMON_DEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kwidgetsaddons) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) + net-libs/accounts-qt + >=net-libs/libaccounts-glib-1.21 + net-libs/signond +" +DEPEND="${COMMON_DEPEND} + $(add_frameworks_dep kcmutils) + $(add_plasma_dep kde-cli-tools) +" +RDEPEND="${COMMON_DEPEND} + dev-util/intltool +" + +# bug #549444 +RESTRICT+=" test" |