Fix .desktop entries and code where needed related to revision change 699388
svn path=/trunk/KDE/kdebase/workspace/; revision=699390
This commit is contained in:
parent
42639062fe
commit
68cf1f5d1c
8 changed files with 6 additions and 24 deletions
|
@ -1,16 +1,8 @@
|
|||
########### next target ###############
|
||||
|
||||
set(kcm_kwindecoration_PART_SRCS kwindecoration.cpp buttons.cpp preview.cpp )
|
||||
|
||||
|
||||
|
||||
|
||||
kde4_add_plugin(kcm_kwindecoration ${kcm_kwindecoration_PART_SRCS})
|
||||
|
||||
|
||||
|
||||
target_link_libraries(kcm_kwindecoration ${KDE4_KDE3SUPPORT_LIBS} kdecorations ${X11_LIBRARIES})
|
||||
|
||||
install(TARGETS kcm_kwindecoration DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||||
|
||||
|
||||
|
|
|
@ -69,7 +69,7 @@ Name[uk]=Обрамлення вікон
|
|||
Name[uz]=Ойнанинг безаклари
|
||||
Name[wa]=Gåliotaedjes des purneas
|
||||
Name[x-test]=xxWindow Decorationsxx
|
||||
Name[xh]=Izihombiso zeWindow
|
||||
Name[xh]=Izihombiso zeWindow
|
||||
Name[zh_TW]=視窗裝飾
|
||||
|
||||
Comment=Configure the look and feel of window titles
|
||||
|
|
|
@ -1,18 +1,8 @@
|
|||
|
||||
|
||||
|
||||
########### next target ###############
|
||||
|
||||
set(kcm_kwinoptions_PART_SRCS windows.cpp mouse.cpp main.cpp )
|
||||
|
||||
|
||||
|
||||
kde4_add_plugin(kcm_kwinoptions ${kcm_kwinoptions_PART_SRCS})
|
||||
|
||||
|
||||
|
||||
target_link_libraries(kcm_kwinoptions ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${QT_QT3SUPPORT_LIBRARY})
|
||||
|
||||
install(TARGETS kcm_kwinoptions DESTINATION ${PLUGIN_INSTALL_DIR} )
|
||||
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ ServiceTypes=KCModule
|
|||
Exec=kcmshell kwinactions
|
||||
DocPath=kcontrol/windowmanagement/index.html#action-actions
|
||||
|
||||
X-KDE-Library=kwinoptions
|
||||
X-KDE-Library=kcm_kwinoptions
|
||||
X-KDE-FactoryName=kwinactions
|
||||
|
||||
Name=Actions
|
||||
|
|
|
@ -6,7 +6,7 @@ ServiceTypes=KCModule
|
|||
Exec=kcmshell kwinadvanced
|
||||
DocPath=kcontrol/windowmanagement/index.html#action-advanced
|
||||
|
||||
X-KDE-Library=kwinoptions
|
||||
X-KDE-Library=kcm_kwinoptions
|
||||
X-KDE-FactoryName=kwinadvanced
|
||||
|
||||
Name=Advanced
|
||||
|
|
|
@ -6,7 +6,7 @@ ServiceTypes=KCModule
|
|||
Exec=kcmshell kwinfocus
|
||||
DocPath=kcontrol/windowmanagement/index.html#action-focus
|
||||
|
||||
X-KDE-Library=kwinoptions
|
||||
X-KDE-Library=kcm_kwinoptions
|
||||
X-KDE-FactoryName=kwinfocus
|
||||
|
||||
Name=Focus
|
||||
|
|
|
@ -6,7 +6,7 @@ ServiceTypes=KCModule
|
|||
Exec=kcmshell kwinmoving
|
||||
DocPath=kcontrol/windowmanagement/index.html#action-moving
|
||||
|
||||
X-KDE-Library=kwinoptions
|
||||
X-KDE-Library=kcm_kwinoptions
|
||||
X-KDE-FactoryName=kwinmoving
|
||||
|
||||
Name=Moving
|
||||
|
|
|
@ -6,7 +6,7 @@ Type=Service
|
|||
ServiceTypes=KCModule
|
||||
DocPath=kcontrol/windowmanagement/index.html
|
||||
|
||||
X-KDE-Library=kwinrules
|
||||
X-KDE-Library=kcm_kwinrules
|
||||
X-KDE-FactoryName=kwinrules
|
||||
X-KDE-ParentApp=kcontrol
|
||||
|
||||
|
|
Loading…
Reference in a new issue