8000 mark-devkit: Bump kde-apps/akonadi-import-wizard-23.08.2 by geaaru · Pull Request #81 · 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/akonadi-import-wizard-23.08.2 #81

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/akonadi-import-wizard/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST akonadi-import-wizard-23.08.2.tar.xz 515108 BLAKE2B 24c7d828f77048b99970ebbd2495b86fc932c01c85e6d3827e435394d1ed849ea5714a3732f1cab34b8ba86a43ee10183e402a38f5f6605551e7c6ac30d25260 SHA512 ff341f4bc7fe7453c6d0256985c52689418c1a6e1e272eadff65de325ba947bcc4e755ac2b81c0d84634f0fff6b7f8c56f84523c7ce92eefa634fd06cabaed2a
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7

KDE_HANDBOOK="forceoptional"
FRAMEWORKS_MINIMAL=5.98.0
QT_MINIMAL=5.15.1
inherit kde5

DESCRIPTION="Assistant to import PIM data from other applications into Akonadi"
HOMEPAGE+=" https://userbase.kde.org/KMail/Import_Options"
LICENSE="GPL-2+ handbook? ( FDL-1.2+ )"
SLOT="5"
KEYWORDS="*"
IUSE=""

DEPEND="
dev-libs/qtkeychain
$(add_qt_dep qtgui)
$(add_qt_dep qtwidgets)
$(add_qt_dep qtxml)
$(add_kdeapps_dep akonadi)
$(add_kdeapps_dep grantleetheme)
$(add_kdeapps_dep kidentitymanagement)
$(add_kdeapps_dep kmailtransport)
$(add_kdeapps_dep mailcommon)
$(add_kdeapps_dep mailimporter)
$(add_kdeapps_dep messagelib)
$(add_kdeapps_dep pimcommon)
$(add_frameworks_dep karchive)
$(add_frameworks_dep kcompletion)
$(add_frameworks_dep kconfig)
$(add_frameworks_dep kcontacts)
$(add_frameworks_dep kcoreaddons)
$(add_frameworks_dep kcrash)
$(add_frameworks_dep kdbusaddons)
$(add_frameworks_dep ki18n)
$(add_frameworks_dep kwallet)
$(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
"
RDEPEND="${DEPEND}"
0