Skip to content

Commit

Permalink
kde-apps/calendarjanitor: 20.08.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 Aug 13, 2020
1 parent cfca906 commit 197addf
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 0 deletions.
1 change: 1 addition & 0 deletions kde-apps/calendarjanitor/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST akonadi-calendar-tools-20.04.3.tar.xz 224784 BLAKE2B dee144e70ccae0cba4a84a11a6b3a9d18a8801da6257dce963e1b77d5a80bb3b18ef86ef97a383b966c249d0bd0fdc43967297b6a13b8212069cdf2aa3d8ab99 SHA512 58acc5a2f82daf1948be21e8a1a009c096588d1e0e20ca3e4f11afcaa3a787001f084966052cafc462f0c8d3b9f284aee8b25bd566876e6d86bb457ce1f46be5
DIST akonadi-calendar-tools-20.08.0.tar.xz 225376 BLAKE2B c54a8573d07870f90afb53d6d32677c7c7cbe7e36bb84f1da46ee2fa099a5d96ce66f4081ada9776e8e7c296456403eef11012740a3b1310aa2ce58d24314a31 SHA512 99d48ea13b12933eee9526ec7dd47a43574f701764c839f248a211cd68e05775e0f55b8b85bc2cb9bfd87d81ea767ea05ccdfe0aed82213b1d1a217fbe77141e
43 changes: 43 additions & 0 deletions kde-apps/calendarjanitor/calendarjanitor-20.08.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

ECM_HANDBOOK="forceoptional" # FIXME: Check back for doc in release
ECM_TEST="false"
KDE_ORG_NAME="akonadi-calendar-tools"
PVCUT=$(ver_cut 1-3)
KFMIN=5.72.0
QTMIN=5.14.2
inherit ecm kde.org

DESCRIPTION="Tool to scan calendar data for buggy instances"

LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="5"
KEYWORDS="~amd64 ~arm64 ~x86"
IUSE=""

DEPEND="
>=dev-qt/qtwidgets-${QTMIN}:5
>=kde-apps/akonadi-${PVCUT}:5
>=kde-apps/akonadi-calendar-${PVCUT}:5
>=kde-apps/calendarsupport-${PVCUT}:5
>=kde-frameworks/kcalendarcore-${KFMIN}:5
>=kde-frameworks/kcoreaddons-${KFMIN}:5
>=kde-frameworks/ki18n-${KFMIN}:5
"
RDEPEND="${DEPEND}"

src_prepare() {
ecm_src_prepare

cmake_comment_add_subdirectory doc konsolekalendar
sed -i -e "/console\.categories/ s/^/#DONT/" CMakeLists.txt || die

# delete colliding konsolekalendar translations
if [[ ${KDE_BUILD_TYPE} = release ]]; then
rm -f po/*/konsolekalendar.po || die
rm -rf po/*/docs/konsolekalendar || die
fi
}

0 comments on commit 197addf

Please sign in to comment.