Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kwave
Commits
43d02ff7
Commit
43d02ff7
authored
Jul 30, 2022
by
Nicolas Fella
Browse files
Remove service type definition for plugins
Plugins aren't loaded via KService any more, so this is unneeded
parent
ac141b3f
Pipeline
#211720
passed with stage
in 1 minute and 44 seconds
Changes
32
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
plugins/CMakeLists.txt
View file @
43d02ff7
...
...
@@ -71,7 +71,6 @@ MACRO(KWAVE_PLUGIN _plugin)
KCOREADDONS_DESKTOP_TO_JSON
(
plugin_
${
_plugin
}
${
CMAKE_CURRENT_BINARY_DIR
}
/kwaveplugin_
${
_plugin
}
.desktop
DEFAULT_SERVICE_TYPE Kwave/Plugin
)
#########################################################################
...
...
@@ -85,11 +84,6 @@ MACRO(KWAVE_PLUGIN _plugin)
ENDMACRO
(
KWAVE_PLUGIN
)
INSTALL
(
FILES
${
CMAKE_CURRENT_SOURCE_DIR
}
/kwave-plugin.desktop
DESTINATION
${
SERVICETYPES_INSTALL_DIR
}
)
#############################################################################
ADD_SUBDIRECTORY
(
about
)
...
...
plugins/about/kwaveplugin_about.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxAbout Kwavexx
Name[zh_CN]=关于 Kwave
Name[zh_TW]=關於 Kwave
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Ralf Waspe & Gilles Caulier
X-KDE-PluginInfo-Name=about
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/amplifyfree/kwaveplugin_amplifyfree.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxAmplify Freexx
Name[zh_CN]=自由放大
Name[zh_TW]=放大音量
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=amplifyfree
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/band_pass/kwaveplugin_band_pass.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxBand Pass Filterxx
Name[zh_CN]=带通滤波器
Name[zh_TW]=帶通濾波器
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Dave Flogeras
X-KDE-PluginInfo-Name=band_pass
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/codec_ascii/kwaveplugin_codec_ascii.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxASCII Codecxx
Name[zh_CN]=ASCII 编码解码器
Name[zh_TW]=ASCII 解碼器
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=codec_ascii
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/codec_audiofile/kwaveplugin_codec_audiofile.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxAudiofile Codecxx
Name[zh_CN]=Audiofile 编解码器
Name[zh_TW]=音樂檔案解碼器
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=codec_audiofile
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/codec_flac/kwaveplugin_codec_flac.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxFLAC Codecxx
Name[zh_CN]=FLAC 编码解码器
Name[zh_TW]=FLAC 解碼器
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=codec_flac
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/codec_mp3/kwaveplugin_codec_mp3.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxMP3 Codecxx
Name[zh_CN]=MP3 编码解码器
Name[zh_TW]=MP3 解碼器
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=codec_mp3
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/codec_ogg/kwaveplugin_codec_ogg.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxOgg Codecxx
Name[zh_CN]=Ogg 编解码器
Name[zh_TW]=Ogg 解碼器
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=codec_ogg
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/codec_wav/kwaveplugin_codec_wav.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxWAV Codecxx
Name[zh_CN]=WAV 编解码器
Name[zh_TW]=WAV 解碼器
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=codec_wav
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/debug/kwaveplugin_debug.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxDebug Functionsxx
Name[zh_CN]=调试功能
Name[zh_TW]=偵錯函式
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=debug
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/export_k3b/kwaveplugin_export_k3b.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxK3b Project Exportxx
Name[zh_CN]=K3b 项目导出
Name[zh_TW]=K3b 專案匯出
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=export_k3b
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/fileinfo/kwaveplugin_fileinfo.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxFile Infoxx
Name[zh_CN]=文件信息
Name[zh_TW]=檔案資訊
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=fileinfo
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/goto/kwaveplugin_goto.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxGoto Positionxx
Name[zh_CN]=转到位置
Name[zh_TW]=前往位置
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=goto
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/goto/kwaveplugin_insert_at.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxInsert Atxx
Name[zh_CN]=插入于
Name[zh_TW]=插入在
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=insert_at
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/kwave-plugin.desktop
deleted
100644 → 0
View file @
ac141b3f
[Desktop Entry]
Type=ServiceType
X-KDE-ServiceType=Kwave/Plugin
Comment=Kwave Plugin
Comment[ca]=Connector del Kwave
Comment[ca@valencia]=Connector de Kwave
Comment[cs]=Modul KWave
Comment[da]=Kwave-plugin
Comment[de]=Kwave-Modul
Comment[el]=Πρόσθετο του Kwave
Comment[en_GB]=Kwave Plugin
Comment[es]=Complemento de Kwave
Comment[et]=Kwave'i plugin
Comment[eu]=Kwave plugina
Comment[fi]=Kwave-liitännäinen
Comment[fr]=Module externe KWave
Comment[gl]=Complemento de Kwave
Comment[ia]=Plugin de Kwave
Comment[it]=Estensione Kwave
Comment[ko]=Kwave 플러그인
Comment[nl]=Kwave-plug-in
Comment[nn]=Kwave-tillegg
Comment[pl]=Wtyczka Kwave
Comment[pt]='Plugin' do Kwave
Comment[pt_BR]=Plugin do Kwave
Comment[ru]=Подключаемый модуль Kwave
Comment[sk]=Kwave plugin
Comment[sl]=Vtičnik Kwave
Comment[sv]=Kwave-insticksmodul
Comment[tr]=Kwave Eklentisi
Comment[uk]=Додаток до Kwave
Comment[x-test]=xxKwave Pluginxx
Comment[zh_CN]=Kwave 插件
Comment[zh_TW]=Kwave 附加元件
plugins/lowpass/kwaveplugin_lowpass.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxLow Pass Filterxx
Name[zh_CN]=低通滤波器
Name[zh_TW]=低通濾波器
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=lowpass
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/newsignal/kwaveplugin_newsignal.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxNew Signalxx
Name[zh_CN]=新建信号
Name[zh_TW]=新訊號源
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=newsignal
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/noise/kwaveplugin_noise.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxNoise Generatorxx
Name[zh_CN]=噪声发生器
Name[zh_TW]=噪音產生器
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=noise
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
plugins/normalize/kwaveplugin_normalize.desktop.in
View file @
43d02ff7
...
...
@@ -31,7 +31,6 @@ Name[x-test]=xxNormalizerxx
Name[zh_CN]=标准件
Name[zh_TW]=一般化
Type=Service
ServiceTypes=Kwave/Plugin
X-KDE-PluginInfo-Author=Thomas Eschenbacher
X-KDE-PluginInfo-Name=normalize
X-KDE-PluginInfo-Version=@KWAVE_VERSION@:2.3
...
...
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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