8000 mark-devkit: Bump kde-apps/akonadiconsole-23.08.2 by geaaru · Pull Request #63 · macaroni-os/kde-kit · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

mark-devkit: Bump kde-apps/akonadiconsole-23.08.2 #63

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions kde-apps/akonadiconsole/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST akonadiconsole-23.08.2.tar.xz 281744 BLAKE2B de940f677ba91b6633a48b3f70f8750360fd33572c78b3fe2c7e225f3b54ac980c9a5e7c3f4045273475380e6405dc6fc1150db3b639e7a35c58d6ace34a4d4d SHA512 aa51e7988722fb339ae705344c076018274c8be5ae21a4649f3f3fe2d0ea67661d114b31dbb3dbfab71e213b93e39a7802f3387187708e32c8e934e56d3e9539
48 changes: 48 additions & 0 deletions kde-apps/akonadiconsole/akonadiconsole-23.08.2.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_HANDBOOK="forceoptional" # FIXME: Check back for doc in release
FRAMEWORKS_MINIMAL=5.98.0
QT_MINIMAL=5.15.2
inherit kde5

DESCRIPTION="Application for debugging Akonadi Resources"
HOMEPAGE="https://techbase.kde.org/KDE_PIM/Akonadi/Development_Tools"

LICENSE="GPL-2+ LGPL-2.1+ handbook? ( FDL-1.2+ )"
SLOT="5"
KEYWORDS="*"
IUSE=""

DEPEND="
dev-libs/xapian:=
$(add_qt_dep qtdbus)
$(add_qt_dep qtgui)
$(add_qt_dep qtsql)
$(add_qt_dep qtwidgets)
$(add_kdeapps_dep akonadi)
$(add_kdeapps_dep akonadi-contacts)
$(add_kdeapps_dep akonadi-mime)
$(add_kdeapps_dep akonadi-search)
$(add_kdeapps_dep calendarsupport)
$(add_kdeapps_dep kmime)
$(add_kdeapps_dep libkdepim)
$(add_kdeapps_dep messagelib)
$(add_frameworks_dep kcalendarcore)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kconfigwidgets)
$(add_frameworks_dep kcontacts)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep kio)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kitemmodels)
$(add_frameworks_dep kitemviews)
$(add_frameworks_dep ktextwidgets)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
"
RDEPEND="${DEPEND}"
0