diff options
author | 2007-04-13 12:25:03 +0000 | |
---|---|---|
committer | 2007-04-13 12:25:03 +0000 | |
commit | 55550b6146b20b460ad5536533864d5d30c8c026 (patch) | |
tree | 4346c95be9205a18ce64ab26c0167a196375eb5a /x11-libs/qt/files | |
parent | This is the fourth sign of the apocalypse! Debian 4.0, me being funny, the (diff) | |
download | historical-55550b6146b20b460ad5536533864d5d30c8c026.tar.gz historical-55550b6146b20b460ad5536533864d5d30c8c026.tar.bz2 historical-55550b6146b20b460ad5536533864d5d30c8c026.zip |
This change just installs .desktop files for the Qt desktop applications so that they can be used from the menus of the desktops. From bug #174033
Package-Manager: portage-2.1.2.2
Diffstat (limited to 'x11-libs/qt/files')
-rw-r--r-- | x11-libs/qt/files/qt4/Assistant.desktop | 20 | ||||
-rw-r--r-- | x11-libs/qt/files/qt4/Designer.desktop | 20 | ||||
-rw-r--r-- | x11-libs/qt/files/qt4/Linguist.desktop | 20 |
3 files changed, 60 insertions, 0 deletions
diff --git a/x11-libs/qt/files/qt4/Assistant.desktop b/x11-libs/qt/files/qt4/Assistant.desktop new file mode 100644 index 000000000000..fe8f4721e2fa --- /dev/null +++ b/x11-libs/qt/files/qt4/Assistant.desktop @@ -0,0 +1,20 @@ +[Desktop Entry] +Categories=Qt;Development;GUIDesigner; +Comment= +Comment[en_US]= +Encoding=UTF-8 +Exec=/usr/bin/assistant +GenericName=Assistant +GenericName[en_US]=Assistant +Icon=assistant +MimeType= +Name=Assistant +Name[en_US]=Assistant +Path= +StartupNotify=true +Terminal=false +TerminalOptions= +Type=Application +X-DCOP-ServiceType= +X-KDE-SubstituteUID=false +X-KDE-Username= diff --git a/x11-libs/qt/files/qt4/Designer.desktop b/x11-libs/qt/files/qt4/Designer.desktop new file mode 100644 index 000000000000..aaeb24f674cb --- /dev/null +++ b/x11-libs/qt/files/qt4/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/files/qt4/Linguist.desktop b/x11-libs/qt/files/qt4/Linguist.desktop new file mode 100644 index 000000000000..2a2c3dea350f --- /dev/null +++ b/x11-libs/qt/files/qt4/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; |