diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 19:40:01 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-06-07 19:40:52 +0200 |
commit | dfa3e347a6d4bcb874f5987bca6ef59b0956ace6 (patch) | |
tree | 0b453163dd8c4e407e5884da36606554bf5824e7 /kde-apps/kcontacts/kcontacts-18.04.1.ebuild | |
parent | net-wireless/inspectrum: bump (diff) | |
download | gentoo-dfa3e347a6d4bcb874f5987bca6ef59b0956ace6.tar.gz gentoo-dfa3e347a6d4bcb874f5987bca6ef59b0956ace6.tar.bz2 gentoo-dfa3e347a6d4bcb874f5987bca6ef59b0956ace6.zip |
kde-apps: Drop KDE Applications 18.04.1
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'kde-apps/kcontacts/kcontacts-18.04.1.ebuild')
-rw-r--r-- | kde-apps/kcontacts/kcontacts-18.04.1.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/kde-apps/kcontacts/kcontacts-18.04.1.ebuild b/kde-apps/kcontacts/kcontacts-18.04.1.ebuild deleted file mode 100644 index 724b2339fd3c..000000000000 --- a/kde-apps/kcontacts/kcontacts-18.04.1.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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="" - -DEPEND=" - $(add_frameworks_dep kcodecs) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_qt_dep qtgui) -" -RDEPEND="${DEPEND} - !kde-apps/kdepim-l10n -" - -PATCHES=( "${FILESDIR}/${PN}-18.04.0-unused-dep.patch" ) - -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 -} - -src_test() { - mkdir -p "${HOME}/.local/share/kf5/kcontacts" || die - cp "${S}/src/countrytransl.map" "${HOME}/.local/share/kf5/kcontacts/" || die - kde5_src_test -} |