Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
Akregator
Commits
9680827b
Commit
9680827b
authored
Jan 11, 2015
by
Laurent Montel
😁
Browse files
Update installation variables.
parent
56548bd2
Changes
9
Hide whitespace changes
Inline
Side-by-side
configuration/CMakeLists.txt
View file @
9680827b
...
...
@@ -16,8 +16,8 @@ target_link_libraries(akregator_config_general
KF5::KIOCore
)
install
(
FILES akregator_config_general.desktop DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
TARGETS akregator_config_general DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
FILES akregator_config_general.desktop DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
install
(
TARGETS akregator_config_general DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
########### next target ###############
...
...
@@ -31,8 +31,8 @@ target_link_libraries(akregator_config_appearance
KF5::KIOCore
)
install
(
FILES akregator_config_appearance.desktop DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
TARGETS akregator_config_appearance DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
FILES akregator_config_appearance.desktop DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
install
(
TARGETS akregator_config_appearance DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
########### next target ###############
...
...
@@ -46,8 +46,8 @@ target_link_libraries(akregator_config_archive
KF5::KIOCore
)
install
(
FILES akregator_config_archive.desktop DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
TARGETS akregator_config_archive DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
FILES akregator_config_archive.desktop DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
install
(
TARGETS akregator_config_archive DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
########### next target ###############
...
...
@@ -61,8 +61,8 @@ target_link_libraries(akregator_config_browser
KF5::KIOCore
)
install
(
FILES akregator_config_browser.desktop DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
TARGETS akregator_config_browser DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
FILES akregator_config_browser.desktop DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
install
(
TARGETS akregator_config_browser DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
########### next target ###############
...
...
@@ -79,5 +79,5 @@ target_link_libraries(akregator_config_advanced
KF5::KIOCore
)
install
(
FILES akregator_config_advanced.desktop DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
TARGETS akregator_config_advanced DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
FILES akregator_config_advanced.desktop DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
install
(
TARGETS akregator_config_advanced DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
export/CMakeLists.txt
View file @
9680827b
...
...
@@ -14,5 +14,5 @@ target_link_libraries(akregatorstorageexporter
akregatorinterfaces
)
install
(
TARGETS akregatorstorageexporter
${
INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
TARGETS akregatorstorageexporter
${
KDE_
INSTALL_TARGETS_DEFAULT_ARGS
}
)
interfaces/CMakeLists.txt
View file @
9680827b
...
...
@@ -23,6 +23,6 @@ target_link_libraries(akregatorinterfaces
set_target_properties
(
akregatorinterfaces PROPERTIES VERSION
${
KDEPIM_LIB_VERSION
}
SOVERSION
${
KDEPIM_LIB_SOVERSION
}
)
install
(
TARGETS akregatorinterfaces
${
INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
FILES akregator.kcfg DESTINATION
${
K
CFG
_INSTALL_DIR
}
)
install
(
TARGETS akregatorinterfaces
${
KDE_
INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
FILES akregator.kcfg DESTINATION
${
K
DE
_INSTALL_
KCFG
DIR
}
)
plugins/mk4storage/CMakeLists.txt
View file @
9680827b
...
...
@@ -45,8 +45,8 @@ target_link_libraries(akregator_mk4storage_plugin
akregatorinterfaces
)
install
(
TARGETS akregator_mk4storage_plugin DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
TARGETS akregator_mk4storage_plugin DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
########### install files ###############
install
(
FILES akregator_mk4storage_plugin.desktop DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
FILES akregator_mk4storage_plugin.desktop DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
plugins/onlinesync/CMakeLists.txt
View file @
9680827b
...
...
@@ -31,8 +31,8 @@ target_link_libraries(akregator_config_onlinesync
${
KDE4_KPARTS_LIBS
}
)
install
(
FILES akregator_config_onlinesync.desktop DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
TARGETS akregator_config_onlinesync DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
FILES akregator_config_onlinesync.desktop DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
install
(
TARGETS akregator_config_onlinesync DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
########### next target ###############
...
...
@@ -63,6 +63,6 @@ target_link_libraries(akregator_onlinesync_plugin
${
KDE4_KPARTS_LIBS
}
)
install
(
FILES akregator_onlinesync_plugin.desktop DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
TARGETS akregator_onlinesync_plugin DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
FILES akregator_onlinesync_plugin.rc DESTINATION
${
DATA
_INSTALL_DIR
}
/akregator_onlinesync_plugin
)
install
(
FILES akregator_onlinesync_plugin.desktop DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
install
(
TARGETS akregator_onlinesync_plugin DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
install
(
FILES akregator_onlinesync_plugin.rc DESTINATION
${
KDE
_INSTALL_
DATA
DIR
}
/akregator_onlinesync_plugin
)
plugins/sharemicroblog/CMakeLists.txt
View file @
9680827b
...
...
@@ -20,9 +20,9 @@ MESSAGE(STATUS "Akregator plasma plugin disabled")
# KF5::KIOCore
#)
#install(FILES akregator_sharemicroblog_plugin.desktop DESTINATION ${
SERVICES
_INSTALL_DIR})
#install(TARGETS akregator_sharemicroblog_plugin DESTINATION ${
PLUGIN
_INSTALL_DIR})
#install(FILES akregator_sharemicroblog_plugin.rc DESTINATION ${
DATA
_INSTALL_DIR}/akregator_sharemicroblog_plugin)
#install(FILES akregator_sharemicroblog_plugin.desktop DESTINATION ${
KDE
_INSTALL_
KSERVICES5
DIR})
#install(TARGETS akregator_sharemicroblog_plugin DESTINATION ${
KDE
_INSTALL_
PLUGIN
DIR})
#install(FILES akregator_sharemicroblog_plugin.rc DESTINATION ${
KDE
_INSTALL_
DATA
DIR}/akregator_sharemicroblog_plugin)
########### settings target ###############
...
...
@@ -39,5 +39,5 @@ target_link_libraries(akregator_config_sharemicroblog
KF5::KIOCore
)
install
(
FILES akregator_config_sharemicroblog.desktop DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
TARGETS akregator_config_sharemicroblog DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
FILES akregator_config_sharemicroblog.desktop DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
install
(
TARGETS akregator_config_sharemicroblog DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
src/CMakeLists.txt
View file @
9680827b
...
...
@@ -26,7 +26,7 @@ target_link_libraries(akregator
akregatorinterfaces
)
install
(
TARGETS akregator
${
INSTALL_TARGETS_DEFAULT_ARGS
}
)
install
(
TARGETS akregator
${
KDE_
INSTALL_TARGETS_DEFAULT_ARGS
}
)
########### next target ###############
...
...
@@ -71,7 +71,7 @@ set_target_properties(akregatorprivate
PROPERTIES VERSION
${
KDEPIM_LIB_VERSION
}
SOVERSION
${
KDEPIM_LIB_SOVERSION
}
)
install
(
TARGETS akregatorprivate
${
INSTALL_TARGETS_DEFAULT_ARGS
}
LIBRARY NAMELINK_SKIP
)
install
(
TARGETS akregatorprivate
${
KDE_
INSTALL_TARGETS_DEFAULT_ARGS
}
LIBRARY NAMELINK_SKIP
)
########### next target ###############
...
...
@@ -130,15 +130,15 @@ target_link_libraries(akregatorpart
KF5::Syndication
)
install
(
TARGETS akregatorpart DESTINATION
${
PLUGIN
_INSTALL_DIR
}
)
install
(
TARGETS akregatorpart DESTINATION
${
KDE
_INSTALL_
PLUGIN
DIR
}
)
########### install files ###############
install
(
PROGRAMS org.kde.akregator.desktop DESTINATION
${
XDG_APPS
_INSTALL_DIR
}
)
install
(
FILES akregator_part.desktop DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
FILES akregator.appdata.xml DESTINATION
${
CMA
KE_INSTALL_METAINFODIR
}
)
install
(
FILES akregator_plugin.desktop DESTINATION
${
SERVICETYPES
_INSTALL_
DIR
}
)
install
(
FILES akregator_shell.rc articleviewer.rc pageviewer.rc akregator_part.rc DESTINATION
${
K
XMLGUI
_INSTALL_DIR
}
/akregator
)
install
(
FILES feed.protocol DESTINATION
${
SERVICES
_INSTALL_DIR
}
)
install
(
FILES org.kde.akregator.part.xml DESTINATION
${
DBUS
_
INTERFACE
S_INSTALL_
DIR
}
)
install
(
FILES akregator.notifyrc DESTINATION
${
K
NOTIFYRC
_INSTALL_DIR
}
)
install
(
PROGRAMS org.kde.akregator.desktop DESTINATION
${
KDE
_INSTALL_
APP
DIR
}
)
install
(
FILES akregator_part.desktop DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
install
(
FILES akregator.appdata.xml DESTINATION
${
K
D
E_INSTALL_METAINFODIR
}
)
install
(
FILES akregator_plugin.desktop DESTINATION
${
KDE_INSTALL_K
SERVICETYPES
5
DIR
}
)
install
(
FILES akregator_shell.rc articleviewer.rc pageviewer.rc akregator_part.rc DESTINATION
${
K
DE
_INSTALL_
KXMLGUI5
DIR
}
/akregator
)
install
(
FILES feed.protocol DESTINATION
${
KDE
_INSTALL_
KSERVICES5
DIR
}
)
install
(
FILES org.kde.akregator.part.xml DESTINATION
${
KDE_INSTALL_
DBUSINTERFACEDIR
}
)
install
(
FILES akregator.notifyrc DESTINATION
${
K
DE
_INSTALL_
KNOTIFY5RC
DIR
}
)
src/about/CMakeLists.txt
View file @
9680827b
install
(
FILES top-left-akregator.png main.html akregator.css DESTINATION
${
DATA
_INSTALL_DIR
}
/akregator/about
)
install
(
FILES top-left-akregator.png main.html akregator.css DESTINATION
${
KDE
_INSTALL_
DATA
DIR
}
/akregator/about
)
src/icons/CMakeLists.txt
View file @
9680827b
install
(
FILES kmmsgnew.png kmmsgunseen.png DESTINATION
${
DATA
_INSTALL_DIR
}
/akregator/pics
)
install
(
FILES kmmsgnew.png kmmsgunseen.png DESTINATION
${
KDE
_INSTALL_
DATA
DIR
}
/akregator/pics
)
ecm_install_icons
(
ICONS hi128-apps-akregator.png hi16-apps-akregator_empty.png hi16-apps-akregator.png hi22-apps-akregator.png hi256-apps-akregator.png hi32-apps-akregator.png hi48-apps-akregator.png hi64-apps-akregator.png DESTINATION
${
ICON
_INSTALL_DIR
}
)
ecm_install_icons
(
ICONS hi128-apps-akregator.png hi16-apps-akregator_empty.png hi16-apps-akregator.png hi22-apps-akregator.png hi256-apps-akregator.png hi32-apps-akregator.png hi48-apps-akregator.png hi64-apps-akregator.png DESTINATION
${
KDE
_INSTALL_
ICON
DIR
}
)
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