Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
KDE Pim
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Unmaintained
KDE Pim
Commits
795e6667
Commit
795e6667
authored
May 04, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
More split
parent
17a41ac7
Changes
19
Hide whitespace changes
Inline
Side-by-side
Showing
19 changed files
with
34 additions
and
2 deletions
+34
-2
accountwizard/CMakeLists.txt
accountwizard/CMakeLists.txt
+1
-0
accountwizard/accountwizard.categories
accountwizard/accountwizard.categories
+1
-0
akonadiconsole/CMakeLists.txt
akonadiconsole/CMakeLists.txt
+1
-0
akonadiconsole/akonadiconsole.categories
akonadiconsole/akonadiconsole.categories
+1
-0
akregator/CMakeLists.txt
akregator/CMakeLists.txt
+2
-0
akregator/akregator.categories
akregator/akregator.categories
+1
-0
blogilo/CMakeLists.txt
blogilo/CMakeLists.txt
+2
-0
blogilo/blogilo.categories
blogilo/blogilo.categories
+2
-0
grantleeeditor/CMakeLists.txt
grantleeeditor/CMakeLists.txt
+1
-0
grantleeeditor/grantleeditor.categories
grantleeeditor/grantleeditor.categories
+5
-0
importwizard/CMakeLists.txt
importwizard/CMakeLists.txt
+1
-0
importwizard/importwizard.categories
importwizard/importwizard.categories
+1
-0
kalarm/CMakeLists.txt
kalarm/CMakeLists.txt
+2
-2
kalarm/kalarm.categories
kalarm/kalarm.categories
+3
-0
knotes/knotes.categories
knotes/knotes.categories
+1
-0
kontact/CMakeLists.txt
kontact/CMakeLists.txt
+2
-0
kontact/kontact.categories
kontact/kontact.categories
+1
-0
korganizer/CMakeLists.txt
korganizer/CMakeLists.txt
+3
-0
korganizer/korganizer.categories
korganizer/korganizer.categories
+3
-0
No files found.
accountwizard/CMakeLists.txt
View file @
795e6667
...
...
@@ -107,6 +107,7 @@ endif ()
add_subdirectory
(
src
)
install
(
FILES accountwizard.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
...
...
accountwizard/accountwizard.categories
0 → 100644
View file @
795e6667
log_accountwizard accountwizard (accountwizard)
akonadiconsole/CMakeLists.txt
View file @
795e6667
...
...
@@ -75,6 +75,7 @@ if(${CMAKE_SOURCE_DIR} STREQUAL ${akonadiconsole_SOURCE_DIR})
endif
()
install
(
FILES akonadiconsole.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
add_subdirectory
(
src
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
...
...
akonadiconsole/akonadiconsole.categories
0 → 100644
View file @
795e6667
log_akonadiconsole akonadiconsole (akonadiconsole)
akregator/CMakeLists.txt
View file @
795e6667
...
...
@@ -91,6 +91,8 @@ add_subdirectory(src)
add_subdirectory
(
kontactplugin
)
add_subdirectory
(
kconf_update
)
install
(
FILES akregator.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
endif
()
akregator/akregator.categories
0 → 100644
View file @
795e6667
log_akregator akregator (akregator)
blogilo/CMakeLists.txt
View file @
795e6667
...
...
@@ -74,6 +74,8 @@ add_subdirectory( src )
add_subdirectory
(
icons
)
add_subdirectory
(
kconf_update
)
install
(
FILES blogilo.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
endif
()
blogilo/blogilo.categories
0 → 100644
View file @
795e6667
log_blogilo blogilo (blogilo)
log_composereditorwebengine blogilo (composereditorwebengine)
grantleeeditor/CMakeLists.txt
View file @
795e6667
...
...
@@ -76,6 +76,7 @@ add_subdirectory(contactthemeeditor)
add_subdirectory
(
grantleethemeeditor
)
add_subdirectory
(
contactprintthemeeditor
)
install
(
FILES grantleeditor.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
...
...
grantleeeditor/grantleeditor.categories
0 → 100644
View file @
795e6667
log_contactprintthemeeditor grantleeeditor (contactprintthemeeditor)
log_headerthemeeditor grantleeeditor (headerthemeeditor)
log_contactthemeeditor grantleeeditor (contactthemeeditor)
log_grantleethemeeditor grantleeeditor (grantleethemeeditor)
importwizard/CMakeLists.txt
View file @
795e6667
...
...
@@ -78,6 +78,7 @@ include_directories(
add_subdirectory
(
src
)
install
(
FILES importwizard.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
...
...
importwizard/importwizard.categories
0 → 100644
View file @
795e6667
log_importwizard importwizard (importwizard)
kalarm/CMakeLists.txt
View file @
795e6667
...
...
@@ -88,10 +88,10 @@ add_definitions(-DQT_NO_CAST_FROM_ASCII)
add_definitions
(
-DQT_NO_CAST_TO_ASCII
)
add_definitions
(
-DQT_MESSAGELOGCONTEXT
)
#set(CMAKE_AUTOMOC_RELAXED_MODE ON)
add_subdirectory
(
src
)
install
(
FILES kalarm.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
endif
()
kalarm/kalarm.categories
0 → 100644
View file @
795e6667
log_kalarm kalarm (kalarm)
log_autostart_kalarm kalarm (autostart_kalarm)
log_koalarmclient kalarm (koalarmclient)
knotes/knotes.categories
View file @
795e6667
log_knotes knotes (knotes)
log_noteshared knotes (noteshared)
log_knoteskontactplugin knotes (knotes kontact plugin)
log_notesagentagent knotes (note agent)
kontact/CMakeLists.txt
View file @
795e6667
...
...
@@ -73,6 +73,8 @@ add_definitions(-DTRANSLATION_DOMAIN=\"kontact\")
add_subdirectory
(
src
)
add_subdirectory
(
kconf_update
)
install
(
FILES kontact.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
endif
()
kontact/kontact.categories
0 → 100644
View file @
795e6667
log_kontact kontact (kontact application)
korganizer/CMakeLists.txt
View file @
795e6667
...
...
@@ -127,6 +127,9 @@ add_definitions( -DQT_NO_CAST_TO_ASCII )
add_subdirectory
(
src
)
add_subdirectory
(
korgac
)
install
(
FILES korganizer.categories DESTINATION
${
KDE_INSTALL_CONFDIR
}
)
if
(
"
${
CMAKE_BINARY_DIR
}
"
STREQUAL
"
${
CMAKE_CURRENT_BINARY_DIR
}
"
)
feature_summary
(
WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES
)
endif
()
korganizer/korganizer.categories
0 → 100644
View file @
795e6667
log_korganizer korganizer (korganizer)
log_korganizer_plugin korganizer (korganizer kontact plugins)
log_korganizer_kontactplugins_specialdates korganizer (kontactplugins korganizer special dates)
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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