forked from gentoo/gentoo
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
kde-apps/kaccounts-integration: New package
Needed for KDEs Telepathy client based on KF5. Import from kde overlay. Package-Manager: portage-2.2.20.1
- Loading branch information
Showing
3 changed files
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
DIST kaccounts-integration-15.08.0.tar.xz 60104 SHA256 f565cb2eae4a6ee47944fee4ba09039b0672a517f57ed1d4a37e9aa856e80fa3 SHA512 f480cd7697b890e6786d6e93589b3109600bdcf84586d0d6803f6e2a7ec20cda03a7c692133781f1b257a57e0f2e3b9da6bf32709aadef42caca7f6be7e870dd WHIRLPOOL 3f0f3e49410c32d5653f11884d0b20d82fcdaf0d2262f6553308545a3351279f9336877356bedf288639ab5deda18231189b02a87ad34b14ace1195877451423 |
50 changes: 50 additions & 0 deletions
50
kde-apps/kaccounts-integration/kaccounts-integration-15.08.0.ebuild
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# Copyright 1999-2015 Gentoo Foundation | ||
# Distributed under the terms of the GNU General Public License v2 | ||
# $Id$ | ||
|
||
EAPI=5 | ||
|
||
KDE_TEST="true" | ||
VIRTUALDBUS_TEST="true" | ||
KDE_PUNT_BOGUS_DEPS="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 ~x86" | ||
IUSE="kdepim" | ||
|
||
RDEPEND=" | ||
$(add_frameworks_dep kconfig) | ||
$(add_frameworks_dep kconfigwidgets) | ||
$(add_frameworks_dep kcoreaddons) | ||
$(add_frameworks_dep kdbusaddons) | ||
$(add_frameworks_dep ki18n) | ||
$(add_frameworks_dep kiconthemes) | ||
$(add_frameworks_dep kio) | ||
$(add_frameworks_dep kwallet) | ||
$(add_frameworks_dep kwidgetsaddons) | ||
dev-qt/qtdbus:5 | ||
dev-qt/qtdeclarative:5 | ||
dev-qt/qtgui:5 | ||
dev-qt/qtwidgets:5 | ||
net-libs/accounts-qt | ||
net-libs/signond | ||
kdepim? ( $(add_kdeapps_dep kdepimlibs) ) | ||
" | ||
DEPEND="${RDEPEND} | ||
$(add_frameworks_dep kcmutils) | ||
" | ||
|
||
# bug #549444 | ||
RESTRICT="test" | ||
|
||
src_configure() { | ||
local mycmakeargs=( | ||
$(cmake-utils_use_find_package kdepim KF5Akonadi) | ||
) | ||
|
||
kde5_src_configure | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> | ||
<pkgmetadata> | ||
<herd>kde</herd> | ||
<use> | ||
<flag name="kdepim">KDE PIM integration via <pkg>kde-apps/kdepimlibs</pkg></flag> | ||
</use> | ||
</pkgmetadata> |