diff options
author | 2016-09-15 21:33:27 +1000 | |
---|---|---|
committer | 2016-09-15 21:38:26 +1000 | |
commit | 5bc2531e9317b8679cc9e1ae68ee5883518bb613 (patch) | |
tree | 29fde51ed18962fcd1f1c5cf98f58ba728bc67f7 /kde-apps/kaccounts-integration | |
parent | profiles: mask >=kde-apps/minuet-16.08.0 as it requires masked Qt 5.7 (diff) | |
download | gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.gz gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.tar.bz2 gentoo-5bc2531e9317b8679cc9e1ae68ee5883518bb613.zip |
kde-apps: version bump 16.08.1
Package-Manager: portage-2.3.0
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-16.08.1.ebuild | 40 |
2 files changed, 41 insertions, 0 deletions
diff --git a/kde-apps/kaccounts-integration/Manifest b/kde-apps/kaccounts-integration/Manifest index ac08776e86b5..416855f96607 100644 --- a/kde-apps/kaccounts-integration/Manifest +++ b/kde-apps/kaccounts-integration/Manifest @@ -1 +1,2 @@ DIST kaccounts-integration-16.04.3.tar.xz 45928 SHA256 8ba258fb7c0cb726a9a4e33a503cdee8b1f45f8509893bb18828cedb8d975773 SHA512 0d3b6245b9293800f5ac7253cef47183cd4b1a635e94342a46103fb7fabd8f558e5d37c91b98d26b2860ce542b7c5079c87889fb56c054c839cee7a065eb22aa WHIRLPOOL 5b0faf279b2706c38aff4d2b9f3f39f801a95877a5a01b98f55f32c5d9854f916a4fb97af4f296884282ddad9f2208db4e5449783b41eeb6e57f3302b0be98ec +DIST kaccounts-integration-16.08.1.tar.xz 46160 SHA256 892b5e21e70b6419a26cbb403221c860eb7a4ae8607d39abfce55b7b5103525e SHA512 8a8d941c3f8816d1be46753cd0a07ab886305ac229150938b33bafe87a2f3befa95570c40df96c249f924d874a7fefba4f39a384ce4182c1965119b1ab3ae726 WHIRLPOOL bdbeb752f4246b4bed42553deb63a20aeea600c72c702272ba815965382a40a4a1e02b1e7e3925a85035d6a24b8de415dfa51d856c6ecccc66573f12f8b99209 diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-16.08.1.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-16.08.1.ebuild new file mode 100644 index 000000000000..b49345f253cc --- /dev/null +++ b/kde-apps/kaccounts-integration/kaccounts-integration-16.08.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +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="" + +COMMON_DEPEND=" + $(add_frameworks_dep kconfigwidgets) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdbusaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep ki18n) + $(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) + sys-devel/gettext +" +RDEPEND="${COMMON_DEPEND}" + +# bug #549444 +RESTRICT="test" |