mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 02:42:52 +00:00
ark: rename extracthere plugin to match the .desktop file name
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0ad3999dd6
commit
a1bd927be0
2 changed files with 5 additions and 5 deletions
|
@ -51,10 +51,10 @@ install(
|
||||||
if (LibKonq_FOUND)
|
if (LibKonq_FOUND)
|
||||||
include_directories(${LIBKONQ_INCLUDE_DIR})
|
include_directories(${LIBKONQ_INCLUDE_DIR})
|
||||||
|
|
||||||
set(extracthere_SRCS batchextract.cpp extractHereDndPlugin.cpp)
|
set(ark_dndextract_SRCS batchextract.cpp extractHereDndPlugin.cpp)
|
||||||
kde4_add_plugin(extracthere WITH_PREFIX ${extracthere_SRCS})
|
kde4_add_plugin(ark_dndextract ${ark_dndextract_SRCS})
|
||||||
|
|
||||||
target_link_libraries(extracthere
|
target_link_libraries(ark_dndextract
|
||||||
kerfuffle
|
kerfuffle
|
||||||
${KDE4_KDECORE_LIBS}
|
${KDE4_KDECORE_LIBS}
|
||||||
${KDE4_KPARTS_LIBS}
|
${KDE4_KPARTS_LIBS}
|
||||||
|
@ -63,7 +63,7 @@ if (LibKonq_FOUND)
|
||||||
)
|
)
|
||||||
|
|
||||||
install(
|
install(
|
||||||
TARGETS extracthere
|
TARGETS ark_dndextract
|
||||||
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Type=Service
|
Type=Service
|
||||||
X-KDE-ServiceTypes=KonqDndPopupMenu/Plugin
|
X-KDE-ServiceTypes=KonqDndPopupMenu/Plugin
|
||||||
X-KDE-Library=libextracthere
|
X-KDE-Library=ark_dndextract
|
||||||
Name=Ark Extract Here
|
Name=Ark Extract Here
|
||||||
Name[ar]=أرك استخرج هنا
|
Name[ar]=أرك استخرج هنا
|
||||||
Name[ast]=Estrayer equí con Ark
|
Name[ast]=Estrayer equí con Ark
|
||||||
|
|
Loading…
Add table
Reference in a new issue