diff options
author | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 21:33:27 +1000 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2016-09-15 21:38:26 +1000 |
commit | 5bc2531e9317b8679cc9e1ae68ee5883518bb613 (patch) | |
tree | 29fde51ed18962fcd1f1c5cf98f58ba728bc67f7 /kde-apps/kcontacts | |
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/kcontacts')
-rw-r--r-- | kde-apps/kcontacts/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kcontacts/kcontacts-16.08.1.ebuild | 33 | ||||
-rw-r--r-- | kde-apps/kcontacts/metadata.xml | 8 |
3 files changed, 42 insertions, 0 deletions
diff --git a/kde-apps/kcontacts/Manifest b/kde-apps/kcontacts/Manifest new file mode 100644 index 000000000000..7181a4091559 --- /dev/null +++ b/kde-apps/kcontacts/Manifest @@ -0,0 +1 @@ +DIST kcontacts-16.08.1.tar.xz 145256 SHA256 07b5481c1d4a6459844f7411f0523c2f7875654224759f2bf7a206008ec618a5 SHA512 8858504a0064374b11924a85f5c13c21756e1a88dcd52047ccd0400e0436686490467a2eff87fd8e2641aa602cea762856dbfa3222802a61aca5e87cfe0ef7ed WHIRLPOOL 9a8fef616dc60c8c70effa692fb9345ac1212806a9e06eebc6ec06c3afbd124550c7b4de15f1cdbcc760d88e10c13fb518beb1640ad735ea3a037ea0d9dac85e diff --git a/kde-apps/kcontacts/kcontacts-16.08.1.ebuild b/kde-apps/kcontacts/kcontacts-16.08.1.ebuild new file mode 100644 index 000000000000..257365afd2a7 --- /dev/null +++ b/kde-apps/kcontacts/kcontacts-16.08.1.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="true" +VIRTUALX_REQUIRED="test" +inherit kde5 + +DESCRIPTION="Address book API based on KDE Frameworks" +LICENSE="GPL-2+" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND=" + $(add_frameworks_dep kcodecs) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_qt_dep qtdbus) + $(add_qt_dep qtgui) +" +DEPEND="${RDEPEND}" + +src_prepare() { + kde5_src_prepare + + # FIXME: Fails test because access to /dev/dri/card0 is denied + sed -i \ + -e "/ecm_add_tests/ s/picturetest\.cpp //" \ + autotests/CMakeLists.txt || die +} diff --git a/kde-apps/kcontacts/metadata.xml b/kde-apps/kcontacts/metadata.xml new file mode 100644 index 000000000000..2fdbf33d963d --- /dev/null +++ b/kde-apps/kcontacts/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> +</pkgmetadata> |