crux-commits
Threads by month
- ----- 2025 -----
- February
- 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
- 1 participants
- 74114 discussions
Author: sten
Date: 2006-04-11 12:23:11 +0200 (Tue, 11 Apr 2006)
New Revision: 1221
Added:
crux-2.2/ports/opt/htdig/
crux-2.2/ports/opt/htdig/.footprint
crux-2.2/ports/opt/htdig/.md5sum
crux-2.2/ports/opt/htdig/Pkgfile
Modified:
crux-2.2/ports/opt/boost/.md5sum
crux-2.2/ports/opt/boost/Pkgfile
crux-2.2/ports/opt/ffmpeg/.md5sum
crux-2.2/ports/opt/ffmpeg/Pkgfile
crux-2.2/ports/opt/koffice/.footprint
crux-2.2/ports/opt/koffice/.md5sum
crux-2.2/ports/opt/koffice/Pkgfile
Log:
htdig: initial import
Modified: crux-2.2/ports/opt/boost/.md5sum
===================================================================
--- crux-2.2/ports/opt/boost/.md5sum 2006-04-11 06:25:06 UTC (rev 1220)
+++ crux-2.2/ports/opt/boost/.md5sum 2006-04-11 10:23:11 UTC (rev 1221)
@@ -1 +1,2 @@
+379a8078dac540c2cb1c8a9f251db52a boost-1.33.1-gcc4.patch
2b999b2fb7798e1737d1fff8fac602ef boost_1_33_1.tar.bz2
Modified: crux-2.2/ports/opt/boost/Pkgfile
===================================================================
--- crux-2.2/ports/opt/boost/Pkgfile 2006-04-11 06:25:06 UTC (rev 1220)
+++ crux-2.2/ports/opt/boost/Pkgfile 2006-04-11 10:23:11 UTC (rev 1221)
@@ -7,10 +7,12 @@
name=boost
version=1.33.1
release=1
-source=(http://dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.bz2)
+source=(http://dl.sourceforge.net/sourceforge/boost/boost_1_33_1.tar.bz2 \
+ boost-1.33.1-gcc4.patch)
build() {
cd ${name}_1_33_1
+ patch -p1 -i $SRC/boost-1.33.1-gcc4.patch
cd tools/build/jam_src
./build.sh gcc
cd -
Modified: crux-2.2/ports/opt/ffmpeg/.md5sum
===================================================================
--- crux-2.2/ports/opt/ffmpeg/.md5sum 2006-04-11 06:25:06 UTC (rev 1220)
+++ crux-2.2/ports/opt/ffmpeg/.md5sum 2006-04-11 10:23:11 UTC (rev 1221)
@@ -1 +1,2 @@
f5ea3dd877c5df5b60356053642cf542 FFMpeg-20050806.tar.bz2
+2326543deff8ed04ac490a0e4a64c5bc ffmpeg-20060410.patch
Modified: crux-2.2/ports/opt/ffmpeg/Pkgfile
===================================================================
--- crux-2.2/ports/opt/ffmpeg/Pkgfile 2006-04-11 06:25:06 UTC (rev 1220)
+++ crux-2.2/ports/opt/ffmpeg/Pkgfile 2006-04-11 10:23:11 UTC (rev 1221)
@@ -5,17 +5,18 @@
# Depends on: imlib2, lame, libsdl, libvorbis, libogg, libxvid, faac
name=ffmpeg
-version=20050806
+version=20060410
release=1
-source=(http://www2.mplayerhq.hu/MPlayer/cvs/FFMpeg-$version.tar.bz2)
+source=(http://www2.mplayerhq.hu/MPlayer/cvs/FFMpeg-20050806.tar.bz2 \
+ ffmpeg-20060410.patch)
build() {
- cd FFMpeg-$version
+ cd FFMpeg-20050806
+ patch -p0 -i $SRC/ffmpeg-20060410.patch
./configure \
--prefix=/usr \
--enable-mp3lame \
--enable-libogg \
- --enable-ogg \
--enable-vorbis \
--enable-a52 \
--enable-xvid \
@@ -24,8 +25,7 @@
--enable-faac \
--enable-gpl \
--enable-shared \
- --enable-pp \
- --enable-shared-pp
+ --enable-pp
make
( cd doc; make ffmpeg.1 ffserver.1 ffplay.1 )
make install installlib \
Added: crux-2.2/ports/opt/htdig/.footprint
===================================================================
--- crux-2.2/ports/opt/htdig/.footprint (rev 0)
+++ crux-2.2/ports/opt/htdig/.footprint 2006-04-11 10:23:11 UTC (rev 1221)
@@ -0,0 +1,232 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/HtFileType
+-rwxr-xr-x root/root usr/bin/htdb_dump
+-rwxr-xr-x root/root usr/bin/htdb_load
+-rwxr-xr-x root/root usr/bin/htdb_stat
+-rwxr-xr-x root/root usr/bin/htdig
+-rwxr-xr-x root/root usr/bin/htdump
+-rwxr-xr-x root/root usr/bin/htfuzzy
+-rwxr-xr-x root/root usr/bin/htload
+-rwxr-xr-x root/root usr/bin/htmerge
+-rwxr-xr-x root/root usr/bin/htnotify
+-rwxr-xr-x root/root usr/bin/htpurge
+-rwxr-xr-x root/root usr/bin/htstat
+-rwxr-xr-x root/root usr/bin/rundig
+drwxr-xr-x root/root usr/cgi-bin/
+-rwxr-xr-x root/root usr/cgi-bin/htsearch
+-rwxr-xr-x root/root usr/cgi-bin/qtest
+drwxr-xr-x root/root usr/conf/
+-rw-r--r-- root/root usr/conf/HtFileType-magic.mime
+-rw-r--r-- root/root usr/conf/cookies.txt
+-rw-r--r-- root/root usr/conf/htdig.conf
+-rw-r--r-- root/root usr/conf/mime.types
+drwxr-xr-x root/root usr/htdocs/
+drwxr-xr-x root/root usr/htdocs/htdig/
+-rw-r--r-- root/root usr/htdocs/htdig/button1.gif
+-rw-r--r-- root/root usr/htdocs/htdig/button1.png
+-rw-r--r-- root/root usr/htdocs/htdig/button10.gif
+-rw-r--r-- root/root usr/htdocs/htdig/button10.png
+-rw-r--r-- root/root usr/htdocs/htdig/button2.gif
+-rw-r--r-- root/root usr/htdocs/htdig/button2.png
+-rw-r--r-- root/root usr/htdocs/htdig/button3.gif
+-rw-r--r-- root/root usr/htdocs/htdig/button3.png
+-rw-r--r-- root/root usr/htdocs/htdig/button4.gif
+-rw-r--r-- root/root usr/htdocs/htdig/button4.png
+-rw-r--r-- root/root usr/htdocs/htdig/button5.gif
+-rw-r--r-- root/root usr/htdocs/htdig/button5.png
+-rw-r--r-- root/root usr/htdocs/htdig/button6.gif
+-rw-r--r-- root/root usr/htdocs/htdig/button6.png
+-rw-r--r-- root/root usr/htdocs/htdig/button7.gif
+-rw-r--r-- root/root usr/htdocs/htdig/button7.png
+-rw-r--r-- root/root usr/htdocs/htdig/button8.gif
+-rw-r--r-- root/root usr/htdocs/htdig/button8.png
+-rw-r--r-- root/root usr/htdocs/htdig/button9.gif
+-rw-r--r-- root/root usr/htdocs/htdig/button9.png
+-rw-r--r-- root/root usr/htdocs/htdig/buttonl.gif
+-rw-r--r-- root/root usr/htdocs/htdig/buttonl.png
+-rw-r--r-- root/root usr/htdocs/htdig/buttonr.gif
+-rw-r--r-- root/root usr/htdocs/htdig/buttonr.png
+-rw-r--r-- root/root usr/htdocs/htdig/htdig.gif
+-rw-r--r-- root/root usr/htdocs/htdig/htdig.png
+-rw-r--r-- root/root usr/htdocs/htdig/search.html
+-rw-r--r-- root/root usr/htdocs/htdig/star.gif
+-rw-r--r-- root/root usr/htdocs/htdig/star.png
+-rw-r--r-- root/root usr/htdocs/htdig/star_blank.gif
+-rw-r--r-- root/root usr/htdocs/htdig/star_blank.png
+drwxr-xr-x root/root usr/include/
+drwxr-xr-x root/root usr/include/htdig/
+-rw-r--r-- root/root usr/include/htdig/Configuration.h
+-rw-r--r-- root/root usr/include/htdig/Connection.h
+-rw-r--r-- root/root usr/include/htdig/DB2_db.h
+-rw-r--r-- root/root usr/include/htdig/Database.h
+-rw-r--r-- root/root usr/include/htdig/Dictionary.h
+-rw-r--r-- root/root usr/include/htdig/HtCodec.h
+-rw-r--r-- root/root usr/include/htdig/HtCookie.h
+-rw-r--r-- root/root usr/include/htdig/HtCookieInFileJar.h
+-rw-r--r-- root/root usr/include/htdig/HtCookieJar.h
+-rw-r--r-- root/root usr/include/htdig/HtCookieMemJar.h
+-rw-r--r-- root/root usr/include/htdig/HtDateTime.h
+-rw-r--r-- root/root usr/include/htdig/HtFTP.h
+-rw-r--r-- root/root usr/include/htdig/HtFile.h
+-rw-r--r-- root/root usr/include/htdig/HtHTTP.h
+-rw-r--r-- root/root usr/include/htdig/HtHTTPBasic.h
+-rw-r--r-- root/root usr/include/htdig/HtHTTPSecure.h
+-rw-r--r-- root/root usr/include/htdig/HtHeap.h
+-rw-r--r-- root/root usr/include/htdig/HtMaxMin.h
+-rw-r--r-- root/root usr/include/htdig/HtNNTP.h
+-rw-r--r-- root/root usr/include/htdig/HtPack.h
+-rw-r--r-- root/root usr/include/htdig/HtRandom.h
+-rw-r--r-- root/root usr/include/htdig/HtRegex.h
+-rw-r--r-- root/root usr/include/htdig/HtRegexList.h
+-rw-r--r-- root/root usr/include/htdig/HtRegexReplace.h
+-rw-r--r-- root/root usr/include/htdig/HtRegexReplaceList.h
+-rw-r--r-- root/root usr/include/htdig/HtTime.h
+-rw-r--r-- root/root usr/include/htdig/HtVector.h
+-rw-r--r-- root/root usr/include/htdig/HtVectorGeneric.h
+-rw-r--r-- root/root usr/include/htdig/HtVectorGenericCode.h
+-rw-r--r-- root/root usr/include/htdig/HtVector_String.h
+-rw-r--r-- root/root usr/include/htdig/HtVector_int.h
+-rw-r--r-- root/root usr/include/htdig/HtWordCodec.h
+-rw-r--r-- root/root usr/include/htdig/HtWordType.h
+-rw-r--r-- root/root usr/include/htdig/IntObject.h
+-rw-r--r-- root/root usr/include/htdig/List.h
+-rw-r--r-- root/root usr/include/htdig/Object.h
+-rw-r--r-- root/root usr/include/htdig/ParsedString.h
+-rw-r--r-- root/root usr/include/htdig/Queue.h
+-rw-r--r-- root/root usr/include/htdig/QuotedStringList.h
+-rw-r--r-- root/root usr/include/htdig/SSLConnection.h
+-rw-r--r-- root/root usr/include/htdig/Stack.h
+-rw-r--r-- root/root usr/include/htdig/StringList.h
+-rw-r--r-- root/root usr/include/htdig/StringMatch.h
+-rw-r--r-- root/root usr/include/htdig/Transport.h
+-rw-r--r-- root/root usr/include/htdig/WordBitCompress.h
+-rw-r--r-- root/root usr/include/htdig/WordCaseIsAStatements.h
+-rw-r--r-- root/root usr/include/htdig/WordContext.h
+-rw-r--r-- root/root usr/include/htdig/WordCursor.h
+-rw-r--r-- root/root usr/include/htdig/WordDB.h
+-rw-r--r-- root/root usr/include/htdig/WordDBCompress.h
+-rw-r--r-- root/root usr/include/htdig/WordDBInfo.h
+-rw-r--r-- root/root usr/include/htdig/WordDBPage.h
+-rw-r--r-- root/root usr/include/htdig/WordKey.h
+-rw-r--r-- root/root usr/include/htdig/WordKeyInfo.h
+-rw-r--r-- root/root usr/include/htdig/WordList.h
+-rw-r--r-- root/root usr/include/htdig/WordMonitor.h
+-rw-r--r-- root/root usr/include/htdig/WordRecord.h
+-rw-r--r-- root/root usr/include/htdig/WordRecordInfo.h
+-rw-r--r-- root/root usr/include/htdig/WordReference.h
+-rw-r--r-- root/root usr/include/htdig/WordStat.h
+-rw-r--r-- root/root usr/include/htdig/WordType.h
+-rw-r--r-- root/root usr/include/htdig/ber.h
+-rw-r--r-- root/root usr/include/htdig/clib.h
+-rw-r--r-- root/root usr/include/htdig/good_strtok.h
+-rw-r--r-- root/root usr/include/htdig/gregex.h
+-rw-r--r-- root/root usr/include/htdig/htString.h
+-rw-r--r-- root/root usr/include/htdig/htconfig.h
+-rw-r--r-- root/root usr/include/htdig/lib.h
+-rw-r--r-- root/root usr/include/htdig/libdefs.h
+-rw-r--r-- root/root usr/include/htdig/md5.h
+-rw-r--r-- root/root usr/include/htdig/mhash_md5.h
+-rw-r--r-- root/root usr/include/htdig/myqsort.h
+drwxr-xr-x root/root usr/include/htdig_db/
+-rw-r--r-- root/root usr/include/htdig_db/btree.h
+-rw-r--r-- root/root usr/include/htdig_db/btree_auto.h
+-rw-r--r-- root/root usr/include/htdig_db/btree_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/common_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/crdel_auto.h
+-rw-r--r-- root/root usr/include/htdig_db/db.h
+-rw-r--r-- root/root usr/include/htdig_db/db_am.h
+-rw-r--r-- root/root usr/include/htdig_db/db_auto.h
+-rw-r--r-- root/root usr/include/htdig_db/db_config.h
+-rw-r--r-- root/root usr/include/htdig_db/db_dispatch.h
+-rw-r--r-- root/root usr/include/htdig_db/db_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/db_int.h
+-rw-r--r-- root/root usr/include/htdig_db/db_join.h
+-rw-r--r-- root/root usr/include/htdig_db/db_page.h
+-rw-r--r-- root/root usr/include/htdig_db/db_shash.h
+-rw-r--r-- root/root usr/include/htdig_db/db_swap.h
+-rw-r--r-- root/root usr/include/htdig_db/debug.h
+-rw-r--r-- root/root usr/include/htdig_db/env_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/hash.h
+-rw-r--r-- root/root usr/include/htdig_db/hash_auto.h
+-rw-r--r-- root/root usr/include/htdig_db/hash_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/lock.h
+-rw-r--r-- root/root usr/include/htdig_db/lock_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/log.h
+-rw-r--r-- root/root usr/include/htdig_db/log_auto.h
+-rw-r--r-- root/root usr/include/htdig_db/log_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/mp.h
+-rw-r--r-- root/root usr/include/htdig_db/mp_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/mutex.h
+-rw-r--r-- root/root usr/include/htdig_db/mutex_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/os.h
+-rw-r--r-- root/root usr/include/htdig_db/os_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/os_jump.h
+-rw-r--r-- root/root usr/include/htdig_db/qam.h
+-rw-r--r-- root/root usr/include/htdig_db/qam_auto.h
+-rw-r--r-- root/root usr/include/htdig_db/qam_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/queue.h
+-rw-r--r-- root/root usr/include/htdig_db/region.h
+-rw-r--r-- root/root usr/include/htdig_db/shqueue.h
+-rw-r--r-- root/root usr/include/htdig_db/txn.h
+-rw-r--r-- root/root usr/include/htdig_db/txn_auto.h
+-rw-r--r-- root/root usr/include/htdig_db/txn_ext.h
+-rw-r--r-- root/root usr/include/htdig_db/xa.h
+-rw-r--r-- root/root usr/include/htdig_db/xa_ext.h
+drwxr-xr-x root/root usr/lib/
+drwxr-xr-x root/root usr/lib/htdig/
+-rwxr-xr-x root/root usr/lib/htdig/libcommon-3.2.0.so
+-rw-r--r-- root/root usr/lib/htdig/libcommon.a
+-rwxr-xr-x root/root usr/lib/htdig/libcommon.la
+lrwxrwxrwx root/root usr/lib/htdig/libcommon.so -> libcommon-3.2.0.so
+-rwxr-xr-x root/root usr/lib/htdig/libfuzzy-3.2.0.so
+-rw-r--r-- root/root usr/lib/htdig/libfuzzy.a
+-rwxr-xr-x root/root usr/lib/htdig/libfuzzy.la
+lrwxrwxrwx root/root usr/lib/htdig/libfuzzy.so -> libfuzzy-3.2.0.so
+-rwxr-xr-x root/root usr/lib/htdig/libht-3.2.0.so
+-rw-r--r-- root/root usr/lib/htdig/libht.a
+-rwxr-xr-x root/root usr/lib/htdig/libht.la
+lrwxrwxrwx root/root usr/lib/htdig/libht.so -> libht-3.2.0.so
+-rwxr-xr-x root/root usr/lib/htdig/libhtnet-3.2.0.so
+-rw-r--r-- root/root usr/lib/htdig/libhtnet.a
+-rwxr-xr-x root/root usr/lib/htdig/libhtnet.la
+lrwxrwxrwx root/root usr/lib/htdig/libhtnet.so -> libhtnet-3.2.0.so
+-rwxr-xr-x root/root usr/lib/htdig/libhtword-3.2.0.so
+-rw-r--r-- root/root usr/lib/htdig/libhtword.a
+-rwxr-xr-x root/root usr/lib/htdig/libhtword.la
+lrwxrwxrwx root/root usr/lib/htdig/libhtword.so -> libhtword-3.2.0.so
+drwxr-xr-x root/root usr/lib/htdig_db/
+-rwxr-xr-x root/root usr/lib/htdig_db/libhtdb-3.2.0.so
+-rw-r--r-- root/root usr/lib/htdig_db/libhtdb.a
+-rwxr-xr-x root/root usr/lib/htdig_db/libhtdb.la
+lrwxrwxrwx root/root usr/lib/htdig_db/libhtdb.so -> libhtdb-3.2.0.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/htdig-pdfparser.1.gz
+-rw-r--r-- root/root usr/man/man1/htdig.1.gz
+-rw-r--r-- root/root usr/man/man1/htdump.1.gz
+-rw-r--r-- root/root usr/man/man1/htfuzzy.1.gz
+-rw-r--r-- root/root usr/man/man1/htload.1.gz
+-rw-r--r-- root/root usr/man/man1/htmerge.1.gz
+-rw-r--r-- root/root usr/man/man1/htnotify.1.gz
+-rw-r--r-- root/root usr/man/man1/htpurge.1.gz
+-rw-r--r-- root/root usr/man/man1/htsearch.1.gz
+-rw-r--r-- root/root usr/man/man1/htstat.1.gz
+-rw-r--r-- root/root usr/man/man1/rundig.1.gz
+drwxr-xr-x root/root usr/man/man8/
+-rw-r--r-- root/root usr/man/man8/htdigconfig.8.gz
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/htdig/
+-rw-r--r-- root/root usr/share/htdig/bad_words
+-rw-r--r-- root/root usr/share/htdig/english.0
+-rw-r--r-- root/root usr/share/htdig/english.aff
+-rw-r--r-- root/root usr/share/htdig/footer.html
+-rw-r--r-- root/root usr/share/htdig/header.html
+-rw-r--r-- root/root usr/share/htdig/long.html
+-rw-r--r-- root/root usr/share/htdig/nomatch.html
+-rw-r--r-- root/root usr/share/htdig/short.html
+-rw-r--r-- root/root usr/share/htdig/synonyms
+-rw-r--r-- root/root usr/share/htdig/syntax.html
+-rw-r--r-- root/root usr/share/htdig/wrapper.html
+drwxr-xr-x root/root usr/var/
+drwxr-xr-x root/root usr/var/htdig/
Added: crux-2.2/ports/opt/htdig/.md5sum
===================================================================
--- crux-2.2/ports/opt/htdig/.md5sum (rev 0)
+++ crux-2.2/ports/opt/htdig/.md5sum 2006-04-11 10:23:11 UTC (rev 1221)
@@ -0,0 +1 @@
+8a6952f5b97e305dbb7489045bad220f htdig-3.2.0b6.tar.gz
Added: crux-2.2/ports/opt/htdig/Pkgfile
===================================================================
--- crux-2.2/ports/opt/htdig/Pkgfile (rev 0)
+++ crux-2.2/ports/opt/htdig/Pkgfile 2006-04-11 10:23:11 UTC (rev 1221)
@@ -0,0 +1,17 @@
+# Description: a complete HTML indexing and searching system
+# URL: http://www.htdig.org/
+# Maintainer: sten, nick dot steeves at shaw dot ca
+# Packager:
+
+name=htdig
+version=3.2.0b6
+release=1
+source=(http://www.htdig.org/files/htdig-$version.tar.gz)
+
+build() {
+ cd $name-$version
+ ./configure --prefix=/usr \
+ --disable-debug
+ make
+ make DESTDIR=$PKG install
+}
Modified: crux-2.2/ports/opt/koffice/.footprint
===================================================================
--- crux-2.2/ports/opt/koffice/.footprint 2006-04-11 06:25:06 UTC (rev 1220)
+++ crux-2.2/ports/opt/koffice/.footprint 2006-04-11 10:23:11 UTC (rev 1221)
@@ -3,16 +3,15 @@
-rwxr-xr-x root/root usr/bin/karbon
-rwxr-xr-x root/root usr/bin/kchart
-rwxr-xr-x root/root usr/bin/kexi
--rwxr-xr-x root/root usr/bin/keximigratetest
--rwxr-xr-x root/root usr/bin/kformdesigner
-rwxr-xr-x root/root usr/bin/kformula
-rwxr-xr-x root/root usr/bin/kivio
-rwxr-xr-x root/root usr/bin/koconverter
--rwxr-xr-x root/root usr/bin/koscript
-rwxr-xr-x root/root usr/bin/koshell
+-rwxr-xr-x root/root usr/bin/kplato
-rwxr-xr-x root/root usr/bin/kprconverter.pl
-rwxr-xr-x root/root usr/bin/kpresenter
-rwxr-xr-x root/root usr/bin/krita
+-rwxr-xr-x root/root usr/bin/krossrunner
-rwxr-xr-x root/root usr/bin/kspread
-rwxr-xr-x root/root usr/bin/ksqlite
-rwxr-xr-x root/root usr/bin/ksqlite2
@@ -24,7 +23,7 @@
drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/KDChartAxisParams.h
-rw-r--r-- root/root usr/include/KDChartCustomBox.h
--rw-r--r-- root/root usr/include/KDChartData.h
+-rw-r--r-- root/root usr/include/KDChartDataIntern.h
-rw-r--r-- root/root usr/include/KDChartDataRegion.h
-rw-r--r-- root/root usr/include/KDChartEnums.h
-rw-r--r-- root/root usr/include/KDChartGlobal.h
@@ -38,12 +37,79 @@
-rw-r--r-- root/root usr/include/KDChartWidget.h
-rw-r--r-- root/root usr/include/KDFrame.h
-rw-r--r-- root/root usr/include/KDFrameProfileSection.h
+-rw-r--r-- root/root usr/include/KoApplication.h
-rw-r--r-- root/root usr/include/KoApplicationIface.h
+-rw-r--r-- root/root usr/include/KoBrush.h
+-rw-r--r-- root/root usr/include/KoCharSelectDia.h
+-rw-r--r-- root/root usr/include/KoChild.h
+-rw-r--r-- root/root usr/include/KoCommandHistory.h
+-rw-r--r-- root/root usr/include/KoContainerHandler.h
+-rw-r--r-- root/root usr/include/KoContextCelp.h
+-rw-r--r-- root/root usr/include/KoDocument.h
+-rw-r--r-- root/root usr/include/KoDocumentChild.h
-rw-r--r-- root/root usr/include/KoDocumentIface.h
+-rw-r--r-- root/root usr/include/KoDocumentInfo.h
+-rw-r--r-- root/root usr/include/KoDocumentInfoDlg.h
+-rw-r--r-- root/root usr/include/KoDom.h
+-rw-r--r-- root/root usr/include/KoEditPath.h
+-rw-r--r-- root/root usr/include/KoFactory.h
+-rw-r--r-- root/root usr/include/KoFilter.h
+-rw-r--r-- root/root usr/include/KoFilterChain.h
+-rw-r--r-- root/root usr/include/KoFilterManager.h
+-rw-r--r-- root/root usr/include/KoFrame.h
+-rw-r--r-- root/root usr/include/KoGenStyles.h
+-rw-r--r-- root/root usr/include/KoGeneralPropertyUi.h
+-rw-r--r-- root/root usr/include/KoGlobal.h
+-rw-r--r-- root/root usr/include/KoGuideLineDia.h
+-rw-r--r-- root/root usr/include/KoGuides.h
+-rw-r--r-- root/root usr/include/KoImageResource.h
+-rw-r--r-- root/root usr/include/KoInsertLink.h
+-rw-r--r-- root/root usr/include/KoKoolBar.h
+-rw-r--r-- root/root usr/include/KoMainWindow.h
-rw-r--r-- root/root usr/include/KoMainWindowIface.h
+-rw-r--r-- root/root usr/include/KoOasisLoadingContext.h
+-rw-r--r-- root/root usr/include/KoOasisSettings.h
+-rw-r--r-- root/root usr/include/KoOasisStyles.h
+-rw-r--r-- root/root usr/include/KoOpenPane.h
+-rw-r--r-- root/root usr/include/KoPageLayout.h
+-rw-r--r-- root/root usr/include/KoPageLayoutColumns.h
+-rw-r--r-- root/root usr/include/KoPageLayoutDia.h
+-rw-r--r-- root/root usr/include/KoPageLayoutHeader.h
+-rw-r--r-- root/root usr/include/KoPageLayoutSize.h
+-rw-r--r-- root/root usr/include/KoPartSelectAction.h
+-rw-r--r-- root/root usr/include/KoPartSelectDia.h
+-rw-r--r-- root/root usr/include/KoPen.h
+-rw-r--r-- root/root usr/include/KoPicture.h
+-rw-r--r-- root/root usr/include/KoPictureCollection.h
+-rw-r--r-- root/root usr/include/KoPictureFilePreview.h
+-rw-r--r-- root/root usr/include/KoPictureKey.h
+-rw-r--r-- root/root usr/include/KoPoint.h
+-rw-r--r-- root/root usr/include/KoQueryTrader.h
+-rw-r--r-- root/root usr/include/KoRuler.h
+-rw-r--r-- root/root usr/include/KoSelectAction.h
+-rw-r--r-- root/root usr/include/KoSpeaker.h
+-rw-r--r-- root/root usr/include/KoStore.h
+-rw-r--r-- root/root usr/include/KoStoreDevice.h
+-rw-r--r-- root/root usr/include/KoStyleStack.h
+-rw-r--r-- root/root usr/include/KoTabBar.h
+-rw-r--r-- root/root usr/include/KoTabChooser.h
+-rw-r--r-- root/root usr/include/KoTemplateChooseDia.h
+-rw-r--r-- root/root usr/include/KoTemplateCreateDia.h
+-rw-r--r-- root/root usr/include/KoTooluButton.h
+-rw-r--r-- root/root usr/include/KoUnit.h
+-rw-r--r-- root/root usr/include/KoUnitWidgets.h
+-rw-r--r-- root/root usr/include/KoView.h
-rw-r--r-- root/root usr/include/KoViewIface.h
--rw-r--r-- root/root usr/include/handler.h
+-rw-r--r-- root/root usr/include/KoXmlNS.h
+-rw-r--r-- root/root usr/include/KoXmlWriter.h
+-rw-r--r-- root/root usr/include/KoZoomAction.h
+-rw-r--r-- root/root usr/include/KoZoomHandler.h
+-rw-r--r-- root/root usr/include/KoZoomMode.h
+-rw-r--r-- root/root usr/include/Kolinestyleaction.h
+-rw-r--r-- root/root usr/include/Kolinewidthaction.h
+-rw-r--r-- root/root usr/include/Koversiondialog.h
-rw-r--r-- root/root usr/include/kcoloractions.h
+-rw-r--r-- root/root usr/include/kdchart_export.h
drwxr-xr-x root/root usr/include/kexidb/
-rw-r--r-- root/root usr/include/kexidb/connection.h
-rw-r--r-- root/root usr/include/kexidb/connectiondata.h
@@ -58,96 +124,169 @@
-rw-r--r-- root/root usr/include/kexidb/indexschema.h
-rw-r--r-- root/root usr/include/kexidb/kexidb_export.h
-rw-r--r-- root/root usr/include/kexidb/keximigrate.h
+-rw-r--r-- root/root usr/include/kexidb/keximigratedata.h
-rw-r--r-- root/root usr/include/kexidb/migratemanager.h
-rw-r--r-- root/root usr/include/kexidb/object.h
-rw-r--r-- root/root usr/include/kexidb/parser.h
+-rw-r--r-- root/root usr/include/kexidb/preparedstatement.h
-rw-r--r-- root/root usr/include/kexidb/queryschema.h
-rw-r--r-- root/root usr/include/kexidb/relationship.h
-rw-r--r-- root/root usr/include/kexidb/schemadata.h
-rw-r--r-- root/root usr/include/kexidb/tableschema.h
-rw-r--r-- root/root usr/include/kexidb/transaction.h
--rw-r--r-- root/root usr/include/kexidb/tristate.h
--rw-r--r-- root/root usr/include/koApplication.h
--rw-r--r-- root/root usr/include/koCharSelectDia.h
+drwxr-xr-x root/root usr/include/kexiutils/
+-rw-r--r-- root/root usr/include/kexiutils/identifier.h
+-rw-r--r-- root/root usr/include/kexiutils/kexiutils_export.h
+-rw-r--r-- root/root usr/include/kexiutils/tristate.h
+-rw-r--r-- root/root usr/include/kexiutils/utils.h
+-rw-r--r-- root/root usr/include/kexiutils/validator.h
+-rw-r--r-- root/root usr/include/kis_adjustment_layer.h
+-rw-r--r-- root/root usr/include/kis_alpha_mask.h
+-rw-r--r-- root/root usr/include/kis_annotation.h
+-rw-r--r-- root/root usr/include/kis_autobrush_resource.h
+-rw-r--r-- root/root usr/include/kis_autogradient_resource.h
+-rw-r--r-- root/root usr/include/kis_background.h
+-rw-r--r-- root/root usr/include/kis_basic_histogram_producers.h
+-rw-r--r-- root/root usr/include/kis_boundary.h
+-rw-r--r-- root/root usr/include/kis_brush.h
+-rw-r--r-- root/root usr/include/kis_canvas_controller.h
+-rw-r--r-- root/root usr/include/kis_canvas_observer.h
+-rw-r--r-- root/root usr/include/kis_canvas_subject.h
+-rw-r--r-- root/root usr/include/kis_channelinfo.h
+-rw-r--r-- root/root usr/include/kis_cmb_composite.h
+-rw-r--r-- root/root usr/include/kis_cmb_idlist.h
+-rw-r--r-- root/root usr/include/kis_color.h
+-rw-r--r-- root/root usr/include/kis_color_cup.h
+-rw-r--r-- root/root usr/include/kis_colorspace.h
+-rw-r--r-- root/root usr/include/kis_command.h
+-rw-r--r-- root/root usr/include/kis_composite_op.h
+-rw-r--r-- root/root usr/include/kis_config.h
+-rw-r--r-- root/root usr/include/kis_convolution_painter.h
+-rw-r--r-- root/root usr/include/kis_cursor.h
+-rw-r--r-- root/root usr/include/kis_doc.h
+-rw-r--r-- root/root usr/include/kis_doc_iface.h
+-rw-r--r-- root/root usr/include/kis_double_click_event.h
+-rw-r--r-- root/root usr/include/kis_double_widget.h
+-rw-r--r-- root/root usr/include/kis_exif_info.h
+-rw-r--r-- root/root usr/include/kis_exif_value.h
+-rw-r--r-- root/root usr/include/kis_f16half_base_colorspace.h
+-rw-r--r-- root/root usr/include/kis_f32_base_colorspace.h
+-rw-r--r-- root/root usr/include/kis_fill_painter.h
+-rw-r--r-- root/root usr/include/kis_filter.h
+-rw-r--r-- root/root usr/include/kis_filter_config_widget.h
+-rw-r--r-- root/root usr/include/kis_filter_configuration.h
+-rw-r--r-- root/root usr/include/kis_filter_manager.h
+-rw-r--r-- root/root usr/include/kis_filter_registry.h
+-rw-r--r-- root/root usr/include/kis_filters_listview.h
+-rw-r--r-- root/root usr/include/kis_generic_registry.h
+-rw-r--r-- root/root usr/include/kis_global.h
+-rw-r--r-- root/root usr/include/kis_gradient.h
+-rw-r--r-- root/root usr/include/kis_gradient_chooser.h
+-rw-r--r-- root/root usr/include/kis_gradient_painter.h
+-rw-r--r-- root/root usr/include/kis_gradient_slider_widget.h
+-rw-r--r-- root/root usr/include/kis_histogram.h
+-rw-r--r-- root/root usr/include/kis_histogram_producer.h
+-rw-r--r-- root/root usr/include/kis_histogram_view.h
+-rw-r--r-- root/root usr/include/kis_icon_item.h
+-rw-r--r-- root/root usr/include/kis_iconwidget.h
+-rw-r--r-- root/root usr/include/kis_id.h
+-rw-r--r-- root/root usr/include/kis_image.h
+-rw-r--r-- root/root usr/include/kis_image_iface.h
+-rw-r--r-- root/root usr/include/kis_imagepipe_brush.h
+-rw-r--r-- root/root usr/include/kis_input_device.h
+-rw-r--r-- root/root usr/include/kis_int_spinbox.h
+-rw-r--r-- root/root usr/include/kis_integer_maths.h
+-rw-r--r-- root/root usr/include/kis_itemchooser.h
+-rw-r--r-- root/root usr/include/kis_iterator.h
+-rw-r--r-- root/root usr/include/kis_iteratorpixeltrait.h
+-rw-r--r-- root/root usr/include/kis_iterators_pixel.h
+-rw-r--r-- root/root usr/include/kis_label_zoom.h
+-rw-r--r-- root/root usr/include/kis_layer.h
+-rw-r--r-- root/root usr/include/kis_layerbox.h
+-rw-r--r-- root/root usr/include/kis_layerlist.h
+-rw-r--r-- root/root usr/include/kis_matrix_widget.ui.h
+-rw-r--r-- root/root usr/include/kis_meta_registry.h
+-rw-r--r-- root/root usr/include/kis_move_event.h
+-rw-r--r-- root/root usr/include/kis_multi_bool_filter_widget.h
+-rw-r--r-- root/root usr/include/kis_multi_double_filter_widget.h
+-rw-r--r-- root/root usr/include/kis_multi_integer_filter_widget.h
+-rw-r--r-- root/root usr/include/kis_nameserver.h
+-rw-r--r-- root/root usr/include/kis_paint_device.h
+-rw-r--r-- root/root usr/include/kis_paint_device_iface.h
+-rw-r--r-- root/root usr/include/kis_painter.h
+-rw-r--r-- root/root usr/include/kis_paintop.h
+-rw-r--r-- root/root usr/include/kis_paintop_box.h
+-rw-r--r-- root/root usr/include/kis_paintop_registry.h
+-rw-r--r-- root/root usr/include/kis_palette.h
+-rw-r--r-- root/root usr/include/kis_palette_widget.h
+-rw-r--r-- root/root usr/include/kis_pattern.h
+-rw-r--r-- root/root usr/include/kis_point.h
+-rw-r--r-- root/root usr/include/kis_previewdialog.h
+-rw-r--r-- root/root usr/include/kis_previewwidget.h
+-rw-r--r-- root/root usr/include/kis_profile.h
+-rw-r--r-- root/root usr/include/kis_progress_display_interface.h
+-rw-r--r-- root/root usr/include/kis_progress_subject.h
+-rw-r--r-- root/root usr/include/kis_rect.h
+-rw-r--r-- root/root usr/include/kis_resource.h
+-rw-r--r-- root/root usr/include/kis_selection.h
+-rw-r--r-- root/root usr/include/kis_shared_ptr_vector.h
+-rw-r--r-- root/root usr/include/kis_tileddatamanager.h
+-rw-r--r-- root/root usr/include/kis_tool.h
+-rw-r--r-- root/root usr/include/kis_tool_controller.h
+-rw-r--r-- root/root usr/include/kis_tool_dummy.h
+-rw-r--r-- root/root usr/include/kis_tool_factory.h
+-rw-r--r-- root/root usr/include/kis_tool_freehand.h
+-rw-r--r-- root/root usr/include/kis_tool_manager.h
+-rw-r--r-- root/root usr/include/kis_tool_non_paint.h
+-rw-r--r-- root/root usr/include/kis_tool_paint.h
+-rw-r--r-- root/root usr/include/kis_tool_registry.h
+-rw-r--r-- root/root usr/include/kis_tool_types.h
+-rw-r--r-- root/root usr/include/kis_transaction.h
+-rw-r--r-- root/root usr/include/kis_types.h
+-rw-r--r-- root/root usr/include/kis_u16_base_colorspace.h
+-rw-r--r-- root/root usr/include/kis_u8_base_colorspace.h
+-rw-r--r-- root/root usr/include/kis_undo_adapter.h
+-rw-r--r-- root/root usr/include/kis_vec.h
+-rw-r--r-- root/root usr/include/kis_view.h
+-rw-r--r-- root/root usr/include/kkbdaccessextensions.h
-rw-r--r-- root/root usr/include/koChart.h
--rw-r--r-- root/root usr/include/koChild.h
--rw-r--r-- root/root usr/include/koDocument.h
--rw-r--r-- root/root usr/include/koDocumentChild.h
--rw-r--r-- root/root usr/include/koDocumentInfo.h
--rw-r--r-- root/root usr/include/koDocumentInfoDlg.h
--rw-r--r-- root/root usr/include/koFactory.h
--rw-r--r-- root/root usr/include/koFilter.h
--rw-r--r-- root/root usr/include/koFilterChain.h
--rw-r--r-- root/root usr/include/koFilterManager.h
--rw-r--r-- root/root usr/include/koFrame.h
--rw-r--r-- root/root usr/include/koGenStyles.h
--rw-r--r-- root/root usr/include/koGlobal.h
--rw-r--r-- root/root usr/include/koInsertLink.h
--rw-r--r-- root/root usr/include/koKoolBar.h
--rw-r--r-- root/root usr/include/koMainWindow.h
--rw-r--r-- root/root usr/include/koOasisSettings.h
--rw-r--r-- root/root usr/include/koOasisStyles.h
--rw-r--r-- root/root usr/include/koPageLayout.h
--rw-r--r-- root/root usr/include/koPageLayoutDia.h
--rw-r--r-- root/root usr/include/koPartSelectAction.h
--rw-r--r-- root/root usr/include/koPartSelectDia.h
--rw-r--r-- root/root usr/include/koPicture.h
--rw-r--r-- root/root usr/include/koPictureCollection.h
--rw-r--r-- root/root usr/include/koPictureFilePreview.h
--rw-r--r-- root/root usr/include/koPictureKey.h
--rw-r--r-- root/root usr/include/koPoint.h
--rw-r--r-- root/root usr/include/koQueryTrader.h
--rw-r--r-- root/root usr/include/koRect.h
--rw-r--r-- root/root usr/include/koRuler.h
--rw-r--r-- root/root usr/include/koSize.h
--rw-r--r-- root/root usr/include/koStore.h
--rw-r--r-- root/root usr/include/koStoreDevice.h
--rw-r--r-- root/root usr/include/koStyleStack.h
--rw-r--r-- root/root usr/include/koTabChooser.h
--rw-r--r-- root/root usr/include/koTemplateChooseDia.h
--rw-r--r-- root/root usr/include/koTemplateCreateDia.h
--rw-r--r-- root/root usr/include/koToolBox.h
--rw-r--r-- root/root usr/include/koUnit.h
--rw-r--r-- root/root usr/include/koUnitWidgets.h
--rw-r--r-- root/root usr/include/koView.h
--rw-r--r-- root/root usr/include/kocommandhistory.h
--rw-r--r-- root/root usr/include/kocontexthelp.h
--rw-r--r-- root/root usr/include/kodom.h
--rw-r--r-- root/root usr/include/koeditpath.h
+-rw-r--r-- root/root usr/include/kobirdeyepanel.h
-rw-r--r-- root/root usr/include/koffice_export.h
-rw-r--r-- root/root usr/include/kofficeversion.h
--rw-r--r-- root/root usr/include/kolinestyleaction.h
--rw-r--r-- root/root usr/include/kolinewidthaction.h
--rw-r--r-- root/root usr/include/koselectaction.h
--rw-r--r-- root/root usr/include/kotabbar.h
--rw-r--r-- root/root usr/include/kotoolbutton.h
--rw-r--r-- root/root usr/include/kotooldockbase.h
--rw-r--r-- root/root usr/include/kotooldockmanager.h
--rw-r--r-- root/root usr/include/kotooldockmovemanager.h
--rw-r--r-- root/root usr/include/koversiondialog.h
--rw-r--r-- root/root usr/include/koxmlns.h
--rw-r--r-- root/root usr/include/koxmlwriter.h
--rw-r--r-- root/root usr/include/kozoomaction.h
--rw-r--r-- root/root usr/include/kreportviewer.h
--rw-r--r-- root/root usr/include/kugar.h
--rw-r--r-- root/root usr/include/kugarqt.h
+-rw-r--r-- root/root usr/include/kopalettemanager.h
+drwxr-xr-x root/root usr/include/kross/
+drwxr-xr-x root/root usr/include/kross/api/
+-rw-r--r-- root/root usr/include/kross/api/argument.h
+-rw-r--r-- root/root usr/include/kross/api/callable.h
+-rw-r--r-- root/root usr/include/kross/api/class.h
+-rw-r--r-- root/root usr/include/kross/api/dict.h
+-rw-r--r-- root/root usr/include/kross/api/event.h
+-rw-r--r-- root/root usr/include/kross/api/eventaction.h
+-rw-r--r-- root/root usr/include/kross/api/eventscript.h
+-rw-r--r-- root/root usr/include/kross/api/eventsignal.h
+-rw-r--r-- root/root usr/include/kross/api/eventslot.h
+-rw-r--r-- root/root usr/include/kross/api/exception.h
+-rw-r--r-- root/root usr/include/kross/api/function.h
+-rw-r--r-- root/root usr/include/kross/api/interpreter.h
+-rw-r--r-- root/root usr/include/kross/api/list.h
+-rw-r--r-- root/root usr/include/kross/api/module.h
+-rw-r--r-- root/root usr/include/kross/api/object.h
+-rw-r--r-- root/root usr/include/kross/api/proxy.h
+-rw-r--r-- root/root usr/include/kross/api/qtobject.h
+-rw-r--r-- root/root usr/include/kross/api/script.h
+-rw-r--r-- root/root usr/include/kross/api/value.h
+-rw-r--r-- root/root usr/include/kross/api/variant.h
+drwxr-xr-x root/root usr/include/kross/main/
+-rw-r--r-- root/root usr/include/kross/main/krossconfig.h
+-rw-r--r-- root/root usr/include/kross/main/mainmodule.h
+-rw-r--r-- root/root usr/include/kross/main/manager.h
+-rw-r--r-- root/root usr/include/kross/main/scriptaction.h
+-rw-r--r-- root/root usr/include/kross/main/scriptcontainer.h
+-rw-r--r-- root/root usr/include/kross/main/scriptguiclient.h
+-rw-r--r-- root/root usr/include/kross/main/wdgscriptsmanager.h
+-rw-r--r-- root/root usr/include/kross/main/wdgscriptsmanagerbase.h
drwxr-xr-x root/root usr/include/kword/
--rw-r--r-- root/root usr/include/kword/mailmerge_interface.h
--rw-r--r-- root/root usr/include/mcalcobject.h
--rw-r--r-- root/root usr/include/mdatabasereportengine.h
--rw-r--r-- root/root usr/include/mfieldobject.h
--rw-r--r-- root/root usr/include/mlabelobject.h
--rw-r--r-- root/root usr/include/mlineobject.h
--rw-r--r-- root/root usr/include/mpagecollection.h
--rw-r--r-- root/root usr/include/mpagedisplay.h
--rw-r--r-- root/root usr/include/mreportdetail.h
--rw-r--r-- root/root usr/include/mreportengine.h
--rw-r--r-- root/root usr/include/mreportobject.h
--rw-r--r-- root/root usr/include/mreportsection.h
--rw-r--r-- root/root usr/include/mreportviewer.h
--rw-r--r-- root/root usr/include/mspecialobject.h
--rw-r--r-- root/root usr/include/mutil.h
--rw-r--r-- root/root usr/include/sqlcursor.h
+-rw-r--r-- root/root usr/include/kword/KWMailMergeDataSource.h
-rw-r--r-- root/root usr/include/tkaction.h
-rw-r--r-- root/root usr/include/tkcoloractions.h
-rw-r--r-- root/root usr/include/tkcombobox.h
@@ -156,10 +295,10 @@
drwxr-xr-x root/root usr/lib/kde3/
-rwxr-xr-x root/root usr/lib/kde3/clipartthumbnail.la
-rwxr-xr-x root/root usr/lib/kde3/clipartthumbnail.so
--rwxr-xr-x root/root usr/lib/kde3/containers.la
--rwxr-xr-x root/root usr/lib/kde3/containers.so
-rwxr-xr-x root/root usr/lib/kde3/karbon.la
-rwxr-xr-x root/root usr/lib/kde3/karbon.so
+-rwxr-xr-x root/root usr/lib/kde3/karbon_defaulttools.la
+-rwxr-xr-x root/root usr/lib/kde3/karbon_defaulttools.so
-rwxr-xr-x root/root usr/lib/kde3/karbon_flattenpathplugin.la
-rwxr-xr-x root/root usr/lib/kde3/karbon_flattenpathplugin.so
-rwxr-xr-x root/root usr/lib/kde3/karbon_imagetoolplugin.la
@@ -182,8 +321,8 @@
-rwxr-xr-x root/root usr/lib/kde3/kexidb_sqlite2driver.so
-rwxr-xr-x root/root usr/lib/kde3/kexidb_sqlite3driver.la
-rwxr-xr-x root/root usr/lib/kde3/kexidb_sqlite3driver.so
--rwxr-xr-x root/root usr/lib/kde3/kexidbwidgets.la
--rwxr-xr-x root/root usr/lib/kde3/kexidbwidgets.so
+-rwxr-xr-x root/root usr/lib/kde3/kexihandler_csv_importexport.la
+-rwxr-xr-x root/root usr/lib/kde3/kexihandler_csv_importexport.so
-rwxr-xr-x root/root usr/lib/kde3/kexihandler_form.la
-rwxr-xr-x root/root usr/lib/kde3/kexihandler_form.so
-rwxr-xr-x root/root usr/lib/kde3/kexihandler_migration.la
@@ -196,10 +335,20 @@
-rwxr-xr-x root/root usr/lib/kde3/kexihandler_script.so
-rwxr-xr-x root/root usr/lib/kde3/kexihandler_table.la
-rwxr-xr-x root/root usr/lib/kde3/kexihandler_table.so
+-rwxr-xr-x root/root usr/lib/kde3/kfile_abiword.la
+-rwxr-xr-x root/root usr/lib/kde3/kfile_abiword.so
+-rwxr-xr-x root/root usr/lib/kde3/kfile_gnumeric.la
+-rwxr-xr-x root/root usr/lib/kde3/kfile_gnumeric.so
-rwxr-xr-x root/root usr/lib/kde3/kfile_koffice.la
-rwxr-xr-x root/root usr/lib/kde3/kfile_koffice.so
-rwxr-xr-x root/root usr/lib/kde3/kfile_ooo.la
-rwxr-xr-x root/root usr/lib/kde3/kfile_ooo.so
+-rwxr-xr-x root/root usr/lib/kde3/kformdesigner_containers.la
+-rwxr-xr-x root/root usr/lib/kde3/kformdesigner_containers.so
+-rwxr-xr-x root/root usr/lib/kde3/kformdesigner_kexidbwidgets.la
+-rwxr-xr-x root/root usr/lib/kde3/kformdesigner_kexidbwidgets.so
+-rwxr-xr-x root/root usr/lib/kde3/kformdesigner_stdwidgets.la
+-rwxr-xr-x root/root usr/lib/kde3/kformdesigner_stdwidgets.so
-rwxr-xr-x root/root usr/lib/kde3/kformula.la
-rwxr-xr-x root/root usr/lib/kde3/kformula.so
-rwxr-xr-x root/root usr/lib/kde3/kivio.la
@@ -212,12 +361,28 @@
-rwxr-xr-x root/root usr/lib/kde3/kofficethumbnail.so
-rwxr-xr-x root/root usr/lib/kde3/koshell.la
-rwxr-xr-x root/root usr/lib/kde3/koshell.so
+-rwxr-xr-x root/root usr/lib/kde3/kplato.la
+-rwxr-xr-x root/root usr/lib/kde3/kplato.so
-rwxr-xr-x root/root usr/lib/kde3/kpresenter.la
-rwxr-xr-x root/root usr/lib/kde3/kpresenter.so
-rwxr-xr-x root/root usr/lib/kde3/krita.la
-rwxr-xr-x root/root usr/lib/kde3/krita.so
+-rwxr-xr-x root/root usr/lib/kde3/krita_cmyk_u16_plugin.la
+-rwxr-xr-x root/root usr/lib/kde3/krita_cmyk_u16_plugin.so
+-rwxr-xr-x root/root usr/lib/kde3/krita_gray_u16_plugin.la
+-rwxr-xr-x root/root usr/lib/kde3/krita_gray_u16_plugin.so
+-rwxr-xr-x root/root usr/lib/kde3/krita_lms_f32_plugin.la
+-rwxr-xr-x root/root usr/lib/kde3/krita_lms_f32_plugin.so
+-rwxr-xr-x root/root usr/lib/kde3/krita_rgb_f32_plugin.la
+-rwxr-xr-x root/root usr/lib/kde3/krita_rgb_f32_plugin.so
+-rwxr-xr-x root/root usr/lib/kde3/krita_rgb_u16_plugin.la
+-rwxr-xr-x root/root usr/lib/kde3/krita_rgb_u16_plugin.so
+-rwxr-xr-x root/root usr/lib/kde3/kritabumpmap.la
+-rwxr-xr-x root/root usr/lib/kde3/kritabumpmap.so
-rwxr-xr-x root/root usr/lib/kde3/kritacimg.la
-rwxr-xr-x root/root usr/lib/kde3/kritacimg.so
+-rwxr-xr-x root/root usr/lib/kde3/kritacmykplugin.la
+-rwxr-xr-x root/root usr/lib/kde3/kritacmykplugin.so
-rwxr-xr-x root/root usr/lib/kde3/kritacolorrange.la
-rwxr-xr-x root/root usr/lib/kde3/kritacolorrange.so
-rwxr-xr-x root/root usr/lib/kde3/kritacolorsfilters.la
@@ -230,30 +395,54 @@
-rwxr-xr-x root/root usr/lib/kde3/kritadefaultpaintops.so
-rwxr-xr-x root/root usr/lib/kde3/kritadefaulttools.la
-rwxr-xr-x root/root usr/lib/kde3/kritadefaulttools.so
+-rwxr-xr-x root/root usr/lib/kde3/kritadropshadow.la
+-rwxr-xr-x root/root usr/lib/kde3/kritadropshadow.so
-rwxr-xr-x root/root usr/lib/kde3/kritaembossfilter.la
-rwxr-xr-x root/root usr/lib/kde3/kritaembossfilter.so
-rwxr-xr-x root/root usr/lib/kde3/kritaexample.la
-rwxr-xr-x root/root usr/lib/kde3/kritaexample.so
+-rwxr-xr-x root/root usr/lib/kde3/kritafiltersgallery.la
+-rwxr-xr-x root/root usr/lib/kde3/kritafiltersgallery.so
-rwxr-xr-x root/root usr/lib/kde3/kritagrayplugin.la
-rwxr-xr-x root/root usr/lib/kde3/kritagrayplugin.so
-rwxr-xr-x root/root usr/lib/kde3/kritahistogram.la
-rwxr-xr-x root/root usr/lib/kde3/kritahistogram.so
+-rwxr-xr-x root/root usr/lib/kde3/kritahistogramdocker.la
+-rwxr-xr-x root/root usr/lib/kde3/kritahistogramdocker.so
+-rwxr-xr-x root/root usr/lib/kde3/kritaimageenhancement.la
+-rwxr-xr-x root/root usr/lib/kde3/kritaimageenhancement.so
-rwxr-xr-x root/root usr/lib/kde3/kritaimagesize.la
-rwxr-xr-x root/root usr/lib/kde3/kritaimagesize.so
-rwxr-xr-x root/root usr/lib/kde3/kritaoilpaintfilter.la
-rwxr-xr-x root/root usr/lib/kde3/kritaoilpaintfilter.so
+-rwxr-xr-x root/root usr/lib/kde3/kritaperftest.la
+-rwxr-xr-x root/root usr/lib/kde3/kritaperftest.so
+-rwxr-xr-x root/root usr/lib/kde3/kritapixelizefilter.la
+-rwxr-xr-x root/root usr/lib/kde3/kritapixelizefilter.so
-rwxr-xr-x root/root usr/lib/kde3/kritaraindropsfilter.la
-rwxr-xr-x root/root usr/lib/kde3/kritaraindropsfilter.so
-rwxr-xr-x root/root usr/lib/kde3/kritargbplugin.la
-rwxr-xr-x root/root usr/lib/kde3/kritargbplugin.so
-rwxr-xr-x root/root usr/lib/kde3/kritarotateimage.la
-rwxr-xr-x root/root usr/lib/kde3/kritarotateimage.so
+-rwxr-xr-x root/root usr/lib/kde3/kritaroundcornersfilter.la
+-rwxr-xr-x root/root usr/lib/kde3/kritaroundcornersfilter.so
-rwxr-xr-x root/root usr/lib/kde3/kritascreenshot.la
-rwxr-xr-x root/root usr/lib/kde3/kritascreenshot.so
+-rwxr-xr-x root/root usr/lib/kde3/kritascripting.la
+-rwxr-xr-x root/root usr/lib/kde3/kritascripting.so
-rwxr-xr-x root/root usr/lib/kde3/kritaselectiontools.la
-rwxr-xr-x root/root usr/lib/kde3/kritaselectiontools.so
+-rwxr-xr-x root/root usr/lib/kde3/kritaseparatechannels.la
+-rwxr-xr-x root/root usr/lib/kde3/kritaseparatechannels.so
-rwxr-xr-x root/root usr/lib/kde3/kritashearimage.la
-rwxr-xr-x root/root usr/lib/kde3/kritashearimage.so
+-rwxr-xr-x root/root usr/lib/kde3/kritasmalltilesfilter.la
+-rwxr-xr-x root/root usr/lib/kde3/kritasmalltilesfilter.so
+-rwxr-xr-x root/root usr/lib/kde3/kritasmearybrush.la
+-rwxr-xr-x root/root usr/lib/kde3/kritasmearybrush.so
+-rwxr-xr-x root/root usr/lib/kde3/kritasobelfilter.la
+-rwxr-xr-x root/root usr/lib/kde3/kritasobelfilter.so
-rwxr-xr-x root/root usr/lib/kde3/kritatoolcrop.la
-rwxr-xr-x root/root usr/lib/kde3/kritatoolcrop.so
-rwxr-xr-x root/root usr/lib/kde3/kritatoolfilter.la
@@ -262,10 +451,24 @@
-rwxr-xr-x root/root usr/lib/kde3/kritatoolpolygon.so
-rwxr-xr-x root/root usr/lib/kde3/kritatoolpolyline.la
-rwxr-xr-x root/root usr/lib/kde3/kritatoolpolyline.so
+-rwxr-xr-x root/root usr/lib/kde3/kritatoolselectsimilar.la
+-rwxr-xr-x root/root usr/lib/kde3/kritatoolselectsimilar.so
-rwxr-xr-x root/root usr/lib/kde3/kritatoolstar.la
-rwxr-xr-x root/root usr/lib/kde3/kritatoolstar.so
-rwxr-xr-x root/root usr/lib/kde3/kritatooltransform.la
-rwxr-xr-x root/root usr/lib/kde3/kritatooltransform.so
+-rwxr-xr-x root/root usr/lib/kde3/kritawetplugin.la
+-rwxr-xr-x root/root usr/lib/kde3/kritawetplugin.so
+-rwxr-xr-x root/root usr/lib/kde3/krosskexiapp.la
+-rwxr-xr-x root/root usr/lib/kde3/krosskexiapp.so
+-rwxr-xr-x root/root usr/lib/kde3/krosskexidb.la
+-rwxr-xr-x root/root usr/lib/kde3/krosskexidb.so
+-rwxr-xr-x root/root usr/lib/kde3/krosskritacore.la
+-rwxr-xr-x root/root usr/lib/kde3/krosskritacore.so
+-rwxr-xr-x root/root usr/lib/kde3/krosspython.la
+-rwxr-xr-x root/root usr/lib/kde3/krosspython.so
+-rwxr-xr-x root/root usr/lib/kde3/krossruby.la
+-rwxr-xr-x root/root usr/lib/kde3/krossruby.so
-rwxr-xr-x root/root usr/lib/kde3/kspread.la
-rwxr-xr-x root/root usr/lib/kde3/kspread.so
-rwxr-xr-x root/root usr/lib/kde3/kthesaurus.la
@@ -318,6 +521,8 @@
-rwxr-xr-x root/root usr/lib/kde3/libgnumericexport.so
-rwxr-xr-x root/root usr/lib/kde3/libgnumericimport.la
-rwxr-xr-x root/root usr/lib/kde3/libgnumericimport.so
+-rwxr-xr-x root/root usr/lib/kde3/libhancomwordimport.la
+-rwxr-xr-x root/root usr/lib/kde3/libhancomwordimport.so
-rwxr-xr-x root/root usr/lib/kde3/libhtmlexport.la
-rwxr-xr-x root/root usr/lib/kde3/libhtmlexport.so
-rwxr-xr-x root/root usr/lib/kde3/libhtmlimport.la
@@ -342,12 +547,22 @@
-rwxr-xr-x root/root usr/lib/kde3/libkarbonsvgimport.so
-rwxr-xr-x root/root usr/lib/kde3/libkarbonxcfexport.la
-rwxr-xr-x root/root usr/lib/kde3/libkarbonxcfexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkchartbmpexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkchartbmpexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkchartjpegexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkchartjpegexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkchartmngexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkchartmngexport.so
-rwxr-xr-x root/root usr/lib/kde3/libkchartpart.la
-rwxr-xr-x root/root usr/lib/kde3/libkchartpart.so
-rwxr-xr-x root/root usr/lib/kde3/libkchartpngexport.la
-rwxr-xr-x root/root usr/lib/kde3/libkchartpngexport.so
-rwxr-xr-x root/root usr/lib/kde3/libkchartsvgexport.la
-rwxr-xr-x root/root usr/lib/kde3/libkchartsvgexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkchartxbmexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkchartxbmexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkchartxpmexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkchartxpmexport.so
-rwxr-xr-x root/root usr/lib/kde3/libkfolatexexport.la
-rwxr-xr-x root/root usr/lib/kde3/libkfolatexexport.so
-rwxr-xr-x root/root usr/lib/kde3/libkfomathmlexport.la
@@ -356,24 +571,66 @@
-rwxr-xr-x root/root usr/lib/kde3/libkfomathmlimport.so
-rwxr-xr-x root/root usr/lib/kde3/libkfopngexport.la
-rwxr-xr-x root/root usr/lib/kde3/libkfopngexport.so
--rwxr-xr-x root/root usr/lib/kde3/libkformdesigner_part.la
--rwxr-xr-x root/root usr/lib/kde3/libkformdesigner_part.so
-rwxr-xr-x root/root usr/lib/kde3/libkformulapart.la
-rwxr-xr-x root/root usr/lib/kde3/libkformulapart.so
+-rwxr-xr-x root/root usr/lib/kde3/libkfosvgexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkfosvgexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkivioconnectortool.la
+-rwxr-xr-x root/root usr/lib/kde3/libkivioconnectortool.so
+-rwxr-xr-x root/root usr/lib/kde3/libkivioimageexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkivioimageexport.so
-rwxr-xr-x root/root usr/lib/kde3/libkiviopart.la
-rwxr-xr-x root/root usr/lib/kde3/libkiviopart.so
+-rwxr-xr-x root/root usr/lib/kde3/libkivioselecttool.la
+-rwxr-xr-x root/root usr/lib/kde3/libkivioselecttool.so
+-rwxr-xr-x root/root usr/lib/kde3/libkiviotargettool.la
+-rwxr-xr-x root/root usr/lib/kde3/libkiviotargettool.so
+-rwxr-xr-x root/root usr/lib/kde3/libkiviotexttool.la
+-rwxr-xr-x root/root usr/lib/kde3/libkiviotexttool.so
+-rwxr-xr-x root/root usr/lib/kde3/libkiviozoomtool.la
+-rwxr-xr-x root/root usr/lib/kde3/libkiviozoomtool.so
-rwxr-xr-x root/root usr/lib/kde3/libkounavailpart.la
-rwxr-xr-x root/root usr/lib/kde3/libkounavailpart.so
+-rwxr-xr-x root/root usr/lib/kde3/libkplatopart.la
+-rwxr-xr-x root/root usr/lib/kde3/libkplatopart.so
+-rwxr-xr-x root/root usr/lib/kde3/libkpresenterbmpexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkpresenterbmpexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkpresenterjpegexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkpresenterjpegexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkpresentermngexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkpresentermngexport.so
-rwxr-xr-x root/root usr/lib/kde3/libkpresenterpart.la
-rwxr-xr-x root/root usr/lib/kde3/libkpresenterpart.so
+-rwxr-xr-x root/root usr/lib/kde3/libkpresenterpngexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkpresenterpngexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkpresentersvgexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkpresentersvgexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkpresenterxbmexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkpresenterxbmexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkpresenterxpmexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkpresenterxpmexport.so
-rwxr-xr-x root/root usr/lib/kde3/libkprkword.la
-rwxr-xr-x root/root usr/lib/kde3/libkprkword.so
+-rwxr-xr-x root/root usr/lib/kde3/libkrita_raw_import.la
+-rwxr-xr-x root/root usr/lib/kde3/libkrita_raw_import.so
+-rwxr-xr-x root/root usr/lib/kde3/libkritajpegexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkritajpegexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkritajpegimport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkritajpegimport.so
-rwxr-xr-x root/root usr/lib/kde3/libkritamagickexport.la
-rwxr-xr-x root/root usr/lib/kde3/libkritamagickexport.so
-rwxr-xr-x root/root usr/lib/kde3/libkritamagickimport.la
-rwxr-xr-x root/root usr/lib/kde3/libkritamagickimport.so
-rwxr-xr-x root/root usr/lib/kde3/libkritapart.la
-rwxr-xr-x root/root usr/lib/kde3/libkritapart.so
+-rwxr-xr-x root/root usr/lib/kde3/libkritapngexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkritapngexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkritapngimport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkritapngimport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkritatiffexport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkritatiffexport.so
+-rwxr-xr-x root/root usr/lib/kde3/libkritatiffimport.la
+-rwxr-xr-x root/root usr/lib/kde3/libkritatiffimport.so
-rwxr-xr-x root/root usr/lib/kde3/libkspreadhtmlexport.la
-rwxr-xr-x root/root usr/lib/kde3/libkspreadhtmlexport.so
-rwxr-xr-x root/root usr/lib/kde3/libkspreadinsertcalendar.la
@@ -400,8 +657,8 @@
-rwxr-xr-x root/root usr/lib/kde3/libmswriteexport.so
-rwxr-xr-x root/root usr/lib/kde3/libmswriteimport.la
-rwxr-xr-x root/root usr/lib/kde3/libmswriteimport.so
--rwxr-xr-x root/root usr/lib/kde3/libolefilter.la
--rwxr-xr-x root/root usr/lib/kde3/libolefilter.so
+-rwxr-xr-x root/root usr/lib/kde3/liboodrawimport.la
+-rwxr-xr-x root/root usr/lib/kde3/liboodrawimport.so
-rwxr-xr-x root/root usr/lib/kde3/libooimpressexport.la
-rwxr-xr-x root/root usr/lib/kde3/libooimpressexport.so
-rwxr-xr-x root/root usr/lib/kde3/libooimpressimport.la
@@ -420,6 +677,8 @@
-rwxr-xr-x root/root usr/lib/kde3/libpalmdocimport.so
-rwxr-xr-x root/root usr/lib/kde3/libpdfimport.la
-rwxr-xr-x root/root usr/lib/kde3/libpdfimport.so
+-rwxr-xr-x root/root usr/lib/kde3/libpowerpointimport.la
+-rwxr-xr-x root/root usr/lib/kde3/libpowerpointimport.so
-rwxr-xr-x root/root usr/lib/kde3/libqproimport.la
-rwxr-xr-x root/root usr/lib/kde3/libqproimport.so
-rwxr-xr-x root/root usr/lib/kde3/librtfexport.la
@@ -444,14 +703,8 @@
-rwxr-xr-x root/root usr/lib/kde3/libxsltexport.so
-rwxr-xr-x root/root usr/lib/kde3/libxsltimport.la
-rwxr-xr-x root/root usr/lib/kde3/libxsltimport.so
--rwxr-xr-x root/root usr/lib/kde3/stdwidgets.la
--rwxr-xr-x root/root usr/lib/kde3/stdwidgets.so
-rwxr-xr-x root/root usr/lib/kde3/straight_connector.la
-rwxr-xr-x root/root usr/lib/kde3/straight_connector.so
--rwxr-xr-x root/root usr/lib/libkarbonbase.la
-lrwxrwxrwx root/root usr/lib/libkarbonbase.so -> libkarbonbase.so.2.0.0
-lrwxrwxrwx root/root usr/lib/libkarbonbase.so.2 -> libkarbonbase.so.2.0.0
--rwxr-xr-x root/root usr/lib/libkarbonbase.so.2.0.0
-rwxr-xr-x root/root usr/lib/libkarboncommon.la
lrwxrwxrwx root/root usr/lib/libkarboncommon.so -> libkarboncommon.so.0.0.0
lrwxrwxrwx root/root usr/lib/libkarboncommon.so.0 -> libkarboncommon.so.0.0.0
@@ -460,6 +713,10 @@
lrwxrwxrwx root/root usr/lib/libkchartcommon.so -> libkchartcommon.so.2.0.0
lrwxrwxrwx root/root usr/lib/libkchartcommon.so.2 -> libkchartcommon.so.2.0.0
-rwxr-xr-x root/root usr/lib/libkchartcommon.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libkchartimageexport.la
+lrwxrwxrwx root/root usr/lib/libkchartimageexport.so -> libkchartimageexport.so.4.0.0
+lrwxrwxrwx root/root usr/lib/libkchartimageexport.so.4 -> libkchartimageexport.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libkchartimageexport.so.4.0.0
-rwxr-xr-x root/root usr/lib/libkdchart.la
lrwxrwxrwx root/root usr/lib/libkdchart.so -> libkdchart.so.0.0.0
lrwxrwxrwx root/root usr/lib/libkdchart.so.0 -> libkdchart.so.0.0.0
@@ -476,6 +733,8 @@
-rwxr-xr-x root/root usr/lib/libkdeinit_kivio.so
-rwxr-xr-x root/root usr/lib/libkdeinit_koshell.la
-rwxr-xr-x root/root usr/lib/libkdeinit_koshell.so
+-rwxr-xr-x root/root usr/lib/libkdeinit_kplato.la
+-rwxr-xr-x root/root usr/lib/libkdeinit_kplato.so
-rwxr-xr-x root/root usr/lib/libkdeinit_kpresenter.la
-rwxr-xr-x root/root usr/lib/libkdeinit_kpresenter.so
-rwxr-xr-x root/root usr/lib/libkdeinit_krita.la
@@ -491,49 +750,45 @@
-rwxr-xr-x root/root usr/lib/libkdeinit_kword.la
-rwxr-xr-x root/root usr/lib/libkdeinit_kword.so
-rwxr-xr-x root/root usr/lib/libkexicore.la
-lrwxrwxrwx root/root usr/lib/libkexicore.so -> libkexicore.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkexicore.so.0 -> libkexicore.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkexicore.so.0.0.8
+lrwxrwxrwx root/root usr/lib/libkexicore.so -> libkexicore.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkexicore.so.1 -> libkexicore.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkexicore.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkexidatatable.la
-lrwxrwxrwx root/root usr/lib/libkexidatatable.so -> libkexidatatable.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkexidatatable.so.0 -> libkexidatatable.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkexidatatable.so.0.0.8
+lrwxrwxrwx root/root usr/lib/libkexidatatable.so -> libkexidatatable.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkexidatatable.so.1 -> libkexidatatable.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkexidatatable.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkexidb.la
lrwxrwxrwx root/root usr/lib/libkexidb.so -> libkexidb.so.0.0.0
lrwxrwxrwx root/root usr/lib/libkexidb.so.0 -> libkexidb.so.0.0.0
-rwxr-xr-x root/root usr/lib/libkexidb.so.0.0.0
-rwxr-xr-x root/root usr/lib/libkexidbparser.la
-lrwxrwxrwx root/root usr/lib/libkexidbparser.so -> libkexidbparser.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkexidbparser.so.0 -> libkexidbparser.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkexidbparser.so.0.0.8
+lrwxrwxrwx root/root usr/lib/libkexidbparser.so -> libkexidbparser.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkexidbparser.so.1 -> libkexidbparser.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkexidbparser.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkexiextendedwidgets.la
-lrwxrwxrwx root/root usr/lib/libkexiextendedwidgets.so -> libkexiextendedwidgets.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkexiextendedwidgets.so.0 -> libkexiextendedwidgets.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkexiextendedwidgets.so.0.0.8
+lrwxrwxrwx root/root usr/lib/libkexiextendedwidgets.so -> libkexiextendedwidgets.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkexiextendedwidgets.so.1 -> libkexiextendedwidgets.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkexiextendedwidgets.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkexiformutils.la
-lrwxrwxrwx root/root usr/lib/libkexiformutils.so -> libkexiformutils.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkexiformutils.so.0 -> libkexiformutils.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkexiformutils.so.0.0.8
+lrwxrwxrwx root/root usr/lib/libkexiformutils.so -> libkexiformutils.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkexiformutils.so.1 -> libkexiformutils.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkexiformutils.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkexiguiutils.la
-lrwxrwxrwx root/root usr/lib/libkexiguiutils.so -> libkexiguiutils.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkexiguiutils.so.0 -> libkexiguiutils.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkexiguiutils.so.0.0.8
+lrwxrwxrwx root/root usr/lib/libkexiguiutils.so -> libkexiguiutils.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkexiguiutils.so.1 -> libkexiguiutils.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkexiguiutils.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkeximain.la
-lrwxrwxrwx root/root usr/lib/libkeximain.so -> libkeximain.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkeximain.so.0 -> libkeximain.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkeximain.so.0.0.8
+lrwxrwxrwx root/root usr/lib/libkeximain.so -> libkeximain.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkeximain.so.1 -> libkeximain.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkeximain.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkeximigrate.la
-lrwxrwxrwx root/root usr/lib/libkeximigrate.so -> libkeximigrate.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkeximigrate.so.0 -> libkeximigrate.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkeximigrate.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkexipropertyeditor.la
-lrwxrwxrwx root/root usr/lib/libkexipropertyeditor.so -> libkexipropertyeditor.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkexipropertyeditor.so.0 -> libkexipropertyeditor.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkexipropertyeditor.so.0.0.8
+lrwxrwxrwx root/root usr/lib/libkeximigrate.so -> libkeximigrate.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkeximigrate.so.1 -> libkeximigrate.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkeximigrate.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkexirelationsview.la
-lrwxrwxrwx root/root usr/lib/libkexirelationsview.so -> libkexirelationsview.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkexirelationsview.so.0 -> libkexirelationsview.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkexirelationsview.so.0.0.8
+lrwxrwxrwx root/root usr/lib/libkexirelationsview.so -> libkexirelationsview.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkexirelationsview.so.1 -> libkexirelationsview.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkexirelationsview.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkexisql2.la
lrwxrwxrwx root/root usr/lib/libkexisql2.so -> libkexisql2.so.2.0.8
lrwxrwxrwx root/root usr/lib/libkexisql2.so.2 -> libkexisql2.so.2.0.8
@@ -542,68 +797,126 @@
lrwxrwxrwx root/root usr/lib/libkexisql3.so -> libkexisql3.so.3.0.0
lrwxrwxrwx root/root usr/lib/libkexisql3.so.3 -> libkexisql3.so.3.0.0
-rwxr-xr-x root/root usr/lib/libkexisql3.so.3.0.0
+-rwxr-xr-x root/root usr/lib/libkexiutils.la
+lrwxrwxrwx root/root usr/lib/libkexiutils.so -> libkexiutils.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkexiutils.so.1 -> libkexiutils.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkexiutils.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkformdesigner.la
-lrwxrwxrwx root/root usr/lib/libkformdesigner.so -> libkformdesigner.so.0.0.8
-lrwxrwxrwx root/root usr/lib/libkformdesigner.so.0 -> libkformdesigner.so.0.0.8
--rwxr-xr-x root/root usr/lib/libkformdesigner.so.0.0.8
+lrwxrwxrwx root/root usr/lib/libkformdesigner.so -> libkformdesigner.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkformdesigner.so.1 -> libkformdesigner.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkformdesigner.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkformulalib.la
-lrwxrwxrwx root/root usr/lib/libkformulalib.so -> libkformulalib.so.3.0.0
-lrwxrwxrwx root/root usr/lib/libkformulalib.so.3 -> libkformulalib.so.3.0.0
--rwxr-xr-x root/root usr/lib/libkformulalib.so.3.0.0
+lrwxrwxrwx root/root usr/lib/libkformulalib.so -> libkformulalib.so.4.0.0
+lrwxrwxrwx root/root usr/lib/libkformulalib.so.4 -> libkformulalib.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libkformulalib.so.4.0.0
-rwxr-xr-x root/root usr/lib/libkiviocommon.la
lrwxrwxrwx root/root usr/lib/libkiviocommon.so -> libkiviocommon.so.0.0.0
lrwxrwxrwx root/root usr/lib/libkiviocommon.so.0 -> libkiviocommon.so.0.0.0
-rwxr-xr-x root/root usr/lib/libkiviocommon.so.0.0.0
--rwxr-xr-x root/root usr/lib/libkivioconnectortool.la
--rwxr-xr-x root/root usr/lib/libkivioconnectortool.so
--rwxr-xr-x root/root usr/lib/libkivioselecttool.la
--rwxr-xr-x root/root usr/lib/libkivioselecttool.so
--rwxr-xr-x root/root usr/lib/libkiviotargettool.la
--rwxr-xr-x root/root usr/lib/libkiviotargettool.so
--rwxr-xr-x root/root usr/lib/libkiviotexttool.la
--rwxr-xr-x root/root usr/lib/libkiviotexttool.so
--rwxr-xr-x root/root usr/lib/libkiviozoomtool.la
--rwxr-xr-x root/root usr/lib/libkiviozoomtool.so
-rwxr-xr-x root/root usr/lib/libkochart.la
lrwxrwxrwx root/root usr/lib/libkochart.so -> libkochart.so.1.0.0
lrwxrwxrwx root/root usr/lib/libkochart.so.1 -> libkochart.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkochart.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkofficecore.la
-lrwxrwxrwx root/root usr/lib/libkofficecore.so -> libkofficecore.so.2.0.0
-lrwxrwxrwx root/root usr/lib/libkofficecore.so.2 -> libkofficecore.so.2.0.0
--rwxr-xr-x root/root usr/lib/libkofficecore.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libkofficecore.so -> libkofficecore.so.3.0.0
+lrwxrwxrwx root/root usr/lib/libkofficecore.so.3 -> libkofficecore.so.3.0.0
+-rwxr-xr-x root/root usr/lib/libkofficecore.so.3.0.0
-rwxr-xr-x root/root usr/lib/libkofficeui.la
-lrwxrwxrwx root/root usr/lib/libkofficeui.so -> libkofficeui.so.2.0.0
-lrwxrwxrwx root/root usr/lib/libkofficeui.so.2 -> libkofficeui.so.2.0.0
--rwxr-xr-x root/root usr/lib/libkofficeui.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libkofficeui.so -> libkofficeui.so.3.0.0
+lrwxrwxrwx root/root usr/lib/libkofficeui.so.3 -> libkofficeui.so.3.0.0
+-rwxr-xr-x root/root usr/lib/libkofficeui.so.3.0.0
-rwxr-xr-x root/root usr/lib/libkopainter.la
-lrwxrwxrwx root/root usr/lib/libkopainter.so -> libkopainter.so.1.0.0
-lrwxrwxrwx root/root usr/lib/libkopainter.so.1 -> libkopainter.so.1.0.0
--rwxr-xr-x root/root usr/lib/libkopainter.so.1.0.0
--rwxr-xr-x root/root usr/lib/libkoscript.la
-lrwxrwxrwx root/root usr/lib/libkoscript.so -> libkoscript.so.2.0.0
-lrwxrwxrwx root/root usr/lib/libkoscript.so.2 -> libkoscript.so.2.0.0
--rwxr-xr-x root/root usr/lib/libkoscript.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libkopainter.so -> libkopainter.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libkopainter.so.2 -> libkopainter.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libkopainter.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libkopalette.la
+lrwxrwxrwx root/root usr/lib/libkopalette.so -> libkopalette.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkopalette.so.1 -> libkopalette.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkopalette.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkoproperty.la
+lrwxrwxrwx root/root usr/lib/libkoproperty.so -> libkoproperty.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libkoproperty.so.0 -> libkoproperty.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkoproperty.so.0.0.0
-rwxr-xr-x root/root usr/lib/libkotext.la
-lrwxrwxrwx root/root usr/lib/libkotext.so -> libkotext.so.2.0.0
-lrwxrwxrwx root/root usr/lib/libkotext.so.2 -> libkotext.so.2.0.0
--rwxr-xr-x root/root usr/lib/libkotext.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libkotext.so -> libkotext.so.3.0.0
+lrwxrwxrwx root/root usr/lib/libkotext.so.3 -> libkotext.so.3.0.0
+-rwxr-xr-x root/root usr/lib/libkotext.so.3.0.0
-rwxr-xr-x root/root usr/lib/libkowmf.la
-lrwxrwxrwx root/root usr/lib/libkowmf.so -> libkowmf.so.1.0.0
-lrwxrwxrwx root/root usr/lib/libkowmf.so.1 -> libkowmf.so.1.0.0
--rwxr-xr-x root/root usr/lib/libkowmf.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkowmf.so -> libkowmf.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libkowmf.so.2 -> libkowmf.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libkowmf.so.2.0.0
+-rwxr-xr-x root/root usr/lib/libkpresenterimageexport.la
+lrwxrwxrwx root/root usr/lib/libkpresenterimageexport.so -> libkpresenterimageexport.so.4.0.0
+lrwxrwxrwx root/root usr/lib/libkpresenterimageexport.so.4 -> libkpresenterimageexport.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libkpresenterimageexport.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libkpresenterprivate.la
+lrwxrwxrwx root/root usr/lib/libkpresenterprivate.so -> libkpresenterprivate.so.4.0.0
+lrwxrwxrwx root/root usr/lib/libkpresenterprivate.so.4 -> libkpresenterprivate.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libkpresenterprivate.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libkrita_cmyk_u16.la
+lrwxrwxrwx root/root usr/lib/libkrita_cmyk_u16.so -> libkrita_cmyk_u16.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libkrita_cmyk_u16.so.0 -> libkrita_cmyk_u16.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkrita_cmyk_u16.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkrita_gray_u16.la
+lrwxrwxrwx root/root usr/lib/libkrita_gray_u16.so -> libkrita_gray_u16.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libkrita_gray_u16.so.0 -> libkrita_gray_u16.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkrita_gray_u16.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkrita_lms_f32.la
+lrwxrwxrwx root/root usr/lib/libkrita_lms_f32.so -> libkrita_lms_f32.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libkrita_lms_f32.so.0 -> libkrita_lms_f32.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkrita_lms_f32.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkrita_rgb_f32.la
+lrwxrwxrwx root/root usr/lib/libkrita_rgb_f32.so -> libkrita_rgb_f32.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libkrita_rgb_f32.so.0 -> libkrita_rgb_f32.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkrita_rgb_f32.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkrita_rgb_u16.la
+lrwxrwxrwx root/root usr/lib/libkrita_rgb_u16.so -> libkrita_rgb_u16.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libkrita_rgb_u16.so.0 -> libkrita_rgb_u16.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkrita_rgb_u16.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkritacolor.la
+lrwxrwxrwx root/root usr/lib/libkritacolor.so -> libkritacolor.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkritacolor.so.1 -> libkritacolor.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkritacolor.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkritacommon.la
lrwxrwxrwx root/root usr/lib/libkritacommon.so -> libkritacommon.so.1.0.0
lrwxrwxrwx root/root usr/lib/libkritacommon.so.1 -> libkritacommon.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkritacommon.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkritagrayscale.la
+lrwxrwxrwx root/root usr/lib/libkritagrayscale.so -> libkritagrayscale.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libkritagrayscale.so.0 -> libkritagrayscale.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkritagrayscale.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkritaimage.la
+lrwxrwxrwx root/root usr/lib/libkritaimage.so -> libkritaimage.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkritaimage.so.1 -> libkritaimage.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkritaimage.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkritargb.la
+lrwxrwxrwx root/root usr/lib/libkritargb.so -> libkritargb.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libkritargb.so.0 -> libkritargb.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkritargb.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkritascripting.la
+lrwxrwxrwx root/root usr/lib/libkritascripting.so -> libkritascripting.so.0.0.0
+lrwxrwxrwx root/root usr/lib/libkritascripting.so.0 -> libkritascripting.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkritascripting.so.0.0.0
+-rwxr-xr-x root/root usr/lib/libkritaui.la
+lrwxrwxrwx root/root usr/lib/libkritaui.so -> libkritaui.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkritaui.so.1 -> libkritaui.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkritaui.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkrossapi.la
+lrwxrwxrwx root/root usr/lib/libkrossapi.so -> libkrossapi.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkrossapi.so.1 -> libkrossapi.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkrossapi.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkrossmain.la
+lrwxrwxrwx root/root usr/lib/libkrossmain.so -> libkrossmain.so.1.0.0
+lrwxrwxrwx root/root usr/lib/libkrossmain.so.1 -> libkrossmain.so.1.0.0
+-rwxr-xr-x root/root usr/lib/libkrossmain.so.1.0.0
-rwxr-xr-x root/root usr/lib/libkspreadcommon.la
lrwxrwxrwx root/root usr/lib/libkspreadcommon.so -> libkspreadcommon.so.0.0.0
lrwxrwxrwx root/root usr/lib/libkspreadcommon.so.0 -> libkspreadcommon.so.0.0.0
-rwxr-xr-x root/root usr/lib/libkspreadcommon.so.0.0.0
-rwxr-xr-x root/root usr/lib/libkstore.la
-lrwxrwxrwx root/root usr/lib/libkstore.so -> libkstore.so.2.0.0
-lrwxrwxrwx root/root usr/lib/libkstore.so.2 -> libkstore.so.2.0.0
--rwxr-xr-x root/root usr/lib/libkstore.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libkstore.so -> libkstore.so.3.0.0
+lrwxrwxrwx root/root usr/lib/libkstore.so.3 -> libkstore.so.3.0.0
+-rwxr-xr-x root/root usr/lib/libkstore.so.3.0.0
-rwxr-xr-x root/root usr/lib/libkudesignercore.la
-rwxr-xr-x root/root usr/lib/libkudesignercore.so
-rwxr-xr-x root/root usr/lib/libkugarlib.la
@@ -615,18 +928,20 @@
lrwxrwxrwx root/root usr/lib/libkwmailmerge_interface.so.4 -> libkwmailmerge_interface.so.4.0.0
-rwxr-xr-x root/root usr/lib/libkwmailmerge_interface.so.4.0.0
-rwxr-xr-x root/root usr/lib/libkwmf.la
-lrwxrwxrwx root/root usr/lib/libkwmf.so -> libkwmf.so.2.0.0
-lrwxrwxrwx root/root usr/lib/libkwmf.so.2 -> libkwmf.so.2.0.0
--rwxr-xr-x root/root usr/lib/libkwmf.so.2.0.0
+lrwxrwxrwx root/root usr/lib/libkwmf.so -> libkwmf.so.3.0.0
+lrwxrwxrwx root/root usr/lib/libkwmf.so.3 -> libkwmf.so.3.0.0
+-rwxr-xr-x root/root usr/lib/libkwmf.so.3.0.0
-rwxr-xr-x root/root usr/lib/libkwordexportfilters.la
lrwxrwxrwx root/root usr/lib/libkwordexportfilters.so -> libkwordexportfilters.so.1.0.1
lrwxrwxrwx root/root usr/lib/libkwordexportfilters.so.1 -> libkwordexportfilters.so.1.0.1
-rwxr-xr-x root/root usr/lib/libkwordexportfilters.so.1.0.1
+-rwxr-xr-x root/root usr/lib/libkwordprivate.la
+lrwxrwxrwx root/root usr/lib/libkwordprivate.so -> libkwordprivate.so.4.0.0
+lrwxrwxrwx root/root usr/lib/libkwordprivate.so.4 -> libkwordprivate.so.4.0.0
+-rwxr-xr-x root/root usr/lib/libkwordprivate.so.4.0.0
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
drwxr-xr-x root/root usr/share/applications/kde/
--rw-r--r-- root/root usr/share/applications/kde/kexi.desktop
--rw-r--r-- root/root usr/share/applications/kde/kformdesigner.desktop
-rw-r--r-- root/root usr/share/applications/kde/kivio.desktop
-rw-r--r-- root/root usr/share/applications/kde/krita.desktop
drwxr-xr-x root/root usr/share/applnk/
@@ -634,10 +949,16 @@
-rw-r--r-- root/root usr/share/applnk/Office/KThesaurus.desktop
-rw-r--r-- root/root usr/share/applnk/Office/karbon.desktop
-rw-r--r-- root/root usr/share/applnk/Office/kchart.desktop
+-rw-r--r-- root/root usr/share/applnk/Office/kexi.desktop
-rw-r--r-- root/root usr/share/applnk/Office/kformula.desktop
-rw-r--r-- root/root usr/share/applnk/Office/koshell.desktop
+-rw-r--r-- root/root usr/share/applnk/Office/kplato.desktop
-rw-r--r-- root/root usr/share/applnk/Office/kpresenter.desktop
+-rw-r--r-- root/root usr/share/applnk/Office/krita_jpeg.desktop
-rw-r--r-- root/root usr/share/applnk/Office/krita_magick.desktop
+-rw-r--r-- root/root usr/share/applnk/Office/krita_png.desktop
+-rw-r--r-- root/root usr/share/applnk/Office/krita_raw.desktop
+-rw-r--r-- root/root usr/share/applnk/Office/krita_tiff.desktop
-rw-r--r-- root/root usr/share/applnk/Office/kspread.desktop
-rw-r--r-- root/root usr/share/applnk/Office/kudesigner.desktop
-rw-r--r-- root/root usr/share/applnk/Office/kugar.desktop
@@ -704,11 +1025,21 @@
-rw-r--r-- root/root usr/share/apps/karbon/icons/crystalsvg/22x22/actions/outlinedlg.png
-rw-r--r-- root/root usr/share/apps/karbon/icons/crystalsvg/22x22/actions/pagesetup.png
-rw-r--r-- root/root usr/share/apps/karbon/icons/crystalsvg/22x22/actions/solidfilldlg.png
+drwxr-xr-x root/root usr/share/apps/karbon/icons/crystalsvg/48x48/
+drwxr-xr-x root/root usr/share/apps/karbon/icons/crystalsvg/48x48/actions/
+-rw-r--r-- root/root usr/share/apps/karbon/icons/crystalsvg/48x48/actions/template_empty.png
+drwxr-xr-x root/root usr/share/apps/karbon/icons/crystalsvg/scalable/
+drwxr-xr-x root/root usr/share/apps/karbon/icons/crystalsvg/scalable/actions/
+-rw-r--r-- root/root usr/share/apps/karbon/icons/crystalsvg/scalable/actions/template_empty.svgz
drwxr-xr-x root/root usr/share/apps/karbon/icons/hicolor/
drwxr-xr-x root/root usr/share/apps/karbon/icons/hicolor/16x16/
+drwxr-xr-x root/root usr/share/apps/karbon/icons/hicolor/16x16/actions/
+-rw-r--r-- root/root usr/share/apps/karbon/icons/hicolor/16x16/actions/linestyle.png
drwxr-xr-x root/root usr/share/apps/karbon/icons/hicolor/16x16/apps/
-rw-r--r-- root/root usr/share/apps/karbon/icons/hicolor/16x16/apps/karbon.png
drwxr-xr-x root/root usr/share/apps/karbon/icons/hicolor/22x22/
+drwxr-xr-x root/root usr/share/apps/karbon/icons/hicolor/22x22/actions/
+-rw-r--r-- root/root usr/share/apps/karbon/icons/hicolor/22x22/actions/linestyle.png
drwxr-xr-x root/root usr/share/apps/karbon/icons/hicolor/22x22/apps/
-rw-r--r-- root/root usr/share/apps/karbon/icons/hicolor/22x22/apps/karbon.png
drwxr-xr-x root/root usr/share/apps/karbon/icons/hicolor/32x32/
@@ -724,12 +1055,16 @@
-rw-r--r-- root/root usr/share/apps/karbon/karbon_readonly.rc
drwxr-xr-x root/root usr/share/apps/karbon/kpartplugins/
-rw-r--r-- root/root usr/share/apps/karbon/kpartplugins/flattenpathplugin.rc
--rw-r--r-- root/root usr/share/apps/karbon/kpartplugins/imagetoolplugin.rc
-rw-r--r-- root/root usr/share/apps/karbon/kpartplugins/insertknotsplugin.rc
-rw-r--r-- root/root usr/share/apps/karbon/kpartplugins/roundcornersplugin.rc
-rw-r--r-- root/root usr/share/apps/karbon/kpartplugins/shadoweffectplugin.rc
-rw-r--r-- root/root usr/share/apps/karbon/kpartplugins/whirlpinchplugin.rc
--rw-r--r-- root/root usr/share/apps/karbon/kpartplugins/zoomtoolplugin.rc
+drwxr-xr-x root/root usr/share/apps/karbon/templates/
+drwxr-xr-x root/root usr/share/apps/karbon/templates/Basic/
+-rw-r--r-- root/root usr/share/apps/karbon/templates/Basic/.directory
+drwxr-xr-x root/root usr/share/apps/karbon/templates/Basic/.source/
+-rw-r--r-- root/root usr/share/apps/karbon/templates/Basic/.source/empty.karbon
+-rw-r--r-- root/root usr/share/apps/karbon/templates/Basic/empty.desktop
drwxr-xr-x root/root usr/share/apps/kchart/
drwxr-xr-x root/root usr/share/apps/kchart/icons/
drwxr-xr-x root/root usr/share/apps/kchart/icons/crystalsvg/
@@ -876,23 +1211,30 @@
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/128x128/actions/form_action.png
drwxr-xr-x root/root usr/share/apps/kexi/icons/crystalsvg/16x16/
drwxr-xr-x root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/add_field.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/aofit.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/aogrid.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/aopos2grid.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/autonumber.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/business_user.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/button.png
--rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/button_no.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/check.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/clear_table_contents.png
--rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/db.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/database.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/database_import.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/delete_table_row.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/form.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/form_action.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/form_newobj.png
--rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/forms.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/grid.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/insert_table_row.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/key.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/line.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/line_horizontal.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/line_vertical.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/lineedit.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/mouse_pointer.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/multiple_obj.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/navigator_first.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/navigator_last.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/navigator_new.png
@@ -900,27 +1242,29 @@
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/navigator_prev.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/new_sign.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/pixmaplabel.png
--rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/queries.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/query.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/query_newobj.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/radio.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/relation.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/report.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/report_newobj.png
--rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/reports.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/script.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/script_newobj.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/select_item.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/sort_az.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/sort_za.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/spring.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/spring_vertical.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/state_data.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/state_edit.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/state_sql.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/state_text.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/table.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/table_newobj.png
--rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/tables.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/tabwidget.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/test_it.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/textedit.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/16x16/actions/widgets.png
drwxr-xr-x root/root usr/share/apps/kexi/icons/crystalsvg/22x22/
drwxr-xr-x root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/alignobjs.png
@@ -940,9 +1284,12 @@
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/check.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/clear_table_contents.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/combo.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/database.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/database_import.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/dateedit.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/datetimeedit.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/delete_table_row.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/form.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/form_action.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/form_edit.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/frame.png
@@ -952,11 +1299,14 @@
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/key.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/label.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/line.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/line_horizontal.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/line_vertical.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/lineedit.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/listbox.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/listview.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/lower.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/mouse_pointer.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/multiple_obj.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/new_sign.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/pixmaplabel.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/progress.png
@@ -969,6 +1319,7 @@
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/sort_za.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/spin.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/spring.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/spring_vertical.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/state_data.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/state_edit.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/state_sql.png
@@ -980,18 +1331,23 @@
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/textedit.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/timeedit.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/urlrequest.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/widgets.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/22x22/actions/widgetstack.png
drwxr-xr-x root/root usr/share/apps/kexi/icons/crystalsvg/32x32/
drwxr-xr-x root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/business_user.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/clear_table_contents.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/database.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/database_import.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/delete_table_row.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/form.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/form_action.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/grid.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/insert_table_row.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/key.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/new_sign.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/pixmaplabel.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/query.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/spring.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/state_data.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/state_sql.png
@@ -1000,39 +1356,61 @@
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/32x32/actions/table_newobj.png
drwxr-xr-x root/root usr/share/apps/kexi/icons/crystalsvg/48x48/
drwxr-xr-x root/root usr/share/apps/kexi/icons/crystalsvg/48x48/actions/
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/48x48/actions/database_import.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/48x48/actions/form_action.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/48x48/actions/key.png
drwxr-xr-x root/root usr/share/apps/kexi/icons/crystalsvg/64x64/
drwxr-xr-x root/root usr/share/apps/kexi/icons/crystalsvg/64x64/actions/
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/64x64/actions/business_user.png
+-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/64x64/actions/database.png
-rw-r--r-- root/root usr/share/apps/kexi/icons/crystalsvg/64x64/actions/form_action.png
--rw-r--r-- root/root usr/share/apps/kexi/kexidatatableui.rc
-rw-r--r-- root/root usr/share/apps/kexi/kexiformpartinstui.rc
-rw-r--r-- root/root usr/share/apps/kexi/kexiformpartui.rc
-rw-r--r-- root/root usr/share/apps/kexi/kexiquerypartinstui.rc
-rw-r--r-- root/root usr/share/apps/kexi/kexiquerypartui.rc
--rw-r--r-- root/root usr/share/apps/kexi/kexirelationhandlerui.rc
+-rw-r--r-- root/root usr/share/apps/kexi/kexirelationpartinstui.rc
-rw-r--r-- root/root usr/share/apps/kexi/kexirelationpartui.rc
--rw-r--r-- root/root usr/share/apps/kexi/kexirelationsview.rc
--rw-r--r-- root/root usr/share/apps/kexi/kexireportpartinstui.rc
--rw-r--r-- root/root usr/share/apps/kexi/kexireportpartui.rc
-rw-r--r-- root/root usr/share/apps/kexi/kexiscriptpartinstui.rc
-rw-r--r-- root/root usr/share/apps/kexi/kexiscriptpartui.rc
-rw-r--r-- root/root usr/share/apps/kexi/kexitablepartinstui.rc
-rw-r--r-- root/root usr/share/apps/kexi/kexitablepartui.rc
--rw-r--r-- root/root usr/share/apps/kexi/kexitableview.rc
-rw-r--r-- root/root usr/share/apps/kexi/kexiui.rc
+drwxr-xr-x root/root usr/share/apps/kexi/kross/
+drwxr-xr-x root/root usr/share/apps/kexi/kross/python/
+drwxr-xr-x root/root usr/share/apps/kexi/kross/python/kexiapp/
+-rwxr-xr-x root/root usr/share/apps/kexi/kross/python/kexiapp/__init__.py
drwxr-xr-x root/root usr/share/apps/kexi/pics/
-rw-r--r-- root/root usr/share/apps/kexi/pics/cp-wiz.png
--rw-r--r-- root/root usr/share/apps/kexi/readme_en
-drwxr-xr-x root/root usr/share/apps/kformdesigner/
--rw-r--r-- root/root usr/share/apps/kformdesigner/kfd_mainwindow.rc
-drwxr-xr-x root/root usr/share/apps/kformdesigner_part/
--rw-r--r-- root/root usr/share/apps/kformdesigner_part/kformdesigner_part.rc
--rw-r--r-- root/root usr/share/apps/kformdesigner_part/kformdesigner_part_shell.rc
+-rw-r--r-- root/root usr/share/apps/kexi/pics/imagebox.png
+drwxr-xr-x root/root usr/share/apps/kexi/scripts/
+drwxr-xr-x root/root usr/share/apps/kexi/scripts/copycenter/
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/copycenter/CopyCenter.py
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/copycenter/CopyCenter.rc
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/copycenter/CopyCenterPluginKexiDB.py
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/copycenter/CopyCenterPluginQtSQL.py
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/copycenter/readme.html
+drwxr-xr-x root/root usr/share/apps/kexi/scripts/exportxhtml/
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/exportxhtml/ExportXHTML.py
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/exportxhtml/ExportXHTML.rc
+drwxr-xr-x root/root usr/share/apps/kexi/scripts/importxhtml/
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/importxhtml/ImportXHTML.py
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/importxhtml/ImportXHTML.rc
+drwxr-xr-x root/root usr/share/apps/kexi/scripts/projectdocumentor/
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/projectdocumentor/ProjectDocumentor.py
+-rwxr-xr-x root/root usr/share/apps/kexi/scripts/projectdocumentor/ProjectDocumentor.rc
drwxr-xr-x root/root usr/share/apps/kformula/
drwxr-xr-x root/root usr/share/apps/kformula/dtd/
-rw-r--r-- root/root usr/share/apps/kformula/dtd/kformula.dtd
+drwxr-xr-x root/root usr/share/apps/kformula/fonts/
+-rw-r--r-- root/root usr/share/apps/kformula/fonts/cmbx10.ttf
+-rw-r--r-- root/root usr/share/apps/kformula/fonts/cmex10.ttf
+-rw-r--r-- root/root usr/share/apps/kformula/fonts/cmmi10.ttf
+-rw-r--r-- root/root usr/share/apps/kformula/fonts/cmr10.ttf
+-rw-r--r-- root/root usr/share/apps/kformula/fonts/cmsy10.ttf
+-rw-r--r-- root/root usr/share/apps/kformula/fonts/fonts.dir
+-rw-r--r-- root/root usr/share/apps/kformula/fonts/fonts.scale
+-rw-r--r-- root/root usr/share/apps/kformula/fonts/msam10.ttf
+-rw-r--r-- root/root usr/share/apps/kformula/fonts/msbm10.ttf
-rw-r--r-- root/root usr/share/apps/kformula/kformula.rc
-rw-r--r-- root/root usr/share/apps/kformula/kformula_readonly.rc
-rw-r--r-- root/root usr/share/apps/kformula/tips
@@ -1070,6 +1448,9 @@
drwxr-xr-x root/root usr/share/apps/kivio/icons/hicolor/16x16/
drwxr-xr-x root/root usr/share/apps/kivio/icons/hicolor/16x16/actions/
-rw-r--r-- root/root usr/share/apps/kivio/icons/hicolor/16x16/actions/add_stencil.png
+-rw-r--r-- root/root usr/share/apps/kivio/icons/hicolor/16x16/actions/align_bottom.png
+-rw-r--r-- root/root usr/share/apps/kivio/icons/hicolor/16x16/actions/align_top.png
+-rw-r--r-- root/root usr/share/apps/kivio/icons/hicolor/16x16/actions/align_vcenter.png
-rw-r--r-- root/root usr/share/apps/kivio/icons/hicolor/16x16/actions/bring_stencil_to_front.png
-rw-r--r-- root/root usr/share/apps/kivio/icons/hicolor/16x16/actions/copy_stencil.png
-rw-r--r-- root/root usr/share/apps/kivio/icons/hicolor/16x16/actions/cut_stencil.png
@@ -2293,6 +2674,16 @@
-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/Buildings/Office2.xpm
-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/Buildings/desc
-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/Buildings/icon.xpm
+drwxr-xr-x root/root usr/share/apps/kivio/stencils/Miscellaneous/ER/
+-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/ER/attribute.sml
+-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/ER/derivedattribute.sml
+-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/ER/desc
+-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/ER/entity.sml
+-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/ER/icon.png
+-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/ER/multivaluedattribute.sml
+-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/ER/relationship.sml
+-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/ER/weakentity.sml
+-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/ER/weakrelationship.sml
drwxr-xr-x root/root usr/share/apps/kivio/stencils/Miscellaneous/NassiShneiderman/
-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/NassiShneiderman/block.png
-rw-r--r-- root/root usr/share/apps/kivio/stencils/Miscellaneous/NassiShneiderman/block.sml
@@ -2413,6 +2804,7 @@
drwxr-xr-x root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/borderoutline.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/bring_forward.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/button_no.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/color_fill.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/color_line.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/delete_table_col.png
@@ -2437,6 +2829,9 @@
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/kdb_table.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/linewidth.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/send_backward.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/spacedouble.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/spacesimple.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/spacetriple.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/tab_first.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/tab_last.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/16x16/actions/tab_left.png
@@ -2510,6 +2905,9 @@
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/22x22/actions/shadowRU.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/22x22/actions/shadowU.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/22x22/actions/slide.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/22x22/actions/spacedouble.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/22x22/actions/spacesimple.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/22x22/actions/spacetriple.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/22x22/actions/sub.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/22x22/actions/super.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/22x22/actions/toggle_docbrowser.png
@@ -2528,6 +2926,9 @@
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/32x32/actions/insert_table_row.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/32x32/actions/send_backward.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/32x32/actions/sort_az.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/32x32/actions/spacedouble.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/32x32/actions/spacesimple.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/32x32/actions/spacetriple.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/32x32/actions/view_remove.png
drwxr-xr-x root/root usr/share/apps/koffice/icons/crystalsvg/32x32/apps/
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/32x32/apps/go.png
@@ -2537,12 +2938,18 @@
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/48x48/actions/fontsizedown.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/48x48/actions/fontsizeup.png
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/48x48/actions/send_backward.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/48x48/actions/spacedouble.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/48x48/actions/spacesimple.png
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/48x48/actions/spacetriple.png
drwxr-xr-x root/root usr/share/apps/koffice/icons/crystalsvg/48x48/apps/
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/48x48/apps/key_bindings.png
drwxr-xr-x root/root usr/share/apps/koffice/icons/crystalsvg/scalable/
drwxr-xr-x root/root usr/share/apps/koffice/icons/crystalsvg/scalable/actions/
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/scalable/actions/bring_forward.svgz
-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/scalable/actions/send_backward.svgz
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/scalable/actions/spacedouble.svgz
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/scalable/actions/spacesimple.svgz
+-rw-r--r-- root/root usr/share/apps/koffice/icons/crystalsvg/scalable/actions/spacetriple.svgz
-rw-r--r-- root/root usr/share/apps/koffice/koffice_shell.rc
drwxr-xr-x root/root usr/share/apps/koffice/pics/
-rw-r--r-- root/root usr/share/apps/koffice/pics/koKoolBarDown.png
@@ -2552,9 +2959,16 @@
-rw-r--r-- root/root usr/share/apps/koffice/pics/koRulerFirst.png
-rw-r--r-- root/root usr/share/apps/koffice/pics/koRulerLeft.png
-rw-r--r-- root/root usr/share/apps/koffice/pics/koffice-logo.png
+drwxr-xr-x root/root usr/share/apps/kofficewidgets/
+drwxr-xr-x root/root usr/share/apps/kofficewidgets/pics/
+-rw-r--r-- root/root usr/share/apps/kofficewidgets/pics/kounitdoublecombobox.png
+-rw-r--r-- root/root usr/share/apps/kofficewidgets/pics/kounitdoublelineedit.png
+-rw-r--r-- root/root usr/share/apps/kofficewidgets/pics/kounitdoublespinbox2.png
+-rw-r--r-- root/root usr/share/apps/kofficewidgets/pics/kounitdoublespincombobox.png
drwxr-xr-x root/root usr/share/apps/konqueror/
drwxr-xr-x root/root usr/share/apps/konqueror/servicemenus/
-rw-r--r-- root/root usr/share/apps/konqueror/servicemenus/karbon_konqi.desktop
+-rw-r--r-- root/root usr/share/apps/konqueror/servicemenus/kchart_konqi.desktop
-rw-r--r-- root/root usr/share/apps/konqueror/servicemenus/kexi_konqi.desktop
-rw-r--r-- root/root usr/share/apps/konqueror/servicemenus/kformula_konqi.desktop
-rw-r--r-- root/root usr/share/apps/konqueror/servicemenus/kivio_konqi.desktop
@@ -2564,6 +2978,45 @@
-rw-r--r-- root/root usr/share/apps/konqueror/servicemenus/kword_konqi.desktop
drwxr-xr-x root/root usr/share/apps/koshell/
-rw-r--r-- root/root usr/share/apps/koshell/koshellui.rc
+drwxr-xr-x root/root usr/share/apps/kplato/
+drwxr-xr-x root/root usr/share/apps/kplato/icons/
+drwxr-xr-x root/root usr/share/apps/kplato/icons/crystalsvg/
+drwxr-xr-x root/root usr/share/apps/kplato/icons/crystalsvg/22x22/
+drwxr-xr-x root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/accounts.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/add_milestone.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/add_sub_task.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/add_task.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/gantt_chart.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/indent_task.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/move_task_down.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/move_task_up.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/pert_chart.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/project_calculate.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/resources.png
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/22x22/actions/unindent_task.png
+drwxr-xr-x root/root usr/share/apps/kplato/icons/crystalsvg/48x48/
+drwxr-xr-x root/root usr/share/apps/kplato/icons/crystalsvg/48x48/actions/
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/48x48/actions/template_timechart.png
+drwxr-xr-x root/root usr/share/apps/kplato/icons/crystalsvg/scalable/
+drwxr-xr-x root/root usr/share/apps/kplato/icons/crystalsvg/scalable/actions/
+-rw-r--r-- root/root usr/share/apps/kplato/icons/crystalsvg/scalable/actions/template_timechart.svgz
+-rw-r--r-- root/root usr/share/apps/kplato/kplato.rc
+-rw-r--r-- root/root usr/share/apps/kplato/kplato_readonly.rc
+drwxr-xr-x root/root usr/share/apps/kplato/reports/
+drwxr-xr-x root/root usr/share/apps/kplato/reports/.source/
+-rw-r--r-- root/root usr/share/apps/kplato/reports/.source/resourcelist.ktf
+-rw-r--r-- root/root usr/share/apps/kplato/reports/.source/tasklist.ktf
+-rw-r--r-- root/root usr/share/apps/kplato/reports/resourcelist.desktop
+-rw-r--r-- root/root usr/share/apps/kplato/reports/tasklist.desktop
+drwxr-xr-x root/root usr/share/apps/kplato/templates/
+drwxr-xr-x root/root usr/share/apps/kplato/templates/Simple/
+-rw-r--r-- root/root usr/share/apps/kplato/templates/Simple/.directory
+drwxr-xr-x root/root usr/share/apps/kplato/templates/Simple/.source/
+-rw-r--r-- root/root usr/share/apps/kplato/templates/Simple/.source/8HourDay-40HourWeek.kplatot
+-rw-r--r-- root/root usr/share/apps/kplato/templates/Simple/.source/Plain.kplatot
+-rw-r--r-- root/root usr/share/apps/kplato/templates/Simple/8HourDay-40HourWeek.desktop
+-rw-r--r-- root/root usr/share/apps/kplato/templates/Simple/Plain.desktop
drwxr-xr-x root/root usr/share/apps/kpresenter/
drwxr-xr-x root/root usr/share/apps/kpresenter/autoforms/
-rw-r--r-- root/root usr/share/apps/kpresenter/autoforms/.autoforms
@@ -2639,9 +3092,31 @@
-rw-r--r-- root/root usr/share/apps/kpresenter/dtd/kpresenter.dtd
drwxr-xr-x root/root usr/share/apps/kpresenter/icons/
drwxr-xr-x root/root usr/share/apps/kpresenter/icons/crystalsvg/
+drwxr-xr-x root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/
+drwxr-xr-x root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/alignobjs.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/alignobjs.svg
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/autoform.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/circle.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/closed_cubicbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/closed_freehand.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/closed_polyline.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/closed_quadricbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/cubicbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/effect.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/freehand.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/line.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/penbrush.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/pie.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/polygon.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/polyline.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/quadricbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/rectangle.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/16x16/actions/slide_effect.png
drwxr-xr-x root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/
drwxr-xr-x root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/alignobjs.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/alignobjs.svg
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/arrange.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/autoform.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/cakes.png
@@ -2708,9 +3183,48 @@
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/polyline.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/quadricbeziercurve.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/rectangle.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/slide_effect.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/22x22/actions/webpres.png
+drwxr-xr-x root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/
+drwxr-xr-x root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/alignobjs.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/autoform.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/circle.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/closed_cubicbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/closed_freehand.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/closed_polyline.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/closed_quadricbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/cubicbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/effect.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/freehand.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/line.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/penbrush.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/pie.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/polygon.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/polyline.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/quadricbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/rectangle.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/32x32/actions/slide_effect.png
drwxr-xr-x root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/
drwxr-xr-x root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/alignobjs.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/autoform.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/circle.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/closed_cubicbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/closed_freehand.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/closed_polyline.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/closed_quadricbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/cubicbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/effect.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/freehand.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/line.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/penbrush.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/pie.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/polygon.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/polyline.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/quadricbeziercurve.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/rectangle.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/slide_effect.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/template_emptylandscape.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/template_emptyportrait.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/crystalsvg/48x48/actions/template_onecolumnlandscape.png
@@ -2735,11 +3249,13 @@
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_bluebreezedouble.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_bluebreezepicture.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_bluebreezesingle.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_classroom.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_copperplain.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_gradientbluered.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_kde.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_kde2.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_kde3.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_savannah.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_screenplain.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_snowymountains.png
-rw-r--r-- root/root usr/share/apps/kpresenter/icons/hicolor/48x48/actions/template_totallynewproduct.png
@@ -2748,6 +3264,23 @@
-rw-r--r-- root/root usr/share/apps/kpresenter/kpresenter.rc
-rw-r--r-- root/root usr/share/apps/kpresenter/kpresenter_readonly.rc
drwxr-xr-x root/root usr/share/apps/kpresenter/pics/
+drwxr-xr-x root/root usr/share/apps/kpresenter/pics/rotate/
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/bl.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/bldn.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/bm.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/bmdn.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/br.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/brdn.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/ml.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/mldn.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/mr.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/mrdn.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/tl.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/tldn.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/tm.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/tmdn.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/tr.png
+-rw-r--r-- root/root usr/share/apps/kpresenter/pics/rotate/trdn.png
-rw-r--r-- root/root usr/share/apps/kpresenter/pics/webslideshow-sidebar.png
drwxr-xr-x root/root usr/share/apps/kpresenter/slideshow/
-rw-r--r-- root/root usr/share/apps/kpresenter/slideshow/first.png
@@ -2794,23 +3327,25 @@
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/BlueBreezeSingle.kpt
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/CopperPlain.kpt
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/GradientBlueRed.kpt
--rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/Plain.kpt
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/SnowyMountains.kpt
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/TotallyNewProduct.kpt
+-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/classroom.kpt
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/kde.kpt
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/kde2.kpt
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/kde3.kpt
+-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/.source/savannah.kpt
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/BlueBreezeDouble.desktop
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/BlueBreezePicture.desktop
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/BlueBreezeSingle.desktop
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/CopperPlain.desktop
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/GradientBlueRed.desktop
--rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/Plain.desktop
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/SnowyMountains.desktop
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/TotallyNewProduct.desktop
+-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/classroom.desktop
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/kde.desktop
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/kde2.desktop
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/kde3.desktop
+-rw-r--r-- root/root usr/share/apps/kpresenter/templates/Screenpresentations/savannah.desktop
drwxr-xr-x root/root usr/share/apps/kpresenter/templates/legal/
-rw-r--r-- root/root usr/share/apps/kpresenter/templates/legal/.directory
drwxr-xr-x root/root usr/share/apps/kpresenter/templates/legal/.source/
@@ -2879,6 +3414,8 @@
-rw-r--r-- root/root usr/share/apps/krita/brushes/DStar11.gbr
-rw-r--r-- root/root usr/share/apps/krita/brushes/DStar17.gbr
-rw-r--r-- root/root usr/share/apps/krita/brushes/DStar25.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/Makefile.am
+-rw-r--r-- root/root usr/share/apps/krita/brushes/Makefile.in
-rw-r--r-- root/root usr/share/apps/krita/brushes/SketchBrush-16.gih
-rw-r--r-- root/root usr/share/apps/krita/brushes/SketchBrush-32.gih
-rw-r--r-- root/root usr/share/apps/krita/brushes/SketchBrush-64.gih
@@ -2888,6 +3425,24 @@
-rw-r--r-- root/root usr/share/apps/krita/brushes/callig4.gbr
-rw-r--r-- root/root usr/share/apps/krita/brushes/confetti.gbr
-rw-r--r-- root/root usr/share/apps/krita/brushes/confetti.gih
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_big_lb.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_big_lw.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_big_rb.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_big_rw.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_lw.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_resize_diag_1.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_resize_diag_2.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_resize_hor.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_resize_vert.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_rw.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_small_lb.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_small_lw.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_small_rb.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_small_rw.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_tiny_lw.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_tiny_rw.gbr
+-rw-r--r-- root/root usr/share/apps/krita/brushes/cursor_up.gbr
-rw-r--r-- root/root usr/share/apps/krita/brushes/dunes.gbr
-rw-r--r-- root/root usr/share/apps/krita/brushes/feltpen.gih
-rw-r--r-- root/root usr/share/apps/krita/brushes/galaxy.gbr
@@ -2982,41 +3537,27 @@
drwxr-xr-x root/root usr/share/apps/krita/icons/crystalsvg/
drwxr-xr-x root/root usr/share/apps/krita/icons/crystalsvg/48x48/
drwxr-xr-x root/root usr/share/apps/krita/icons/crystalsvg/48x48/actions/
--rw-r--r-- root/root usr/share/apps/krita/icons/crystalsvg/48x48/actions/template_empty.png
+-rw-r--r-- root/root usr/share/apps/krita/icons/crystalsvg/48x48/actions/template_cmyk_empty.png
-rw-r--r-- root/root usr/share/apps/krita/icons/crystalsvg/48x48/actions/template_gray_empty.png
-rw-r--r-- root/root usr/share/apps/krita/icons/crystalsvg/48x48/actions/template_rgb_empty.png
drwxr-xr-x root/root usr/share/apps/krita/icons/crystalsvg/scalable/
drwxr-xr-x root/root usr/share/apps/krita/icons/crystalsvg/scalable/actions/
--rw-r--r-- root/root usr/share/apps/krita/icons/crystalsvg/scalable/actions/template_empty.svgz
+-rw-r--r-- root/root usr/share/apps/krita/icons/crystalsvg/scalable/actions/template_cmyk_empty.svgz
-rw-r--r-- root/root usr/share/apps/krita/icons/crystalsvg/scalable/actions/template_gray_empty.svgz
-rw-r--r-- root/root usr/share/apps/krita/icons/crystalsvg/scalable/actions/template_rgb_empty.svgz
+drwxr-xr-x root/root usr/share/apps/krita/images/
+-rw-r--r-- root/root usr/share/apps/krita/images/airbrush.png
+-rw-r--r-- root/root usr/share/apps/krita/images/eraser.png
+-rw-r--r-- root/root usr/share/apps/krita/images/paintbrush.png
+-rw-r--r-- root/root usr/share/apps/krita/images/pencil.png
+-rw-r--r-- root/root usr/share/apps/krita/images/previewfilter.png
drwxr-xr-x root/root usr/share/apps/krita/kpartplugins/
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/colorrange.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/colorsfilters.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/colorspaceconversion.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/histogram.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/imagesize.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritacimg.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritaconvolutionfilters.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritadefaulttools.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritaembossfilter.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritaexample.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritaoilpaintfilter.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritaraindropsfilter.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritaselectiontools.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritatoolcrop.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritatoolfilter.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritatoolpolygon.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritatoolpolyline.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritatoolstar.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/kritatooltransform.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/rotateimage.rc
-rw-r--r-- root/root usr/share/apps/krita/kpartplugins/scan-krita.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/screenshot-krita.rc
--rw-r--r-- root/root usr/share/apps/krita/kpartplugins/shearimage.rc
-rw-r--r-- root/root usr/share/apps/krita/krita.rc
-rw-r--r-- root/root usr/share/apps/krita/krita_readonly.rc
drwxr-xr-x root/root usr/share/apps/krita/palettes/
+-rw-r--r-- root/root usr/share/apps/krita/palettes/40_Colors.gpl
+-rw-r--r-- root/root usr/share/apps/krita/palettes/Anchor.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Bears.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Bgold.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Blues.gpl
@@ -3028,6 +3569,7 @@
-rw-r--r-- root/root usr/share/apps/krita/palettes/Coldfire.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Cool_Colors.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Cranes.gpl
+-rw-r--r-- root/root usr/share/apps/krita/palettes/DMC.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Dark_pastels.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Default.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Ega.gpl
@@ -3040,11 +3582,15 @@
-rw-r--r-- root/root usr/share/apps/krita/palettes/Hilite.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Khaki.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Lights.gpl
+-rw-r--r-- root/root usr/share/apps/krita/palettes/Madeira.gpl
+-rw-r--r-- root/root usr/share/apps/krita/palettes/Makefile.am
+-rw-r--r-- root/root usr/share/apps/krita/palettes/Makefile.in
-rw-r--r-- root/root usr/share/apps/krita/palettes/Muted.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Named_Colors.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/News3.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Op2.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Paintjet.gpl
+-rw-r--r-- root/root usr/share/apps/krita/palettes/Pantone_Coated_Approx.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Pastels.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Plasma.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Reds.gpl
@@ -3056,6 +3602,7 @@
-rw-r--r-- root/root usr/share/apps/krita/palettes/Volcano.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Warm_Colors.gpl
-rw-r--r-- root/root usr/share/apps/krita/palettes/Web.gpl
+-rw-r--r-- root/root usr/share/apps/krita/palettes/new_kde.gpl
drwxr-xr-x root/root usr/share/apps/krita/patterns/
-rw-r--r-- root/root usr/share/apps/krita/patterns/3dgreen.pat
-rw-r--r-- root/root usr/share/apps/krita/patterns/Craters.pat
@@ -3118,35 +3665,64 @@
drwxr-xr-x root/root usr/share/apps/krita/pics/
-rw-r--r-- root/root usr/share/apps/krita/pics/closedhand_cursor.xpm
-rw-r--r-- root/root usr/share/apps/krita/pics/deletelayer.png
--rw-r--r-- root/root usr/share/apps/krita/pics/ellipse.png
--rw-r--r-- root/root usr/share/apps/krita/pics/gradient.png
--rw-r--r-- root/root usr/share/apps/krita/pics/line.png
-rw-r--r-- root/root usr/share/apps/krita/pics/linked.png
-rw-r--r-- root/root usr/share/apps/krita/pics/locked.png
-rw-r--r-- root/root usr/share/apps/krita/pics/lowerlayer.png
-rw-r--r-- root/root usr/share/apps/krita/pics/newlayer.png
-rw-r--r-- root/root usr/share/apps/krita/pics/novisible.png
-rw-r--r-- root/root usr/share/apps/krita/pics/openhand_cursor.xpm
--rw-r--r-- root/root usr/share/apps/krita/pics/polygon.png
-rw-r--r-- root/root usr/share/apps/krita/pics/polyline.png
-rw-r--r-- root/root usr/share/apps/krita/pics/raiselayer.png
--rw-r--r-- root/root usr/share/apps/krita/pics/rectangle.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/rotate_cursor.xpm
+-rw-r--r-- root/root usr/share/apps/krita/pics/tablet.png
-rw-r--r-- root/root usr/share/apps/krita/pics/tool_brush_selection.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_brush_selection_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_contiguous_selection.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_contiguous_selection_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_crop_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_duplicate_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_ellipse.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_ellipse_cursor.png
-rw-r--r-- root/root usr/share/apps/krita/pics/tool_elliptical_selection.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_elliptical_selection_cursor.png
-rw-r--r-- root/root usr/share/apps/krita/pics/tool_eraser_selection.png
--rw-r--r-- root/root usr/share/apps/krita/pics/tool_free_form_selection.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_eraser_selection_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_fill_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_filter.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_filter_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_freehand.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_freehand_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_gradient.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_gradient_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_line.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_line_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_outline_selection.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_outline_selection_cursor.png
-rw-r--r-- root/root usr/share/apps/krita/pics/tool_pan.png
--rw-r--r-- root/root usr/share/apps/krita/pics/tool_picker_selection.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_polygon.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_polygon_cursor.png
-rw-r--r-- root/root usr/share/apps/krita/pics/tool_polygonal_selection.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_polygonal_selection_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_polyline_cursor.png
-rw-r--r-- root/root usr/share/apps/krita/pics/tool_rect_selection.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_rectangle.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_rectangle_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_rectangular_selection_cursor.png
-rw-r--r-- root/root usr/share/apps/krita/pics/tool_screenshot.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_similar_selection.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_similar_selection_minus_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_similar_selection_plus_cursor.png
-rw-r--r-- root/root usr/share/apps/krita/pics/tool_star.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_star_cursor.png
-rw-r--r-- root/root usr/share/apps/krita/pics/tool_text.png
--rw-r--r-- root/root usr/share/apps/krita/pics/tool_wizard_selection.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_text_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_zoom_minus_cursor.png
+-rw-r--r-- root/root usr/share/apps/krita/pics/tool_zoom_plus_cursor.png
-rw-r--r-- root/root usr/share/apps/krita/pics/unlinked.png
-rw-r--r-- root/root usr/share/apps/krita/pics/unlocked.png
-rw-r--r-- root/root usr/share/apps/krita/pics/visible.png
drwxr-xr-x root/root usr/share/apps/krita/profiles/
+-rw-r--r-- root/root usr/share/apps/krita/profiles/Adobe.icm
-rw-r--r-- root/root usr/share/apps/krita/profiles/Apple.icm
-rw-r--r-- root/root usr/share/apps/krita/profiles/CIE.icm
-rw-r--r-- root/root usr/share/apps/krita/profiles/CMY.icm
@@ -3163,15 +3739,39 @@
-rw-r--r-- root/root usr/share/apps/krita/profiles/srgb_color_space_profile.icm
-rw-r--r-- root/root usr/share/apps/krita/profiles/srgbspac.icm
-rw-r--r-- root/root usr/share/apps/krita/profiles/tifflab8spac.icm
--rw-r--r-- root/root usr/share/apps/krita/profiles/tr01_d50.icm
-rw-r--r-- root/root usr/share/apps/krita/profiles/ycc601.icm
-rw-r--r-- root/root usr/share/apps/krita/profiles/ycc709.icm
+drwxr-xr-x root/root usr/share/apps/krita/scripts/
+drwxr-xr-x root/root usr/share/apps/krita/scripts/changecs/
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/changecs/changecs.rb
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/changecs/changecs.rc
+drwxr-xr-x root/root usr/share/apps/krita/scripts/filterstest/
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/filterstest/filterstest.rb
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/filterstest/filterstest.rc
+drwxr-xr-x root/root usr/share/apps/krita/scripts/invertpython/
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/invertpython/invert.py
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/invertpython/invertpython.rc
+drwxr-xr-x root/root usr/share/apps/krita/scripts/invertruby/
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/invertruby/invert.rb
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/invertruby/invertruby.rc
+drwxr-xr-x root/root usr/share/apps/krita/scripts/randompaint/
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/randompaint/randompaint.rb
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/randompaint/randompaint.rc
+drwxr-xr-x root/root usr/share/apps/krita/scripts/reshapehisto/
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/reshapehisto/reshapehisto.py
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/reshapehisto/reshapehisto.rc
+drwxr-xr-x root/root usr/share/apps/krita/scripts/torturefilters/
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/torturefilters/torture-filters.rb
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/torturefilters/torture-filters.rc
+drwxr-xr-x root/root usr/share/apps/krita/scripts/torturepainting/
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/torturepainting/torture-painting.rb
+-rwxr-xr-x root/root usr/share/apps/krita/scripts/torturepainting/torture-painting.rc
drwxr-xr-x root/root usr/share/apps/krita/templates/
-drwxr-xr-x root/root usr/share/apps/krita/templates/empty/
--rw-r--r-- root/root usr/share/apps/krita/templates/empty/.directory
-drwxr-xr-x root/root usr/share/apps/krita/templates/empty/.source/
--rw-r--r-- root/root usr/share/apps/krita/templates/empty/.source/empty.kra
--rw-r--r-- root/root usr/share/apps/krita/templates/empty/empty.desktop
+drwxr-xr-x root/root usr/share/apps/krita/templates/cmyk/
+-rw-r--r-- root/root usr/share/apps/krita/templates/cmyk/.directory
+drwxr-xr-x root/root usr/share/apps/krita/templates/cmyk/.source/
+-rw-r--r-- root/root usr/share/apps/krita/templates/cmyk/.source/white_2000x800.kra
+-rw-r--r-- root/root usr/share/apps/krita/templates/cmyk/white_2000x800.desktop
drwxr-xr-x root/root usr/share/apps/krita/templates/gray/
-rw-r--r-- root/root usr/share/apps/krita/templates/gray/.directory
drwxr-xr-x root/root usr/share/apps/krita/templates/gray/.source/
@@ -3196,6 +3796,35 @@
-rw-r--r-- root/root usr/share/apps/krita/templates/rgb/white_1280x1024.desktop
-rw-r--r-- root/root usr/share/apps/krita/templates/rgb/white_1600x1200.desktop
-rw-r--r-- root/root usr/share/apps/krita/templates/rgb/white_640x480.desktop
+drwxr-xr-x root/root usr/share/apps/kritaplugins/
+-rw-r--r-- root/root usr/share/apps/kritaplugins/colorrange.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/colorspaceconversion.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/dropshadow.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/histogram.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/imageseparate.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/imagesize.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/kritafiltersgallery.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/kritahistogramdocker.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/perftest.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/rotateimage.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/screenshot-krita.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/scripting.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/shearimage.rc
+-rw-r--r-- root/root usr/share/apps/kritaplugins/wetplugin.rc
+drwxr-xr-x root/root usr/share/apps/kross/
+drwxr-xr-x root/root usr/share/apps/kross/python/
+drwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/
+-rwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/Eval.py
+-rwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/Guards.py
+-rwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/Limits.py
+-rwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/MutatingWalker.py
+-rwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/PrintCollector.py
+-rwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/RCompile.py
+-rwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/RestrictionMutator.py
+-rwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/SelectCompiler.py
+-rwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/Utilities.py
+-rwxr-xr-x root/root usr/share/apps/kross/python/RestrictedPython/__init__.py
+-rwxr-xr-x root/root usr/share/apps/kross/python/gui.py
drwxr-xr-x root/root usr/share/apps/kspread/
drwxr-xr-x root/root usr/share/apps/kspread/dtd/
-rw-r--r-- root/root usr/share/apps/kspread/dtd/kspread.dtd
@@ -3208,7 +3837,6 @@
-rw-r--r-- root/root usr/share/apps/kspread/extensions/financial.xml
-rw-r--r-- root/root usr/share/apps/kspread/extensions/information.xml
-rw-r--r-- root/root usr/share/apps/kspread/extensions/logic.xml
--rw-r--r-- root/root usr/share/apps/kspread/extensions/math.ks
-rw-r--r-- root/root usr/share/apps/kspread/extensions/math.xml
-rw-r--r-- root/root usr/share/apps/kspread/extensions/reference.xml
-rw-r--r-- root/root usr/share/apps/kspread/extensions/statistical.xml
@@ -3249,6 +3877,9 @@
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/16x16/actions/insertcellcopy.png
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/16x16/actions/inserttable.png
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/16x16/actions/mergecell.png
+drwxr-xr-x root/root usr/share/apps/kspread/icons/crystalsvg/16x16/actions/mergecell/
+-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/16x16/actions/mergecell/horizontal.png
+-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/16x16/actions/mergecell/vertical.png
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/16x16/actions/middle.png
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/16x16/actions/money.png
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/16x16/actions/multirow.png
@@ -3288,6 +3919,9 @@
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/22x22/actions/insert_chart.png
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/22x22/actions/insert_link.png
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/22x22/actions/mergecell.png
+drwxr-xr-x root/root usr/share/apps/kspread/icons/crystalsvg/22x22/actions/mergecell/
+-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/22x22/actions/mergecell/horizontal.png
+-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/22x22/actions/mergecell/vertical.png
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/22x22/actions/middle.png
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/22x22/actions/money.png
-rw-r--r-- root/root usr/share/apps/kspread/icons/crystalsvg/22x22/actions/multirow.png
@@ -3346,13 +3980,13 @@
-rw-r--r-- root/root usr/share/apps/kspread/kpartplugins/insertcalendar.rc
-rw-r--r-- root/root usr/share/apps/kspread/kspread.rc
-rw-r--r-- root/root usr/share/apps/kspread/kspread_readonly.rc
-drwxr-xr-x root/root usr/share/apps/kspread/tablestyles/
--rw-r--r-- root/root usr/share/apps/kspread/tablestyles/standard1.ksts
--rw-r--r-- root/root usr/share/apps/kspread/tablestyles/standard1.png
--rw-r--r-- root/root usr/share/apps/kspread/tablestyles/standard1.xml
--rw-r--r-- root/root usr/share/apps/kspread/tablestyles/standard2.ksts
--rw-r--r-- root/root usr/share/apps/kspread/tablestyles/standard2.png
--rw-r--r-- root/root usr/share/apps/kspread/tablestyles/standard2.xml
+drwxr-xr-x root/root usr/share/apps/kspread/sheetstyles/
+-rw-r--r-- root/root usr/share/apps/kspread/sheetstyles/standard1.ksts
+-rw-r--r-- root/root usr/share/apps/kspread/sheetstyles/standard1.png
+-rw-r--r-- root/root usr/share/apps/kspread/sheetstyles/standard1.xml
+-rw-r--r-- root/root usr/share/apps/kspread/sheetstyles/standard2.ksts
+-rw-r--r-- root/root usr/share/apps/kspread/sheetstyles/standard2.png
+-rw-r--r-- root/root usr/share/apps/kspread/sheetstyles/standard2.xml
drwxr-xr-x root/root usr/share/apps/kspread/templates/
drwxr-xr-x root/root usr/share/apps/kspread/templates/Business/
-rw-r--r-- root/root usr/share/apps/kspread/templates/Business/.directory
@@ -3478,12 +4112,12 @@
-rw-r--r-- root/root usr/share/apps/kugar/dtd/kugartemplate.dtd
-rw-r--r-- root/root usr/share/apps/kugar/kugarpart.rc
drwxr-xr-x root/root usr/share/apps/kugar/templates/
--rw-r--r-- root/root usr/share/apps/kugar/templates/sample1.kud
--rw-r--r-- root/root usr/share/apps/kugar/templates/sample1.kut
--rw-r--r-- root/root usr/share/apps/kugar/templates/sample2.kud
--rw-r--r-- root/root usr/share/apps/kugar/templates/sample2.kut
--rw-r--r-- root/root usr/share/apps/kugar/templates/sample3.kud
--rw-r--r-- root/root usr/share/apps/kugar/templates/sample3.kut
+-rw-r--r-- root/root usr/share/apps/kugar/templates/sample1.kdf
+-rw-r--r-- root/root usr/share/apps/kugar/templates/sample1.ktf
+-rw-r--r-- root/root usr/share/apps/kugar/templates/sample2.kdf
+-rw-r--r-- root/root usr/share/apps/kugar/templates/sample2.ktf
+-rw-r--r-- root/root usr/share/apps/kugar/templates/sample3.kdf
+-rw-r--r-- root/root usr/share/apps/kugar/templates/sample3.ktf
drwxr-xr-x root/root usr/share/apps/kword/
drwxr-xr-x root/root usr/share/apps/kword/dtd/
-rw-r--r-- root/root usr/share/apps/kword/dtd/framestyles.dtd
@@ -3495,6 +4129,9 @@
-rw-r--r-- root/root usr/share/apps/kword/framestyles.xml
drwxr-xr-x root/root usr/share/apps/kword/icons/
drwxr-xr-x root/root usr/share/apps/kword/icons/crystalsvg/
+drwxr-xr-x root/root usr/share/apps/kword/icons/crystalsvg/128x128/
+drwxr-xr-x root/root usr/share/apps/kword/icons/crystalsvg/128x128/actions/
+-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/128x128/actions/template_colorful.png
drwxr-xr-x root/root usr/share/apps/kword/icons/crystalsvg/22x22/
drwxr-xr-x root/root usr/share/apps/kword/icons/crystalsvg/22x22/actions/
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/22x22/actions/run_bounding.png
@@ -3508,7 +4145,7 @@
drwxr-xr-x root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_a4.png
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_businesscards10.png
--rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_empty.png
+-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_colorful.png
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_envelopec6.png
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_envelopedl.png
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_fax.png
@@ -3516,13 +4153,11 @@
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_letter.png
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_memo.png
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_plaintext.png
--rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_simplelayout.png
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/48x48/actions/template_twocolumns.png
drwxr-xr-x root/root usr/share/apps/kword/icons/crystalsvg/scalable/
drwxr-xr-x root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_a4.svgz
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_businesscards10.svgz
--rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_empty.svgz
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_envelopec6.svgz
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_envelopedl.svgz
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_fax.svgz
@@ -3530,7 +4165,6 @@
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_letter.svgz
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_memo.svgz
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_plaintext.svgz
--rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_simplelayout.svgz
-rw-r--r-- root/root usr/share/apps/kword/icons/crystalsvg/scalable/actions/template_twocolumns.svgz
drwxr-xr-x root/root usr/share/apps/kword/kpartplugins/
-rw-r--r-- root/root usr/share/apps/kword/kpartplugins/scan-kword.rc
@@ -3557,24 +4191,28 @@
-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.directory
drwxr-xr-x root/root usr/share/apps/kword/templates/Normal/.source/
-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/A4.kwt
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/ColorfulA4.odt
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/ColorfulLetter.odt
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/FaxA4.odt
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/FaxLetter.odt
-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/Letter.kwt
-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/Memo.kwt
-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/PlainText.kwt
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/ProfessionalA4.odt
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/ProfessionalLetter.odt
-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/TwoColumns.kwt
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/.source/TwoColumnsLetter.kwt
-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/A4.desktop
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/ColorfulA4.desktop
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/ColorfulLetter.desktop
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/FaxA4.desktop
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/FaxLetter.desktop
-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/Letter.desktop
-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/Memo.desktop
--rw-r--r-- root/root usr/share/apps/kword/templates/Normal/PlainText.desktop
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/ProfessionalA4.desktop
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/ProfessionalLetter.desktop
-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/TwoColumns.desktop
-drwxr-xr-x root/root usr/share/apps/kword/templates/Publishing/
--rw-r--r-- root/root usr/share/apps/kword/templates/Publishing/.directory
-drwxr-xr-x root/root usr/share/apps/kword/templates/Publishing/.source/
--rw-r--r-- root/root usr/share/apps/kword/templates/Publishing/.source/Empty.kwt
--rw-r--r-- root/root usr/share/apps/kword/templates/Publishing/.source/SimpleLayout.kwt
--rw-r--r-- root/root usr/share/apps/kword/templates/Publishing/.source/fax.kwt
--rw-r--r-- root/root usr/share/apps/kword/templates/Publishing/Empty.desktop
--rw-r--r-- root/root usr/share/apps/kword/templates/Publishing/SimpleLayout.desktop
--rw-r--r-- root/root usr/share/apps/kword/templates/Publishing/fax.desktop
+-rw-r--r-- root/root usr/share/apps/kword/templates/Normal/TwoColumnsLetter.desktop
drwxr-xr-x root/root usr/share/apps/thesaurus/
-rw-r--r-- root/root usr/share/apps/thesaurus/thesaurus.txt
drwxr-xr-x root/root usr/share/apps/xsltfilter/
@@ -3593,6 +4231,10 @@
drwxr-xr-x root/root usr/share/doc/
drwxr-xr-x root/root usr/share/doc/HTML/
drwxr-xr-x root/root usr/share/doc/HTML/en/
+drwxr-xr-x root/root usr/share/doc/HTML/en/karbon/
+lrwxrwxrwx root/root usr/share/doc/HTML/en/karbon/common -> /usr/share/doc/HTML/en/common
+-rw-r--r-- root/root usr/share/doc/HTML/en/karbon/index.cache.bz2
+-rw-r--r-- root/root usr/share/doc/HTML/en/karbon/index.docbook
drwxr-xr-x root/root usr/share/doc/HTML/en/kchart/
lrwxrwxrwx root/root usr/share/doc/HTML/en/kchart/common -> /usr/share/doc/HTML/en/common
-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/cr22-action-chart_line.png
@@ -3626,15 +4268,26 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/kchart-kspread-bar.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/kchart-kspread.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/kchart-startupdialog.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/kchart-wizard0.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/kchart-wizard1.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/kchart-wizard2.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/kchart-wizard3.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/kchart-wizard4.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kchart/kchart.tar.gz
-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/shortcut.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kchart/toolbars.png
+drwxr-xr-x root/root usr/share/doc/HTML/en/kexi/
+-rw-r--r-- root/root usr/share/doc/HTML/en/kexi/basics.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kexi/building.docbook
+lrwxrwxrwx root/root usr/share/doc/HTML/en/kexi/common -> /usr/share/doc/HTML/en/common
+-rw-r--r-- root/root usr/share/doc/HTML/en/kexi/configuration.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kexi/contact-example.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kexi/credits.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kexi/database.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kexi/index.cache.bz2
+-rw-r--r-- root/root usr/share/doc/HTML/en/kexi/index.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kexi/intro.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kexi/menus.docbook
drwxr-xr-x root/root usr/share/doc/HTML/en/kformula/
--rw-r--r-- root/root usr/share/doc/HTML/en/kformula/additional_fonts1.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/ambiguous-string.png
lrwxrwxrwx root/root usr/share/doc/HTML/en/kformula/common -> /usr/share/doc/HTML/en/common
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/correct_index_location.png
@@ -3648,15 +4301,16 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/index.cache.bz2
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/index.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/index_smear.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kformula/kfontinst-right.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/kfontinst1.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/kfontinst2.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/kfontinst3.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/kfontinst4.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/kfontinst5.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/kfontinst6.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/lower-index.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/matrix-view.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/matrix.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/negative_thin_space.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/path-integral.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/rk-edit0.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kformula/rk-edit1.png
@@ -3677,15 +4331,38 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kivio/usage.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kivio/working.docbook
drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/
-lrwxrwxrwx root/root usr/share/doc/HTML/en/koffice-apidocs/common -> /usr/share/doc/HTML/en/common
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/filters/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/filters/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/interfaces/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/interfaces/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/karbon/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/karbon/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kchart/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kchart/html/
drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kdgantt/
drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kdgantt/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kexi/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kexi/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kformula/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kformula/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kivio/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kivio/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/koshell/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/koshell/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kplato/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kplato/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kpresenter/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kpresenter/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/krita/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/krita/html/
drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kspread/
drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kspread/html/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kword/
+drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/kword/html/
drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/lib/
drwxr-xr-x root/root usr/share/doc/HTML/en/koffice-apidocs/lib/html/
drwxr-xr-x root/root usr/share/doc/HTML/en/koffice/
--rw-r--r-- root/root usr/share/doc/HTML/en/koffice/README.documentation
+-rw-r--r-- root/root usr/share/doc/HTML/en/koffice/CookBook.odt
-rw-r--r-- root/root usr/share/doc/HTML/en/koffice/TODO
lrwxrwxrwx root/root usr/share/doc/HTML/en/koffice/common -> /usr/share/doc/HTML/en/common
-rw-r--r-- root/root usr/share/doc/HTML/en/koffice/index.cache.bz2
@@ -3694,51 +4371,107 @@
lrwxrwxrwx root/root usr/share/doc/HTML/en/koshell/common -> /usr/share/doc/HTML/en/common
-rw-r--r-- root/root usr/share/doc/HTML/en/koshell/index.cache.bz2
-rw-r--r-- root/root usr/share/doc/HTML/en/koshell/index.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/koshell/koshell1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/koshell/main-view.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/koshell/new-dialog.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/koshell/side-pane.png
+drwxr-xr-x root/root usr/share/doc/HTML/en/kplato/
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/commands.docbook
+lrwxrwxrwx root/root usr/share/doc/HTML/en/kplato/common -> /usr/share/doc/HTML/en/common
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/configure-wbs.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/configure1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/configure2.1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/configure2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/definitions.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/edit-accounts.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/edit-accounts1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/edit-calendar.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/edit-calendar1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/edit-calendar2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/edit-resources.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/edit-resources1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/edit-worktime.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/index.cache.bz2
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/index.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/mainwindow.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/mainwindow1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/options.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/project-settings.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/wbs.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/wbs.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/wbs1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/wbs2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kplato/wbs3.png
drwxr-xr-x root/root usr/share/doc/HTML/en/kpresenter/
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/a11y.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/autocorrection1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/autocorrection2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/autocorrection3.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/autocorrection4.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/barstyle1.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/barstyle3.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/barstyle4.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/barstyle5.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/barstyle6.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/barstyle7.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/break.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/changeformat.png
lrwxrwxrwx root/root usr/share/doc/HTML/en/kpresenter/common -> /usr/share/doc/HTML/en/common
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/completion.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure3.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure4.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure4a.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure4a1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure4b.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure4c.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure5.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure6.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure6b.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure6c.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure6d.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure6e.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/configure7.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/faq.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/great-presentations.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/guides.docbook
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow00.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow01.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow02.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow02a.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow03.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow04.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow05.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow07.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow3.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow4.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow5.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow6.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow7.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow8.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/htmlshow9.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/index.cache.bz2
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/index.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/kbd-focus-ext.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/link.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/menus.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/mousenav.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/msexport1.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/msexport2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/msexport2b.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/msexport3.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/msexport4.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/options.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/properties.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/screen.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/settings01.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/settings03.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/settings04.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/settings05.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/settings06.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/template02.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/template03.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/template04.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/template05.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/template06.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/template07.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/textmenu01.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/textmenu02.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/textmenu03.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/textmenu03a.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/textmenu04.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/textmenu1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/textmenu2.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/toolsmenu01.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tts.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tut01.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tut02.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tut03.png
@@ -3762,8 +4495,193 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tut21.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tut22.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tut23.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tut24.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tut25.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tut26.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/tutorial.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kpresenter/zoomfactor.png
+drwxr-xr-x root/root usr/share/doc/HTML/en/krita/
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/commands-dialogs.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/commands-menus.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/commands-palettes.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/commands-toolbars.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/commands.docbook
+lrwxrwxrwx root/root usr/share/doc/HTML/en/krita/common -> /usr/share/doc/HTML/en/common
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/createdocument.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/credits.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-bumpmap.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-edgebottom.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-edgeleft.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-edgeright.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-embossall.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-embosshorvert.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-embossvariable.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-gaussianblur.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-invert.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-meanremoval.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-oilpaint.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-pixelize.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-raindrops.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-roundcorners.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-sharpen.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-simplenoise.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-sobel.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-tiles.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses-topedge.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/crocusses.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/developers.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-addpalette.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-brightnesscontrast.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-bumpmap.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-coloradjustment.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-colorrange.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-convertimagetype.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-convertlayertype.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-cubism.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-customconvolution.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-documentinformation.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-dropshadow.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-emboss.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-filtersgallery.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-histogram.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-imageproperties.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-imagerestoration.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-imagesize.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-layerproperties.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-layersize.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-newadjustmentlayer.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-newlayer.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-oilpaint.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-pixelize.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-raindrops.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-rotateimage.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-rotatelayer.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-roundcorners.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-separateimage.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-shearimage.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-shearlayer.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-smalltiles.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/dialogs-sobel.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/faq.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/index.cache.bz2
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/index.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/installation.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/introduction.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/mainscreen.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/newimage.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-colors-gray.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-colors-hsv.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-colors-palettes.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-colors-rgb.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-colors-watercolors.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-brush.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-colorpicker.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-contiguousfill.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-crop.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-gradient.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-histogram.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-line.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-overview.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-paintwithfilters.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-polygon.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-rectangle.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-select.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-selectcontiguous.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-selectsimilar.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-star.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-text.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-controlbox-transform.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-layers-layers.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/palettes-layers-scriptsmanager.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/preferences-color.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/preferences-display.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/preferences-general.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/preferences-grid.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/preferences-performance.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/preferences-sidebar.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/preferences-tablet.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/scripting.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/settings.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-brush.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-colorpicker.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-contiguousfill.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-crop.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-duplicate.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-ellipse.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-eraseselection.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-gradient.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-line.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-move.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-paintselection.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-paintwithfilters.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-pan.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-polygon.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-polyline.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-rectangle.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-selectcontiguous.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-selectelliptical.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-selectoutline.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-selectpolygonal.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-selectrectangular.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-selectsimilar.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-star.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-text.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-transform.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tool-zoom.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-brushes-brushshapes-autobrush.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-brushes-brushshapes-custombrush.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-brushes-brushshapes-predefined.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-brushes-gradients.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-brushes-patterns-custompattern.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-brushes-patterns.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-brushesandstuff.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-edit.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-file.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-krita.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-navigation.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/toolbar-transformationtools.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts10.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts11.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts12.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts3.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts4.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts5.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts6.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts7.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts8.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-quick-starts9.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-10.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-11.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-12.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-13.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-3.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-4.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-5.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-6.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-7.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-8.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-9.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer-sample.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-select-layer.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial-starting.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/tutorial.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/using-colorspaces.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/using-filters.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/using-layers.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/using-selections-1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/using-selections-2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/using-selections-3.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/using-selections-4.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/using-selections-5.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/using-selections-6.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/krita/using-selections.docbook
drwxr-xr-x root/root usr/share/doc/HTML/en/kspread/
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/a11y.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/advanced.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/basics.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/cellformat0.png
@@ -3772,22 +4690,46 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/cellformat3.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/cellformat4.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/cellformat5.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/cellformat6.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/cellformat7.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/cellprotection1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/cellprotection2.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/chart1.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/commands.docbook
lrwxrwxrwx root/root usr/share/doc/HTML/en/kspread/common -> /usr/share/doc/HTML/en/common
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/config.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/configdialog.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/configure1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/configure2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/configure3.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/configure4.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/configure5.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/configure6.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/copy1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/currency.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/decreasedecimal.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/faq.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/format.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/hideformula1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/hideformula2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/hideformula3.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/hideformula4.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/hideformula5.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/importexport.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/increasedecimal.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/index.cache.bz2
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/index.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/kbd-focus-ext.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/mousenav.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/newdocument.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/percent.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/sheetproperties.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/shortcut1.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/shortcut2.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/shortcut3.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/sort1.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/starting1.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kspread/tts.png
drwxr-xr-x root/root usr/share/doc/HTML/en/kugar/
-rw-r--r-- root/root usr/share/doc/HTML/en/kugar/add_detail.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kugar/add_detail_footer.png
@@ -3837,6 +4779,7 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/Tut4.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/Tut7.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/Tut8.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kword/a11y.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/addentry.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/addrecord.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/alignBlock.png
@@ -3899,6 +4842,7 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/edittb.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/end.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/enumlist.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kword/exoffset.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/expression.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/expressions.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/exst.png
@@ -3906,6 +4850,8 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/fchardlg.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/fchardlg2.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/fchardlg3.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kword/fchardlg4.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kword/fchardlg5.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/filefloppy.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/filenew2.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/fileopen.png
@@ -3977,6 +4923,7 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/intro3.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/ital.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/joincell.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kword/kbd-focus-ext.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/kformappcol.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/kformapprow.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/kforminscol.png
@@ -4005,6 +4952,7 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/mmergekspread1.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/mmergesql1.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/mmergesql2.png
+-rw-r--r-- root/root usr/share/doc/HTML/en/kword/mousenav.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/numtxtbut.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/opendlg.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/opt.docbook
@@ -4047,7 +4995,6 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/stkout.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/storeprint.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/styldlg1.png
--rw-r--r-- root/root usr/share/doc/HTML/en/kword/styldlg2.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/styleimport.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/styles.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/subscbut.png
@@ -4071,6 +5018,7 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/tfcreatebut.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/thesaurus.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/toc.docbook
+-rw-r--r-- root/root usr/share/doc/HTML/en/kword/tts.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/tutorial.docbook
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/undl.png
-rw-r--r-- root/root usr/share/doc/HTML/en/kword/undo.png
@@ -4087,6 +5035,9 @@
-rw-r--r-- root/root usr/share/doc/HTML/en/thesaurus/index.docbook
drwxr-xr-x root/root usr/share/icons/
drwxr-xr-x root/root usr/share/icons/crystalsvg/
+drwxr-xr-x root/root usr/share/icons/crystalsvg/128x128/
+drwxr-xr-x root/root usr/share/icons/crystalsvg/128x128/apps/
+-rw-r--r-- root/root usr/share/icons/crystalsvg/128x128/apps/kplato.png
drwxr-xr-x root/root usr/share/icons/crystalsvg/16x16/
drwxr-xr-x root/root usr/share/icons/crystalsvg/16x16/actions/
-rw-r--r-- root/root usr/share/icons/crystalsvg/16x16/actions/abs.png
@@ -4108,6 +5059,8 @@
-rw-r--r-- root/root usr/share/icons/crystalsvg/16x16/actions/sqrt.png
-rw-r--r-- root/root usr/share/icons/crystalsvg/16x16/actions/sum.png
-rw-r--r-- root/root usr/share/icons/crystalsvg/16x16/actions/under.png
+drwxr-xr-x root/root usr/share/icons/crystalsvg/16x16/apps/
+-rw-r--r-- root/root usr/share/icons/crystalsvg/16x16/apps/kplato.png
drwxr-xr-x root/root usr/share/icons/crystalsvg/16x16/mimetypes/
-rw-r--r-- root/root usr/share/icons/crystalsvg/16x16/mimetypes/kexiproject_sqlite.png
-rw-r--r-- root/root usr/share/icons/crystalsvg/16x16/mimetypes/kexiproject_sqlite2.png
@@ -4137,6 +5090,8 @@
-rw-r--r-- root/root usr/share/icons/crystalsvg/22x22/actions/sqrt.png
-rw-r--r-- root/root usr/share/icons/crystalsvg/22x22/actions/sum.png
-rw-r--r-- root/root usr/share/icons/crystalsvg/22x22/actions/under.png
+drwxr-xr-x root/root usr/share/icons/crystalsvg/22x22/apps/
+-rw-r--r-- root/root usr/share/icons/crystalsvg/22x22/apps/kplato.png
drwxr-xr-x root/root usr/share/icons/crystalsvg/32x32/
drwxr-xr-x root/root usr/share/icons/crystalsvg/32x32/actions/
-rw-r--r-- root/root usr/share/icons/crystalsvg/32x32/actions/abs.png
@@ -4158,11 +5113,22 @@
-rw-r--r-- root/root usr/share/icons/crystalsvg/32x32/actions/sqrt.png
-rw-r--r-- root/root usr/share/icons/crystalsvg/32x32/actions/sum.png
-rw-r--r-- root/root usr/share/icons/crystalsvg/32x32/actions/under.png
+drwxr-xr-x root/root usr/share/icons/crystalsvg/32x32/apps/
+-rw-r--r-- root/root usr/share/icons/crystalsvg/32x32/apps/kplato.png
drwxr-xr-x root/root usr/share/icons/crystalsvg/32x32/mimetypes/
-rw-r--r-- root/root usr/share/icons/crystalsvg/32x32/mimetypes/kexiproject_shortcut.png
-rw-r--r-- root/root usr/share/icons/crystalsvg/32x32/mimetypes/kexiproject_sqlite.png
-rw-r--r-- root/root usr/share/icons/crystalsvg/32x32/mimetypes/kexiproject_sqlite2.png
-rw-r--r-- root/root usr/share/icons/crystalsvg/32x32/mimetypes/kugardata.png
+drwxr-xr-x root/root usr/share/icons/crystalsvg/48x48/
+drwxr-xr-x root/root usr/share/icons/crystalsvg/48x48/apps/
+-rw-r--r-- root/root usr/share/icons/crystalsvg/48x48/apps/kplato.png
+drwxr-xr-x root/root usr/share/icons/crystalsvg/64x64/
+drwxr-xr-x root/root usr/share/icons/crystalsvg/64x64/apps/
+-rw-r--r-- root/root usr/share/icons/crystalsvg/64x64/apps/kplato.png
+drwxr-xr-x root/root usr/share/icons/crystalsvg/scalable/
+drwxr-xr-x root/root usr/share/icons/crystalsvg/scalable/apps/
+-rw-r--r-- root/root usr/share/icons/crystalsvg/scalable/apps/kplato.svgz
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/
@@ -4237,6 +5203,7 @@
-rw-r--r-- root/root usr/share/icons/locolor/32x32/apps/kudesigner.png
drwxr-xr-x root/root usr/share/mimelnk/
drwxr-xr-x root/root usr/share/mimelnk/application/
+-rw-r--r-- root/root usr/share/mimelnk/application/x-kexi-connectiondata.desktop
-rw-r--r-- root/root usr/share/mimelnk/application/x-kexiproject-shortcut.desktop
-rw-r--r-- root/root usr/share/mimelnk/application/x-kexiproject-sqlite.desktop
-rw-r--r-- root/root usr/share/mimelnk/application/x-kexiproject-sqlite2.desktop
@@ -4249,6 +5216,7 @@
-rw-r--r-- root/root usr/share/services/karbon_eps_import.desktop
-rw-r--r-- root/root usr/share/services/karbon_kontour_import.desktop
-rw-r--r-- root/root usr/share/services/karbon_msod_import.desktop
+-rw-r--r-- root/root usr/share/services/karbon_oodraw_import.desktop
-rw-r--r-- root/root usr/share/services/karbon_png_export.desktop
-rw-r--r-- root/root usr/share/services/karbon_ps_import.desktop
-rw-r--r-- root/root usr/share/services/karbon_svg_export.desktop
@@ -4256,32 +5224,43 @@
-rw-r--r-- root/root usr/share/services/karbon_wmf_export.desktop
-rw-r--r-- root/root usr/share/services/karbon_wmf_import.desktop
-rw-r--r-- root/root usr/share/services/karbon_xcf_export.desktop
+-rw-r--r-- root/root usr/share/services/karbondefaulttools.desktop
+-rw-r--r-- root/root usr/share/services/karbonimagetool.desktop
-rw-r--r-- root/root usr/share/services/karbonpart.desktop
+-rw-r--r-- root/root usr/share/services/karbonzoomtool.desktop
+-rw-r--r-- root/root usr/share/services/kchart_bmp_export.desktop
+-rw-r--r-- root/root usr/share/services/kchart_jpeg_export.desktop
+-rw-r--r-- root/root usr/share/services/kchart_mng_export.desktop
-rw-r--r-- root/root usr/share/services/kchart_png_export.desktop
-rw-r--r-- root/root usr/share/services/kchart_svg_export.desktop
+-rw-r--r-- root/root usr/share/services/kchart_xbm_export.desktop
+-rw-r--r-- root/root usr/share/services/kchart_xpm_export.desktop
-rw-r--r-- root/root usr/share/services/kchartpart.desktop
drwxr-xr-x root/root usr/share/services/kexi/
+-rw-r--r-- root/root usr/share/services/kexi/kexicsv_importexporthandler.desktop
-rw-r--r-- root/root usr/share/services/kexi/kexiformhandler.desktop
-rw-r--r-- root/root usr/share/services/kexi/keximigrationhandler.desktop
-rw-r--r-- root/root usr/share/services/kexi/kexiqueryhandler.desktop
-rw-r--r-- root/root usr/share/services/kexi/kexirelationhandler.desktop
--rw-r--r-- root/root usr/share/services/kexi/kexireporthandler.desktop
-rw-r--r-- root/root usr/share/services/kexi/kexiscripthandler.desktop
-rw-r--r-- root/root usr/share/services/kexi/kexitablehandler.desktop
-rw-r--r-- root/root usr/share/services/kexidb_sqlite2driver.desktop
-rw-r--r-- root/root usr/share/services/kexidb_sqlite3driver.desktop
+-rw-r--r-- root/root usr/share/services/kfile_abiword.desktop
+-rw-r--r-- root/root usr/share/services/kfile_gnumeric.desktop
-rw-r--r-- root/root usr/share/services/kfile_koffice.desktop
-rw-r--r-- root/root usr/share/services/kfile_ooo.desktop
drwxr-xr-x root/root usr/share/services/kformdesigner/
--rw-r--r-- root/root usr/share/services/kformdesigner/containerfactory.desktop
--rw-r--r-- root/root usr/share/services/kformdesigner/kexidbfactory.desktop
--rw-r--r-- root/root usr/share/services/kformdesigner/stdwidgets.desktop
--rw-r--r-- root/root usr/share/services/kformdesigner_part.desktop
+-rw-r--r-- root/root usr/share/services/kformdesigner/kformdesigner_containers.desktop
+-rw-r--r-- root/root usr/share/services/kformdesigner/kformdesigner_kexidbfactory.desktop
+-rw-r--r-- root/root usr/share/services/kformdesigner/kformdesigner_stdwidgets.desktop
-rw-r--r-- root/root usr/share/services/kformula_latex_export.desktop
-rw-r--r-- root/root usr/share/services/kformula_mathml_export.desktop
-rw-r--r-- root/root usr/share/services/kformula_mathml_import.desktop
-rw-r--r-- root/root usr/share/services/kformula_png_export.desktop
+-rw-r--r-- root/root usr/share/services/kformula_svg_export.desktop
-rw-r--r-- root/root usr/share/services/kformulapart.desktop
+-rw-r--r-- root/root usr/share/services/kivio_image_export.desktop
-rw-r--r-- root/root usr/share/services/kivioconnectortool.desktop
-rw-r--r-- root/root usr/share/services/kiviopart.desktop
-rw-r--r-- root/root usr/share/services/kivioselecttool.desktop
@@ -4291,31 +5270,79 @@
-rw-r--r-- root/root usr/share/services/kodocinfopropspage.desktop
-rw-r--r-- root/root usr/share/services/kofficethumbnail.desktop
-rw-r--r-- root/root usr/share/services/kounavail.desktop
+-rw-r--r-- root/root usr/share/services/kplatopart.desktop
+-rw-r--r-- root/root usr/share/services/kpresenter_bmp_export.desktop
+-rw-r--r-- root/root usr/share/services/kpresenter_jpeg_export.desktop
+-rw-r--r-- root/root usr/share/services/kpresenter_mng_export.desktop
-rw-r--r-- root/root usr/share/services/kpresenter_ooimpress_export.desktop
-rw-r--r-- root/root usr/share/services/kpresenter_ooimpress_import.desktop
+-rw-r--r-- root/root usr/share/services/kpresenter_png_export.desktop
+-rw-r--r-- root/root usr/share/services/kpresenter_powerpoint_import.desktop
+-rw-r--r-- root/root usr/share/services/kpresenter_svg_export.desktop
+-rw-r--r-- root/root usr/share/services/kpresenter_xbm_export.desktop
+-rw-r--r-- root/root usr/share/services/kpresenter_xpm_export.desktop
-rw-r--r-- root/root usr/share/services/kpresenterpart.desktop
-rw-r--r-- root/root usr/share/services/kprkword.desktop
+-rw-r--r-- root/root usr/share/services/krita_cmyk_u16_plugin.desktop
+-rw-r--r-- root/root usr/share/services/krita_gray_u16_plugin.desktop
+-rw-r--r-- root/root usr/share/services/krita_jpeg_export.desktop
+-rw-r--r-- root/root usr/share/services/krita_jpeg_import.desktop
+-rw-r--r-- root/root usr/share/services/krita_lms_f32_plugin.desktop
-rw-r--r-- root/root usr/share/services/krita_magick_export.desktop
-rw-r--r-- root/root usr/share/services/krita_magick_import.desktop
+-rw-r--r-- root/root usr/share/services/krita_png_export.desktop
+-rw-r--r-- root/root usr/share/services/krita_png_import.desktop
+-rw-r--r-- root/root usr/share/services/krita_raw_import.desktop
+-rw-r--r-- root/root usr/share/services/krita_rgb_f32_plugin.desktop
+-rw-r--r-- root/root usr/share/services/krita_rgb_u16_plugin.desktop
+-rw-r--r-- root/root usr/share/services/krita_tiff_export.desktop
+-rw-r--r-- root/root usr/share/services/krita_tiff_import.desktop
+-rw-r--r-- root/root usr/share/services/kritabumpmapfilter.desktop
-rw-r--r-- root/root usr/share/services/kritacimg.desktop
+-rw-r--r-- root/root usr/share/services/kritacmykplugin.desktop
+-rw-r--r-- root/root usr/share/services/kritacolorrange.desktop
+-rw-r--r-- root/root usr/share/services/kritacolorsfilter.desktop
+-rw-r--r-- root/root usr/share/services/kritacolorspaceconversion.desktop
+-rw-r--r-- root/root usr/share/services/kritaconvolutionfilters.desktop
-rw-r--r-- root/root usr/share/services/kritadefaultpaintops.desktop
-rw-r--r-- root/root usr/share/services/kritadefaulttools.desktop
+-rw-r--r-- root/root usr/share/services/kritadropshadow.desktop
+-rw-r--r-- root/root usr/share/services/kritaembossfilter.desktop
+-rw-r--r-- root/root usr/share/services/kritaexample.desktop
+-rw-r--r-- root/root usr/share/services/kritafiltersgallery.desktop
-rw-r--r-- root/root usr/share/services/kritagrayplugin.desktop
+-rw-r--r-- root/root usr/share/services/kritahistogram.desktop
+-rw-r--r-- root/root usr/share/services/kritahistogramdocker.desktop
+-rw-r--r-- root/root usr/share/services/kritaimageenhancement.desktop
+-rw-r--r-- root/root usr/share/services/kritaimagesize.desktop
+-rw-r--r-- root/root usr/share/services/kritaoilpaintfilter.desktop
-rw-r--r-- root/root usr/share/services/kritapart.desktop
+-rw-r--r-- root/root usr/share/services/kritaperftest.desktop
+-rw-r--r-- root/root usr/share/services/kritapixelizefilter.desktop
+-rw-r--r-- root/root usr/share/services/kritaraindropsfilter.desktop
-rw-r--r-- root/root usr/share/services/kritargbplugin.desktop
+-rw-r--r-- root/root usr/share/services/kritarotateimage.desktop
+-rw-r--r-- root/root usr/share/services/kritaroundcornersfilter.desktop
+-rw-r--r-- root/root usr/share/services/kritascreenshot.desktop
+-rw-r--r-- root/root usr/share/services/kritascripting.desktop
-rw-r--r-- root/root usr/share/services/kritaselectiontools.desktop
+-rw-r--r-- root/root usr/share/services/kritaseparatechannels.desktop
+-rw-r--r-- root/root usr/share/services/kritashearimage.desktop
+-rw-r--r-- root/root usr/share/services/kritasmalltilesfilter.desktop
+-rw-r--r-- root/root usr/share/services/kritasmearybrush.desktop
+-rw-r--r-- root/root usr/share/services/kritasobelfilter.desktop
-rw-r--r-- root/root usr/share/services/kritatoolcrop.desktop
-rw-r--r-- root/root usr/share/services/kritatoolfilter.desktop
-rw-r--r-- root/root usr/share/services/kritatoolpolygon.desktop
-rw-r--r-- root/root usr/share/services/kritatoolpolyline.desktop
--rw-r--r-- root/root usr/share/services/kritatoolselectpicker.desktop
+-rw-r--r-- root/root usr/share/services/kritatoolselectsimilar.desktop
-rw-r--r-- root/root usr/share/services/kritatoolstar.desktop
-rw-r--r-- root/root usr/share/services/kritatooltransform.desktop
+-rw-r--r-- root/root usr/share/services/kritawetplugin.desktop
-rw-r--r-- root/root usr/share/services/kspread_applixspread_import.desktop
-rw-r--r-- root/root usr/share/services/kspread_csv_export.desktop
-rw-r--r-- root/root usr/share/services/kspread_csv_import.desktop
-rw-r--r-- root/root usr/share/services/kspread_dbase_import.desktop
--rw-r--r-- root/root usr/share/services/kspread_excel_export.desktop
-rw-r--r-- root/root usr/share/services/kspread_excel_import.desktop
-rw-r--r-- root/root usr/share/services/kspread_gnumeric_export.desktop
-rw-r--r-- root/root usr/share/services/kspread_gnumeric_import.desktop
@@ -4337,6 +5364,7 @@
-rw-r--r-- root/root usr/share/services/kword_ascii_export.desktop
-rw-r--r-- root/root usr/share/services/kword_ascii_import.desktop
-rw-r--r-- root/root usr/share/services/kword_docbook_export.desktop
+-rw-r--r-- root/root usr/share/services/kword_hancomword_import.desktop
-rw-r--r-- root/root usr/share/services/kword_html_export.desktop
-rw-r--r-- root/root usr/share/services/kword_html_import.desktop
-rw-r--r-- root/root usr/share/services/kword_kword1dot3_import.desktop
@@ -4358,28 +5386,21 @@
-rw-r--r-- root/root usr/share/services/kwordpart.desktop
-rw-r--r-- root/root usr/share/services/kwserialletter_classic.desktop
-rw-r--r-- root/root usr/share/services/kwserialletter_qtsqldb_power.desktop
--rw-r--r-- root/root usr/share/services/ole_excel97_import.desktop
--rw-r--r-- root/root usr/share/services/ole_hancomword_import.desktop
--rw-r--r-- root/root usr/share/services/ole_powerpoint97_import.desktop
--rw-r--r-- root/root usr/share/services/ole_winword97_import.desktop
-rw-r--r-- root/root usr/share/services/thesaurustool.desktop
-rw-r--r-- root/root usr/share/services/xslt_export.desktop
-rw-r--r-- root/root usr/share/services/xslt_import.desktop
drwxr-xr-x root/root usr/share/servicetypes/
+-rw-r--r-- root/root usr/share/servicetypes/karbon_module.desktop
-rw-r--r-- root/root usr/share/servicetypes/kexidb_driver.desktop
--rw-r--r-- root/root usr/share/servicetypes/kexifileimportfilter.desktop
-rw-r--r-- root/root usr/share/servicetypes/kexihandler.desktop
--rw-r--r-- root/root usr/share/servicetypes/kexiimportfilter.desktop
-rw-r--r-- root/root usr/share/servicetypes/keximigration_driver.desktop
--rw-r--r-- root/root usr/share/servicetypes/kexiserverimportfilter.desktop
--rw-r--r-- root/root usr/share/servicetypes/kexitablefilter.desktop
-rw-r--r-- root/root usr/share/servicetypes/kochart.desktop
-rw-r--r-- root/root usr/share/servicetypes/kofficepart.desktop
-rw-r--r-- root/root usr/share/servicetypes/kofilter.desktop
-rw-r--r-- root/root usr/share/servicetypes/kofilterwrapper.desktop
-rw-r--r-- root/root usr/share/servicetypes/koplugin.desktop
+-rw-r--r-- root/root usr/share/servicetypes/krita_colorspace.desktop
-rw-r--r-- root/root usr/share/servicetypes/krita_filter.desktop
--rw-r--r-- root/root usr/share/servicetypes/krita_module.desktop
-rw-r--r-- root/root usr/share/servicetypes/krita_paintop.desktop
-rw-r--r-- root/root usr/share/servicetypes/krita_plugin.desktop
-rw-r--r-- root/root usr/share/servicetypes/krita_tool.desktop
Modified: crux-2.2/ports/opt/koffice/.md5sum
===================================================================
--- crux-2.2/ports/opt/koffice/.md5sum 2006-04-11 06:25:06 UTC (rev 1220)
+++ crux-2.2/ports/opt/koffice/.md5sum 2006-04-11 10:23:11 UTC (rev 1221)
@@ -1,2 +1 @@
-6b456fb7d54c84b11396b27a96ae0cf8 koffice-1.4.2.tar.bz2
-939b41e59cfb5f738e9b6fcfff4faf48 post-1.3-koffice-CAN-2005-3193.diff
+220b6bde28b5ebd5c6621bc87ca2c05f koffice-1.5.0.tar.bz2
Modified: crux-2.2/ports/opt/koffice/Pkgfile
===================================================================
--- crux-2.2/ports/opt/koffice/Pkgfile 2006-04-11 06:25:06 UTC (rev 1220)
+++ crux-2.2/ports/opt/koffice/Pkgfile 2006-04-11 10:23:11 UTC (rev 1221)
@@ -5,16 +5,14 @@
# Depends on: kdebase, imagemagick, libwv2, python, aspell, libwpd, wordnet, tetex
name=koffice
-version=1.4.2
-release=4
-source=(http://download.kde.org/stable/$name-$version/src/$name-$version.tar.bz2 \
-ftp://ftp.kde.org/pub/kde/security_patches/post-1.3-koffice-CAN-2005-3193.diff)
+version=1.5.0
+release=1
+source=(http://download.kde.org/stable/$name-$version/src/$name-$version.tar.bz2)
build(){
cd $name-$version
- patch -p0 < $SRC/post-1.3-koffice-CAN-2005-3193.diff
./configure --prefix=/usr \
- --enable-final
+ --disable-debug
make
make DESTDIR=$PKG install
find $PKG/usr/share/doc/HTML/* ! -wholename "*HTML/en*" -delete
1
0
Author: sten
Date: 2006-04-11 08:25:06 +0200 (Tue, 11 Apr 2006)
New Revision: 1220
Modified:
crux-2.2/ports/opt/allegro/.footprint
crux-2.2/ports/opt/allegro/.md5sum
crux-2.2/ports/opt/allegro/Pkgfile
Log:
allegro: update to 4.2.0; fix conflicting march & cpu options, and make march=i686 default; don't build docs; cosmetic Pkgfile fixes
Modified: crux-2.2/ports/opt/allegro/.footprint
===================================================================
--- crux-2.2/ports/opt/allegro/.footprint 2006-04-11 03:56:25 UTC (rev 1219)
+++ crux-2.2/ports/opt/allegro/.footprint 2006-04-11 06:25:06 UTC (rev 1220)
@@ -54,6 +54,7 @@
-rw-r--r-- root/root usr/include/allegro/internal/alconfig.h
-rw-r--r-- root/root usr/include/allegro/joystick.h
-rw-r--r-- root/root usr/include/allegro/keyboard.h
+-rw-r--r-- root/root usr/include/allegro/lzss.h
-rw-r--r-- root/root usr/include/allegro/matrix.h
-rw-r--r-- root/root usr/include/allegro/midi.h
-rw-r--r-- root/root usr/include/allegro/mouse.h
@@ -89,6 +90,7 @@
-rw-r--r-- root/root usr/include/allegro/platform/alunixac.h
-rw-r--r-- root/root usr/include/allegro/platform/alwatcom.h
-rw-r--r-- root/root usr/include/allegro/platform/alwin.h
+-rw-r--r-- root/root usr/include/allegro/platform/astdint.h
-rw-r--r-- root/root usr/include/allegro/platform/macdef.h
-rw-r--r-- root/root usr/include/allegro/quat.h
-rw-r--r-- root/root usr/include/allegro/rle.h
@@ -102,17 +104,17 @@
-rw-r--r-- root/root usr/include/xalleg.h
drwxr-xr-x root/root usr/lib/
drwxr-xr-x root/root usr/lib/allegro/
-drwxr-xr-x root/root usr/lib/allegro/4.1/
--rw-r--r-- root/root usr/lib/allegro/4.1/alleg-alsadigi.so
--rw-r--r-- root/root usr/lib/allegro/4.1/alleg-alsamidi.so
--rw-r--r-- root/root usr/lib/allegro/4.1/alleg-artsdigi.so
--rw-r--r-- root/root usr/lib/allegro/4.1/alleg-dga2.so
--rw-r--r-- root/root usr/lib/allegro/4.1/alleg-esddigi.so
--rw-r--r-- root/root usr/lib/allegro/4.1/alleg-fbcon.so
--rw-r--r-- root/root usr/lib/allegro/4.1/alleg-vga.so
--rw-r--r-- root/root usr/lib/allegro/4.1/modules.lst
--rw-r--r-- root/root usr/lib/liballeg-4.1.18.so
-lrwxrwxrwx root/root usr/lib/liballeg.so.4.1 -> liballeg-4.1.18.so
+drwxr-xr-x root/root usr/lib/allegro/4.2/
+-rwxr-xr-x root/root usr/lib/allegro/4.2/alleg-alsadigi.so
+-rwxr-xr-x root/root usr/lib/allegro/4.2/alleg-alsamidi.so
+-rwxr-xr-x root/root usr/lib/allegro/4.2/alleg-artsdigi.so
+-rwxr-xr-x root/root usr/lib/allegro/4.2/alleg-dga2.so
+-rwxr-xr-x root/root usr/lib/allegro/4.2/alleg-esddigi.so
+-rwxr-xr-x root/root usr/lib/allegro/4.2/alleg-fbcon.so
+-rwxr-xr-x root/root usr/lib/allegro/4.2/alleg-vga.so
+-rw-r--r-- root/root usr/lib/allegro/4.2/modules.lst
+-rwxr-xr-x root/root usr/lib/liballeg-4.2.0.so
+lrwxrwxrwx root/root usr/lib/liballeg.so.4.2 -> liballeg-4.2.0.so
-rw-r--r-- root/root usr/lib/liballeg_unsharable.a
drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man3/
@@ -122,6 +124,7 @@
-rw-r--r-- root/root usr/man/man3/ALLEGRO_VERSION.3.gz
-rw-r--r-- root/root usr/man/man3/ALLEGRO_VERSION_STR.3.gz
-rw-r--r-- root/root usr/man/man3/ALLEGRO_WIP_VERSION.3.gz
+-rw-r--r-- root/root usr/man/man3/AL_ID.3.gz
-rw-r--r-- root/root usr/man/man3/ASSERT.3.gz
-rw-r--r-- root/root usr/man/man3/AUDIOSTREAM.3.gz
-rw-r--r-- root/root usr/man/man3/BITMAP.3.gz
@@ -136,11 +139,15 @@
-rw-r--r-- root/root usr/man/man3/FONT.3.gz
-rw-r--r-- root/root usr/man/man3/GFX_MODE.3.gz
-rw-r--r-- root/root usr/man/man3/GFX_MODE_LIST.3.gz
+-rw-r--r-- root/root usr/man/man3/JOYSTICK_AXIS_INFO.3.gz
-rw-r--r-- root/root usr/man/man3/JOYSTICK_BUTTON_INFO.3.gz
-rw-r--r-- root/root usr/man/man3/JOYSTICK_INFO.3.gz
-rw-r--r-- root/root usr/man/man3/JOYSTICK_STICK_INFO.3.gz
--rw-r--r-- root/root usr/man/man3/JOYSTIC_AXIS_INFO.3.gz
+-rw-r--r-- root/root usr/man/man3/LOCK_FUNCTION.3.gz
-rw-r--r-- root/root usr/man/man3/LOCK_VARIABLE.3.gz
+-rw-r--r-- root/root usr/man/man3/LZSS_PACK_DATA.3.gz
+-rw-r--r-- root/root usr/man/man3/LZSS_UNPACK_DATA.3.gz
+-rw-r--r-- root/root usr/man/man3/MAKE_VERSION.3.gz
-rw-r--r-- root/root usr/man/man3/MASK_COLOR_15.3.gz
-rw-r--r-- root/root usr/man/man3/MASK_COLOR_16.3.gz
-rw-r--r-- root/root usr/man/man3/MASK_COLOR_24.3.gz
@@ -152,7 +159,24 @@
-rw-r--r-- root/root usr/man/man3/MENU_PLAYER.3.gz
-rw-r--r-- root/root usr/man/man3/MIDI.3.gz
-rw-r--r-- root/root usr/man/man3/PACKFILE.3.gz
+-rw-r--r-- root/root usr/man/man3/PACKFILE_VTABLE.3.gz
-rw-r--r-- root/root usr/man/man3/PALETTE.3.gz
+-rw-r--r-- root/root usr/man/man3/PAL_SIZE.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_ATEX.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_ATEX_LIT.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_ATEX_MASK.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_ATEX_MASK_LIT.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_ATEX_MASK_TRANS.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_ATEX_TRANS.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_FLAT.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_GCOL.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_GRGB.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_PTEX.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_PTEX_LIT.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_PTEX_MASK.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_PTEX_MASK_LIT.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_PTEX_MASK_TRANS.3.gz
+-rw-r--r-- root/root usr/man/man3/POLYTYPE_PTEX_TRANS.3.gz
-rw-r--r-- root/root usr/man/man3/QUAT.3.gz
-rw-r--r-- root/root usr/man/man3/RGB.3.gz
-rw-r--r-- root/root usr/man/man3/RGB_MAP.3.gz
@@ -210,6 +234,9 @@
-rw-r--r-- root/root usr/man/man3/bitmap_mask_color.3.gz
-rw-r--r-- root/root usr/man/man3/black_palette.3.gz
-rw-r--r-- root/root usr/man/man3/blit.3.gz
+-rw-r--r-- root/root usr/man/man3/bmp_read_line.3.gz
+-rw-r--r-- root/root usr/man/man3/bmp_unwrite_line.3.gz
+-rw-r--r-- root/root usr/man/man3/bmp_write_line.3.gz
-rw-r--r-- root/root usr/man/man3/broadcast_dialog_message.3.gz
-rw-r--r-- root/root usr/man/man3/calc_spline.3.gz
-rw-r--r-- root/root usr/man/man3/calibrate_joystick.3.gz
@@ -238,6 +265,8 @@
-rw-r--r-- root/root usr/man/man3/create_blender_table.3.gz
-rw-r--r-- root/root usr/man/man3/create_color_table.3.gz
-rw-r--r-- root/root usr/man/man3/create_light_table.3.gz
+-rw-r--r-- root/root usr/man/man3/create_lzss_pack_data.3.gz
+-rw-r--r-- root/root usr/man/man3/create_lzss_unpack_data.3.gz
-rw-r--r-- root/root usr/man/man3/create_rgb_table.3.gz
-rw-r--r-- root/root usr/man/man3/create_sample.3.gz
-rw-r--r-- root/root usr/man/man3/create_scene.3.gz
@@ -327,11 +356,11 @@
-rw-r--r-- root/root usr/man/man3/excustom.3.gz
-rw-r--r-- root/root usr/man/man3/exdata.3.gz
-rw-r--r-- root/root usr/man/man3/exdbuf.3.gz
--rw-r--r-- root/root usr/man/man3/exdodgy.3.gz
-rw-r--r-- root/root usr/man/man3/exexedat.3.gz
-rw-r--r-- root/root usr/man/man3/exfixed.3.gz
-rw-r--r-- root/root usr/man/man3/exflame.3.gz
-rw-r--r-- root/root usr/man/man3/exflip.3.gz
+-rw-r--r-- root/root usr/man/man3/exfont.3.gz
-rw-r--r-- root/root usr/man/man3/exgui.3.gz
-rw-r--r-- root/root usr/man/man3/exhello.3.gz
-rw-r--r-- root/root usr/man/man3/exists.3.gz
@@ -341,6 +370,7 @@
-rw-r--r-- root/root usr/man/man3/exmem.3.gz
-rw-r--r-- root/root usr/man/man3/exmidi.3.gz
-rw-r--r-- root/root usr/man/man3/exmouse.3.gz
+-rw-r--r-- root/root usr/man/man3/expackf.3.gz
-rw-r--r-- root/root usr/man/man3/expal.3.gz
-rw-r--r-- root/root usr/man/man3/expat.3.gz
-rw-r--r-- root/root usr/man/man3/exquat.3.gz
@@ -355,6 +385,7 @@
-rw-r--r-- root/root usr/man/man3/exstars.3.gz
-rw-r--r-- root/root usr/man/man3/exstream.3.gz
-rw-r--r-- root/root usr/man/man3/exswitch.3.gz
+-rw-r--r-- root/root usr/man/man3/exsyscur.3.gz
-rw-r--r-- root/root usr/man/man3/extimer.3.gz
-rw-r--r-- root/root usr/man/man3/extract_font_range.3.gz
-rw-r--r-- root/root usr/man/man3/extrans.3.gz
@@ -413,6 +444,8 @@
-rw-r--r-- root/root usr/man/man3/font.3.gz
-rw-r--r-- root/root usr/man/man3/for_each_file_ex.3.gz
-rw-r--r-- root/root usr/man/man3/free_audio_stream_buffer.3.gz
+-rw-r--r-- root/root usr/man/man3/free_lzss_pack_data.3.gz
+-rw-r--r-- root/root usr/man/man3/free_lzss_unpack_data.3.gz
-rw-r--r-- root/root usr/man/man3/freeze_mouse_flag.3.gz
-rw-r--r-- root/root usr/man/man3/ftofix.3.gz
-rw-r--r-- root/root usr/man/man3/generate_332_palette.3.gz
@@ -445,6 +478,7 @@
-rw-r--r-- root/root usr/man/man3/get_font_range_end.3.gz
-rw-r--r-- root/root usr/man/man3/get_font_ranges.3.gz
-rw-r--r-- root/root usr/man/man3/get_gfx_mode_list.3.gz
+-rw-r--r-- root/root usr/man/man3/get_midi_length.3.gz
-rw-r--r-- root/root usr/man/man3/get_mixer_bits.3.gz
-rw-r--r-- root/root usr/man/man3/get_mixer_buffer_length.3.gz
-rw-r--r-- root/root usr/man/man3/get_mixer_channels.3.gz
@@ -511,6 +545,7 @@
-rw-r--r-- root/root usr/man/man3/gfx_mode_select.3.gz
-rw-r--r-- root/root usr/man/man3/gfx_mode_select_ex.3.gz
-rw-r--r-- root/root usr/man/man3/gfx_mode_select_filter.3.gz
+-rw-r--r-- root/root usr/man/man3/grab_font_from_bitmap.3.gz
-rw-r--r-- root/root usr/man/man3/gui_bg_color.3.gz
-rw-r--r-- root/root usr/man/man3/gui_button_proc.3.gz
-rw-r--r-- root/root usr/man/man3/gui_ctext_proc.3.gz
@@ -582,6 +617,7 @@
-rw-r--r-- root/root usr/man/man3/load_bitmap.3.gz
-rw-r--r-- root/root usr/man/man3/load_bitmap_font.3.gz
-rw-r--r-- root/root usr/man/man3/load_bmp.3.gz
+-rw-r--r-- root/root usr/man/man3/load_bmp_pf.3.gz
-rw-r--r-- root/root usr/man/man3/load_dat_font.3.gz
-rw-r--r-- root/root usr/man/man3/load_datafile.3.gz
-rw-r--r-- root/root usr/man/man3/load_datafile_callback.3.gz
@@ -595,14 +631,20 @@
-rw-r--r-- root/root usr/man/man3/load_midi.3.gz
-rw-r--r-- root/root usr/man/man3/load_midi_patches.3.gz
-rw-r--r-- root/root usr/man/man3/load_pcx.3.gz
+-rw-r--r-- root/root usr/man/man3/load_pcx_pf.3.gz
-rw-r--r-- root/root usr/man/man3/load_sample.3.gz
-rw-r--r-- root/root usr/man/man3/load_tga.3.gz
+-rw-r--r-- root/root usr/man/man3/load_tga_pf.3.gz
-rw-r--r-- root/root usr/man/man3/load_txt_font.3.gz
-rw-r--r-- root/root usr/man/man3/load_voc.3.gz
+-rw-r--r-- root/root usr/man/man3/load_voc_pf.3.gz
-rw-r--r-- root/root usr/man/man3/load_wav.3.gz
+-rw-r--r-- root/root usr/man/man3/load_wav_pf.3.gz
-rw-r--r-- root/root usr/man/man3/lock_bitmap.3.gz
-rw-r--r-- root/root usr/man/man3/lock_midi.3.gz
-rw-r--r-- root/root usr/man/man3/lock_sample.3.gz
+-rw-r--r-- root/root usr/man/man3/lzss_read.3.gz
+-rw-r--r-- root/root usr/man/man3/lzss_write.3.gz
-rw-r--r-- root/root usr/man/man3/make_absolute_filename.3.gz
-rw-r--r-- root/root usr/man/man3/make_relative_filename.3.gz
-rw-r--r-- root/root usr/man/man3/makeacol.3.gz
@@ -634,6 +676,7 @@
-rw-r--r-- root/root usr/man/man3/midi_resume.3.gz
-rw-r--r-- root/root usr/man/man3/midi_seek.3.gz
-rw-r--r-- root/root usr/man/man3/midi_sysex_callback.3.gz
+-rw-r--r-- root/root usr/man/man3/midi_time.3.gz
-rw-r--r-- root/root usr/man/man3/mouse_b.3.gz
-rw-r--r-- root/root usr/man/man3/mouse_callback.3.gz
-rw-r--r-- root/root usr/man/man3/mouse_needs_poll.3.gz
@@ -666,6 +709,7 @@
-rw-r--r-- root/root usr/man/man3/pack_fgets.3.gz
-rw-r--r-- root/root usr/man/man3/pack_fopen.3.gz
-rw-r--r-- root/root usr/man/man3/pack_fopen_chunk.3.gz
+-rw-r--r-- root/root usr/man/man3/pack_fopen_vtable.3.gz
-rw-r--r-- root/root usr/man/man3/pack_fputs.3.gz
-rw-r--r-- root/root usr/man/man3/pack_fread.3.gz
-rw-r--r-- root/root usr/man/man3/pack_fseek.3.gz
@@ -767,10 +811,13 @@
-rw-r--r-- root/root usr/man/man3/rotate_sprite_v_flip.3.gz
-rw-r--r-- root/root usr/man/man3/save_bitmap.3.gz
-rw-r--r-- root/root usr/man/man3/save_bmp.3.gz
+-rw-r--r-- root/root usr/man/man3/save_bmp_pf.3.gz
-rw-r--r-- root/root usr/man/man3/save_joystick_data.3.gz
-rw-r--r-- root/root usr/man/man3/save_pcx.3.gz
+-rw-r--r-- root/root usr/man/man3/save_pcx_pf.3.gz
-rw-r--r-- root/root usr/man/man3/save_sample.3.gz
-rw-r--r-- root/root usr/man/man3/save_tga.3.gz
+-rw-r--r-- root/root usr/man/man3/save_tga_pf.3.gz
-rw-r--r-- root/root usr/man/man3/scancode_to_ascii.3.gz
-rw-r--r-- root/root usr/man/man3/scancode_to_name.3.gz
-rw-r--r-- root/root usr/man/man3/scare_mouse.3.gz
@@ -837,6 +884,7 @@
-rw-r--r-- root/root usr/man/man3/set_write_alpha_blender.3.gz
-rw-r--r-- root/root usr/man/man3/set_zbuffer.3.gz
-rw-r--r-- root/root usr/man/man3/show_mouse.3.gz
+-rw-r--r-- root/root usr/man/man3/show_os_cursor.3.gz
-rw-r--r-- root/root usr/man/man3/show_video_bitmap.3.gz
-rw-r--r-- root/root usr/man/man3/shutdown_dialog.3.gz
-rw-r--r-- root/root usr/man/man3/shutdown_menu.3.gz
@@ -862,6 +910,7 @@
-rw-r--r-- root/root usr/man/man3/textprintf_justify_ex.3.gz
-rw-r--r-- root/root usr/man/man3/textprintf_right_ex.3.gz
-rw-r--r-- root/root usr/man/man3/three_finger_flag.3.gz
+-rw-r--r-- root/root usr/man/man3/transpose_font.3.gz
-rw-r--r-- root/root usr/man/man3/triangle.3.gz
-rw-r--r-- root/root usr/man/man3/triangle3d.3.gz
-rw-r--r-- root/root usr/man/man3/triangle3d_f.3.gz
Modified: crux-2.2/ports/opt/allegro/.md5sum
===================================================================
--- crux-2.2/ports/opt/allegro/.md5sum 2006-04-11 03:56:25 UTC (rev 1219)
+++ crux-2.2/ports/opt/allegro/.md5sum 2006-04-11 06:25:06 UTC (rev 1220)
@@ -1 +1 @@
-215b84351f349f5998a77f99bf1218fa allegro-4.1.18.tar.gz
+a8b2c85c58b16345fe735f72763f3a6e allegro-4.2.0.tar.gz
Modified: crux-2.2/ports/opt/allegro/Pkgfile
===================================================================
--- crux-2.2/ports/opt/allegro/Pkgfile 2006-04-11 03:56:25 UTC (rev 1219)
+++ crux-2.2/ports/opt/allegro/Pkgfile 2006-04-11 06:25:06 UTC (rev 1220)
@@ -10,15 +10,17 @@
name=allegro
-version=4.1.18
+version=4.2.0
release=1
source=("http://dl.sourceforge.net/sourceforge/alleg/allegro-$version.tar.gz")
-build () {
- cd "allegro-$version"
- mkdir -p "$PKG/usr";
- ./configure --prefix="/usr"
- make MAKEINFO="true" prefix="/usr" \
- docs lib modules programs
- make MAKEINFO="true" prefix="$PKG/usr" \
- install-man install-headers install-programs install-lib
+
+build() {
+ cd "allegro-$version"
+ mkdir -p "$PKG/usr";
+ ./configure --prefix="/usr" \
+ --enable-exclopts=i686
+ make MAKEINFO="true" prefix="/usr" \
+ lib modules programs
+ make MAKEINFO="true" prefix="$PKG/usr" \
+ install-man install-headers install-programs install-lib
}
1
0
Author: sten
Date: 2006-04-11 05:56:25 +0200 (Tue, 11 Apr 2006)
New Revision: 1219
Modified:
crux-2.2/ports/opt/libxslt/Pkgfile
Log:
libxslt: fix source URL; Pkgfile cosmetics
Modified: crux-2.2/ports/opt/libxslt/Pkgfile
===================================================================
--- crux-2.2/ports/opt/libxslt/Pkgfile 2006-04-10 18:41:05 UTC (rev 1218)
+++ crux-2.2/ports/opt/libxslt/Pkgfile 2006-04-11 03:56:25 UTC (rev 1219)
@@ -7,18 +7,21 @@
name=libxslt
version=1.1.15
release=1
-source=(ftp://xmlsoft.org/$name-$version.tar.gz)
+source=(ftp://xmlsoft.org/libxml2/$name-$version.tar.gz)
-build () {
+build() {
cd $name-$version
- ./configure --prefix=/usr --without-python
+ ./configure --prefix=/usr \
+ --without-python
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/doc $PKG/usr/share
# move manpages
if [ -e $PKG/usr/man/man4/libxslt.4 ]; then
- (cd $PKG/usr/man;
- mkdir man3;
- mv man4/libxslt.4 man3/libxslt.3)
+ (
+ cd $PKG/usr/man
+ mkdir man3
+ mv man4/libxslt.4 man3/libxslt.3
+ )
fi
}
1
0
Author: jheino
Date: 2006-04-10 20:41:05 +0200 (Mon, 10 Apr 2006)
New Revision: 1218
Modified:
crux-2.2/ports/opt/fuse/.footprint
crux-2.2/ports/opt/fuse/.md5sum
crux-2.2/ports/opt/fuse/Pkgfile
Log:
fuse: updated to version 2.5.3
Modified: crux-2.2/ports/opt/fuse/.footprint
===================================================================
--- crux-2.2/ports/opt/fuse/.footprint 2006-04-10 18:38:26 UTC (rev 1217)
+++ crux-2.2/ports/opt/fuse/.footprint 2006-04-10 18:41:05 UTC (rev 1218)
@@ -26,8 +26,8 @@
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libfuse.a
-rwxr-xr-x root/root usr/lib/libfuse.la
-lrwxrwxrwx root/root usr/lib/libfuse.so -> libfuse.so.2.5.2
-lrwxrwxrwx root/root usr/lib/libfuse.so.2 -> libfuse.so.2.5.2
--rwxr-xr-x root/root usr/lib/libfuse.so.2.5.2
+lrwxrwxrwx root/root usr/lib/libfuse.so -> libfuse.so.2.5.3
+lrwxrwxrwx root/root usr/lib/libfuse.so.2 -> libfuse.so.2.5.3
+-rwxr-xr-x root/root usr/lib/libfuse.so.2.5.3
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/fuse.pc
Modified: crux-2.2/ports/opt/fuse/.md5sum
===================================================================
--- crux-2.2/ports/opt/fuse/.md5sum 2006-04-10 18:38:26 UTC (rev 1217)
+++ crux-2.2/ports/opt/fuse/.md5sum 2006-04-10 18:41:05 UTC (rev 1218)
@@ -1 +1 @@
-ea565debe6c7486963bef05c45c50361 fuse-2.5.2.tar.gz
+9c7e8b6606b9f158ae20b8521ba2867c fuse-2.5.3.tar.gz
Modified: crux-2.2/ports/opt/fuse/Pkgfile
===================================================================
--- crux-2.2/ports/opt/fuse/Pkgfile 2006-04-10 18:38:26 UTC (rev 1217)
+++ crux-2.2/ports/opt/fuse/Pkgfile 2006-04-10 18:41:05 UTC (rev 1218)
@@ -5,7 +5,7 @@
# Depends on:
name=fuse
-version=2.5.2
+version=2.5.3
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
1
0
Author: jheino
Date: 2006-04-10 20:38:26 +0200 (Mon, 10 Apr 2006)
New Revision: 1217
Modified:
crux-2.2/ports/opt/wdfs/.md5sum
crux-2.2/ports/opt/wdfs/Pkgfile
Log:
wdfs: updated to version 1.2.0
Modified: crux-2.2/ports/opt/wdfs/.md5sum
===================================================================
--- crux-2.2/ports/opt/wdfs/.md5sum 2006-04-10 17:22:35 UTC (rev 1216)
+++ crux-2.2/ports/opt/wdfs/.md5sum 2006-04-10 18:38:26 UTC (rev 1217)
@@ -1 +1 @@
-a9d8ba4be9ca357ac489f24598a665d8 wdfs-1.1.1.tar.gz
+af720e8ece74fd2916df654198abad1a wdfs-1.2.0.tar.gz
Modified: crux-2.2/ports/opt/wdfs/Pkgfile
===================================================================
--- crux-2.2/ports/opt/wdfs/Pkgfile 2006-04-10 17:22:35 UTC (rev 1216)
+++ crux-2.2/ports/opt/wdfs/Pkgfile 2006-04-10 18:38:26 UTC (rev 1217)
@@ -5,7 +5,7 @@
# Depends on: fuse, glib, neon
name=wdfs
-version=1.1.1
+version=1.2.0
release=1
source=(http://noedler.de/projekte/$name/$name-$version.tar.gz)
1
0
Author: viper
Date: 2006-04-10 19:22:35 +0200 (Mon, 10 Apr 2006)
New Revision: 1216
Modified:
crux-2.2/ports/opt/smartmontools/README
Log:
smartmontools: small mistake
Modified: crux-2.2/ports/opt/smartmontools/README
===================================================================
--- crux-2.2/ports/opt/smartmontools/README 2006-04-10 13:25:44 UTC (rev 1215)
+++ crux-2.2/ports/opt/smartmontools/README 2006-04-10 17:22:35 UTC (rev 1216)
@@ -1,8 +1,8 @@
REQUIREMENTS
- To send email notifications smartd needs a mail binary. The contrib
- port mailx is recommend for that purpose.
+ To send email notifications smartd needs a mail binary. The opt port
+ mailx is recommend for that purpose.
PRE-INSTALL
1
0
Author: viper
Date: 2006-04-10 15:25:44 +0200 (Mon, 10 Apr 2006)
New Revision: 1215
Added:
crux-2.2/ports/opt/sox/
crux-2.2/ports/opt/sox/.footprint
crux-2.2/ports/opt/sox/.md5sum
crux-2.2/ports/opt/sox/Pkgfile
Log:
sox: initial import
Added: crux-2.2/ports/opt/sox/.footprint
===================================================================
--- crux-2.2/ports/opt/sox/.footprint (rev 0)
+++ crux-2.2/ports/opt/sox/.footprint 2006-04-10 13:25:44 UTC (rev 1215)
@@ -0,0 +1,11 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/play
+lrwxrwxrwx root/root usr/bin/rec -> play
+-rwxr-xr-x root/root usr/bin/sox
+-rwxr-xr-x root/root usr/bin/soxmix
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/sox.1.gz
+-rw-r--r-- root/root usr/man/man1/soxexam.1.gz
+lrwxrwxrwx root/root usr/man/man1/soxmix.1.gz -> sox.1.gz
Added: crux-2.2/ports/opt/sox/.md5sum
===================================================================
--- crux-2.2/ports/opt/sox/.md5sum (rev 0)
+++ crux-2.2/ports/opt/sox/.md5sum 2006-04-10 13:25:44 UTC (rev 1215)
@@ -0,0 +1 @@
+a463ef9ff2ec00007a3a42ced9572b03 sox-12.17.9.tar.gz
Added: crux-2.2/ports/opt/sox/Pkgfile
===================================================================
--- crux-2.2/ports/opt/sox/Pkgfile (rev 0)
+++ crux-2.2/ports/opt/sox/Pkgfile 2006-04-10 13:25:44 UTC (rev 1215)
@@ -0,0 +1,20 @@
+# Description: audio conversion tools
+# URL: http://sox.sourceforge.net/
+# Maintainer: Simon Glo�ner, viper at hometux dot de
+# Packager: Martin Opel, mo at obbl-net dot de
+
+name=sox
+version=12.17.9
+release=1
+source=(http://dl.sourceforge.net/$name/$name-$version.tar.gz)
+
+build() {
+ cd $name-$version
+
+ ./configure --prefix=/usr
+ make
+ make prefix=$PKG/usr install
+
+ rm $PKG/usr/bin/rec
+ ( cd $PKG/usr/bin; ln -s play rec )
+}
1
0
Author: viper
Date: 2006-04-10 15:24:36 +0200 (Mon, 10 Apr 2006)
New Revision: 1214
Removed:
attic/sox/
Log:
sox: adopted; moved to opt
1
0
Author: jw
Date: 2006-04-10 14:50:08 +0200 (Mon, 10 Apr 2006)
New Revision: 1213
Added:
crux-2.2/ports/core/bc/bc-1.06-fixes-1.patch
Log:
bc: actually add the patch
Added: crux-2.2/ports/core/bc/bc-1.06-fixes-1.patch
===================================================================
--- crux-2.2/ports/core/bc/bc-1.06-fixes-1.patch (rev 0)
+++ crux-2.2/ports/core/bc/bc-1.06-fixes-1.patch 2006-04-10 12:50:08 UTC (rev 1213)
@@ -0,0 +1,27 @@
+Submitted By: Jim Gifford (jim at linuxfromscratch dot org)
+Date: 2003-09-26
+Initial Package Version: 1.06
+Origin: Mandrake CVS
+Description: Fixes a few typos
+
+--- bc-1.06/lib/number.c.orig 2003-09-26 21:14:02.000000000 +0000
++++ bc-1.06/lib/number.c 2003-09-26 21:14:26.000000000 +0000
+@@ -34,6 +34,7 @@
+ #include <number.h>
+ #include <assert.h>
+ #include <stdlib.h>
++#include <string.h>
+ #include <ctype.h>/* Prototypes needed for external utility routines. */
+
+ #define bc_rt_warn rt_warn
+--- bc-1.06/bc/load.c.orig 2003-09-26 21:14:14.000000000 +0000
++++ bc-1.06/bc/load.c 2003-09-26 21:14:26.000000000 +0000
+@@ -156,7 +156,7 @@
+ long label_no;
+ long vaf_name; /* variable, array or function number. */
+ long func;
+- program_counter save_adr;
++ static program_counter save_adr;
+
+ /* Initialize. */
+ str = code;
1
0
Author: viper
Date: 2006-04-10 14:44:19 +0200 (Mon, 10 Apr 2006)
New Revision: 1212
Removed:
attic/smartmontools/
Log:
smartmontools: adopted; moved to opt
1
0