[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [kdepim] /: More split
From:       Montel Laurent <montel () kde ! org>
Date:       2016-05-04 5:40:37
Message-ID: E1axpY5-0004h0-BB () scm ! kde ! org
[Download RAW message or body]

Git commit 795e6667cda4cd638a91808344efedfcff31c67f by Montel Laurent.
Committed on 04/05/2016 at 05:34.
Pushed by mlaurent into branch 'master'.

More split

M  +1    -0    accountwizard/CMakeLists.txt
A  +1    -0    accountwizard/accountwizard.categories
M  +1    -0    akonadiconsole/CMakeLists.txt
A  +1    -0    akonadiconsole/akonadiconsole.categories
M  +2    -0    akregator/CMakeLists.txt
A  +1    -0    akregator/akregator.categories
M  +2    -0    blogilo/CMakeLists.txt
A  +2    -0    blogilo/blogilo.categories
M  +1    -0    grantleeeditor/CMakeLists.txt
A  +5    -0    grantleeeditor/grantleeditor.categories
M  +1    -0    importwizard/CMakeLists.txt
A  +1    -0    importwizard/importwizard.categories
M  +2    -2    kalarm/CMakeLists.txt
A  +3    -0    kalarm/kalarm.categories
M  +1    -0    knotes/knotes.categories
M  +2    -0    kontact/CMakeLists.txt
A  +1    -0    kontact/kontact.categories
M  +3    -0    korganizer/CMakeLists.txt
A  +3    -0    korganizer/korganizer.categories

http://commits.kde.org/kdepim/795e6667cda4cd638a91808344efedfcff31c67f

diff --git a/accountwizard/CMakeLists.txt b/accountwizard/CMakeLists.txt
index 4f90b3e..c711a66 100644
--- a/accountwizard/CMakeLists.txt
+++ b/accountwizard/CMakeLists.txt
@@ -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)
diff --git a/accountwizard/accountwizard.categories b/accountwizard/accountwizard.categories
new file mode 100644
index 0000000..e75ca01
--- /dev/null
+++ b/accountwizard/accountwizard.categories
@@ -0,0 +1 @@
+log_accountwizard accountwizard (accountwizard)
diff --git a/akonadiconsole/CMakeLists.txt b/akonadiconsole/CMakeLists.txt
index 4ece3e9..8746956 100644
--- a/akonadiconsole/CMakeLists.txt
+++ b/akonadiconsole/CMakeLists.txt
@@ -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}")
diff --git a/akonadiconsole/akonadiconsole.categories b/akonadiconsole/akonadiconsole.categories
new file mode 100644
index 0000000..0549522
--- /dev/null
+++ b/akonadiconsole/akonadiconsole.categories
@@ -0,0 +1 @@
+log_akonadiconsole akonadiconsole (akonadiconsole)
diff --git a/akregator/CMakeLists.txt b/akregator/CMakeLists.txt
index a2f04de..3551fc5 100644
--- a/akregator/CMakeLists.txt
+++ b/akregator/CMakeLists.txt
@@ -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()
diff --git a/akregator/akregator.categories b/akregator/akregator.categories
new file mode 100644
index 0000000..75b53f8
--- /dev/null
+++ b/akregator/akregator.categories
@@ -0,0 +1 @@
+log_akregator akregator (akregator)
diff --git a/blogilo/CMakeLists.txt b/blogilo/CMakeLists.txt
index 9d82a83..c3be420 100644
--- a/blogilo/CMakeLists.txt
+++ b/blogilo/CMakeLists.txt
@@ -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()
diff --git a/blogilo/blogilo.categories b/blogilo/blogilo.categories
new file mode 100644
index 0000000..e7f593c
--- /dev/null
+++ b/blogilo/blogilo.categories
@@ -0,0 +1,2 @@
+log_blogilo blogilo (blogilo)
+log_composereditorwebengine blogilo (composereditorwebengine)
diff --git a/grantleeeditor/CMakeLists.txt b/grantleeeditor/CMakeLists.txt
index afe1c0e..41f3301 100644
--- a/grantleeeditor/CMakeLists.txt
+++ b/grantleeeditor/CMakeLists.txt
@@ -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)
diff --git a/grantleeeditor/grantleeditor.categories b/grantleeeditor/grantleeditor.categories
new file mode 100644
index 0000000..7428bff
--- /dev/null
+++ b/grantleeeditor/grantleeditor.categories
@@ -0,0 +1,5 @@
+log_contactprintthemeeditor grantleeeditor (contactprintthemeeditor)
+log_headerthemeeditor grantleeeditor (headerthemeeditor)
+log_contactthemeeditor grantleeeditor (contactthemeeditor)
+log_grantleethemeeditor grantleeeditor (grantleethemeeditor)
+
diff --git a/importwizard/CMakeLists.txt b/importwizard/CMakeLists.txt
index d5505b3..6c54945 100644
--- a/importwizard/CMakeLists.txt
+++ b/importwizard/CMakeLists.txt
@@ -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)
diff --git a/importwizard/importwizard.categories b/importwizard/importwizard.categories
new file mode 100644
index 0000000..a8e7f9e
--- /dev/null
+++ b/importwizard/importwizard.categories
@@ -0,0 +1 @@
+log_importwizard importwizard (importwizard)
diff --git a/kalarm/CMakeLists.txt b/kalarm/CMakeLists.txt
index 2fa765d..e7c93b4 100644
--- a/kalarm/CMakeLists.txt
+++ b/kalarm/CMakeLists.txt
@@ -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()
diff --git a/kalarm/kalarm.categories b/kalarm/kalarm.categories
new file mode 100644
index 0000000..b36a475
--- /dev/null
+++ b/kalarm/kalarm.categories
@@ -0,0 +1,3 @@
+log_kalarm kalarm (kalarm)
+log_autostart_kalarm kalarm (autostart_kalarm)
+log_koalarmclient kalarm (koalarmclient)
diff --git a/knotes/knotes.categories b/knotes/knotes.categories
index 6ecfe59..5f87fb8 100644
--- a/knotes/knotes.categories
+++ b/knotes/knotes.categories
@@ -1,3 +1,4 @@
 log_knotes knotes (knotes)
 log_noteshared knotes (noteshared)
 log_knoteskontactplugin knotes (knotes kontact plugin)
+log_notesagentagent knotes (note agent)
diff --git a/kontact/CMakeLists.txt b/kontact/CMakeLists.txt
index 5ebc485..e3949c8 100644
--- a/kontact/CMakeLists.txt
+++ b/kontact/CMakeLists.txt
@@ -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()
diff --git a/kontact/kontact.categories b/kontact/kontact.categories
new file mode 100644
index 0000000..243f1b4
--- /dev/null
+++ b/kontact/kontact.categories
@@ -0,0 +1 @@
+log_kontact kontact (kontact application)
diff --git a/korganizer/CMakeLists.txt b/korganizer/CMakeLists.txt
index e0ce88d..5967cee 100644
--- a/korganizer/CMakeLists.txt
+++ b/korganizer/CMakeLists.txt
@@ -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()
diff --git a/korganizer/korganizer.categories b/korganizer/korganizer.categories
new file mode 100644
index 0000000..7f61b78
--- /dev/null
+++ b/korganizer/korganizer.categories
@@ -0,0 +1,3 @@
+log_korganizer korganizer (korganizer)
+log_korganizer_plugin korganizer (korganizer kontact plugins)
+log_korganizer_kontactplugins_specialdates korganizer (kontactplugins korganizer special dates)

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic