summaryrefslogtreecommitdiff
path: root/extras/unx/source/kde/applnk
diff options
context:
space:
mode:
Diffstat (limited to 'extras/unx/source/kde/applnk')
-rw-r--r--extras/unx/source/kde/applnk/.directory5
-rw-r--r--extras/unx/source/kde/applnk/SPAdmin.kdelnk23
-rw-r--r--extras/unx/source/kde/applnk/Setup.kdelnk14
-rw-r--r--extras/unx/source/kde/applnk/StarOffice.kdelnk14
-rw-r--r--extras/unx/source/kde/applnk/delzip1
-rw-r--r--extras/unx/source/kde/applnk/makefile.mk47
6 files changed, 104 insertions, 0 deletions
diff --git a/extras/unx/source/kde/applnk/.directory b/extras/unx/source/kde/applnk/.directory
new file mode 100644
index 000000000000..1754c02659e5
--- /dev/null
+++ b/extras/unx/source/kde/applnk/.directory
@@ -0,0 +1,5 @@
+# KDE Config File
+[KDE Desktop Entry]
+Name=StarOffice 5.2
+Icon=so52.xpm
+MiniIcon=so52.xpm
diff --git a/extras/unx/source/kde/applnk/SPAdmin.kdelnk b/extras/unx/source/kde/applnk/SPAdmin.kdelnk
new file mode 100644
index 000000000000..d9c278fd9248
--- /dev/null
+++ b/extras/unx/source/kde/applnk/SPAdmin.kdelnk
@@ -0,0 +1,23 @@
+# KDE Config File
+[KDE Desktop Entry]
+SwallowExec=
+SwallowTitle=
+BinaryPattern=
+MimeType=
+Name=SPAdmin
+Exec=<progpath>/program/spadmin
+Icon=psetup.xpm
+TerminalOptions=
+Path=
+Type=Application
+Comment=OpenOffice printer setup
+Comment[de]=OpenOffice Druckereinstellungen
+Comment[fr]=configuration de l'imprimante de OpenOffice
+Comment[it]=l'impostazione stampante di OpenOffice
+Comment[nl]=printerinstelling
+Comment[es]=configuracin de impresora de OpenOffice
+Comment[pt]=configurao da impressora em OpenOffice
+Comment[se]=OpenOffice skrivarinstllning
+Comment[zh_CN.GB2312]=OpenOffice printer setup
+Comment[zh_TW.Big5]=OpenOffice printer setup
+Terminal=0
diff --git a/extras/unx/source/kde/applnk/Setup.kdelnk b/extras/unx/source/kde/applnk/Setup.kdelnk
new file mode 100644
index 000000000000..5601ce738b9c
--- /dev/null
+++ b/extras/unx/source/kde/applnk/Setup.kdelnk
@@ -0,0 +1,14 @@
+# KDE Config File
+[KDE Desktop Entry]
+SwallowExec=
+SwallowTitle=
+BinaryPattern=
+MimeType=
+Name=Setup
+Exec=<progpath>/program/setup
+Icon=set.xpm
+TerminalOptions=
+Path=
+Type=Application
+Comment=OpenOffice Setup
+Terminal=0
diff --git a/extras/unx/source/kde/applnk/StarOffice.kdelnk b/extras/unx/source/kde/applnk/StarOffice.kdelnk
new file mode 100644
index 000000000000..93c318805535
--- /dev/null
+++ b/extras/unx/source/kde/applnk/StarOffice.kdelnk
@@ -0,0 +1,14 @@
+# KDE Config File
+[KDE Desktop Entry]
+SwallowTitle=
+SwallowExec=
+BinaryPattern=soffice;
+Name=OpenOffice
+Protocols=file;ftp;http;
+MimeType=application/x-scalc;application/x-smf;application/x-sdraw;application/x-sds;application/x-swriter;application/x-sgl;application/x-sda;audio/x-wav;image/gif;image/jpeg;image/tiff;image/x-xbm;image/x-xpm;text/html;text/plain;
+Comment=OpenOffice
+Exec=<progpath>/program/soffice %f
+Icon=so.xpm
+Path=$HOME
+Type=Application
+Terminal=0
diff --git a/extras/unx/source/kde/applnk/delzip b/extras/unx/source/kde/applnk/delzip
new file mode 100644
index 000000000000..636fda90bfcb
--- /dev/null
+++ b/extras/unx/source/kde/applnk/delzip
@@ -0,0 +1 @@
+ECHO is OFF
diff --git a/extras/unx/source/kde/applnk/makefile.mk b/extras/unx/source/kde/applnk/makefile.mk
new file mode 100644
index 000000000000..0a06b5b9393f
--- /dev/null
+++ b/extras/unx/source/kde/applnk/makefile.mk
@@ -0,0 +1,47 @@
+#*************************************************************************
+#
+# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
+#
+# Copyright 2000, 2010 Oracle and/or its affiliates.
+#
+# OpenOffice.org - a multi-platform office productivity suite
+#
+# This file is part of OpenOffice.org.
+#
+# OpenOffice.org is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License version 3
+# only, as published by the Free Software Foundation.
+#
+# OpenOffice.org is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License version 3 for more details
+# (a copy is included in the LICENSE file that accompanied this code).
+#
+# You should have received a copy of the GNU Lesser General Public License
+# version 3 along with OpenOffice.org. If not, see
+# <http://www.openoffice.org/license.html>
+# for a copy of the LGPLv3 License.
+#
+#*************************************************************************
+PRJ=..$/..$/..$/..
+
+
+
+PRJNAME=extras
+TARGET=unxkdeapplnk
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+
+
+ZIP1TARGET = $(KDE_APPLNK_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+
+.INCLUDE : target.mk
+