summaryrefslogtreecommitdiff
path: root/extras/unx/source/kde/mimelnk/text
diff options
context:
space:
mode:
Diffstat (limited to 'extras/unx/source/kde/mimelnk/text')
-rw-r--r--extras/unx/source/kde/mimelnk/text/delzip1
-rw-r--r--extras/unx/source/kde/mimelnk/text/html.kdelnk10
-rw-r--r--extras/unx/source/kde/mimelnk/text/makefile.mk49
3 files changed, 60 insertions, 0 deletions
diff --git a/extras/unx/source/kde/mimelnk/text/delzip b/extras/unx/source/kde/mimelnk/text/delzip
new file mode 100644
index 000000000000..636fda90bfcb
--- /dev/null
+++ b/extras/unx/source/kde/mimelnk/text/delzip
@@ -0,0 +1 @@
+ECHO is OFF
diff --git a/extras/unx/source/kde/mimelnk/text/html.kdelnk b/extras/unx/source/kde/mimelnk/text/html.kdelnk
new file mode 100644
index 000000000000..a7e60b653a30
--- /dev/null
+++ b/extras/unx/source/kde/mimelnk/text/html.kdelnk
@@ -0,0 +1,10 @@
+# KDE Config File
+[KDE Desktop Entry]
+MimeType=text/html
+Comment=mime type
+DefaultApp=OpenOffice
+Comment[pl]=Typ mime
+Icon=htm.xpm
+Type=MimeType
+Patterns=*.html;*.htm;
+Comment[de]=Mime Type
diff --git a/extras/unx/source/kde/mimelnk/text/makefile.mk b/extras/unx/source/kde/mimelnk/text/makefile.mk
new file mode 100644
index 000000000000..f74573e17d7f
--- /dev/null
+++ b/extras/unx/source/kde/mimelnk/text/makefile.mk
@@ -0,0 +1,49 @@
+#*************************************************************************
+#
+# 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=unxkdemimelnktext
+
+.INCLUDE : settings.mk
+
+.INCLUDE : $(PRJ)$/util$/target.pmk
+
+
+
+ZIP1TARGET = $(KDE_MIMELNK_TEXT_TARGET)
+
+ZIP1LIST = * -x makefile.*
+
+
+
+.INCLUDE : target.mk
+
+
+