diff --git a/desktop/lookandfeel/icon-theme-hicolor/pspec.xml b/desktop/lookandfeel/icon-theme-hicolor/pspec.xml
index f4a4ca6dda..fe05497326 100644
--- a/desktop/lookandfeel/icon-theme-hicolor/pspec.xml
+++ b/desktop/lookandfeel/icon-theme-hicolor/pspec.xml
@@ -13,7 +13,7 @@
data
Default icon theme
Hicolor icon theme contains the basic directories and files needed for icon theme support.
- http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz
+ https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.15.tar.xz
@@ -26,8 +26,8 @@
- 2013-08-26
- 0.12
+ 2016-04-09
+ 0.15
First release
Serdar Soytetir
kaptan@pisilinux.org
diff --git a/office/libreoffice/libreoffice/actions.py b/office/libreoffice/libreoffice/actions.py
index 931a590c38..78f3a002ad 100644
--- a/office/libreoffice/libreoffice/actions.py
+++ b/office/libreoffice/libreoffice/actions.py
@@ -16,6 +16,7 @@ LoVersion = "%s" % get.srcVERSION()
OurWorkDir = "%s/libreoffice-%s" % (get.workDIR(), LoVersion)
def setup():
+ shelltools.system('sed -i "s:mdds >= 0.12.0:mdds-1.0 >= 0.12.0:g" configure.ac')
shelltools.chmod("%s/bin/unpack-sources" % OurWorkDir)
shelltools.export("LO_PREFIX", "/usr")
shelltools.export("PYTHON", "python2.7")
@@ -71,4 +72,4 @@ def install():
pisitools.insinto("/usr/share/appdata/", "sysui/desktop/appstream-appdata/libreoffice-*.xml")
for pix in ["libreoffice-base.png", "libreoffice-calc.png", "libreoffice-draw.png", "libreoffice-impress.png", "libreoffice-main.png", "libreoffice-math.png", "libreoffice-startcenter.png", "libreoffice-writer.png"]:
- pisitools.dosym("/usr/share/icons/hicolor/32x32/apps/%s" % pix, "/usr/share/pixmaps/%s" %pix)
\ No newline at end of file
+ pisitools.dosym("/usr/share/icons/hicolor/32x32/apps/%s" % pix, "/usr/share/pixmaps/%s" %pix)
diff --git a/office/libreoffice/libreoffice/files/remove_unnecessary_orcus_external_usage_from_makefiles.diff b/office/libreoffice/libreoffice/files/remove_unnecessary_orcus_external_usage_from_makefiles.diff
new file mode 100644
index 0000000000..33bc08876e
--- /dev/null
+++ b/office/libreoffice/libreoffice/files/remove_unnecessary_orcus_external_usage_from_makefiles.diff
@@ -0,0 +1,124 @@
+From 07d4c443e21cd22545d4516515c50b1c8dd39a9b Mon Sep 17 00:00:00 2001
+From: Michael Stahl
+Date: Tue, 8 Mar 2016 15:01:59 +0100
+Subject: sc: remove unnecessary orcus external usage from makefiles
+
+This caused incremental builds to fail after today's orcus upgrade.
+
+The cxx files of these tests don't actually include orcus headers, so
+the libraries were not re-linked in incremental builds.
+
+Change-Id: Ibfcf216a7848f3c0adfae4ef59c4b756c290d6b2
+
+diff --git a/sc/CppunitTest_sc_bugfix_test.mk b/sc/CppunitTest_sc_bugfix_test.mk
+index 55311cd..712f444 100644
+--- a/sc/CppunitTest_sc_bugfix_test.mk
++++ b/sc/CppunitTest_sc_bugfix_test.mk
+@@ -16,8 +16,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_bugfix_test, \
+ $(eval $(call gb_CppunitTest_use_externals,sc_bugfix_test, \
+ boost_headers \
+ mdds_headers \
+- orcus \
+- orcus-parser \
+ libxml2 \
+ ))
+
+diff --git a/sc/CppunitTest_sc_copypaste.mk b/sc/CppunitTest_sc_copypaste.mk
+index 7df4f51..641709c 100644
+--- a/sc/CppunitTest_sc_copypaste.mk
++++ b/sc/CppunitTest_sc_copypaste.mk
+@@ -16,8 +16,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_copypaste, \
+ $(eval $(call gb_CppunitTest_use_externals,sc_copypaste, \
+ boost_headers \
+ mdds_headers \
+- orcus \
+- orcus-parser \
+ libxml2 \
+ ))
+
+diff --git a/sc/CppunitTest_sc_filters_test.mk b/sc/CppunitTest_sc_filters_test.mk
+index 4fbf489..db445f53 100644
+--- a/sc/CppunitTest_sc_filters_test.mk
++++ b/sc/CppunitTest_sc_filters_test.mk
+@@ -22,8 +22,6 @@ endif
+ $(eval $(call gb_CppunitTest_use_externals,sc_filters_test, \
+ boost_headers \
+ mdds_headers \
+- orcus \
+- orcus-parser \
+ ))
+
+ $(eval $(call gb_CppunitTest_use_libraries,sc_filters_test, \
+diff --git a/sc/CppunitTest_sc_opencl_test.mk b/sc/CppunitTest_sc_opencl_test.mk
+index 86605a2..ea93111 100644
+--- a/sc/CppunitTest_sc_opencl_test.mk
++++ b/sc/CppunitTest_sc_opencl_test.mk
+@@ -16,8 +16,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_opencl_test, \
+ $(eval $(call gb_CppunitTest_use_externals,sc_opencl_test, \
+ boost_headers \
+ mdds_headers \
+- orcus \
+- orcus-parser \
+ ))
+
+ $(eval $(call gb_CppunitTest_use_libraries,sc_opencl_test, \
+diff --git a/sc/CppunitTest_sc_rangelst_test.mk b/sc/CppunitTest_sc_rangelst_test.mk
+index 2bf6f0f..fa6f690 100644
+--- a/sc/CppunitTest_sc_rangelst_test.mk
++++ b/sc/CppunitTest_sc_rangelst_test.mk
+@@ -16,18 +16,12 @@ $(eval $(call gb_CppunitTest_use_externals,sc_rangelst_test, \
+ icuuc \
+ libxml2 \
+ mdds_headers \
+- orcus \
+- orcus-parser \
+ ))
+
+ $(eval $(call gb_CppunitTest_add_exception_objects,sc_rangelst_test, \
+ sc/qa/unit/rangelst_test \
+ ))
+
+-$(eval $(call gb_CppunitTest_use_library_objects,sc_rangelst_test, \
+- scqahelper \
+-))
+-
+ $(eval $(call gb_CppunitTest_use_libraries,sc_rangelst_test, \
+ basegfx \
+ comphelper \
+@@ -45,6 +39,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sc_rangelst_test, \
+ sax \
+ sb \
+ sc \
++ scqahelper \
+ sfx \
+ sot \
+ svl \
+diff --git a/sc/CppunitTest_sc_subsequent_export_test.mk b/sc/CppunitTest_sc_subsequent_export_test.mk
+index 1cfaf69..6c2c9e5 100644
+--- a/sc/CppunitTest_sc_subsequent_export_test.mk
++++ b/sc/CppunitTest_sc_subsequent_export_test.mk
+@@ -16,8 +16,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_export_test, \
+ $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_export_test, \
+ boost_headers \
+ mdds_headers \
+- orcus \
+- orcus-parser \
+ libxml2 \
+ ))
+
+diff --git a/sc/CppunitTest_sc_subsequent_filters_test.mk b/sc/CppunitTest_sc_subsequent_filters_test.mk
+index 08dedbb..845206b 100644
+--- a/sc/CppunitTest_sc_subsequent_filters_test.mk
++++ b/sc/CppunitTest_sc_subsequent_filters_test.mk
+@@ -16,8 +16,6 @@ $(eval $(call gb_CppunitTest_add_exception_objects,sc_subsequent_filters_test, \
+ $(eval $(call gb_CppunitTest_use_externals,sc_subsequent_filters_test, \
+ boost_headers \
+ mdds_headers \
+- orcus \
+- orcus-parser \
+ libxml2 \
+ ))
+
+--
+cgit v0.10.2
+
diff --git a/office/libreoffice/libreoffice/pspec.xml b/office/libreoffice/libreoffice/pspec.xml
index 069db76414..997351c0d2 100644
--- a/office/libreoffice/libreoffice/pspec.xml
+++ b/office/libreoffice/libreoffice/pspec.xml
@@ -15,9 +15,12 @@
LibreOffice office suite
LibreOffice is an open source, multi-platform office productivity suite. It includes key desktop applications such as a word processor, a spreadsheet application, a presentation creator-viewer, a formula editor and a drawing program, with a user interface and feature set similar to other office suites. Sophisticated and flexible, LibreOffice also works transparently with a variety of file formats, including those of Microsoft Office.
http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-5.1.2.2.tar.xz
- http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-help-5.1.2.2.tar.xz
- http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-dictionaries-5.1.2.2.tar.xz
- http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-translations-5.1.2.2.tar.xz
+ http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-help-5.1.2.2.tar.xz
+ http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-dictionaries-5.1.2.2.tar.xz
+ http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-translations-5.1.2.2.tar.xz
+
+ remove_unnecessary_orcus_external_usage_from_makefiles.diff
+
ant
gperf
@@ -94,14 +97,6 @@
libjpeg-turbo
gstreamer-next
-
- libreoffice-base
- libreoffice-calc
- libreoffice-draw
- libreoffice-math
- libreoffice-writer
- libreoffice-impress
-
/etc
/usr/share/man
@@ -128,9 +123,6 @@
libreoffice-common-dictionaries
LibreOffice additional dictionaries
LibreOffice additional dictionaries
-
- libreoffice-writer
-
/usr/lib/libreoffice/share/extensions
@@ -1008,9 +1000,6 @@
locale:af
libre-lang-af
libreoffice-af, Afrikaans language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_af
/usr/lib/libreoffice/share/autotext/af
@@ -1043,9 +1032,6 @@
locale:ar
libre-lang-ar
libreoffice-ar, Arabic language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ar
/usr/lib/libreoffice/share/autotext/ar
@@ -1062,9 +1048,6 @@
locale:as
libre-lang-as
libreoffice-as, Assamese (India) language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_as
/usr/lib/libreoffice/share/autotext/as
@@ -1168,9 +1151,6 @@
locale:bg
libre-lang-bg
libreoffice-bg, Bulgarian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_bg
/usr/lib/libreoffice/share/autotext/bg
@@ -1187,9 +1167,6 @@
locale:bn
libre-lang-bn
libreoffice-bn, Bengali language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_bn
/usr/lib/libreoffice/share/autotext/bn
@@ -1238,9 +1215,6 @@
locale:br
libre-lang-br
libreoffice-br, Breton language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_br
/usr/lib/libreoffice/share/autotext/br
@@ -1289,9 +1263,6 @@
locale:ca
libre-lang-ca
libreoffice-ca, Catalan language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ca
/usr/lib/libreoffice/share/autotext/ca
@@ -1324,9 +1295,6 @@
locale:cs
libre-lang-cs
libreoffice-cs, Czech language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_cs
/usr/lib/libreoffice/share/autotext/cs
@@ -1343,9 +1311,6 @@
locale:cy
libre-lang-cy
libreoffice-cy, Welsh language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_cy
/usr/lib/libreoffice/share/autotext/cy
@@ -1362,9 +1327,6 @@
locale:da
libre-lang-da
libreoffice-da, Danish language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_da
/usr/lib/libreoffice/share/autotext/da
@@ -1381,9 +1343,6 @@
locale:de
libre-lang-de
libreoffice-de, German language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_de
/usr/lib/libreoffice/share/autotext/de
@@ -1416,9 +1375,6 @@
locale:dz
libre-lang-dz
libreoffice-dz, Dzongkha language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_dz
/usr/lib/libreoffice/share/autotext/dz
@@ -1435,9 +1391,6 @@
locale:el
libre-lang-el
libreoffice-el, Greek language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_el
/usr/lib/libreoffice/share/autotext/el
@@ -1470,9 +1423,6 @@
locale:en-US
libre-lang-en-US
libreoffice-en-US, English (US) language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_en-US
/usr/lib/libreoffice/share/autotext/en-US
@@ -1521,9 +1471,6 @@
locale:es
libre-lang-es
libreoffice-es, Spanish language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_es
/usr/lib/libreoffice/share/autotext/es
@@ -1540,9 +1487,6 @@
locale:et
libre-lang-et
libreoffice-et, Estonian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_et
/usr/lib/libreoffice/share/autotext/et
@@ -1559,9 +1503,6 @@
locale:eu
libre-lang-eu
libreoffice-eu, Basque language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_eu
/usr/lib/libreoffice/share/autotext/eu
@@ -1578,9 +1519,6 @@
locale:fa
libre-lang-fa
libreoffice-fa, Persian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_fa
/usr/lib/libreoffice/share/autotext/fa
@@ -1597,9 +1535,6 @@
locale:fi
libre-lang-fi
libreoffice-fi, Finnish language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_fi
/usr/lib/libreoffice/share/autotext/fi
@@ -1616,9 +1551,6 @@
locale:fr
libre-lang-fr
libreoffice-fr, French language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_fr
/usr/lib/libreoffice/share/autotext/fr
@@ -1635,9 +1567,6 @@
locale:ga
libre-lang-ga
libreoffice-ga, Irish language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ga
/usr/lib/libreoffice/share/autotext/ga
@@ -1670,9 +1599,6 @@
locale:gl
libre-lang-gl
libreoffice-gl, Galician language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_gl
/usr/lib/libreoffice/share/autotext/gl
@@ -1689,9 +1615,6 @@
locale:gu
libre-lang-gu
libreoffice-gu, Gujarati language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_gu
/usr/lib/libreoffice/share/autotext/gu
@@ -1708,9 +1631,6 @@
locale:he
libre-lang-he
libreoffice-he, Hebrew language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_he
/usr/lib/libreoffice/share/autotext/he
@@ -1743,9 +1663,6 @@
locale:hr
libre-lang-hr
libreoffice-hr, Croatian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_hr
/usr/lib/libreoffice/share/autotext/hr
@@ -1762,9 +1679,6 @@
locale:hu
libre-lang-hu
libreoffice-hu, Hungarian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_hu
/usr/lib/libreoffice/share/autotext/hu
@@ -1868,9 +1782,6 @@
locale:it
libre-lang-it
libreoffice-it, Italian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_it
/usr/lib/libreoffice/share/autotext/it
@@ -1887,9 +1798,6 @@
locale:ja
libre-lang-ja
libreoffice-ja, Japanese language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ja
/usr/lib/libreoffice/share/autotext/ja
@@ -1970,9 +1878,6 @@
locale:kn
libre-lang-kn
libreoffice-kn, Kannada language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_kn
/usr/lib/libreoffice/share/autotext/kn
@@ -1989,9 +1894,6 @@
locale:ko
libre-lang-ko
libreoffice-ko, Korean language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ko
/usr/lib/libreoffice/share/autotext/ko
@@ -2104,9 +2006,6 @@
locale:mai
libre-lang-mai
libreoffice-mai, Maithili language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_mai
/usr/lib/libreoffice/share/autotext/mai
@@ -2139,9 +2038,6 @@
locale:ml
libre-lang-ml
libreoffice-ml, Malayalam language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ml
/usr/lib/libreoffice/share/autotext/ml
@@ -2190,9 +2086,6 @@
locale:mr
libre-lang-mr
libreoffice-mr, Marathi language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_mr
/usr/lib/libreoffice/share/autotext/mr
@@ -2209,9 +2102,6 @@
locale:my
libre-lang-my
libreoffice-my, Burmese language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_my
/usr/lib/libreoffice/share/autotext/my
@@ -2228,9 +2118,6 @@
locale:nb
libre-lang-nb
libreoffice-nb, Norwegian Bokmal language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_nb
/usr/lib/libreoffice/share/autotext/nb
@@ -2263,9 +2150,6 @@
locale:nl
libre-lang-nl
libreoffice-nl, Dutch language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_nl
/usr/lib/libreoffice/share/autotext/nl
@@ -2282,9 +2166,6 @@
locale:nn
libre-lang-nn
libreoffice-nn, Norwegian Nynorsk language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_nn
/usr/lib/libreoffice/share/autotext/nn
@@ -2301,9 +2182,6 @@
locale:nr
libre-lang-nr
libreoffice-nr, Ndebele (South) language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_nr
/usr/lib/libreoffice/share/autotext/nr
@@ -2368,9 +2246,6 @@
locale:or
libre-lang-or
libreoffice-or, Oriya language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_or
/usr/lib/libreoffice/share/autotext/or
@@ -2387,9 +2262,6 @@
locale:pa-IN
libre-lang-pa-IN
libreoffice-pa-IN, Punjabi (India) language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_pa-IN
/usr/lib/libreoffice/share/autotext/pa-IN
@@ -2406,9 +2278,6 @@
locale:pl
libre-lang-pl
libreoffice-pl, Polish language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_pl
/usr/lib/libreoffice/share/autotext/pl
@@ -2425,9 +2294,6 @@
locale:pt
libre-lang-pt
libreoffice-pt, Portuguese language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_pt
/usr/lib/libreoffice/share/autotext/pt
@@ -2444,9 +2310,6 @@
locale:pt-BR
libre-lang-pt-BR
libreoffice-pt-BR, Portuguese (Brasil) language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_pt-BR
/usr/lib/libreoffice/share/autotext/pt-BR
@@ -2463,9 +2326,6 @@
locale:ro
libre-lang-ro
libreoffice-ro, Romanian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ro
/usr/lib/libreoffice/share/autotext/ro
@@ -2482,9 +2342,6 @@
locale:ru
libre-lang-ru
libreoffice-ru, Russian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ru
/usr/lib/libreoffice/share/autotext/ru
@@ -2565,9 +2422,6 @@
locale:si
libre-lang-si
libreoffice-si, Singhalese language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_si
/usr/lib/libreoffice/share/autotext/si
@@ -2655,9 +2509,6 @@
locale:sk
libre-lang-sk
libreoffice-sk, Slovak language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_sk
/usr/lib/libreoffice/share/autotext/sk
@@ -2674,9 +2525,6 @@
locale:sl
libre-lang-sl
libreoffice-sl, Slovenian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_sl
/usr/lib/libreoffice/share/autotext/sl
@@ -2709,9 +2557,6 @@
locale:sr
libre-lang-sl
libreoffice-sr, Serbian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_sr
/usr/lib/libreoffice/share/autotext/sr
@@ -2799,9 +2644,6 @@
locale:ss
libre-lang-ss
libreoffice-ss, Swati language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ss
/usr/lib/libreoffice/share/autotext/ss
@@ -2820,9 +2662,6 @@
locale:st
libre-lang-st
libreoffice-st, Southern Sotho language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_st
/usr/lib/libreoffice/share/autotext/st
@@ -2893,9 +2732,6 @@
locale:sv
libre-lang-sv
libreoffice-sv, Swedish language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_sv
/usr/lib/libreoffice/share/autotext/sv
@@ -2928,9 +2764,6 @@
locale:ta
libre-lang-ta
libreoffice-ta, Tamil language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ta
/usr/lib/libreoffice/share/autotext/ta
@@ -2947,9 +2780,6 @@
locale:te
libre-lang-te
libreoffice-te, Telugu language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_te
/usr/lib/libreoffice/share/autotext/te
@@ -2982,9 +2812,6 @@
locale:th
libre-lang-th
libreoffice-th, Thai language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_th
/usr/lib/libreoffice/share/autothxt/th
@@ -3001,9 +2828,6 @@
locale:tn
libre-lang-tn
libreoffice-tn, Tswana language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_tn
/usr/lib/libreoffice/share/autothxt/tn
@@ -3075,9 +2899,6 @@
locale:tr
libre-lang-tr
libreoffice-tr, Turkish language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_tr
/usr/lib/libreoffice/share/autothxt/tr
@@ -3094,9 +2915,6 @@
locale:ts
libre-lang-ts
libreoffice-ts, Tsonga language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ts
/usr/lib/libreoffice/share/autothxt/ts
@@ -3145,9 +2963,6 @@
locale:uk
libre-lang-uk
libreoffice-uk, Ukrainian language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_uk
/usr/lib/libreoffice/share/autothxt/uk
@@ -3180,9 +2995,6 @@
locale:ve
libre-lang-ve
libreoffice-ve, Venda language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_ve
/usr/lib/libreoffice/share/autothxt/ve
@@ -3215,9 +3027,6 @@
locale:xh
libre-lang-xh
libreoffice-xh, Xhosa language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_xh
/usr/lib/libreoffice/share/autothxt/xh
@@ -3250,9 +3059,6 @@
locale:zh-TW
libre-lang-zh-TW
libreoffice-zh-TW, Chinese (traditional) language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_zh-TW
/usr/lib/libreoffice/share/autothxt/zh-TW
@@ -3269,9 +3075,6 @@
locale:zu
libre-lang-zu
libreoffice-zu, Zulu language pack for LibreOffice.
-
- libreoffice-writer
-
/usr/lib/libreoffice/readmes/*_zu
/usr/lib/libreoffice/share/autothxt/zu
@@ -3285,11 +3088,11 @@
- 2016-04-08
+ 2016-04-03
5.1.2.2
First release
- Stefan Gronewold
- groni@pisilinux.org
+ Osman Erkan
+ osman.erkan@pisilinux.org