Skip to content

Commit

Permalink
kde-apps/akonadi-search: 20.12.0 version bump
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
a17r committed Dec 12, 2020
1 parent eee2c8b commit 37ad988
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/akonadi-search/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST akonadi-search-20.08.3.tar.xz 94772 BLAKE2B a1ab156b0306dc543eff92711a7c3e3d94fde423a16fead67559b4b01b937178e549421d41dd486e3f68e4743c13a3667d7f432b656d990f02cac6edb0968a1c SHA512 db6246e428bfbe77239089e1bc4036b99dd8c070a70a995c698785ab202e5f975e30a7e0f36ac3fa41c859b928821f626f545c2be21479ffe5809e83068dbee8
DIST akonadi-search-20.12.0.tar.xz 93968 BLAKE2B b4790dcf22cd9514153c3e935d7e5ffc884ed25388667f3f747dc14056e7fda8d2ba002a0ca5c9cd5771eba40a2a876891dc615acc279710828b38685fd6e0c2 SHA512 b10cbb8119c10be9aad2f895591558543830e1621429738fd2ddbbe31452ee06f69a7417367b89803755001badb3be0ef612f027a9882fdf851bf74dc50ddfc9
49 changes: 49 additions & 0 deletions kde-apps/akonadi-search/akonadi-search-20.12.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_TEST="forceoptional"
PVCUT=$(ver_cut 1-3)
KFMIN=5.75.0
QTMIN=5.15.1
VIRTUALX_REQUIRED="test"
inherit ecm kde.org

DESCRIPTION="Libraries and daemons to implement searching in Akonadi"
HOMEPAGE="https://invent.kde.org/pim/akonadi-search"

LICENSE="GPL-2+ LGPL-2.1+"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE=""

RESTRICT+=" test" # perpetually broken, bug 662378

BDEPEND="
test? ( >=kde-apps/akonadi-${PVCUT}:5[tools] )
"
RDEPEND="
>=dev-libs/xapian-1.3:=[chert(+)]
>=dev-qt/qtdbus-${QTMIN}:5
>=dev-qt/qtgui-${QTMIN}:5
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-apps/akonadi-${PVCUT}:5
>=kde-apps/akonadi-mime-${PVCUT}:5
>=kde-apps/kmime-${PVCUT}:5
>=kde-frameworks/kcalendarcore-${KFMIN}:5
>=kde-frameworks/kcmutils-${KFMIN}:5
>=kde-frameworks/kcodecs-${KFMIN}:5
>=kde-frameworks/kconfig-${KFMIN}:5
>=kde-frameworks/kconfigwidgets-${KFMIN}:5
>=kde-frameworks/kcontacts-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/kdbusaddons-${KFMIN}:5
>=kde-frameworks/kio-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
>=kde-frameworks/krunner-${KFMIN}:5
"
DEPEND="${RDEPEND}
dev-libs/boost
test? ( >=kde-apps/akonadi-${PVCUT}:5[mysql,postgres,sqlite] )
"

0 comments on commit 37ad988

Please sign in to comment.