Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KOrganizer
Commits
1b81f749
Commit
1b81f749
authored
Oct 03, 2021
by
Laurent Montel
Browse files
akonadi-search is unused
parent
cb76ece2
Pipeline
#84562
passed with stage
in 15 minutes and 11 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.kde-ci.yml
View file @
1b81f749
...
...
@@ -13,7 +13,6 @@ Dependencies:
'
kde/pim/akonadi-contacts'
:
'
@same'
'
kde/pim/akonadi-mime'
:
'
@same'
'
kde/pim/akonadi-notes'
:
'
@same'
'
kde/pim/akonadi-search'
:
'
@same'
'
kde/pim/calendarsupport'
:
'
@same'
'
kde/pim/eventviews'
:
'
@same'
'
kde/pim/incidenceeditor'
:
'
@same'
...
...
CMakeLists.txt
View file @
1b81f749
...
...
@@ -75,9 +75,6 @@ set(CALENDARSUPPORT_LIB_VERSION "5.18.40")
set
(
EVENTVIEW_LIB_VERSION
"5.18.42"
)
set
(
AKONADI_SEARCH_VERSION
"5.18.40"
)
find_package
(
KF5AkonadiSearch
${
AKONADI_SEARCH_VERSION
}
CONFIG REQUIRED
)
set_package_properties
(
KF5AkonadiSearch PROPERTIES DESCRIPTION
"The Akonadi Search libraries"
URL
"ttps://invent.kde.org/pim/akonadi-search"
TYPE REQUIRED PURPOSE
"Provides search capabilities in pim apps and Akonadi"
)
# Find KF5 package
find_package
(
KF5I18n
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
find_package
(
KF5Codecs
${
KF5_MIN_VERSION
}
CONFIG REQUIRED
)
...
...
src/CMakeLists.txt
View file @
1b81f749
...
...
@@ -295,7 +295,6 @@ target_link_libraries(korganizerprivate
KF5::AkonadiCore
KF5::AkonadiCalendar
KF5::AkonadiNotes
KF5::AkonadiSearchPIM
KF5::Contacts
KF5::CalendarCore
KF5::CalendarUtils
...
...
Heiko Becker
@heikobecker
mentioned in commit
5e3ae7ea
·
Nov 08, 2021
mentioned in commit
5e3ae7ea
mentioned in commit 5e3ae7ea901199b3f1d2b3cef47b58df45be6074
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment