summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjdarch2015-11-21 21:24:52 +0100
committerjdarch2015-11-21 21:24:52 +0100
commit35017f3d3aad5e12ab4d1eb08f392e11aad1bf55 (patch)
treebd474c437c7bf4f898a046f7c33827ef649b1b57
downloadaur-35017f3d3aad5e12ab4d1eb08f392e11aad1bf55.tar.gz
Initial import
-rw-r--r--.SRCINFO44
-rw-r--r--PKGBUILD72
-rw-r--r--planmaker-2016.desktop81
-rw-r--r--planmaker163
-rw-r--r--presentations-2016.desktop80
-rw-r--r--presentations1610
-rw-r--r--smoffice2016.install17
-rw-r--r--textmaker-2016.desktop80
-rw-r--r--textmaker164
9 files changed, 391 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
new file mode 100644
index 000000000000..b4d4017ba5b9
--- /dev/null
+++ b/.SRCINFO
@@ -0,0 +1,44 @@
+pkgbase = softmaker-office--2016-bin
+ pkgdesc = Softmaker Office 2016, proprietary office suite; word processing, spreadsheets, presentations
+ pkgver = 2016.748
+ pkgrel = 1
+ url = http://softmaker.com
+ install = smoffice2016.install
+ arch = x86_64
+ arch = i686
+ license = custom
+ depends = desktop-file-utils
+ depends = shared-mime-info
+ depends = hicolor-icon-theme
+ source = http://www.softmaker.net/down/softmaker-office-2016-748.tgz
+ source = planmaker16
+ source = presentations16
+ source = textmaker16
+ source = planmaker-2016.desktop
+ source = presentations-2016.desktop
+ source = textmaker-2016.desktop
+ md5sums = dfafef9fc0b03e29148a3ebded2e42f2
+ md5sums = 5e698160b69670b71ca1306457e95fe0
+ md5sums = 9853d3b98ec799d16bf86617401b40fa
+ md5sums = 1f17766bb95adc0bc56a8b683ff888f6
+ md5sums = 170313c9a4d692a78cd38b0e46b71a7b
+ md5sums = 86b058133c52201abd98a2594849e77e
+ md5sums = b0cb162e83fb4f186b1fb458f12ddc00
+ sha512sums = 5f7923d60da08bbeb1394068ff2aa8daa17cf5ef9862a51ccfabbfdf8a65083bfe3e67c35b2ce02e1828abaab5fcb5cc48468387d35238ddaff60fd25cafa814
+ sha512sums = 47e08e91734692b77d17999ce32b974a7f3cede5082f0884b2d1546d6ce7204bfcf67d713de9148398834aca28626d033855703fa3e0e375879fb085a89a2251
+ sha512sums = d48d6b4e4350b1b47935a8fadef7be113e7718dbdb9d956df6325009f95a17711f075f8b154f3931c0880f2bff566f49ae989c3f5b0de9f956852e9d447c9034
+ sha512sums = 96fc1950a23eb2faed83ddd317540d9ecc9fa46989dabe7325f0107eea1544ffa88adaf53f58fd050805c343b5fe9d698bc194cada9535411a64a4833f51fa10
+ sha512sums = 395786d38202e03fc6c06502200731ccc05d066c0467caa56e5ff7573933f3f5591da805d21919cbc0a7ec61cc0f7d95b37a49bc0c6ff0480ba26197f0d2abfb
+ sha512sums = d347cb1bd87273b87e283a64ea7d78265dbb524f18f783840cb7d560e402acfc4cba1e6d7fb5fae83314c70fea1d47334f9615592021513fd6e3b8ce7550cdeb
+ sha512sums = 94224fb084136441c1855e86247f6882017eab4648928e1bbbc4691b1b50f41b29a0945ab4056c774d1fc0dfb0edcddb6fffea758023de71877f62b1c545289c
+ depends_x86_64 = lib32-libxmu
+ depends_x86_64 = lib32-libidn
+ depends_x86_64 = lib32-libgl
+ depends_x86_64 = lib32-libxrandr
+ depends_i686 = libxmu
+ depends_i686 = libidn
+ depends_i686 = libgl
+ depends_i686 = libxrandr
+
+pkgname = softmaker-office--2016-bin
+
diff --git a/PKGBUILD b/PKGBUILD
new file mode 100644
index 000000000000..4feffca4bc93
--- /dev/null
+++ b/PKGBUILD
@@ -0,0 +1,72 @@
+# Maintainer: jdarch <jda -dot- cloud -plus- archlinux -at- gmail -dot- com>
+# Contributors: bepebe, cconrad
+# Parts adapted from: Muflone/freeoffice@aur
+
+pkgname=softmaker-office--2016-bin
+pkgver=2016.748
+pkgrel=1
+pkgdesc="Softmaker Office 2016, proprietary office suite; word processing, spreadsheets, presentations"
+url="http://softmaker.com"
+arch=('x86_64' 'i686')
+license=('custom')
+install=smoffice2016.install
+
+depends=('desktop-file-utils' 'shared-mime-info' 'hicolor-icon-theme')
+depends_i686=('libxmu' 'libidn' 'libgl' 'libxrandr')
+depends_x86_64=('lib32-libxmu' 'lib32-libidn' 'lib32-libgl' 'lib32-libxrandr')
+
+source=("http://www.softmaker.net/down/softmaker-office-${pkgver//./-}.tgz"
+ "planmaker16"
+ "presentations16"
+ "textmaker16"
+ "planmaker-2016.desktop"
+ "presentations-2016.desktop"
+ "textmaker-2016.desktop")
+md5sums=('dfafef9fc0b03e29148a3ebded2e42f2'
+ '5e698160b69670b71ca1306457e95fe0'
+ '9853d3b98ec799d16bf86617401b40fa'
+ '1f17766bb95adc0bc56a8b683ff888f6'
+ '170313c9a4d692a78cd38b0e46b71a7b'
+ '86b058133c52201abd98a2594849e77e'
+ 'b0cb162e83fb4f186b1fb458f12ddc00')
+sha512sums=('5f7923d60da08bbeb1394068ff2aa8daa17cf5ef9862a51ccfabbfdf8a65083bfe3e67c35b2ce02e1828abaab5fcb5cc48468387d35238ddaff60fd25cafa814'
+ '47e08e91734692b77d17999ce32b974a7f3cede5082f0884b2d1546d6ce7204bfcf67d713de9148398834aca28626d033855703fa3e0e375879fb085a89a2251'
+ 'd48d6b4e4350b1b47935a8fadef7be113e7718dbdb9d956df6325009f95a17711f075f8b154f3931c0880f2bff566f49ae989c3f5b0de9f956852e9d447c9034'
+ '96fc1950a23eb2faed83ddd317540d9ecc9fa46989dabe7325f0107eea1544ffa88adaf53f58fd050805c343b5fe9d698bc194cada9535411a64a4833f51fa10'
+ '395786d38202e03fc6c06502200731ccc05d066c0467caa56e5ff7573933f3f5591da805d21919cbc0a7ec61cc0f7d95b37a49bc0c6ff0480ba26197f0d2abfb'
+ 'd347cb1bd87273b87e283a64ea7d78265dbb524f18f783840cb7d560e402acfc4cba1e6d7fb5fae83314c70fea1d47334f9615592021513fd6e3b8ce7550cdeb'
+ '94224fb084136441c1855e86247f6882017eab4648928e1bbbc4691b1b50f41b29a0945ab4056c774d1fc0dfb0edcddb6fffea758023de71877f62b1c545289c')
+
+package() {
+ mkdir -p "${pkgdir}/opt/smoffice2016"
+ tar -xzf "${srcdir}/office.tgz" -C "${pkgdir}/opt/smoffice2016"
+
+ ln -s "/opt/smoffice2016/usr/lib/dpf/libdle.so.1" "${pkgdir}/opt/smoffice2016/usr/lib/libdle.so.1"
+ ln -s "/opt/smoffice2016/usr/lib/dpf/libdpf.so.2.8.0" "${pkgdir}/opt/smoffice2016/usr/lib/libdpf.so.2"
+ ln -s "/opt/smoffice2016/usr/lib/dpf/libsx.so" "${pkgdir}/opt/smoffice2016/usr/lib/libsx.so"
+
+ install -d "${pkgdir}/usr/bin"
+ install -m 755 -t "${pkgdir}/usr/bin" "${srcdir}/planmaker16"
+ install -m 755 -t "${pkgdir}/usr/bin" "${srcdir}/presentations16"
+ install -m 755 -t "${pkgdir}/usr/bin" "${srcdir}/textmaker16"
+ for size in 16 32 48 64 128
+ do
+ install -d "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps"
+ ln -s "/opt/smoffice2016/icons/pml_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/smoffice2016-planmaker.png"
+ ln -s "/opt/smoffice2016/icons/prl_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/smoffice2016-presentations.png"
+ ln -s "/opt/smoffice2016/icons/tml_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/apps/smoffice2016-textmaker.png"
+
+ install -d "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes"
+ ln -s "/opt/smoffice2016/icons/pmd_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-pmd.png"
+ ln -s "/opt/smoffice2016/icons/prd_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-prd.png"
+ ln -s "/opt/smoffice2016/icons/tmd_${size}.png" "${pkgdir}/usr/share/icons/hicolor/${size}x${size}/mimetypes/application-x-tmd.png"
+ done
+
+install -d "${pkgdir}/usr/share/mime/packages"
+install -m 644 -t "${pkgdir}/usr/share/mime/packages" "${pkgdir}/opt/smoffice2016/mime/softmaker-office-2016.xml"
+
+install -d "${pkgdir}/usr/share/applications"
+install -m 644 -t "${pkgdir}/usr/share/applications" "${srcdir}/planmaker-2016.desktop"
+install -m 644 -t "${pkgdir}/usr/share/applications" "${srcdir}/presentations-2016.desktop"
+install -m 644 -t "${pkgdir}/usr/share/applications" "${srcdir}/textmaker-2016.desktop"
+}
diff --git a/planmaker-2016.desktop b/planmaker-2016.desktop
new file mode 100644
index 000000000000..1f0f58e1b11e
--- /dev/null
+++ b/planmaker-2016.desktop
@@ -0,0 +1,81 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+InitialPreference=10
+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-pmdx;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.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.sheet.macroenabled.12;application/vnd.ms-excel.sheet.macroEnabled.12;application/vnd.openxmlformats-officedocument.spreadsheetml.template;application/vnd.ms-excel.template.macroenabled.12;application/vnd.ms-excel.template.macroEnabled.12;
+Version=1.0
+Name=PlanMaker 2016
+Icon=smoffice2016-planmaker
+TryExec=//usr/bin/planmaker16
+StartupWMClass=pm
+Exec=/usr/bin/planmaker16 %F
+Path=/opt/smoffice2016
diff --git a/planmaker16 b/planmaker16
new file mode 100644
index 000000000000..cfbed9acc16e
--- /dev/null
+++ b/planmaker16
@@ -0,0 +1,3 @@
+#!/bin/sh
+# A script to run PlanMaker.
+/opt/smoffice2016/planmaker "$@" \ No newline at end of file
diff --git a/presentations-2016.desktop b/presentations-2016.desktop
new file mode 100644
index 000000000000..6f82e9f70a8f
--- /dev/null
+++ b/presentations-2016.desktop
@@ -0,0 +1,80 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+InitialPreference=10
+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 Presentations software lets you design any kind of presentation - even including special effects, animations, and transitions.
+Comment[de]=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.ms-powerpoint.presentation.macroEnabled.12;application/vnd.openxmlformats-officedocument.presentationml.template;application/vnd.ms-powerpoint.template.macroenabled.12;application/vnd.ms-powerpoint.template.macroEnabled.12;application/vnd.ms-powerpoint.slideshow.macroenabled.12;application/vnd.ms-powerpoint.slideshow.macroEnabled.12;application/vnd.openxmlformats-officedocument.presentationml.slideshow;
+Version=1.0
+Name=Presentations 2016
+Icon=smoffice2016-presentations
+TryExec=/usr/bin/presentations16
+StartupWMClass=pr
+Exec=/usr/bin/presentations16 %F
+Path=/opt/smoffice2016
diff --git a/presentations16 b/presentations16
new file mode 100644
index 000000000000..4db897b7542f
--- /dev/null
+++ b/presentations16
@@ -0,0 +1,10 @@
+#!/bin/bash
+# A script to run Presentations.
+ext="${@##*.}"
+shopt -s nocasematch
+case "$ext" in
+ "prs" ) /opt/smoffice2016/presentations -S\""$@"\";;
+ "pps" ) /opt/smoffice2016/presentations -S\""$@"\";;
+ "ppsx" ) /opt/smoffice2016/presentations -S\""$@"\";;
+ * ) /opt/smoffice16/presentations "$@";;
+esac
diff --git a/smoffice2016.install b/smoffice2016.install
new file mode 100644
index 000000000000..fab1de4eb321
--- /dev/null
+++ b/smoffice2016.install
@@ -0,0 +1,17 @@
+do_update() {
+ update-mime-database /usr/share/mime > /dev/null
+ gtk-update-icon-cache -f -q /usr/share/icons/hicolor/
+ update-desktop-database -q
+}
+
+post_install() {
+ do_update
+}
+
+post_upgrade() {
+ do_update
+}
+
+post_remove() {
+ do_update
+}
diff --git a/textmaker-2016.desktop b/textmaker-2016.desktop
new file mode 100644
index 000000000000..fe7870aefec7
--- /dev/null
+++ b/textmaker-2016.desktop
@@ -0,0 +1,80 @@
+[Desktop Entry]
+Encoding=UTF-8
+Type=Application
+InitialPreference=10
+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.ms-word.document.macroEnabled.12;application/vnd.openxmlformats-officedocument.wordprocessingml.template;application/vnd.ms-word.template.macroenabled.12;application/vnd.ms-word.template.macroEnabled.12;application/x-pocket-word
+Version=1.0
+Name=TextMaker 2016
+Icon=smoffice2016-textmaker
+TryExec=/usr/bin/textmaker16
+StartupWMClass=tm
+Exec=/usr/bin/textmaker16 %F
+Path=/opt/smoffice2016
diff --git a/textmaker16 b/textmaker16
new file mode 100644
index 000000000000..0b3161d78fc6
--- /dev/null
+++ b/textmaker16
@@ -0,0 +1,4 @@
+#!/bin/sh
+# A script to run TextMaker.
+export LD_LIBRARY_PATH=/opt/smoffice2016/usr/lib:${LD_LIBRARY_PATH}
+/opt/smoffice2016/textmaker "$@"