Update talimat
This commit is contained in:
parent
8e5cf6b314
commit
237750c94b
|
@ -105,8 +105,8 @@ cd ${_name}*
|
|||
cat <<EOF > $PKG/usr/share/applications/qt5-designer.desktop
|
||||
[Desktop Entry]
|
||||
Name=Qt5 Designer
|
||||
GenericName=Interface Designer
|
||||
Comment=Design GUIs for Qt5 applications
|
||||
GenericName=Arayüz tasarımı
|
||||
Comment=Qt5 uygulamaları için arayüz tasarımı
|
||||
Exec=designer-qt5 -qt=5
|
||||
Icon=qt5-designer
|
||||
MimeType=application/x-designer;
|
||||
|
@ -117,8 +117,8 @@ Categories=Qt;Development;
|
|||
EOF
|
||||
cat <<EOF > $PKG/usr/share/applications/qt5-assistant.desktop
|
||||
[Desktop Entry]
|
||||
Name=Qt5 Assistant
|
||||
Comment=Shows Qt5 documentation and examples
|
||||
Name=Qt5 Asistan
|
||||
Comment=Qt5 belgelerini ve örneklerini gösterir
|
||||
Exec=assistant-qt5 -qt=5
|
||||
Icon=qt5-assistant
|
||||
Terminal=false
|
||||
|
@ -129,7 +129,7 @@ EOF
|
|||
cat <<EOF > $PKG/usr/share/applications/qt5-linguist.desktop
|
||||
[Desktop Entry]
|
||||
Name=Qt5 Linguist
|
||||
Comment=Add translations to Qt5 applications
|
||||
Comment=Qt5 uygulamalarına dil ekleme
|
||||
Exec=linguist-qt5 -qt=5
|
||||
Icon=qt5-linguist
|
||||
MimeType=text/vnd.trolltech.linguist;application/x-linguist;
|
||||
|
@ -142,7 +142,7 @@ EOF
|
|||
[Desktop Entry]
|
||||
Name=Qt5 QDbusViewer
|
||||
GenericName=Qt5 D-Bus Debugger
|
||||
Comment=Debug D-Bus applications
|
||||
Comment=D-Bus uygulamalarında hata ayıklama
|
||||
Exec=qdbusviewer-qt5
|
||||
Icon=qt5-qdbusviewer
|
||||
Terminal=false
|
||||
|
|
Loading…
Reference in New Issue