Merge pull request #1615 from ayhanyalcinsoy/master
libreoffice and icon-them-hicolor: v.bump
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
<IsA>data</IsA>
|
||||
<Summary>Default icon theme</Summary>
|
||||
<Description>Hicolor icon theme contains the basic directories and files needed for icon theme support.</Description>
|
||||
<Archive sha1sum="87368844d1fcef899c3dc4e59f07264340606538" type="targz">http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.12.tar.gz</Archive>
|
||||
<Archive sha1sum="368ecc47521e1a2f72cef0171bee02aae876ff53" type="tarxz">https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.15.tar.xz</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
@@ -26,8 +26,8 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2013-08-26</Date>
|
||||
<Version>0.12</Version>
|
||||
<Date>2016-04-09</Date>
|
||||
<Version>0.15</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Serdar Soytetir</Name>
|
||||
<Email>kaptan@pisilinux.org</Email>
|
||||
|
||||
@@ -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)
|
||||
pisitools.dosym("/usr/share/icons/hicolor/32x32/apps/%s" % pix, "/usr/share/pixmaps/%s" %pix)
|
||||
|
||||
+124
@@ -0,0 +1,124 @@
|
||||
From 07d4c443e21cd22545d4516515c50b1c8dd39a9b Mon Sep 17 00:00:00 2001
|
||||
From: Michael Stahl <mstahl@redhat.com>
|
||||
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
|
||||
|
||||
@@ -15,9 +15,12 @@
|
||||
<Summary>LibreOffice office suite</Summary>
|
||||
<Description>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.</Description>
|
||||
<Archive sha1sum="7f8ebce9509ff9a6c9c47159c09983daffbb738f" type="tarxz">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="1e7f0de6f58d61b4e12ab48b3f8bd9cecc357cb6" type="tarxz" target="libreoffice-5.1.0.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-help-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="4b5f24eeed0e5f9ade9e46cf2b25ab7552e18162" type="tarxz" target="libreoffice-5.1.0.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-dictionaries-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="3c094c272f12b5cd54861f294886a97ad0b62b70" type="tarxz" target="libreoffice-5.1.0.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-translations-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="1e7f0de6f58d61b4e12ab48b3f8bd9cecc357cb6" type="binary" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-help-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="4b5f24eeed0e5f9ade9e46cf2b25ab7552e18162" type="binary" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-dictionaries-5.1.2.2.tar.xz</Archive>
|
||||
<Archive sha1sum="3c094c272f12b5cd54861f294886a97ad0b62b70" type="binary" target="libreoffice-5.1.2.2/external/tarballs/">http://download.documentfoundation.org/libreoffice/src/5.1.2/libreoffice-translations-5.1.2.2.tar.xz</Archive>
|
||||
<Patches>
|
||||
<Patch level="1">remove_unnecessary_orcus_external_usage_from_makefiles.diff</Patch>
|
||||
</Patches>
|
||||
<BuildDependencies>
|
||||
<Dependency>ant</Dependency>
|
||||
<Dependency>gperf</Dependency>
|
||||
@@ -94,14 +97,6 @@
|
||||
<Dependency>libjpeg-turbo</Dependency>
|
||||
<Dependency>gstreamer-next</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-base</Package>
|
||||
<Package releaseTo="22">libreoffice-calc</Package>
|
||||
<Package releaseTo="22">libreoffice-draw</Package>
|
||||
<Package releaseTo="22">libreoffice-math</Package>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
<Package releaseTo="22">libreoffice-impress</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="config">/etc</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
@@ -128,9 +123,6 @@
|
||||
<Name>libreoffice-common-dictionaries</Name>
|
||||
<Summary>LibreOffice additional dictionaries</Summary>
|
||||
<Description>LibreOffice additional dictionaries</Description>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/extensions</Path>
|
||||
</Files>
|
||||
@@ -1008,9 +1000,6 @@
|
||||
<IsA>locale:af</IsA>
|
||||
<Icon>libre-lang-af</Icon>
|
||||
<Summary>libreoffice-af, Afrikaans language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_af</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/af</Path>
|
||||
@@ -1043,9 +1032,6 @@
|
||||
<IsA>locale:ar</IsA>
|
||||
<Icon>libre-lang-ar</Icon>
|
||||
<Summary>libreoffice-ar, Arabic language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ar</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ar</Path>
|
||||
@@ -1062,9 +1048,6 @@
|
||||
<IsA>locale:as</IsA>
|
||||
<Icon>libre-lang-as</Icon>
|
||||
<Summary>libreoffice-as, Assamese (India) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_as</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/as</Path>
|
||||
@@ -1168,9 +1151,6 @@
|
||||
<IsA>locale:bg</IsA>
|
||||
<Icon>libre-lang-bg</Icon>
|
||||
<Summary>libreoffice-bg, Bulgarian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_bg</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/bg</Path>
|
||||
@@ -1187,9 +1167,6 @@
|
||||
<IsA>locale:bn</IsA>
|
||||
<Icon>libre-lang-bn</Icon>
|
||||
<Summary>libreoffice-bn, Bengali language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_bn</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/bn</Path>
|
||||
@@ -1238,9 +1215,6 @@
|
||||
<IsA>locale:br</IsA>
|
||||
<Icon>libre-lang-br</Icon>
|
||||
<Summary>libreoffice-br, Breton language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_br</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/br</Path>
|
||||
@@ -1289,9 +1263,6 @@
|
||||
<IsA>locale:ca</IsA>
|
||||
<Icon>libre-lang-ca</Icon>
|
||||
<Summary>libreoffice-ca, Catalan language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ca</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ca</Path>
|
||||
@@ -1324,9 +1295,6 @@
|
||||
<IsA>locale:cs</IsA>
|
||||
<Icon>libre-lang-cs</Icon>
|
||||
<Summary>libreoffice-cs, Czech language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_cs</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/cs</Path>
|
||||
@@ -1343,9 +1311,6 @@
|
||||
<IsA>locale:cy</IsA>
|
||||
<Icon>libre-lang-cy</Icon>
|
||||
<Summary>libreoffice-cy, Welsh language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_cy</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/cy</Path>
|
||||
@@ -1362,9 +1327,6 @@
|
||||
<IsA>locale:da</IsA>
|
||||
<Icon>libre-lang-da</Icon>
|
||||
<Summary>libreoffice-da, Danish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_da</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/da</Path>
|
||||
@@ -1381,9 +1343,6 @@
|
||||
<IsA>locale:de</IsA>
|
||||
<Icon>libre-lang-de</Icon>
|
||||
<Summary>libreoffice-de, German language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_de</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/de</Path>
|
||||
@@ -1416,9 +1375,6 @@
|
||||
<IsA>locale:dz</IsA>
|
||||
<Icon>libre-lang-dz</Icon>
|
||||
<Summary>libreoffice-dz, Dzongkha language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_dz</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/dz</Path>
|
||||
@@ -1435,9 +1391,6 @@
|
||||
<IsA>locale:el</IsA>
|
||||
<Icon>libre-lang-el</Icon>
|
||||
<Summary>libreoffice-el, Greek language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_el</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/el</Path>
|
||||
@@ -1470,9 +1423,6 @@
|
||||
<IsA>locale:en-US</IsA>
|
||||
<Icon>libre-lang-en-US</Icon>
|
||||
<Summary>libreoffice-en-US, English (US) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_en-US</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/en-US</Path>
|
||||
@@ -1521,9 +1471,6 @@
|
||||
<IsA>locale:es</IsA>
|
||||
<Icon>libre-lang-es</Icon>
|
||||
<Summary>libreoffice-es, Spanish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_es</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/es</Path>
|
||||
@@ -1540,9 +1487,6 @@
|
||||
<IsA>locale:et</IsA>
|
||||
<Icon>libre-lang-et</Icon>
|
||||
<Summary>libreoffice-et, Estonian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_et</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/et</Path>
|
||||
@@ -1559,9 +1503,6 @@
|
||||
<IsA>locale:eu</IsA>
|
||||
<Icon>libre-lang-eu</Icon>
|
||||
<Summary>libreoffice-eu, Basque language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_eu</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/eu</Path>
|
||||
@@ -1578,9 +1519,6 @@
|
||||
<IsA>locale:fa</IsA>
|
||||
<Icon>libre-lang-fa</Icon>
|
||||
<Summary>libreoffice-fa, Persian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_fa</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/fa</Path>
|
||||
@@ -1597,9 +1535,6 @@
|
||||
<IsA>locale:fi</IsA>
|
||||
<Icon>libre-lang-fi</Icon>
|
||||
<Summary>libreoffice-fi, Finnish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_fi</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/fi</Path>
|
||||
@@ -1616,9 +1551,6 @@
|
||||
<IsA>locale:fr</IsA>
|
||||
<Icon>libre-lang-fr</Icon>
|
||||
<Summary>libreoffice-fr, French language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_fr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/fr</Path>
|
||||
@@ -1635,9 +1567,6 @@
|
||||
<IsA>locale:ga</IsA>
|
||||
<Icon>libre-lang-ga</Icon>
|
||||
<Summary>libreoffice-ga, Irish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ga</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ga</Path>
|
||||
@@ -1670,9 +1599,6 @@
|
||||
<IsA>locale:gl</IsA>
|
||||
<Icon>libre-lang-gl</Icon>
|
||||
<Summary>libreoffice-gl, Galician language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_gl</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/gl</Path>
|
||||
@@ -1689,9 +1615,6 @@
|
||||
<IsA>locale:gu</IsA>
|
||||
<Icon>libre-lang-gu</Icon>
|
||||
<Summary>libreoffice-gu, Gujarati language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_gu</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/gu</Path>
|
||||
@@ -1708,9 +1631,6 @@
|
||||
<IsA>locale:he</IsA>
|
||||
<Icon>libre-lang-he</Icon>
|
||||
<Summary>libreoffice-he, Hebrew language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_he</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/he</Path>
|
||||
@@ -1743,9 +1663,6 @@
|
||||
<IsA>locale:hr</IsA>
|
||||
<Icon>libre-lang-hr</Icon>
|
||||
<Summary>libreoffice-hr, Croatian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_hr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/hr</Path>
|
||||
@@ -1762,9 +1679,6 @@
|
||||
<IsA>locale:hu</IsA>
|
||||
<Icon>libre-lang-hu</Icon>
|
||||
<Summary>libreoffice-hu, Hungarian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_hu</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/hu</Path>
|
||||
@@ -1868,9 +1782,6 @@
|
||||
<IsA>locale:it</IsA>
|
||||
<Icon>libre-lang-it</Icon>
|
||||
<Summary>libreoffice-it, Italian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_it</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/it</Path>
|
||||
@@ -1887,9 +1798,6 @@
|
||||
<IsA>locale:ja</IsA>
|
||||
<Icon>libre-lang-ja</Icon>
|
||||
<Summary>libreoffice-ja, Japanese language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ja</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ja</Path>
|
||||
@@ -1970,9 +1878,6 @@
|
||||
<IsA>locale:kn</IsA>
|
||||
<Icon>libre-lang-kn</Icon>
|
||||
<Summary>libreoffice-kn, Kannada language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_kn</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/kn</Path>
|
||||
@@ -1989,9 +1894,6 @@
|
||||
<IsA>locale:ko</IsA>
|
||||
<Icon>libre-lang-ko</Icon>
|
||||
<Summary>libreoffice-ko, Korean language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ko</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ko</Path>
|
||||
@@ -2104,9 +2006,6 @@
|
||||
<IsA>locale:mai</IsA>
|
||||
<Icon>libre-lang-mai</Icon>
|
||||
<Summary>libreoffice-mai, Maithili language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_mai</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/mai</Path>
|
||||
@@ -2139,9 +2038,6 @@
|
||||
<IsA>locale:ml</IsA>
|
||||
<Icon>libre-lang-ml</Icon>
|
||||
<Summary>libreoffice-ml, Malayalam language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ml</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ml</Path>
|
||||
@@ -2190,9 +2086,6 @@
|
||||
<IsA>locale:mr</IsA>
|
||||
<Icon>libre-lang-mr</Icon>
|
||||
<Summary>libreoffice-mr, Marathi language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_mr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/mr</Path>
|
||||
@@ -2209,9 +2102,6 @@
|
||||
<IsA>locale:my</IsA>
|
||||
<Icon>libre-lang-my</Icon>
|
||||
<Summary>libreoffice-my, Burmese language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_my</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/my</Path>
|
||||
@@ -2228,9 +2118,6 @@
|
||||
<IsA>locale:nb</IsA>
|
||||
<Icon>libre-lang-nb</Icon>
|
||||
<Summary>libreoffice-nb, Norwegian Bokmal language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_nb</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/nb</Path>
|
||||
@@ -2263,9 +2150,6 @@
|
||||
<IsA>locale:nl</IsA>
|
||||
<Icon>libre-lang-nl</Icon>
|
||||
<Summary>libreoffice-nl, Dutch language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_nl</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/nl</Path>
|
||||
@@ -2282,9 +2166,6 @@
|
||||
<IsA>locale:nn</IsA>
|
||||
<Icon>libre-lang-nn</Icon>
|
||||
<Summary>libreoffice-nn, Norwegian Nynorsk language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_nn</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/nn</Path>
|
||||
@@ -2301,9 +2182,6 @@
|
||||
<IsA>locale:nr</IsA>
|
||||
<Icon>libre-lang-nr</Icon>
|
||||
<Summary>libreoffice-nr, Ndebele (South) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_nr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/nr</Path>
|
||||
@@ -2368,9 +2246,6 @@
|
||||
<IsA>locale:or</IsA>
|
||||
<Icon>libre-lang-or</Icon>
|
||||
<Summary>libreoffice-or, Oriya language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_or</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/or</Path>
|
||||
@@ -2387,9 +2262,6 @@
|
||||
<IsA>locale:pa-IN</IsA>
|
||||
<Icon>libre-lang-pa-IN</Icon>
|
||||
<Summary>libreoffice-pa-IN, Punjabi (India) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_pa-IN</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/pa-IN</Path>
|
||||
@@ -2406,9 +2278,6 @@
|
||||
<IsA>locale:pl</IsA>
|
||||
<Icon>libre-lang-pl</Icon>
|
||||
<Summary>libreoffice-pl, Polish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_pl</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/pl</Path>
|
||||
@@ -2425,9 +2294,6 @@
|
||||
<IsA>locale:pt</IsA>
|
||||
<Icon>libre-lang-pt</Icon>
|
||||
<Summary>libreoffice-pt, Portuguese language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_pt</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/pt</Path>
|
||||
@@ -2444,9 +2310,6 @@
|
||||
<IsA>locale:pt-BR</IsA>
|
||||
<Icon>libre-lang-pt-BR</Icon>
|
||||
<Summary>libreoffice-pt-BR, Portuguese (Brasil) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_pt-BR</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/pt-BR</Path>
|
||||
@@ -2463,9 +2326,6 @@
|
||||
<IsA>locale:ro</IsA>
|
||||
<Icon>libre-lang-ro</Icon>
|
||||
<Summary>libreoffice-ro, Romanian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ro</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ro</Path>
|
||||
@@ -2482,9 +2342,6 @@
|
||||
<IsA>locale:ru</IsA>
|
||||
<Icon>libre-lang-ru</Icon>
|
||||
<Summary>libreoffice-ru, Russian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ru</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ru</Path>
|
||||
@@ -2565,9 +2422,6 @@
|
||||
<IsA>locale:si</IsA>
|
||||
<Icon>libre-lang-si</Icon>
|
||||
<Summary>libreoffice-si, Singhalese language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_si</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/si</Path>
|
||||
@@ -2655,9 +2509,6 @@
|
||||
<IsA>locale:sk</IsA>
|
||||
<Icon>libre-lang-sk</Icon>
|
||||
<Summary>libreoffice-sk, Slovak language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_sk</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/sk</Path>
|
||||
@@ -2674,9 +2525,6 @@
|
||||
<IsA>locale:sl</IsA>
|
||||
<Icon>libre-lang-sl</Icon>
|
||||
<Summary>libreoffice-sl, Slovenian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_sl</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/sl</Path>
|
||||
@@ -2709,9 +2557,6 @@
|
||||
<IsA>locale:sr</IsA>
|
||||
<Icon>libre-lang-sl</Icon>
|
||||
<Summary>libreoffice-sr, Serbian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_sr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/sr</Path>
|
||||
@@ -2799,9 +2644,6 @@
|
||||
<IsA>locale:ss</IsA>
|
||||
<Icon>libre-lang-ss</Icon>
|
||||
<Summary>libreoffice-ss, Swati language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ss</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ss</Path>
|
||||
@@ -2820,9 +2662,6 @@
|
||||
<IsA>locale:st</IsA>
|
||||
<Icon>libre-lang-st</Icon>
|
||||
<Summary>libreoffice-st, Southern Sotho language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_st</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/st</Path>
|
||||
@@ -2893,9 +2732,6 @@
|
||||
<IsA>locale:sv</IsA>
|
||||
<Icon>libre-lang-sv</Icon>
|
||||
<Summary>libreoffice-sv, Swedish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_sv</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/sv</Path>
|
||||
@@ -2928,9 +2764,6 @@
|
||||
<IsA>locale:ta</IsA>
|
||||
<Icon>libre-lang-ta</Icon>
|
||||
<Summary>libreoffice-ta, Tamil language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ta</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/ta</Path>
|
||||
@@ -2947,9 +2780,6 @@
|
||||
<IsA>locale:te</IsA>
|
||||
<Icon>libre-lang-te</Icon>
|
||||
<Summary>libreoffice-te, Telugu language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_te</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autotext/te</Path>
|
||||
@@ -2982,9 +2812,6 @@
|
||||
<IsA>locale:th</IsA>
|
||||
<Icon>libre-lang-th</Icon>
|
||||
<Summary>libreoffice-th, Thai language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_th</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/th</Path>
|
||||
@@ -3001,9 +2828,6 @@
|
||||
<IsA>locale:tn</IsA>
|
||||
<Icon>libre-lang-tn</Icon>
|
||||
<Summary>libreoffice-tn, Tswana language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_tn</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/tn</Path>
|
||||
@@ -3075,9 +2899,6 @@
|
||||
<IsA>locale:tr</IsA>
|
||||
<Icon>libre-lang-tr</Icon>
|
||||
<Summary>libreoffice-tr, Turkish language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_tr</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/tr</Path>
|
||||
@@ -3094,9 +2915,6 @@
|
||||
<IsA>locale:ts</IsA>
|
||||
<Icon>libre-lang-ts</Icon>
|
||||
<Summary>libreoffice-ts, Tsonga language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ts</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/ts</Path>
|
||||
@@ -3145,9 +2963,6 @@
|
||||
<IsA>locale:uk</IsA>
|
||||
<Icon>libre-lang-uk</Icon>
|
||||
<Summary>libreoffice-uk, Ukrainian language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_uk</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/uk</Path>
|
||||
@@ -3180,9 +2995,6 @@
|
||||
<IsA>locale:ve</IsA>
|
||||
<Icon>libre-lang-ve</Icon>
|
||||
<Summary>libreoffice-ve, Venda language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_ve</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/ve</Path>
|
||||
@@ -3215,9 +3027,6 @@
|
||||
<IsA>locale:xh</IsA>
|
||||
<Icon>libre-lang-xh</Icon>
|
||||
<Summary>libreoffice-xh, Xhosa language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_xh</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/xh</Path>
|
||||
@@ -3250,9 +3059,6 @@
|
||||
<IsA>locale:zh-TW</IsA>
|
||||
<Icon>libre-lang-zh-TW</Icon>
|
||||
<Summary>libreoffice-zh-TW, Chinese (traditional) language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_zh-TW</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/zh-TW</Path>
|
||||
@@ -3269,9 +3075,6 @@
|
||||
<IsA>locale:zu</IsA>
|
||||
<Icon>libre-lang-zu</Icon>
|
||||
<Summary>libreoffice-zu, Zulu language pack for LibreOffice.</Summary>
|
||||
<Conflicts>
|
||||
<Package releaseTo="22">libreoffice-writer</Package>
|
||||
</Conflicts>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/lib/libreoffice/readmes/*_zu</Path>
|
||||
<Path fileType="data">/usr/lib/libreoffice/share/autothxt/zu</Path>
|
||||
@@ -3285,11 +3088,11 @@
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2016-04-08</Date>
|
||||
<Date>2016-04-03</Date>
|
||||
<Version>5.1.2.2</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Stefan Gronewold</Name>
|
||||
<Email>groni@pisilinux.org</Email>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user