diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 18:45:38 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-09 20:44:16 +0200 |
commit | 574a1e63fb59f2333adc047a9c3f2b929101e540 (patch) | |
tree | 370dfcc1bdb5ae3dc6a6233f2717d396155ac9f0 /kde-apps/kaccounts-integration | |
parent | net-dns/dnsdist: initscript fix (diff) | |
download | gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.gz gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.tar.bz2 gentoo-574a1e63fb59f2333adc047a9c3f2b929101e540.zip |
kde-apps: Add KDE Applications 19.04.1
Package-Manager: Portage-2.3.66, 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-19.04.1.ebuild | 44 |
2 files changed, 45 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest index 033d5fd20019..de6bc74d876b 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1,2 +1,3 @@ DIST kaccounts-integration-18.12.3.tar.xz 71028 BLAKE2B e2fc096e1432d288087da3e7d8d78a652186e8cdd791cec09df85f9c802b71ce914d004d4bce0f5679fdd63f6c08d2ff2d8bfecc3bf5ee12c6ce7f478501a2ea SHA512 bebe909e40bfe32ebb2216e9215fe36580c048d3784c6317c1358f2be28311ae34c01c0fe8e13848b9d5075ead12daf087349911bdcd308677b7000e05ed7710 DIST kaccounts-integration-19.04.0.tar.xz 71012 BLAKE2B 0f6cc7c0961fa8f3149e2023bf7b34578abc6ba0754579ac49c460934e87537815a295e162ba473cb02b103ea6e52b13be09edce5f2c11a1eed31b98a43a08b3 SHA512 e68b5b40213df6f5570eecf66d6ba9510d42bbe23f0b756a1262db37f1ca6e367ea00cf921f2cb13971c193eaf726f90f78d7919661fabef5f44b2663076f69a +DIST kaccounts-integration-19.04.1.tar.xz 71040 BLAKE2B dc5d24089a067c6905445f6773c76c29072c350a6c27f175da68dac5c5413746de2a9af879b2d77cba33bcb2ce3b6105e8a2082c207b931984e938067105f84d SHA512 f34a69b4c1be0bc96bf800880e58e358af90b9d780bf695b45d8d6d5195d1d3f3ff074c404a075bd1b14f932ac7c0129eaf201650eff074e730fff1fededaace diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-19.04.1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-19.04.1.ebuild new file mode 100644 index 000000000000..3e554d7f971c --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-19.04.1.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 ~arm64 ~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" |