diff options
author | Caleb Tennis <caleb@gentoo.org> | 2008-01-22 14:02:02 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2008-01-22 14:02:02 +0000 |
commit | b3e1cf244db6b3708b80c67b396c6eedb5d1e485 (patch) | |
tree | 9fe702ff70b611ea18cf33379f1e6b5596eb66a1 /x11-libs/qt-gui/files | |
parent | Initial import, thanks to Benjamin Tremoulheac <gentoo@agsp.org>, bug #112199 (diff) | |
download | gentoo-2-b3e1cf244db6b3708b80c67b396c6eedb5d1e485.tar.gz gentoo-2-b3e1cf244db6b3708b80c67b396c6eedb5d1e485.tar.bz2 gentoo-2-b3e1cf244db6b3708b80c67b396c6eedb5d1e485.zip |
Add desktop files
(Portage version: 2.1.4)
Diffstat (limited to 'x11-libs/qt-gui/files')
-rw-r--r-- | x11-libs/qt-gui/files/Designer.desktop | 20 | ||||
-rw-r--r-- | x11-libs/qt-gui/files/Linguist.desktop | 20 |
2 files changed, 40 insertions, 0 deletions
diff --git a/x11-libs/qt-gui/files/Designer.desktop b/x11-libs/qt-gui/files/Designer.desktop new file mode 100644 index 000000000000..aaeb24f674cb --- /dev/null +++ b/x11-libs/qt-gui/files/Designer.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] +Comment= +Comment[en_US]= +Encoding=UTF-8 +Exec=/usr/bin/designer +GenericName=Qt Designer +GenericName[en_US]=Qt Designer +Icon=designer +MimeType= +Name=Qt Designer +Name[en_US]=Qt Designer +Path= +StartupNotify=true +Terminal=false +TerminalOptions= +Type=Application +X-DCOP-ServiceType= +X-KDE-SubstituteUID=false +X-KDE-Username= +Categories=Qt;Development;GUIDesigner; diff --git a/x11-libs/qt-gui/files/Linguist.desktop b/x11-libs/qt-gui/files/Linguist.desktop new file mode 100644 index 000000000000..2a2c3dea350f --- /dev/null +++ b/x11-libs/qt-gui/files/Linguist.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] +Comment= +Comment[en_US]= +Encoding=UTF-8 +Exec=/usr/bin/linguist +GenericName=Linguist +GenericName[en_US]=Linguist +Icon=linguist +MimeType= +Name=Linguist +Name[en_US]=Linguist +Path= +StartupNotify=true +Terminal=false +TerminalOptions= +Type=Application +X-DCOP-ServiceType= +X-KDE-SubstituteUID=false +X-KDE-Username= +Categories=Qt;Development;GUIDesigner; |