summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO39
-rw-r--r--PKGBUILD63
-rw-r--r--icons.zipbin0 -> 89820 bytes
-rw-r--r--license.txt41
-rw-r--r--planmaker-2012.desktop80
-rw-r--r--planmaker123
-rw-r--r--presentations-2012.desktop79
-rw-r--r--presentations123
-rw-r--r--smoffice2012.install13
-rw-r--r--textmaker-2012.desktop79
-rw-r--r--textmaker123
11 files changed, 403 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..640a866c61d8
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,39 @@
+pkgbase = softmaker-office-2012-bin
+ pkgdesc = Softmaker Office 2012, proprietary office suite; word processing, spreadsheets, presentations
+ pkgver = 2012.702
+ pkgrel = 1
+ url = http://softmaker.com
+ install = smoffice2012.install
+ arch = x86_64
+ arch = i686
+ license = custom
+ source = http://www.softmaker.net/down/2012/softmaker-office-2012-702.tgz
+ source = planmaker-2012.desktop
+ source = planmaker12
+ source = presentations-2012.desktop
+ source = presentations12
+ source = textmaker-2012.desktop
+ source = textmaker12
+ source = icons.zip
+ source = license.txt
+ md5sums = df333512e49aea146d21ef0fdf835061
+ md5sums = 5427ac5cd945b7348b1494b3e7744d1c
+ md5sums = bd742e02bb99c207f0941bf7bf87142a
+ md5sums = b3a09fdac71841226bc6bd483764c373
+ md5sums = a26a4a3008db7ed26870e84a8a770be8
+ md5sums = 78b9c32224703ac916e37660a0539ea1
+ md5sums = 9e0ad29740ec780afefaec44550a7d20
+ md5sums = 8d00663db0c87693a3464f2d12910443
+ md5sums = 00e002e7ac0f54d5eeaa57c50884f3e9
+ sha512sums = 1299676a51e91616f363877dc02886a17ffb28e4e4792962ffa64aca75fe71930dfc67d720a36f41cacb89ebb5fe8c739b5b8cbe0027ae31b295c2edcc687149
+ sha512sums = 053afd59aa64247bf048d2358104ada35e19d200c03ad923ae0a7c7b69a14c360f8c34dc0edd4e1cb9f375a50f35e2e22e8527b9b453d543ac1b00a4422d4f6f
+ sha512sums = a0682318dae6894a9eb33797e50ef29f4304856174575f2b0c7cca145b0e8fc297e49c01101e70ea384b67cc0deb66f961a102d2b8dcf5aabc8adf3390516f7a
+ sha512sums = 9bd6e92718c6ae2e045b301bec8c216878b0aa1fd0e04df0c47c09360de9ab8230e93d83630ab11f4d3fda376a72d563ec885556b1d6b0df435222ccd711295c
+ sha512sums = a0d17b147dfe9a5cf1f1eedc2288713c8de15923336a2be4dbe8bff7f75fe456b4e70078fb2aa3b0e286a73feff55b6c28a6ebf0457663019acae574dd08d43e
+ sha512sums = 7ef3fdd09920b6be2704c05494a785c4bf5463c99f4fce14ea42cb52cc32158050b171283e4eb74e02a77131375e9438faac3ee271f6b30d9e7b5b8aa5a1906b
+ sha512sums = 4508a4ae1a983b250608fafac4e3c5cb571768e3b818bd0fdbac9f2b84e9e87deeea9b037c967c5d3086b8ea6df9d4f43d8147558bf59c4b47b2b342d9133509
+ sha512sums = d687ad64f707ddf42d4fff129fb968210d58973d124a8b90e380986e8109e6b4a342d1c7e591ed64f9554079f68d03bba191b6c650cb0544a4ef310f1038c8b6
+ sha512sums = 25464fd669e6d81ccdfd0511e911f7344912e66526cdab4c2dc9fb6e9b65a6f83a328cafe99827bb012800fb2e923f4b00c4a652432710a59597d71759121c33
+
+pkgname = softmaker-office-2012-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..828dbf78ba2c
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,63 @@
+# Maintainer: jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com>
+# Contributors: bepebe, cconrad
+
+pkgname=softmaker-office-2012-bin
+pkgver=2012.702
+pkgrel=1
+pkgdesc="Softmaker Office 2012, proprietary office suite; word processing, spreadsheets, presentations"
+url="http://softmaker.com"
+arch=('x86_64' 'i686')
+license=('custom')
+install=smoffice2012.install
+
+# Set dependencies for i686 or x86-64
+if [ "$CARCH" == "x86_64" ]; then
+ depends=('desktop-file-utils' 'shared-mime-info' 'lib32-libxrender' 'lib32-libxmu' 'lib32-gcc-libs' 'hicolor-icon-theme')
+elif [ "$CARCH" == "i686" ]; then
+ depends=('desktop-file-utils' 'shared-mime-info' 'libxrender' 'libxmu' 'gcc-libs' 'hicolor-icon-theme')
+fi
+
+source=("http://www.softmaker.net/down/2012/softmaker-office-2012-702.tgz"
+ "planmaker-2012.desktop"
+ "planmaker12"
+ "presentations-2012.desktop"
+ "presentations12"
+ "textmaker-2012.desktop"
+ "textmaker12"
+ "icons.zip"
+ "license.txt")
+md5sums=('df333512e49aea146d21ef0fdf835061'
+ '5427ac5cd945b7348b1494b3e7744d1c'
+ 'bd742e02bb99c207f0941bf7bf87142a'
+ 'b3a09fdac71841226bc6bd483764c373'
+ 'a26a4a3008db7ed26870e84a8a770be8'
+ '78b9c32224703ac916e37660a0539ea1'
+ '9e0ad29740ec780afefaec44550a7d20'
+ '8d00663db0c87693a3464f2d12910443'
+ '00e002e7ac0f54d5eeaa57c50884f3e9')
+sha512sums=('1299676a51e91616f363877dc02886a17ffb28e4e4792962ffa64aca75fe71930dfc67d720a36f41cacb89ebb5fe8c739b5b8cbe0027ae31b295c2edcc687149'
+ '053afd59aa64247bf048d2358104ada35e19d200c03ad923ae0a7c7b69a14c360f8c34dc0edd4e1cb9f375a50f35e2e22e8527b9b453d543ac1b00a4422d4f6f'
+ 'a0682318dae6894a9eb33797e50ef29f4304856174575f2b0c7cca145b0e8fc297e49c01101e70ea384b67cc0deb66f961a102d2b8dcf5aabc8adf3390516f7a'
+ '9bd6e92718c6ae2e045b301bec8c216878b0aa1fd0e04df0c47c09360de9ab8230e93d83630ab11f4d3fda376a72d563ec885556b1d6b0df435222ccd711295c'
+ 'a0d17b147dfe9a5cf1f1eedc2288713c8de15923336a2be4dbe8bff7f75fe456b4e70078fb2aa3b0e286a73feff55b6c28a6ebf0457663019acae574dd08d43e'
+ '7ef3fdd09920b6be2704c05494a785c4bf5463c99f4fce14ea42cb52cc32158050b171283e4eb74e02a77131375e9438faac3ee271f6b30d9e7b5b8aa5a1906b'
+ '4508a4ae1a983b250608fafac4e3c5cb571768e3b818bd0fdbac9f2b84e9e87deeea9b037c967c5d3086b8ea6df9d4f43d8147558bf59c4b47b2b342d9133509'
+ 'd687ad64f707ddf42d4fff129fb968210d58973d124a8b90e380986e8109e6b4a342d1c7e591ed64f9554079f68d03bba191b6c650cb0544a4ef310f1038c8b6'
+ '25464fd669e6d81ccdfd0511e911f7344912e66526cdab4c2dc9fb6e9b65a6f83a328cafe99827bb012800fb2e923f4b00c4a652432710a59597d71759121c33')
+
+package() {
+ mkdir -p "${pkgdir}/opt/smoffice2012"
+ cd "${pkgdir}/opt/smoffice2012"
+ tar -xzf "${srcdir}/office.tgz"
+ install -Dm755 "${srcdir}/planmaker12" "${pkgdir}/usr/bin/planmaker12"
+ install -Dm755 "${srcdir}/presentations12" "${pkgdir}/usr/bin/presentations12"
+ install -Dm755 "${srcdir}/textmaker12" "${pkgdir}/usr/bin/textmaker12"
+ install -Dm644 "${srcdir}/textmaker-2012.desktop" "${pkgdir}/usr/share/applications/textmaker-2012.desktop"
+ install -Dm644 "${srcdir}/presentations-2012.desktop" "${pkgdir}/usr/share/applications/presentations-2012.desktop"
+ install -Dm644 "${srcdir}/planmaker-2012.desktop" "${pkgdir}/usr/share/applications/planmaker-2012.desktop"
+ mkdir -p "${pkgdir}"/usr/share/mime/packages
+ install -Dm644 "${pkgdir}/opt/smoffice2012/mime/softmaker-office-2012.xml" "${pkgdir}/usr/share/mime/packages"
+ mkdir -p "${pkgdir}"/usr/share/icons/hicolor
+ cp -r "${srcdir}"/hicolor/* "${pkgdir}"/usr/share/icons/hicolor
+ install -Dm644 "${srcdir}/license.txt" "${pkgdir}/usr/share/licenses/softmaker-office-bin/license.txt"
+}
diff --git a/icons.zip b/icons.zip
new file mode 100644
index 000000000000..40d4f8f4d920
--- /dev/null
+++ b/icons.zip
Binary files differ
diff --git a/license.txt b/license.txt
new file mode 100644
index 000000000000..2131b4720e43
--- /dev/null
+++ b/license.txt
@@ -0,0 +1,41 @@
+License: SoftMaker Office 2012 2015-8-28 http://www.softmaker.com/english/license2012_en.htm
+Different licensing conditions apply for school, university, teacher, and student licenses.
+
+SoftMaker Office 2012 (the "Software") does not employ copy protection or mandatory activation. It can be installed and uninstalled repeatedly, even on different computers, so long as you stay within the rights granted by this license.
+
+The Software is the property of SoftMaker Software GmbH ("SoftMaker") or its licensors and is protected by copyright law. While SoftMaker continues to own the Software, you will have certain rights to use the Software after your acceptance of the license.
+
+Read this agreement carefully. If you agree to its terms, press the Accept key to continue with the installation. If you do not agree to its terms, press Decline to abort the installation. Except as may be modified by a license addendum which accompanies this license, your rights and obligations are as follows:
+You may choose among the following licensing options:
+
+ You may EITHER install and use one copy of the Software on up to 3 (three) computers simultaneously, so long as all of these computers belong to the same household or company at the same physical location;
+
+ ALTERNATIVELY, you may install one copy of the Software on up to 5 (five) computers that are owned by the same person or company, so long as only one copy of the Software is in use at any given time.
+
+These licensing options may be exercised at your discretion, but not simultaneously.
+You may:
+
+ Transfer the Software from one of your computers to another by simply uninstalling the Software on one computer and installing it on the other;
+
+ Make a reasonable number of backup copies for archive purposes, so long as the backup copies are not distributed; and
+
+ Transfer the Software on a permanent basis to another person or entity, provided that you retain no copies of the Software and the transferee agrees to the terms of this agreement.
+
+You may not:
+
+ Make copies of the accompanying documentation;
+
+ Sublicense, rent or lease any portion of the Software or accompanying documentation; or
+
+ Reverse-engineer, decompile, dissassemble, modify, translate, make any attempt to discover the source code of the Software, or create derivative works from the software.
+
+Limited warranty
+
+TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, SOFTMAKER DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE, AND ALL SUCH WARRANTIES ARE EXPRESSLY AND SPECIFICALLY DISCLAIMED. NEITHER SOFTMAKER NOR ANYONE ELSE WHO HAS BEEN INVOLVED IN THE CREATION, PRODUCTION, OR DELIVERY OF THIS SOFTWARE SHALL BE LIABLE FOR ANY INDIRECT, CONSEQUENTIAL, OR INCIDENTAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE SUCH SOFTWARE EVEN IF SOFTMAKER HAS BEEN ADVISED OF POSSIBILITY OF SUCH DAMAGES OR CLAIMS. IN NO EVENT SHALL SOFTMAKER'S LIABILITY FOR ANY DAMAGES EVER EXCEED THE PRICE PAID FOR LICENSE TO USE THE SOFTWARE, REGARDLESS OF THE FORM OF QUALITY AND PERFORMANCE OF THE SOFTWARE. THE PERSON USING THE SOFTWARE BEARS ALL RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE.
+General
+
+This Agreement is the complete statement of the Agreement between the parties on the subject matter, and merges and supersedes all other or prior understandings, purchase orders, agreements and arrangements. This Agreement shall be governed by and construed in accordance with the laws of the Federal Republic of Germany. Exclusive jurisdiction and venue for all matters relating to this Agreement shall be in courts located in the City of Nürnberg, Germany, and you consent to such jurisdiction and venue, thereby excluding the United Nations Convention on Contracts for the International Sale of Goods and any legislation implementing such Convention, if otherwise applicable.
+
+If any provision of this Agreement is declared by a Court of competent jurisdiction to be invalid, illegal, or unenforceable, such a provision shall be severed from the Agreement and the other provisions shall remain in full force and effect.
+
+All rights of any kind in the Software which are not expressly granted in this License are entirely and exclusively reserved to and by SoftMaker.
diff --git a/planmaker-2012.desktop b/planmaker-2012.desktop
new file mode 100644
index 000000000000..3048477f12ba
--- /dev/null
+++ b/planmaker-2012.desktop
@@ -0,0 +1,80 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+GenericName=Spreadsheet
+GenericName[am]=ሠንጠረዥ አስሊ
+GenericName[ar]=جدول
+GenericName[az]=Hesab Cədvəli
+GenericName[bg]=Електронна таблица
+GenericName[bn]=স্প্রেডশিট
+GenericName[bs]=Spreadsheet
+GenericName[ca]=Full de càlcul
+GenericName[cs]=Tabulkový kalkulátor
+GenericName[da]=Regneark
+GenericName[de]=Tabellenkalkulation
+GenericName[dz]=ཤོག་ཁྲམ།
+GenericName[el]=Λογιστικό φύλλο
+GenericName[en_CA]=Spreadsheet
+GenericName[en_GB]=Spreadsheet
+GenericName[en_ZA]=Spreadsheet
+GenericName[es]=Hoja de cálculo
+GenericName[et]=Arvutustabel
+GenericName[eu]=Kalkulu-orria
+GenericName[fi]=Taulukkolaskenta
+GenericName[fil]=Spreadsheet
+GenericName[fr]=Tableur
+GenericName[ga]=Scarbhileog
+GenericName[gl]=Folla de cálculo
+GenericName[gu]=સ્પ્રેડશીટ
+GenericName[he]=גיליון עבודה
+GenericName[hr]=Proračunska tablica
+GenericName[hu]=Táblázatkezelő
+GenericName[is]=Töflureiknir
+GenericName[it]=Foglio di calcolo
+GenericName[ja]=スプレッドシート
+GenericName[ka]=ელცხრილი
+GenericName[ko]=스프레드시트
+GenericName[ku]=Tabloya Hesêb
+GenericName[mk]=Табели
+GenericName[ms]=Hamparan
+GenericName[nb]=Regneark
+GenericName[ne]=स्प्रेडसिट
+GenericName[nl]=Rekenblad
+GenericName[nr]=Spredtjhiti
+GenericName[nso]=Letlakala la go ala tsebišo
+GenericName[oc]=Fuelha de calcul
+GenericName[pa]=ਸਾਰਣੀ
+GenericName[pl]=Arkusz kalkulacyjny
+GenericName[pt]=Folha de Cálculo
+GenericName[pt_BR]=Planilha Eletrônica
+GenericName[ru]=Электронная таблица
+GenericName[rw]=Urupapurorusesuye
+GenericName[sk]=Tabuľka
+GenericName[sq]=Fleta elektronike
+GenericName[sr]=Табеле
+GenericName[sr@Latn]=Tabele
+GenericName[st]=Leqephe la ho ala boitsebiso
+GenericName[sv]=Kalkylark
+GenericName[th]=ตารางคำนวน
+GenericName[tl]=Spreadsheet
+GenericName[tr]=Hesap Çizelgesi
+GenericName[ts]=Xipredxiti
+GenericName[uk]=Електронні таблиці
+GenericName[vi]=Bảng tính
+GenericName[wa]=Tåvleu
+GenericName[xh]=Icwecwe leeseli
+GenericName[zh_CN]=电子表格
+GenericName[zh_TW]=試算表
+GenericName[zu]=Ispredshit
+Comment=PlanMaker lets you create all kinds of spreadsheets -- from simple ones to the most complex ones. Includes a high-caliber charting module.
+Comment[de]=Mit PlanMaker können Sie alle Arten von Arbeitsblättern erstellen -- von ganz einfachen bis zu den komplexesten. Inklusive eines leistungsstarken Diagrammmoduls.
+Terminal=false
+Categories=Application;Office;Spreadsheet
+MimeType=application/x-pmd;application/x-pmv;application/excel;application/x-excel;application/x-ms-excel;application/x-msexcel;application/x-sylk;application/x-xls;application/xls;application/vnd.ms-excel;application/vnd.stardivision.calc;application/vnd.openxmlformats-officedocument.spreadsheetml.sheet;application/vnd.ms-excel.sheet.macroenabled.12;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.template.macroenabled.12;
+Version=1.0
+Name=PlanMaker 2012
+Icon=application-x-pml
+TryExec=/usr/bin/planmaker12
+StartupWMClass=pm
+Exec=/usr/bin/planmaker12 %F
+Path=/opt/smoffice2012
diff --git a/planmaker12 b/planmaker12
new file mode 100644
index 000000000000..2aa13b831439
--- /dev/null
+++ b/planmaker12
@@ -0,0 +1,3 @@
+#!/bin/sh
+# A script to run PlanMaker.
+/opt/smoffice2012/planmaker "$@"
diff --git a/presentations-2012.desktop b/presentations-2012.desktop
new file mode 100644
index 000000000000..b404bf1f8c6c
--- /dev/null
+++ b/presentations-2012.desktop
@@ -0,0 +1,79 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+GenericName=Presentation
+GenericName[am]=ትዕይንት
+GenericName[az]=Təqdimat
+GenericName[bg]=Презентация
+GenericName[bn]=প্রেজেন্টেশন
+GenericName[bs]=Prezentacija
+GenericName[ca]=Presentació
+GenericName[cs]=Prezentace
+GenericName[da]=Præsentation
+GenericName[de]=Präsentation
+GenericName[dz]=གསལ་སྟོན།
+GenericName[el]=Παρουσίαση
+GenericName[en_CA]=Presentation
+GenericName[en_GB]=Presentation
+GenericName[en_ZA]=Presentation
+GenericName[es]=Presentación
+GenericName[et]=Esitlus
+GenericName[eu]=Aurkezpena
+GenericName[fi]=Esitys
+GenericName[fil]=Pagtatanghal
+GenericName[fr]=Présentation
+GenericName[ga]=Toirbeathas
+GenericName[gl]=Presentación
+GenericName[gu]=રજૂઆત
+GenericName[he]=מצגות
+GenericName[hr]=Prezentacija
+GenericName[hu]=Bemutatókészítő
+GenericName[is]=Impress framsetning
+GenericName[it]=Presentazione
+GenericName[ja]=プレゼンテーション
+GenericName[ka]=პრეზენტაცია
+GenericName[ko]=프리젠테이션
+GenericName[ku]=Pêşkêşî
+GenericName[mk]=Презентација
+GenericName[ms]=Persembahan
+GenericName[nb]=Presentasjon
+GenericName[ne]=प्रस्तुति
+GenericName[nl]=Presentatie
+GenericName[nr]=Phrizentheyitjhini
+GenericName[nso]=Tlhagišo
+GenericName[oc]=Presentacion
+GenericName[pa]=ਪੇਸ਼ਕਾਰੀ
+GenericName[pl]=Prezentacja
+GenericName[pt]=Apresentação
+GenericName[pt_BR]=Apresentação
+GenericName[ru]=Презентация
+GenericName[rw]=Iyerekana
+GenericName[sk]=Prezentácia
+GenericName[sq]=Prezantime
+GenericName[sr]=Презентација
+GenericName[sr@Latn]=Prezentacija
+GenericName[st]=Nehelano
+GenericName[sv]=Presentation
+GenericName[th]=งานนำเสนอ
+GenericName[tl]=Pagtatanghal
+GenericName[tr]=Sunum
+GenericName[ts]=Nkombiso
+GenericName[uk]=Презентації
+GenericName[vi]=Trình diễn
+GenericName[wa]=Prezintåcion
+GenericName[xh]=Umboniso wenkcazelo
+GenericName[zh_CN]=演示文稿
+GenericName[zh_TW]=簡報
+GenericName[zu]=Iprezenteyshin
+Comment=The SoftMaker Presentations software lets you design any kind of presentation - even including special effects, animations, and transitions.
+Comment[de]=SoftMaker Presentations lässt Sie beliebige Präsentationen gestalten - mit Effekten, Animationen und Transitionen.
+Terminal=false
+Categories=Application;Office;Presentation
+MimeType=application/x-prd;application/x-prv;application/x-prs;application/ppt;application/mspowerpoint;application/vnd.ms-powerpoint;application/vnd.openxmlformats-officedocument.presentationml.presentation;application/vnd.ms-powerpoint.presentation.macroenabled.12;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.ms-powerpoint.template.macroenabled.12;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;application/vnd.openxmlformats-officedocument.presentationml.slideshow;
+Version=1.0
+Name=Presentations 2012
+Icon=application-x-prl
+TryExec=/usr/bin/presentations12
+StartupWMClass=pr
+Exec=/usr/bin/presentations12 %F
+Path=/opt/smoffice2012
diff --git a/presentations12 b/presentations12
new file mode 100644
index 000000000000..8a1131abf895
--- /dev/null
+++ b/presentations12
@@ -0,0 +1,3 @@
+#!/bin/sh
+# A script to run SoftMaker Presentations.
+/opt/smoffice2012/presentations "$@"
diff --git a/smoffice2012.install b/smoffice2012.install
new file mode 100644
index 000000000000..5a3a5463215c
--- /dev/null
+++ b/smoffice2012.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ update-mime-database usr/share/mime
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove () {
+ post_install
+}
diff --git a/textmaker-2012.desktop b/textmaker-2012.desktop
new file mode 100644
index 000000000000..ad17d3c83232
--- /dev/null
+++ b/textmaker-2012.desktop
@@ -0,0 +1,79 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+GenericName=Word Processor
+GenericName[am]=ጽሁፍ አቀናጅ
+GenericName[ar]=معالج نصوص
+GenericName[az]=Kəlmə İşlədici
+GenericName[bg]=Текстообработка
+GenericName[bn]=ওয়ার্ড প্রসেসর
+GenericName[bs]=Word Processor
+GenericName[ca]=Processador de textos
+GenericName[cs]=Textový procesor
+GenericName[da]=Tekstbehandler
+GenericName[de]=Textverarbeitung
+GenericName[dz]=ཡིག་སྦྱོར་པ།
+GenericName[el]=Επεξεργαστής κειμένου
+GenericName[en_CA]=Word Processor
+GenericName[en_GB]=Word Processor
+GenericName[en_ZA]=Word Processor
+GenericName[es]=Procesador de textos
+GenericName[et]=Kirjutaja
+GenericName[eu]=Testu-prozesadorea
+GenericName[fi]=Tekstinkäsittely
+GenericName[fil]=Tagaproseso ng Salita
+GenericName[fr]=Traitement de texte
+GenericName[ga]=Próiseálaithe Focal
+GenericName[gl]=Procesador de textos
+GenericName[gu]=વર્ડ પ્રોસેસર
+GenericName[he]=מעבד תמלילים
+GenericName[hr]=Obrada teksta
+GenericName[hu]=Szövegszerkesztő
+GenericName[is]=Ritvinnsla
+GenericName[it]=Word processor
+GenericName[ja]=ワープロ
+GenericName[ka]=ტექსტის რედაქტორი
+GenericName[ko]=워드 프로세서
+GenericName[ku]=Bernameya nivîsandinê
+GenericName[mk]=Процесор за текст
+GenericName[ms]=Pemproses Perkataan
+GenericName[nb]=Tekstbehandling
+GenericName[ne]=शब्द प्रशोधक
+GenericName[nl]=Tekstverwerker
+GenericName[nr]=Isenzi Mitlolo
+GenericName[nso]=Sehlami sa Lentšu
+GenericName[oc]=Tractament de tèxt
+GenericName[pa]=ਸ਼ਬਦਕਾਰ
+GenericName[pl]=Edytor tekstu
+GenericName[pt]=Processador de Texto
+GenericName[pt_BR]=Editor de texto
+GenericName[ru]=Редактор текстов
+GenericName[sk]=Textový editor
+GenericName[sq]=Procesues teksti
+GenericName[sr]=Обрада текста
+GenericName[sr@Latn]=Obrada teksta
+GenericName[st]=Word Processor
+GenericName[sv]=Ordbehandlare
+GenericName[th]=พิมพ์งาน
+GenericName[tl]=Tagaproseso ng Salita
+GenericName[tr]=Kelime İşlemci
+GenericName[ts]=Xitirhisi xa marito
+GenericName[uk]=Текстовий процесор
+GenericName[vi]=Bộ xử lý từ
+GenericName[wa]=Aspougneu d' tecse
+GenericName[xh]=Inkqubo Yokuqhuba Amagama
+GenericName[zh_CN]=文字处理
+GenericName[zh_TW]=文書處理器
+GenericName[zu]=Umshini Ohlela Amagama
+Comment=The TextMaker word processor lets you work on any type of document.
+Comment[de]=Die Textverarbeitung TextMaker ermöglicht es Ihnen, beliebige Arten von Dokumenten zu erstellen und zu bearbeiten.
+Terminal=false
+Categories=Application;Office;WordProcessor
+MimeType=application/x-tmd;application/x-tmv;application/msword;application/vnd.ms-word;application/x-doc;text/rtf;application/rtf;application/rtf;application/vnd.oasis.opendocument.text;application/vnd.oasis.opendocument.text-template;application/vnd.stardivision.writer;application/vnd.sun.xml.writer;application/vnd.sun.xml.writer.template;application/vnd.openxmlformats-officedocument.wordprocessingml.document;application/vnd.ms-word.document.macroenabled.12;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.template.macroenabled.12;application/x-pocket-word;
+Version=1.0
+Name=TextMaker 2012
+Icon=application-x-tml
+TryExec=/usr/bin/textmaker12
+StartupWMClass=tm
+Exec=/usr/bin/textmaker12 %F
+Path=/opt/smoffice2012
diff --git a/textmaker12 b/textmaker12
new file mode 100644
index 000000000000..b47de0e8be18
--- /dev/null
+++ b/textmaker12
@@ -0,0 +1,3 @@
+#!/bin/sh
+# A script to run TextMaker.
+/opt/smoffice2012/textmaker "$@"