diff options
author | 2020-11-25 18:50:42 +0100 | |
---|---|---|
committer | 2020-11-25 19:05:13 +0100 | |
commit | d618b86c20111860b61847015eb2cd48b8d0cfcc (patch) | |
tree | 577d86e7da59023116c2b360e1a8e860f9bff4ab /kde-apps/kitinerary | |
parent | kde-apps/kimap: drop 20.04.3* (diff) | |
download | gentoo-d618b86c20111860b61847015eb2cd48b8d0cfcc.tar.gz gentoo-d618b86c20111860b61847015eb2cd48b8d0cfcc.tar.bz2 gentoo-d618b86c20111860b61847015eb2cd48b8d0cfcc.zip |
kde-apps/kitinerary: drop 20.04.3*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/kitinerary')
-rw-r--r-- | kde-apps/kitinerary/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/kitinerary/files/kitinerary-20.04.3-poppler-20.08.patch | 32 | ||||
-rw-r--r-- | kde-apps/kitinerary/kitinerary-20.04.3.ebuild | 46 |
3 files changed, 0 insertions, 79 deletions
diff --git a/kde-apps/kitinerary/Manifest b/kde-apps/kitinerary/Manifest index 67ba99a75cb3..d57d590e7141 100644 --- a/kde-apps/kitinerary/Manifest +++ b/kde-apps/kitinerary/Manifest @@ -1,2 +1 @@ -DIST kitinerary-20.04.3.tar.xz 1280676 BLAKE2B 17e02987ed40985b8adcec81f6499ca968a89f22919cd6af2f16d6c5623b8b767fb43142aa4ff93e8d24c6ba483b553e7817d0e74c68bebe8b897d689704e2ca SHA512 eee734fc06373aed09e0eadd7ef232cde5ba07adf4d0996117bc4a0ee16cf80fc7f607ae1dc92033ea404e70eb8afcf5a676ff71e286613272c0d1051d7b7168 DIST kitinerary-20.08.3.tar.xz 1756240 BLAKE2B 2c25e6befd0f3924fb80c7ec5de6526b1f45e663104fc8e3637456354f25984a2bc3d4d00c94f163781aa9e55f365887774d586f01ef1c5e9d27bc3cdbfd2e8a SHA512 d48dbb2153662352f7abb0a615f4a88b5f55c783e9aaab92b38c65b15dd22c4f7ab328e3d372ba8a23620711676785f7aaf69b50aa3c73d46adf15045f53f4ea diff --git a/kde-apps/kitinerary/files/kitinerary-20.04.3-poppler-20.08.patch b/kde-apps/kitinerary/files/kitinerary-20.04.3-poppler-20.08.patch deleted file mode 100644 index 768cf5dc5097..000000000000 --- a/kde-apps/kitinerary/files/kitinerary-20.04.3-poppler-20.08.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 7098c8be9a5e7fabf74543308bfaf11a2ebe5484 Mon Sep 17 00:00:00 2001 -From: Volker Krause <vkrause@kde.org> -Date: Wed, 5 Aug 2020 17:18:13 +0200 -Subject: [PATCH] Fix build with latest Poppler - -That now has a leading 0 in its minor version number. ---- - CMakeLists.txt | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -diff --git a/CMakeLists.txt b/CMakeLists.txt -index e4d40f2..37787d8 100644 ---- a/CMakeLists.txt -+++ b/CMakeLists.txt -@@ -71,10 +71,10 @@ if(TARGET Poppler::Core) - endif() - endif() - if (HAVE_POPPLER) -- string(REPLACE "." ";" _poppler_version_components ${Poppler_VERSION}) -- list(GET _poppler_version_components 0 POPPLER_VERSION_MAJOR) -- list(GET _poppler_version_components 1 POPPLER_VERSION_MINOR) -- list(GET _poppler_version_components 2 POPPLER_VERSION_PATCH) -+ string(REGEX MATCH "([0-9]+)\.0*([0-9]+)\.0*([0-9]+)" _match ${Poppler_VERSION}) -+ set(POPPLER_VERSION_MAJOR ${CMAKE_MATCH_1}) -+ set(POPPLER_VERSION_MINOR ${CMAKE_MATCH_2}) -+ set(POPPLER_VERSION_PATCH ${CMAKE_MATCH_3}) - endif() - - if (TARGET ZXing::ZXing OR TARGET ZXing::Core) --- -GitLab - diff --git a/kde-apps/kitinerary/kitinerary-20.04.3.ebuild b/kde-apps/kitinerary/kitinerary-20.04.3.ebuild deleted file mode 100644 index b3aa5d1ab270..000000000000 --- a/kde-apps/kitinerary/kitinerary-20.04.3.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -ECM_TEST="true" -PVCUT=$(ver_cut 1-3) -KFMIN=5.70.0 -QTMIN=5.14.2 -VIRTUALX_REQUIRED="test" -inherit ecm kde.org - -DESCRIPTION="Data Model and Extraction System for Travel Reservation information" -HOMEPAGE="https://apps.kde.org/en/kontact" - -LICENSE="LGPL-2.1+" -SLOT="5" -KEYWORDS="amd64 arm64 x86" -IUSE="+barcode pdf" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-apps/kmime-${PVCUT}:5 - >=kde-apps/kpkpass-${PVCUT}:5 - >=kde-frameworks/karchive-${KFMIN}:5 - >=kde-frameworks/kcalendarcore-${KFMIN}:5 - >=kde-frameworks/kcontacts-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - sys-libs/zlib - barcode? ( ~media-libs/zxing-cpp-1.0.8 ) - pdf? ( app-text/poppler:=[qt5] ) -" -RDEPEND="${DEPEND} - !<kde-apps/kdepim-addons-18.07.80 -" - -PATCHES=( "${FILESDIR}/${P}-poppler-20.08.patch" ) # bug 735800 - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package barcode ZXing) - $(cmake_use_find_package pdf Poppler) - ) - ecm_src_configure -} |