crux-commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
August 2015
- 1 participants
- 585 discussions
commit aa52739fedaa32a31d3bbf14f436fca3458f8596
Author: Danny Rawlins <monster.romster(a)gmail.com>
Date: Wed Aug 5 21:48:22 2015 +1000
mtr: 0.82 -> 0.86 picked up port
diff --git a/mtr/.md5sum b/mtr/.md5sum
index 155a5c5..a746743 100644
--- a/mtr/.md5sum
+++ b/mtr/.md5sum
@@ -1 +1 @@
-10601ea543fda3e51545c4bce195b64c mtr-0.82.tar.gz
+8d63592c9d4579ef20cf491b41843eb2 mtr-0.86.tar.gz
diff --git a/mtr/Pkgfile b/mtr/Pkgfile
index a26ebcd..8247707 100644
--- a/mtr/Pkgfile
+++ b/mtr/Pkgfile
@@ -1,19 +1,23 @@
-# Description: Matt's traceroute - network diagnostic tool
+# Description: Matt's traceroute - network diagnostic tool.
# URL: http://www.bitwizard.nl/mtr/
+# Maintainer: Danny Rawlins, crux at romster dot me
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
-# Depends on:
+# Depends on: ncurses
name=mtr
-version=0.82
+version=0.86
release=1
source=(ftp://ftp.bitwizard.nl/mtr/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr \
- --mandir=/usr/man \
- --sbindir=/usr/bin \
- --without-gtk
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man \
+ --sbindir=/usr/bin \
+ --without-gtk
+
make
make DESTDIR=$PKG install
}
1
0
commit fb6a15b3f3dced415e92170c96ca36468a389217
Author: Danny Rawlins <monster.romster(a)gmail.com>
Date: Wed Aug 5 21:34:51 2015 +1000
pyopenssl: 0.14 -> 0.15.1 picked up port
diff --git a/pyopenssl/.footprint b/pyopenssl/.footprint
index e82bcc3..fead36e 100644
--- a/pyopenssl/.footprint
+++ b/pyopenssl/.footprint
@@ -31,6 +31,12 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/OpenSSL/test/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/test_ssl.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/test_ssl.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/test_ssl.pyo
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/test_tsafe.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/test_tsafe.pyc
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/test_tsafe.pyo
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/test_util.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/test_util.pyc
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/test_util.pyo
-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/util.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/util.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/test/util.pyo
@@ -40,9 +46,9 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/OpenSSL/test/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/version.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/version.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/OpenSSL/version.pyo
-drwxr-xr-x root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg-info/
--rw-r--r-- root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg-info/PKG-INFO
--rw-r--r-- root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg-info/SOURCES.txt
--rw-r--r-- root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg-info/dependency_links.txt
--rw-r--r-- root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg-info/requires.txt
--rw-r--r-- root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.14-py2.7.egg-info/top_level.txt
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.15.1-py2.7.egg-info/
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.15.1-py2.7.egg-info/PKG-INFO
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.15.1-py2.7.egg-info/SOURCES.txt
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.15.1-py2.7.egg-info/dependency_links.txt
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.15.1-py2.7.egg-info/requires.txt
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/pyOpenSSL-0.15.1-py2.7.egg-info/top_level.txt
diff --git a/pyopenssl/.md5sum b/pyopenssl/.md5sum
index 2ab8f89..a888ae1 100644
--- a/pyopenssl/.md5sum
+++ b/pyopenssl/.md5sum
@@ -1 +1 @@
-8579ff3a1d858858acfba5f046a4ddf7 pyOpenSSL-0.14.tar.gz
+f447644afcbd5f0a1f47350fec63a4c6 pyOpenSSL-0.15.1.tar.gz
diff --git a/pyopenssl/Pkgfile b/pyopenssl/Pkgfile
index 3bf946c..326f227 100644
--- a/pyopenssl/Pkgfile
+++ b/pyopenssl/Pkgfile
@@ -1,11 +1,11 @@
-# Description: Python interface to the OpenSSL library
+# Description: Python interface to the OpenSSL library.
# URL: http://pypi.python.org/pypi/pyOpenSSL
-# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
+# Maintainer: Danny Rawlins, crux at romster dot me
# Packager: Lucas Hazel, lucas at die dot net dot au
# Depends on: cryptography
name=pyopenssl
-version=0.14
+version=0.15.1
release=1
source=(http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-$versi…
1
0
commit 9b5c856dbf4b0b9d8a3c18ac2cc09c5ca07a2597
Author: Thomas Penteker <tek(a)serverop.de>
Date: Wed Aug 5 12:43:55 2015 +0200
libreoffice: 4.4.4 -> 5.0.0
diff --git a/libreoffice/.footprint b/libreoffice/.footprint
index 114b03a..816a744 100644
--- a/libreoffice/.footprint
+++ b/libreoffice/.footprint
@@ -10,12 +10,12 @@ lrwxrwxrwx root/root usr/bin/spadmin -> /usr/lib/libreoffice/program/spadmin
lrwxrwxrwx root/root usr/bin/swriter -> /usr/lib/libreoffice/program/swriter
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/libreoffice/
--rwxr-xr-x root/root usr/lib/libreoffice/NOTICE
-lrwxrwxrwx root/root usr/lib/libreoffice/basis-link -> basis4.4
+-rw-r--r-- root/root usr/lib/libreoffice/NOTICE
+lrwxrwxrwx root/root usr/lib/libreoffice/basis-link -> basis5.0
drwxr-xr-x root/root usr/lib/libreoffice/help/
--rw-r--r-- root/root usr/lib/libreoffice/help/idxcaption.xsl
--rw-r--r-- root/root usr/lib/libreoffice/help/idxcontent.xsl
--rw-r--r-- root/root usr/lib/libreoffice/help/main_transform.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/help/idxcaption.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/help/idxcontent.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/help/main_transform.xsl
drwxr-xr-x root/root usr/lib/libreoffice/presets/
drwxr-xr-x root/root usr/lib/libreoffice/presets/autotext/
-rw-r--r-- root/root usr/lib/libreoffice/presets/autotext/mytexts.bau
@@ -56,9 +56,8 @@ drwxr-xr-x root/root usr/lib/libreoffice/presets/database/biblio/
drwxr-xr-x root/root usr/lib/libreoffice/presets/gallery/
-rw-r--r-- root/root usr/lib/libreoffice/presets/gallery/sg30.sdv
-rw-r--r-- root/root usr/lib/libreoffice/presets/gallery/sg30.thm
-drwxr-xr-x root/root usr/lib/libreoffice/presets/psprint/
-drwxr-xr-x root/root usr/lib/libreoffice/presets/uno_packages/
drwxr-xr-x root/root usr/lib/libreoffice/program/
+-rw-rw-r-- root/root usr/lib/libreoffice/program/JREProperties.class
-rw-r--r-- root/root usr/lib/libreoffice/program/bootstraprc
drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/ScriptFramework.jar
@@ -73,7 +72,10 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/flute-1.1.6.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/form.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/hsqldb.jar
+-rw-r--r-- root/root usr/lib/libreoffice/program/classes/java_uno.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/js.jar
+-rw-r--r-- root/root usr/lib/libreoffice/program/classes/juh.jar
+-rw-r--r-- root/root usr/lib/libreoffice/program/classes/jurt.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/libbase-1.1.6.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/libfonts-1.1.6.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/libformula-1.1.7.jar
@@ -87,11 +89,13 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/report.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/reportbuilder.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/reportbuilderwizard.jar
+-rw-r--r-- root/root usr/lib/libreoffice/program/classes/ridl.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/sac.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/sdbc_hsqldb.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/smoketest.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/table.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/unoil.jar
+-rw-r--r-- root/root usr/lib/libreoffice/program/classes/unoloader.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/classes/xmerge.jar
-rw-r--r-- root/root usr/lib/libreoffice/program/flat_logo.svg
-rw-r--r-- root/root usr/lib/libreoffice/program/fundamentalrc
@@ -100,6 +104,9 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/gengal.bin
-rwxr-xr-x root/root usr/lib/libreoffice/program/gnome-open-url
-rw-r--r-- root/root usr/lib/libreoffice/program/intro.png
+-rwxr-xr-x root/root usr/lib/libreoffice/program/javaldx
+-rw-rw-r-- root/root usr/lib/libreoffice/program/javavendors.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/program/jvmfwk3rc
-rwxr-xr-x root/root usr/lib/libreoffice/program/kde-open-url
-rwxr-xr-x root/root usr/lib/libreoffice/program/kdefilepicker
-rwxrwxr-x root/root usr/lib/libreoffice/program/libCbc.so.3
@@ -116,21 +123,20 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/libPresenterScreenlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libabplo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libacclo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libaffine_uno_uno.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libanalysislo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libanimcorelo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libavmediagst_0_10.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libavmedialo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libavmediaogl.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libbasctllo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libbasebmplo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libbasegfxlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libbasprovlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libbiblo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libbinaryurplo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libbootstraplo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libcached1.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libcairocanvaslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libcalclo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libcanvasfactorylo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libcanvastoolslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libchartcontrollerlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libchartcorelo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libchartopengllo.so
@@ -139,8 +145,6 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/libcmdmaillo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libcollator_data.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libcomphelper.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libconfigmgrlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libcppcanvaslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libctllo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libcuilo.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/libcurl.so.4
@@ -151,18 +155,11 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/libdbmmlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libdbplo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libdbpool2.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libdbtoolslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libdbulo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libdeployment.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libdeploymentgui.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libdeploymentmisclo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libdesktop_detectorlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libdesktopbe1lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libdict_ja.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libdict_zh.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libdlgprovlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libdrawinglayerlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libeditenglo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libegilo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libembobj.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libemboleobj.so
@@ -174,6 +171,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/libeptlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/liberalo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libetilo.so
+-rwxrwxr-x root/root usr/lib/libreoffice/program/libetonyek-0.1.so.1
-rwxr-xr-x root/root usr/lib/libreoffice/program/libevoablo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libevtattlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libexplo.so
@@ -181,7 +179,6 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxrwxr-x root/root usr/lib/libreoffice/program/libexslt.so.0
-rw-r--r-- root/root usr/lib/libreoffice/program/libfbembed.so.2.5
-rwxr-xr-x root/root usr/lib/libreoffice/program/libfilelo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libfilterconfiglo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libfirebird_sdbclo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libflashlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libflatlo.so
@@ -190,31 +187,29 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/libfps_officelo.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/libfreebl3.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libfrmlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libfsstoragelo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libfwelo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libfwilo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libfwklo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libfwllo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libfwmlo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libgcc3_uno.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libgconfbe1lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libgraphicfilterlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libguesslanglo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libhelplinkerlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libhsqldb.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libhwplo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libhyphenlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libi18nlangtag.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libi18npoollo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libi18nsearchlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libi18nutil.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libicdlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libicglo.so
--rwxrwxr-x root/root usr/lib/libreoffice/program/libicudata.so.53
--rwxrwxr-x root/root usr/lib/libreoffice/program/libicui18n.so.53
--rwxrwxr-x root/root usr/lib/libreoffice/program/libicuuc.so.53
+-rwxrwxr-x root/root usr/lib/libreoffice/program/libicudata.so.54
+-rwxrwxr-x root/root usr/lib/libreoffice/program/libicui18n.so.54
+-rwxrwxr-x root/root usr/lib/libreoffice/program/libicuuc.so.54
-rwxr-xr-x root/root usr/lib/libreoffice/program/libidxlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libimelo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libindex_data.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libintrospectionlo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libinvocadaptlo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libinvocationlo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libiolo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libipblo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libipdlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libipslo.so
@@ -223,34 +218,41 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/libiralo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libitglo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libitilo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libjava_uno.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libjavaloaderlo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libjavavmlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libjdbclo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libjpipe.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libjuh.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libjuhx.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libjvmaccesslo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libjvmfwklo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libkab1lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libkabdrv1lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libkdebe1lo.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/liblcms2.so.2
-rwxr-xr-x root/root usr/lib/libreoffice/program/libldapbe2lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/liblibreofficekitgtk.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/liblnglo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/liblnthlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/liblocalebe1lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/liblocaledata_en.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/liblocaledata_es.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/liblocaledata_euro.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/liblocaledata_others.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/liblog_uno_uno.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libloglo.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/liblpsolve55.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/liblwpftlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libmcnttype.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libmergedlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libmigrationoo2lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libmigrationoo3lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libmorklo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libmozbootstraplo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libmsfilterlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libmsformslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libmswordlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libmtfrendererlo.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/libmwaw-0.3.so.3
-rwxr-xr-x root/root usr/lib/libreoffice/program/libmysqllo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libnamingservicelo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libneon.so
-r--r--r-- root/root usr/lib/libreoffice/program/libnspr4.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/libnss3.so
@@ -266,7 +268,6 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/liboglcanvaslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libooxlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libopencllo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libpackage2.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libpasswordcontainerlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libpcrlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libpdffilterlo.so
@@ -279,6 +280,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/libpostgresql-sdbclo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libpricinglo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libprotocolhandlerlo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libproxyfaclo.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/libpython3.3m.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libpython3.3m.so-gdb.py
-rwxrwxr-x root/root usr/lib/libreoffice/program/libpython3.so
@@ -289,13 +291,14 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxrwxr-x root/root usr/lib/libreoffice/program/librasqal-lo.so.3
-rwxrwxr-x root/root usr/lib/libreoffice/program/librdf-lo.so.0
-rwxr-xr-x root/root usr/lib/libreoffice/program/librecentfile.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libreflectionlo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libreglo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libreslo.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/librevenge-0.0.so.0
-rwxr-xr-x root/root usr/lib/libreoffice/program/librptlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/librptuilo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/librptxmllo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libsaxlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libsblo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libsal_textenclo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libscdlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libscfiltlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsclo.so
@@ -308,29 +311,23 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsdfiltlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsdlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsduilo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libsfxlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsimplecanvaslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libslideshowlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsmdlo.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/libsmime3.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsmlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libsofficeapp.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/libsoftokn3.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsolverlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libsotlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libspelllo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libspllo.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/libsqlite3.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsrtrs1.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/libssl3.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libstocserviceslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libstoragefdlo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libstorelo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libstringresourcelo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsvgfilterlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libsvgiolo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libsvllo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libsvtlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libsvxcorelo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libsvxlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libswdlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libswlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libswuilo.so
@@ -339,62 +336,61 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/classes/
-rwxr-xr-x root/root usr/lib/libreoffice/program/libtextconv_dict.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libtextconversiondlgslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libtextfdlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libtklo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libtllo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libucb1.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libucbhelper.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libucpchelp1.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libucpcmis1lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libucpdav1.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libucpexpand1lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libucpextlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libucpfile1.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libucpftp1.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libucpgvfs1lo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libucphier1.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libucppkg1.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libucptdoc1lo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libuno_cppu.so.3
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libuno_cppuhelpergcc3.so.3
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libuno_purpenvhelpergcc3.so.3
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libuno_sal.so.3
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libuno_salhelpergcc3.so.3
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libunoidllo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libunopkgapp.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libunordflo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libunoxmllo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libunsafe_uno_uno.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libupdatecheckuilo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libupdatefeedlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libupdchklo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libutllo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libuuilo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libuuresolverlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libvbaeventslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libvbahelperlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libvbaobjlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libvbaswobjlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libvclcanvaslo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libvcllo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libvclplug_genlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libvclplug_gtklo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libvclplug_kdelo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libvclplug_svplo.so
+-rwxrwxr-x root/root usr/lib/libreoffice/program/libwpd-0.10.so.10
-rwxr-xr-x root/root usr/lib/libreoffice/program/libwpftcalclo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libwpftdrawlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libwpftimpresslo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libwpftwriterlo.so
--rwxrwxr-x root/root usr/lib/libreoffice/program/libwps-0.3.so.3
+-rwxrwxr-x root/root usr/lib/libreoffice/program/libwpg-0.3.so.3
+-rwxrwxr-x root/root usr/lib/libreoffice/program/libwps-0.4.so.4
-rwxr-xr-x root/root usr/lib/libreoffice/program/libwriterfilterlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libwriterperfectlo.so
+-rwxrwxr-x root/root usr/lib/libreoffice/program/libxml2.so.2
-rwxr-xr-x root/root usr/lib/libreoffice/program/libxmlfalo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libxmlfdlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libxmlscriptlo.so
+-rwxr-xr-x root/root usr/lib/libreoffice/program/libxmlreaderlo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libxmlsecurity.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libxoflo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libxolo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libxsec_fw.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libxsec_xmlsec.so
-rwxrwxr-x root/root usr/lib/libreoffice/program/libxslt.so.1
-rwxr-xr-x root/root usr/lib/libreoffice/program/libxsltdlglo.so
-rwxr-xr-x root/root usr/lib/libreoffice/program/libxsltfilterlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/program/libxstor.so
-rw-r--r-- root/root usr/lib/libreoffice/program/lounorc
-rw-r--r-- root/root usr/lib/libreoffice/program/mailmerge.py
-rw-r--r-- root/root usr/lib/libreoffice/program/msgbox.py
--rw-r--r-- root/root usr/lib/libreoffice/program/officehelper.py
+-rw-rw-r-- root/root usr/lib/libreoffice/program/officehelper.py
-rwxr-xr-x root/root usr/lib/libreoffice/program/oosplash
-rwxr-xr-x root/root usr/lib/libreoffice/program/open-url
drwxr-xr-x root/root usr/lib/libreoffice/program/opengl/
@@ -457,7 +453,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/opengl/
-rw-r--r-- root/root usr/lib/libreoffice/program/pagein-writer
-rwxr-xr-x root/root usr/lib/libreoffice/program/pluginapp.bin
-rw-r--r-- root/root usr/lib/libreoffice/program/postgresql-sdbc.ini
--rwxr-xr-x root/root usr/lib/libreoffice/program/python
+-rwxrwxr-x root/root usr/lib/libreoffice/program/python
drwxr-xr-x root/root usr/lib/libreoffice/program/python-core-3.3.3/
drwxr-xr-x root/root usr/lib/libreoffice/program/python-core-3.3.3/lib/
-rw-r--r-- root/root usr/lib/libreoffice/program/python-core-3.3.3/lib/__future__.py
@@ -1128,11 +1124,13 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/python-core-3.3.3/lib/xmlrpc/
-rw-r--r-- root/root usr/lib/libreoffice/program/python-core-3.3.3/lib/xmlrpc/server.py
-rw-r--r-- root/root usr/lib/libreoffice/program/python-core-3.3.3/lib/zipfile.py
-rwxrwxr-x root/root usr/lib/libreoffice/program/python.bin
--rw-r--r-- root/root usr/lib/libreoffice/program/pythonloader.py
--rw-r--r-- root/root usr/lib/libreoffice/program/pythonloader.unorc
--rw-r--r-- root/root usr/lib/libreoffice/program/pythonscript.py
+-rw-rw-r-- root/root usr/lib/libreoffice/program/pythonloader.py
+-rw-rw-r-- root/root usr/lib/libreoffice/program/pythonloader.unorc
+-rw-rw-r-- root/root usr/lib/libreoffice/program/pythonscript.py
-rwxr-xr-x root/root usr/lib/libreoffice/program/pyuno.so
-rw-r--r-- root/root usr/lib/libreoffice/program/redirectrc
+-rwxr-xr-x root/root usr/lib/libreoffice/program/regmerge
+-rwxr-xr-x root/root usr/lib/libreoffice/program/regview
drwxr-xr-x root/root usr/lib/libreoffice/program/resource/
-rw-r--r-- root/root usr/lib/libreoffice/program/resource/abpen-US.res
-rw-r--r-- root/root usr/lib/libreoffice/program/resource/accen-US.res
@@ -1195,12 +1193,13 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/resource/
-rwxrwxr-x root/root usr/lib/libreoffice/program/scalc
-rwxrwxr-x root/root usr/lib/libreoffice/program/sdraw
-rwxr-xr-x root/root usr/lib/libreoffice/program/senddoc
+-rw-r--r-- root/root usr/lib/libreoffice/program/services.rdb
drwxr-xr-x root/root usr/lib/libreoffice/program/services/
-rw-r--r-- root/root usr/lib/libreoffice/program/services/postgresql-sdbc.rdb
-rw-r--r-- root/root usr/lib/libreoffice/program/services/pyuno.rdb
-rw-r--r-- root/root usr/lib/libreoffice/program/services/scriptproviderforbeanshell.rdb
-rw-r--r-- root/root usr/lib/libreoffice/program/services/scriptproviderforjavascript.rdb
--rw-r--r-- root/root usr/lib/libreoffice/program/services/scriptproviderforpython.rdb
+-rw-rw-r-- root/root usr/lib/libreoffice/program/services/scriptproviderforpython.rdb
-rw-r--r-- root/root usr/lib/libreoffice/program/services/services.rdb
-rw-r--r-- root/root usr/lib/libreoffice/program/setuprc
drwxr-xr-x root/root usr/lib/libreoffice/program/shell/
@@ -1211,15 +1210,19 @@ drwxr-xr-x root/root usr/lib/libreoffice/program/shell/
-rwxr-xr-x root/root usr/lib/libreoffice/program/soffice.bin
-rw-r--r-- root/root usr/lib/libreoffice/program/sofficerc
-rwxrwxr-x root/root usr/lib/libreoffice/program/swriter
+-rw-r--r-- root/root usr/lib/libreoffice/program/types.rdb
drwxr-xr-x root/root usr/lib/libreoffice/program/types/
-rw-r--r-- root/root usr/lib/libreoffice/program/types/offapi.rdb
-rw-r--r-- root/root usr/lib/libreoffice/program/types/oovbaapi.rdb
-rwxr-xr-x root/root usr/lib/libreoffice/program/ui-previewer
--rw-r--r-- root/root usr/lib/libreoffice/program/uno.py
--rw-r--r-- root/root usr/lib/libreoffice/program/unohelper.py
+-rwxrwxr-x root/root usr/lib/libreoffice/program/uno
+-rwxr-xr-x root/root usr/lib/libreoffice/program/uno.bin
+-rw-rw-r-- root/root usr/lib/libreoffice/program/uno.py
+-rw-rw-r-- root/root usr/lib/libreoffice/program/unohelper.py
-rwxr-xr-x root/root usr/lib/libreoffice/program/unoinfo
-rwxr-xr-x root/root usr/lib/libreoffice/program/unopkg
-rwxr-xr-x root/root usr/lib/libreoffice/program/unopkg.bin
+-rw-rw-r-- root/root usr/lib/libreoffice/program/unorc
-rwxr-xr-x root/root usr/lib/libreoffice/program/unpack_update
-rwxr-xr-x root/root usr/lib/libreoffice/program/uri-encode
-rw-r--r-- root/root usr/lib/libreoffice/program/versionrc
@@ -1369,182 +1372,183 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/beanshell/
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/beanshell/Capitalise/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Capitalise/capitalise.bsh
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Capitalise/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Capitalise/capitalise.bsh
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Capitalise/parcel-descriptor.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/beanshell/HelloWorld/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/HelloWorld/helloworld.bsh
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/HelloWorld/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/HelloWorld/helloworld.bsh
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/HelloWorld/parcel-descriptor.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/beanshell/Highlight/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Highlight/ButtonPressHandler.bsh
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Highlight/ShowDialog.bsh
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Highlight/highlighter.bsh
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Highlight/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Highlight/ButtonPressHandler.bsh
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Highlight/ShowDialog.bsh
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Highlight/highlighter.bsh
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/Highlight/parcel-descriptor.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/beanshell/MemoryUsage/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/MemoryUsage/memusage.bsh
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/MemoryUsage/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/MemoryUsage/memusage.bsh
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/MemoryUsage/parcel-descriptor.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/beanshell/WordCount/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/WordCount/parcel-descriptor.xml
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/WordCount/wordcount.bsh
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/WordCount/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/beanshell/WordCount/wordcount.bsh
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/java/
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/java/HelloWorld/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/java/HelloWorld/HelloWorld.jar
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/java/HelloWorld/HelloWorld.java
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/java/HelloWorld/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/java/HelloWorld/HelloWorld.jar
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/java/HelloWorld/HelloWorld.java
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/java/HelloWorld/parcel-descriptor.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/java/Highlight/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/java/Highlight/Highlight.jar
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/java/Highlight/HighlightText.java
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/java/Highlight/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/java/Highlight/Highlight.jar
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/java/Highlight/HighlightText.java
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/java/Highlight/parcel-descriptor.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/java/MemoryUsage/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/java/MemoryUsage/MemoryUsage.jar
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/java/MemoryUsage/MemoryUsage.java
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/java/MemoryUsage/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/java/MemoryUsage/MemoryUsage.jar
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/java/MemoryUsage/MemoryUsage.java
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/java/MemoryUsage/parcel-descriptor.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/javascript/
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/javascript/ExportSheetsToHTML/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/javascript/ExportSheetsToHTML/exportsheetstohtml.js
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/javascript/ExportSheetsToHTML/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/javascript/ExportSheetsToHTML/exportsheetstohtml.js
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/javascript/ExportSheetsToHTML/parcel-descriptor.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/javascript/HelloWorld/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/javascript/HelloWorld/helloworld.js
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/javascript/HelloWorld/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/javascript/HelloWorld/helloworld.js
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/javascript/HelloWorld/parcel-descriptor.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/javascript/Highlight/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/javascript/Highlight/ButtonPressHandler.js
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/javascript/Highlight/ShowDialog.js
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/javascript/Highlight/parcel-descriptor.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/javascript/Highlight/ButtonPressHandler.js
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/javascript/Highlight/ShowDialog.js
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/javascript/Highlight/parcel-descriptor.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/python/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/Capitalise.py
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/HelloWorld.py
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/Capitalise.py
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/HelloWorld.py
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo.py
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_af.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_am.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ar.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_as.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ast.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_be.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_bg.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_bn.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_bn_IN.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_bo.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_br.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_brx.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_bs.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ca.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ca_valencia.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_cs.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_cy.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_da.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_de.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_dgo.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_dz.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_el.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_en_GB.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_en_US.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_en_ZA.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_eo.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_es.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_et.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_eu.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_fa.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_fi.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_fr.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ga.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_gd.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_gl.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_gu.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_he.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_hi.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_hr.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_hu.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_id.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_is.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_it.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ja.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ka.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_kk.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_km.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_kmr_Latn.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_kn.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ko.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_kok.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ks.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_lb.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_lo.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_lt.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_lv.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_mai.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_mk.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ml.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_mn.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_mni.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_mr.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_my.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_nb.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ne.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_nl.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_nn.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_nr.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_nso.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_oc.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_om.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_or.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_pa_IN.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_pl.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_pt.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_pt_BR.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ro.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ru.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_rw.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sa_IN.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sat.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sd.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_si.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sid.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sk.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sl.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sq.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sr.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sr_Latn.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ss.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_st.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sv.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sw_TZ.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ta.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_te.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_tg.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_th.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_tn.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_tr.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ts.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_tt.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ug.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_uk.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_uz.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ve.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_vi.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_xh.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_zh_CN.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_zh_TW.properties
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_zu.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo.py
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_af.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_am.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ar.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_as.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ast.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_be.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_bg.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_bn.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_bn_IN.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_bo.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_br.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_brx.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_bs.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ca.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ca_valencia.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_cs.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_cy.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_da.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_de.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_dgo.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_dz.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_el.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_en_GB.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_en_US.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_en_ZA.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_eo.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_es.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_et.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_eu.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_fa.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_fi.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_fr.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ga.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_gd.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_gl.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_gu.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_gug.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_he.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_hi.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_hr.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_hu.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_id.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_is.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_it.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ja.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ka.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_kk.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_km.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_kmr_Latn.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_kn.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ko.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_kok.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ks.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_lb.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_lo.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_lt.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_lv.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_mai.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_mk.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ml.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_mn.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_mni.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_mr.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_my.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_nb.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ne.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_nl.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_nn.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_nr.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_nso.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_oc.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_om.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_or.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_pa_IN.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_pl.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_pt.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_pt_BR.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ro.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ru.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_rw.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sa_IN.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sat.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sd.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_si.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sid.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sk.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sl.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sq.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sr.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sr_Latn.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ss.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_st.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sv.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_sw_TZ.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ta.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_te.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_tg.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_th.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_tn.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_tr.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ts.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_tt.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ug.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_uk.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_uz.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_ve.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_vi.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_xh.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_zh_CN.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_zh_TW.properties
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/LibreLogo_zu.properties
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.circular-arrow.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.circular-leftarrow.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.down-arrow.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.up-arrow.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_basicstop.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_editglossary.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_navigationbarleft.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_newdoc.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_runbasic.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.circular-arrow.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.circular-leftarrow.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.down-arrow.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.up-arrow.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_basicstop.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_editglossary.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_navigationbarleft.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_newdoc.png
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_runbasic.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.circular-arrow.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.circular-leftarrow.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.down-arrow.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_arrowshapes.up-arrow.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_basicstop.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_editglossary.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_navigationbarleft.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_newdoc.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/lc_runbasic.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.circular-arrow.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.circular-leftarrow.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.down-arrow.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_arrowshapes.up-arrow.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_basicstop.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_editglossary.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_navigationbarleft.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_newdoc.png
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/LibreLogo/icons/sc_runbasic.png
drwxr-xr-x root/root usr/lib/libreoffice/share/Scripts/python/pythonSamples/
--rw-r--r-- root/root usr/lib/libreoffice/share/Scripts/python/pythonSamples/TableSample.py
+-rw-rw-r-- root/root usr/lib/libreoffice/share/Scripts/python/pythonSamples/TableSample.py
drwxr-xr-x root/root usr/lib/libreoffice/share/autocorr/
-rw-r--r-- root/root usr/lib/libreoffice/share/autocorr/acor_af-ZA.dat
-rw-r--r-- root/root usr/lib/libreoffice/share/autocorr/acor_bg-BG.dat
@@ -1597,137 +1601,140 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/autotext/en-US/
-rw-r--r-- root/root usr/lib/libreoffice/share/autotext/en-US/template.bau
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/Access2Base/
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Application.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Collect.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Compatible.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Control.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/DataDef.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Database.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Dialog.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/DoCmd.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Event.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Field.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Form.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/L10N.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Methods.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/OptionGroup.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/PropertiesGet.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/PropertiesSet.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Property.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Recordset.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Root_.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/SubForm.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/TempVar.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Test.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Trace.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Utils.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/acConstants.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/dialog.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/dlgFormat.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/dlgTrace.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Access2Base/script.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Application.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Collect.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/CommandBar.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/CommandBarControl.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Compatible.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Control.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/DataDef.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Database.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Dialog.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/DoCmd.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Event.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Field.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Form.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/L10N.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Methods.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/OptionGroup.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/PropertiesGet.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/PropertiesSet.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Property.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Recordset.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Root_.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/SubForm.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/TempVar.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Test.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Trace.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/UtilProperty.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/Utils.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/acConstants.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/dialog.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/dlgFormat.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/dlgTrace.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Access2Base/script.xlb
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/Depot/
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/CommonLang.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Currency.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Depot.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Dialog2.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Dialog3.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Dialog4.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Internet.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_de.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_en.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_es.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_fr.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_it.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_ja.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_ko.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_sv.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_tw.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_zh.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/dialog.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/script.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Depot/tools.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/CommonLang.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Currency.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Depot.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Dialog2.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Dialog3.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Dialog4.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Internet.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_de.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_en.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_es.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_fr.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_it.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_ja.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_ko.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_sv.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_tw.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/Lang_zh.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/dialog.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/script.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Depot/tools.xba
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/Euro/
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/AutoPilotRun.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/Common.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/ConvertRun.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/DlgConvert.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/DlgPassword.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/Hard.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/Init.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/Protect.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/Soft.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/Writer.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/dialog.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Euro/script.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/AutoPilotRun.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/Common.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/ConvertRun.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/DlgConvert.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/DlgPassword.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/Hard.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/Init.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/Protect.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/Soft.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/Writer.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/dialog.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Euro/script.xlb
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/FormWizard/
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/FormWizard/DBMeta.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/FormWizard/DlgFormDB.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/FormWizard/FormWizard.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/FormWizard/Language.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/FormWizard/Layouter.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/FormWizard/develop.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/FormWizard/dialog.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/FormWizard/script.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/FormWizard/tools.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/FormWizard/DBMeta.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/FormWizard/DlgFormDB.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/FormWizard/FormWizard.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/FormWizard/Language.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/FormWizard/Layouter.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/FormWizard/develop.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/FormWizard/dialog.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/FormWizard/script.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/FormWizard/tools.xba
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/Gimmicks/
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/AutoText.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/ChangeAllChars.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/GetTexts.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/ReadDir.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/ReadFolderDlg.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/UserfieldDlg.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/Userfields.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/dialog.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/script.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/AutoText.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/ChangeAllChars.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/GetTexts.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/ReadDir.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/ReadFolderDlg.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/UserfieldDlg.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/Userfields.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/dialog.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Gimmicks/script.xlb
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/ImportWizard/
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/API.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/DialogModul.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/FilesModul.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/ImportDialog.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/Language.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/Main.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/dialog.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/script.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/API.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/DialogModul.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/FilesModul.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/ImportDialog.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/Language.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/Main.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/dialog.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ImportWizard/script.xlb
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/ScriptBindingLibrary/
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ScriptBindingLibrary/Highlight.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ScriptBindingLibrary/dialog.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/ScriptBindingLibrary/script.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ScriptBindingLibrary/Highlight.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ScriptBindingLibrary/dialog.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/ScriptBindingLibrary/script.xlb
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/Template/
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Template/Autotext.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Template/Correspondence.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Template/DialogStyles.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Template/ModuleAgenda.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Template/Samples.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Template/TemplateDialog.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Template/dialog.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Template/script.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Template/Autotext.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Template/Correspondence.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Template/DialogStyles.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Template/ModuleAgenda.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Template/Samples.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Template/TemplateDialog.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Template/dialog.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Template/script.xlb
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/Tools/
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tools/Debug.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tools/DlgOverwriteAll.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tools/Listbox.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tools/Misc.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tools/ModuleControls.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tools/Strings.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tools/UCB.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tools/dialog.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tools/script.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tools/Debug.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tools/DlgOverwriteAll.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tools/Listbox.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tools/Misc.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tools/ModuleControls.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tools/Strings.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tools/UCB.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tools/dialog.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tools/script.xlb
drwxr-xr-x root/root usr/lib/libreoffice/share/basic/Tutorials/
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/Functions.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/RoadMap.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/ShowInfoDialog.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialClose.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialCloseDialog.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialCreator.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialOpen.xba
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialOpenDialog.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialsDialog.xdl
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/dialog.xlb
--rw-r--r-- root/root usr/lib/libreoffice/share/basic/Tutorials/script.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/Functions.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/RoadMap.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/ShowInfoDialog.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialClose.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialCloseDialog.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialCreator.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialOpen.xba
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialOpenDialog.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/TutorialsDialog.xdl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/dialog.xlb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/basic/Tutorials/script.xlb
-rw-r--r-- root/root usr/lib/libreoffice/share/basic/dialog.xlc
-rw-r--r-- root/root usr/lib/libreoffice/share/basic/script.xlc
drwxr-xr-x root/root usr/lib/libreoffice/share/config/
--rw-r--r-- root/root usr/lib/libreoffice/share/config/images_crystal.zip
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/images_breeze.zip
-rw-r--r-- root/root usr/lib/libreoffice/share/config/images_galaxy.zip
-rw-r--r-- root/root usr/lib/libreoffice/share/config/images_hicontrast.zip
-rw-r--r-- root/root usr/lib/libreoffice/share/config/images_oxygen.zip
@@ -1922,6 +1929,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/cui/ui/
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/cui/ui/textflowpage.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/cui/ui/thesaurus.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/cui/ui/transparencytabpage.ui
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/cui/ui/tsaurldialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/cui/ui/twolinespage.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/cui/ui/wordcompletionpage.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/cui/ui/zoomdialog.ui
@@ -2552,6 +2560,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/simpre
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/simpress/ui/customslideshows.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/simpress/ui/definecustomslideshow.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/simpress/ui/dlgfield.ui
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/simpress/ui/dockinganimation.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/simpress/ui/headerfooterdialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/simpress/ui/headerfootertab.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/simpress/ui/insertslides.ui
@@ -2582,7 +2591,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/smath/
drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/smath/ui/
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/smath/ui/alignmentdialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/smath/ui/catalogdialog.ui
--rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/smath/ui/floatingelements.ui
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/smath/ui/dockingelements.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/smath/ui/fontdialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/smath/ui/fontsizedialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/smath/ui/fonttypedialog.ui
@@ -2858,6 +2867,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swrite
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/mailconfigpage.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/mailmerge.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/mailmergedialog.ui
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/managechangessidebar.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/mergeconnectdialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/mergetabledialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/mmaddressblockpage.ui
@@ -2915,6 +2925,8 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swrite
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/selectindexdialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/selecttabledialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/sidebarpage.ui
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/sidebarstylepresets.ui
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/sidebartheme.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/sidebarwrap.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/sortdialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/modules/swriter/ui/splittable.ui
@@ -3059,6 +3071,9 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/datanavigator.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/deletefooterdialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/deleteheaderdialog.ui
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/docking3deffects.ui
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/dockingcolorreplace.ui
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/dockingfontwork.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/docrecoverybrokendialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/docrecoveryprogressdialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/docrecoveryrecoverdialog.ui
@@ -3095,6 +3110,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/sidebarline.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/sidebarparagraph.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/sidebarpossize.ui
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/sidebarstylespanel.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/sidebartextpanel.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/textcontrolchardialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/svx/ui/textcontrolparadialog.ui
@@ -3122,6 +3138,9 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/vcl/ui/
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/vcl/ui/printerpropertiesdialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/vcl/ui/printprogressdialog.ui
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/vcl/ui/querydialog.ui
+drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/writerperfect/
+drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/writerperfect/ui/
+-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/writerperfect/ui/wpftencodingdialog.ui
drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/xmlsec/
drwxr-xr-x root/root usr/lib/libreoffice/share/config/soffice.cfg/xmlsec/ui/
-rw-r--r-- root/root usr/lib/libreoffice/share/config/soffice.cfg/xmlsec/ui/certdetails.ui
@@ -3244,33 +3263,33 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/config/wizard/web/styles/
drwxr-xr-x root/root usr/lib/libreoffice/share/dtd/
drwxr-xr-x root/root usr/lib/libreoffice/share/dtd/officedocument/
drwxr-xr-x root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/Manifest.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/accelerator.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/chart.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/datastyl.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/defs.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/dialog.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/drawing.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/dtypes.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/event.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/form.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/groupuinames.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/image.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/libraries.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/library.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/menubar.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/meta.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/module.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/nmspace.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/office.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/office.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/script.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/settings.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/statusbar.dtd
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/style.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/table.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/text.mod
--rw-r--r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/toolbar.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/Manifest.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/accelerator.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/chart.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/datastyl.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/defs.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/dialog.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/drawing.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/dtypes.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/event.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/form.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/groupuinames.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/image.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/libraries.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/library.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/menubar.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/meta.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/module.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/nmspace.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/office.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/office.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/script.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/settings.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/statusbar.dtd
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/style.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/table.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/text.mod
+-rw-rw-r-- root/root usr/lib/libreoffice/share/dtd/officedocument/1_0/toolbar.dtd
drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/
drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/dict-en/
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/dict-en/Lightproof.components
@@ -3321,6 +3340,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/dict-en/dialog/
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/dict-en/dialog/en_gd.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/dict-en/dialog/en_gl.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/dict-en/dialog/en_gu.properties
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/dict-en/dialog/en_gug.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/dict-en/dialog/en_he.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/dict-en/dialog/en_hi.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/dict-en/dialog/en_hr.properties
@@ -3480,6 +3500,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/nlpsolver/META-INF/
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/description-gd.txt
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/description-gl.txt
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/description-gu.txt
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/description-gug.txt
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/description-he.txt
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/description-hi.txt
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/description-hr.txt
@@ -3988,6 +4009,18 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gu/help
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gu/help.jar
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gu/help.key_
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gu/help.tree
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug-xhp.done (EMPTY)
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug.done (EMPTY)
+drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug/
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug/help.db_
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug/help.ht_ (EMPTY)
+drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug/help.idxl/
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug/help.idxl/_0.cfs
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug/help.idxl/segments.gen
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug/help.idxl/segments_3
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug/help.jar
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug/help.key_
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/gug/help.tree
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/he-xhp.done (EMPTY)
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/he.done (EMPTY)
drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/nlpsolver/help/he/
@@ -4914,6 +4947,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverCommon_gd.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverCommon_gl.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverCommon_gu.properties
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverCommon_gug.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverCommon_he.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverCommon_hi.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverCommon_hr.properties
@@ -5025,6 +5059,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverStatusDialog_gd.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverStatusDialog_gl.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverStatusDialog_gu.properties
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverStatusDialog_gug.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverStatusDialog_he.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverStatusDialog_hi.properties
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/nlpsolver/locale/NLPSolverStatusDialog_hr.properties
@@ -5161,6 +5196,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/wiki-publisher/WikiEdi
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/description-gd.txt
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/description-gl.txt
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/description-gu.txt
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/description-gug.txt
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/description-he.txt
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/description-hi.txt
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/description-hr.txt
@@ -5679,6 +5715,18 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gu
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gu/help.jar
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gu/help.key_
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gu/help.tree
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug-xhp.done (EMPTY)
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug.done (EMPTY)
+drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug/
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug/help.db_
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug/help.ht_
+drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug/help.idxl/
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug/help.idxl/_0.cfs
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug/help.idxl/segments.gen
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug/help.idxl/segments_3
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug/help.jar
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug/help.key_
+-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/gug/help.tree
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/he-xhp.done (EMPTY)
-rw-r--r-- root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/he.done (EMPTY)
drwxr-xr-x root/root usr/lib/libreoffice/share/extensions/wiki-publisher/help/he/
@@ -6577,170 +6625,170 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/filter/
-rw-r--r-- root/root usr/lib/libreoffice/share/filter/oox-drawingml-cs-presets
-rw-r--r-- root/root usr/lib/libreoffice/share/filter/vml-shape-types
drwxr-xr-x root/root usr/lib/libreoffice/share/fingerprint/
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ab.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ace.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ada.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/af.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ak.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/alt.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/am.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ar.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/arn.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ast.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ay.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/az-Cyrl.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/az.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ban.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/be.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/bem.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/bg.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/bho.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/bi.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/bik.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/bm.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/bn.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/bo.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/br.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/bs.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ca.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ckb.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/cs.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/cy.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/da.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/de.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/dv.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ee.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/el.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/emk-Latn.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/en.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/eo.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/es.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/et.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/eu.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/fa.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/fi.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/fj.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/fo.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/fpdb.conf
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/fr.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/fur.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/fy.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ga.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/gd.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/gl.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/grc.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/gu.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/gug.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/gv.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ha-NG.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/haw.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/he.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/hi.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/hil.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/hr.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/hsb.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ht.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/hu.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/hy.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ia.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/id.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/is.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/it.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ja.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ka.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/kk.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/kl.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/km.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/kn.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/kng.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ko.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ktu.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ky.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/la.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/lb.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/lg.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ln.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/lo.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/lt.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/lv.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/mai.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/mi.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/mk.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ml.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/mn.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/mos.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/mr.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ms.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/mt.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/my.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/nb.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/nds.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ne.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/nl.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/nn.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/nr.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/nso.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ny.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/oc.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/om.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/pa.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/pl.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/plt.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/pt.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/quz.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/qxa.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/rm.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ro.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ru.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/rue.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/rw.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sa.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sc.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sco.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sd.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/se.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sg.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/shs.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/si.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sk.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sl.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/so.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sq.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sr-Cyrl.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sr-Latn.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ss.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/st.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sv.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/sw.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ta.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/tet.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/tg.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/th.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ti.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/tk.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/tl.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/tn.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/tpi.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/tr.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ts.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/tt.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ty.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/tzm-Latn.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ug.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/uk.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ur.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/uz-Cyrl.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/uz.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/ve.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/vep.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/vi.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/wa.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/xh.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/yi.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/yo.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/zh-Hans.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/zh-Hant.lm
--rw-r--r-- root/root usr/lib/libreoffice/share/fingerprint/zu.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ab.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ace.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ada.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/af.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ak.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/alt.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/am.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ar.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/arn.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ast.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ay.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/az-Cyrl.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/az.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ban.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/be.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/bem.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/bg.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/bho.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/bi.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/bik.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/bm.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/bn.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/bo.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/br.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/bs.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ca.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ckb.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/cs.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/cy.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/da.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/de.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/dv.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ee.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/el.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/emk-Latn.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/en.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/eo.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/es.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/et.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/eu.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/fa.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/fi.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/fj.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/fo.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/fpdb.conf
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/fr.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/fur.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/fy.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ga.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/gd.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/gl.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/grc.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/gu.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/gug.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/gv.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ha-NG.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/haw.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/he.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/hi.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/hil.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/hr.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/hsb.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ht.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/hu.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/hy.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ia.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/id.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/is.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/it.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ja.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ka.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/kk.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/kl.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/km.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/kn.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/kng.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ko.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ktu.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ky.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/la.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/lb.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/lg.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ln.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/lo.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/lt.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/lv.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/mai.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/mi.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/mk.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ml.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/mn.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/mos.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/mr.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ms.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/mt.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/my.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/nb.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/nds.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ne.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/nl.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/nn.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/nr.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/nso.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ny.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/oc.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/om.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/pa.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/pl.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/plt.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/pt.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/quz.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/qxa.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/rm.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ro.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ru.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/rue.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/rw.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sa.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sc.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sco.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sd.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/se.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sg.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/shs.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/si.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sk.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sl.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/so.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sq.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sr-Cyrl.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sr-Latn.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ss.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/st.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sv.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/sw.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ta.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/tet.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/tg.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/th.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ti.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/tk.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/tl.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/tn.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/tpi.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/tr.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ts.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/tt.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ty.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/tzm-Latn.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ug.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/uk.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ur.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/uz-Cyrl.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/uz.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/ve.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/vep.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/vi.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/wa.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/xh.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/yi.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/yo.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/zh-Hans.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/zh-Hant.lm
+-rw-rw-r-- root/root usr/lib/libreoffice/share/fingerprint/zu.lm
drwxr-xr-x root/root usr/lib/libreoffice/share/firebird/
-rw-r--r-- root/root usr/lib/libreoffice/share/firebird/firebird.msg
drwxr-xr-x root/root usr/lib/libreoffice/share/fonts/
@@ -7711,9 +7759,9 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/gallery/www-graf/
-rw-r--r-- root/root usr/lib/libreoffice/share/gallery/www-graf/ylwright.gif
-rw-r--r-- root/root usr/lib/libreoffice/share/gallery/www-graf/ylwup.gif
drwxr-xr-x root/root usr/lib/libreoffice/share/glade/
--rw-r--r-- root/root usr/lib/libreoffice/share/glade/libreoffice-catalog.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/glade/libreoffice-catalog.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/labels/
--rw-r--r-- root/root usr/lib/libreoffice/share/labels/labels.xml
+-rw-rw-r-- root/root usr/lib/libreoffice/share/labels/labels.xml
drwxr-xr-x root/root usr/lib/libreoffice/share/liblangtag/
drwxr-xr-x root/root usr/lib/libreoffice/share/liblangtag/common/
drwxr-xr-x root/root usr/lib/libreoffice/share/liblangtag/common/bcp47/
@@ -7748,8 +7796,8 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/registry/
-rw-r--r-- root/root usr/lib/libreoffice/share/registry/math.xcd
-rw-r--r-- root/root usr/lib/libreoffice/share/registry/ogltrans.xcd
-rw-r--r-- root/root usr/lib/libreoffice/share/registry/onlineupdate.xcd
--rw-r--r-- root/root usr/lib/libreoffice/share/registry/oo-ad-ldap.xcd.sample
--rw-r--r-- root/root usr/lib/libreoffice/share/registry/oo-ldap.xcd.sample
+-rw-rw-r-- root/root usr/lib/libreoffice/share/registry/oo-ad-ldap.xcd.sample
+-rw-rw-r-- root/root usr/lib/libreoffice/share/registry/oo-ldap.xcd.sample
-rw-r--r-- root/root usr/lib/libreoffice/share/registry/pdfimport.xcd
-rw-r--r-- root/root usr/lib/libreoffice/share/registry/postgresql.xcd
-rw-r--r-- root/root usr/lib/libreoffice/share/registry/pyuno.xcd
@@ -7849,7 +7897,7 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/template/common/wizard/report/
-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/wizard/report/cnt-061.ott
-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/wizard/report/cnt-062.ott
-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/wizard/report/cnt-default.ott
--rw-r--r-- root/root usr/lib/libreoffice/share/template/common/wizard/report/default.otr
+-rw-rw-r-- root/root usr/lib/libreoffice/share/template/common/wizard/report/default.otr
-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/wizard/report/stl-01.ott
-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/wizard/report/stl-02.ott
-rw-r--r-- root/root usr/lib/libreoffice/share/template/common/wizard/report/stl-03.ott
@@ -7930,132 +7978,74 @@ drwxr-xr-x root/root usr/lib/libreoffice/share/xpdfimport/
-rw-r--r-- root/root usr/lib/libreoffice/share/xpdfimport/xpdfimport_err.pdf
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/common/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/common/copy.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/common/math.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/common/measure_conversion.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/common/copy.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/common/math.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/common/measure_conversion.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/docbook/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/docbook/DocBookTemplate.stw
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/docbook/docbooktosoffheadings.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/docbook/sofftodocbookheadings.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/docbook/DocBookTemplate.stw
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/docbook/docbooktosoffheadings.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/docbook/sofftodocbookheadings.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/export/
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/export/common/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/common/body.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/common/ooo2ms_docpr.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/common/body.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/common/ooo2ms_docpr.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/export/common/styles/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/common/styles/style_collector.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/common/styles/style_mapping_css.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/common/styles/style_collector.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/common/styles/style_mapping_css.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/export/common/table/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/common/table/table.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/common/table/table_cells.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/common/table/table_columns.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/common/table/table_rows.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/common/table_of_content.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/common/table/table.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/common/table/table_cells.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/common/table/table_columns.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/common/table/table_rows.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/common/table_of_content.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/formular.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/style_mapping.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/styles.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/table.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/formular.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/ooo2spreadsheetml.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/style_mapping.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/styles.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/spreadsheetml/table.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/export/uof/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/uof/odf2uof_presentation.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/uof/odf2uof_spreadsheet.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/uof/odf2uof_text.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/uof/odf2uof_presentation.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/uof/odf2uof_spreadsheet.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/uof/odf2uof_text.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/export/wordml/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_border.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_custom_draw.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_draw.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_field.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_list.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_page.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_path.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_settings.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_table.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_text.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_border.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_custom_draw.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_draw.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_field.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_list.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_page.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_path.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_settings.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_table.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/wordml/ooo2wordml_text.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/export/xhtml/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/xhtml/body.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/xhtml/header.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/xhtml/opendoc2xhtml.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/export/xhtml/table.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/xhtml/body.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/xhtml/header.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/xhtml/opendoc2xhtml.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/export/xhtml/table.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/import/
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/import/common/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/common/ms2ooo_docpr.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/common/ms2ooo_docpr.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/import/spreadsheetml/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/spreadsheetml/spreadsheetml2ooo.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/import/uof/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/uof/uof2odf_presentation.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/uof/uof2odf_spreadsheet.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/uof/uof2odf_text.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/uof/uof2odf_presentation.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/uof/uof2odf_spreadsheet.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/uof/uof2odf_text.xsl
drwxr-xr-x root/root usr/lib/libreoffice/share/xslt/import/wordml/
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_custom_draw.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_draw.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_field.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_list.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_page.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_path.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_props.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_settings.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_table.xsl
--rw-r--r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_text.xsl
-lrwxrwxrwx root/root usr/lib/libreoffice/ure-link -> ure
-drwxr-xr-x root/root usr/lib/libreoffice/ure/
-drwxr-xr-x root/root usr/lib/libreoffice/ure/bin/
--rwxr-xr-x root/root usr/lib/libreoffice/ure/bin/javaldx
--rwxr-xr-x root/root usr/lib/libreoffice/ure/bin/regmerge
--rwxr-xr-x root/root usr/lib/libreoffice/ure/bin/regview
--rwxrwxr-x root/root usr/lib/libreoffice/ure/bin/startup.sh
-lrwxrwxrwx root/root usr/lib/libreoffice/ure/bin/uno -> startup.sh
--rwxr-xr-x root/root usr/lib/libreoffice/ure/bin/uno.bin
-drwxr-xr-x root/root usr/lib/libreoffice/ure/lib/
--rw-rw-r-- root/root usr/lib/libreoffice/ure/lib/JREProperties.class
--rw-rw-r-- root/root usr/lib/libreoffice/ure/lib/jvmfwk3rc
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libaffine_uno_uno.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libbinaryurplo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libbootstraplo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libgcc3_uno.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libintrospectionlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libinvocadaptlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libinvocationlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libiolo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libjava_uno.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libjavaloaderlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libjavavmlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libjpipe.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libjuh.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libjuhx.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libjvmaccesslo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libjvmfwklo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/liblog_uno_uno.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libnamingservicelo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libproxyfaclo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libreflectionlo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libreglo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libsal_textenclo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libstocserviceslo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libstorelo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libuno_cppu.so.3
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libuno_cppuhelpergcc3.so.3
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libuno_purpenvhelpergcc3.so.3
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libuno_sal.so.3
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libuno_salhelpergcc3.so.3
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libunoidllo.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libunsafe_uno_uno.so
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libuuresolverlo.so
--rwxrwxr-x root/root usr/lib/libreoffice/ure/lib/libxml2.so.2
--rwxr-xr-x root/root usr/lib/libreoffice/ure/lib/libxmlreaderlo.so
--rw-rw-r-- root/root usr/lib/libreoffice/ure/lib/unorc
-drwxr-xr-x root/root usr/lib/libreoffice/ure/share/
-drwxr-xr-x root/root usr/lib/libreoffice/ure/share/java/
--rw-r--r-- root/root usr/lib/libreoffice/ure/share/java/java_uno.jar
--rw-r--r-- root/root usr/lib/libreoffice/ure/share/java/juh.jar
--rw-r--r-- root/root usr/lib/libreoffice/ure/share/java/jurt.jar
--rw-r--r-- root/root usr/lib/libreoffice/ure/share/java/ridl.jar
--rw-r--r-- root/root usr/lib/libreoffice/ure/share/java/unoloader.jar
-drwxr-xr-x root/root usr/lib/libreoffice/ure/share/misc/
--rw-rw-r-- root/root usr/lib/libreoffice/ure/share/misc/javavendors.xml
--rw-r--r-- root/root usr/lib/libreoffice/ure/share/misc/services.rdb
--rw-r--r-- root/root usr/lib/libreoffice/ure/share/misc/types.rdb
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_custom_draw.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_draw.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_field.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_list.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_page.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_path.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_props.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_settings.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_table.xsl
+-rw-rw-r-- root/root usr/lib/libreoffice/share/xslt/import/wordml/wordml2ooo_text.xsl
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
lrwxrwxrwx root/root usr/share/applications/base.desktop -> /usr/lib/libreoffice/share/xdg/base.desktop
@@ -8071,454 +8061,454 @@ drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/gnome/
drwxr-xr-x root/root usr/share/icons/gnome/128x128/
drwxr-xr-x root/root usr/share/icons/gnome/128x128/apps/
--rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice4.4-main.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice5.0-main.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/gnome/128x128/mimetypes/
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice4.4-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/gnome/128x128/mimetypes/libreoffice5.0-oasis-web-template.png
drwxr-xr-x root/root usr/share/icons/gnome/16x16/
drwxr-xr-x root/root usr/share/icons/gnome/16x16/apps/
--rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice4.4-main.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice5.0-main.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/gnome/16x16/mimetypes/
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-database.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-drawing-template.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-drawing.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-extension.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-formula.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-master-document.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-oasis-web-template.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-presentation-template.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-presentation.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-text-template.png
--rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice4.4-text.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-database.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-drawing.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-extension.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-formula.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-master-document.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-presentation.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-text-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/16x16/mimetypes/libreoffice5.0-text.png
drwxr-xr-x root/root usr/share/icons/gnome/256x256/
drwxr-xr-x root/root usr/share/icons/gnome/256x256/apps/
--rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice4.4-main.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice5.0-main.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/gnome/256x256/mimetypes/
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice4.4-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/gnome/256x256/mimetypes/libreoffice5.0-oasis-web-template.png
drwxr-xr-x root/root usr/share/icons/gnome/32x32/
drwxr-xr-x root/root usr/share/icons/gnome/32x32/apps/
--rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice4.4-main.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice5.0-main.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/gnome/32x32/mimetypes/
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-database.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-drawing-template.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-drawing.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-extension.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-formula.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-master-document.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-oasis-web-template.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-presentation-template.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-presentation.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-text-template.png
--rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice4.4-text.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-database.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-drawing.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-extension.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-formula.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-master-document.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-presentation.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-text-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/32x32/mimetypes/libreoffice5.0-text.png
drwxr-xr-x root/root usr/share/icons/gnome/48x48/
drwxr-xr-x root/root usr/share/icons/gnome/48x48/apps/
--rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice4.4-main.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice5.0-main.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/gnome/48x48/mimetypes/
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-database.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-drawing-template.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-drawing.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-extension.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-formula.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-master-document.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-oasis-web-template.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-presentation-template.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-presentation.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-text-template.png
--rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice4.4-text.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-database.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-drawing.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-extension.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-formula.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-master-document.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-presentation.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-text-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/48x48/mimetypes/libreoffice5.0-text.png
drwxr-xr-x root/root usr/share/icons/gnome/512x512/
drwxr-xr-x root/root usr/share/icons/gnome/512x512/apps/
--rw-r--r-- root/root usr/share/icons/gnome/512x512/apps/libreoffice4.4-main.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/apps/libreoffice5.0-main.png
drwxr-xr-x root/root usr/share/icons/gnome/512x512/mimetypes/
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice4.4-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/gnome/512x512/mimetypes/libreoffice5.0-oasis-web-template.png
drwxr-xr-x root/root usr/share/icons/gnome/scalable/
drwxr-xr-x root/root usr/share/icons/gnome/scalable/apps/
--rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice4.4-base.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice4.4-calc.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice4.4-draw.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice4.4-impress.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice4.4-main.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice4.4-math.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice4.4-startcenter.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice4.4-writer.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice5.0-base.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice5.0-calc.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice5.0-draw.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice5.0-impress.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice5.0-main.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice5.0-math.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice5.0-startcenter.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/apps/libreoffice5.0-writer.svg
drwxr-xr-x root/root usr/share/icons/gnome/scalable/mimetypes/
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-database.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-drawing-template.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-drawing.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-formula.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-master-document.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-presentation-template.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-presentation.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-spreadsheet-template.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-spreadsheet.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-text-template.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-text.svg
--rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice4.4-oasis-web-template.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-database.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-drawing-template.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-drawing.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-formula.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-master-document.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-presentation-template.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-presentation.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-spreadsheet-template.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-spreadsheet.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-text-template.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-text.svg
+-rw-r--r-- root/root usr/share/icons/gnome/scalable/mimetypes/libreoffice5.0-oasis-web-template.svg
drwxr-xr-x root/root usr/share/icons/hicolor/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice4.4-main.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice5.0-main.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/hicolor/128x128/mimetypes/
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice4.4-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/hicolor/128x128/mimetypes/libreoffice5.0-oasis-web-template.png
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice4.4-main.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice5.0-main.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/hicolor/16x16/mimetypes/
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-database.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-drawing-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-drawing.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-extension.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-formula.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-master-document.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-oasis-web-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-presentation-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-presentation.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-text-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice4.4-text.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-database.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-drawing.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-extension.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-formula.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-master-document.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-presentation.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-text-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/16x16/mimetypes/libreoffice5.0-text.png
drwxr-xr-x root/root usr/share/icons/hicolor/256x256/
drwxr-xr-x root/root usr/share/icons/hicolor/256x256/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice4.4-main.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice5.0-main.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/hicolor/256x256/mimetypes/
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice4.4-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/hicolor/256x256/mimetypes/libreoffice5.0-oasis-web-template.png
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice4.4-main.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice5.0-main.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/hicolor/32x32/mimetypes/
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-database.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-drawing-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-drawing.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-extension.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-formula.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-master-document.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-oasis-web-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-presentation-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-presentation.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-text-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice4.4-text.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-database.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-drawing.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-extension.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-formula.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-master-document.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-presentation.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-text-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/32x32/mimetypes/libreoffice5.0-text.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice4.4-main.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice5.0-main.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/hicolor/48x48/mimetypes/
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-database.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-drawing-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-drawing.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-extension.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-formula.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-master-document.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-oasis-web-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-presentation-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-presentation.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-text-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice4.4-text.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-database.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-drawing.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-extension.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-formula.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-master-document.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-presentation.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-text-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/48x48/mimetypes/libreoffice5.0-text.png
drwxr-xr-x root/root usr/share/icons/hicolor/512x512/
drwxr-xr-x root/root usr/share/icons/hicolor/512x512/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/apps/libreoffice4.4-main.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/apps/libreoffice5.0-main.png
drwxr-xr-x root/root usr/share/icons/hicolor/512x512/mimetypes/
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice4.4-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/hicolor/512x512/mimetypes/libreoffice5.0-oasis-web-template.png
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice4.4-base.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice4.4-calc.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice4.4-draw.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice4.4-impress.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice4.4-main.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice4.4-math.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice4.4-startcenter.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice4.4-writer.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice5.0-base.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice5.0-calc.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice5.0-draw.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice5.0-impress.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice5.0-main.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice5.0-math.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice5.0-startcenter.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/libreoffice5.0-writer.svg
drwxr-xr-x root/root usr/share/icons/hicolor/scalable/mimetypes/
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-database.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-drawing-template.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-drawing.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-formula.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-master-document.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-presentation-template.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-presentation.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-spreadsheet-template.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-spreadsheet.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-text-template.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-text.svg
--rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice4.4-oasis-web-template.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-database.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-drawing-template.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-drawing.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-formula.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-master-document.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-presentation-template.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-presentation.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-spreadsheet-template.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-spreadsheet.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-text-template.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-text.svg
+-rw-r--r-- root/root usr/share/icons/hicolor/scalable/mimetypes/libreoffice5.0-oasis-web-template.svg
drwxr-xr-x root/root usr/share/icons/locolor/
drwxr-xr-x root/root usr/share/icons/locolor/16x16/
drwxr-xr-x root/root usr/share/icons/locolor/16x16/apps/
--rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/locolor/16x16/mimetypes/
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-database.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-drawing-template.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-drawing.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-extension.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-formula.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-master-document.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-oasis-web-template.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-presentation-template.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-presentation.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-text-template.png
--rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice4.4-text.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-database.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-drawing.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-extension.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-formula.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-master-document.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-presentation.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-text-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/16x16/mimetypes/libreoffice5.0-text.png
drwxr-xr-x root/root usr/share/icons/locolor/32x32/
drwxr-xr-x root/root usr/share/icons/locolor/32x32/apps/
--rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice4.4-base.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice4.4-calc.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice4.4-draw.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice4.4-impress.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice4.4-math.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice4.4-startcenter.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice4.4-writer.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice5.0-base.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice5.0-calc.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice5.0-draw.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice5.0-impress.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice5.0-math.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice5.0-startcenter.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/libreoffice5.0-writer.png
drwxr-xr-x root/root usr/share/icons/locolor/32x32/mimetypes/
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-database.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-drawing-template.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-drawing.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-extension.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-formula.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-master-document.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-database.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-drawing-template.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-drawing.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-formula.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-master-document.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-presentation-template.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-presentation.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-text-template.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-text.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-oasis-web-template.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-presentation-template.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-presentation.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-spreadsheet-template.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-spreadsheet.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-text-template.png
--rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice4.4-text.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-database.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-drawing.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-extension.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-formula.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-master-document.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-database.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-drawing-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-drawing.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-formula.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-master-document.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-presentation.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-text-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-text.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-oasis-web-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-presentation-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-presentation.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-spreadsheet-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-spreadsheet.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-text-template.png
+-rw-r--r-- root/root usr/share/icons/locolor/32x32/mimetypes/libreoffice5.0-text.png
drwxr-xr-x root/root usr/share/mime/
drwxr-xr-x root/root usr/share/mime/packages/
--rw-r--r-- root/root usr/share/mime/packages/libreoffice4.4.xml
+-rw-r--r-- root/root usr/share/mime/packages/libreoffice5.0.xml
diff --git a/libreoffice/.md5sum b/libreoffice/.md5sum
index 057adf5..56384c9 100644
--- a/libreoffice/.md5sum
+++ b/libreoffice/.md5sum
@@ -1 +1 @@
-6b6fff9caef1287307f834a28a6331f8 LibreOffice_4.4.4_Linux_x86-64_rpm.tar.gz
+6e1c97eaa221748e328c80470d296583 LibreOffice_5.0.0_Linux_x86-64_rpm.tar.gz
diff --git a/libreoffice/Pkgfile b/libreoffice/Pkgfile
index 8ea2065..069205a 100644
--- a/libreoffice/Pkgfile
+++ b/libreoffice/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: mesa3d cups xorg-libxaw xorg-libxcursor xorg-libxft xorg-libxinerama xorg-libxi xorg-libxrandr dbus-glib krb5 glu
name=libreoffice
-version=4.4.4
+version=5.0.0
release=1
source=(http://download.documentfoundation.org/$name/stable/$version/rpm/x8…
1
0
commit 2595a637b669dc7f4bf58dadf557f536877cc484
Author: Thomas Penteker <tek(a)serverop.de>
Date: Wed Aug 5 11:41:47 2015 +0200
mercurial: 3.3.2 -> 3.5
diff --git a/mercurial/.footprint b/mercurial/.footprint
index 73e00e0..bccd526 100644
--- a/mercurial/.footprint
+++ b/mercurial/.footprint
@@ -13,6 +13,8 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/hgext/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/blackbox.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/bugzilla.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/bugzilla.pyc
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/censor.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/censor.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/children.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/children.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/churn.py
@@ -135,7 +137,7 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/hgext/zeroconf/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/zeroconf/Zeroconf.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/zeroconf/__init__.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/hgext/zeroconf/__init__.pyc
--rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial-3.3.2-py2.7.egg-info
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial-3.5-py2.7.egg-info
drwxr-xr-x root/root usr/lib/python2.7/site-packages/mercurial/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/__init__.py (EMPTY)
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/__init__.pyc
@@ -173,6 +175,8 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/mercurial/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/context.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/copies.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/copies.pyc
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/crecord.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/crecord.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/dagparser.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/dagparser.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/dagutil.py
@@ -233,6 +237,7 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/mercurial/help/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/help/phases.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/help/revisions.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/help/revsets.txt
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/help/scripting.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/help/subrepos.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/help/templates.txt
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/help/urls.txt
@@ -274,8 +279,6 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/mercurial/httpclient/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/httppeer.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/i18n.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/i18n.pyc
--rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/ignore.py
--rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/ignore.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/keepalive.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/keepalive.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/localrepo.py
@@ -319,6 +322,8 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/mercurial/httpclient/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/phases.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/posix.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/posix.pyc
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/progress.py
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/progress.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/pushkey.py
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/pushkey.pyc
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/pvec.py
@@ -411,11 +416,15 @@ drwxr-xr-x root/root usr/lib/python2.7/site-packages/mercurial/templates/gitweb/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/gitweb/shortlog.tmpl
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/gitweb/summary.tmpl
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/gitweb/tags.tmpl
+drwxr-xr-x root/root usr/lib/python2.7/site-packages/mercurial/templates/json/
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/json/changelist.tmpl
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/json/map
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/map-cmdline.bisect
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/map-cmdline.changelog
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/map-cmdline.compact
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/map-cmdline.default
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/map-cmdline.phases
+-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/map-cmdline.status
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/map-cmdline.xml
drwxr-xr-x root/root usr/lib/python2.7/site-packages/mercurial/templates/monoblue/
-rw-r--r-- root/root usr/lib/python2.7/site-packages/mercurial/templates/monoblue/bookmarks.tmpl
diff --git a/mercurial/.md5sum b/mercurial/.md5sum
index 1551ecf..d797b22 100644
--- a/mercurial/.md5sum
+++ b/mercurial/.md5sum
@@ -1 +1 @@
-731f33b7c8c76e99efe74ab2c9ceebc8 mercurial-3.3.2.tar.gz
+3e3010e12759d3783ab7ed93de627da1 mercurial-3.5.tar.gz
diff --git a/mercurial/Pkgfile b/mercurial/Pkgfile
index 6b12f54..bb10be8 100644
--- a/mercurial/Pkgfile
+++ b/mercurial/Pkgfile
@@ -5,7 +5,7 @@
# Depends on: python
name=mercurial
-version=3.3.2
+version=3.5
release=1
source=(http://www.selenic.com/$name/release/$name-$version.tar.gz)
1
0
commit 67d66e6829013cbb73298312745b1e66fadf72bc
Author: Alan Mizrahi <alan+crux(a)mizrahi.com.ve>
Date: Wed Aug 5 17:40:32 2015 +0900
asterisk: removed spurious file
diff --git a/asterisk/menuselect-tree b/asterisk/menuselect-tree
deleted file mode 100644
index 5ea1e9b..0000000
--- a/asterisk/menuselect-tree
+++ /dev/null
@@ -1,1090 +0,0 @@
-<?xml version="1.0"?>
-
-<menu name="Asterisk Module and Build Option Selection">
-<category name="MENUSELECT_ADDONS" displayname="Add-ons (See README-addons.txt)" remove_on_change="addons/modules.link">
-<member name="app_mysql" displayname="Simple Mysql Interface" remove_on_change="addons/app_mysql.o addons/app_mysql.so">
- <depend>mysqlclient</depend>
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="app_saycountpl" displayname="Say polish counting words" remove_on_change="addons/app_saycountpl.o addons/app_saycountpl.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="cdr_mysql" displayname="MySQL CDR Backend" remove_on_change="addons/cdr_mysql.o addons/cdr_mysql.so">
- <depend>mysqlclient</depend>
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="chan_mobile" displayname="Bluetooth Mobile Device Channel Driver" remove_on_change="addons/chan_mobile.o addons/chan_mobile.so">
- <depend>bluetooth</depend>
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="chan_ooh323" displayname="Objective Systems H323 Channel" remove_on_change="addons/chan_ooh323.o addons/chan_ooh323.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="format_mp3" displayname="MP3 format [Any rate but 8000hz mono is optimal]" remove_on_change="addons/format_mp3.o addons/format_mp3.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="res_config_mysql" displayname="MySQL RealTime Configuration Driver" remove_on_change="addons/res_config_mysql.o addons/res_config_mysql.so">
- <depend>mysqlclient</depend>
- <defaultenabled>no</defaultenabled>
-</member>
-</category>
-<category name="MENUSELECT_APPS" displayname="Applications" remove_on_change="apps/modules.link">
-<member name="app_speech_utils" displayname="Dialplan Speech Applications" remove_on_change="apps/app_speech_utils.o apps/app_speech_utils.so">
-</member>
-<member name="app_dial" displayname="Dialing Application" remove_on_change="apps/app_dial.o apps/app_dial.so">
- <depend>chan_local</depend>
-</member>
-<member name="app_osplookup" displayname="Open Settlement Protocol Applications" remove_on_change="apps/app_osplookup.o apps/app_osplookup.so">
- <depend>osptk</depend>
- <depend>openssl</depend>
-</member>
-<member name="app_queue" displayname="True Call Queueing" remove_on_change="apps/app_queue.o apps/app_queue.so">
- <use>res_monitor</use>
-</member>
-<member name="app_softhangup" displayname="Hangs up the requested channel" remove_on_change="apps/app_softhangup.o apps/app_softhangup.so">
-</member>
-<member name="app_image" displayname="Image Transmission Application" remove_on_change="apps/app_image.o apps/app_image.so">
-</member>
-<member name="app_ivrdemo" displayname="IVR Demo Application" remove_on_change="apps/app_ivrdemo.o apps/app_ivrdemo.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="app_saycounted" displayname="Decline words according to channel language" remove_on_change="apps/app_saycounted.o apps/app_saycounted.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="app_followme" displayname="Find-Me/Follow-Me Application" remove_on_change="apps/app_followme.o apps/app_followme.so">
- <depend>chan_local</depend>
-</member>
-<member name="app_verbose" displayname="Send verbose output" remove_on_change="apps/app_verbose.o apps/app_verbose.so">
-</member>
-<member name="app_setcallerid" displayname="Set CallerID Presentation Application" remove_on_change="apps/app_setcallerid.o apps/app_setcallerid.so">
-</member>
-<member name="app_meetme" displayname="MeetMe conference bridge" remove_on_change="apps/app_meetme.o apps/app_meetme.so">
- <depend>dahdi</depend>
-</member>
-<member name="app_fax" displayname="Simple FAX Application" remove_on_change="apps/app_fax.o apps/app_fax.so">
- <defaultenabled>no</defaultenabled>
- <depend>spandsp</depend>
- <conflict>res_fax</conflict>
-</member>
-<member name="app_dumpchan" displayname="Dump Info About The Calling Channel" remove_on_change="apps/app_dumpchan.o apps/app_dumpchan.so">
-</member>
-<member name="app_authenticate" displayname="Authentication Application" remove_on_change="apps/app_authenticate.o apps/app_authenticate.so">
-</member>
-<member name="app_chanspy" displayname="Listen to the audio of an active channel" remove_on_change="apps/app_chanspy.o apps/app_chanspy.so">
-</member>
-<member name="app_alarmreceiver" displayname="Alarm Receiver for Asterisk" remove_on_change="apps/app_alarmreceiver.o apps/app_alarmreceiver.so">
-</member>
-<member name="app_transfer" displayname="Transfers a caller to another extension" remove_on_change="apps/app_transfer.o apps/app_transfer.so">
-</member>
-<member name="app_originate" displayname="Originate call" remove_on_change="apps/app_originate.o apps/app_originate.so">
-</member>
-<member name="app_url" displayname="Send URL Applications" remove_on_change="apps/app_url.o apps/app_url.so">
-</member>
-<member name="app_db" displayname="Database Access Functions" remove_on_change="apps/app_db.o apps/app_db.so">
-</member>
-<member name="app_chanisavail" displayname="Check channel availability" remove_on_change="apps/app_chanisavail.o apps/app_chanisavail.so">
-</member>
-<member name="app_macro" displayname="Extension Macros" remove_on_change="apps/app_macro.o apps/app_macro.so">
-</member>
-<member name="app_flash" displayname="Flash channel application" remove_on_change="apps/app_flash.o apps/app_flash.so">
- <depend>dahdi</depend>
-</member>
-<member name="app_page" displayname="Page Multiple Phones" remove_on_change="apps/app_page.o apps/app_page.so">
- <depend>dahdi</depend>
- <depend>app_meetme</depend>
-</member>
-<member name="app_disa" displayname="DISA (Direct Inward System Access) Application" remove_on_change="apps/app_disa.o apps/app_disa.so">
-</member>
-<member name="app_exec" displayname="Executes dialplan applications" remove_on_change="apps/app_exec.o apps/app_exec.so">
-</member>
-<member name="app_userevent" displayname="Custom User Event Application" remove_on_change="apps/app_userevent.o apps/app_userevent.so">
-</member>
-<member name="app_readfile" displayname="Stores output of file into a variable" remove_on_change="apps/app_readfile.o apps/app_readfile.so">
-</member>
-<member name="app_waitforsilence" displayname="Wait For Silence" remove_on_change="apps/app_waitforsilence.o apps/app_waitforsilence.so">
-</member>
-<member name="app_confbridge" displayname="Conference Bridge Application" remove_on_change="apps/app_confbridge.o apps/app_confbridge.so">
-</member>
-<member name="app_stack" displayname="Dialplan subroutines (Gosub, Return, etc)" remove_on_change="apps/app_stack.o apps/app_stack.so">
- <use>res_agi</use>
-</member>
-<member name="app_adsiprog" displayname="Asterisk ADSI Programming Application" remove_on_change="apps/app_adsiprog.o apps/app_adsiprog.so">
- <depend>res_adsi</depend>
-</member>
-<member name="app_readexten" displayname="Read and evaluate extension validity" remove_on_change="apps/app_readexten.o apps/app_readexten.so">
-</member>
-<member name="app_cdr" displayname="Tell Asterisk to not maintain a CDR for the current call" remove_on_change="apps/app_cdr.o apps/app_cdr.so">
-</member>
-<member name="app_forkcdr" displayname="Fork The CDR into 2 separate entities" remove_on_change="apps/app_forkcdr.o apps/app_forkcdr.so">
-</member>
-<member name="app_test" displayname="Interface Test Application" remove_on_change="apps/app_test.o apps/app_test.so">
-</member>
-<member name="app_amd" displayname="Answering Machine Detection Application" remove_on_change="apps/app_amd.o apps/app_amd.so">
-</member>
-<member name="app_playback" displayname="Sound File Playback Application" remove_on_change="apps/app_playback.o apps/app_playback.so">
-</member>
-<member name="app_echo" displayname="Simple Echo Application" remove_on_change="apps/app_echo.o apps/app_echo.so">
-</member>
-<member name="app_celgenuserevent" displayname="Generate an User-Defined CEL event" remove_on_change="apps/app_celgenuserevent.o apps/app_celgenuserevent.so">
-</member>
-<member name="app_sms" displayname="SMS/PSTN handler" remove_on_change="apps/app_sms.o apps/app_sms.so">
-</member>
-<member name="app_dahdibarge" displayname="Barge in on DAHDI channel application" remove_on_change="apps/app_dahdibarge.o apps/app_dahdibarge.so">
- <depend>dahdi</depend>
-</member>
-<member name="app_milliwatt" displayname="Digital Milliwatt (mu-law) Test Application" remove_on_change="apps/app_milliwatt.o apps/app_milliwatt.so">
-</member>
-<member name="app_waitforring" displayname="Waits until first ring after time" remove_on_change="apps/app_waitforring.o apps/app_waitforring.so">
-</member>
-<member name="app_while" displayname="While Loops and Conditional Execution" remove_on_change="apps/app_while.o apps/app_while.so">
-</member>
-<member name="app_voicemail" displayname="Comedian Mail (Voicemail System)" remove_on_change="apps/app_voicemail.o apps/app_voicemail.so">
- <use>res_adsi</use>
- <use>res_smdi</use>
-</member>
-<member name="app_sendtext" displayname="Send Text Applications" remove_on_change="apps/app_sendtext.o apps/app_sendtext.so">
-</member>
-<member name="app_talkdetect" displayname="Playback with Talk Detection" remove_on_change="apps/app_talkdetect.o apps/app_talkdetect.so">
-</member>
-<member name="app_getcpeid" displayname="Get ADSI CPE ID" remove_on_change="apps/app_getcpeid.o apps/app_getcpeid.so">
-</member>
-<member name="app_parkandannounce" displayname="Call Parking and Announce Application" remove_on_change="apps/app_parkandannounce.o apps/app_parkandannounce.so">
-</member>
-<member name="app_system" displayname="Generic System() application" remove_on_change="apps/app_system.o apps/app_system.so">
-</member>
-<member name="app_sayunixtime" displayname="Say time" remove_on_change="apps/app_sayunixtime.o apps/app_sayunixtime.so">
-</member>
-<member name="app_rpt" displayname="Radio Repeater/Remote Base Application" remove_on_change="apps/app_rpt.o apps/app_rpt.so">
- <depend>dahdi</depend>
- <depend>tonezone</depend>
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="app_mp3" displayname="Silly MP3 Application" remove_on_change="apps/app_mp3.o apps/app_mp3.so">
-</member>
-<member name="app_nbscat" displayname="Silly NBS Stream Application" remove_on_change="apps/app_nbscat.o apps/app_nbscat.so">
-</member>
-<member name="app_controlplayback" displayname="Control Playback Application" remove_on_change="apps/app_controlplayback.o apps/app_controlplayback.so">
-</member>
-<member name="app_externalivr" displayname="External IVR Interface Application" remove_on_change="apps/app_externalivr.o apps/app_externalivr.so">
-</member>
-<member name="app_channelredirect" displayname="Redirects a given channel to a dialplan target" remove_on_change="apps/app_channelredirect.o apps/app_channelredirect.so">
-</member>
-<member name="app_directory" displayname="Extension Directory" remove_on_change="apps/app_directory.o apps/app_directory.so">
- <depend>app_voicemail</depend>
-</member>
-<member name="app_dictate" displayname="Virtual Dictation Machine" remove_on_change="apps/app_dictate.o apps/app_dictate.so">
-</member>
-<member name="app_waituntil" displayname="Wait until specified time" remove_on_change="apps/app_waituntil.o apps/app_waituntil.so">
-</member>
-<member name="app_minivm" displayname="Mini VoiceMail (A minimal Voicemail e-mail System)" remove_on_change="apps/app_minivm.o apps/app_minivm.so">
-</member>
-<member name="app_jack" displayname="JACK Interface" remove_on_change="apps/app_jack.o apps/app_jack.so">
- <depend>jack</depend>
- <depend>resample</depend>
-</member>
-<member name="app_zapateller" displayname="Block Telemarketers with Special Information Tone" remove_on_change="apps/app_zapateller.o apps/app_zapateller.so">
-</member>
-<member name="app_skel" displayname="Skeleton (sample) Application" remove_on_change="apps/app_skel.o apps/app_skel.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="app_playtones" displayname="Playtones Application" remove_on_change="apps/app_playtones.o apps/app_playtones.so">
-</member>
-<member name="app_directed_pickup" displayname="Directed Call Pickup Application" remove_on_change="apps/app_directed_pickup.o apps/app_directed_pickup.so">
-</member>
-<member name="app_record" displayname="Trivial Record Application" remove_on_change="apps/app_record.o apps/app_record.so">
-</member>
-<member name="app_privacy" displayname="Require phone number to be entered, if no CallerID sent" remove_on_change="apps/app_privacy.o apps/app_privacy.so">
-</member>
-<member name="app_read" displayname="Read Variable Application" remove_on_change="apps/app_read.o apps/app_read.so">
-</member>
-<member name="app_ices" displayname="Encode and Stream via icecast and ices" remove_on_change="apps/app_ices.o apps/app_ices.so">
-</member>
-<member name="app_mixmonitor" displayname="Mixed Audio Monitoring Application" remove_on_change="apps/app_mixmonitor.o apps/app_mixmonitor.so">
-</member>
-<member name="app_senddtmf" displayname="Send DTMF digits Application" remove_on_change="apps/app_senddtmf.o apps/app_senddtmf.so">
-</member>
-<member name="app_dahdiras" displayname="DAHDI ISDN Remote Access Server" remove_on_change="apps/app_dahdiras.o apps/app_dahdiras.so">
- <depend>dahdi</depend>
-</member>
-<member name="app_festival" displayname="Simple Festival Interface" remove_on_change="apps/app_festival.o apps/app_festival.so">
-</member>
-<member name="app_morsecode" displayname="Morse code" remove_on_change="apps/app_morsecode.o apps/app_morsecode.so">
-</member>
-</category>
-<category name="MENUSELECT_BRIDGES" displayname="Bridging Modules" remove_on_change="bridges/modules.link">
-<member name="bridge_multiplexed" displayname="Multiplexed two channel bridging module" remove_on_change="bridges/bridge_multiplexed.o bridges/bridge_multiplexed.so">
-</member>
-<member name="bridge_softmix" displayname="Multi-party software based channel mixing" remove_on_change="bridges/bridge_softmix.o bridges/bridge_softmix.so">
-</member>
-<member name="bridge_simple" displayname="Simple two channel bridging module" remove_on_change="bridges/bridge_simple.o bridges/bridge_simple.so">
-</member>
-<member name="bridge_builtin_features" displayname="Built in bridging features" remove_on_change="bridges/bridge_builtin_features.o bridges/bridge_builtin_features.so">
-</member>
-</category>
-<category name="MENUSELECT_CDR" displayname="Call Detail Recording" remove_on_change="cdr/modules.link">
-<member name="cdr_tds" displayname="FreeTDS CDR Backend" remove_on_change="cdr/cdr_tds.o cdr/cdr_tds.so">
- <depend>freetds</depend>
-</member>
-<member name="cdr_sqlite3_custom" displayname="SQLite3 Custom CDR Module" remove_on_change="cdr/cdr_sqlite3_custom.o cdr/cdr_sqlite3_custom.so">
- <depend>sqlite3</depend>
-</member>
-<member name="cdr_syslog" displayname="Customizable syslog CDR Backend" remove_on_change="cdr/cdr_syslog.o cdr/cdr_syslog.so">
- <depend>syslog</depend>
-</member>
-<member name="cdr_radius" displayname="RADIUS CDR Backend" remove_on_change="cdr/cdr_radius.o cdr/cdr_radius.so">
- <depend>radius</depend>
-</member>
-<member name="cdr_csv" displayname="Comma Separated Values CDR Backend" remove_on_change="cdr/cdr_csv.o cdr/cdr_csv.so">
-</member>
-<member name="cdr_custom" displayname="Customizable Comma Separated Values CDR Backend" remove_on_change="cdr/cdr_custom.o cdr/cdr_custom.so">
-</member>
-<member name="cdr_manager" displayname="Asterisk Manager Interface CDR Backend" remove_on_change="cdr/cdr_manager.o cdr/cdr_manager.so">
-</member>
-<member name="cdr_odbc" displayname="ODBC CDR Backend" remove_on_change="cdr/cdr_odbc.o cdr/cdr_odbc.so">
- <depend>res_odbc</depend>
-</member>
-<member name="cdr_adaptive_odbc" displayname="Adaptive ODBC CDR backend" remove_on_change="cdr/cdr_adaptive_odbc.o cdr/cdr_adaptive_odbc.so">
- <depend>res_odbc</depend>
-</member>
-<member name="cdr_pgsql" displayname="PostgreSQL CDR Backend" remove_on_change="cdr/cdr_pgsql.o cdr/cdr_pgsql.so">
- <depend>pgsql</depend>
-</member>
-<member name="cdr_sqlite" displayname="SQLite CDR Backend" remove_on_change="cdr/cdr_sqlite.o cdr/cdr_sqlite.so">
- <depend>sqlite</depend>
-</member>
-</category>
-<category name="MENUSELECT_CEL" displayname="Channel Event Logging" remove_on_change="cel/modules.link">
-<member name="cel_sqlite3_custom" displayname="SQLite3 Custom CEL Module" remove_on_change="cel/cel_sqlite3_custom.o cel/cel_sqlite3_custom.so">
- <depend>sqlite3</depend>
-</member>
-<member name="cel_radius" displayname="RADIUS CEL Backend" remove_on_change="cel/cel_radius.o cel/cel_radius.so">
- <depend>radius</depend>
-</member>
-<member name="cel_custom" displayname="Customizable Comma Separated Values CEL Backend" remove_on_change="cel/cel_custom.o cel/cel_custom.so">
-</member>
-<member name="cel_odbc" displayname="ODBC CEL backend" remove_on_change="cel/cel_odbc.o cel/cel_odbc.so">
- <depend>res_odbc</depend>
-</member>
-<member name="cel_pgsql" displayname="PostgreSQL CEL Backend" remove_on_change="cel/cel_pgsql.o cel/cel_pgsql.so">
- <depend>pgsql</depend>
-</member>
-<member name="cel_manager" displayname="Asterisk Manager Interface CEL Backend" remove_on_change="cel/cel_manager.o cel/cel_manager.so">
-</member>
-<member name="cel_tds" displayname="FreeTDS CEL Backend" remove_on_change="cel/cel_tds.o cel/cel_tds.so">
- <depend>freetds</depend>
-</member>
-</category>
-<category name="MENUSELECT_CHANNELS" displayname="Channel Drivers" remove_on_change="channels/modules.link">
-<member name="chan_unistim" displayname="UNISTIM Protocol (USTM)" remove_on_change="channels/chan_unistim.o channels/chan_unistim.so">
-</member>
-<member name="chan_usbradio" displayname="usb Console Channel Driver" remove_on_change="channels/chan_usbradio.o channels/chan_usbradio.so">
- <depend>oss</depend>
- <depend>alsa</depend>
- <depend>usb</depend>
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="chan_multicast_rtp" displayname="Multicast RTP Paging Channel" remove_on_change="channels/chan_multicast_rtp.o channels/chan_multicast_rtp.so">
-</member>
-<member name="chan_nbs" displayname="Network Broadcast Sound Support" remove_on_change="channels/chan_nbs.o channels/chan_nbs.so">
- <depend>nbs</depend>
-</member>
-<member name="chan_local" displayname="Local Proxy Channel (Note: used internally by other modules)" remove_on_change="channels/chan_local.o channels/chan_local.so">
-</member>
-<member name="chan_dahdi" displayname="DAHDI Telephony" remove_on_change="channels/chan_dahdi.o channels/chan_dahdi.so">
- <use>res_smdi</use>
- <depend>dahdi</depend>
- <depend>tonezone</depend>
- <use>pri</use>
- <use>ss7</use>
- <use>openr2</use>
-</member>
-<member name="chan_iax2" displayname="Inter Asterisk eXchange (Ver 2)" remove_on_change="channels/chan_iax2.o channels/chan_iax2.so">
- <use>crypto</use>
-</member>
-<member name="chan_gtalk" displayname="Gtalk Channel Driver" remove_on_change="channels/chan_gtalk.o channels/chan_gtalk.so">
- <depend>iksemel</depend>
- <depend>res_jabber</depend>
- <use>openssl</use>
-</member>
-<member name="chan_phone" displayname="Linux Telephony API Support" remove_on_change="channels/chan_phone.o channels/chan_phone.so">
- <depend>ixjuser</depend>
-</member>
-<member name="chan_h323" displayname="The NuFone Network's OpenH323 Channel Driver" remove_on_change="channels/chan_h323.o channels/chan_h323.so">
- <depend>openh323</depend>
- <defaultenabled>yes</defaultenabled>
-</member>
-<member name="chan_mgcp" displayname="Media Gateway Control Protocol (MGCP)" remove_on_change="channels/chan_mgcp.o channels/chan_mgcp.so">
- <use>res_pktccops</use>
-</member>
-<member name="chan_oss" displayname="OSS Console Channel Driver" remove_on_change="channels/chan_oss.o channels/chan_oss.so">
- <depend>oss</depend>
-</member>
-<member name="chan_alsa" displayname="ALSA Console Channel Driver" remove_on_change="channels/chan_alsa.o channels/chan_alsa.so">
- <depend>alsa</depend>
-</member>
-<member name="chan_jingle" displayname="Jingle Channel Driver" remove_on_change="channels/chan_jingle.o channels/chan_jingle.so">
- <depend>iksemel</depend>
- <depend>res_jabber</depend>
- <use>openssl</use>
-</member>
-<member name="chan_agent" displayname="Agent Proxy Channel" remove_on_change="channels/chan_agent.o channels/chan_agent.so">
- <depend>chan_local</depend>
- <depend>res_monitor</depend>
-</member>
-<member name="chan_skinny" displayname="Skinny Client Control Protocol (Skinny)" remove_on_change="channels/chan_skinny.o channels/chan_skinny.so">
-</member>
-<member name="chan_bridge" displayname="Bridge Interaction Channel" remove_on_change="channels/chan_bridge.o channels/chan_bridge.so">
-</member>
-<member name="chan_misdn" displayname="Channel driver for mISDN Support (BRI/PRI)" remove_on_change="channels/chan_misdn.o channels/chan_misdn.so">
- <depend>isdnnet</depend>
- <depend>misdn</depend>
- <depend>suppserv</depend>
-</member>
-<member name="chan_console" displayname="Console Channel Driver" remove_on_change="channels/chan_console.o channels/chan_console.so">
- <depend>portaudio</depend>
-</member>
-<member name="chan_sip" displayname="Session Initiation Protocol (SIP)" remove_on_change="channels/chan_sip.o channels/chan_sip.so">
- <use>res_crypto</use>
- <depend>chan_local</depend>
-</member>
-<member name="chan_vpb" displayname="Voicetronix API driver" remove_on_change="channels/chan_vpb.oo channels/chan_vpb.so">
- <depend>vpb</depend>
-</member>
-</category>
-<category name="MENUSELECT_CODECS" displayname="Codec Translators" remove_on_change="codecs/modules.link">
-<member name="codec_speex" displayname="Speex Coder/Decoder" remove_on_change="codecs/codec_speex.o codecs/codec_speex.so">
- <depend>speex</depend>
- <depend>speex_preprocess</depend>
- <use>speexdsp</use>
-</member>
-<member name="codec_gsm" displayname="GSM Coder/Decoder" remove_on_change="codecs/codec_gsm.o codecs/codec_gsm.so">
- <depend>gsm</depend>
-</member>
-<member name="codec_lpc10" displayname="LPC10 2.4kbps Coder/Decoder" remove_on_change="codecs/codec_lpc10.o codecs/codec_lpc10.so">
-</member>
-<member name="codec_a_mu" displayname="A-law and Mulaw direct Coder/Decoder" remove_on_change="codecs/codec_a_mu.o codecs/codec_a_mu.so">
-</member>
-<member name="codec_g726" displayname="ITU G.726-32kbps G726 Transcoder" remove_on_change="codecs/codec_g726.o codecs/codec_g726.so">
-</member>
-<member name="codec_dahdi" displayname="Generic DAHDI Transcoder Codec Translator" remove_on_change="codecs/codec_dahdi.o codecs/codec_dahdi.so">
- <depend>dahdi</depend>
-</member>
-<member name="codec_ilbc" displayname="iLBC Coder/Decoder" remove_on_change="codecs/codec_ilbc.o codecs/codec_ilbc.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="codec_ulaw" displayname="mu-Law Coder/Decoder" remove_on_change="codecs/codec_ulaw.o codecs/codec_ulaw.so">
-</member>
-<member name="codec_resample" displayname="SLIN Resampling Codec" remove_on_change="codecs/codec_resample.o codecs/codec_resample.so">
- <depend>resample</depend>
-</member>
-<member name="codec_adpcm" displayname="Adaptive Differential PCM Coder/Decoder" remove_on_change="codecs/codec_adpcm.o codecs/codec_adpcm.so">
-</member>
-<member name="codec_g722" displayname="ITU G.722-64kbps G722 Transcoder" remove_on_change="codecs/codec_g722.o codecs/codec_g722.so">
-</member>
-<member name="codec_alaw" displayname="A-law Coder/Decoder" remove_on_change="codecs/codec_alaw.o codecs/codec_alaw.so">
-</member>
-</category>
-<category name="MENUSELECT_FORMATS" displayname="Format Interpreters" remove_on_change="formats/modules.link">
-<member name="format_h264" displayname="Raw H.264 data" remove_on_change="formats/format_h264.o formats/format_h264.so">
-</member>
-<member name="format_sln" displayname="Raw Signed Linear Audio support (SLN)" remove_on_change="formats/format_sln.o formats/format_sln.so">
-</member>
-<member name="format_g719" displayname="ITU G.719" remove_on_change="formats/format_g719.o formats/format_g719.so">
-</member>
-<member name="format_g723" displayname="G.723.1 Simple Timestamp File Format" remove_on_change="formats/format_g723.o formats/format_g723.so">
-</member>
-<member name="format_jpeg" displayname="jpeg (joint picture experts group) image format" remove_on_change="formats/format_jpeg.o formats/format_jpeg.so">
-</member>
-<member name="format_wav_gsm" displayname="Microsoft WAV format (Proprietary GSM)" remove_on_change="formats/format_wav_gsm.o formats/format_wav_gsm.so">
-</member>
-<member name="format_pcm" displayname="Raw/Sun uLaw/ALaw 8KHz (PCM,PCMA,AU), G.722 16Khz" remove_on_change="formats/format_pcm.o formats/format_pcm.so">
-</member>
-<member name="format_g726" displayname="Raw G.726 (16/24/32/40kbps) data" remove_on_change="formats/format_g726.o formats/format_g726.so">
-</member>
-<member name="format_siren7" displayname="ITU G.722.1 (Siren7, licensed from Polycom)" remove_on_change="formats/format_siren7.o formats/format_siren7.so">
-</member>
-<member name="format_h263" displayname="Raw H.263 data" remove_on_change="formats/format_h263.o formats/format_h263.so">
-</member>
-<member name="format_siren14" displayname="ITU G.722.1 Annex C (Siren14, licensed from Polycom)" remove_on_change="formats/format_siren14.o formats/format_siren14.so">
-</member>
-<member name="format_ilbc" displayname="Raw iLBC data" remove_on_change="formats/format_ilbc.o formats/format_ilbc.so">
-</member>
-<member name="format_gsm" displayname="Raw GSM data" remove_on_change="formats/format_gsm.o formats/format_gsm.so">
-</member>
-<member name="format_wav" displayname="Microsoft WAV/WAV16 format (8kHz/16kHz Signed Linear)" remove_on_change="formats/format_wav.o formats/format_wav.so">
-</member>
-<member name="format_vox" displayname="Dialogic VOX (ADPCM) File Format" remove_on_change="formats/format_vox.o formats/format_vox.so">
-</member>
-<member name="format_g729" displayname="Raw G.729 data" remove_on_change="formats/format_g729.o formats/format_g729.so">
-</member>
-<member name="format_sln16" displayname="Raw Signed Linear 16KHz Audio support (SLN16)" remove_on_change="formats/format_sln16.o formats/format_sln16.so">
-</member>
-<member name="format_ogg_vorbis" displayname="OGG/Vorbis audio" remove_on_change="formats/format_ogg_vorbis.o formats/format_ogg_vorbis.so">
- <depend>vorbis</depend>
- <depend>ogg</depend>
-</member>
-</category>
-<category name="MENUSELECT_FUNCS" displayname="Dialplan Functions" remove_on_change="funcs/modules.link">
-<member name="func_lock" displayname="Dialplan mutexes" remove_on_change="funcs/func_lock.o funcs/func_lock.so">
-</member>
-<member name="func_speex" displayname="Noise reduction and Automatic Gain Control (AGC)" remove_on_change="funcs/func_speex.o funcs/func_speex.so">
- <depend>speex</depend>
- <depend>speex_preprocess</depend>
- <use>speexdsp</use>
-</member>
-<member name="func_module" displayname="Checks if Asterisk module is loaded in memory" remove_on_change="funcs/func_module.o funcs/func_module.so">
-</member>
-<member name="func_pitchshift" displayname="Audio Effects Dialplan Functions" remove_on_change="funcs/func_pitchshift.o funcs/func_pitchshift.so">
-</member>
-<member name="func_math" displayname="Mathematical dialplan function" remove_on_change="funcs/func_math.o funcs/func_math.so">
-</member>
-<member name="func_frame_trace" displayname="Frame Trace for internal ast_frame debugging." remove_on_change="funcs/func_frame_trace.o funcs/func_frame_trace.so">
-</member>
-<member name="func_realtime" displayname="Read/Write/Store/Destroy values from a RealTime repository" remove_on_change="funcs/func_realtime.o funcs/func_realtime.so">
-</member>
-<member name="func_logic" displayname="Logical dialplan functions" remove_on_change="funcs/func_logic.o funcs/func_logic.so">
-</member>
-<member name="func_callerid" displayname="Party ID related dialplan functions (Caller-ID, Connected-line, Redirecting)" remove_on_change="funcs/func_callerid.o funcs/func_callerid.so">
-</member>
-<member name="func_volume" displayname="Technology independent volume control" remove_on_change="funcs/func_volume.o funcs/func_volume.so">
-</member>
-<member name="func_callcompletion" displayname="Call Control Configuration Function" remove_on_change="funcs/func_callcompletion.o funcs/func_callcompletion.so">
-</member>
-<member name="func_blacklist" displayname="Look up Caller*ID name/number from blacklist database" remove_on_change="funcs/func_blacklist.o funcs/func_blacklist.so">
-</member>
-<member name="func_audiohookinherit" displayname="Audiohook inheritance function" remove_on_change="funcs/func_audiohookinherit.o funcs/func_audiohookinherit.so">
-</member>
-<member name="func_iconv" displayname="Charset conversions" remove_on_change="funcs/func_iconv.o funcs/func_iconv.so">
- <depend>iconv</depend>
-</member>
-<member name="func_md5" displayname="MD5 digest dialplan functions" remove_on_change="funcs/func_md5.o funcs/func_md5.so">
-</member>
-<member name="func_timeout" displayname="Channel timeout dialplan functions" remove_on_change="funcs/func_timeout.o funcs/func_timeout.so">
-</member>
-<member name="func_base64" displayname="base64 encode/decode dialplan functions" remove_on_change="funcs/func_base64.o funcs/func_base64.so">
-</member>
-<member name="func_srv" displayname="SRV related dialplan functions" remove_on_change="funcs/func_srv.o funcs/func_srv.so">
-</member>
-<member name="func_global" displayname="Variable dialplan functions" remove_on_change="funcs/func_global.o funcs/func_global.so">
-</member>
-<member name="func_sysinfo" displayname="System information related functions" remove_on_change="funcs/func_sysinfo.o funcs/func_sysinfo.so">
-</member>
-<member name="func_vmcount" displayname="Indicator for whether a voice mailbox has messages in a given folder." remove_on_change="funcs/func_vmcount.o funcs/func_vmcount.so">
-</member>
-<member name="func_cdr" displayname="Call Detail Record (CDR) dialplan function" remove_on_change="funcs/func_cdr.o funcs/func_cdr.so">
-</member>
-<member name="func_shell" displayname="Returns the output of a shell command" remove_on_change="funcs/func_shell.o funcs/func_shell.so">
-</member>
-<member name="func_uri" displayname="URI encode/decode dialplan functions" remove_on_change="funcs/func_uri.o funcs/func_uri.so">
-</member>
-<member name="func_dialgroup" displayname="Dialgroup dialplan function" remove_on_change="funcs/func_dialgroup.o funcs/func_dialgroup.so">
-</member>
-<member name="func_groupcount" displayname="Channel group dialplan functions" remove_on_change="funcs/func_groupcount.o funcs/func_groupcount.so">
-</member>
-<member name="func_strings" displayname="String handling dialplan functions" remove_on_change="funcs/func_strings.o funcs/func_strings.so">
-</member>
-<member name="func_curl" displayname="Load external URL" remove_on_change="funcs/func_curl.o funcs/func_curl.so">
- <depend>curl</depend>
-</member>
-<member name="func_extstate" displayname="Gets an extension's state in the dialplan" remove_on_change="funcs/func_extstate.o funcs/func_extstate.so">
-</member>
-<member name="func_env" displayname="Environment/filesystem dialplan functions" remove_on_change="funcs/func_env.o funcs/func_env.so">
-</member>
-<member name="func_version" displayname="Get Asterisk Version/Build Info" remove_on_change="funcs/func_version.o funcs/func_version.so">
-</member>
-<member name="func_enum" displayname="ENUM related dialplan functions" remove_on_change="funcs/func_enum.o funcs/func_enum.so">
-</member>
-<member name="func_devstate" displayname="Gets or sets a device state in the dialplan" remove_on_change="funcs/func_devstate.o funcs/func_devstate.so">
-</member>
-<member name="func_cut" displayname="Cut out information from a string" remove_on_change="funcs/func_cut.o funcs/func_cut.so">
-</member>
-<member name="func_odbc" displayname="ODBC lookups" remove_on_change="funcs/func_odbc.o funcs/func_odbc.so">
- <depend>res_odbc</depend>
-</member>
-<member name="func_aes" displayname="AES dialplan functions" remove_on_change="funcs/func_aes.o funcs/func_aes.so">
- <use>crypto</use>
-</member>
-<member name="func_sprintf" displayname="SPRINTF dialplan function" remove_on_change="funcs/func_sprintf.o funcs/func_sprintf.so">
-</member>
-<member name="func_sha1" displayname="SHA-1 computation dialplan function" remove_on_change="funcs/func_sha1.o funcs/func_sha1.so">
-</member>
-<member name="func_channel" displayname="Channel information dialplan functions" remove_on_change="funcs/func_channel.o funcs/func_channel.so">
-</member>
-<member name="func_dialplan" displayname="Dialplan Context/Extension/Priority Checking Functions" remove_on_change="funcs/func_dialplan.o funcs/func_dialplan.so">
-</member>
-<member name="func_rand" displayname="Random number dialplan function" remove_on_change="funcs/func_rand.o funcs/func_rand.so">
-</member>
-<member name="func_db" displayname="Database (astdb) related dialplan functions" remove_on_change="funcs/func_db.o funcs/func_db.so">
-</member>
-<member name="func_config" displayname="Asterisk configuration file variable access" remove_on_change="funcs/func_config.o funcs/func_config.so">
-</member>
-</category>
-<category name="MENUSELECT_PBX" displayname="PBX Modules" remove_on_change="pbx/modules.link">
-<member name="pbx_spool" displayname="Outgoing Spool Support" remove_on_change="pbx/pbx_spool.o pbx/pbx_spool.so">
-</member>
-<member name="pbx_lua" displayname="Lua PBX Switch" remove_on_change="pbx/pbx_lua.o pbx/pbx_lua.so">
- <depend>lua</depend>
-</member>
-<member name="pbx_realtime" displayname="Realtime Switch" remove_on_change="pbx/pbx_realtime.o pbx/pbx_realtime.so">
-</member>
-<member name="pbx_ael" displayname="Asterisk Extension Language Compiler" remove_on_change="pbx/pbx_ael.o pbx/pbx_ael.so">
- <depend>res_ael_share</depend>
-</member>
-<member name="pbx_dundi" displayname="Distributed Universal Number Discovery (DUNDi)" remove_on_change="pbx/pbx_dundi.o pbx/pbx_dundi.so">
- <depend>zlib</depend>
- <use>crypto</use>
-</member>
-<member name="pbx_loopback" displayname="Loopback Switch" remove_on_change="pbx/pbx_loopback.o pbx/pbx_loopback.so">
-</member>
-<member name="pbx_config" displayname="Text Extension Configuration" remove_on_change="pbx/pbx_config.o pbx/pbx_config.so">
-</member>
-</category>
-<category name="MENUSELECT_RES" displayname="Resource Modules" remove_on_change="res/modules.link">
-<member name="res_security_log" displayname="Security Event Logging" remove_on_change="res/res_security_log.o res/res_security_log.so">
-</member>
-<member name="res_clialiases" displayname="CLI Aliases" remove_on_change="res/res_clialiases.o res/res_clialiases.so">
-</member>
-<member name="res_rtp_multicast" displayname="Multicast RTP Engine" remove_on_change="res/res_rtp_multicast.o res/res_rtp_multicast.so">
-</member>
-<member name="res_agi" displayname="Asterisk Gateway Interface (AGI)" remove_on_change="res/res_agi.o res/res_agi.so">
-</member>
-<member name="res_config_sqlite" displayname="Realtime SQLite configuration" remove_on_change="res/res_config_sqlite.o res/res_config_sqlite.so">
- <depend>sqlite</depend>
-</member>
-<member name="res_calendar_exchange" displayname="Asterisk MS Exchange Calendar Integration" remove_on_change="res/res_calendar_exchange.o res/res_calendar_exchange.so">
- <depend>neon</depend>
- <depend>ical</depend>
- <depend>iksemel</depend>
-</member>
-<member name="res_pktccops" displayname="PktcCOPS manager for MGCP" remove_on_change="res/res_pktccops.o res/res_pktccops.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="res_jabber" displayname="AJI - Asterisk Jabber Interface" remove_on_change="res/res_jabber.o res/res_jabber.so">
- <depend>iksemel</depend>
- <use>openssl</use>
-</member>
-<member name="res_speech" displayname="Generic Speech Recognition API" remove_on_change="res/res_speech.o res/res_speech.so">
-</member>
-<member name="res_curl" displayname="cURL Resource Module" remove_on_change="res/res_curl.o res/res_curl.so">
- <depend>curl</depend>
-</member>
-<member name="res_timing_dahdi" displayname="DAHDI Timing Interface" remove_on_change="res/res_timing_dahdi.o res/res_timing_dahdi.so">
- <depend>dahdi</depend>
-</member>
-<member name="res_odbc" displayname="ODBC resource" remove_on_change="res/res_odbc.o res/res_odbc.so">
- <depend>generic_odbc</depend>
- <depend>ltdl</depend>
-</member>
-<member name="res_config_curl" displayname="Realtime Curl configuration" remove_on_change="res/res_config_curl.o res/res_config_curl.so">
- <depend>curl</depend>
-</member>
-<member name="res_clioriginate" displayname="Call origination and redirection from the CLI" remove_on_change="res/res_clioriginate.o res/res_clioriginate.so">
-</member>
-<member name="res_calendar_icalendar" displayname="Asterisk iCalendar .ics file integration" remove_on_change="res/res_calendar_icalendar.o res/res_calendar_icalendar.so">
- <depend>neon</depend>
- <depend>ical</depend>
-</member>
-<member name="res_ael_share" displayname="share-able code for AEL" remove_on_change="res/res_ael_share.o res/res_ael_share.so">
-</member>
-<member name="res_limit" displayname="Resource limits" remove_on_change="res/res_limit.o res/res_limit.so">
-</member>
-<member name="res_http_post" displayname="HTTP POST support" remove_on_change="res/res_http_post.o res/res_http_post.so">
- <depend>gmime</depend>
-</member>
-<member name="res_fax" displayname="Generic FAX Applications" remove_on_change="res/res_fax.o res/res_fax.so">
- <conflict>app_fax</conflict>
-</member>
-<member name="res_timing_pthread" displayname="pthread Timing Interface" remove_on_change="res/res_timing_pthread.o res/res_timing_pthread.so">
-</member>
-<member name="res_config_odbc" displayname="Realtime ODBC configuration" remove_on_change="res/res_config_odbc.o res/res_config_odbc.so">
- <depend>res_odbc</depend>
-</member>
-<member name="res_ais" displayname="SAForum AIS" remove_on_change="res/res_ais.o res/res_ais.so">
- <depend>ais</depend>
-</member>
-<member name="res_phoneprov" displayname="HTTP Phone Provisioning" remove_on_change="res/res_phoneprov.o res/res_phoneprov.so">
-</member>
-<member name="res_crypto" displayname="Cryptographic Digital Signatures" remove_on_change="res/res_crypto.o res/res_crypto.so">
- <depend>openssl</depend>
-</member>
-<member name="res_config_pgsql" displayname="PostgreSQL RealTime Configuration Driver" remove_on_change="res/res_config_pgsql.o res/res_config_pgsql.so">
- <depend>pgsql</depend>
-</member>
-<member name="res_stun_monitor" displayname="STUN Network Monitor" remove_on_change="res/res_stun_monitor.o res/res_stun_monitor.so">
-</member>
-<member name="res_calendar_caldav" displayname="Asterisk CalDAV Calendar Integration" remove_on_change="res/res_calendar_caldav.o res/res_calendar_caldav.so">
- <depend>neon</depend>
- <depend>ical</depend>
- <depend>libxml2</depend>
-</member>
-<member name="res_adsi" displayname="ADSI Resource" remove_on_change="res/res_adsi.o res/res_adsi.so">
-</member>
-<member name="res_convert" displayname="File format conversion CLI command" remove_on_change="res/res_convert.o res/res_convert.so">
-</member>
-<member name="res_calendar" displayname="Asterisk Calendar integration" remove_on_change="res/res_calendar.o res/res_calendar.so">
-</member>
-<member name="res_realtime" displayname="Realtime Data Lookup/Rewrite" remove_on_change="res/res_realtime.o res/res_realtime.so">
-</member>
-<member name="res_snmp" displayname="SNMP [Sub]Agent for Asterisk" remove_on_change="res/res_snmp.o res/res_snmp.so">
- <depend>netsnmp</depend>
-</member>
-<member name="res_rtp_asterisk" displayname="Asterisk RTP Stack" remove_on_change="res/res_rtp_asterisk.o res/res_rtp_asterisk.so">
-</member>
-<member name="res_config_ldap" displayname="LDAP realtime interface" remove_on_change="res/res_config_ldap.o res/res_config_ldap.so">
- <depend>ldap</depend>
-</member>
-<member name="res_mutestream" displayname="Mute audio stream resources" remove_on_change="res/res_mutestream.o res/res_mutestream.so">
-</member>
-<member name="res_srtp" displayname="Secure RTP (SRTP)" remove_on_change="res/res_srtp.o res/res_srtp.so">
- <depend>srtp</depend>
-</member>
-<member name="res_monitor" displayname="Call Monitoring Resource" remove_on_change="res/res_monitor.o res/res_monitor.so">
-</member>
-<member name="res_musiconhold" displayname="Music On Hold Resource" remove_on_change="res/res_musiconhold.o res/res_musiconhold.so">
- <conflict>win32</conflict>
-</member>
-<member name="res_calendar_ews" displayname="Asterisk MS Exchange Web Service Calendar Integration" remove_on_change="res/res_calendar_ews.o res/res_calendar_ews.so">
- <depend>neon29</depend>
-</member>
-<member name="res_timing_timerfd" displayname="Timerfd Timing Interface" remove_on_change="res/res_timing_timerfd.o res/res_timing_timerfd.so">
- <depend>timerfd</depend>
-</member>
-<member name="res_fax_spandsp" displayname="Spandsp G.711 and T.38 FAX Technologies" remove_on_change="res/res_fax_spandsp.o res/res_fax_spandsp.so">
- <depend>spandsp</depend>
- <depend>res_fax</depend>
-</member>
-<member name="res_smdi" displayname="Simplified Message Desk Interface (SMDI) Resource" remove_on_change="res/res_smdi.o res/res_smdi.so">
-</member>
-<member name="res_timing_kqueue" displayname="KQueue Timing Interface" remove_on_change="res/res_timing_kqueue.o res/res_timing_kqueue.so">
- <depend>kqueue</depend>
- <conflict>launchd</conflict>
-</member>
-</category>
-<category name="MENUSELECT_TESTS" displayname="Test Modules" remove_on_change="tests/modules.link">
-<member name="test_netsock2" displayname="Netsock2 test module" remove_on_change="tests/test_netsock2.o tests/test_netsock2.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_substitution" displayname="Substitution tests" remove_on_change="tests/test_substitution.o tests/test_substitution.so">
- <depend>TEST_FRAMEWORK</depend>
- <depend>func_curl</depend>
-</member>
-<member name="test_acl" displayname="ACL test module" remove_on_change="tests/test_acl.o tests/test_acl.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_event" displayname="ast_event API Tests" remove_on_change="tests/test_event.o tests/test_event.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_locale" displayname="Locale tests" remove_on_change="tests/test_locale.o tests/test_locale.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="test_stringfields" displayname="String Fields Test" remove_on_change="tests/test_stringfields.o tests/test_stringfields.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_aoc" displayname="AOC unit tests" remove_on_change="tests/test_aoc.o tests/test_aoc.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_strings" displayname="Dynamic string test module" remove_on_change="tests/test_strings.o tests/test_strings.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_gosub" displayname="Gosub Tests" remove_on_change="tests/test_gosub.o tests/test_gosub.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_heap" displayname="Heap test module" remove_on_change="tests/test_heap.o tests/test_heap.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_devicestate" displayname="Device State Test" remove_on_change="tests/test_devicestate.o tests/test_devicestate.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_security_events" displayname="Test Security Event Generation" remove_on_change="tests/test_security_events.o tests/test_security_events.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="test_pbx" displayname="PBX test module" remove_on_change="tests/test_pbx.o tests/test_pbx.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_func_file" displayname="FILE() Tests" remove_on_change="tests/test_func_file.o tests/test_func_file.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_expr" displayname="Expression evaluation tests" remove_on_change="tests/test_expr.o tests/test_expr.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_amihooks" displayname="AMI Hook Test Module" remove_on_change="tests/test_amihooks.o tests/test_amihooks.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="test_time" displayname="Time Tests" remove_on_change="tests/test_time.o tests/test_time.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_app" displayname="App unit tests" remove_on_change="tests/test_app.o tests/test_app.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_dlinklists" displayname="Test Doubly-Linked Lists" remove_on_change="tests/test_dlinklists.o tests/test_dlinklists.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="test_db" displayname="AstDB test module" remove_on_change="tests/test_db.o tests/test_db.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_utils" displayname="Utils test module" remove_on_change="tests/test_utils.o tests/test_utils.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_logger" displayname="Logger Test Module" remove_on_change="tests/test_logger.o tests/test_logger.so">
- <defaultenabled>no</defaultenabled>
-</member>
-<member name="test_ast_format_str_reduce" displayname="ast_format_str_reduce() test module" remove_on_change="tests/test_ast_format_str_reduce.o tests/test_ast_format_str_reduce.so">
- <depend>TEST_FRAMEWORK</depend>
- <depend>format_g723</depend>
- <depend>format_g726</depend>
- <depend>format_g729</depend>
- <depend>format_gsm</depend>
- <depend>format_ogg_vorbis</depend>
- <depend>format_pcm</depend>
- <depend>format_siren14</depend>
- <depend>format_siren7</depend>
- <depend>format_sln</depend>
- <depend>format_wav</depend>
- <depend>format_wav_gsm</depend>
-</member>
-<member name="test_sched" displayname="ast_sched performance test module" remove_on_change="tests/test_sched.o tests/test_sched.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_poll" displayname="Poll test" remove_on_change="tests/test_poll.o tests/test_poll.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_astobj2" displayname="ASTOBJ2 Unit Tests" remove_on_change="tests/test_astobj2.o tests/test_astobj2.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-<member name="test_skel" displayname="Skeleton (sample) Test" remove_on_change="tests/test_skel.o tests/test_skel.so">
- <depend>TEST_FRAMEWORK</depend>
-</member>
-</category>
- <category name="MENUSELECT_CFLAGS" displayname="Compiler Flags" positive_output="yes" remove_on_change=".lastclean">
- <member name="DONT_OPTIMIZE" displayname="Disable Optimizations by the Compiler">
- </member>
- <member name="DEBUG_THREADS" displayname="Enable Thread Debugging">
- </member>
- <member name="STATIC_BUILD" displayname="Build static binaries">
- </member>
- <member name="LOADABLE_MODULES" displayname="Runtime module loading">
- <defaultenabled>yes</defaultenabled>
- </member>
- <member name="DEBUG_FD_LEAKS" displayname="Enable File Descriptor Leak Detection">
- </member>
- <member name="REBUILD_PARSERS" displayname="Rebuild AEL and expression parsers from bison/flex source files">
- <depend>bison</depend>
- <depend>flex</depend>
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="LOW_MEMORY" displayname="Optimize for Low Memory Usage">
- </member>
- <member name="USE_HOARD_ALLOCATOR" displayname="Use the Hoard Memory Allocator instead of the default system one">
- <defaultenabled>no</defaultenabled>
- <depend>hoard</depend>
- </member>
- <member name="LOTS_OF_SPANS" displayname="More than 32 DAHDI spans">
- </member>
- <member name="RADIO_RELAX" displayname="Relax DTMF for Radio Applications">
- </member>
- <member name="G711_NEW_ALGORITHM" displayname="Use the NEW ulaw/alaw codecs (slower, but cleaner)">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="G711_REDUCED_BRANCHING" displayname="New ulaw/alaw codec, reduced branching (might help it run faster in some architectures)">
- <depend>G711_NEW_ALGORITHM</depend>
- </member>
- <member name="TEST_CODING_TABLES" displayname="New ulaw/alaw codec, turn on table tests on init">
- <depend>G711_NEW_ALGORITHM</depend>
- </member>
- <member name="TEST_TANDEM_TRANSCODING" displayname="New ulaw/alaw codec, turn on transcoding tests on init">
- <depend>G711_NEW_ALGORITHM</depend>
- </member>
- <member name="MALLOC_DEBUG" displayname="Keep Track of Memory Allocations">
- </member>
- <member name="BUSYDETECT_TONEONLY" displayname="Enable additional comparision of only the tone duration not the silence part">
- <conflict>BUSYDETECT_COMPARE_TONE_AND_SILENCE</conflict>
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="BUSYDETECT_COMPARE_TONE_AND_SILENCE" displayname="Assume that tone and silence have the same duration">
- <conflict>BUSYDETECT_TONEONLY</conflict>
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="BUSYDETECT_DEBUG" displayname="Enable additional busy detection debugging">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="IAX_OLD_FIND" displayname="Use the old, slow method of searching for IAX callnos">
- </member>
- <member name="INTEGER_CALLERID" displayname="Use the (less accurate) integer-based method for decoding FSK tones (for embedded systems)">
- </member>
- </category>
-<category name="MENUSELECT_OPTS_app_voicemail" displayname="Voicemail Build Options" positive_output="yes" touch_on_change="apps/app_voicemail.c apps/app_directory.c">
- <member name="FILE_STORAGE" displayname="Storage of Voicemail using filesystem">
- <conflict>ODBC_STORAGE</conflict>
- <conflict>IMAP_STORAGE</conflict>
- <defaultenabled>yes</defaultenabled>
- </member>
- <member name="ODBC_STORAGE" displayname="Storage of Voicemail using ODBC">
- <depend>generic_odbc</depend>
- <depend>ltdl</depend>
- <conflict>IMAP_STORAGE</conflict>
- <conflict>FILE_STORAGE</conflict>
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="IMAP_STORAGE" displayname="Storage of Voicemail using IMAP4">
- <depend>imap_tk</depend>
- <conflict>ODBC_STORAGE</conflict>
- <conflict>FILE_STORAGE</conflict>
- <use>openssl</use>
- <defaultenabled>no</defaultenabled>
- </member>
-</category>
-<category name="MENUSELECT_CFLAGS" displayname="Compiler Flags" positive_output="yes">
- <member name="RADIO_RTX" displayname="Build RTX/DTX Radio Programming" touch_on_change="channels/chan_usbradio.c channels/xpmr/xpmr.h">
- <defaultenabled>no</defaultenabled>
- <depend>chan_usbradio</depend>
- </member>
- <member name="RADIO_XPMRX" displayname="Build Experimental Radio Protocols" touch_on_change="channels/chan_usbradio.c">
- <defaultenabled>no</defaultenabled>
- <depend>chan_usbradio</depend>
- </member>
-</category>
-<category name="MENUSELECT_UTILS" displayname="Utilities" positive_output="yes">
- <member name="aelparse">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="astcanary">
- <defaultenabled>yes</defaultenabled>
- </member>
- <member name="astman">
- <defaultenabled>no</defaultenabled>
- <depend>newt</depend>
- </member>
- <member name="check_expr">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="check_expr2">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="conf2ael">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="hashtest">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="hashtest2">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="muted">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="refcounter">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="smsq">
- <defaultenabled>no</defaultenabled>
- <depend>popt</depend>
- </member>
- <member name="stereorize">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="streamplayer">
- <defaultenabled>no</defaultenabled>
- </member>
-</category>
-<category name="MENUSELECT_AGIS" displayname="AGI Samples" positive_output="yes">
- <member name="agi-test.agi">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="eagi-test">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="eagi-sphinx-test">
- <defaultenabled>no</defaultenabled>
- </member>
- <member name="jukebox.agi">
- <defaultenabled>no</defaultenabled>
- </member>
-</category>
- <category name="MENUSELECT_EMBED" displayname="Module Embedding" positive_output="yes" remove_on_change="main/asterisk">
- <member name="ADDONS" displayname="Add-ons" remove_on_change="addons/*.o addons/*.oo">
- <depend>gnu_ld</depend>
- </member>
- <member name="APPS" displayname="Applications" remove_on_change="apps/*.o apps/*.oo">
- <depend>gnu_ld</depend>
- </member>
- <member name="BRIDGES" displayname="Bridging Technologies" remove_on_change="bridges/*.o bridges/*.oo">
- <depend>gnu_ld</depend>
- </member>
- <member name="CDR" displayname="Call Detail Recording" remove_on_change="cdr/*.o cdr/*.oo">
- <depend>gnu_ld</depend>
- </member>
- <member name="CHANNELS" displayname="Channels" remove_on_change="channels/*.o channels/*/*.o channels/*.oo channels/*/*.oo">
- <depend>gnu_ld</depend>
- </member>
- <member name="CODECS" displayname="Coders/Decoders" remove_on_change="codecs/*.o codecs/*/*.o codecs/*/*/*.o codecs/*/*.a codecs/*/*/*.a codecs/*.oo codecs/*/*.oo">
- <depend>gnu_ld</depend>
- </member>
- <member name="FORMATS" displayname="File Formats" remove_on_change="formats/*.o formats/*.oo">
- <depend>gnu_ld</depend>
- </member>
- <member name="FUNCS" displayname="Dialplan Functions" remove_on_change="funcs/*.o funcs/*.oo">
- <depend>gnu_ld</depend>
- </member>
- <member name="PBX" displayname="PBX Functionality" remove_on_change="pbx/*.o pbx/*/*.o pbx/*.oo pbx/*/*.oo">
- <depend>gnu_ld</depend>
- </member>
- <member name="RES" displayname="Resource Modules" remove_on_change="res/*.o res/*/*.o res/*.oo res/*/*.oo">
- <depend>gnu_ld</depend>
- </member>
- <member name="TEST" displayname="Test Modules" remove_on_change="tests/*.o tests/*.oo">
- <depend>gnu_ld</depend>
- </member>
- </category>
- <category name="MENUSELECT_CORE_SOUNDS" displayname="Core Sound Packages" positive_output="yes">
- <member name="CORE-SOUNDS-EN-WAV" displayname="English, WAV format">
- </member>
- <member name="CORE-SOUNDS-EN-ULAW" displayname="English, mu-Law format">
- </member>
- <member name="CORE-SOUNDS-EN-ALAW" displayname="English, a-Law format">
- </member>
- <member name="CORE-SOUNDS-EN-GSM" displayname="English, GSM format" >
- <defaultenabled>yes</defaultenabled>
- </member>
- <member name="CORE-SOUNDS-EN-G729" displayname="English, G.729 format">
- </member>
- <member name="CORE-SOUNDS-EN-G722" displayname="English, G.722 format">
- </member>
- <member name="CORE-SOUNDS-EN-SLN16" displayname="English, Signed-linear 16kHz format">
- </member>
- <member name="CORE-SOUNDS-EN-SIREN7" displayname="English, G.722.1 (Siren7) format">
- </member>
- <member name="CORE-SOUNDS-EN-SIREN14" displayname="English, G.722.1C (Siren14) format">
- </member>
- <member name="CORE-SOUNDS-ES-WAV" displayname="Spanish, WAV format">
- </member>
- <member name="CORE-SOUNDS-ES-ULAW" displayname="Spanish, mu-Law format">
- </member>
- <member name="CORE-SOUNDS-ES-ALAW" displayname="Spanish, a-Law format">
- </member>
- <member name="CORE-SOUNDS-ES-GSM" displayname="Spanish, GSM format">
- </member>
- <member name="CORE-SOUNDS-ES-G729" displayname="Spanish, G.729 format">
- </member>
- <member name="CORE-SOUNDS-ES-G722" displayname="Spanish, G.722 format">
- </member>
- <member name="CORE-SOUNDS-ES-SLN16" displayname="Spanish, Signed-linear 16kHz format">
- </member>
- <member name="CORE-SOUNDS-ES-SIREN7" displayname="Spanish, G.722.1 (Siren7) format">
- </member>
- <member name="CORE-SOUNDS-ES-SIREN14" displayname="Spanish, G.722.1C (Siren14) format">
- </member>
- <member name="CORE-SOUNDS-FR-WAV" displayname="French, WAV format">
- </member>
- <member name="CORE-SOUNDS-FR-ULAW" displayname="French, mu-Law format">
- </member>
- <member name="CORE-SOUNDS-FR-ALAW" displayname="French, a-Law format">
- </member>
- <member name="CORE-SOUNDS-FR-GSM" displayname="French, GSM format">
- </member>
- <member name="CORE-SOUNDS-FR-G729" displayname="French, G.729 format">
- </member>
- <member name="CORE-SOUNDS-FR-G722" displayname="French, G.722 format">
- </member>
- <member name="CORE-SOUNDS-FR-SLN16" displayname="French, Signed-linear 16kHz format">
- </member>
- <member name="CORE-SOUNDS-FR-SIREN7" displayname="French, G.722.1 (Siren7) format">
- </member>
- <member name="CORE-SOUNDS-FR-SIREN14" displayname="French, G.722.1C (Siren14) format">
- </member>
- <member name="CORE-SOUNDS-EN_AU-WAV" displayname="English (Australian Accent), WAV format">
- </member>
- <member name="CORE-SOUNDS-EN_AU-ULAW" displayname="English (Australian Accent), mu-Law format">
- </member>
- <member name="CORE-SOUNDS-EN_AU-ALAW" displayname="English (Australian Accent), a-Law format">
- </member>
- <member name="CORE-SOUNDS-EN_AU-GSM" displayname="English (Australian Accent), GSM format">
- </member>
- <member name="CORE-SOUNDS-EN_AU-G729" displayname="English (Australian Accent), G.729 format">
- </member>
- <member name="CORE-SOUNDS-EN_AU-G722" displayname="English (Australian Accent), G.722 format">
- </member>
- <member name="CORE-SOUNDS-EN_AU-SLN16" displayname="English (Australian Accent), Signed-linear 16kHz format">
- </member>
- <member name="CORE-SOUNDS-EN_AU-SIREN7" displayname="English (Australian Accent), G.722.1 (Siren7) format">
- </member>
- <member name="CORE-SOUNDS-EN_AU-SIREN14" displayname="English (Australian Accent), G.722.1C (Siren14) format">
- </member>
- <member name="CORE-SOUNDS-RU-WAV" displayname="Russian, WAV format">
- </member>
- <member name="CORE-SOUNDS-RU-ULAW" displayname="Russian, mu-Law format">
- </member>
- <member name="CORE-SOUNDS-RU-ALAW" displayname="Russian, a-Law format">
- </member>
- <member name="CORE-SOUNDS-RU-GSM" displayname="Russian, GSM format" >
- </member>
- <member name="CORE-SOUNDS-RU-G729" displayname="Russian, G.729 format">
- </member>
- <member name="CORE-SOUNDS-RU-G722" displayname="Russian, G.722 format">
- </member>
- <member name="CORE-SOUNDS-RU-SLN16" displayname="Russian, Signed-linear 16kHz format">
- </member>
- <member name="CORE-SOUNDS-RU-SIREN7" displayname="Russian, G.722.1 (Siren7) format">
- </member>
- <member name="CORE-SOUNDS-RU-SIREN14" displayname="Russian, G.722.1C (Siren14) format">
- </member>
- </category>
- <category name="MENUSELECT_MOH" displayname="Music On Hold File Packages" positive_output="yes">
- <member name="MOH-OPSOUND-WAV" displayname="opsound.org Music On Hold Files, WAV format" >
- <defaultenabled>yes</defaultenabled>
- </member>
- <member name="MOH-OPSOUND-ULAW" displayname="opsound.org Music On Hold Files, mu-Law format" >
- </member>
- <member name="MOH-OPSOUND-ALAW" displayname="opsound.org Music On Hold Files, a-Law format" >
- </member>
- <member name="MOH-OPSOUND-GSM" displayname="opsound.org Music On Hold Files, GSM format" >
- </member>
- <member name="MOH-OPSOUND-G729" displayname="opsound.org Music On Hold Files, G.729 format" >
- </member>
- <member name="MOH-OPSOUND-G722" displayname="opsound.org Music On Hold Files, G.722 format" >
- </member>
- <member name="MOH-OPSOUND-SLN16" displayname="opsound.org Music On Hold Files, Signed-linear 16kHz format" >
- </member>
- <member name="MOH-OPSOUND-SIREN7" displayname="opsound.org Music On Hold Files, G.722.1 (Siren7) format" >
- </member>
- <member name="MOH-OPSOUND-SIREN14" displayname="opsound.org Music On Hold Files, G.722.1C (Siren14) format" >
- </member>
- </category>
- <category name="MENUSELECT_EXTRA_SOUNDS" displayname="Extras Sound Packages" positive_output="yes">
- <member name="EXTRA-SOUNDS-EN-WAV" displayname="English, WAV format">
- </member>
- <member name="EXTRA-SOUNDS-EN-ULAW" displayname="English, mu-Law format">
- </member>
- <member name="EXTRA-SOUNDS-EN-ALAW" displayname="English, a-Law format">
- </member>
- <member name="EXTRA-SOUNDS-EN-GSM" displayname="English, GSM format" >
- </member>
- <member name="EXTRA-SOUNDS-EN-G729" displayname="English, G.729 format">
- </member>
- <member name="EXTRA-SOUNDS-EN-G722" displayname="English, G.722 format">
- </member>
- <member name="EXTRA-SOUNDS-EN-SLN16" displayname="English, Signed-linear 16kHz format">
- </member>
- <member name="EXTRA-SOUNDS-EN-SIREN7" displayname="English, G.722.1 (Siren7) format">
- </member>
- <member name="EXTRA-SOUNDS-EN-SIREN14" displayname="English, G.722.1C (Siren14) format">
- </member>
- <member name="EXTRA-SOUNDS-FR-WAV" displayname="French, WAV format">
- </member>
- <member name="EXTRA-SOUNDS-FR-ULAW" displayname="French, mu-Law format">
- </member>
- <member name="EXTRA-SOUNDS-FR-ALAW" displayname="French, a-Law format">
- </member>
- <member name="EXTRA-SOUNDS-FR-GSM" displayname="French, GSM format" >
- </member>
- <member name="EXTRA-SOUNDS-FR-G729" displayname="French, G.729 format">
- </member>
- <member name="EXTRA-SOUNDS-FR-G722" displayname="French, G.722 format">
- </member>
- <member name="EXTRA-SOUNDS-FR-SLN16" displayname="French, Signed-linear 16kHz format">
- </member>
- <member name="EXTRA-SOUNDS-FR-SIREN7" displayname="French, G.722.1 (Siren7) format">
- </member>
- <member name="EXTRA-SOUNDS-FR-SIREN14" displayname="French, G.722.1C (Siren14) format">
- </member>
- </category>
-</menu>
1
0
commit 00f3a9ee3ab5a503c67a52cee8335f48439bd57c
Author: Alan Mizrahi <alan+crux(a)mizrahi.com.ve>
Date: Wed Aug 5 17:31:34 2015 +0900
gsm: initial commit version 1.0.14
diff --git a/gsm/.footprint b/gsm/.footprint
new file mode 100644
index 0000000..bc7020d
--- /dev/null
+++ b/gsm/.footprint
@@ -0,0 +1,20 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+lrwxrwxrwx root/root usr/bin/tcat -> toast
+-rwxr-xr-x root/root usr/bin/toast
+lrwxrwxrwx root/root usr/bin/untoast -> toast
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/gsm/
+-r--r--r-- root/root usr/include/gsm/gsm.h
+drwxr-xr-x root/root usr/lib/
+lrwxrwxrwx root/root usr/lib/libgsm.so -> libgsm.so.1.0.13
+lrwxrwxrwx root/root usr/lib/libgsm.so.1 -> libgsm.so.1.0.13
+-rwxr-xr-x root/root usr/lib/libgsm.so.1.0.13
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-r--r--r-- root/root usr/man/man1/toast.1.gz
+drwxr-xr-x root/root usr/man/man3/
+-r--r--r-- root/root usr/man/man3/gsm.3.gz
+-r--r--r-- root/root usr/man/man3/gsm_explode.3.gz
+-r--r--r-- root/root usr/man/man3/gsm_option.3.gz
+-r--r--r-- root/root usr/man/man3/gsm_print.3.gz
diff --git a/gsm/Pkgfile b/gsm/Pkgfile
new file mode 100644
index 0000000..5124981
--- /dev/null
+++ b/gsm/Pkgfile
@@ -0,0 +1,24 @@
+# Description: GSM library
+# URL: http://www.quut.com/gsm/
+# Packager: Alan Mizrahi, alan at mizrahi dot com dot ve
+# Depends on:
+
+name=gsm
+version=1.0.14
+release=1
+source=(
+http://www.quut.com/$name/$name-$version.tar.gz
+gsm.patch
+)
+
+build() {
+ cd $name-${version%.*}-pl${version##*.}
+
+ # Patch to build shared library instead of static
+ patch -p0 -i $SRC/gsm.patch
+
+ install -d -m 755 $PKG/usr/{bin,include/gsm,man/man{1,3},lib}
+
+ make CCFLAGS="-c $CFLAGS -fPIC"
+ make -j1 INSTALL_ROOT=$PKG/usr GSM_INSTALL_INC="$PKG/usr/include/gsm" install
+}
diff --git a/gsm/gsm.patch b/gsm/gsm.patch
new file mode 100644
index 0000000..821f3a5
--- /dev/null
+++ b/gsm/gsm.patch
@@ -0,0 +1,198 @@
+--- Makefile 2006-04-26 15:14:26.000000000 -0400
++++ Makefile 2010-06-19 16:53:25.000000000 -0400
+@@ -44,7 +44,7 @@
+ # CCFLAGS = -c -O
+
+ CC = gcc -ansi -pedantic
+-CCFLAGS = -c -O2 -DNeedFunctionPrototypes=1
++CCFLAGS = -c -O2 -fPIC -DNeedFunctionPrototypes=1
+
+ LD = $(CC)
+
+@@ -96,11 +96,11 @@
+ # Other tools
+
+ SHELL = /bin/sh
+-LN = ln
++LN = ln -s -f
+ BASENAME = basename
+ AR = ar
+ ARFLAGS = cr
+-RMFLAGS =
++RMFLAGS = -f
+ FIND = find
+ COMPRESS = compress
+ COMPRESSFLAGS =
+@@ -139,7 +139,7 @@
+
+ # Targets
+
+-LIBGSM = $(LIB)/libgsm.a
++LIBGSMSO = $(LIB)/libgsm.so
+
+ TOAST = $(BIN)/toast
+ UNTOAST = $(BIN)/untoast
+@@ -257,7 +257,7 @@
+ # Install targets
+
+ GSM_INSTALL_TARGETS = \
+- $(GSM_INSTALL_LIB)/libgsm.a \
++ $(GSM_INSTALL_LIB)/libgsm.so \
+ $(GSM_INSTALL_INC)/gsm.h \
+ $(GSM_INSTALL_MAN)/gsm.3 \
+ $(GSM_INSTALL_MAN)/gsm_explode.3 \
+@@ -279,7 +279,7 @@
+
+ # Target rules
+
+-all: $(LIBGSM) $(TOAST) $(TCAT) $(UNTOAST)
++all: $(LIBGSMSO) $(TOAST) $(TCAT) $(UNTOAST)
+ @-echo $(ROOT): Done.
+
+ tst: $(TST)/lin2cod $(TST)/cod2lin $(TOAST) $(TST)/test-result
+@@ -299,24 +299,23 @@
+
+ # The basic API: libgsm
+
+-$(LIBGSM): $(LIB) $(GSM_OBJECTS)
+- -rm $(RMFLAGS) $(LIBGSM)
+- $(AR) $(ARFLAGS) $(LIBGSM) $(GSM_OBJECTS)
+- $(RANLIB) $(LIBGSM)
+-
++$(LIBGSMSO): $(LIB) $(GSM_OBJECTS)
++ $(LD) -shared -Wl,-soname,libgsm.so.1 -o $@.1.0.13 $(GSM_OBJECTS)
++ $(LN) libgsm.so.1.0.13 $(LIBGSMSO).1
++ $(LN) libgsm.so.1.0.13 $(LIBGSMSO)
+
+ # Toast, Untoast and Tcat -- the compress-like frontends to gsm.
+
+-$(TOAST): $(BIN) $(TOAST_OBJECTS) $(LIBGSM)
+- $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSM) $(LDLIB)
++$(TOAST): $(BIN) $(TOAST_OBJECTS) $(LIBGSMSO)
++ $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSMSO) $(LDLIB)
+
+ $(UNTOAST): $(BIN) $(TOAST)
+ -rm $(RMFLAGS) $(UNTOAST)
+- $(LN) $(TOAST) $(UNTOAST)
++ $(LN) toast $(UNTOAST)
+
+ $(TCAT): $(BIN) $(TOAST)
+ -rm $(RMFLAGS) $(TCAT)
+- $(LN) $(TOAST) $(TCAT)
++ $(LN) toast $(TCAT)
+
+
+ # The local bin and lib directories
+@@ -351,53 +350,54 @@
+ fi
+
+ $(TOAST_INSTALL_BIN)/toast: $(TOAST)
+- -rm $@
++ -rm $(RMFLAGS) $@
+ cp $(TOAST) $@
+ chmod 755 $@
+
+ $(TOAST_INSTALL_BIN)/untoast: $(TOAST_INSTALL_BIN)/toast
+- -rm $@
+- ln $? $@
++ -rm $(RMFLAGS) $@
++ $(LN) toast $@
+
+ $(TOAST_INSTALL_BIN)/tcat: $(TOAST_INSTALL_BIN)/toast
+- -rm $@
+- ln $? $@
++ -rm $(RMFLAGS) $@
++ $(LN) toast $@
+
+ $(TOAST_INSTALL_MAN)/toast.1: $(MAN)/toast.1
+- -rm $@
++ -rm $(RMFLAGS) $@
+ cp $? $@
+ chmod 444 $@
+
+ $(GSM_INSTALL_MAN)/gsm.3: $(MAN)/gsm.3
+- -rm $@
++ -rm $(RMFLAGS) $@
+ cp $? $@
+ chmod 444 $@
+
+ $(GSM_INSTALL_MAN)/gsm_option.3: $(MAN)/gsm_option.3
+- -rm $@
++ -rm $(RMFLAGS) $@
+ cp $? $@
+ chmod 444 $@
+
+ $(GSM_INSTALL_MAN)/gsm_explode.3: $(MAN)/gsm_explode.3
+- -rm $@
++ -rm $(RMFLAGS) $@
+ cp $? $@
+ chmod 444 $@
+
+ $(GSM_INSTALL_MAN)/gsm_print.3: $(MAN)/gsm_print.3
+- -rm $@
++ -rm $(RMFLAGS) $@
+ cp $? $@
+ chmod 444 $@
+
+ $(GSM_INSTALL_INC)/gsm.h: $(INC)/gsm.h
+- -rm $@
+- cp $? $@
+- chmod 444 $@
+-
+-$(GSM_INSTALL_LIB)/libgsm.a: $(LIBGSM)
+- -rm $@
++ -rm $(RMFLAGS) $@
+ cp $? $@
+ chmod 444 $@
+
++$(GSM_INSTALL_LIB)/libgsm.so: $(LIBGSMSO)
++ -rm $(RMFLAGS) $@ $@.1 $@.1.0.13
++ cp $?.1.0.13 $@.1.0.13
++ chmod 755 $@.1.0.13
++ $(LN) libgsm.so.1.0.13 $@
++ $(LN) libgsm.so.1.0.13 $@.1
+
+ # Distribution
+
+@@ -425,7 +425,7 @@
+ -print | xargs rm $(RMFLAGS)
+
+ clean: semi-clean
+- -rm $(RMFLAGS) $(LIBGSM) $(ADDTST)/add \
++ -rm $(RMFLAGS) $(LIBGSMSO)* $(ADDTST)/add \
+ $(TOAST) $(TCAT) $(UNTOAST) \
+ $(ROOT)/gsm-1.0.tar.Z
+
+@@ -473,22 +473,22 @@
+ $(TST)/test-result: $(TST)/lin2cod $(TST)/cod2lin $(TOAST) $(TST)/run
+ ( cd $(TST); ./run )
+
+-$(TST)/lin2txt: $(TST)/lin2txt.o $(LIBGSM)
++$(TST)/lin2txt: $(TST)/lin2txt.o $(LIBGSMSO)
+ $(LD) $(LFLAGS) -o $(TST)/lin2txt \
+- $(TST)/lin2txt.o $(LIBGSM) $(LDLIB)
++ $(TST)/lin2txt.o $(LIBGSMSO) $(LDLIB)
+
+-$(TST)/lin2cod: $(TST)/lin2cod.o $(LIBGSM)
++$(TST)/lin2cod: $(TST)/lin2cod.o $(LIBGSMSO)
+ $(LD) $(LFLAGS) -o $(TST)/lin2cod \
+- $(TST)/lin2cod.o $(LIBGSM) $(LDLIB)
++ $(TST)/lin2cod.o $(LIBGSMSO) $(LDLIB)
+
+-$(TST)/gsm2cod: $(TST)/gsm2cod.o $(LIBGSM)
++$(TST)/gsm2cod: $(TST)/gsm2cod.o $(LIBGSMSO)
+ $(LD) $(LFLAGS) -o $(TST)/gsm2cod \
+- $(TST)/gsm2cod.o $(LIBGSM) $(LDLIB)
++ $(TST)/gsm2cod.o $(LIBGSMSO) $(LDLIB)
+
+-$(TST)/cod2txt: $(TST)/cod2txt.o $(LIBGSM)
++$(TST)/cod2txt: $(TST)/cod2txt.o $(LIBGSMSO)
+ $(LD) $(LFLAGS) -o $(TST)/cod2txt \
+- $(TST)/cod2txt.o $(LIBGSM) $(LDLIB)
++ $(TST)/cod2txt.o $(LIBGSMSO) $(LDLIB)
+
+-$(TST)/cod2lin: $(TST)/cod2lin.o $(LIBGSM)
++$(TST)/cod2lin: $(TST)/cod2lin.o $(LIBGSMSO)
+ $(LD) $(LFLAGS) -o $(TST)/cod2lin \
+- $(TST)/cod2lin.o $(LIBGSM) $(LDLIB)
++ $(TST)/cod2lin.o $(LIBGSMSO) $(LDLIB)
1
0
05 Aug '15
commit 2281b6e8ad1e038ba0335c812481d09683bf65d7
Author: Alan Mizrahi <alan+crux(a)mizrahi.com.ve>
Date: Wed Aug 5 17:31:03 2015 +0900
portaudio: initial commit version 19_20140130
diff --git a/portaudio/.footprint b/portaudio/.footprint
new file mode 100644
index 0000000..c2f6f6a
--- /dev/null
+++ b/portaudio/.footprint
@@ -0,0 +1,36 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/pa_linux_alsa.h
+-rw-r--r-- root/root usr/include/portaudio.h
+drwxr-xr-x root/root usr/include/portaudiocpp/
+-rw-r--r-- root/root usr/include/portaudiocpp/AutoSystem.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/BlockingStream.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/CFunCallbackStream.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/CallbackInterface.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/CallbackStream.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/CppFunCallbackStream.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/Device.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/DirectionSpecificStreamParameters.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/Exception.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/HostApi.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/InterfaceCallbackStream.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/MemFunCallbackStream.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/PortAudioCpp.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/SampleDataFormat.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/Stream.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/StreamParameters.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/System.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/SystemDeviceIterator.hxx
+-rw-r--r-- root/root usr/include/portaudiocpp/SystemHostApiIterator.hxx
+drwxr-xr-x root/root usr/lib/
+-rwxr-xr-x root/root usr/lib/libportaudio.la
+lrwxrwxrwx root/root usr/lib/libportaudio.so -> libportaudio.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libportaudio.so.2 -> libportaudio.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libportaudio.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libportaudiocpp.la
+lrwxrwxrwx root/root usr/lib/libportaudiocpp.so -> libportaudiocpp.so.0.0.12
+lrwxrwxrwx root/root usr/lib/libportaudiocpp.so.0 -> libportaudiocpp.so.0.0.12
+-rwxr-xr-x root/root usr/lib/libportaudiocpp.so.0.0.12
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/portaudio-2.0.pc
+-rw-r--r-- root/root usr/lib/pkgconfig/portaudiocpp.pc
diff --git a/portaudio/.md5sum b/portaudio/.md5sum
new file mode 100644
index 0000000..95b8093
--- /dev/null
+++ b/portaudio/.md5sum
@@ -0,0 +1 @@
+7f220406902af9dca009668e198cbd23 pa_stable_v19_20140130.tgz
diff --git a/portaudio/Pkgfile b/portaudio/Pkgfile
new file mode 100644
index 0000000..6fa4f8a
--- /dev/null
+++ b/portaudio/Pkgfile
@@ -0,0 +1,25 @@
+# Description: Portable cross-platform audio I/O library
+# URL: http://portaudio.com
+# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
+# Depends on: alsa-lib
+
+name=portaudio
+version=19_20140130
+release=1
+source=(http://www.portaudio.com/archives/pa_stable_v${version}.tgz)
+
+build() {
+ cd $name
+ ./configure \
+ --prefix=/usr \
+ --enable-cxx \
+ --enable-static=no
+
+ #--with-host_os \
+ #--without-jack \
+ #--without-oss \
+ #--enable-shared=yes \
+ make -j 1
+ make DESTDIR=$PKG install
+}
+
1
0
ports/contrib (3.1): asterisk: removed site-specific syslog-ng configuration
by crux@crux.nu 05 Aug '15
by crux@crux.nu 05 Aug '15
05 Aug '15
commit 5d5323a9444795ab2c5b32396fcb3465262c8808
Author: Alan Mizrahi <alan+crux(a)mizrahi.com.ve>
Date: Wed Aug 5 16:11:15 2015 +0900
asterisk: removed site-specific syslog-ng configuration
diff --git a/asterisk/.footprint b/asterisk/.footprint
index 78fcaad..bd60f98 100644
--- a/asterisk/.footprint
+++ b/asterisk/.footprint
@@ -110,8 +110,6 @@ drwxr-x--- root/asterisk etc/asterisk/default/
-rw-r----- root/asterisk etc/asterisk/default/xmpp.conf
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/asterisk
-drwxr-xr-x root/root etc/syslog-ng.d/
--rw-r--r-- root/root etc/syslog-ng.d/asterisk.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/asterisk.h
diff --git a/asterisk/Pkgfile b/asterisk/Pkgfile
index 897137a..8da41f3 100644
--- a/asterisk/Pkgfile
+++ b/asterisk/Pkgfile
@@ -6,7 +6,7 @@
name=asterisk
version=13.4.0
-release=3
+release=4
source=(
http://downloads.digium.com/pub/asterisk/releases/asterisk-$version.tar.gz
https://github.com/seanbright/asterisk-opus/archive/bb2925fc4eaad5b30b93eec…
@@ -90,17 +90,4 @@ build () {
# Fix permissions
chown -R asterisk:asterisk $PKG/var/{lib,log,run,spool}/asterisk
- # Add syslog-ng configuration file if /etc/syslog-ng.d exists
- if [ -d /etc/syslog-ng.d ]; then
- mkdir -p -m 755 $PKG/etc/syslog-ng.d
- sed 's|\\t|\t|g' <<-EOF >$PKG/etc/syslog-ng.d/$name.conf
- destination dst_$name { dst_default(prefix("$name")); };
- log {
- \tsource(src_default);
- \tfilter { program('$name' type(string)); };
- \tdestination(dst_$name);
- };
- EOF
- fi
-
}
1
0
ports/contrib (3.1): [notify] asterisk: updated version 1.8.31.0 -> 13.4.0
by crux@crux.nu 05 Aug '15
by crux@crux.nu 05 Aug '15
05 Aug '15
commit d7fab1f5062ae9be91b7d2beca733901aa18f8ac
Author: Alan Mizrahi <alan+crux(a)mizrahi.com.ve>
Date: Wed Aug 5 15:54:06 2015 +0900
[notify] asterisk: updated version 1.8.31.0 -> 13.4.0
Added support for Opus and VP8 codecs, and the new SIP implementation from pjsip.
When upgrading from 1.8 to 13, the internal database will be migrated
automatically from DB to SQLite 3.
This is a one-way migration.
diff --git a/asterisk/.footprint b/asterisk/.footprint
index 807bb0c..78fcaad 100644
--- a/asterisk/.footprint
+++ b/asterisk/.footprint
@@ -1,13 +1,15 @@
drwxr-xr-x root/root etc/
drwxr-x--- root/asterisk etc/asterisk/
drwxr-x--- root/asterisk etc/asterisk/default/
+-rw-r----- root/asterisk etc/asterisk/default/acl.conf
-rw-r----- root/asterisk etc/asterisk/default/adsi.conf
-rw-r----- root/asterisk etc/asterisk/default/agents.conf
--rw-r----- root/asterisk etc/asterisk/default/ais.conf
-rw-r----- root/asterisk etc/asterisk/default/alarmreceiver.conf
-rw-r----- root/asterisk etc/asterisk/default/alsa.conf
-rw-r----- root/asterisk etc/asterisk/default/amd.conf
-rw-r----- root/asterisk etc/asterisk/default/app_mysql.conf
+-rw-r----- root/asterisk etc/asterisk/default/app_skel.conf
+-rw-r----- root/asterisk etc/asterisk/default/ari.conf
-rw-r----- root/asterisk etc/asterisk/default/asterisk.conf
-rw-r----- root/asterisk etc/asterisk/default/calendar.conf
-rw-r----- root/asterisk etc/asterisk/default/ccss.conf
@@ -29,11 +31,12 @@ drwxr-x--- root/asterisk etc/asterisk/default/
-rw-r----- root/asterisk etc/asterisk/default/cel_tds.conf
-rw-r----- root/asterisk etc/asterisk/default/chan_dahdi.conf
-rw-r----- root/asterisk etc/asterisk/default/chan_mobile.conf
--rw-r----- root/asterisk etc/asterisk/default/chan_ooh323.conf
-rw-r----- root/asterisk etc/asterisk/default/cli.conf
-rw-r----- root/asterisk etc/asterisk/default/cli_aliases.conf
-rw-r----- root/asterisk etc/asterisk/default/cli_permissions.conf
-rw-r----- root/asterisk etc/asterisk/default/codecs.conf
+-rw-r----- root/asterisk etc/asterisk/default/confbridge.conf
+-rw-r----- root/asterisk etc/asterisk/default/config_test.conf
-rw-r----- root/asterisk etc/asterisk/default/console.conf
-rw-r----- root/asterisk etc/asterisk/default/dbsep.conf
-rw-r----- root/asterisk etc/asterisk/default/dnsmgr.conf
@@ -49,14 +52,11 @@ drwxr-x--- root/asterisk etc/asterisk/default/
-rw-r----- root/asterisk etc/asterisk/default/festival.conf
-rw-r----- root/asterisk etc/asterisk/default/followme.conf
-rw-r----- root/asterisk etc/asterisk/default/func_odbc.conf
--rw-r----- root/asterisk etc/asterisk/default/gtalk.conf
--rw-r----- root/asterisk etc/asterisk/default/h323.conf
+-rw-r----- root/asterisk etc/asterisk/default/hep.conf
-rw-r----- root/asterisk etc/asterisk/default/http.conf
-rw-r----- root/asterisk etc/asterisk/default/iax.conf
-rw-r----- root/asterisk etc/asterisk/default/iaxprov.conf
-rw-r----- root/asterisk etc/asterisk/default/indications.conf
--rw-r----- root/asterisk etc/asterisk/default/jabber.conf
--rw-r----- root/asterisk etc/asterisk/default/jingle.conf
-rw-r----- root/asterisk etc/asterisk/default/logger.conf
-rw-r----- root/asterisk etc/asterisk/default/manager.conf
-rw-r----- root/asterisk etc/asterisk/default/meetme.conf
@@ -64,20 +64,28 @@ drwxr-x--- root/asterisk etc/asterisk/default/
-rw-r----- root/asterisk etc/asterisk/default/minivm.conf
-rw-r----- root/asterisk etc/asterisk/default/misdn.conf
-rw-r----- root/asterisk etc/asterisk/default/modules.conf
+-rw-r----- root/asterisk etc/asterisk/default/motif.conf
-rw-r----- root/asterisk etc/asterisk/default/musiconhold.conf
-rw-r----- root/asterisk etc/asterisk/default/muted.conf
+-rw-r----- root/asterisk etc/asterisk/default/ooh323.conf
-rw-r----- root/asterisk etc/asterisk/default/osp.conf
-rw-r----- root/asterisk etc/asterisk/default/oss.conf
-rw-r----- root/asterisk etc/asterisk/default/phone.conf
-rw-r----- root/asterisk etc/asterisk/default/phoneprov.conf
+-rw-r----- root/asterisk etc/asterisk/default/pjsip.conf
+-rw-r----- root/asterisk etc/asterisk/default/pjsip_notify.conf
+-rw-r----- root/asterisk etc/asterisk/default/pjsip_wizard.conf
-rw-r----- root/asterisk etc/asterisk/default/queuerules.conf
-rw-r----- root/asterisk etc/asterisk/default/queues.conf
-rw-r----- root/asterisk etc/asterisk/default/res_config_mysql.conf
-rw-r----- root/asterisk etc/asterisk/default/res_config_sqlite.conf
+-rw-r----- root/asterisk etc/asterisk/default/res_config_sqlite3.conf
+-rw-r----- root/asterisk etc/asterisk/default/res_corosync.conf
-rw-r----- root/asterisk etc/asterisk/default/res_curl.conf
-rw-r----- root/asterisk etc/asterisk/default/res_fax.conf
-rw-r----- root/asterisk etc/asterisk/default/res_ldap.conf
-rw-r----- root/asterisk etc/asterisk/default/res_odbc.conf
+-rw-r----- root/asterisk etc/asterisk/default/res_parking.conf
-rw-r----- root/asterisk etc/asterisk/default/res_pgsql.conf
-rw-r----- root/asterisk etc/asterisk/default/res_pktccops.conf
-rw-r----- root/asterisk etc/asterisk/default/res_snmp.conf
@@ -89,13 +97,21 @@ drwxr-x--- root/asterisk etc/asterisk/default/
-rw-r----- root/asterisk etc/asterisk/default/skinny.conf
-rw-r----- root/asterisk etc/asterisk/default/sla.conf
-rw-r----- root/asterisk etc/asterisk/default/smdi.conf
+-rw-r----- root/asterisk etc/asterisk/default/sorcery.conf
+-rw-r----- root/asterisk etc/asterisk/default/ss7.timers
+-rw-r----- root/asterisk etc/asterisk/default/stasis.conf
+-rw-r----- root/asterisk etc/asterisk/default/statsd.conf
+-rw-r----- root/asterisk etc/asterisk/default/test_sorcery.conf
-rw-r----- root/asterisk etc/asterisk/default/udptl.conf
-rw-r----- root/asterisk etc/asterisk/default/unistim.conf
-rw-r----- root/asterisk etc/asterisk/default/users.conf
-rw-r----- root/asterisk etc/asterisk/default/voicemail.conf
-rw-r----- root/asterisk etc/asterisk/default/vpb.conf
+-rw-r----- root/asterisk etc/asterisk/default/xmpp.conf
drwxr-xr-x root/root etc/rc.d/
-rwxr-xr-x root/root etc/rc.d/asterisk
+drwxr-xr-x root/root etc/syslog-ng.d/
+-rw-r--r-- root/root etc/syslog-ng.d/asterisk.conf
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/asterisk.h
@@ -109,6 +125,7 @@ drwxr-xr-x root/root usr/include/asterisk/
-rw-r--r-- root/root usr/include/asterisk/alaw.h
-rw-r--r-- root/root usr/include/asterisk/aoc.h
-rw-r--r-- root/root usr/include/asterisk/app.h
+-rw-r--r-- root/root usr/include/asterisk/ari.h
-rw-r--r-- root/root usr/include/asterisk/ast_expr.h
-rw-r--r-- root/root usr/include/asterisk/ast_version.h
-rw-r--r-- root/root usr/include/asterisk/astdb.h
@@ -119,9 +136,18 @@ drwxr-xr-x root/root usr/include/asterisk/
-rw-r--r-- root/root usr/include/asterisk/audiohook.h
-rw-r--r-- root/root usr/include/asterisk/autochan.h
-rw-r--r-- root/root usr/include/asterisk/autoconfig.h
--rw-r--r-- root/root usr/include/asterisk/bridging.h
--rw-r--r-- root/root usr/include/asterisk/bridging_features.h
--rw-r--r-- root/root usr/include/asterisk/bridging_technology.h
+-rw-r--r-- root/root usr/include/asterisk/backtrace.h
+-rw-r--r-- root/root usr/include/asterisk/beep.h
+-rw-r--r-- root/root usr/include/asterisk/bridge.h
+-rw-r--r-- root/root usr/include/asterisk/bridge_after.h
+-rw-r--r-- root/root usr/include/asterisk/bridge_basic.h
+-rw-r--r-- root/root usr/include/asterisk/bridge_channel.h
+-rw-r--r-- root/root usr/include/asterisk/bridge_channel_internal.h
+-rw-r--r-- root/root usr/include/asterisk/bridge_features.h
+-rw-r--r-- root/root usr/include/asterisk/bridge_internal.h
+-rw-r--r-- root/root usr/include/asterisk/bridge_roles.h
+-rw-r--r-- root/root usr/include/asterisk/bridge_technology.h
+-rw-r--r-- root/root usr/include/asterisk/bucket.h
-rw-r--r-- root/root usr/include/asterisk/build.h
-rw-r--r-- root/root usr/include/asterisk/buildinfo.h
-rw-r--r-- root/root usr/include/asterisk/buildopts.h
@@ -131,13 +157,19 @@ drwxr-xr-x root/root usr/include/asterisk/
-rw-r--r-- root/root usr/include/asterisk/ccss.h
-rw-r--r-- root/root usr/include/asterisk/cdr.h
-rw-r--r-- root/root usr/include/asterisk/cel.h
+-rw-r--r-- root/root usr/include/asterisk/celt.h
-rw-r--r-- root/root usr/include/asterisk/channel.h
+-rw-r--r-- root/root usr/include/asterisk/channel_internal.h
-rw-r--r-- root/root usr/include/asterisk/channelstate.h
-rw-r--r-- root/root usr/include/asterisk/chanvars.h
-rw-r--r-- root/root usr/include/asterisk/cli.h
+-rw-r--r-- root/root usr/include/asterisk/codec.h
-rw-r--r-- root/root usr/include/asterisk/compat.h
-rw-r--r-- root/root usr/include/asterisk/compiler.h
-rw-r--r-- root/root usr/include/asterisk/config.h
+-rw-r--r-- root/root usr/include/asterisk/config_options.h
+-rw-r--r-- root/root usr/include/asterisk/core_local.h
+-rw-r--r-- root/root usr/include/asterisk/core_unreal.h
-rw-r--r-- root/root usr/include/asterisk/crypto.h
-rw-r--r-- root/root usr/include/asterisk/data.h
-rw-r--r-- root/root usr/include/asterisk/datastore.h
@@ -151,21 +183,25 @@ drwxr-xr-x root/root usr/include/asterisk/doxygen/
-rw-r--r-- root/root usr/include/asterisk/doxygen/asterisk-git-howto.h
-rw-r--r-- root/root usr/include/asterisk/doxygen/commits.h
-rw-r--r-- root/root usr/include/asterisk/doxygen/licensing.h
--rw-r--r-- root/root usr/include/asterisk/doxygen/mantisworkflow.h
-rw-r--r-- root/root usr/include/asterisk/doxygen/releases.h
-rw-r--r-- root/root usr/include/asterisk/doxygen/reviewboard.h
-rw-r--r-- root/root usr/include/asterisk/doxyref.h
-rw-r--r-- root/root usr/include/asterisk/dsp.h
-rw-r--r-- root/root usr/include/asterisk/dundi.h
-rw-r--r-- root/root usr/include/asterisk/endian.h
+-rw-r--r-- root/root usr/include/asterisk/endpoints.h
-rw-r--r-- root/root usr/include/asterisk/enum.h
-rw-r--r-- root/root usr/include/asterisk/event.h
-rw-r--r-- root/root usr/include/asterisk/event_defs.h
-rw-r--r-- root/root usr/include/asterisk/extconf.h
-rw-r--r-- root/root usr/include/asterisk/features.h
+-rw-r--r-- root/root usr/include/asterisk/features_config.h
-rw-r--r-- root/root usr/include/asterisk/file.h
+-rw-r--r-- root/root usr/include/asterisk/format.h
+-rw-r--r-- root/root usr/include/asterisk/format_cache.h
+-rw-r--r-- root/root usr/include/asterisk/format_cap.h
+-rw-r--r-- root/root usr/include/asterisk/format_compatibility.h
-rw-r--r-- root/root usr/include/asterisk/frame.h
--rw-r--r-- root/root usr/include/asterisk/frame_defs.h
-rw-r--r-- root/root usr/include/asterisk/framehook.h
-rw-r--r-- root/root usr/include/asterisk/fskmodem.h
-rw-r--r-- root/root usr/include/asterisk/fskmodem_float.h
@@ -174,18 +210,22 @@ drwxr-xr-x root/root usr/include/asterisk/doxygen/
-rw-r--r-- root/root usr/include/asterisk/hashtab.h
-rw-r--r-- root/root usr/include/asterisk/heap.h
-rw-r--r-- root/root usr/include/asterisk/http.h
+-rw-r--r-- root/root usr/include/asterisk/http_websocket.h
-rw-r--r-- root/root usr/include/asterisk/image.h
-rw-r--r-- root/root usr/include/asterisk/indications.h
-rw-r--r-- root/root usr/include/asterisk/inline_api.h
-rw-r--r-- root/root usr/include/asterisk/io.h
--rw-r--r-- root/root usr/include/asterisk/jabber.h
--rw-r--r-- root/root usr/include/asterisk/jingle.h
+-rw-r--r-- root/root usr/include/asterisk/json.h
-rw-r--r-- root/root usr/include/asterisk/linkedlists.h
-rw-r--r-- root/root usr/include/asterisk/localtime.h
-rw-r--r-- root/root usr/include/asterisk/lock.h
-rw-r--r-- root/root usr/include/asterisk/logger.h
-rw-r--r-- root/root usr/include/asterisk/manager.h
+-rw-r--r-- root/root usr/include/asterisk/max_forwards.h
-rw-r--r-- root/root usr/include/asterisk/md5.h
+-rw-r--r-- root/root usr/include/asterisk/media_index.h
+-rw-r--r-- root/root usr/include/asterisk/message.h
+-rw-r--r-- root/root usr/include/asterisk/mixmonitor.h
-rw-r--r-- root/root usr/include/asterisk/mod_format.h
-rw-r--r-- root/root usr/include/asterisk/module.h
-rw-r--r-- root/root usr/include/asterisk/monitor.h
@@ -195,28 +235,67 @@ drwxr-xr-x root/root usr/include/asterisk/doxygen/
-rw-r--r-- root/root usr/include/asterisk/network.h
-rw-r--r-- root/root usr/include/asterisk/optional_api.h
-rw-r--r-- root/root usr/include/asterisk/options.h
+-rw-r--r-- root/root usr/include/asterisk/opus.h
+-rw-r--r-- root/root usr/include/asterisk/parking.h
-rw-r--r-- root/root usr/include/asterisk/paths.h
-rw-r--r-- root/root usr/include/asterisk/pbx.h
+-rw-r--r-- root/root usr/include/asterisk/phoneprov.h
+-rw-r--r-- root/root usr/include/asterisk/pickup.h
-rw-r--r-- root/root usr/include/asterisk/pktccops.h
-rw-r--r-- root/root usr/include/asterisk/plc.h
-rw-r--r-- root/root usr/include/asterisk/poll-compat.h
+-rw-r--r-- root/root usr/include/asterisk/presencestate.h
-rw-r--r-- root/root usr/include/asterisk/privacy.h
-rw-r--r-- root/root usr/include/asterisk/pval.h
-rw-r--r-- root/root usr/include/asterisk/res_fax.h
+-rw-r--r-- root/root usr/include/asterisk/res_hep.h
+-rw-r--r-- root/root usr/include/asterisk/res_mwi_external.h
-rw-r--r-- root/root usr/include/asterisk/res_odbc.h
+-rw-r--r-- root/root usr/include/asterisk/res_pjsip.h
+-rw-r--r-- root/root usr/include/asterisk/res_pjsip_body_generator_types.h
+-rw-r--r-- root/root usr/include/asterisk/res_pjsip_cli.h
+-rw-r--r-- root/root usr/include/asterisk/res_pjsip_outbound_publish.h
+-rw-r--r-- root/root usr/include/asterisk/res_pjsip_presence_xml.h
+-rw-r--r-- root/root usr/include/asterisk/res_pjsip_pubsub.h
+-rw-r--r-- root/root usr/include/asterisk/res_pjsip_session.h
-rw-r--r-- root/root usr/include/asterisk/res_srtp.h
-rw-r--r-- root/root usr/include/asterisk/rtp_engine.h
-rw-r--r-- root/root usr/include/asterisk/say.h
-rw-r--r-- root/root usr/include/asterisk/sched.h
+-rw-r--r-- root/root usr/include/asterisk/sdp_srtp.h
-rw-r--r-- root/root usr/include/asterisk/security_events.h
-rw-r--r-- root/root usr/include/asterisk/security_events_defs.h
-rw-r--r-- root/root usr/include/asterisk/select.h
+-rw-r--r-- root/root usr/include/asterisk/sem.h
-rw-r--r-- root/root usr/include/asterisk/sha1.h
+-rw-r--r-- root/root usr/include/asterisk/silk.h
+-rw-r--r-- root/root usr/include/asterisk/sip_api.h
-rw-r--r-- root/root usr/include/asterisk/slin.h
-rw-r--r-- root/root usr/include/asterisk/slinfactory.h
-rw-r--r-- root/root usr/include/asterisk/smdi.h
+-rw-r--r-- root/root usr/include/asterisk/smoother.h
+-rw-r--r-- root/root usr/include/asterisk/sorcery.h
+-rw-r--r-- root/root usr/include/asterisk/sounds_index.h
-rw-r--r-- root/root usr/include/asterisk/speech.h
+-rw-r--r-- root/root usr/include/asterisk/spinlock.h
-rw-r--r-- root/root usr/include/asterisk/srv.h
+-rw-r--r-- root/root usr/include/asterisk/stasis.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_app.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_app_device_state.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_app_impl.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_app_mailbox.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_app_playback.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_app_recording.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_app_snoop.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_bridges.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_cache_pattern.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_channels.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_endpoints.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_internal.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_message_router.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_system.h
+-rw-r--r-- root/root usr/include/asterisk/stasis_test.h
+-rw-r--r-- root/root usr/include/asterisk/statsd.h
-rw-r--r-- root/root usr/include/asterisk/stringfields.h
-rw-r--r-- root/root usr/include/asterisk/strings.h
-rw-r--r-- root/root usr/include/asterisk/stun.h
@@ -226,6 +305,7 @@ drwxr-xr-x root/root usr/include/asterisk/doxygen/
-rw-r--r-- root/root usr/include/asterisk/tdd.h
-rw-r--r-- root/root usr/include/asterisk/term.h
-rw-r--r-- root/root usr/include/asterisk/test.h
+-rw-r--r-- root/root usr/include/asterisk/threadpool.h
-rw-r--r-- root/root usr/include/asterisk/threadstorage.h
-rw-r--r-- root/root usr/include/asterisk/time.h
-rw-r--r-- root/root usr/include/asterisk/timing.h
@@ -234,17 +314,23 @@ drwxr-xr-x root/root usr/include/asterisk/doxygen/
-rw-r--r-- root/root usr/include/asterisk/udptl.h
-rw-r--r-- root/root usr/include/asterisk/ulaw.h
-rw-r--r-- root/root usr/include/asterisk/unaligned.h
+-rw-r--r-- root/root usr/include/asterisk/uri.h
-rw-r--r-- root/root usr/include/asterisk/utils.h
+-rw-r--r-- root/root usr/include/asterisk/uuid.h
+-rw-r--r-- root/root usr/include/asterisk/vector.h
-rw-r--r-- root/root usr/include/asterisk/version.h
-rw-r--r-- root/root usr/include/asterisk/xml.h
-rw-r--r-- root/root usr/include/asterisk/xmldoc.h
+-rw-r--r-- root/root usr/include/asterisk/xmpp.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/asterisk/
drwxr-xr-x root/root usr/lib/asterisk/modules/
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_adsiprog.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/app_agent_pool.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_alarmreceiver.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_amd.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_authenticate.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/app_bridgewait.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_cdr.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_celgenuserevent.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_chanisavail.so
@@ -252,7 +338,6 @@ drwxr-xr-x root/root usr/lib/asterisk/modules/
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_chanspy.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_confbridge.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_controlplayback.so
--rwxr-xr-x root/root usr/lib/asterisk/modules/app_dahdibarge.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_dahdiras.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_db.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_dial.so
@@ -272,7 +357,6 @@ drwxr-xr-x root/root usr/lib/asterisk/modules/
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_ices.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_image.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_macro.so
--rwxr-xr-x root/root usr/lib/asterisk/modules/app_meetme.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_milliwatt.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_minivm.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_mixmonitor.so
@@ -281,23 +365,21 @@ drwxr-xr-x root/root usr/lib/asterisk/modules/
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_nbscat.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_originate.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_page.so
--rwxr-xr-x root/root usr/lib/asterisk/modules/app_parkandannounce.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_playback.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_playtones.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_privacy.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_queue.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_read.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_readexten.so
--rwxr-xr-x root/root usr/lib/asterisk/modules/app_readfile.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_record.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_sayunixtime.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_senddtmf.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_sendtext.so
--rwxr-xr-x root/root usr/lib/asterisk/modules/app_setcallerid.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_sms.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_softhangup.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_speech_utils.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_stack.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/app_stasis.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_system.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_talkdetect.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_test.so
@@ -312,7 +394,9 @@ drwxr-xr-x root/root usr/lib/asterisk/modules/
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_while.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/app_zapateller.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/bridge_builtin_features.so
--rwxr-xr-x root/root usr/lib/asterisk/modules/bridge_multiplexed.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/bridge_builtin_interval_features.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/bridge_holding.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/bridge_native_rtp.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/bridge_simple.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/bridge_softmix.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/cdr_csv.so
@@ -324,16 +408,15 @@ drwxr-xr-x root/root usr/lib/asterisk/modules/
-rwxr-xr-x root/root usr/lib/asterisk/modules/cel_custom.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/cel_manager.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/cel_sqlite3_custom.so
--rwxr-xr-x root/root usr/lib/asterisk/modules/chan_agent.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_alsa.so
--rwxr-xr-x root/root usr/lib/asterisk/modules/chan_bridge.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_bridge_media.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_console.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_dahdi.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_iax2.so
--rwxr-xr-x root/root usr/lib/asterisk/modules/chan_local.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_multicast_rtp.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_oss.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_phone.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_pjsip.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_sip.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_skinny.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/chan_unistim.so
@@ -346,6 +429,8 @@ drwxr-xr-x root/root usr/lib/asterisk/modules/
-rwxr-xr-x root/root usr/lib/asterisk/modules/codec_gsm.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/codec_ilbc.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/codec_lpc10.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/codec_opus.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/codec_resample.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/codec_speex.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/codec_ulaw.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/format_g719.so
@@ -362,8 +447,8 @@ drwxr-xr-x root/root usr/lib/asterisk/modules/
-rwxr-xr-x root/root usr/lib/asterisk/modules/format_siren14.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/format_siren7.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/format_sln.so
--rwxr-xr-x root/root usr/lib/asterisk/modules/format_sln16.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/format_vox.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/format_vp8.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/format_wav.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/format_wav_gsm.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_aes.so
@@ -387,22 +472,31 @@ drwxr-xr-x root/root usr/lib/asterisk/modules/
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_frame_trace.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_global.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_groupcount.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/func_hangupcause.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_iconv.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/func_jitterbuffer.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_lock.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_logic.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_math.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_md5.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_module.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/func_periodic_hook.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_pitchshift.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/func_pjsip_aor.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/func_pjsip_contact.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/func_pjsip_endpoint.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/func_presencestate.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_rand.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_realtime.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_sha1.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_shell.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/func_sorcery.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_speex.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_sprintf.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_srv.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_strings.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_sysinfo.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/func_talkdetect.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_timeout.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_uri.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/func_version.so
@@ -417,50 +511,147 @@ drwxr-xr-x root/root usr/lib/asterisk/modules/
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_adsi.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ael_share.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_agi.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_applications.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_asterisk.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_bridges.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_channels.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_device_states.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_endpoints.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_events.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_model.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_playbacks.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_recordings.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_ari_sounds.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_calendar.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_clialiases.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_clioriginate.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_config_curl.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_config_ldap.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_config_sqlite3.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_convert.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_crypto.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_curl.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_fax.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_fax_spandsp.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_format_attr_celt.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_format_attr_h263.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_format_attr_h264.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_format_attr_opus.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_format_attr_silk.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_hep.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_hep_pjsip.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_hep_rtcp.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_http_post.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_http_websocket.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_limit.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_manager_devicestate.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_manager_presencestate.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_monitor.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_musiconhold.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_mutestream.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_parking.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_phoneprov.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_acl.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_authenticator_digest.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_caller_id.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_config_wizard.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_dialog_info_body_generator.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_diversion.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_dlg_options.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_dtmf_info.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_endpoint_identifier_anonymous.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_endpoint_identifier_ip.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_endpoint_identifier_user.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_exten_state.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_header_funcs.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_keepalive.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_log_forwarder.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_logger.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_messaging.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_multihomed.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_mwi.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_mwi_body_generator.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_nat.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_notify.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_one_touch_record_info.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_outbound_authenticator_digest.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_outbound_publish.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_outbound_registration.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_path.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_phoneprov_provider.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_pidf_body_generator.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_pidf_digium_body_supplement.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_pidf_eyebeam_body_supplement.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_publish_asterisk.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_pubsub.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_refer.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_registrar.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_registrar_expire.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_rfc3326.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_sdp_rtp.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_send_to_voicemail.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_session.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_sips_contact.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_t38.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_transport_websocket.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_pjsip_xpidf_body_generator.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_realtime.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_rtp_asterisk.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_rtp_multicast.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_security_log.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_smdi.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_sorcery_astdb.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_sorcery_config.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_sorcery_memory.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_sorcery_realtime.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_speech.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_srtp.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_stasis.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_stasis_answer.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_stasis_device_state.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_stasis_playback.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_stasis_recording.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_stasis_snoop.so
+-rwxr-xr-x root/root usr/lib/asterisk/modules/res_statsd.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_stun_monitor.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_timing_dahdi.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_timing_pthread.so
-rwxr-xr-x root/root usr/lib/asterisk/modules/res_timing_timerfd.so
+lrwxrwxrwx root/root usr/lib/libasteriskssl.so -> libasteriskssl.so.1
+-rwxr-xr-x root/root usr/lib/libasteriskssl.so.1
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man8/
-rw-r--r-- root/root usr/man/man8/aelparse.8.gz
+-rw-r--r-- root/root usr/man/man8/astdb2bdb.8.gz
+-rw-r--r-- root/root usr/man/man8/astdb2sqlite3.8.gz
-rw-r--r-- root/root usr/man/man8/asterisk.8.gz
-rw-r--r-- root/root usr/man/man8/astgenkey.8.gz
-rw-r--r-- root/root usr/man/man8/autosupport.8.gz
-rw-r--r-- root/root usr/man/man8/safe_asterisk.8.gz
drwxr-xr-x root/root usr/sbin/
-rwxr-xr-x root/root usr/sbin/aelparse
+-rwxr-xr-x root/root usr/sbin/astdb2bdb
+-rwxr-xr-x root/root usr/sbin/astdb2sqlite3
-rwxr-xr-x root/root usr/sbin/asterisk
-rwxr-xr-x root/root usr/sbin/astgenkey
-rwxr-xr-x root/root usr/sbin/autosupport
lrwxrwxrwx root/root usr/sbin/rasterisk -> asterisk
-rwxr-xr-x root/root usr/sbin/safe_asterisk
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/dahdi/
+drwxr-xr-x root/root usr/share/dahdi/span_config.d/
+-rw-r--r-- root/root usr/share/dahdi/span_config.d/40-asterisk
drwxr-xr-x root/root var/
drwxr-xr-x root/root var/lib/
drwxr-xr-x asterisk/asterisk var/lib/asterisk/
drwxr-xr-x asterisk/asterisk var/lib/asterisk/agi-bin/
+drwxr-xr-x asterisk/asterisk var/lib/asterisk/documentation/
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/documentation/appdocsxml.dtd
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/documentation/appdocsxml.xslt
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/documentation/core-en_US.xml
+drwxr-xr-x asterisk/asterisk var/lib/asterisk/documentation/thirdparty/
drwxr-xr-x asterisk/asterisk var/lib/asterisk/firmware/
drwxr-xr-x asterisk/asterisk var/lib/asterisk/firmware/iax/
drwxr-xr-x asterisk/asterisk var/lib/asterisk/images/
@@ -469,9 +660,23 @@ drwxr-xr-x asterisk/asterisk var/lib/asterisk/images/
drwxr-xr-x asterisk/asterisk var/lib/asterisk/keys/
drwxr-xr-x asterisk/asterisk var/lib/asterisk/moh/
drwxr-xr-x asterisk/asterisk var/lib/asterisk/phoneprov/
+drwxr-xr-x asterisk/asterisk var/lib/asterisk/rest-api/
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/applications.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/asterisk.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/bridges.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/channels.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/deviceStates.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/endpoints.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/events.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/mailboxes.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/playbacks.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/recordings.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/resources.json
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/rest-api/sounds.json
drwxr-xr-x asterisk/asterisk var/lib/asterisk/sounds/
drwxr-xr-x asterisk/asterisk var/lib/asterisk/static-http/
-rw-r--r-- asterisk/asterisk var/lib/asterisk/static-http/ajamdemo.html
+-rw-r--r-- asterisk/asterisk var/lib/asterisk/static-http/appdocsxml.xslt
-rw-r--r-- asterisk/asterisk var/lib/asterisk/static-http/astman.css
-rw-r--r-- asterisk/asterisk var/lib/asterisk/static-http/astman.js
-rw-r--r-- asterisk/asterisk var/lib/asterisk/static-http/core-en_US.xml
@@ -489,6 +694,7 @@ drwxr-xr-x asterisk/asterisk var/spool/asterisk/
drwxr-xr-x asterisk/asterisk var/spool/asterisk/dictate/
drwxr-xr-x asterisk/asterisk var/spool/asterisk/meetme/
drwxr-xr-x asterisk/asterisk var/spool/asterisk/monitor/
+drwxr-xr-x asterisk/asterisk var/spool/asterisk/recording/
drwxr-xr-x asterisk/asterisk var/spool/asterisk/system/
drwxr-xr-x asterisk/asterisk var/spool/asterisk/tmp/
drwxr-xr-x asterisk/asterisk var/spool/asterisk/voicemail/
diff --git a/asterisk/.md5sum b/asterisk/.md5sum
index a049b83..fd68ebf 100644
--- a/asterisk/.md5sum
+++ b/asterisk/.md5sum
@@ -1,8 +1,10 @@
-ef2783022bf4451c0bac4a64c8ec4a8b asterisk-1.8.31.0.tar.gz
+8cd729d481f0b3d9aadcf5a607c25803 asterisk-13.4.0.tar.gz
0a336b92908bcff6cb87fe3797aea70c asterisk.rc
-475ed32aea9a82aae020695be8b81ac4 build-disable-astcannary.patch
-3b0bb1b1e4ef57e013b66f55db6c8417 build-disable-sounds-en-gsm.patch
-cfe1e9763274e42ea911e9e0cae43588 build-disable-sounds-moh.patch
-828227d0fd20bd8ca448970192bdf869 build-enable-aelparse.patch
-2e0b5a273b8a2f7983c72f2eb1e08f0e build-enable-cdr-mysql.patch
-4fe1dff21e048b79a15fdfa145403f6c build-enable-ilbc.patch
+be145ed0aa3a84b350a619dd8a61f675 bb2925fc4eaad5b30b93eece851297de5c12e06c.tar.gz
+82dd1478c2c3fe22353ee606f57d14ac build-disable-astcanary.patch
+6a094135e25cf7c29166f451497ca832 build-disable-moh-wav.patch
+d87c70c27bbf4c7b87b9233299accc54 build-disable-sounds-en-gsm.patch
+26eb7fd153cf476762961f8d8506dd53 build-enable-aelparse.patch
+bba4c1d952a3998303f6618825b0feee build-enable-cdr-mysql.patch
+431f79999f54e9b8695d65ac3af29691 build-enable-ilbc.patch
+26f4bc4b21bde4161349cb0812b634a5 build-enable-opus-vp8.patch
diff --git a/asterisk/Pkgfile b/asterisk/Pkgfile
index 0447a5c..897137a 100644
--- a/asterisk/Pkgfile
+++ b/asterisk/Pkgfile
@@ -1,25 +1,36 @@
# Description: PBX Software implementation
# URL: http://www.asterisk.org
# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
-# Depends on: openssl ncurses
+# Depends on: openssl ncurses jansson
+# Optional: dahdi pjsip opus
name=asterisk
-version=1.8.31.0
-release=4
+version=13.4.0
+release=3
source=(
http://downloads.digium.com/pub/asterisk/releases/asterisk-$version.tar.gz
+https://github.com/seanbright/asterisk-opus/archive/bb2925fc4eaad5b30b93eece851297de5c12e06c.tar.gz
asterisk.rc
-build-disable-astcannary.patch
-build-disable-sounds-en-gsm.patch
-build-disable-sounds-moh.patch
build-enable-aelparse.patch
+build-disable-astcanary.patch
build-enable-cdr-mysql.patch
build-enable-ilbc.patch
+build-disable-moh-wav.patch
+build-enable-opus-vp8.patch
+build-disable-sounds-en-gsm.patch
)
build () {
cd asterisk-$version
+ # patch to add Opus transcoding and VP8 passthrough
+ # https://github.com/seanbright/asterisk-opus
+ if [ -f /usr/include/opus/opus.h ]; then
+ cp $SRC/asterisk-opus-*/codecs/* codecs/
+ cp $SRC/asterisk-opus-*/formats/* formats/
+ ./bootstrap.sh
+ fi
+
./configure \
--prefix=/usr \
--mandir=/usr/man \
@@ -31,24 +42,30 @@ build () {
# Generate a menuselect-tree file
make menuselect-tree
- # Remove astcannary
- patch -p1 -i $SRC/build-disable-astcannary.patch
-
- # Remove english gsm core sounds (sounds are in separate ports)
- patch -p1 -i $SRC/build-disable-sounds-en-gsm.patch
-
- # Remove music on hold files
- patch -p1 -i $SRC/build-disable-sounds-moh.patch
+ # Enable Opus and VP8
+ if [ -f /usr/include/opus/opus.h ]; then
+ patch -p1 -i $SRC/asterisk-opus-*/asterisk.patch
+ patch -p1 -i $SRC/build-enable-opus-vp8.patch
+ fi
# Add aelparse utility
patch -p1 -i $SRC/build-enable-aelparse.patch
- # Add support for ILBC
- patch -p1 -i $SRC/build-enable-ilbc.patch
+ # Remove astcanary
+ patch -p1 -i $SRC/build-disable-astcanary.patch
- # Add support for MySQL CDRs
+ # Add cdr_mysql
patch -p1 -i $SRC/build-enable-cdr-mysql.patch
+ # Add iLBC
+ patch -p1 -i $SRC/build-enable-ilbc.patch
+
+ # Remove music on hold files
+ patch -p1 -i $SRC/build-disable-moh-wav.patch
+
+ # Remove english gsm core sounds (sounds are available in separate port)
+ patch -p1 -i $SRC/build-disable-sounds-en-gsm.patch
+
make # NOISY_BUILD=yes
make DESTDIR=$PKG install
@@ -60,7 +77,7 @@ build () {
# Install default config files
install -d -m 750 -o root -g asterisk $PKG/etc/asterisk $PKG/etc/asterisk/default
- for i in configs/*.sample; do
+ for i in configs/samples/*.sample; do
install -m 640 -o root -g asterisk $i $PKG/etc/asterisk/default/$(basename $i .sample)
done
@@ -68,9 +85,22 @@ build () {
rm -rf $PKG/var/lib/asterisk/sounds/*
# Remove documentation dir
- rm -rf $PKG/var/lib/asterisk/documentation
+ # rm -rf $PKG/var/lib/asterisk/documentation
# Fix permissions
chown -R asterisk:asterisk $PKG/var/{lib,log,run,spool}/asterisk
+ # Add syslog-ng configuration file if /etc/syslog-ng.d exists
+ if [ -d /etc/syslog-ng.d ]; then
+ mkdir -p -m 755 $PKG/etc/syslog-ng.d
+ sed 's|\\t|\t|g' <<-EOF >$PKG/etc/syslog-ng.d/$name.conf
+ destination dst_$name { dst_default(prefix("$name")); };
+ log {
+ \tsource(src_default);
+ \tfilter { program('$name' type(string)); };
+ \tdestination(dst_$name);
+ };
+ EOF
+ fi
+
}
diff --git a/asterisk/build-disable-astcanary.patch b/asterisk/build-disable-astcanary.patch
new file mode 100644
index 0000000..dbf13e7
--- /dev/null
+++ b/asterisk/build-disable-astcanary.patch
@@ -0,0 +1,11 @@
+--- asterisk-13.2.0/menuselect-tree 2015-04-01 13:33:21.374042590 +0900
++++ asterisk-13.2.0/menuselect-tree.astcanary-disable 2015-04-01 13:54:31.376756837 +0900
+@@ -1755,7 +1755,7 @@
+ <support_level>extended</support_level>
+ </member>
+ <member name="astcanary">
+- <defaultenabled>yes</defaultenabled>
++ <defaultenabled>no</defaultenabled>
+ <support_level>core</support_level>
+ </member>
+ <member name="astdb2sqlite3">
diff --git a/asterisk/build-disable-astcannary.patch b/asterisk/build-disable-astcannary.patch
deleted file mode 100644
index a2bb07e..0000000
--- a/asterisk/build-disable-astcannary.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- asterisk-1.8.31.0/menuselect-tree.orig 2014-10-03 15:03:35.319957528 +0900
-+++ asterisk-1.8.31.0/menuselect-tree 2014-10-03 15:22:39.708556897 +0900
-@@ -1172,7 +1172,7 @@
- <support_level>extended</support_level>
- </member>
- <member name="astcanary">
-- <defaultenabled>yes</defaultenabled>
-+ <defaultenabled>no</defaultenabled>
- <support_level>core</support_level>
- </member>
- <member name="astman">
diff --git a/asterisk/build-disable-moh-wav.patch b/asterisk/build-disable-moh-wav.patch
new file mode 100644
index 0000000..2f1730e
--- /dev/null
+++ b/asterisk/build-disable-moh-wav.patch
@@ -0,0 +1,11 @@
+--- asterisk-13.2.0/menuselect-tree 2015-04-01 13:33:21.374042590 +0900
++++ asterisk-13.2.0/menuselect-tree.moh-wav-disable 2015-04-01 13:43:24.193315947 +0900
+@@ -2086,7 +2086,7 @@
+ </category>
+ <category name="MENUSELECT_MOH" displayname="Music On Hold File Packages" positive_output="yes">
+ <member name="MOH-OPSOUND-WAV" displayname="opsound.org Music On Hold Files, WAV format" >
+- <defaultenabled>yes</defaultenabled>
++ <defaultenabled>no</defaultenabled>
+ <support_level>core</support_level>
+ </member>
+ <member name="MOH-OPSOUND-ULAW" displayname="opsound.org Music On Hold Files, mu-Law format" >
diff --git a/asterisk/build-disable-sounds-en-gsm.patch b/asterisk/build-disable-sounds-en-gsm.patch
index 5c429c9..f1d7674 100644
--- a/asterisk/build-disable-sounds-en-gsm.patch
+++ b/asterisk/build-disable-sounds-en-gsm.patch
@@ -1,11 +1,11 @@
---- asterisk-1.8.31.0/menuselect-tree.orig 2014-10-03 15:03:35.319957528 +0900
-+++ asterisk-1.8.31.0/menuselect-tree 2014-10-03 15:33:36.522661978 +0900
-@@ -1289,7 +1289,7 @@
- <support_level>core</support_level>
+--- asterisk-13.2.0/menuselect-tree 2015-04-01 13:33:21.374042590 +0900
++++ asterisk-13.2.0/menuselect-tree.sounds-en-gsm-disable 2015-04-01 13:43:09.645045100 +0900
+@@ -1877,7 +1877,7 @@
</member>
<member name="CORE-SOUNDS-EN-GSM" displayname="English, GSM format" >
+ <support_level>core</support_level>
- <defaultenabled>yes</defaultenabled>
+ <defaultenabled>no</defaultenabled>
- <support_level>core</support_level>
</member>
<member name="CORE-SOUNDS-EN-G729" displayname="English, G.729 format">
+ <support_level>core</support_level>
diff --git a/asterisk/build-disable-sounds-moh.patch b/asterisk/build-disable-sounds-moh.patch
deleted file mode 100644
index 12b37e7..0000000
--- a/asterisk/build-disable-sounds-moh.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- asterisk-1.8.31.0/menuselect-tree.orig 2014-10-03 15:03:35.319957528 +0900
-+++ asterisk-1.8.31.0/menuselect-tree 2014-10-03 15:35:08.282304114 +0900
-@@ -1499,7 +1499,7 @@
- </category>
- <category name="MENUSELECT_MOH" displayname="Music On Hold File Packages" positive_output="yes">
- <member name="MOH-OPSOUND-WAV" displayname="opsound.org Music On Hold Files, WAV format" >
-- <defaultenabled>yes</defaultenabled>
-+ <defaultenabled>no</defaultenabled>
- <support_level>core</support_level>
- </member>
- <member name="MOH-OPSOUND-ULAW" displayname="opsound.org Music On Hold Files, mu-Law format" >
diff --git a/asterisk/build-enable-aelparse.patch b/asterisk/build-enable-aelparse.patch
index 50db312..2fabbe7 100644
--- a/asterisk/build-enable-aelparse.patch
+++ b/asterisk/build-enable-aelparse.patch
@@ -1,6 +1,6 @@
---- asterisk-1.8.31.0/menuselect-tree.orig 2014-10-03 15:03:35.319957528 +0900
-+++ asterisk-1.8.31.0/menuselect-tree 2014-10-03 15:25:02.927998339 +0900
-@@ -1168,7 +1168,7 @@
+--- asterisk-13.2.0/menuselect-tree 2015-04-01 13:33:21.374042590 +0900
++++ asterisk-13.2.0/menuselect-tree.aelparse-enable 2015-04-01 13:49:46.451358551 +0900
+@@ -1751,7 +1751,7 @@
</category>
<category name="MENUSELECT_UTILS" displayname="Utilities" positive_output="yes">
<member name="aelparse">
diff --git a/asterisk/build-enable-cdr-mysql.patch b/asterisk/build-enable-cdr-mysql.patch
index debabab..caadb20 100644
--- a/asterisk/build-enable-cdr-mysql.patch
+++ b/asterisk/build-enable-cdr-mysql.patch
@@ -1,6 +1,6 @@
---- asterisk-1.8.31.0/menuselect-tree.orig 2014-10-03 15:03:35.319957528 +0900
-+++ asterisk-1.8.31.0/menuselect-tree 2014-10-03 15:06:26.925954929 +0900
-@@ -15,7 +15,7 @@
+--- asterisk-13.2.0/menuselect-tree 2015-04-01 13:33:21.374042590 +0900
++++ asterisk-13.2.0/menuselect-tree.cdr-mysql-enable 2015-04-01 13:49:31.412842692 +0900
+@@ -10,7 +10,7 @@
</member>
<member name="cdr_mysql" displayname="MySQL CDR Backend" remove_on_change="addons/cdr_mysql.o addons/cdr_mysql.so">
<depend>mysqlclient</depend>
diff --git a/asterisk/build-enable-ilbc.patch b/asterisk/build-enable-ilbc.patch
index e535b4a..77092dd 100644
--- a/asterisk/build-enable-ilbc.patch
+++ b/asterisk/build-enable-ilbc.patch
@@ -1,9 +1,9 @@
---- asterisk-1.8.31.0/menuselect-tree.orig 2014-10-03 15:03:35.319957528 +0900
-+++ asterisk-1.8.31.0/menuselect-tree 2014-10-03 15:07:28.723065654 +0900
-@@ -499,6 +499,7 @@
- <support_level>core</support_level>
+--- asterisk-13.2.0/menuselect-tree 2015-04-01 13:33:21.374042590 +0900
++++ asterisk-13.2.0/menuselect-tree.ilbc-enable 2015-04-01 13:43:40.749590341 +0900
+@@ -491,6 +491,7 @@
</member>
<member name="codec_ilbc" displayname="iLBC Coder/Decoder" remove_on_change="codecs/codec_ilbc.o codecs/codec_ilbc.so">
+ <use>ilbc</use>
+ <defaultenabled>yes</defaultenabled>
<support_level>core</support_level>
</member>
diff --git a/asterisk/build-enable-opus-vp8.patch b/asterisk/build-enable-opus-vp8.patch
new file mode 100644
index 0000000..198bd6f
--- /dev/null
+++ b/asterisk/build-enable-opus-vp8.patch
@@ -0,0 +1,26 @@
+--- asterisk-13.4.0/menuselect-tree.orig 2015-07-17 10:13:35.573458228 +0900
++++ asterisk-13.4.0/menuselect-tree 2015-07-17 10:15:02.369786388 +0900
+@@ -498,6 +498,7 @@
+ </member>
+ <member name="codec_opus" displayname="Opus Coder/Decoder" remove_on_change="codecs/codec_opus.o codecs/codec_opus.so">
+ <depend>opus</depend>
++ <defaultenabled>yes</defaultenabled>
+ <support_level>core</support_level>
+ </member>
+ <member name="codec_resample" displayname="SLIN Resampling Codec" remove_on_change="codecs/codec_resample.o codecs/codec_resample.so">
+@@ -563,6 +564,7 @@
+ </member>
+ <member name="format_vp8" displayname="Raw VP8 data" remove_on_change="formats/format_vp8.o formats/format_vp8.so">
+ <support_level>core</support_level>
++ <defaultenabled>yes</defaultenabled>
+ </member>
+ <member name="format_wav" displayname="Microsoft WAV/WAV16 format (8kHz/16kHz Signed Linear)" remove_on_change="formats/format_wav.o formats/format_wav.so">
+ <support_level>core</support_level>
+@@ -961,6 +963,7 @@
+ </member>
+ <member name="res_format_attr_opus" displayname="Opus Format Attribute Module" remove_on_change="res/res_format_attr_opus.o res/res_format_attr_opus.so">
+ <support_level>core</support_level>
++ <defaultenabled>yes</defaultenabled>
+ </member>
+ <member name="res_format_attr_silk" displayname="SILK Format Attribute Module" remove_on_change="res/res_format_attr_silk.o res/res_format_attr_silk.so">
+ <support_level>core</support_level>
1
0
commit 0b802b6aa07a6df38674b44aace53adbaafd67ee
Author: Alan Mizrahi <alan+crux(a)mizrahi.com.ve>
Date: Wed Aug 5 15:43:55 2015 +0900
jansson: initial commit version 2.7
diff --git a/jansson/.footprint b/jansson/.footprint
new file mode 100644
index 0000000..b554e08
--- /dev/null
+++ b/jansson/.footprint
@@ -0,0 +1,12 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/include/
+-rw-r--r-- root/root usr/include/jansson.h
+-rw-r--r-- root/root usr/include/jansson_config.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libjansson.a
+-rwxr-xr-x root/root usr/lib/libjansson.la
+lrwxrwxrwx root/root usr/lib/libjansson.so -> libjansson.so.4.7.0
+lrwxrwxrwx root/root usr/lib/libjansson.so.4 -> libjansson.so.4.7.0
+-rwxr-xr-x root/root usr/lib/libjansson.so.4.7.0
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/jansson.pc
diff --git a/jansson/.md5sum b/jansson/.md5sum
new file mode 100644
index 0000000..5630a5e
--- /dev/null
+++ b/jansson/.md5sum
@@ -0,0 +1 @@
+ffac352f9c5f80a6ae8145d451af2c0e jansson-2.7.tar.bz2
diff --git a/jansson/Pkgfile b/jansson/Pkgfile
new file mode 100644
index 0000000..b959dba
--- /dev/null
+++ b/jansson/Pkgfile
@@ -0,0 +1,20 @@
+# Description: C library for encoding, decoding and manipulating JSON data.
+# URL: http://www.digip.org/jansson/
+# Maintainer: Alan Mizrahi, alan at mizrahi dot com dot ve
+# Depends on:
+
+name=jansson
+version=2.7
+release=1
+source=(http://www.digip.org/$name/releases/$name-$version.tar.bz2)
+
+build() {
+ cd $name-$version
+
+ ./configure \
+ --prefix=/usr \
+ --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}
1
0