mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 10:22: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)
|
||||
include_directories(${LIBKONQ_INCLUDE_DIR})
|
||||
|
||||
set(extracthere_SRCS batchextract.cpp extractHereDndPlugin.cpp)
|
||||
kde4_add_plugin(extracthere WITH_PREFIX ${extracthere_SRCS})
|
||||
set(ark_dndextract_SRCS batchextract.cpp extractHereDndPlugin.cpp)
|
||||
kde4_add_plugin(ark_dndextract ${ark_dndextract_SRCS})
|
||||
|
||||
target_link_libraries(extracthere
|
||||
target_link_libraries(ark_dndextract
|
||||
kerfuffle
|
||||
${KDE4_KDECORE_LIBS}
|
||||
${KDE4_KPARTS_LIBS}
|
||||
|
@ -63,7 +63,7 @@ if (LibKonq_FOUND)
|
|||
)
|
||||
|
||||
install(
|
||||
TARGETS extracthere
|
||||
TARGETS ark_dndextract
|
||||
DESTINATION ${KDE4_PLUGIN_INSTALL_DIR}
|
||||
)
|
||||
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[Desktop Entry]
|
||||
Type=Service
|
||||
X-KDE-ServiceTypes=KonqDndPopupMenu/Plugin
|
||||
X-KDE-Library=libextracthere
|
||||
X-KDE-Library=ark_dndextract
|
||||
Name=Ark Extract Here
|
||||
Name[ar]=أرك استخرج هنا
|
||||
Name[ast]=Estrayer equí con Ark
|
||||
|
|
Loading…
Add table
Reference in a new issue