diff options
Diffstat (limited to 'src/plugins')
| -rw-r--r-- | src/plugins/Input/cue/CMakeLists.txt | 3 | ||||
| -rw-r--r-- | src/plugins/Input/cue/cue.pro | 5 | ||||
| -rw-r--r-- | src/plugins/Input/cue/qmmp_cue.desktop | 32 |
3 files changed, 1 insertions, 39 deletions
diff --git a/src/plugins/Input/cue/CMakeLists.txt b/src/plugins/Input/cue/CMakeLists.txt index ba2e4fe02..d7f81c9d2 100644 --- a/src/plugins/Input/cue/CMakeLists.txt +++ b/src/plugins/Input/cue/CMakeLists.txt @@ -70,6 +70,3 @@ ELSE(USE_ENCA AND ENCA_FOUND) target_link_libraries(cue ${QT_LIBRARIES} -lqmmp) ENDIF(USE_ENCA AND ENCA_FOUND) install(TARGETS cue DESTINATION ${LIB_DIR}/qmmp/Input) -IF(USE_DIR_ASSOC) -install(FILES qmmp_cue.desktop DESTINATION share/applications) -ENDIF(USE_DIR_ASSOC) diff --git a/src/plugins/Input/cue/cue.pro b/src/plugins/Input/cue/cue.pro index 48fe2bda7..1685a98f3 100644 --- a/src/plugins/Input/cue/cue.pro +++ b/src/plugins/Input/cue/cue.pro @@ -40,8 +40,5 @@ RESOURCES = translations/translations.qrc unix { isEmpty(LIB_DIR):LIB_DIR = /lib target.path = $$LIB_DIR/qmmp/Input - desktop.files = qmmp_cue.desktop - desktop.path = /share/applications - INSTALLS += target \ - desktop + INSTALLS += target } diff --git a/src/plugins/Input/cue/qmmp_cue.desktop b/src/plugins/Input/cue/qmmp_cue.desktop deleted file mode 100644 index d2801f0b2..000000000 --- a/src/plugins/Input/cue/qmmp_cue.desktop +++ /dev/null @@ -1,32 +0,0 @@ -[Desktop Entry] -X-Desktop-File-Install-Version=0.15 -Name=Open cue album in Qmmp -Name[cs]=Otevřít album cue v Qmmp -Name[ru]=Открыть альбом cue в Qmmp -Name[uk]=Відкрити альбом cue -Name[zh_CN]=打开 CUE -Name[zh_TW]=打開 CUE -Name[he]=פתח אלבום cue בתוך Qmmp -Name[sr]=Отвору ЦУЕ албум у Кумпу -Name[sr@ijekavian]=Отвору ЦУЕ албум у Кумпу -Name[sr@ijekavianlatin]=Otvori CUE album u Qmmp-u -Name[sr@latin]=Otvori CUE album u Qmmp-u -Comment=Open cue file(s) in the directory -Comment[cs]=Otevřít cue soubor(y) v adresáři -Comment[ru]=Открыть cue-файл(ы) в директории -Comment[uk]=Відкрити cue-файл(и) в теці -Comment[zh_CN]=在本目录打开 CUE 文件 -Comment[zh_TW]=在本目錄打開 CUE 檔案 -Comment[he]=פתח קבצי cue המצויים בתוך המדור -Comment[sr]=Отвори ЦУЕ фајл(ове) из ове фасцикле -Comment[sr@ijekavian]=Отвори ЦУЕ фајл(ове) из ове фасцикле -Comment[sr@ijekavianlatin]=Otvori CUE fajl(ove) iz ove fascikle -Comment[sr@latin]=Otvori CUE fajl(ove) iz ove fascikle -Exec=sh -c "qmmp '%F'/*.cue" -Icon=qmmp -Categories=AudioVideo;Player;Audio;Qt; -MimeType=inode/directory; -Type=Application -X-KDE-StartupNotify=false -NoDisplay=true -Terminal=false |
