summaryrefslogtreecommitdiffstats
path: root/plugins/decoder/flac
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/decoder/flac')
-rw-r--r--plugins/decoder/flac/CMakeLists.txt3
-rw-r--r--plugins/decoder/flac/k3bflacdecoder.plugin6
2 files changed, 5 insertions, 4 deletions
diff --git a/plugins/decoder/flac/CMakeLists.txt b/plugins/decoder/flac/CMakeLists.txt
index 75eea0d..20e4256 100644
--- a/plugins/decoder/flac/CMakeLists.txt
+++ b/plugins/decoder/flac/CMakeLists.txt
@@ -41,6 +41,7 @@ tde_add_kpart( libk3bflacdecoder AUTOMOC
##### other data ################################
-install( FILES k3bflacdecoder.plugin
+tde_create_translated_desktop(
+ SOURCE k3bflacdecoder.plugin
DESTINATION ${DATA_INSTALL_DIR}/k3b/plugins
)
diff --git a/plugins/decoder/flac/k3bflacdecoder.plugin b/plugins/decoder/flac/k3bflacdecoder.plugin
index 1e1bcbb..5b7ded9 100644
--- a/plugins/decoder/flac/k3bflacdecoder.plugin
+++ b/plugins/decoder/flac/k3bflacdecoder.plugin
@@ -1,9 +1,9 @@
[K3b Plugin]
-Lib=libk3bflacdecoder
-Group=AudioDecoder
Name=K3b FLAC Decoder
+Comment=Decoding module to decode FLAC files
Author=John Steele Scott
Email=toojays@toojays.net
Version=2.1
-Comment=Decoding module to decode FLAC files
License=GPL
+Group=AudioDecoder
+Lib=libk3bflacdecoder