diff options
Diffstat (limited to 'plugins/decoder/mp3')
-rw-r--r-- | plugins/decoder/mp3/CMakeLists.txt | 3 | ||||
-rw-r--r-- | plugins/decoder/mp3/k3bmaddecoder.plugin | 6 |
2 files changed, 5 insertions, 4 deletions
diff --git a/plugins/decoder/mp3/CMakeLists.txt b/plugins/decoder/mp3/CMakeLists.txt index 2c31bae..4b180f5 100644 --- a/plugins/decoder/mp3/CMakeLists.txt +++ b/plugins/decoder/mp3/CMakeLists.txt @@ -38,6 +38,7 @@ tde_add_kpart( libk3bmaddecoder AUTOMOC ##### other data ################################ -install( FILES k3bmaddecoder.plugin +tde_create_translated_desktop( + SOURCE k3bmaddecoder.plugin DESTINATION ${DATA_INSTALL_DIR}/k3b/plugins ) diff --git a/plugins/decoder/mp3/k3bmaddecoder.plugin b/plugins/decoder/mp3/k3bmaddecoder.plugin index 69fbbb8..2acb7ba 100644 --- a/plugins/decoder/mp3/k3bmaddecoder.plugin +++ b/plugins/decoder/mp3/k3bmaddecoder.plugin @@ -1,9 +1,9 @@ [K3b Plugin] -Lib=libk3bmaddecoder -Group=AudioDecoder Name=K3b MAD Decoder +Comment=Decoding module to decode MPEG 1 Layer III files Author=Sebastian Trueg Email=trueg@k3b.org Version=3.1 -Comment=Decoding module to decode MPEG 1 Layer III files License=GPL +Group=AudioDecoder +Lib=libk3bmaddecoder |