diff options
323 files changed, 10925 insertions, 14758 deletions
diff --git a/Mk/bsd.kde4.mk b/Mk/bsd.kde4.mk index 38e1b111aac0..f99a573edaaf 100644 --- a/Mk/bsd.kde4.mk +++ b/Mk/bsd.kde4.mk @@ -52,7 +52,7 @@ Kde_Include_MAINTAINER= kde@FreeBSD.org # but this could be changed in a future. # -KDE4_VERSION= 4.4.5 +KDE4_VERSION= 4.5.1 KDE4_BRANCH?= stable KDEPIM4_VERSION= 4.4.5 KDEPIM4_BRANCH?= stable diff --git a/accessibility/jovie/Makefile b/accessibility/jovie/Makefile index 3bc1a4a3899f..28fb1a88c822 100644 --- a/accessibility/jovie/Makefile +++ b/accessibility/jovie/Makefile @@ -7,7 +7,6 @@ PORTNAME= ktts PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -17,7 +16,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE text-to-speech subsystem -LIB_DEPENDS+= speechd.4:${PORTSDIR}/accessibility/speech-dispatcher +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml +LIB_DEPENDS= speechd.4:${PORTSDIR}/accessibility/speech-dispatcher USE_BZIP2= yes USE_CMAKE= yes @@ -28,18 +28,18 @@ USE_LDCONFIG= yes MD5_FILE= ${PORTSDIR}/accessibility/kdeaccessibility4/distinfo MAKE_JOBS_SAFE= yes -CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF +CMAKE_ARGS+= -DKDE4_JOVIE_ALSA:BOOL=OFF -BUILD_WRKSRC= ${WRKSRC}/kttsd +BUILD_WRKSRC= ${WRKSRC}/jovie INSTALL_WRKSRC= ${BUILD_WRKSRC} post-patch: ${REINPLACE_CMD} -e 's|speechd|$$$\{SPEECHD_LIBRARY}|g' \ - ${PATCH_WRKSRC}/kttsd/kcmkttsmgr/CMakeLists.txt \ - ${PATCH_WRKSRC}/kttsd/kttsd/CMakeLists.txt + ${PATCH_WRKSRC}/jovie/kcmkttsmgr/CMakeLists.txt \ + ${PATCH_WRKSRC}/jovie/jovie/CMakeLists.txt post-install: - cd ${WRKSRC}/doc/kttsd && ${MAKE} install + cd ${WRKSRC}/doc/jovie && ${MAKE} install ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/accessibility/jovie/files/patch-jovie__CMakeLists.txt b/accessibility/jovie/files/patch-jovie__CMakeLists.txt new file mode 100644 index 000000000000..e2ed95040734 --- /dev/null +++ b/accessibility/jovie/files/patch-jovie__CMakeLists.txt @@ -0,0 +1,17 @@ +--- ./jovie/CMakeLists.txt.orig 2010-07-30 11:04:09.892079431 +0400 ++++ ./jovie/CMakeLists.txt 2010-07-30 11:04:27.027110608 +0400 +@@ -8,12 +8,12 @@ + + # if speechd was found use it + if (SPEECHD_FOUND) +- set (SPEECH_LIB speechd) ++ set (SPEECH_LIB ${SPEECHD_LIBRARY}) + endif (SPEECHD_FOUND) + + # prefer opentts if it was also found (or if it was the only one found) + if (OPENTTS_FOUND) +- set (SPEECH_LIB opentts) ++ set (SPEECH_LIB ${OPENTTS_LIBRARY}) + endif (OPENTTS_FOUND) + + # we found speechd or opentts, so continue diff --git a/accessibility/jovie/pkg-message b/accessibility/jovie/pkg-message index 7aa77b9472c1..e85b1510ea29 100644 --- a/accessibility/jovie/pkg-message +++ b/accessibility/jovie/pkg-message @@ -1,10 +1,11 @@ ====================================================================== To enable Text-to-Speech System (KTTSD), you first need to start -speech-dispatcher (locally): +speech-dispatcher and Jovie (locally): $ speech-dispatcher +$ jovie -You may want to launch it via the KDE Autostart module. +You may want to launch them via the KDE Autostart module. ====================================================================== diff --git a/accessibility/jovie/pkg-plist b/accessibility/jovie/pkg-plist index 8a37a66a9f98..a2899aeae5d3 100644 --- a/accessibility/jovie/pkg-plist +++ b/accessibility/jovie/pkg-plist @@ -1,38 +1,36 @@ -bin/kttsd -bin/kttsmgr +bin/jovie lib/kde4/kcm_kttsd.so -lib/kde4/libkttsd_stringreplacerplugin.so -lib/kde4/libkttsd_talkerchooserplugin.so -lib/kde4/libkttsd_xmltransformerplugin.so +lib/kde4/libjovie_stringreplacerplugin.so +lib/kde4/libjovie_talkerchooserplugin.so +lib/kde4/libjovie_xmltransformerplugin.so lib/libkttsd.so lib/libkttsd.so.5 lib/libkttsd.so.5.0.1 -share/applications/kde4/kttsmgr.desktop -share/apps/kttsd/kcmkttsd_testmessage.desktop -share/apps/kttsd/stringreplacer/abbreviations.xml -share/apps/kttsd/stringreplacer/chat-de.xml -share/apps/kttsd/stringreplacer/chat.xml -share/apps/kttsd/stringreplacer/emoticons.xml -share/apps/kttsd/stringreplacer/festival_unspeakable_chars.xml -share/apps/kttsd/stringreplacer/kmail.xml -share/apps/kttsd/stringreplacer/polish_festival_fixes.xml -share/apps/kttsd/stringreplacer/polish_festival_unspeakables.xml -share/apps/kttsd/stringreplacer/qt2plaintext.xml -share/apps/kttsd/talkerchooser/female_notifications_rc -share/apps/kttsd/xmltransformer/xhtml2ssml.xsl -share/apps/kttsd/xmltransformer/xhtml2ssml_simple.xsl +share/apps/jovie/kcmkttsd_testmessage.desktop +share/apps/jovie/stringreplacer/abbreviations.xml +share/apps/jovie/stringreplacer/chat-de.xml +share/apps/jovie/stringreplacer/chat.xml +share/apps/jovie/stringreplacer/emoticons.xml +share/apps/jovie/stringreplacer/festival_unspeakable_chars.xml +share/apps/jovie/stringreplacer/kmail.xml +share/apps/jovie/stringreplacer/polish_festival_fixes.xml +share/apps/jovie/stringreplacer/polish_festival_unspeakables.xml +share/apps/jovie/stringreplacer/qt2plaintext.xml +share/apps/jovie/talkerchooser/female_notifications_rc +share/apps/jovie/xmltransformer/xhtml2ssml.xsl +share/apps/jovie/xmltransformer/xhtml2ssml_simple.xsl share/apps/kttsd/xslt/SSMLtoPlainText.xsl -share/doc/HTML/en/kttsd/addtalker.png -share/doc/HTML/en/kttsd/common -share/doc/HTML/en/kttsd/filters.png -share/doc/HTML/en/kttsd/general.png -share/doc/HTML/en/kttsd/index.cache.bz2 -share/doc/HTML/en/kttsd/index.docbook -share/doc/HTML/en/kttsd/jobs.png -share/doc/HTML/en/kttsd/stringreplacer.png -share/doc/HTML/en/kttsd/talkerchooser.png -share/doc/HTML/en/kttsd/talkers.png -share/doc/HTML/en/kttsd/xmltransformer.png +share/doc/HTML/en/jovie/addtalker.png +share/doc/HTML/en/jovie/common +share/doc/HTML/en/jovie/filters.png +share/doc/HTML/en/jovie/general.png +share/doc/HTML/en/jovie/index.cache.bz2 +share/doc/HTML/en/jovie/index.docbook +share/doc/HTML/en/jovie/jobs.png +share/doc/HTML/en/jovie/stringreplacer.png +share/doc/HTML/en/jovie/talkerchooser.png +share/doc/HTML/en/jovie/talkers.png +share/doc/HTML/en/jovie/xmltransformer.png share/icons/hicolor/16x16/actions/female.png share/icons/hicolor/16x16/actions/male.png share/icons/hicolor/16x16/actions/nospeak.png @@ -43,15 +41,17 @@ share/icons/hicolor/32x32/actions/nospeak.png share/icons/hicolor/32x32/actions/speak.png share/icons/hicolor/48x48/actions/nospeak.png share/icons/hicolor/48x48/actions/speak.png +share/kde4/services/jovie.desktop +share/kde4/services/jovie_stringreplacerplugin.desktop +share/kde4/services/jovie_talkerchooserplugin.desktop +share/kde4/services/jovie_xmltransformerplugin.desktop share/kde4/services/kcmkttsd.desktop share/kde4/services/kttsd.desktop -share/kde4/services/kttsd_stringreplacerplugin.desktop -share/kde4/services/kttsd_talkerchooserplugin.desktop -share/kde4/services/kttsd_xmltransformerplugin.desktop -share/kde4/servicetypes/kttsd_filterplugin.desktop -@dirrm share/doc/HTML/en/kttsd +share/kde4/servicetypes/jovie_filterplugin.desktop +@dirrm share/doc/HTML/en/jovie @dirrm share/apps/kttsd/xslt -@dirrm share/apps/kttsd/xmltransformer -@dirrm share/apps/kttsd/talkerchooser -@dirrm share/apps/kttsd/stringreplacer @dirrm share/apps/kttsd +@dirrm share/apps/jovie/xmltransformer +@dirrm share/apps/jovie/talkerchooser +@dirrm share/apps/jovie/stringreplacer +@dirrm share/apps/jovie diff --git a/accessibility/kaccessible/Makefile b/accessibility/kaccessible/Makefile index bd6f58c07da6..49e9d76d98fc 100644 --- a/accessibility/kaccessible/Makefile +++ b/accessibility/kaccessible/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility applications for KDE4 +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + LATEST_LINK= ${PORTNAME}4 USE_BZIP2= yes @@ -32,13 +34,13 @@ OPTIONS= KTTS "Enable KTTS speech service" off .include <bsd.port.options.mk> .if defined(WITH_KTTS) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/ktts .endif post-patch: - ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*kttsd/d' \ + ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*jovie/d' \ ${PATCH_WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/add_subdirectory.*kttsd/d' \ + ${REINPLACE_CMD} -e '/add_subdirectory.*jovie/d' \ ${PATCH_WRKSRC}/doc/CMakeLists.txt .include <bsd.port.mk> diff --git a/accessibility/kaccessible/distinfo b/accessibility/kaccessible/distinfo index 46803edb9188..fb56624009eb 100644 --- a/accessibility/kaccessible/distinfo +++ b/accessibility/kaccessible/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeaccessibility-4.4.5.tar.bz2) = c8034d8475185faad52556ab61c55c56 -SHA256 (KDE/kdeaccessibility-4.4.5.tar.bz2) = 5b920f6b4a2a5c68f2e2a15da340f5beff9d5e87fc783f8951134f094f6e16c9 -SIZE (KDE/kdeaccessibility-4.4.5.tar.bz2) = 5585882 +MD5 (KDE/kdeaccessibility-4.5.1.tar.bz2) = a30d11c74f64151d960a96d3894607ff +SHA256 (KDE/kdeaccessibility-4.5.1.tar.bz2) = 44704c932765b0313e6ac2197979b1989daba7d92e9bdd84fe4b411a8c1dad49 +SIZE (KDE/kdeaccessibility-4.5.1.tar.bz2) = 5420679 diff --git a/accessibility/kaccessible/pkg-plist b/accessibility/kaccessible/pkg-plist index c85429b25719..ff92b720611a 100644 --- a/accessibility/kaccessible/pkg-plist +++ b/accessibility/kaccessible/pkg-plist @@ -1906,32 +1906,12 @@ share/icons/mono/scalable/mimetypes/application-xslt+xml.svgz share/icons/mono/scalable/mimetypes/application-zip.svgz share/icons/mono/scalable/mimetypes/applix.svgz share/icons/mono/scalable/mimetypes/ascii.svgz -share/icons/mono/scalable/mimetypes/audio-aac.svgz -share/icons/mono/scalable/mimetypes/audio-ac3.svgz -share/icons/mono/scalable/mimetypes/audio-basic.svgz share/icons/mono/scalable/mimetypes/audio-midi.svgz -share/icons/mono/scalable/mimetypes/audio-mp4.svgz -share/icons/mono/scalable/mimetypes/audio-mpeg.svgz share/icons/mono/scalable/mimetypes/audio-prs.sid.svgz share/icons/mono/scalable/mimetypes/audio-template.svgz share/icons/mono/scalable/mimetypes/audio-vnd.rn-realaudio.svgz share/icons/mono/scalable/mimetypes/audio-vnd.rn-realvideo.svgz -share/icons/mono/scalable/mimetypes/audio-x-adpcm.svgz -share/icons/mono/scalable/mimetypes/audio-x-aiff.svgz -share/icons/mono/scalable/mimetypes/audio-x-flac+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-flac.svgz share/icons/mono/scalable/mimetypes/audio-x-generic.svgz -share/icons/mono/scalable/mimetypes/audio-x-matroska.svgz -share/icons/mono/scalable/mimetypes/audio-x-mod.svgz -share/icons/mono/scalable/mimetypes/audio-x-monkey.svgz -share/icons/mono/scalable/mimetypes/audio-x-mp2.svgz -share/icons/mono/scalable/mimetypes/audio-x-mpegurl.svgz -share/icons/mono/scalable/mimetypes/audio-x-ms-wma.svgz -share/icons/mono/scalable/mimetypes/audio-x-musepack.svgz -share/icons/mono/scalable/mimetypes/audio-x-scpls.svgz -share/icons/mono/scalable/mimetypes/audio-x-speex+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-vorbis+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-wav.svgz share/icons/mono/scalable/mimetypes/backup.svgz share/icons/mono/scalable/mimetypes/cdbo_list.svgz share/icons/mono/scalable/mimetypes/cdr.svgz @@ -1946,41 +1926,14 @@ share/icons/mono/scalable/mimetypes/gnome-library.svgz share/icons/mono/scalable/mimetypes/gnome_app_info.svgz share/icons/mono/scalable/mimetypes/graphic.svgz share/icons/mono/scalable/mimetypes/igc.svgz -share/icons/mono/scalable/mimetypes/image-bmp.svgz -share/icons/mono/scalable/mimetypes/image-cgm.svgz -share/icons/mono/scalable/mimetypes/image-fax-g3.svgz -share/icons/mono/scalable/mimetypes/image-gif.svgz -share/icons/mono/scalable/mimetypes/image-jp2.svgz -share/icons/mono/scalable/mimetypes/image-jpeg.svgz -share/icons/mono/scalable/mimetypes/image-png.svgz share/icons/mono/scalable/mimetypes/image-svg+xml.svgz share/icons/mono/scalable/mimetypes/image-template.svgz -share/icons/mono/scalable/mimetypes/image-tiff.svgz share/icons/mono/scalable/mimetypes/image-vnd.djvu.svgz -share/icons/mono/scalable/mimetypes/image-x-applix-graphics.svgz -share/icons/mono/scalable/mimetypes/image-x-dcraw.svgz -share/icons/mono/scalable/mimetypes/image-x-dds.svgz share/icons/mono/scalable/mimetypes/image-x-eps.svgz -share/icons/mono/scalable/mimetypes/image-x-exr.svgz -share/icons/mono/scalable/mimetypes/image-x-fits.svgz share/icons/mono/scalable/mimetypes/image-x-generic.svgz -share/icons/mono/scalable/mimetypes/image-x-hdr.svgz -share/icons/mono/scalable/mimetypes/image-x-ico.svgz -share/icons/mono/scalable/mimetypes/image-x-jng.svgz -share/icons/mono/scalable/mimetypes/image-x-msod.svgz -share/icons/mono/scalable/mimetypes/image-x-pcx.svgz -share/icons/mono/scalable/mimetypes/image-x-photo-cd.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-bitmap.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-graymap.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-pixmap.svgz share/icons/mono/scalable/mimetypes/image-x-psd.svgz -share/icons/mono/scalable/mimetypes/image-x-rgb.svgz -share/icons/mono/scalable/mimetypes/image-x-tga.svgz share/icons/mono/scalable/mimetypes/image-x-vnd.trolltech.qpicture.svgz -share/icons/mono/scalable/mimetypes/image-x-xbitmap.svgz -share/icons/mono/scalable/mimetypes/image-x-xcf.svgz share/icons/mono/scalable/mimetypes/image-x-xfig.svgz -share/icons/mono/scalable/mimetypes/image-x-xpixmap.svgz share/icons/mono/scalable/mimetypes/inode-directory.svgz share/icons/mono/scalable/mimetypes/ipod.svgz share/icons/mono/scalable/mimetypes/kdevelop_project.svgz @@ -2043,20 +1996,11 @@ share/icons/mono/scalable/mimetypes/text-x-texinfo.svgz share/icons/mono/scalable/mimetypes/text-xml.svgz share/icons/mono/scalable/mimetypes/text.svgz share/icons/mono/scalable/mimetypes/trash.svgz -share/icons/mono/scalable/mimetypes/video-mp4.svgz -share/icons/mono/scalable/mimetypes/video-mpeg.svgz share/icons/mono/scalable/mimetypes/video-quicktime.svgz share/icons/mono/scalable/mimetypes/video-template.svgz -share/icons/mono/scalable/mimetypes/video-x-flic.svgz share/icons/mono/scalable/mimetypes/video-x-flv.svgz share/icons/mono/scalable/mimetypes/video-x-generic.svgz -share/icons/mono/scalable/mimetypes/video-x-matroska.svgz share/icons/mono/scalable/mimetypes/video-x-mng.svgz -share/icons/mono/scalable/mimetypes/video-x-ms-asf.svgz -share/icons/mono/scalable/mimetypes/video-x-ms-wmv.svgz -share/icons/mono/scalable/mimetypes/video-x-msvideo.svgz -share/icons/mono/scalable/mimetypes/video-x-ogm+ogg.svgz -share/icons/mono/scalable/mimetypes/video-x-theora+ogg.svgz share/icons/mono/scalable/mimetypes/widget_doc.svgz share/icons/mono/scalable/mimetypes/x-office-calendar.svgz share/icons/mono/scalable/mimetypes/x-office-spreadsheet.svgz diff --git a/accessibility/kdeaccessibility4/Makefile b/accessibility/kdeaccessibility4/Makefile index bd6f58c07da6..49e9d76d98fc 100644 --- a/accessibility/kdeaccessibility4/Makefile +++ b/accessibility/kdeaccessibility4/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility applications for KDE4 +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + LATEST_LINK= ${PORTNAME}4 USE_BZIP2= yes @@ -32,13 +34,13 @@ OPTIONS= KTTS "Enable KTTS speech service" off .include <bsd.port.options.mk> .if defined(WITH_KTTS) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/ktts .endif post-patch: - ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*kttsd/d' \ + ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*jovie/d' \ ${PATCH_WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/add_subdirectory.*kttsd/d' \ + ${REINPLACE_CMD} -e '/add_subdirectory.*jovie/d' \ ${PATCH_WRKSRC}/doc/CMakeLists.txt .include <bsd.port.mk> diff --git a/accessibility/kdeaccessibility4/distinfo b/accessibility/kdeaccessibility4/distinfo index 46803edb9188..fb56624009eb 100644 --- a/accessibility/kdeaccessibility4/distinfo +++ b/accessibility/kdeaccessibility4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeaccessibility-4.4.5.tar.bz2) = c8034d8475185faad52556ab61c55c56 -SHA256 (KDE/kdeaccessibility-4.4.5.tar.bz2) = 5b920f6b4a2a5c68f2e2a15da340f5beff9d5e87fc783f8951134f094f6e16c9 -SIZE (KDE/kdeaccessibility-4.4.5.tar.bz2) = 5585882 +MD5 (KDE/kdeaccessibility-4.5.1.tar.bz2) = a30d11c74f64151d960a96d3894607ff +SHA256 (KDE/kdeaccessibility-4.5.1.tar.bz2) = 44704c932765b0313e6ac2197979b1989daba7d92e9bdd84fe4b411a8c1dad49 +SIZE (KDE/kdeaccessibility-4.5.1.tar.bz2) = 5420679 diff --git a/accessibility/kdeaccessibility4/pkg-plist b/accessibility/kdeaccessibility4/pkg-plist index c85429b25719..ff92b720611a 100644 --- a/accessibility/kdeaccessibility4/pkg-plist +++ b/accessibility/kdeaccessibility4/pkg-plist @@ -1906,32 +1906,12 @@ share/icons/mono/scalable/mimetypes/application-xslt+xml.svgz share/icons/mono/scalable/mimetypes/application-zip.svgz share/icons/mono/scalable/mimetypes/applix.svgz share/icons/mono/scalable/mimetypes/ascii.svgz -share/icons/mono/scalable/mimetypes/audio-aac.svgz -share/icons/mono/scalable/mimetypes/audio-ac3.svgz -share/icons/mono/scalable/mimetypes/audio-basic.svgz share/icons/mono/scalable/mimetypes/audio-midi.svgz -share/icons/mono/scalable/mimetypes/audio-mp4.svgz -share/icons/mono/scalable/mimetypes/audio-mpeg.svgz share/icons/mono/scalable/mimetypes/audio-prs.sid.svgz share/icons/mono/scalable/mimetypes/audio-template.svgz share/icons/mono/scalable/mimetypes/audio-vnd.rn-realaudio.svgz share/icons/mono/scalable/mimetypes/audio-vnd.rn-realvideo.svgz -share/icons/mono/scalable/mimetypes/audio-x-adpcm.svgz -share/icons/mono/scalable/mimetypes/audio-x-aiff.svgz -share/icons/mono/scalable/mimetypes/audio-x-flac+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-flac.svgz share/icons/mono/scalable/mimetypes/audio-x-generic.svgz -share/icons/mono/scalable/mimetypes/audio-x-matroska.svgz -share/icons/mono/scalable/mimetypes/audio-x-mod.svgz -share/icons/mono/scalable/mimetypes/audio-x-monkey.svgz -share/icons/mono/scalable/mimetypes/audio-x-mp2.svgz -share/icons/mono/scalable/mimetypes/audio-x-mpegurl.svgz -share/icons/mono/scalable/mimetypes/audio-x-ms-wma.svgz -share/icons/mono/scalable/mimetypes/audio-x-musepack.svgz -share/icons/mono/scalable/mimetypes/audio-x-scpls.svgz -share/icons/mono/scalable/mimetypes/audio-x-speex+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-vorbis+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-wav.svgz share/icons/mono/scalable/mimetypes/backup.svgz share/icons/mono/scalable/mimetypes/cdbo_list.svgz share/icons/mono/scalable/mimetypes/cdr.svgz @@ -1946,41 +1926,14 @@ share/icons/mono/scalable/mimetypes/gnome-library.svgz share/icons/mono/scalable/mimetypes/gnome_app_info.svgz share/icons/mono/scalable/mimetypes/graphic.svgz share/icons/mono/scalable/mimetypes/igc.svgz -share/icons/mono/scalable/mimetypes/image-bmp.svgz -share/icons/mono/scalable/mimetypes/image-cgm.svgz -share/icons/mono/scalable/mimetypes/image-fax-g3.svgz -share/icons/mono/scalable/mimetypes/image-gif.svgz -share/icons/mono/scalable/mimetypes/image-jp2.svgz -share/icons/mono/scalable/mimetypes/image-jpeg.svgz -share/icons/mono/scalable/mimetypes/image-png.svgz share/icons/mono/scalable/mimetypes/image-svg+xml.svgz share/icons/mono/scalable/mimetypes/image-template.svgz -share/icons/mono/scalable/mimetypes/image-tiff.svgz share/icons/mono/scalable/mimetypes/image-vnd.djvu.svgz -share/icons/mono/scalable/mimetypes/image-x-applix-graphics.svgz -share/icons/mono/scalable/mimetypes/image-x-dcraw.svgz -share/icons/mono/scalable/mimetypes/image-x-dds.svgz share/icons/mono/scalable/mimetypes/image-x-eps.svgz -share/icons/mono/scalable/mimetypes/image-x-exr.svgz -share/icons/mono/scalable/mimetypes/image-x-fits.svgz share/icons/mono/scalable/mimetypes/image-x-generic.svgz -share/icons/mono/scalable/mimetypes/image-x-hdr.svgz -share/icons/mono/scalable/mimetypes/image-x-ico.svgz -share/icons/mono/scalable/mimetypes/image-x-jng.svgz -share/icons/mono/scalable/mimetypes/image-x-msod.svgz -share/icons/mono/scalable/mimetypes/image-x-pcx.svgz -share/icons/mono/scalable/mimetypes/image-x-photo-cd.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-bitmap.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-graymap.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-pixmap.svgz share/icons/mono/scalable/mimetypes/image-x-psd.svgz -share/icons/mono/scalable/mimetypes/image-x-rgb.svgz -share/icons/mono/scalable/mimetypes/image-x-tga.svgz share/icons/mono/scalable/mimetypes/image-x-vnd.trolltech.qpicture.svgz -share/icons/mono/scalable/mimetypes/image-x-xbitmap.svgz -share/icons/mono/scalable/mimetypes/image-x-xcf.svgz share/icons/mono/scalable/mimetypes/image-x-xfig.svgz -share/icons/mono/scalable/mimetypes/image-x-xpixmap.svgz share/icons/mono/scalable/mimetypes/inode-directory.svgz share/icons/mono/scalable/mimetypes/ipod.svgz share/icons/mono/scalable/mimetypes/kdevelop_project.svgz @@ -2043,20 +1996,11 @@ share/icons/mono/scalable/mimetypes/text-x-texinfo.svgz share/icons/mono/scalable/mimetypes/text-xml.svgz share/icons/mono/scalable/mimetypes/text.svgz share/icons/mono/scalable/mimetypes/trash.svgz -share/icons/mono/scalable/mimetypes/video-mp4.svgz -share/icons/mono/scalable/mimetypes/video-mpeg.svgz share/icons/mono/scalable/mimetypes/video-quicktime.svgz share/icons/mono/scalable/mimetypes/video-template.svgz -share/icons/mono/scalable/mimetypes/video-x-flic.svgz share/icons/mono/scalable/mimetypes/video-x-flv.svgz share/icons/mono/scalable/mimetypes/video-x-generic.svgz -share/icons/mono/scalable/mimetypes/video-x-matroska.svgz share/icons/mono/scalable/mimetypes/video-x-mng.svgz -share/icons/mono/scalable/mimetypes/video-x-ms-asf.svgz -share/icons/mono/scalable/mimetypes/video-x-ms-wmv.svgz -share/icons/mono/scalable/mimetypes/video-x-msvideo.svgz -share/icons/mono/scalable/mimetypes/video-x-ogm+ogg.svgz -share/icons/mono/scalable/mimetypes/video-x-theora+ogg.svgz share/icons/mono/scalable/mimetypes/widget_doc.svgz share/icons/mono/scalable/mimetypes/x-office-calendar.svgz share/icons/mono/scalable/mimetypes/x-office-spreadsheet.svgz diff --git a/accessibility/kmag/Makefile b/accessibility/kmag/Makefile index bd6f58c07da6..49e9d76d98fc 100644 --- a/accessibility/kmag/Makefile +++ b/accessibility/kmag/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility applications for KDE4 +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + LATEST_LINK= ${PORTNAME}4 USE_BZIP2= yes @@ -32,13 +34,13 @@ OPTIONS= KTTS "Enable KTTS speech service" off .include <bsd.port.options.mk> .if defined(WITH_KTTS) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/ktts .endif post-patch: - ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*kttsd/d' \ + ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*jovie/d' \ ${PATCH_WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/add_subdirectory.*kttsd/d' \ + ${REINPLACE_CMD} -e '/add_subdirectory.*jovie/d' \ ${PATCH_WRKSRC}/doc/CMakeLists.txt .include <bsd.port.mk> diff --git a/accessibility/kmag/distinfo b/accessibility/kmag/distinfo index 46803edb9188..fb56624009eb 100644 --- a/accessibility/kmag/distinfo +++ b/accessibility/kmag/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeaccessibility-4.4.5.tar.bz2) = c8034d8475185faad52556ab61c55c56 -SHA256 (KDE/kdeaccessibility-4.4.5.tar.bz2) = 5b920f6b4a2a5c68f2e2a15da340f5beff9d5e87fc783f8951134f094f6e16c9 -SIZE (KDE/kdeaccessibility-4.4.5.tar.bz2) = 5585882 +MD5 (KDE/kdeaccessibility-4.5.1.tar.bz2) = a30d11c74f64151d960a96d3894607ff +SHA256 (KDE/kdeaccessibility-4.5.1.tar.bz2) = 44704c932765b0313e6ac2197979b1989daba7d92e9bdd84fe4b411a8c1dad49 +SIZE (KDE/kdeaccessibility-4.5.1.tar.bz2) = 5420679 diff --git a/accessibility/kmag/pkg-plist b/accessibility/kmag/pkg-plist index c85429b25719..ff92b720611a 100644 --- a/accessibility/kmag/pkg-plist +++ b/accessibility/kmag/pkg-plist @@ -1906,32 +1906,12 @@ share/icons/mono/scalable/mimetypes/application-xslt+xml.svgz share/icons/mono/scalable/mimetypes/application-zip.svgz share/icons/mono/scalable/mimetypes/applix.svgz share/icons/mono/scalable/mimetypes/ascii.svgz -share/icons/mono/scalable/mimetypes/audio-aac.svgz -share/icons/mono/scalable/mimetypes/audio-ac3.svgz -share/icons/mono/scalable/mimetypes/audio-basic.svgz share/icons/mono/scalable/mimetypes/audio-midi.svgz -share/icons/mono/scalable/mimetypes/audio-mp4.svgz -share/icons/mono/scalable/mimetypes/audio-mpeg.svgz share/icons/mono/scalable/mimetypes/audio-prs.sid.svgz share/icons/mono/scalable/mimetypes/audio-template.svgz share/icons/mono/scalable/mimetypes/audio-vnd.rn-realaudio.svgz share/icons/mono/scalable/mimetypes/audio-vnd.rn-realvideo.svgz -share/icons/mono/scalable/mimetypes/audio-x-adpcm.svgz -share/icons/mono/scalable/mimetypes/audio-x-aiff.svgz -share/icons/mono/scalable/mimetypes/audio-x-flac+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-flac.svgz share/icons/mono/scalable/mimetypes/audio-x-generic.svgz -share/icons/mono/scalable/mimetypes/audio-x-matroska.svgz -share/icons/mono/scalable/mimetypes/audio-x-mod.svgz -share/icons/mono/scalable/mimetypes/audio-x-monkey.svgz -share/icons/mono/scalable/mimetypes/audio-x-mp2.svgz -share/icons/mono/scalable/mimetypes/audio-x-mpegurl.svgz -share/icons/mono/scalable/mimetypes/audio-x-ms-wma.svgz -share/icons/mono/scalable/mimetypes/audio-x-musepack.svgz -share/icons/mono/scalable/mimetypes/audio-x-scpls.svgz -share/icons/mono/scalable/mimetypes/audio-x-speex+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-vorbis+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-wav.svgz share/icons/mono/scalable/mimetypes/backup.svgz share/icons/mono/scalable/mimetypes/cdbo_list.svgz share/icons/mono/scalable/mimetypes/cdr.svgz @@ -1946,41 +1926,14 @@ share/icons/mono/scalable/mimetypes/gnome-library.svgz share/icons/mono/scalable/mimetypes/gnome_app_info.svgz share/icons/mono/scalable/mimetypes/graphic.svgz share/icons/mono/scalable/mimetypes/igc.svgz -share/icons/mono/scalable/mimetypes/image-bmp.svgz -share/icons/mono/scalable/mimetypes/image-cgm.svgz -share/icons/mono/scalable/mimetypes/image-fax-g3.svgz -share/icons/mono/scalable/mimetypes/image-gif.svgz -share/icons/mono/scalable/mimetypes/image-jp2.svgz -share/icons/mono/scalable/mimetypes/image-jpeg.svgz -share/icons/mono/scalable/mimetypes/image-png.svgz share/icons/mono/scalable/mimetypes/image-svg+xml.svgz share/icons/mono/scalable/mimetypes/image-template.svgz -share/icons/mono/scalable/mimetypes/image-tiff.svgz share/icons/mono/scalable/mimetypes/image-vnd.djvu.svgz -share/icons/mono/scalable/mimetypes/image-x-applix-graphics.svgz -share/icons/mono/scalable/mimetypes/image-x-dcraw.svgz -share/icons/mono/scalable/mimetypes/image-x-dds.svgz share/icons/mono/scalable/mimetypes/image-x-eps.svgz -share/icons/mono/scalable/mimetypes/image-x-exr.svgz -share/icons/mono/scalable/mimetypes/image-x-fits.svgz share/icons/mono/scalable/mimetypes/image-x-generic.svgz -share/icons/mono/scalable/mimetypes/image-x-hdr.svgz -share/icons/mono/scalable/mimetypes/image-x-ico.svgz -share/icons/mono/scalable/mimetypes/image-x-jng.svgz -share/icons/mono/scalable/mimetypes/image-x-msod.svgz -share/icons/mono/scalable/mimetypes/image-x-pcx.svgz -share/icons/mono/scalable/mimetypes/image-x-photo-cd.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-bitmap.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-graymap.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-pixmap.svgz share/icons/mono/scalable/mimetypes/image-x-psd.svgz -share/icons/mono/scalable/mimetypes/image-x-rgb.svgz -share/icons/mono/scalable/mimetypes/image-x-tga.svgz share/icons/mono/scalable/mimetypes/image-x-vnd.trolltech.qpicture.svgz -share/icons/mono/scalable/mimetypes/image-x-xbitmap.svgz -share/icons/mono/scalable/mimetypes/image-x-xcf.svgz share/icons/mono/scalable/mimetypes/image-x-xfig.svgz -share/icons/mono/scalable/mimetypes/image-x-xpixmap.svgz share/icons/mono/scalable/mimetypes/inode-directory.svgz share/icons/mono/scalable/mimetypes/ipod.svgz share/icons/mono/scalable/mimetypes/kdevelop_project.svgz @@ -2043,20 +1996,11 @@ share/icons/mono/scalable/mimetypes/text-x-texinfo.svgz share/icons/mono/scalable/mimetypes/text-xml.svgz share/icons/mono/scalable/mimetypes/text.svgz share/icons/mono/scalable/mimetypes/trash.svgz -share/icons/mono/scalable/mimetypes/video-mp4.svgz -share/icons/mono/scalable/mimetypes/video-mpeg.svgz share/icons/mono/scalable/mimetypes/video-quicktime.svgz share/icons/mono/scalable/mimetypes/video-template.svgz -share/icons/mono/scalable/mimetypes/video-x-flic.svgz share/icons/mono/scalable/mimetypes/video-x-flv.svgz share/icons/mono/scalable/mimetypes/video-x-generic.svgz -share/icons/mono/scalable/mimetypes/video-x-matroska.svgz share/icons/mono/scalable/mimetypes/video-x-mng.svgz -share/icons/mono/scalable/mimetypes/video-x-ms-asf.svgz -share/icons/mono/scalable/mimetypes/video-x-ms-wmv.svgz -share/icons/mono/scalable/mimetypes/video-x-msvideo.svgz -share/icons/mono/scalable/mimetypes/video-x-ogm+ogg.svgz -share/icons/mono/scalable/mimetypes/video-x-theora+ogg.svgz share/icons/mono/scalable/mimetypes/widget_doc.svgz share/icons/mono/scalable/mimetypes/x-office-calendar.svgz share/icons/mono/scalable/mimetypes/x-office-spreadsheet.svgz diff --git a/accessibility/kmousetool/Makefile b/accessibility/kmousetool/Makefile index bd6f58c07da6..49e9d76d98fc 100644 --- a/accessibility/kmousetool/Makefile +++ b/accessibility/kmousetool/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility applications for KDE4 +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + LATEST_LINK= ${PORTNAME}4 USE_BZIP2= yes @@ -32,13 +34,13 @@ OPTIONS= KTTS "Enable KTTS speech service" off .include <bsd.port.options.mk> .if defined(WITH_KTTS) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/ktts .endif post-patch: - ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*kttsd/d' \ + ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*jovie/d' \ ${PATCH_WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/add_subdirectory.*kttsd/d' \ + ${REINPLACE_CMD} -e '/add_subdirectory.*jovie/d' \ ${PATCH_WRKSRC}/doc/CMakeLists.txt .include <bsd.port.mk> diff --git a/accessibility/kmousetool/distinfo b/accessibility/kmousetool/distinfo index 46803edb9188..fb56624009eb 100644 --- a/accessibility/kmousetool/distinfo +++ b/accessibility/kmousetool/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeaccessibility-4.4.5.tar.bz2) = c8034d8475185faad52556ab61c55c56 -SHA256 (KDE/kdeaccessibility-4.4.5.tar.bz2) = 5b920f6b4a2a5c68f2e2a15da340f5beff9d5e87fc783f8951134f094f6e16c9 -SIZE (KDE/kdeaccessibility-4.4.5.tar.bz2) = 5585882 +MD5 (KDE/kdeaccessibility-4.5.1.tar.bz2) = a30d11c74f64151d960a96d3894607ff +SHA256 (KDE/kdeaccessibility-4.5.1.tar.bz2) = 44704c932765b0313e6ac2197979b1989daba7d92e9bdd84fe4b411a8c1dad49 +SIZE (KDE/kdeaccessibility-4.5.1.tar.bz2) = 5420679 diff --git a/accessibility/kmousetool/pkg-plist b/accessibility/kmousetool/pkg-plist index c85429b25719..ff92b720611a 100644 --- a/accessibility/kmousetool/pkg-plist +++ b/accessibility/kmousetool/pkg-plist @@ -1906,32 +1906,12 @@ share/icons/mono/scalable/mimetypes/application-xslt+xml.svgz share/icons/mono/scalable/mimetypes/application-zip.svgz share/icons/mono/scalable/mimetypes/applix.svgz share/icons/mono/scalable/mimetypes/ascii.svgz -share/icons/mono/scalable/mimetypes/audio-aac.svgz -share/icons/mono/scalable/mimetypes/audio-ac3.svgz -share/icons/mono/scalable/mimetypes/audio-basic.svgz share/icons/mono/scalable/mimetypes/audio-midi.svgz -share/icons/mono/scalable/mimetypes/audio-mp4.svgz -share/icons/mono/scalable/mimetypes/audio-mpeg.svgz share/icons/mono/scalable/mimetypes/audio-prs.sid.svgz share/icons/mono/scalable/mimetypes/audio-template.svgz share/icons/mono/scalable/mimetypes/audio-vnd.rn-realaudio.svgz share/icons/mono/scalable/mimetypes/audio-vnd.rn-realvideo.svgz -share/icons/mono/scalable/mimetypes/audio-x-adpcm.svgz -share/icons/mono/scalable/mimetypes/audio-x-aiff.svgz -share/icons/mono/scalable/mimetypes/audio-x-flac+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-flac.svgz share/icons/mono/scalable/mimetypes/audio-x-generic.svgz -share/icons/mono/scalable/mimetypes/audio-x-matroska.svgz -share/icons/mono/scalable/mimetypes/audio-x-mod.svgz -share/icons/mono/scalable/mimetypes/audio-x-monkey.svgz -share/icons/mono/scalable/mimetypes/audio-x-mp2.svgz -share/icons/mono/scalable/mimetypes/audio-x-mpegurl.svgz -share/icons/mono/scalable/mimetypes/audio-x-ms-wma.svgz -share/icons/mono/scalable/mimetypes/audio-x-musepack.svgz -share/icons/mono/scalable/mimetypes/audio-x-scpls.svgz -share/icons/mono/scalable/mimetypes/audio-x-speex+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-vorbis+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-wav.svgz share/icons/mono/scalable/mimetypes/backup.svgz share/icons/mono/scalable/mimetypes/cdbo_list.svgz share/icons/mono/scalable/mimetypes/cdr.svgz @@ -1946,41 +1926,14 @@ share/icons/mono/scalable/mimetypes/gnome-library.svgz share/icons/mono/scalable/mimetypes/gnome_app_info.svgz share/icons/mono/scalable/mimetypes/graphic.svgz share/icons/mono/scalable/mimetypes/igc.svgz -share/icons/mono/scalable/mimetypes/image-bmp.svgz -share/icons/mono/scalable/mimetypes/image-cgm.svgz -share/icons/mono/scalable/mimetypes/image-fax-g3.svgz -share/icons/mono/scalable/mimetypes/image-gif.svgz -share/icons/mono/scalable/mimetypes/image-jp2.svgz -share/icons/mono/scalable/mimetypes/image-jpeg.svgz -share/icons/mono/scalable/mimetypes/image-png.svgz share/icons/mono/scalable/mimetypes/image-svg+xml.svgz share/icons/mono/scalable/mimetypes/image-template.svgz -share/icons/mono/scalable/mimetypes/image-tiff.svgz share/icons/mono/scalable/mimetypes/image-vnd.djvu.svgz -share/icons/mono/scalable/mimetypes/image-x-applix-graphics.svgz -share/icons/mono/scalable/mimetypes/image-x-dcraw.svgz -share/icons/mono/scalable/mimetypes/image-x-dds.svgz share/icons/mono/scalable/mimetypes/image-x-eps.svgz -share/icons/mono/scalable/mimetypes/image-x-exr.svgz -share/icons/mono/scalable/mimetypes/image-x-fits.svgz share/icons/mono/scalable/mimetypes/image-x-generic.svgz -share/icons/mono/scalable/mimetypes/image-x-hdr.svgz -share/icons/mono/scalable/mimetypes/image-x-ico.svgz -share/icons/mono/scalable/mimetypes/image-x-jng.svgz -share/icons/mono/scalable/mimetypes/image-x-msod.svgz -share/icons/mono/scalable/mimetypes/image-x-pcx.svgz -share/icons/mono/scalable/mimetypes/image-x-photo-cd.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-bitmap.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-graymap.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-pixmap.svgz share/icons/mono/scalable/mimetypes/image-x-psd.svgz -share/icons/mono/scalable/mimetypes/image-x-rgb.svgz -share/icons/mono/scalable/mimetypes/image-x-tga.svgz share/icons/mono/scalable/mimetypes/image-x-vnd.trolltech.qpicture.svgz -share/icons/mono/scalable/mimetypes/image-x-xbitmap.svgz -share/icons/mono/scalable/mimetypes/image-x-xcf.svgz share/icons/mono/scalable/mimetypes/image-x-xfig.svgz -share/icons/mono/scalable/mimetypes/image-x-xpixmap.svgz share/icons/mono/scalable/mimetypes/inode-directory.svgz share/icons/mono/scalable/mimetypes/ipod.svgz share/icons/mono/scalable/mimetypes/kdevelop_project.svgz @@ -2043,20 +1996,11 @@ share/icons/mono/scalable/mimetypes/text-x-texinfo.svgz share/icons/mono/scalable/mimetypes/text-xml.svgz share/icons/mono/scalable/mimetypes/text.svgz share/icons/mono/scalable/mimetypes/trash.svgz -share/icons/mono/scalable/mimetypes/video-mp4.svgz -share/icons/mono/scalable/mimetypes/video-mpeg.svgz share/icons/mono/scalable/mimetypes/video-quicktime.svgz share/icons/mono/scalable/mimetypes/video-template.svgz -share/icons/mono/scalable/mimetypes/video-x-flic.svgz share/icons/mono/scalable/mimetypes/video-x-flv.svgz share/icons/mono/scalable/mimetypes/video-x-generic.svgz -share/icons/mono/scalable/mimetypes/video-x-matroska.svgz share/icons/mono/scalable/mimetypes/video-x-mng.svgz -share/icons/mono/scalable/mimetypes/video-x-ms-asf.svgz -share/icons/mono/scalable/mimetypes/video-x-ms-wmv.svgz -share/icons/mono/scalable/mimetypes/video-x-msvideo.svgz -share/icons/mono/scalable/mimetypes/video-x-ogm+ogg.svgz -share/icons/mono/scalable/mimetypes/video-x-theora+ogg.svgz share/icons/mono/scalable/mimetypes/widget_doc.svgz share/icons/mono/scalable/mimetypes/x-office-calendar.svgz share/icons/mono/scalable/mimetypes/x-office-spreadsheet.svgz diff --git a/accessibility/kmouth/Makefile b/accessibility/kmouth/Makefile index bd6f58c07da6..49e9d76d98fc 100644 --- a/accessibility/kmouth/Makefile +++ b/accessibility/kmouth/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Accessibility applications for KDE4 +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + LATEST_LINK= ${PORTNAME}4 USE_BZIP2= yes @@ -32,13 +34,13 @@ OPTIONS= KTTS "Enable KTTS speech service" off .include <bsd.port.options.mk> .if defined(WITH_KTTS) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/ktts .endif post-patch: - ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*kttsd/d' \ + ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory.*jovie/d' \ ${PATCH_WRKSRC}/CMakeLists.txt - ${REINPLACE_CMD} -e '/add_subdirectory.*kttsd/d' \ + ${REINPLACE_CMD} -e '/add_subdirectory.*jovie/d' \ ${PATCH_WRKSRC}/doc/CMakeLists.txt .include <bsd.port.mk> diff --git a/accessibility/kmouth/distinfo b/accessibility/kmouth/distinfo index 46803edb9188..fb56624009eb 100644 --- a/accessibility/kmouth/distinfo +++ b/accessibility/kmouth/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeaccessibility-4.4.5.tar.bz2) = c8034d8475185faad52556ab61c55c56 -SHA256 (KDE/kdeaccessibility-4.4.5.tar.bz2) = 5b920f6b4a2a5c68f2e2a15da340f5beff9d5e87fc783f8951134f094f6e16c9 -SIZE (KDE/kdeaccessibility-4.4.5.tar.bz2) = 5585882 +MD5 (KDE/kdeaccessibility-4.5.1.tar.bz2) = a30d11c74f64151d960a96d3894607ff +SHA256 (KDE/kdeaccessibility-4.5.1.tar.bz2) = 44704c932765b0313e6ac2197979b1989daba7d92e9bdd84fe4b411a8c1dad49 +SIZE (KDE/kdeaccessibility-4.5.1.tar.bz2) = 5420679 diff --git a/accessibility/kmouth/pkg-plist b/accessibility/kmouth/pkg-plist index c85429b25719..ff92b720611a 100644 --- a/accessibility/kmouth/pkg-plist +++ b/accessibility/kmouth/pkg-plist @@ -1906,32 +1906,12 @@ share/icons/mono/scalable/mimetypes/application-xslt+xml.svgz share/icons/mono/scalable/mimetypes/application-zip.svgz share/icons/mono/scalable/mimetypes/applix.svgz share/icons/mono/scalable/mimetypes/ascii.svgz -share/icons/mono/scalable/mimetypes/audio-aac.svgz -share/icons/mono/scalable/mimetypes/audio-ac3.svgz -share/icons/mono/scalable/mimetypes/audio-basic.svgz share/icons/mono/scalable/mimetypes/audio-midi.svgz -share/icons/mono/scalable/mimetypes/audio-mp4.svgz -share/icons/mono/scalable/mimetypes/audio-mpeg.svgz share/icons/mono/scalable/mimetypes/audio-prs.sid.svgz share/icons/mono/scalable/mimetypes/audio-template.svgz share/icons/mono/scalable/mimetypes/audio-vnd.rn-realaudio.svgz share/icons/mono/scalable/mimetypes/audio-vnd.rn-realvideo.svgz -share/icons/mono/scalable/mimetypes/audio-x-adpcm.svgz -share/icons/mono/scalable/mimetypes/audio-x-aiff.svgz -share/icons/mono/scalable/mimetypes/audio-x-flac+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-flac.svgz share/icons/mono/scalable/mimetypes/audio-x-generic.svgz -share/icons/mono/scalable/mimetypes/audio-x-matroska.svgz -share/icons/mono/scalable/mimetypes/audio-x-mod.svgz -share/icons/mono/scalable/mimetypes/audio-x-monkey.svgz -share/icons/mono/scalable/mimetypes/audio-x-mp2.svgz -share/icons/mono/scalable/mimetypes/audio-x-mpegurl.svgz -share/icons/mono/scalable/mimetypes/audio-x-ms-wma.svgz -share/icons/mono/scalable/mimetypes/audio-x-musepack.svgz -share/icons/mono/scalable/mimetypes/audio-x-scpls.svgz -share/icons/mono/scalable/mimetypes/audio-x-speex+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-vorbis+ogg.svgz -share/icons/mono/scalable/mimetypes/audio-x-wav.svgz share/icons/mono/scalable/mimetypes/backup.svgz share/icons/mono/scalable/mimetypes/cdbo_list.svgz share/icons/mono/scalable/mimetypes/cdr.svgz @@ -1946,41 +1926,14 @@ share/icons/mono/scalable/mimetypes/gnome-library.svgz share/icons/mono/scalable/mimetypes/gnome_app_info.svgz share/icons/mono/scalable/mimetypes/graphic.svgz share/icons/mono/scalable/mimetypes/igc.svgz -share/icons/mono/scalable/mimetypes/image-bmp.svgz -share/icons/mono/scalable/mimetypes/image-cgm.svgz -share/icons/mono/scalable/mimetypes/image-fax-g3.svgz -share/icons/mono/scalable/mimetypes/image-gif.svgz -share/icons/mono/scalable/mimetypes/image-jp2.svgz -share/icons/mono/scalable/mimetypes/image-jpeg.svgz -share/icons/mono/scalable/mimetypes/image-png.svgz share/icons/mono/scalable/mimetypes/image-svg+xml.svgz share/icons/mono/scalable/mimetypes/image-template.svgz -share/icons/mono/scalable/mimetypes/image-tiff.svgz share/icons/mono/scalable/mimetypes/image-vnd.djvu.svgz -share/icons/mono/scalable/mimetypes/image-x-applix-graphics.svgz -share/icons/mono/scalable/mimetypes/image-x-dcraw.svgz -share/icons/mono/scalable/mimetypes/image-x-dds.svgz share/icons/mono/scalable/mimetypes/image-x-eps.svgz -share/icons/mono/scalable/mimetypes/image-x-exr.svgz -share/icons/mono/scalable/mimetypes/image-x-fits.svgz share/icons/mono/scalable/mimetypes/image-x-generic.svgz -share/icons/mono/scalable/mimetypes/image-x-hdr.svgz -share/icons/mono/scalable/mimetypes/image-x-ico.svgz -share/icons/mono/scalable/mimetypes/image-x-jng.svgz -share/icons/mono/scalable/mimetypes/image-x-msod.svgz -share/icons/mono/scalable/mimetypes/image-x-pcx.svgz -share/icons/mono/scalable/mimetypes/image-x-photo-cd.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-bitmap.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-graymap.svgz -share/icons/mono/scalable/mimetypes/image-x-portable-pixmap.svgz share/icons/mono/scalable/mimetypes/image-x-psd.svgz -share/icons/mono/scalable/mimetypes/image-x-rgb.svgz -share/icons/mono/scalable/mimetypes/image-x-tga.svgz share/icons/mono/scalable/mimetypes/image-x-vnd.trolltech.qpicture.svgz -share/icons/mono/scalable/mimetypes/image-x-xbitmap.svgz -share/icons/mono/scalable/mimetypes/image-x-xcf.svgz share/icons/mono/scalable/mimetypes/image-x-xfig.svgz -share/icons/mono/scalable/mimetypes/image-x-xpixmap.svgz share/icons/mono/scalable/mimetypes/inode-directory.svgz share/icons/mono/scalable/mimetypes/ipod.svgz share/icons/mono/scalable/mimetypes/kdevelop_project.svgz @@ -2043,20 +1996,11 @@ share/icons/mono/scalable/mimetypes/text-x-texinfo.svgz share/icons/mono/scalable/mimetypes/text-xml.svgz share/icons/mono/scalable/mimetypes/text.svgz share/icons/mono/scalable/mimetypes/trash.svgz -share/icons/mono/scalable/mimetypes/video-mp4.svgz -share/icons/mono/scalable/mimetypes/video-mpeg.svgz share/icons/mono/scalable/mimetypes/video-quicktime.svgz share/icons/mono/scalable/mimetypes/video-template.svgz -share/icons/mono/scalable/mimetypes/video-x-flic.svgz share/icons/mono/scalable/mimetypes/video-x-flv.svgz share/icons/mono/scalable/mimetypes/video-x-generic.svgz -share/icons/mono/scalable/mimetypes/video-x-matroska.svgz share/icons/mono/scalable/mimetypes/video-x-mng.svgz -share/icons/mono/scalable/mimetypes/video-x-ms-asf.svgz -share/icons/mono/scalable/mimetypes/video-x-ms-wmv.svgz -share/icons/mono/scalable/mimetypes/video-x-msvideo.svgz -share/icons/mono/scalable/mimetypes/video-x-ogm+ogg.svgz -share/icons/mono/scalable/mimetypes/video-x-theora+ogg.svgz share/icons/mono/scalable/mimetypes/widget_doc.svgz share/icons/mono/scalable/mimetypes/x-office-calendar.svgz share/icons/mono/scalable/mimetypes/x-office-spreadsheet.svgz diff --git a/accessibility/ktts/Makefile b/accessibility/ktts/Makefile index 3bc1a4a3899f..28fb1a88c822 100644 --- a/accessibility/ktts/Makefile +++ b/accessibility/ktts/Makefile @@ -7,7 +7,6 @@ PORTNAME= ktts PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= accessibility kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -17,7 +16,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE text-to-speech subsystem -LIB_DEPENDS+= speechd.4:${PORTSDIR}/accessibility/speech-dispatcher +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml +LIB_DEPENDS= speechd.4:${PORTSDIR}/accessibility/speech-dispatcher USE_BZIP2= yes USE_CMAKE= yes @@ -28,18 +28,18 @@ USE_LDCONFIG= yes MD5_FILE= ${PORTSDIR}/accessibility/kdeaccessibility4/distinfo MAKE_JOBS_SAFE= yes -CMAKE_ARGS+= -DKDE4_KTTSD_ALSA:BOOL=OFF +CMAKE_ARGS+= -DKDE4_JOVIE_ALSA:BOOL=OFF -BUILD_WRKSRC= ${WRKSRC}/kttsd +BUILD_WRKSRC= ${WRKSRC}/jovie INSTALL_WRKSRC= ${BUILD_WRKSRC} post-patch: ${REINPLACE_CMD} -e 's|speechd|$$$\{SPEECHD_LIBRARY}|g' \ - ${PATCH_WRKSRC}/kttsd/kcmkttsmgr/CMakeLists.txt \ - ${PATCH_WRKSRC}/kttsd/kttsd/CMakeLists.txt + ${PATCH_WRKSRC}/jovie/kcmkttsmgr/CMakeLists.txt \ + ${PATCH_WRKSRC}/jovie/jovie/CMakeLists.txt post-install: - cd ${WRKSRC}/doc/kttsd && ${MAKE} install + cd ${WRKSRC}/doc/jovie && ${MAKE} install ${CAT} ${PKGMESSAGE} .include <bsd.port.mk> diff --git a/accessibility/ktts/files/patch-jovie__CMakeLists.txt b/accessibility/ktts/files/patch-jovie__CMakeLists.txt new file mode 100644 index 000000000000..e2ed95040734 --- /dev/null +++ b/accessibility/ktts/files/patch-jovie__CMakeLists.txt @@ -0,0 +1,17 @@ +--- ./jovie/CMakeLists.txt.orig 2010-07-30 11:04:09.892079431 +0400 ++++ ./jovie/CMakeLists.txt 2010-07-30 11:04:27.027110608 +0400 +@@ -8,12 +8,12 @@ + + # if speechd was found use it + if (SPEECHD_FOUND) +- set (SPEECH_LIB speechd) ++ set (SPEECH_LIB ${SPEECHD_LIBRARY}) + endif (SPEECHD_FOUND) + + # prefer opentts if it was also found (or if it was the only one found) + if (OPENTTS_FOUND) +- set (SPEECH_LIB opentts) ++ set (SPEECH_LIB ${OPENTTS_LIBRARY}) + endif (OPENTTS_FOUND) + + # we found speechd or opentts, so continue diff --git a/accessibility/ktts/pkg-message b/accessibility/ktts/pkg-message index 7aa77b9472c1..e85b1510ea29 100644 --- a/accessibility/ktts/pkg-message +++ b/accessibility/ktts/pkg-message @@ -1,10 +1,11 @@ ====================================================================== To enable Text-to-Speech System (KTTSD), you first need to start -speech-dispatcher (locally): +speech-dispatcher and Jovie (locally): $ speech-dispatcher +$ jovie -You may want to launch it via the KDE Autostart module. +You may want to launch them via the KDE Autostart module. ====================================================================== diff --git a/accessibility/ktts/pkg-plist b/accessibility/ktts/pkg-plist index 8a37a66a9f98..a2899aeae5d3 100644 --- a/accessibility/ktts/pkg-plist +++ b/accessibility/ktts/pkg-plist @@ -1,38 +1,36 @@ -bin/kttsd -bin/kttsmgr +bin/jovie lib/kde4/kcm_kttsd.so -lib/kde4/libkttsd_stringreplacerplugin.so -lib/kde4/libkttsd_talkerchooserplugin.so -lib/kde4/libkttsd_xmltransformerplugin.so +lib/kde4/libjovie_stringreplacerplugin.so +lib/kde4/libjovie_talkerchooserplugin.so +lib/kde4/libjovie_xmltransformerplugin.so lib/libkttsd.so lib/libkttsd.so.5 lib/libkttsd.so.5.0.1 -share/applications/kde4/kttsmgr.desktop -share/apps/kttsd/kcmkttsd_testmessage.desktop -share/apps/kttsd/stringreplacer/abbreviations.xml -share/apps/kttsd/stringreplacer/chat-de.xml -share/apps/kttsd/stringreplacer/chat.xml -share/apps/kttsd/stringreplacer/emoticons.xml -share/apps/kttsd/stringreplacer/festival_unspeakable_chars.xml -share/apps/kttsd/stringreplacer/kmail.xml -share/apps/kttsd/stringreplacer/polish_festival_fixes.xml -share/apps/kttsd/stringreplacer/polish_festival_unspeakables.xml -share/apps/kttsd/stringreplacer/qt2plaintext.xml -share/apps/kttsd/talkerchooser/female_notifications_rc -share/apps/kttsd/xmltransformer/xhtml2ssml.xsl -share/apps/kttsd/xmltransformer/xhtml2ssml_simple.xsl +share/apps/jovie/kcmkttsd_testmessage.desktop +share/apps/jovie/stringreplacer/abbreviations.xml +share/apps/jovie/stringreplacer/chat-de.xml +share/apps/jovie/stringreplacer/chat.xml +share/apps/jovie/stringreplacer/emoticons.xml +share/apps/jovie/stringreplacer/festival_unspeakable_chars.xml +share/apps/jovie/stringreplacer/kmail.xml +share/apps/jovie/stringreplacer/polish_festival_fixes.xml +share/apps/jovie/stringreplacer/polish_festival_unspeakables.xml +share/apps/jovie/stringreplacer/qt2plaintext.xml +share/apps/jovie/talkerchooser/female_notifications_rc +share/apps/jovie/xmltransformer/xhtml2ssml.xsl +share/apps/jovie/xmltransformer/xhtml2ssml_simple.xsl share/apps/kttsd/xslt/SSMLtoPlainText.xsl -share/doc/HTML/en/kttsd/addtalker.png -share/doc/HTML/en/kttsd/common -share/doc/HTML/en/kttsd/filters.png -share/doc/HTML/en/kttsd/general.png -share/doc/HTML/en/kttsd/index.cache.bz2 -share/doc/HTML/en/kttsd/index.docbook -share/doc/HTML/en/kttsd/jobs.png -share/doc/HTML/en/kttsd/stringreplacer.png -share/doc/HTML/en/kttsd/talkerchooser.png -share/doc/HTML/en/kttsd/talkers.png -share/doc/HTML/en/kttsd/xmltransformer.png +share/doc/HTML/en/jovie/addtalker.png +share/doc/HTML/en/jovie/common +share/doc/HTML/en/jovie/filters.png +share/doc/HTML/en/jovie/general.png +share/doc/HTML/en/jovie/index.cache.bz2 +share/doc/HTML/en/jovie/index.docbook +share/doc/HTML/en/jovie/jobs.png +share/doc/HTML/en/jovie/stringreplacer.png +share/doc/HTML/en/jovie/talkerchooser.png +share/doc/HTML/en/jovie/talkers.png +share/doc/HTML/en/jovie/xmltransformer.png share/icons/hicolor/16x16/actions/female.png share/icons/hicolor/16x16/actions/male.png share/icons/hicolor/16x16/actions/nospeak.png @@ -43,15 +41,17 @@ share/icons/hicolor/32x32/actions/nospeak.png share/icons/hicolor/32x32/actions/speak.png share/icons/hicolor/48x48/actions/nospeak.png share/icons/hicolor/48x48/actions/speak.png +share/kde4/services/jovie.desktop +share/kde4/services/jovie_stringreplacerplugin.desktop +share/kde4/services/jovie_talkerchooserplugin.desktop +share/kde4/services/jovie_xmltransformerplugin.desktop share/kde4/services/kcmkttsd.desktop share/kde4/services/kttsd.desktop -share/kde4/services/kttsd_stringreplacerplugin.desktop -share/kde4/services/kttsd_talkerchooserplugin.desktop -share/kde4/services/kttsd_xmltransformerplugin.desktop -share/kde4/servicetypes/kttsd_filterplugin.desktop -@dirrm share/doc/HTML/en/kttsd +share/kde4/servicetypes/jovie_filterplugin.desktop +@dirrm share/doc/HTML/en/jovie @dirrm share/apps/kttsd/xslt -@dirrm share/apps/kttsd/xmltransformer -@dirrm share/apps/kttsd/talkerchooser -@dirrm share/apps/kttsd/stringreplacer @dirrm share/apps/kttsd +@dirrm share/apps/jovie/xmltransformer +@dirrm share/apps/jovie/talkerchooser +@dirrm share/apps/jovie/stringreplacer +@dirrm share/apps/jovie diff --git a/arabic/kde4-l10n/distinfo b/arabic/kde4-l10n/distinfo index eb382018ab8b..df896e614bb6 100644 --- a/arabic/kde4-l10n/distinfo +++ b/arabic/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-ar-4.4.5.tar.bz2) = 38d322a9a1c0a9a0ef5776c918302c45 -SHA256 (KDE/kde-l10n/kde-l10n-ar-4.4.5.tar.bz2) = 0737abd17950418f686e4c3f0b27f835da2a5ba2f8bb662693ec6046fc9d85d9 -SIZE (KDE/kde-l10n/kde-l10n-ar-4.4.5.tar.bz2) = 3440572 +MD5 (KDE/kde-l10n/kde-l10n-ar-4.5.1.tar.bz2) = 208017e819e750e315976aa41a162632 +SHA256 (KDE/kde-l10n/kde-l10n-ar-4.5.1.tar.bz2) = 9a83fe09dc57acfd6a1752c9178515bee48032619b7863e476e20ef529cff575 +SIZE (KDE/kde-l10n/kde-l10n-ar-4.5.1.tar.bz2) = 3019067 diff --git a/arabic/kde4-l10n/pkg-plist b/arabic/kde4-l10n/pkg-plist index 675c55478b94..254f76ed107b 100644 --- a/arabic/kde4-l10n/pkg-plist +++ b/arabic/kde4-l10n/pkg-plist @@ -27,25 +27,9 @@ share/apps/klettres/ar/alpha/a-26.ogg share/apps/klettres/ar/alpha/a-27.ogg share/apps/klettres/ar/alpha/a-28.ogg share/apps/klettres/ar/sounds.xml -share/locale/ar/LC_MESSAGES/akonadi-kcal.mo -share/locale/ar/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_next.mo -share/locale/ar/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/ar/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/ar/LC_MESSAGES/akonaditray.mo -share/locale/ar/LC_MESSAGES/akregator.mo share/locale/ar/LC_MESSAGES/amor.mo share/locale/ar/LC_MESSAGES/ark.mo +share/locale/ar/LC_MESSAGES/attica_kde.mo share/locale/ar/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ar/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ar/LC_MESSAGES/audiorename_plugin.mo @@ -59,46 +43,37 @@ share/locale/ar/LC_MESSAGES/dolphin.mo share/locale/ar/LC_MESSAGES/dragonplayer.mo share/locale/ar/LC_MESSAGES/drkonqi.mo share/locale/ar/LC_MESSAGES/filetypes.mo +share/locale/ar/LC_MESSAGES/freespacenotifier.mo share/locale/ar/LC_MESSAGES/gwenview.mo share/locale/ar/LC_MESSAGES/htmlsearch.mo share/locale/ar/LC_MESSAGES/imagerename_plugin.mo -share/locale/ar/LC_MESSAGES/irkick.mo +share/locale/ar/LC_MESSAGES/jovie.mo share/locale/ar/LC_MESSAGES/joystick.mo share/locale/ar/LC_MESSAGES/juk.mo share/locale/ar/LC_MESSAGES/kabc.mo -share/locale/ar/LC_MESSAGES/kabc_akonadi.mo share/locale/ar/LC_MESSAGES/kabc_dir.mo share/locale/ar/LC_MESSAGES/kabc_file.mo share/locale/ar/LC_MESSAGES/kabc_ldapkio.mo share/locale/ar/LC_MESSAGES/kabc_net.mo -share/locale/ar/LC_MESSAGES/kabc_slox.mo -share/locale/ar/LC_MESSAGES/kabcclient.mo share/locale/ar/LC_MESSAGES/kabcformat_binary.mo share/locale/ar/LC_MESSAGES/kaccess.mo -share/locale/ar/LC_MESSAGES/kaddressbook.mo -share/locale/ar/LC_MESSAGES/kalarm.mo share/locale/ar/LC_MESSAGES/kalgebra.mo share/locale/ar/LC_MESSAGES/kalzium.mo -share/locale/ar/LC_MESSAGES/kalzium_qt.mo share/locale/ar/LC_MESSAGES/kanagram.mo share/locale/ar/LC_MESSAGES/kapman.mo -share/locale/ar/LC_MESSAGES/kappfinder.mo share/locale/ar/LC_MESSAGES/kate.mo share/locale/ar/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ar/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ar/LC_MESSAGES/katefiletemplates.mo share/locale/ar/LC_MESSAGES/katefindinfilesplugin.mo share/locale/ar/LC_MESSAGES/katehelloworld.mo -share/locale/ar/LC_MESSAGES/katehtmltools.mo share/locale/ar/LC_MESSAGES/kateinsertcommand.mo share/locale/ar/LC_MESSAGES/katekjswrapper.mo share/locale/ar/LC_MESSAGES/katekonsoleplugin.mo share/locale/ar/LC_MESSAGES/katemailfilesplugin.mo share/locale/ar/LC_MESSAGES/kateopenheader.mo share/locale/ar/LC_MESSAGES/katepart4.mo -share/locale/ar/LC_MESSAGES/katepybrowse.mo share/locale/ar/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/ar/LC_MESSAGES/katesnippets.mo share/locale/ar/LC_MESSAGES/katesymbolviewer.mo share/locale/ar/LC_MESSAGES/katetabbarextension.mo share/locale/ar/LC_MESSAGES/katetextfilter.mo @@ -114,23 +89,22 @@ share/locale/ar/LC_MESSAGES/kbreakout.mo share/locale/ar/LC_MESSAGES/kbruch.mo share/locale/ar/LC_MESSAGES/kbugbuster.mo share/locale/ar/LC_MESSAGES/kcachegrind.mo -share/locale/ar/LC_MESSAGES/kcal_akonadi.mo share/locale/ar/LC_MESSAGES/kcalc.mo share/locale/ar/LC_MESSAGES/kcertpart.mo share/locale/ar/LC_MESSAGES/kcharselect.mo -share/locale/ar/LC_MESSAGES/kcm_akonadi.mo share/locale/ar/LC_MESSAGES/kcm_autostart.mo +share/locale/ar/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ar/LC_MESSAGES/kcm_desktopthemedetails.mo +share/locale/ar/LC_MESSAGES/kcm_device_automounter.mo share/locale/ar/LC_MESSAGES/kcm_emoticons.mo share/locale/ar/LC_MESSAGES/kcm_krfb.mo share/locale/ar/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/ar/LC_MESSAGES/kcm_lirc.mo share/locale/ar/LC_MESSAGES/kcm_memory.mo -share/locale/ar/LC_MESSAGES/kcm_partition.mo share/locale/ar/LC_MESSAGES/kcm_pci.mo share/locale/ar/LC_MESSAGES/kcm_phonon.mo share/locale/ar/LC_MESSAGES/kcm_phononxine.mo share/locale/ar/LC_MESSAGES/kcm_platform.mo +share/locale/ar/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ar/LC_MESSAGES/kcm_solid.mo share/locale/ar/LC_MESSAGES/kcm_solid_actions.mo share/locale/ar/LC_MESSAGES/kcm_standard_actions.mo @@ -143,13 +117,13 @@ share/locale/ar/LC_MESSAGES/kcmcgi.mo share/locale/ar/LC_MESSAGES/kcmcolors.mo share/locale/ar/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ar/LC_MESSAGES/kcmcrypto.mo +share/locale/ar/LC_MESSAGES/kcmdevinfo.mo share/locale/ar/LC_MESSAGES/kcmfonts.mo share/locale/ar/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ar/LC_MESSAGES/kcmicons.mo share/locale/ar/LC_MESSAGES/kcminfo.mo share/locale/ar/LC_MESSAGES/kcminit.mo share/locale/ar/LC_MESSAGES/kcminput.mo -share/locale/ar/LC_MESSAGES/kcmioslaveinfo.mo share/locale/ar/LC_MESSAGES/kcmkamera.mo share/locale/ar/LC_MESSAGES/kcmkclock.mo share/locale/ar/LC_MESSAGES/kcmkded.mo @@ -178,10 +152,10 @@ share/locale/ar/LC_MESSAGES/kcmscreensaver.mo share/locale/ar/LC_MESSAGES/kcmshell.mo share/locale/ar/LC_MESSAGES/kcmsmartcard.mo share/locale/ar/LC_MESSAGES/kcmsmserver.mo -share/locale/ar/LC_MESSAGES/kcmsolidproc.mo share/locale/ar/LC_MESSAGES/kcmstyle.mo share/locale/ar/LC_MESSAGES/kcmusb.mo share/locale/ar/LC_MESSAGES/kcmview1394.mo +share/locale/ar/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ar/LC_MESSAGES/kcmxinerama.mo share/locale/ar/LC_MESSAGES/kcolorchooser.mo share/locale/ar/LC_MESSAGES/kcron.mo @@ -190,16 +164,11 @@ share/locale/ar/LC_MESSAGES/kdebugdialog.mo share/locale/ar/LC_MESSAGES/kdecalendarsystems.mo share/locale/ar/LC_MESSAGES/kdelibs4.mo share/locale/ar/LC_MESSAGES/kdelibs_colors4.mo -share/locale/ar/LC_MESSAGES/kdelirc.mo share/locale/ar/LC_MESSAGES/kdepasswd.mo -share/locale/ar/LC_MESSAGES/kdepimresources.mo -share/locale/ar/LC_MESSAGES/kdepimwizards.mo share/locale/ar/LC_MESSAGES/kdeqt.mo share/locale/ar/LC_MESSAGES/kdesu.mo share/locale/ar/LC_MESSAGES/kdesud.mo share/locale/ar/LC_MESSAGES/kdf.mo -share/locale/ar/LC_MESSAGES/kdgantt.mo -share/locale/ar/LC_MESSAGES/kdgantt1.mo share/locale/ar/LC_MESSAGES/kdialog.mo share/locale/ar/LC_MESSAGES/kdiamond.mo share/locale/ar/LC_MESSAGES/kdmconfig.mo @@ -234,6 +203,7 @@ share/locale/ar/LC_MESSAGES/kfontinst.mo share/locale/ar/LC_MESSAGES/kfourinline.mo share/locale/ar/LC_MESSAGES/kgeography.mo share/locale/ar/LC_MESSAGES/kget.mo +share/locale/ar/LC_MESSAGES/kglobalaccel.mo share/locale/ar/LC_MESSAGES/kgoldrunner.mo share/locale/ar/LC_MESSAGES/kgpg.mo share/locale/ar/LC_MESSAGES/kgreet_classic.mo @@ -250,7 +220,6 @@ share/locale/ar/LC_MESSAGES/kimagemapeditor.mo share/locale/ar/LC_MESSAGES/kinetd.mo share/locale/ar/LC_MESSAGES/kinfocenter.mo share/locale/ar/LC_MESSAGES/kio4.mo -share/locale/ar/LC_MESSAGES/kio_akonadi.mo share/locale/ar/LC_MESSAGES/kio_applications.mo share/locale/ar/LC_MESSAGES/kio_archive.mo share/locale/ar/LC_MESSAGES/kio_audiocd.mo @@ -258,7 +227,6 @@ share/locale/ar/LC_MESSAGES/kio_bookmarks.mo share/locale/ar/LC_MESSAGES/kio_finger.mo share/locale/ar/LC_MESSAGES/kio_fish.mo share/locale/ar/LC_MESSAGES/kio_floppy.mo -share/locale/ar/LC_MESSAGES/kio_groupwise.mo share/locale/ar/LC_MESSAGES/kio_help4.mo share/locale/ar/LC_MESSAGES/kio_imap4.mo share/locale/ar/LC_MESSAGES/kio_info.mo @@ -266,6 +234,7 @@ share/locale/ar/LC_MESSAGES/kio_jabberdisco.mo share/locale/ar/LC_MESSAGES/kio_ldap.mo share/locale/ar/LC_MESSAGES/kio_man.mo share/locale/ar/LC_MESSAGES/kio_mbox.mo +share/locale/ar/LC_MESSAGES/kio_nepomuk.mo share/locale/ar/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ar/LC_MESSAGES/kio_nfs.mo share/locale/ar/LC_MESSAGES/kio_nntp.mo @@ -283,9 +252,7 @@ share/locale/ar/LC_MESSAGES/kioclient.mo share/locale/ar/LC_MESSAGES/kioexec.mo share/locale/ar/LC_MESSAGES/kiriki.mo share/locale/ar/LC_MESSAGES/kiten.mo -share/locale/ar/LC_MESSAGES/kjots.mo share/locale/ar/LC_MESSAGES/kjumpingcube.mo -share/locale/ar/LC_MESSAGES/kleopatra.mo share/locale/ar/LC_MESSAGES/klettres.mo share/locale/ar/LC_MESSAGES/klines.mo share/locale/ar/LC_MESSAGES/klinkstatus.mo @@ -293,11 +260,6 @@ share/locale/ar/LC_MESSAGES/klipper.mo share/locale/ar/LC_MESSAGES/klock.mo share/locale/ar/LC_MESSAGES/kmag.mo share/locale/ar/LC_MESSAGES/kmahjongg.mo -share/locale/ar/LC_MESSAGES/kmail.mo -share/locale/ar/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/ar/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/ar/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/ar/LC_MESSAGES/kmailcvt.mo share/locale/ar/LC_MESSAGES/kmenuedit.mo share/locale/ar/LC_MESSAGES/kmimetypefinder.mo share/locale/ar/LC_MESSAGES/kmines.mo @@ -308,8 +270,6 @@ share/locale/ar/LC_MESSAGES/kmplot.mo share/locale/ar/LC_MESSAGES/knetattach.mo share/locale/ar/LC_MESSAGES/knetwalk.mo share/locale/ar/LC_MESSAGES/knetworkconfmodule.mo -share/locale/ar/LC_MESSAGES/knode.mo -share/locale/ar/LC_MESSAGES/knotes.mo share/locale/ar/LC_MESSAGES/knotify4.mo share/locale/ar/LC_MESSAGES/kolf.mo share/locale/ar/LC_MESSAGES/kolourpaint.mo @@ -318,11 +278,8 @@ share/locale/ar/LC_MESSAGES/kompare.mo share/locale/ar/LC_MESSAGES/konqueror.mo share/locale/ar/LC_MESSAGES/konquest.mo share/locale/ar/LC_MESSAGES/konsole.mo -share/locale/ar/LC_MESSAGES/konsolekalendar.mo -share/locale/ar/LC_MESSAGES/kontact.mo share/locale/ar/LC_MESSAGES/kontactinterfaces.mo share/locale/ar/LC_MESSAGES/kopete.mo -share/locale/ar/LC_MESSAGES/korganizer.mo share/locale/ar/LC_MESSAGES/kpartsaver.mo share/locale/ar/LC_MESSAGES/kpasswdserver.mo share/locale/ar/LC_MESSAGES/kpat.mo @@ -330,23 +287,18 @@ share/locale/ar/LC_MESSAGES/kppp.mo share/locale/ar/LC_MESSAGES/kppplogview.mo share/locale/ar/LC_MESSAGES/kquitapp.mo share/locale/ar/LC_MESSAGES/krandr.mo +share/locale/ar/LC_MESSAGES/krcdnotifieritem.mo share/locale/ar/LC_MESSAGES/krdb.mo share/locale/ar/LC_MESSAGES/krdc.mo share/locale/ar/LC_MESSAGES/kreadconfig.mo -share/locale/ar/LC_MESSAGES/kres_birthday.mo -share/locale/ar/LC_MESSAGES/kres_blog.mo +share/locale/ar/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ar/LC_MESSAGES/kres_bugzilla.mo -share/locale/ar/LC_MESSAGES/kres_groupware.mo -share/locale/ar/LC_MESSAGES/kres_groupwise.mo -share/locale/ar/LC_MESSAGES/kres_kolab.mo -share/locale/ar/LC_MESSAGES/kres_remote.mo share/locale/ar/LC_MESSAGES/kreversi.mo share/locale/ar/LC_MESSAGES/krfb.mo share/locale/ar/LC_MESSAGES/kruler.mo share/locale/ar/LC_MESSAGES/krunner.mo share/locale/ar/LC_MESSAGES/ksame.mo share/locale/ar/LC_MESSAGES/ksaneplugin.mo -share/locale/ar/LC_MESSAGES/ksayit.mo share/locale/ar/LC_MESSAGES/kscd.mo share/locale/ar/LC_MESSAGES/kscreensaver.mo share/locale/ar/LC_MESSAGES/kshisen.mo @@ -370,13 +322,10 @@ share/locale/ar/LC_MESSAGES/ksystemlog.mo share/locale/ar/LC_MESSAGES/ksystraycmd.mo share/locale/ar/LC_MESSAGES/kteatime.mo share/locale/ar/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/ar/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ar/LC_MESSAGES/kthememanager.mo share/locale/ar/LC_MESSAGES/ktimer.mo -share/locale/ar/LC_MESSAGES/ktimetracker.mo share/locale/ar/LC_MESSAGES/ktouch.mo share/locale/ar/LC_MESSAGES/ktraderclient.mo -share/locale/ar/LC_MESSAGES/kttsd.mo share/locale/ar/LC_MESSAGES/ktuberling.mo share/locale/ar/LC_MESSAGES/kturtle.mo share/locale/ar/LC_MESSAGES/ktux.mo @@ -386,8 +335,6 @@ share/locale/ar/LC_MESSAGES/kurifilter.mo share/locale/ar/LC_MESSAGES/kuser.mo share/locale/ar/LC_MESSAGES/kwalletd.mo share/locale/ar/LC_MESSAGES/kwalletmanager.mo -share/locale/ar/LC_MESSAGES/kwatchgnupg.mo -share/locale/ar/LC_MESSAGES/kweather.mo share/locale/ar/LC_MESSAGES/kwin.mo share/locale/ar/LC_MESSAGES/kwin_art_clients.mo share/locale/ar/LC_MESSAGES/kwin_clients.mo @@ -409,28 +356,23 @@ share/locale/ar/LC_MESSAGES/libkcompactdisc.mo share/locale/ar/LC_MESSAGES/libkdcraw.mo share/locale/ar/LC_MESSAGES/libkdeedu.mo share/locale/ar/LC_MESSAGES/libkdegames.mo -share/locale/ar/LC_MESSAGES/libkdepim.mo share/locale/ar/LC_MESSAGES/libkexiv2.mo share/locale/ar/LC_MESSAGES/libkholidays.mo share/locale/ar/LC_MESSAGES/libkldap.mo -share/locale/ar/LC_MESSAGES/libkleopatra.mo share/locale/ar/LC_MESSAGES/libkmahjongg.mo share/locale/ar/LC_MESSAGES/libkmime.mo share/locale/ar/LC_MESSAGES/libkonq.mo -share/locale/ar/LC_MESSAGES/libkpgp.mo share/locale/ar/LC_MESSAGES/libkpimidentities.mo share/locale/ar/LC_MESSAGES/libkpimutils.mo +share/locale/ar/LC_MESSAGES/libkremotecontrol.mo share/locale/ar/LC_MESSAGES/libkresources.mo share/locale/ar/LC_MESSAGES/libksane.mo share/locale/ar/LC_MESSAGES/libkscreensaver.mo -share/locale/ar/LC_MESSAGES/libksieve.mo share/locale/ar/LC_MESSAGES/libktnef.mo share/locale/ar/LC_MESSAGES/libkunitconversion.mo share/locale/ar/LC_MESSAGES/libkworkspace.mo share/locale/ar/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ar/LC_MESSAGES/libmailtransport.mo -share/locale/ar/LC_MESSAGES/libmessagelist.mo -share/locale/ar/LC_MESSAGES/libmessageviewer.mo share/locale/ar/LC_MESSAGES/liboktetacore.mo share/locale/ar/LC_MESSAGES/liboktetakasten.mo share/locale/ar/LC_MESSAGES/libphonon.mo @@ -470,7 +412,9 @@ share/locale/ar/LC_MESSAGES/phonon_gstreamer.mo share/locale/ar/LC_MESSAGES/phonon_kde.mo share/locale/ar/LC_MESSAGES/phononserver.mo share/locale/ar/LC_MESSAGES/plasma-desktop.mo +share/locale/ar/LC_MESSAGES/plasma-netbook.mo share/locale/ar/LC_MESSAGES/plasma-overlay.mo +share/locale/ar/LC_MESSAGES/plasma-windowed.mo share/locale/ar/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ar/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ar/LC_MESSAGES/plasma_applet_battery.mo @@ -479,6 +423,7 @@ share/locale/ar/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ar/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ar/LC_MESSAGES/plasma_applet_clock.mo share/locale/ar/LC_MESSAGES/plasma_applet_comic.mo +share/locale/ar/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ar/LC_MESSAGES/plasma_applet_devicenotifier.mo share/locale/ar/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/ar/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo @@ -497,8 +442,11 @@ share/locale/ar/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ar/LC_MESSAGES/plasma_applet_luna.mo share/locale/ar/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ar/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/ar/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ar/LC_MESSAGES/plasma_applet_news.mo +share/locale/ar/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ar/LC_MESSAGES/plasma_applet_notes.mo +share/locale/ar/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ar/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ar/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/ar/LC_MESSAGES/plasma_applet_pager.mo @@ -527,6 +475,10 @@ share/locale/ar/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ar/LC_MESSAGES/plasma_applet_webbrowser.mo share/locale/ar/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ar/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo +share/locale/ar/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchactivity.mo +share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo +share/locale/ar/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/ar/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ar/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ar/LC_MESSAGES/plasma_engine_metadata.mo @@ -534,6 +486,7 @@ share/locale/ar/LC_MESSAGES/plasma_engine_network.mo share/locale/ar/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ar/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/ar/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ar/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ar/LC_MESSAGES/plasma_engine_weather.mo share/locale/ar/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/ar/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -542,18 +495,23 @@ share/locale/ar/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ar/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ar/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/ar/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ar/LC_MESSAGES/plasma_runner_kill.mo share/locale/ar/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ar/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/ar/LC_MESSAGES/plasma_runner_locations.mo share/locale/ar/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ar/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/ar/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/ar/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/ar/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/ar/LC_MESSAGES/plasma_runner_services.mo share/locale/ar/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ar/LC_MESSAGES/plasma_runner_shell.mo +share/locale/ar/LC_MESSAGES/plasma_runner_solid.mo share/locale/ar/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ar/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ar/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/ar/LC_MESSAGES/plasma_runner_windows.mo share/locale/ar/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ar/LC_MESSAGES/plasma_wallpaper_image.mo @@ -573,10 +531,12 @@ share/locale/ar/LC_MESSAGES/powerdevil.mo share/locale/ar/LC_MESSAGES/printer-applet.mo share/locale/ar/LC_MESSAGES/processcore.mo share/locale/ar/LC_MESSAGES/processui.mo +share/locale/ar/LC_MESSAGES/randrmonitor.mo share/locale/ar/LC_MESSAGES/solid-bluetooth.mo share/locale/ar/LC_MESSAGES/solid-hardware.mo share/locale/ar/LC_MESSAGES/solid-network.mo share/locale/ar/LC_MESSAGES/solid-powermanagement.mo +share/locale/ar/LC_MESSAGES/solid_qt.mo share/locale/ar/LC_MESSAGES/solidcontrol.mo share/locale/ar/LC_MESSAGES/soliduiserver.mo share/locale/ar/LC_MESSAGES/spy.mo diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile index 54897f73604e..143fdff3786c 100644 --- a/archivers/ark/Makefile +++ b/archivers/ark/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca @@ -25,28 +26,61 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace +USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ + kdelibs pimlibs workspace kdebase QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= PRINTER_APPLET "Install printer system tray utility" off +OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ + PRINTER_APPLET "Install printer system tray utility" off \ + RAR "Support for RAR archives in Ark" off \ + ZIP "Support for ZIP archives in Ark" off .include <bsd.port.options.mk> +.ifdef(WITH_7ZIP) +RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip +.endif + +.ifdef(WITH_PRINTER_APPLET) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.endif + +.ifdef(WITH_ZIP) +RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip +.endif + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -.if defined(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.ifdef(WITH_RAR) +.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +INSTALL_RAR= YES +.elif ${ARCH} == "amd64" +.ifndef(HAVE_COMPAT_IA32_KERN) +HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi +.endif +.if ${HAVE_COMPAT_IA32_KERN} == "YES" +INSTALL_RAR= YES +.endif +.endif +.ifdef(INSTALL_RAR) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.else +RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +.endif .endif post-patch: -#disable printer-applet, it comes with print/kdeutils4-printer-applet +# Disable printer-applet, it comes with print/kdeutils4-printer-applet. ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/archivers/ark/distinfo b/archivers/ark/distinfo index c51aa0f17d9c..2553edb11a55 100644 --- a/archivers/ark/distinfo +++ b/archivers/ark/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390 -SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495 -SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008 +MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52 +SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e +SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989 diff --git a/archivers/ark/pkg-plist b/archivers/ark/pkg-plist index ff8535c8e54f..cb9b5a4773c9 100644 --- a/archivers/ark/pkg-plist +++ b/archivers/ark/pkg-plist @@ -1,20 +1,383 @@ bin/ark -bin/irkick bin/kcalc bin/kcharselect bin/kdf bin/kfloppy bin/kgpg +bin/krcdnotifieritem bin/ktimer bin/kwalletmanager bin/kwikdisk bin/okteta bin/superkaramba bin/sweeper +include/KDE/Kasten/AbstractConnectJob +include/KDE/Kasten/AbstractDocument +include/KDE/Kasten/AbstractDocumentFactory +include/KDE/Kasten/AbstractExportJob +include/KDE/Kasten/AbstractFileSystemConnectJob +include/KDE/Kasten/AbstractFileSystemExportJob +include/KDE/Kasten/AbstractFileSystemLoadJob +include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten/AbstractGroupedViews +include/KDE/Kasten/AbstractLinePopup +include/KDE/Kasten/AbstractLoadJob +include/KDE/Kasten/AbstractModel +include/KDE/Kasten/AbstractModelDataGenerator +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten/AbstractModelExporter +include/KDE/Kasten/AbstractModelExporterConfigEditor +include/KDE/Kasten/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten/AbstractModelFileSystemSynchronizer +include/KDE/Kasten/AbstractModelSelection +include/KDE/Kasten/AbstractModelStreamEncoder +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten/AbstractModelSynchronizer +include/KDE/Kasten/AbstractModelSynchronizerFactory +include/KDE/Kasten/AbstractSelectionView +include/KDE/Kasten/AbstractSyncFromRemoteJob +include/KDE/Kasten/AbstractSyncToRemoteJob +include/KDE/Kasten/AbstractSyncWithRemoteJob +include/KDE/Kasten/AbstractTool +include/KDE/Kasten/AbstractToolFactory +include/KDE/Kasten/AbstractToolInlineView +include/KDE/Kasten/AbstractToolView +include/KDE/Kasten/AbstractToolViewFactory +include/KDE/Kasten/AbstractToolWidget +include/KDE/Kasten/AbstractView +include/KDE/Kasten/AbstractViewArea +include/KDE/Kasten/AbstractViewFactory +include/KDE/Kasten/AbstractXmlGuiController +include/KDE/Kasten/ClipboardController +include/KDE/Kasten/CloseController +include/KDE/Kasten/CopyAsController +include/KDE/Kasten/CreatorController +include/KDE/Kasten/DataSelectable +include/KDE/Kasten/DocumentCreateManager +include/KDE/Kasten/DocumentManager +include/KDE/Kasten/DocumentSyncManager +include/KDE/Kasten/DocumentVersionData +include/KDE/Kasten/DocumentsTool +include/KDE/Kasten/DocumentsToolView +include/KDE/Kasten/DummyView +include/KDE/Kasten/ExportController +include/KDE/Kasten/FileSystemBrowserTool +include/KDE/Kasten/FileSystemBrowserToolView +include/KDE/Kasten/FullScreenController +include/KDE/Kasten/JobManager +include/KDE/Kasten/LoaderController +include/KDE/Kasten/ModelCodecManager +include/KDE/Kasten/ModelCodecViewManager +include/KDE/Kasten/ModelDataGenerateThread +include/KDE/Kasten/ModelEncoderFileSystemExportJob +include/KDE/Kasten/ModelEncoderFileSystemExporter +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten/ModelStreamEncodeThread +include/KDE/Kasten/ModifiedBarController +include/KDE/Kasten/MultiViewAreas +include/KDE/Kasten/Person +include/KDE/Kasten/QuitController +include/KDE/Kasten/ReadOnlyBarController +include/KDE/Kasten/ReadOnlyController +include/KDE/Kasten/SelectController +include/KDE/Kasten/SelectedDataWriteable +include/KDE/Kasten/SetRemoteController +include/KDE/Kasten/ShellWindow +include/KDE/Kasten/StatusBar +include/KDE/Kasten/SwitchViewController +include/KDE/Kasten/SynchronizeController +include/KDE/Kasten/TabbedViews +include/KDE/Kasten/ToggleButton +include/KDE/Kasten/ToolInlineViewable +include/KDE/Kasten/ToolListMenuController +include/KDE/Kasten/UserListable +include/KDE/Kasten/VersionController +include/KDE/Kasten/VersionViewTool +include/KDE/Kasten/VersionViewToolView +include/KDE/Kasten/Versionable +include/KDE/Kasten/ViewAreaSplitable +include/KDE/Kasten/ViewListMenuController +include/KDE/Kasten/ViewManager +include/KDE/Kasten/WidgetsDockable +include/KDE/Kasten/ZoomBarController +include/KDE/Kasten/ZoomController +include/KDE/Kasten/Zoomable +include/KDE/Okteta/AbstractByteArrayColumnRenderer +include/KDE/Okteta/AbstractByteArrayModel +include/KDE/Okteta/AbstractByteArrayView +include/KDE/Okteta/AbstractColumnRenderer +include/KDE/Okteta/AbstractColumnStylist +include/KDE/Okteta/Address +include/KDE/Okteta/AddressRange +include/KDE/Okteta/ArrayChangeMetrics +include/KDE/Okteta/Bookmark +include/KDE/Okteta/Bookmarkable +include/KDE/Okteta/BookmarksConstIterator +include/KDE/Okteta/BorderColumnRenderer +include/KDE/Okteta/Byte +include/KDE/Okteta/ByteArrayChange +include/KDE/Okteta/ByteArrayColumnView +include/KDE/Okteta/ByteArrayModel +include/KDE/Okteta/ByteArrayRowColumnRenderer +include/KDE/Okteta/ByteArrayRowView +include/KDE/Okteta/ByteArrayTableLayout +include/KDE/Okteta/ByteArrayTableRanges +include/KDE/Okteta/ChangeHistory +include/KDE/Okteta/ChangesDescribable +include/KDE/Okteta/CharByteArrayColumnRenderer +include/KDE/Okteta/CharCodec +include/KDE/Okteta/Character +include/KDE/Okteta/ColumnsView +include/KDE/Okteta/Line +include/KDE/Okteta/LinePosition +include/KDE/Okteta/LinePositionRange +include/KDE/Okteta/LineRange +include/KDE/Okteta/NumberRange +include/KDE/Okteta/OffsetColumnRenderer +include/KDE/Okteta/OffsetFormat +include/KDE/Okteta/PieceTableByteArrayModel +include/KDE/Okteta/Range +include/KDE/Okteta/Size +include/KDE/Okteta/ValueByteArrayColumnRenderer +include/KDE/Okteta/ValueCodec +include/KDE/Okteta/Versionable +include/KDE/Okteta/WidgetColumnStylist +include/KDE/Okteta/WordByteArrayService +include/kasten/abstractbytearraystreamencoder.h +include/kasten/abstractconnectjob.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/bookmarkscontroller.h +include/kasten/bookmarkstool.h +include/kasten/bookmarkstoolfactory.h +include/kasten/bookmarkstoolview.h +include/kasten/bookmarkstoolviewfactory.h +include/kasten/bytearraycharsstreamencoder.h +include/kasten/bytearraydocument.h +include/kasten/bytearraydocumentfactory.h +include/kasten/bytearrayrawfilesynchronizer.h +include/kasten/bytearrayrawfilesynchronizerfactory.h +include/kasten/bytearrayselection.h +include/kasten/bytearraysourcecodestreamencoder.h +include/kasten/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten/bytearraytextstreamencoderpreview.h +include/kasten/bytearrayvaluesstreamencoder.h +include/kasten/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten/bytearrayview.h +include/kasten/bytearrayviewfactory.h +include/kasten/bytearrayviewtextstreamencoder.h +include/kasten/bytetabletool.h +include/kasten/bytetabletoolfactory.h +include/kasten/bytetabletoolview.h +include/kasten/bytetabletoolviewfactory.h +include/kasten/checksumtool.h +include/kasten/checksumtoolfactory.h +include/kasten/checksumtoolview.h +include/kasten/checksumtoolviewfactory.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/documentcreatemanager.h +include/kasten/documentinfotool.h +include/kasten/documentinfotoolview.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/filtertool.h +include/kasten/filtertoolfactory.h +include/kasten/filtertoolview.h +include/kasten/filtertoolviewfactory.h +include/kasten/fullscreencontroller.h +include/kasten/gotooffsetcontroller.h +include/kasten/gotooffsettool.h +include/kasten/gotooffsettoolview.h +include/kasten/infotool.h +include/kasten/infotoolfactory.h +include/kasten/infotoolview.h +include/kasten/infotoolviewfactory.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/kfinddirection.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multiviewareas.h +include/kasten/oktetakastencontrollers_export.h +include/kasten/oktetakastencore_export.h +include/kasten/oktetakastengui_export.h +include/kasten/overwritemodecontroller.h +include/kasten/overwriteonlycontroller.h +include/kasten/person.h +include/kasten/poddecodertool.h +include/kasten/poddecodertoolfactory.h +include/kasten/poddecodertoolview.h +include/kasten/poddecodertoolviewfactory.h +include/kasten/printcontroller.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/replacecontroller.h +include/kasten/replaceuserqueryable.h +include/kasten/searchcontroller.h +include/kasten/searchuserqueryable.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/selectrangecontroller.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/stringsextracttool.h +include/kasten/stringsextracttoolfactory.h +include/kasten/stringsextracttoolview.h +include/kasten/stringsextracttoolviewfactory.h +include/kasten/structtool.h +include/kasten/structtoolview.h +include/kasten/structurestoolfactory.h +include/kasten/structurestoolviewfactory.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewconfigcontroller.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/viewmodecontroller.h +include/kasten/viewstatuscontroller.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h lib/kde4/arkpart.so lib/kde4/kcm_kdf.so lib/kde4/kcm_kwallet.so -lib/kde4/kcm_lirc.so +lib/kde4/kcm_remotecontrol.so +lib/kde4/kded_kremotecontroldaemon.so lib/kde4/kerfuffle_cli7z.so lib/kde4/kerfuffle_clirar.so lib/kde4/kerfuffle_clizip.so @@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so lib/kde4/libextracthere.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so +lib/kde4/plasma_engine_kremoteconrol.so lib/kde4/plasma_package_superkaramba.so lib/kde4/plasma_scriptengine_superkaramba.so +lib/kde4/plugins/designer/oktetadesignerplugin.so lib/libkastencontrollers.so lib/libkastencontrollers.so.5 lib/libkastencontrollers.so.5.0.1 @@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1 lib/libkastengui.so lib/libkastengui.so.5 lib/libkastengui.so.5.0.1 -lib/libkdeinit4_irkick.so lib/libkdeinit4_kcalc.so -lib/libkdelirc_shared.so -lib/libkdelirc_shared.so.1 -lib/libkdelirc_shared.so.1.0.0 lib/libkerfuffle.so lib/libkerfuffle.so.5 lib/libkerfuffle.so.5.0.1 +lib/liblibkremotecontrol.so +lib/liblibkremotecontrol.so.1 +lib/liblibkremotecontrol.so.1.0.0 lib/liboktetacore.so lib/liboktetacore.so.5 lib/liboktetacore.so.5.0.1 @@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1 share/applications/kde4/KCharSelect.desktop share/applications/kde4/KFloppy.desktop share/applications/kde4/ark.desktop -share/applications/kde4/irkick.desktop share/applications/kde4/kcalc.desktop share/applications/kde4/kdf.desktop share/applications/kde4/kgpg.desktop +share/applications/kde4/krcdnotifieritem.desktop share/applications/kde4/ktimer.desktop share/applications/kde4/kwalletmanager-kwalletd.desktop share/applications/kde4/kwalletmanager.desktop @@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop share/applications/kde4/sweeper.desktop share/apps/ark/ark_part.rc share/apps/ark/arkui.rc -share/apps/irkick/irkick.notifyrc share/apps/kcalc/kcalcui.rc share/apps/kcalc/scienceconstants.xml share/apps/kcharselect/kcharselectui.rc @@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz share/apps/kgpg/keysmanager.rc share/apps/kgpg/kgpgeditor.rc share/apps/kgpg/tips +share/apps/kremotecontrol/profiles/amarok.profile.xml +share/apps/kremotecontrol/profiles/dragonplayer.profile.xml +share/apps/kremotecontrol/profiles/klauncher.profile.xml +share/apps/kremotecontrol/profiles/kmix.profile.xml +share/apps/kremotecontrol/profiles/konqueror.profile.xml +share/apps/kremotecontrol/profiles/kscd.profile.xml +share/apps/kremotecontrol/profiles/okular.profile.xml +share/apps/kremotecontrol/profiles/powermanagement.profile.xml +share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png share/apps/kwalletmanager/kwalleteditor.rc @@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/png/png.desktop +share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc share/apps/oktetapart/oktetapartreadonlyui.rc share/apps/oktetapart/oktetapartreadwriteui.rc -share/apps/profiles/amarok.profile.xml -share/apps/profiles/dragonplayer.profile.xml -share/apps/profiles/klauncher.profile.xml -share/apps/profiles/kmix.profile.xml -share/apps/profiles/konqueror.profile.xml -share/apps/profiles/okular.profile.xml -share/apps/profiles/profile.dtd -share/apps/profiles/shutdown.profile.xml -share/apps/profiles/suspend.profile.xml -share/apps/profiles/vlc.profile.xml share/apps/superkaramba/superkarambaui.rc share/apps/sweeper/sweeperui.rc -share/autostart/irkick.desktop share/autostart/kgpg.desktop share/config.kcfg/ark.kcfg share/config.kcfg/kcalc.kcfg share/config.kcfg/kgpg.kcfg +share/config.kcfg/structviewpreferences.kcfg +share/config/okteta-structures.knsrc share/config/superkaramba.knsrc share/dbus-1/interfaces/org.kde.kgpg.Key.xml share/dbus-1/interfaces/org.kde.superkaramba.xml share/dbus-1/interfaces/org.kde.sweeper.xml +share/doc/HTML/en/ark/ark-mainwindow.png share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/irkick/common -share/doc/HTML/en/irkick/index.cache.bz2 -share/doc/HTML/en/irkick/index.docbook -share/doc/HTML/en/irkick/irkick.png -share/doc/HTML/en/irkick/irkickoff.png share/doc/HTML/en/kcalc/commands.docbook share/doc/HTML/en/kcalc/common share/doc/HTML/en/kcalc/index.cache.bz2 @@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcmlirc/common -share/doc/HTML/en/kcmlirc/index.cache.bz2 -share/doc/HTML/en/kcmlirc/index.docbook -share/doc/HTML/en/kcmlirc/irkick.png -share/doc/HTML/en/kcmlirc/irkickoff.png +share/doc/HTML/en/kcharselect/kcharselect.png share/doc/HTML/en/kcontrol/blockdevices/common share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/en/kcontrol/blockdevices/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png +share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/common +share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png +share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png +share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/en/kdf/common share/doc/HTML/en/kdf/index.cache.bz2 share/doc/HTML/en/kdf/index.docbook @@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png share/doc/HTML/en/kgpg/keys.png share/doc/HTML/en/kgpg/keyserver-search.png share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/kicker.png share/doc/HTML/en/kgpg/options.png +share/doc/HTML/en/kgpg/select-secret-key.png +share/doc/HTML/en/kgpg/systray.png share/doc/HTML/en/ktimer/common share/doc/HTML/en/ktimer/first.png share/doc/HTML/en/ktimer/index.cache.bz2 @@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook -share/doc/HTML/en/superkaramba/common -share/doc/HTML/en/superkaramba/index.cache.bz2 -share/doc/HTML/en/superkaramba/index.docbook +share/doc/HTML/en/sweeper/common +share/doc/HTML/en/sweeper/index.cache.bz2 +share/doc/HTML/en/sweeper/index.docbook +share/doc/HTML/en/sweeper/sweeper.png share/icons/hicolor/128x128/apps/kdf.png share/icons/hicolor/128x128/apps/kfloppy.png share/icons/hicolor/128x128/apps/ktimer.png @@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png share/icons/hicolor/128x128/apps/kwalletmanager2.png share/icons/hicolor/128x128/apps/kwikdisk.png share/icons/hicolor/128x128/apps/superkaramba.png +share/icons/hicolor/128x128/devices/infrared-remote.png share/icons/hicolor/16x16/apps/kdf.png share/icons/hicolor/16x16/apps/kfloppy.png share/icons/hicolor/16x16/apps/kgpg.png @@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png share/icons/hicolor/16x16/apps/kwikdisk.png share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/22x22/apps/irkick.png +share/icons/hicolor/16x16/devices/infrared-remote.png +share/icons/hicolor/22x22/actions/krcd_flash.png +share/icons/hicolor/22x22/actions/krcd_off.png share/icons/hicolor/22x22/apps/kdf.png share/icons/hicolor/22x22/apps/kfloppy.png share/icons/hicolor/22x22/apps/kgpg.png +share/icons/hicolor/22x22/apps/krcd.png share/icons/hicolor/22x22/apps/kwalletmanager.png share/icons/hicolor/22x22/apps/kwikdisk.png share/icons/hicolor/22x22/apps/superkaramba.png +share/icons/hicolor/22x22/devices/infrared-remote.png share/icons/hicolor/32x32/apps/kdf.png share/icons/hicolor/32x32/apps/kfloppy.png share/icons/hicolor/32x32/apps/kgpg.png @@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png share/icons/hicolor/32x32/apps/kwikdisk.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/32x32/apps/superkaramba.png +share/icons/hicolor/32x32/devices/infrared-remote.png +share/icons/hicolor/42x42/devices/infrared-remote.png share/icons/hicolor/48x48/apps/kdf.png share/icons/hicolor/48x48/apps/kfloppy.png share/icons/hicolor/48x48/apps/kgpg.png @@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png share/icons/hicolor/48x48/apps/kwikdisk.png share/icons/hicolor/48x48/apps/okteta.png share/icons/hicolor/48x48/apps/superkaramba.png +share/icons/hicolor/48x48/devices/infrared-remote.png share/icons/hicolor/64x64/apps/kdf.png share/icons/hicolor/64x64/apps/kfloppy.png share/icons/hicolor/64x64/apps/kwalletmanager.png share/icons/hicolor/64x64/apps/kwalletmanager2.png share/icons/hicolor/64x64/apps/kwikdisk.png share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/scalable/apps/irkick.svgz +share/icons/hicolor/64x64/devices/infrared-remote.png +share/icons/hicolor/8x8/devices/infrared-remote.png +share/icons/hicolor/scalable/actions/krcd_flash.svgz +share/icons/hicolor/scalable/actions/krcd_off.svgz +share/icons/hicolor/scalable/apps/krcd.svgz share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/oxygen/128x128/devices/infrared-remote.png +share/icons/hicolor/scalable/devices/infrared-remote.svgz share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/16x16/devices/infrared-remote.png -share/icons/oxygen/22x22/actions/irkickflash.png -share/icons/oxygen/22x22/actions/irkickoff.png share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/22x22/devices/infrared-remote.png share/icons/oxygen/32x32/apps/kcmdf.png -share/icons/oxygen/32x32/devices/infrared-remote.png -share/icons/oxygen/42x42/devices/infrared-remote.png -share/icons/oxygen/48x48/devices/infrared-remote.png -share/icons/oxygen/64x64/devices/infrared-remote.png -share/icons/oxygen/8x8/devices/infrared-remote.png -share/icons/oxygen/scalable/actions/irkickflash.svgz -share/icons/oxygen/scalable/actions/irkickoff.svgz -share/icons/oxygen/scalable/devices/infrared-remote.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ServiceMenus/encryptfile.desktop @@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop share/kde4/services/ark_dndextract.desktop share/kde4/services/ark_part.desktop share/kde4/services/kbytearrayedit.desktop -share/kde4/services/kcm_lirc.desktop +share/kde4/services/kcm_remotecontrol.desktop share/kde4/services/kcmdf.desktop +share/kde4/services/kded/kremotecontroldaemon.desktop share/kde4/services/kerfuffle_cli7z.desktop share/kde4/services/kerfuffle_clirar.desktop share/kde4/services/kerfuffle_clizip.desktop @@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop share/kde4/services/kwalletconfig.desktop share/kde4/services/kwalletmanager_show.desktop share/kde4/services/oktetapart.desktop +share/kde4/services/plasma-engine-kremotecontrol.desktop share/kde4/services/plasma-package-superkaramba.desktop share/kde4/services/plasma-scriptengine-superkaramba.desktop share/kde4/servicetypes/kerfufflePlugin.desktop +share/mime/application/base64.xml +share/mime/application/btoa.xml +share/mime/application/x-vnd.kde.okteta.structure.xml +share/mime/packages/okteta.xml +share/mime/text/x-ascii85.xml +share/mime/text/x-base32.xml +share/mime/text/x-ihex.xml +share/mime/text/x-srecord.xml +share/mime/text/x-uuencode.xml +share/mime/text/x-xxencode.xml @dirrmtry share/icons/oxygen/42x42/devices @dirrmtry share/icons/oxygen/42x42 -@dirrm share/doc/HTML/en/superkaramba +@dirrmtry share/icons/hicolor/8x8/devices +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/42x42/devices +@dirrmtry share/icons/hicolor/42x42 +@dirrm share/doc/HTML/en/sweeper @dirrm share/doc/HTML/en/okteta @dirrm share/doc/HTML/en/kwallet @dirrm share/doc/HTML/en/ktimer @dirrm share/doc/HTML/en/kgpg @dirrm share/doc/HTML/en/kfloppy @dirrm share/doc/HTML/en/kdf +@dirrm share/doc/HTML/en/kcontrol/kremotecontrol @dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcmlirc @dirrm share/doc/HTML/en/kcharselect @dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/irkick @dirrm share/doc/HTML/en/ark @dirrm share/apps/sweeper @dirrm share/apps/superkaramba @dirrm share/apps/oktetapart +@dirrm share/apps/okteta/structures/png @dirrm share/apps/okteta/structures/elf @dirrm share/apps/okteta/structures @dirrm share/apps/okteta @@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kwalletmanager/icons/oxygen @dirrm share/apps/kwalletmanager/icons @dirrm share/apps/kwalletmanager +@dirrm share/apps/kremotecontroldaemon +@dirrm share/apps/kremotecontrol/profiles +@dirrm share/apps/kremotecontrol @dirrm share/apps/kgpg/icons/oxygen/scalable/status @dirrm share/apps/kgpg/icons/oxygen/scalable/actions @dirrm share/apps/kgpg/icons/oxygen/scalable @@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kgpg @dirrm share/apps/kdf @dirrm share/apps/kcalc -@dirrm share/apps/irkick @dirrm share/apps/ark +@dirrmtry include/okteta +@dirrmtry include/kasten +@dirrmtry include/KDE/Okteta +@dirrmtry include/KDE/Kasten +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/astro/marble/Makefile b/astro/marble/Makefile index 02db9a7d6b92..97f337517c81 100644 --- a/astro/marble/Makefile +++ b/astro/marble/Makefile @@ -16,6 +16,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Virtual globe and world atlas for KDE +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gps.19:${PORTSDIR}/astro/gpsd USE_BZIP2= yes @@ -25,7 +26,7 @@ USE_QT_VER= 4 QT_COMPONENTS= qmake_build moc_build rcc_build uic_build USE_LDCONFIG= yes MD5_FILE= ${PORTSDIR}/misc/kdeedu4/distinfo -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_SAFE= yes CMAKE_SOURCE_PATH= ${WRKSRC}/marble CMAKE_OUTSOURCE= yes diff --git a/astro/marble/files/patch-marble__src__plugins__positionprovider__CMakeLists.txt b/astro/marble/files/patch-marble__src__plugins__positionprovider__CMakeLists.txt index bc65f5fa9a5f..05847c758ce4 100644 --- a/astro/marble/files/patch-marble__src__plugins__positionprovider__CMakeLists.txt +++ b/astro/marble/files/patch-marble__src__plugins__positionprovider__CMakeLists.txt @@ -1,21 +1,16 @@ ---- ./marble/src/plugins/positionprovider/CMakeLists.txt.orig 2009-07-18 01:45:18.000000000 +0400 -+++ ./marble/src/plugins/positionprovider/CMakeLists.txt 2010-03-14 00:11:25.344715149 +0300 -@@ -1,15 +1,15 @@ +--- ./marble/src/plugins/positionprovider/CMakeLists.txt.orig 2010-06-08 14:10:42.000000000 +0400 ++++ ./marble/src/plugins/positionprovider/CMakeLists.txt 2010-06-29 22:11:59.372315881 +0400 +@@ -1,10 +1,10 @@ find_package(libgps) - -if(libgps_FOUND) +if(LIBGPS_FOUND) - message( STATUS "Building with gpsd position provider") add_subdirectory( gpsd ) - -else(libgps_FOUND) +else(LIBGPS_FOUND) - message( STATUS "Not building with gpsd position provider") - -endif(libgps_FOUND) +endif(LIBGPS_FOUND) - # experimental implementation - # add_subdirectory( geoclue ) + find_package(liblocation) + if(liblocation_FOUND) diff --git a/astro/marble/pkg-plist b/astro/marble/pkg-plist index 4c5091e6c264..5770a466fc67 100644 --- a/astro/marble/pkg-plist +++ b/astro/marble/pkg-plist @@ -5,53 +5,39 @@ include/marble/AbstractDataPlugin.h include/marble/AbstractDataPluginItem.h include/marble/AbstractDataPluginModel.h include/marble/AbstractFloatItem.h -include/marble/AbstractLayerInterface.h include/marble/AbstractMarbleGraphicsLayout.h include/marble/AbstractProjection.h include/marble/AbstractWorkerThread.h include/marble/ClipPainter.h +include/marble/DownloadRegionDialog.h include/marble/EquirectProjection.h include/marble/FrameGraphicsItem.h include/marble/GeoDataAbstractView.h include/marble/GeoDataAccuracy.h include/marble/GeoDataColorStyle.h include/marble/GeoDataContainer.h -include/marble/GeoDataContainer_p.h include/marble/GeoDataCoordinates.h -include/marble/GeoDataCoordinates_p.h include/marble/GeoDataDocument.h -include/marble/GeoDataDocument_p.h include/marble/GeoDataFeature.h -include/marble/GeoDataFeature_p.h include/marble/GeoDataFolder.h include/marble/GeoDataGeometry.h -include/marble/GeoDataGeometry_p.h include/marble/GeoDataHotSpot.h include/marble/GeoDataIconStyle.h include/marble/GeoDataLabelStyle.h include/marble/GeoDataLatLonAltBox.h include/marble/GeoDataLatLonBox.h include/marble/GeoDataLineString.h -include/marble/GeoDataLineString_p.h include/marble/GeoDataLineStyle.h include/marble/GeoDataLinearRing.h -include/marble/GeoDataLinearRing_p.h include/marble/GeoDataLod.h -include/marble/GeoDataLod_p.h include/marble/GeoDataLookAt.h -include/marble/GeoDataLookAt_p.h include/marble/GeoDataMultiGeometry.h -include/marble/GeoDataMultiGeometry_p.h include/marble/GeoDataObject.h include/marble/GeoDataPlacemark.h -include/marble/GeoDataPlacemark_p.h include/marble/GeoDataPoint.h -include/marble/GeoDataPoint_p.h include/marble/GeoDataPolyStyle.h include/marble/GeoDataPolygon.h -include/marble/GeoDataPolygon_p.h include/marble/GeoDataRegion.h -include/marble/GeoDataRegion_p.h include/marble/GeoDataStyle.h include/marble/GeoDataStyleMap.h include/marble/GeoDataStyleSelector.h @@ -59,9 +45,10 @@ include/marble/GeoDocument.h include/marble/GeoGraphicsItem.h include/marble/GeoPainter.h include/marble/LabelGraphicsItem.h +include/marble/LatLonBoxWidget.h include/marble/LatLonEdit.h +include/marble/LayerInterface.h include/marble/MapThemeManager.h -include/marble/MapThemeSortFilterProxyModel.h include/marble/MarbleAboutDialog.h include/marble/MarbleControlBox.h include/marble/MarbleDataFacade.h @@ -85,16 +72,20 @@ include/marble/ScreenGraphicsItem.h include/marble/Serializable.h include/marble/SphericalProjection.h include/marble/SunLocator.h +include/marble/TileCoordsPyramid.h include/marble/TileCreator.h include/marble/TileCreatorDialog.h +include/marble/TileLevelRangeWidget.h include/marble/TinyWebBrowser.h include/marble/ViewParams.h include/marble/ViewportParams.h +include/marble/WidgetGraphicsItem.h include/marble/geodata_export.h include/marble/global.h include/marble/marble_export.h lib/kde4/libmarble_part.so lib/kde4/plasma_applet_worldclock.so +lib/kde4/plugins/marble/AprsPlugin.so lib/kde4/plugins/marble/CompassFloatItem.so lib/kde4/plugins/marble/CrosshairsPlugin.so lib/kde4/plugins/marble/GeoRendererPlugin.so @@ -104,13 +95,14 @@ lib/kde4/plugins/marble/MapScaleFloatItem.so lib/kde4/plugins/marble/NavigationFloatItem.so lib/kde4/plugins/marble/OverviewMap.so lib/kde4/plugins/marble/Photo.so +lib/kde4/plugins/marble/ProgressFloatItem.so lib/kde4/plugins/marble/QNamNetworkPlugin.so lib/kde4/plugins/marble/StarsPlugin.so lib/kde4/plugins/marble/Weather.so lib/kde4/plugins/marble/Wikipedia.so lib/libmarblewidget.so -lib/libmarblewidget.so.5 -lib/libmarblewidget.so.5.0.1 +lib/libmarblewidget.so.0.10.1 +lib/libmarblewidget.so.10 share/applications/kde4/marble.desktop share/apps/cmake/modules/FindMarble.cmake share/apps/marble/data/LICENSE.txt @@ -159,6 +151,9 @@ share/apps/marble/data/bitmaps/pole_1.png share/apps/marble/data/bitmaps/pole_2.png share/apps/marble/data/bitmaps/river.png share/apps/marble/data/bitmaps/robotic_rover.png +share/apps/marble/data/bitmaps/routing_pick.png +share/apps/marble/data/bitmaps/routing_remove.png +share/apps/marble/data/bitmaps/routing_step.png share/apps/marble/data/bitmaps/shipwreck.png share/apps/marble/data/bitmaps/unmanned_hard_landing.png share/apps/marble/data/bitmaps/unmanned_soft_landing.png @@ -679,11 +674,11 @@ share/apps/marble/data/svg/application-x-marble-gray.png share/apps/marble/data/svg/application-x-marble.png share/apps/marble/data/svg/application-x-marble.svg share/apps/marble/data/svg/compass.svg -share/apps/marble/data/svg/configure.svgz share/apps/marble/data/svg/coordinate.svg -share/apps/marble/data/svg/help-about.svgz share/apps/marble/data/svg/lunarmap.svg +share/apps/marble/data/svg/marble-logo-32dpi.png share/apps/marble/data/svg/marble-logo-72dpi.png +share/apps/marble/data/svg/marble-logo-inverted-32dpi.png share/apps/marble/data/svg/marble-logo-inverted-72dpi.png share/apps/marble/data/svg/marble-logo.png share/apps/marble/data/svg/marble-logo.svg @@ -726,12 +721,19 @@ share/doc/HTML/en/marble/configure-cacheproxy.png share/doc/HTML/en/marble/configure-navigation.png share/doc/HTML/en/marble/configure-plugins.png share/doc/HTML/en/marble/configure-view.png +share/doc/HTML/en/marble/download-region-1.png +share/doc/HTML/en/marble/download-region-2.png +share/doc/HTML/en/marble/download-region-3.png share/doc/HTML/en/marble/index.cache.bz2 share/doc/HTML/en/marble/index.docbook share/doc/HTML/en/marble/logo-1.png share/doc/HTML/en/marble/mapview-1.png share/doc/HTML/en/marble/measure-1.png share/doc/HTML/en/marble/quick-1.png +share/doc/HTML/en/marble/routing-1.png +share/doc/HTML/en/marble/routing-2.png +share/doc/HTML/en/marble/routing-3.png +share/doc/HTML/en/marble/routing-4.png share/doc/HTML/en/marble/search-1.png share/doc/HTML/en/marble/search-2.png share/icons/hicolor/128x128/apps/marble.png diff --git a/chinese/kde4-l10n-zh_CN/distinfo b/chinese/kde4-l10n-zh_CN/distinfo index 9c3ccc9abac1..f49d9564adba 100644 --- a/chinese/kde4-l10n-zh_CN/distinfo +++ b/chinese/kde4-l10n-zh_CN/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-zh_CN-4.4.5.tar.bz2) = 6d13dc8f2e392fa653710fa077ce9726 -SHA256 (KDE/kde-l10n/kde-l10n-zh_CN-4.4.5.tar.bz2) = 4040bed19a37560c8a7407137f81e9bb9db550a363beaa9131e843cb9be98270 -SIZE (KDE/kde-l10n/kde-l10n-zh_CN-4.4.5.tar.bz2) = 3609788 +MD5 (KDE/kde-l10n/kde-l10n-zh_CN-4.5.1.tar.bz2) = 4b5533603d5b054df440d8995c60f1c0 +SHA256 (KDE/kde-l10n/kde-l10n-zh_CN-4.5.1.tar.bz2) = 5022c17759a2ba7351c7133123ea7ab225dbc1703459d09e00d1611f8835e8b8 +SIZE (KDE/kde-l10n/kde-l10n-zh_CN-4.5.1.tar.bz2) = 3171703 diff --git a/chinese/kde4-l10n-zh_CN/pkg-plist b/chinese/kde4-l10n-zh_CN/pkg-plist index ecbadafcab30..17d2cdd68fbf 100644 --- a/chinese/kde4-l10n-zh_CN/pkg-plist +++ b/chinese/kde4-l10n-zh_CN/pkg-plist @@ -38,33 +38,7 @@ share/doc/HTML/zh_CN/gwenview/introduction.docbook share/doc/HTML/zh_CN/gwenview/keybindings.docbook share/doc/HTML/zh_CN/gwenview/mouse.docbook share/doc/HTML/zh_CN/gwenview/view_mode.png -share/locale/zh_CN/LC_MESSAGES/akonadi-kcal.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_next.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/zh_CN/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/zh_CN/LC_MESSAGES/akonadicontact.mo -share/locale/zh_CN/LC_MESSAGES/akonaditray.mo -share/locale/zh_CN/LC_MESSAGES/akregator.mo share/locale/zh_CN/LC_MESSAGES/amor.mo share/locale/zh_CN/LC_MESSAGES/ark.mo share/locale/zh_CN/LC_MESSAGES/attica_kde.mo @@ -72,43 +46,37 @@ share/locale/zh_CN/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/zh_CN/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/zh_CN/LC_MESSAGES/audiorename_plugin.mo share/locale/zh_CN/LC_MESSAGES/blinken.mo -share/locale/zh_CN/LC_MESSAGES/blogilo.mo share/locale/zh_CN/LC_MESSAGES/bomber.mo share/locale/zh_CN/LC_MESSAGES/bovo.mo share/locale/zh_CN/LC_MESSAGES/cantor.mo share/locale/zh_CN/LC_MESSAGES/cervisia.mo -share/locale/zh_CN/LC_MESSAGES/cryptopageplugin.mo share/locale/zh_CN/LC_MESSAGES/cvsservice.mo share/locale/zh_CN/LC_MESSAGES/display.mo share/locale/zh_CN/LC_MESSAGES/dolphin.mo share/locale/zh_CN/LC_MESSAGES/dragonplayer.mo share/locale/zh_CN/LC_MESSAGES/drkonqi.mo share/locale/zh_CN/LC_MESSAGES/filetypes.mo +share/locale/zh_CN/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/zh_CN/LC_MESSAGES/freespacenotifier.mo share/locale/zh_CN/LC_MESSAGES/granatier.mo share/locale/zh_CN/LC_MESSAGES/gwenview.mo share/locale/zh_CN/LC_MESSAGES/htmlsearch.mo share/locale/zh_CN/LC_MESSAGES/imagerename_plugin.mo -share/locale/zh_CN/LC_MESSAGES/irkick.mo +share/locale/zh_CN/LC_MESSAGES/jovie.mo share/locale/zh_CN/LC_MESSAGES/joystick.mo share/locale/zh_CN/LC_MESSAGES/juk.mo share/locale/zh_CN/LC_MESSAGES/kabc.mo -share/locale/zh_CN/LC_MESSAGES/kabc_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kabc_dir.mo share/locale/zh_CN/LC_MESSAGES/kabc_file.mo share/locale/zh_CN/LC_MESSAGES/kabc_ldapkio.mo share/locale/zh_CN/LC_MESSAGES/kabc_net.mo -share/locale/zh_CN/LC_MESSAGES/kabc_slox.mo -share/locale/zh_CN/LC_MESSAGES/kabcclient.mo share/locale/zh_CN/LC_MESSAGES/kabcformat_binary.mo share/locale/zh_CN/LC_MESSAGES/kaccess.mo -share/locale/zh_CN/LC_MESSAGES/kaddressbook.mo -share/locale/zh_CN/LC_MESSAGES/kalarm.mo +share/locale/zh_CN/LC_MESSAGES/kajongg.mo share/locale/zh_CN/LC_MESSAGES/kalgebra.mo share/locale/zh_CN/LC_MESSAGES/kalzium.mo -share/locale/zh_CN/LC_MESSAGES/kalzium_qt.mo share/locale/zh_CN/LC_MESSAGES/kanagram.mo share/locale/zh_CN/LC_MESSAGES/kapman.mo -share/locale/zh_CN/LC_MESSAGES/kappfinder.mo share/locale/zh_CN/LC_MESSAGES/kapptemplate.mo share/locale/zh_CN/LC_MESSAGES/kate-ctags-plugin.mo share/locale/zh_CN/LC_MESSAGES/kate.mo @@ -120,20 +88,17 @@ share/locale/zh_CN/LC_MESSAGES/katefilebrowserplugin.mo share/locale/zh_CN/LC_MESSAGES/katefiletemplates.mo share/locale/zh_CN/LC_MESSAGES/katefindinfilesplugin.mo share/locale/zh_CN/LC_MESSAGES/katehelloworld.mo -share/locale/zh_CN/LC_MESSAGES/katehtmltools.mo share/locale/zh_CN/LC_MESSAGES/kateinsertcommand.mo share/locale/zh_CN/LC_MESSAGES/katekjswrapper.mo share/locale/zh_CN/LC_MESSAGES/katekonsoleplugin.mo share/locale/zh_CN/LC_MESSAGES/katemailfilesplugin.mo share/locale/zh_CN/LC_MESSAGES/kateopenheader.mo share/locale/zh_CN/LC_MESSAGES/katepart4.mo -share/locale/zh_CN/LC_MESSAGES/katepybrowse.mo share/locale/zh_CN/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/zh_CN/LC_MESSAGES/katesnippets.mo share/locale/zh_CN/LC_MESSAGES/katesnippets_tng.mo -share/locale/zh_CN/LC_MESSAGES/katesnippetstng_editor.mo share/locale/zh_CN/LC_MESSAGES/katesymbolviewer.mo share/locale/zh_CN/LC_MESSAGES/katetabbarextension.mo +share/locale/zh_CN/LC_MESSAGES/katetabifyplugin.mo share/locale/zh_CN/LC_MESSAGES/katetextfilter.mo share/locale/zh_CN/LC_MESSAGES/katexmlcheck.mo share/locale/zh_CN/LC_MESSAGES/katexmltools.mo @@ -148,27 +113,27 @@ share/locale/zh_CN/LC_MESSAGES/kbruch.mo share/locale/zh_CN/LC_MESSAGES/kbugbuster.mo share/locale/zh_CN/LC_MESSAGES/kcachegrind.mo share/locale/zh_CN/LC_MESSAGES/kcachegrind_qt.mo -share/locale/zh_CN/LC_MESSAGES/kcal_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kcalc.mo share/locale/zh_CN/LC_MESSAGES/kcertpart.mo share/locale/zh_CN/LC_MESSAGES/kcharselect.mo -share/locale/zh_CN/LC_MESSAGES/kcm_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_CN/LC_MESSAGES/kcm_attica.mo share/locale/zh_CN/LC_MESSAGES/kcm_autostart.mo +share/locale/zh_CN/LC_MESSAGES/kcm_desktoppaths.mo share/locale/zh_CN/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/zh_CN/LC_MESSAGES/kcm_device_automounter.mo share/locale/zh_CN/LC_MESSAGES/kcm_emoticons.mo +share/locale/zh_CN/LC_MESSAGES/kcm_infobase.mo +share/locale/zh_CN/LC_MESSAGES/kcm_infosummary.mo share/locale/zh_CN/LC_MESSAGES/kcm_krfb.mo share/locale/zh_CN/LC_MESSAGES/kcm_kwindesktop.mo share/locale/zh_CN/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/zh_CN/LC_MESSAGES/kcm_lirc.mo share/locale/zh_CN/LC_MESSAGES/kcm_memory.mo -share/locale/zh_CN/LC_MESSAGES/kcm_partition.mo share/locale/zh_CN/LC_MESSAGES/kcm_pci.mo share/locale/zh_CN/LC_MESSAGES/kcm_phonon.mo share/locale/zh_CN/LC_MESSAGES/kcm_phononxine.mo share/locale/zh_CN/LC_MESSAGES/kcm_platform.mo +share/locale/zh_CN/LC_MESSAGES/kcm_remotecontrol.mo share/locale/zh_CN/LC_MESSAGES/kcm_solid.mo share/locale/zh_CN/LC_MESSAGES/kcm_solid_actions.mo share/locale/zh_CN/LC_MESSAGES/kcm_standard_actions.mo @@ -181,13 +146,13 @@ share/locale/zh_CN/LC_MESSAGES/kcmcgi.mo share/locale/zh_CN/LC_MESSAGES/kcmcolors.mo share/locale/zh_CN/LC_MESSAGES/kcmcomponentchooser.mo share/locale/zh_CN/LC_MESSAGES/kcmcrypto.mo +share/locale/zh_CN/LC_MESSAGES/kcmdevinfo.mo share/locale/zh_CN/LC_MESSAGES/kcmfonts.mo share/locale/zh_CN/LC_MESSAGES/kcmhtmlsearch.mo share/locale/zh_CN/LC_MESSAGES/kcmicons.mo share/locale/zh_CN/LC_MESSAGES/kcminfo.mo share/locale/zh_CN/LC_MESSAGES/kcminit.mo share/locale/zh_CN/LC_MESSAGES/kcminput.mo -share/locale/zh_CN/LC_MESSAGES/kcmioslaveinfo.mo share/locale/zh_CN/LC_MESSAGES/kcmkamera.mo share/locale/zh_CN/LC_MESSAGES/kcmkclock.mo share/locale/zh_CN/LC_MESSAGES/kcmkded.mo @@ -216,7 +181,6 @@ share/locale/zh_CN/LC_MESSAGES/kcmscreensaver.mo share/locale/zh_CN/LC_MESSAGES/kcmshell.mo share/locale/zh_CN/LC_MESSAGES/kcmsmartcard.mo share/locale/zh_CN/LC_MESSAGES/kcmsmserver.mo -share/locale/zh_CN/LC_MESSAGES/kcmsolidproc.mo share/locale/zh_CN/LC_MESSAGES/kcmstyle.mo share/locale/zh_CN/LC_MESSAGES/kcmusb.mo share/locale/zh_CN/LC_MESSAGES/kcmview1394.mo @@ -230,16 +194,11 @@ share/locale/zh_CN/LC_MESSAGES/kdebugdialog.mo share/locale/zh_CN/LC_MESSAGES/kdecalendarsystems.mo share/locale/zh_CN/LC_MESSAGES/kdelibs4.mo share/locale/zh_CN/LC_MESSAGES/kdelibs_colors4.mo -share/locale/zh_CN/LC_MESSAGES/kdelirc.mo share/locale/zh_CN/LC_MESSAGES/kdepasswd.mo -share/locale/zh_CN/LC_MESSAGES/kdepimresources.mo -share/locale/zh_CN/LC_MESSAGES/kdepimwizards.mo share/locale/zh_CN/LC_MESSAGES/kdeqt.mo share/locale/zh_CN/LC_MESSAGES/kdesu.mo share/locale/zh_CN/LC_MESSAGES/kdesud.mo share/locale/zh_CN/LC_MESSAGES/kdf.mo -share/locale/zh_CN/LC_MESSAGES/kdgantt.mo -share/locale/zh_CN/LC_MESSAGES/kdgantt1.mo share/locale/zh_CN/LC_MESSAGES/kdialog.mo share/locale/zh_CN/LC_MESSAGES/kdiamond.mo share/locale/zh_CN/LC_MESSAGES/kdmconfig.mo @@ -293,7 +252,6 @@ share/locale/zh_CN/LC_MESSAGES/kimagemapeditor.mo share/locale/zh_CN/LC_MESSAGES/kinetd.mo share/locale/zh_CN/LC_MESSAGES/kinfocenter.mo share/locale/zh_CN/LC_MESSAGES/kio4.mo -share/locale/zh_CN/LC_MESSAGES/kio_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kio_applications.mo share/locale/zh_CN/LC_MESSAGES/kio_archive.mo share/locale/zh_CN/LC_MESSAGES/kio_audiocd.mo @@ -301,7 +259,6 @@ share/locale/zh_CN/LC_MESSAGES/kio_bookmarks.mo share/locale/zh_CN/LC_MESSAGES/kio_finger.mo share/locale/zh_CN/LC_MESSAGES/kio_fish.mo share/locale/zh_CN/LC_MESSAGES/kio_floppy.mo -share/locale/zh_CN/LC_MESSAGES/kio_groupwise.mo share/locale/zh_CN/LC_MESSAGES/kio_help4.mo share/locale/zh_CN/LC_MESSAGES/kio_imap4.mo share/locale/zh_CN/LC_MESSAGES/kio_info.mo @@ -329,9 +286,7 @@ share/locale/zh_CN/LC_MESSAGES/kioclient.mo share/locale/zh_CN/LC_MESSAGES/kioexec.mo share/locale/zh_CN/LC_MESSAGES/kiriki.mo share/locale/zh_CN/LC_MESSAGES/kiten.mo -share/locale/zh_CN/LC_MESSAGES/kjots.mo share/locale/zh_CN/LC_MESSAGES/kjumpingcube.mo -share/locale/zh_CN/LC_MESSAGES/kleopatra.mo share/locale/zh_CN/LC_MESSAGES/klettres.mo share/locale/zh_CN/LC_MESSAGES/klines.mo share/locale/zh_CN/LC_MESSAGES/klinkstatus.mo @@ -339,12 +294,6 @@ share/locale/zh_CN/LC_MESSAGES/klipper.mo share/locale/zh_CN/LC_MESSAGES/klock.mo share/locale/zh_CN/LC_MESSAGES/kmag.mo share/locale/zh_CN/LC_MESSAGES/kmahjongg.mo -share/locale/zh_CN/LC_MESSAGES/kmail-migrator.mo -share/locale/zh_CN/LC_MESSAGES/kmail.mo -share/locale/zh_CN/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/zh_CN/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/zh_CN/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/zh_CN/LC_MESSAGES/kmailcvt.mo share/locale/zh_CN/LC_MESSAGES/kmenuedit.mo share/locale/zh_CN/LC_MESSAGES/kmimetypefinder.mo share/locale/zh_CN/LC_MESSAGES/kmines.mo @@ -355,8 +304,6 @@ share/locale/zh_CN/LC_MESSAGES/kmplot.mo share/locale/zh_CN/LC_MESSAGES/knetattach.mo share/locale/zh_CN/LC_MESSAGES/knetwalk.mo share/locale/zh_CN/LC_MESSAGES/knetworkconfmodule.mo -share/locale/zh_CN/LC_MESSAGES/knode.mo -share/locale/zh_CN/LC_MESSAGES/knotes.mo share/locale/zh_CN/LC_MESSAGES/knotify4.mo share/locale/zh_CN/LC_MESSAGES/kolf.mo share/locale/zh_CN/LC_MESSAGES/kollision.mo @@ -366,11 +313,8 @@ share/locale/zh_CN/LC_MESSAGES/kompare.mo share/locale/zh_CN/LC_MESSAGES/konqueror.mo share/locale/zh_CN/LC_MESSAGES/konquest.mo share/locale/zh_CN/LC_MESSAGES/konsole.mo -share/locale/zh_CN/LC_MESSAGES/konsolekalendar.mo -share/locale/zh_CN/LC_MESSAGES/kontact.mo share/locale/zh_CN/LC_MESSAGES/kontactinterfaces.mo share/locale/zh_CN/LC_MESSAGES/kopete.mo -share/locale/zh_CN/LC_MESSAGES/korganizer.mo share/locale/zh_CN/LC_MESSAGES/kpartloader.mo share/locale/zh_CN/LC_MESSAGES/kpartsaver.mo share/locale/zh_CN/LC_MESSAGES/kpasswdserver.mo @@ -379,28 +323,20 @@ share/locale/zh_CN/LC_MESSAGES/kppp.mo share/locale/zh_CN/LC_MESSAGES/kppplogview.mo share/locale/zh_CN/LC_MESSAGES/kquitapp.mo share/locale/zh_CN/LC_MESSAGES/krandr.mo +share/locale/zh_CN/LC_MESSAGES/krcdnotifieritem.mo share/locale/zh_CN/LC_MESSAGES/krdb.mo share/locale/zh_CN/LC_MESSAGES/krdc.mo share/locale/zh_CN/LC_MESSAGES/kreadconfig.mo -share/locale/zh_CN/LC_MESSAGES/kres-migrator.mo -share/locale/zh_CN/LC_MESSAGES/kres_birthday.mo -share/locale/zh_CN/LC_MESSAGES/kres_blog.mo +share/locale/zh_CN/LC_MESSAGES/kremotecontroldaemon.mo share/locale/zh_CN/LC_MESSAGES/kres_bugzilla.mo -share/locale/zh_CN/LC_MESSAGES/kres_groupware.mo -share/locale/zh_CN/LC_MESSAGES/kres_groupwise.mo -share/locale/zh_CN/LC_MESSAGES/kres_kolab.mo -share/locale/zh_CN/LC_MESSAGES/kres_remote.mo -share/locale/zh_CN/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/zh_CN/LC_MESSAGES/kreversi.mo share/locale/zh_CN/LC_MESSAGES/krfb.mo share/locale/zh_CN/LC_MESSAGES/kruler.mo share/locale/zh_CN/LC_MESSAGES/krunner.mo share/locale/zh_CN/LC_MESSAGES/ksame.mo share/locale/zh_CN/LC_MESSAGES/ksaneplugin.mo -share/locale/zh_CN/LC_MESSAGES/ksayit.mo share/locale/zh_CN/LC_MESSAGES/kscd.mo share/locale/zh_CN/LC_MESSAGES/kscreensaver.mo -share/locale/zh_CN/LC_MESSAGES/ksendemail.mo share/locale/zh_CN/LC_MESSAGES/kshisen.mo share/locale/zh_CN/LC_MESSAGES/kshorturifilter.mo share/locale/zh_CN/LC_MESSAGES/ksirk.mo @@ -422,16 +358,14 @@ share/locale/zh_CN/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/zh_CN/LC_MESSAGES/ksystemlog.mo share/locale/zh_CN/LC_MESSAGES/ksystraycmd.mo share/locale/zh_CN/LC_MESSAGES/kteatime.mo +share/locale/zh_CN/LC_MESSAGES/ktesnippets_editor.mo share/locale/zh_CN/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/zh_CN/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/zh_CN/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/zh_CN/LC_MESSAGES/kthememanager.mo share/locale/zh_CN/LC_MESSAGES/ktimer.mo -share/locale/zh_CN/LC_MESSAGES/ktimetracker.mo share/locale/zh_CN/LC_MESSAGES/ktouch.mo share/locale/zh_CN/LC_MESSAGES/ktraderclient.mo share/locale/zh_CN/LC_MESSAGES/ktron.mo -share/locale/zh_CN/LC_MESSAGES/kttsd.mo share/locale/zh_CN/LC_MESSAGES/ktuberling.mo share/locale/zh_CN/LC_MESSAGES/kturtle.mo share/locale/zh_CN/LC_MESSAGES/ktux.mo @@ -442,8 +376,6 @@ share/locale/zh_CN/LC_MESSAGES/kurifilter.mo share/locale/zh_CN/LC_MESSAGES/kuser.mo share/locale/zh_CN/LC_MESSAGES/kwalletd.mo share/locale/zh_CN/LC_MESSAGES/kwalletmanager.mo -share/locale/zh_CN/LC_MESSAGES/kwatchgnupg.mo -share/locale/zh_CN/LC_MESSAGES/kweather.mo share/locale/zh_CN/LC_MESSAGES/kwin.mo share/locale/zh_CN/LC_MESSAGES/kwin_art_clients.mo share/locale/zh_CN/LC_MESSAGES/kwin_clients.mo @@ -465,31 +397,25 @@ share/locale/zh_CN/LC_MESSAGES/libkcompactdisc.mo share/locale/zh_CN/LC_MESSAGES/libkdcraw.mo share/locale/zh_CN/LC_MESSAGES/libkdeedu.mo share/locale/zh_CN/LC_MESSAGES/libkdegames.mo -share/locale/zh_CN/LC_MESSAGES/libkdepim.mo share/locale/zh_CN/LC_MESSAGES/libkexiv2.mo share/locale/zh_CN/LC_MESSAGES/libkholidays.mo share/locale/zh_CN/LC_MESSAGES/libkimap.mo share/locale/zh_CN/LC_MESSAGES/libkldap.mo -share/locale/zh_CN/LC_MESSAGES/libkleopatra.mo share/locale/zh_CN/LC_MESSAGES/libkmahjongg.mo share/locale/zh_CN/LC_MESSAGES/libkmime.mo share/locale/zh_CN/LC_MESSAGES/libkonq.mo -share/locale/zh_CN/LC_MESSAGES/libkpgp.mo share/locale/zh_CN/LC_MESSAGES/libkpimidentities.mo share/locale/zh_CN/LC_MESSAGES/libkpimtextedit.mo share/locale/zh_CN/LC_MESSAGES/libkpimutils.mo +share/locale/zh_CN/LC_MESSAGES/libkremotecontrol.mo share/locale/zh_CN/LC_MESSAGES/libkresources.mo share/locale/zh_CN/LC_MESSAGES/libksane.mo share/locale/zh_CN/LC_MESSAGES/libkscreensaver.mo -share/locale/zh_CN/LC_MESSAGES/libksieve.mo share/locale/zh_CN/LC_MESSAGES/libktnef.mo share/locale/zh_CN/LC_MESSAGES/libkunitconversion.mo share/locale/zh_CN/LC_MESSAGES/libkworkspace.mo share/locale/zh_CN/LC_MESSAGES/libkxmlrpcclient.mo share/locale/zh_CN/LC_MESSAGES/libmailtransport.mo -share/locale/zh_CN/LC_MESSAGES/libmessagecore.mo -share/locale/zh_CN/LC_MESSAGES/libmessagelist.mo -share/locale/zh_CN/LC_MESSAGES/libmessageviewer.mo share/locale/zh_CN/LC_MESSAGES/liboktetacore.mo share/locale/zh_CN/LC_MESSAGES/liboktetakasten.mo share/locale/zh_CN/LC_MESSAGES/libphonon.mo @@ -500,7 +426,6 @@ share/locale/zh_CN/LC_MESSAGES/librtm.mo share/locale/zh_CN/LC_MESSAGES/libtaskmanager.mo share/locale/zh_CN/LC_MESSAGES/lokalize.mo share/locale/zh_CN/LC_MESSAGES/lskat.mo -share/locale/zh_CN/LC_MESSAGES/mailreader.mo share/locale/zh_CN/LC_MESSAGES/marble.mo share/locale/zh_CN/LC_MESSAGES/marble_qt.mo share/locale/zh_CN/LC_MESSAGES/mplayerthumbs.mo @@ -534,10 +459,12 @@ share/locale/zh_CN/LC_MESSAGES/phononserver.mo share/locale/zh_CN/LC_MESSAGES/plasma-desktop.mo share/locale/zh_CN/LC_MESSAGES/plasma-netbook.mo share/locale/zh_CN/LC_MESSAGES/plasma-overlay.mo +share/locale/zh_CN/LC_MESSAGES/plasma-windowed.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_battery.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_calculator.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_clock.mo @@ -554,6 +481,7 @@ share/locale/zh_CN/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_icon.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_katesession.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -561,7 +489,6 @@ share/locale/zh_CN/LC_MESSAGES/plasma_applet_kget.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/zh_CN/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_launcher.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_life.mo @@ -573,6 +500,7 @@ share/locale/zh_CN/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_news.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_notes.mo +share/locale/zh_CN/LC_MESSAGES/plasma_applet_notifications.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/zh_CN/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -614,7 +542,9 @@ share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/zh_CN/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_calendar.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/zh_CN/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_keystate.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_metadata.mo @@ -626,12 +556,14 @@ share/locale/zh_CN/LC_MESSAGES/plasma_engine_rss.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/zh_CN/LC_MESSAGES/plasma_engine_weather.mo share/locale/zh_CN/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_contacts.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_datetime.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_kget.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_kill.mo @@ -651,6 +583,7 @@ share/locale/zh_CN/LC_MESSAGES/plasma_runner_shell.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_solid.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/zh_CN/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/zh_CN/LC_MESSAGES/plasma_runner_windows.mo share/locale/zh_CN/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/zh_CN/LC_MESSAGES/plasma_wallpaper_color.mo diff --git a/chinese/kde4-l10n-zh_TW/distinfo b/chinese/kde4-l10n-zh_TW/distinfo index 6117e59a5514..70c107807ffa 100644 --- a/chinese/kde4-l10n-zh_TW/distinfo +++ b/chinese/kde4-l10n-zh_TW/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-zh_TW-4.4.5.tar.bz2) = 466fa13561e330833e57f02462539e56 -SHA256 (KDE/kde-l10n/kde-l10n-zh_TW-4.4.5.tar.bz2) = 91d1c414ca6ab54d8554a3aceef21036a933622fdc7809835f779ea14f611ba6 -SIZE (KDE/kde-l10n/kde-l10n-zh_TW-4.4.5.tar.bz2) = 2659802 +MD5 (KDE/kde-l10n/kde-l10n-zh_TW-4.5.1.tar.bz2) = 843da7a393e355d76b2eb8bac71c750e +SHA256 (KDE/kde-l10n/kde-l10n-zh_TW-4.5.1.tar.bz2) = 4f3f09f4e45ce94308a5326982fe5722d4dfcb4daba37ba6731a5ea8de13ad18 +SIZE (KDE/kde-l10n/kde-l10n-zh_TW-4.5.1.tar.bz2) = 2204126 diff --git a/chinese/kde4-l10n-zh_TW/pkg-plist b/chinese/kde4-l10n-zh_TW/pkg-plist index 894946a80c3a..1b81ed92e1e0 100644 --- a/chinese/kde4-l10n-zh_TW/pkg-plist +++ b/chinese/kde4-l10n-zh_TW/pkg-plist @@ -2,56 +2,30 @@ share/doc/HTML/zh_TW/common/fdl-translated.html share/doc/HTML/zh_TW/common/gpl-translated.html share/doc/HTML/zh_TW/common/kde-localised.css share/doc/HTML/zh_TW/common/lgpl-translated.html -share/doc/HTML/zh_TW/khelpcenter/faq/about.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/common -share/doc/HTML/zh_TW/khelpcenter/faq/configkde.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/contrib.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/desktop.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/filemng.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/getkde.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/zh_TW/khelpcenter/faq/index.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/install.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/intro.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/misc.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/notrelated.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/panel.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/qt.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/questions.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/sound.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/tips.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/zh_TW/khelpcenter/faq/winmng.docbook -share/locale/zh_TW/LC_MESSAGES/akonadi-kcal.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_next.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/zh_TW/LC_MESSAGES/akonadi_vcarddir_resource.mo +share/doc/HTML/zh_TW/faq/about.docbook +share/doc/HTML/zh_TW/faq/common +share/doc/HTML/zh_TW/faq/configkde.docbook +share/doc/HTML/zh_TW/faq/contrib.docbook +share/doc/HTML/zh_TW/faq/desktop.docbook +share/doc/HTML/zh_TW/faq/filemng.docbook +share/doc/HTML/zh_TW/faq/getkde.docbook +share/doc/HTML/zh_TW/faq/index.cache.bz2 +share/doc/HTML/zh_TW/faq/index.docbook +share/doc/HTML/zh_TW/faq/install.docbook +share/doc/HTML/zh_TW/faq/intro.docbook +share/doc/HTML/zh_TW/faq/kdeapps.docbook +share/doc/HTML/zh_TW/faq/misc.docbook +share/doc/HTML/zh_TW/faq/moreinfo.docbook +share/doc/HTML/zh_TW/faq/nonkdeapps.docbook +share/doc/HTML/zh_TW/faq/notrelated.docbook +share/doc/HTML/zh_TW/faq/panel.docbook +share/doc/HTML/zh_TW/faq/qt.docbook +share/doc/HTML/zh_TW/faq/questions.docbook +share/doc/HTML/zh_TW/faq/sound.docbook +share/doc/HTML/zh_TW/faq/tips.docbook +share/doc/HTML/zh_TW/faq/webbrowse.docbook +share/doc/HTML/zh_TW/faq/winmng.docbook share/locale/zh_TW/LC_MESSAGES/akonadicontact.mo -share/locale/zh_TW/LC_MESSAGES/akonaditray.mo -share/locale/zh_TW/LC_MESSAGES/akregator.mo share/locale/zh_TW/LC_MESSAGES/amor.mo share/locale/zh_TW/LC_MESSAGES/ark.mo share/locale/zh_TW/LC_MESSAGES/attica_kde.mo @@ -59,43 +33,37 @@ share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/zh_TW/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/zh_TW/LC_MESSAGES/audiorename_plugin.mo share/locale/zh_TW/LC_MESSAGES/blinken.mo -share/locale/zh_TW/LC_MESSAGES/blogilo.mo share/locale/zh_TW/LC_MESSAGES/bomber.mo share/locale/zh_TW/LC_MESSAGES/bovo.mo share/locale/zh_TW/LC_MESSAGES/cantor.mo share/locale/zh_TW/LC_MESSAGES/cervisia.mo -share/locale/zh_TW/LC_MESSAGES/cryptopageplugin.mo share/locale/zh_TW/LC_MESSAGES/cvsservice.mo share/locale/zh_TW/LC_MESSAGES/display.mo share/locale/zh_TW/LC_MESSAGES/dolphin.mo share/locale/zh_TW/LC_MESSAGES/dragonplayer.mo share/locale/zh_TW/LC_MESSAGES/drkonqi.mo share/locale/zh_TW/LC_MESSAGES/filetypes.mo +share/locale/zh_TW/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/zh_TW/LC_MESSAGES/freespacenotifier.mo share/locale/zh_TW/LC_MESSAGES/granatier.mo share/locale/zh_TW/LC_MESSAGES/gwenview.mo share/locale/zh_TW/LC_MESSAGES/htmlsearch.mo share/locale/zh_TW/LC_MESSAGES/imagerename_plugin.mo -share/locale/zh_TW/LC_MESSAGES/irkick.mo +share/locale/zh_TW/LC_MESSAGES/jovie.mo share/locale/zh_TW/LC_MESSAGES/joystick.mo share/locale/zh_TW/LC_MESSAGES/juk.mo share/locale/zh_TW/LC_MESSAGES/kabc.mo -share/locale/zh_TW/LC_MESSAGES/kabc_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kabc_dir.mo share/locale/zh_TW/LC_MESSAGES/kabc_file.mo share/locale/zh_TW/LC_MESSAGES/kabc_ldapkio.mo share/locale/zh_TW/LC_MESSAGES/kabc_net.mo -share/locale/zh_TW/LC_MESSAGES/kabc_slox.mo -share/locale/zh_TW/LC_MESSAGES/kabcclient.mo share/locale/zh_TW/LC_MESSAGES/kabcformat_binary.mo share/locale/zh_TW/LC_MESSAGES/kaccess.mo -share/locale/zh_TW/LC_MESSAGES/kaddressbook.mo -share/locale/zh_TW/LC_MESSAGES/kalarm.mo +share/locale/zh_TW/LC_MESSAGES/kajongg.mo share/locale/zh_TW/LC_MESSAGES/kalgebra.mo share/locale/zh_TW/LC_MESSAGES/kalzium.mo -share/locale/zh_TW/LC_MESSAGES/kalzium_qt.mo share/locale/zh_TW/LC_MESSAGES/kanagram.mo share/locale/zh_TW/LC_MESSAGES/kapman.mo -share/locale/zh_TW/LC_MESSAGES/kappfinder.mo share/locale/zh_TW/LC_MESSAGES/kapptemplate.mo share/locale/zh_TW/LC_MESSAGES/kate-ctags-plugin.mo share/locale/zh_TW/LC_MESSAGES/kate.mo @@ -107,20 +75,17 @@ share/locale/zh_TW/LC_MESSAGES/katefilebrowserplugin.mo share/locale/zh_TW/LC_MESSAGES/katefiletemplates.mo share/locale/zh_TW/LC_MESSAGES/katefindinfilesplugin.mo share/locale/zh_TW/LC_MESSAGES/katehelloworld.mo -share/locale/zh_TW/LC_MESSAGES/katehtmltools.mo share/locale/zh_TW/LC_MESSAGES/kateinsertcommand.mo share/locale/zh_TW/LC_MESSAGES/katekjswrapper.mo share/locale/zh_TW/LC_MESSAGES/katekonsoleplugin.mo share/locale/zh_TW/LC_MESSAGES/katemailfilesplugin.mo share/locale/zh_TW/LC_MESSAGES/kateopenheader.mo share/locale/zh_TW/LC_MESSAGES/katepart4.mo -share/locale/zh_TW/LC_MESSAGES/katepybrowse.mo share/locale/zh_TW/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/zh_TW/LC_MESSAGES/katesnippets.mo share/locale/zh_TW/LC_MESSAGES/katesnippets_tng.mo -share/locale/zh_TW/LC_MESSAGES/katesnippetstng_editor.mo share/locale/zh_TW/LC_MESSAGES/katesymbolviewer.mo share/locale/zh_TW/LC_MESSAGES/katetabbarextension.mo +share/locale/zh_TW/LC_MESSAGES/katetabifyplugin.mo share/locale/zh_TW/LC_MESSAGES/katetextfilter.mo share/locale/zh_TW/LC_MESSAGES/katexmlcheck.mo share/locale/zh_TW/LC_MESSAGES/katexmltools.mo @@ -135,27 +100,27 @@ share/locale/zh_TW/LC_MESSAGES/kbruch.mo share/locale/zh_TW/LC_MESSAGES/kbugbuster.mo share/locale/zh_TW/LC_MESSAGES/kcachegrind.mo share/locale/zh_TW/LC_MESSAGES/kcachegrind_qt.mo -share/locale/zh_TW/LC_MESSAGES/kcal_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kcalc.mo share/locale/zh_TW/LC_MESSAGES/kcertpart.mo share/locale/zh_TW/LC_MESSAGES/kcharselect.mo -share/locale/zh_TW/LC_MESSAGES/kcm_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/zh_TW/LC_MESSAGES/kcm_attica.mo share/locale/zh_TW/LC_MESSAGES/kcm_autostart.mo +share/locale/zh_TW/LC_MESSAGES/kcm_desktoppaths.mo share/locale/zh_TW/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/zh_TW/LC_MESSAGES/kcm_device_automounter.mo share/locale/zh_TW/LC_MESSAGES/kcm_emoticons.mo +share/locale/zh_TW/LC_MESSAGES/kcm_infobase.mo +share/locale/zh_TW/LC_MESSAGES/kcm_infosummary.mo share/locale/zh_TW/LC_MESSAGES/kcm_krfb.mo share/locale/zh_TW/LC_MESSAGES/kcm_kwindesktop.mo share/locale/zh_TW/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/zh_TW/LC_MESSAGES/kcm_lirc.mo share/locale/zh_TW/LC_MESSAGES/kcm_memory.mo -share/locale/zh_TW/LC_MESSAGES/kcm_partition.mo share/locale/zh_TW/LC_MESSAGES/kcm_pci.mo share/locale/zh_TW/LC_MESSAGES/kcm_phonon.mo share/locale/zh_TW/LC_MESSAGES/kcm_phononxine.mo share/locale/zh_TW/LC_MESSAGES/kcm_platform.mo +share/locale/zh_TW/LC_MESSAGES/kcm_remotecontrol.mo share/locale/zh_TW/LC_MESSAGES/kcm_solid.mo share/locale/zh_TW/LC_MESSAGES/kcm_solid_actions.mo share/locale/zh_TW/LC_MESSAGES/kcm_standard_actions.mo @@ -168,13 +133,13 @@ share/locale/zh_TW/LC_MESSAGES/kcmcgi.mo share/locale/zh_TW/LC_MESSAGES/kcmcolors.mo share/locale/zh_TW/LC_MESSAGES/kcmcomponentchooser.mo share/locale/zh_TW/LC_MESSAGES/kcmcrypto.mo +share/locale/zh_TW/LC_MESSAGES/kcmdevinfo.mo share/locale/zh_TW/LC_MESSAGES/kcmfonts.mo share/locale/zh_TW/LC_MESSAGES/kcmhtmlsearch.mo share/locale/zh_TW/LC_MESSAGES/kcmicons.mo share/locale/zh_TW/LC_MESSAGES/kcminfo.mo share/locale/zh_TW/LC_MESSAGES/kcminit.mo share/locale/zh_TW/LC_MESSAGES/kcminput.mo -share/locale/zh_TW/LC_MESSAGES/kcmioslaveinfo.mo share/locale/zh_TW/LC_MESSAGES/kcmkamera.mo share/locale/zh_TW/LC_MESSAGES/kcmkclock.mo share/locale/zh_TW/LC_MESSAGES/kcmkded.mo @@ -203,7 +168,6 @@ share/locale/zh_TW/LC_MESSAGES/kcmscreensaver.mo share/locale/zh_TW/LC_MESSAGES/kcmshell.mo share/locale/zh_TW/LC_MESSAGES/kcmsmartcard.mo share/locale/zh_TW/LC_MESSAGES/kcmsmserver.mo -share/locale/zh_TW/LC_MESSAGES/kcmsolidproc.mo share/locale/zh_TW/LC_MESSAGES/kcmstyle.mo share/locale/zh_TW/LC_MESSAGES/kcmusb.mo share/locale/zh_TW/LC_MESSAGES/kcmview1394.mo @@ -217,16 +181,11 @@ share/locale/zh_TW/LC_MESSAGES/kdebugdialog.mo share/locale/zh_TW/LC_MESSAGES/kdecalendarsystems.mo share/locale/zh_TW/LC_MESSAGES/kdelibs4.mo share/locale/zh_TW/LC_MESSAGES/kdelibs_colors4.mo -share/locale/zh_TW/LC_MESSAGES/kdelirc.mo share/locale/zh_TW/LC_MESSAGES/kdepasswd.mo -share/locale/zh_TW/LC_MESSAGES/kdepimresources.mo -share/locale/zh_TW/LC_MESSAGES/kdepimwizards.mo share/locale/zh_TW/LC_MESSAGES/kdeqt.mo share/locale/zh_TW/LC_MESSAGES/kdesu.mo share/locale/zh_TW/LC_MESSAGES/kdesud.mo share/locale/zh_TW/LC_MESSAGES/kdf.mo -share/locale/zh_TW/LC_MESSAGES/kdgantt.mo -share/locale/zh_TW/LC_MESSAGES/kdgantt1.mo share/locale/zh_TW/LC_MESSAGES/kdialog.mo share/locale/zh_TW/LC_MESSAGES/kdiamond.mo share/locale/zh_TW/LC_MESSAGES/kdmconfig.mo @@ -280,7 +239,6 @@ share/locale/zh_TW/LC_MESSAGES/kimagemapeditor.mo share/locale/zh_TW/LC_MESSAGES/kinetd.mo share/locale/zh_TW/LC_MESSAGES/kinfocenter.mo share/locale/zh_TW/LC_MESSAGES/kio4.mo -share/locale/zh_TW/LC_MESSAGES/kio_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kio_applications.mo share/locale/zh_TW/LC_MESSAGES/kio_archive.mo share/locale/zh_TW/LC_MESSAGES/kio_audiocd.mo @@ -288,7 +246,6 @@ share/locale/zh_TW/LC_MESSAGES/kio_bookmarks.mo share/locale/zh_TW/LC_MESSAGES/kio_finger.mo share/locale/zh_TW/LC_MESSAGES/kio_fish.mo share/locale/zh_TW/LC_MESSAGES/kio_floppy.mo -share/locale/zh_TW/LC_MESSAGES/kio_groupwise.mo share/locale/zh_TW/LC_MESSAGES/kio_help4.mo share/locale/zh_TW/LC_MESSAGES/kio_imap4.mo share/locale/zh_TW/LC_MESSAGES/kio_info.mo @@ -316,9 +273,7 @@ share/locale/zh_TW/LC_MESSAGES/kioclient.mo share/locale/zh_TW/LC_MESSAGES/kioexec.mo share/locale/zh_TW/LC_MESSAGES/kiriki.mo share/locale/zh_TW/LC_MESSAGES/kiten.mo -share/locale/zh_TW/LC_MESSAGES/kjots.mo share/locale/zh_TW/LC_MESSAGES/kjumpingcube.mo -share/locale/zh_TW/LC_MESSAGES/kleopatra.mo share/locale/zh_TW/LC_MESSAGES/klettres.mo share/locale/zh_TW/LC_MESSAGES/klines.mo share/locale/zh_TW/LC_MESSAGES/klinkstatus.mo @@ -326,12 +281,6 @@ share/locale/zh_TW/LC_MESSAGES/klipper.mo share/locale/zh_TW/LC_MESSAGES/klock.mo share/locale/zh_TW/LC_MESSAGES/kmag.mo share/locale/zh_TW/LC_MESSAGES/kmahjongg.mo -share/locale/zh_TW/LC_MESSAGES/kmail-migrator.mo -share/locale/zh_TW/LC_MESSAGES/kmail.mo -share/locale/zh_TW/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/zh_TW/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/zh_TW/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/zh_TW/LC_MESSAGES/kmailcvt.mo share/locale/zh_TW/LC_MESSAGES/kmenuedit.mo share/locale/zh_TW/LC_MESSAGES/kmimetypefinder.mo share/locale/zh_TW/LC_MESSAGES/kmines.mo @@ -342,8 +291,6 @@ share/locale/zh_TW/LC_MESSAGES/kmplot.mo share/locale/zh_TW/LC_MESSAGES/knetattach.mo share/locale/zh_TW/LC_MESSAGES/knetwalk.mo share/locale/zh_TW/LC_MESSAGES/knetworkconfmodule.mo -share/locale/zh_TW/LC_MESSAGES/knode.mo -share/locale/zh_TW/LC_MESSAGES/knotes.mo share/locale/zh_TW/LC_MESSAGES/knotify4.mo share/locale/zh_TW/LC_MESSAGES/kolf.mo share/locale/zh_TW/LC_MESSAGES/kollision.mo @@ -353,11 +300,8 @@ share/locale/zh_TW/LC_MESSAGES/kompare.mo share/locale/zh_TW/LC_MESSAGES/konqueror.mo share/locale/zh_TW/LC_MESSAGES/konquest.mo share/locale/zh_TW/LC_MESSAGES/konsole.mo -share/locale/zh_TW/LC_MESSAGES/konsolekalendar.mo -share/locale/zh_TW/LC_MESSAGES/kontact.mo share/locale/zh_TW/LC_MESSAGES/kontactinterfaces.mo share/locale/zh_TW/LC_MESSAGES/kopete.mo -share/locale/zh_TW/LC_MESSAGES/korganizer.mo share/locale/zh_TW/LC_MESSAGES/kpartloader.mo share/locale/zh_TW/LC_MESSAGES/kpartsaver.mo share/locale/zh_TW/LC_MESSAGES/kpasswdserver.mo @@ -366,28 +310,20 @@ share/locale/zh_TW/LC_MESSAGES/kppp.mo share/locale/zh_TW/LC_MESSAGES/kppplogview.mo share/locale/zh_TW/LC_MESSAGES/kquitapp.mo share/locale/zh_TW/LC_MESSAGES/krandr.mo +share/locale/zh_TW/LC_MESSAGES/krcdnotifieritem.mo share/locale/zh_TW/LC_MESSAGES/krdb.mo share/locale/zh_TW/LC_MESSAGES/krdc.mo share/locale/zh_TW/LC_MESSAGES/kreadconfig.mo -share/locale/zh_TW/LC_MESSAGES/kres-migrator.mo -share/locale/zh_TW/LC_MESSAGES/kres_birthday.mo -share/locale/zh_TW/LC_MESSAGES/kres_blog.mo +share/locale/zh_TW/LC_MESSAGES/kremotecontroldaemon.mo share/locale/zh_TW/LC_MESSAGES/kres_bugzilla.mo -share/locale/zh_TW/LC_MESSAGES/kres_groupware.mo -share/locale/zh_TW/LC_MESSAGES/kres_groupwise.mo -share/locale/zh_TW/LC_MESSAGES/kres_kolab.mo -share/locale/zh_TW/LC_MESSAGES/kres_remote.mo -share/locale/zh_TW/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/zh_TW/LC_MESSAGES/kreversi.mo share/locale/zh_TW/LC_MESSAGES/krfb.mo share/locale/zh_TW/LC_MESSAGES/kruler.mo share/locale/zh_TW/LC_MESSAGES/krunner.mo share/locale/zh_TW/LC_MESSAGES/ksame.mo share/locale/zh_TW/LC_MESSAGES/ksaneplugin.mo -share/locale/zh_TW/LC_MESSAGES/ksayit.mo share/locale/zh_TW/LC_MESSAGES/kscd.mo share/locale/zh_TW/LC_MESSAGES/kscreensaver.mo -share/locale/zh_TW/LC_MESSAGES/ksendemail.mo share/locale/zh_TW/LC_MESSAGES/kshisen.mo share/locale/zh_TW/LC_MESSAGES/kshorturifilter.mo share/locale/zh_TW/LC_MESSAGES/ksirk.mo @@ -409,16 +345,14 @@ share/locale/zh_TW/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/zh_TW/LC_MESSAGES/ksystemlog.mo share/locale/zh_TW/LC_MESSAGES/ksystraycmd.mo share/locale/zh_TW/LC_MESSAGES/kteatime.mo +share/locale/zh_TW/LC_MESSAGES/ktesnippets_editor.mo share/locale/zh_TW/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/zh_TW/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/zh_TW/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/zh_TW/LC_MESSAGES/kthememanager.mo share/locale/zh_TW/LC_MESSAGES/ktimer.mo -share/locale/zh_TW/LC_MESSAGES/ktimetracker.mo share/locale/zh_TW/LC_MESSAGES/ktouch.mo share/locale/zh_TW/LC_MESSAGES/ktraderclient.mo share/locale/zh_TW/LC_MESSAGES/ktron.mo -share/locale/zh_TW/LC_MESSAGES/kttsd.mo share/locale/zh_TW/LC_MESSAGES/ktuberling.mo share/locale/zh_TW/LC_MESSAGES/kturtle.mo share/locale/zh_TW/LC_MESSAGES/ktux.mo @@ -429,8 +363,6 @@ share/locale/zh_TW/LC_MESSAGES/kurifilter.mo share/locale/zh_TW/LC_MESSAGES/kuser.mo share/locale/zh_TW/LC_MESSAGES/kwalletd.mo share/locale/zh_TW/LC_MESSAGES/kwalletmanager.mo -share/locale/zh_TW/LC_MESSAGES/kwatchgnupg.mo -share/locale/zh_TW/LC_MESSAGES/kweather.mo share/locale/zh_TW/LC_MESSAGES/kwin.mo share/locale/zh_TW/LC_MESSAGES/kwin_art_clients.mo share/locale/zh_TW/LC_MESSAGES/kwin_clients.mo @@ -452,31 +384,25 @@ share/locale/zh_TW/LC_MESSAGES/libkcompactdisc.mo share/locale/zh_TW/LC_MESSAGES/libkdcraw.mo share/locale/zh_TW/LC_MESSAGES/libkdeedu.mo share/locale/zh_TW/LC_MESSAGES/libkdegames.mo -share/locale/zh_TW/LC_MESSAGES/libkdepim.mo share/locale/zh_TW/LC_MESSAGES/libkexiv2.mo share/locale/zh_TW/LC_MESSAGES/libkholidays.mo share/locale/zh_TW/LC_MESSAGES/libkimap.mo share/locale/zh_TW/LC_MESSAGES/libkldap.mo -share/locale/zh_TW/LC_MESSAGES/libkleopatra.mo share/locale/zh_TW/LC_MESSAGES/libkmahjongg.mo share/locale/zh_TW/LC_MESSAGES/libkmime.mo share/locale/zh_TW/LC_MESSAGES/libkonq.mo -share/locale/zh_TW/LC_MESSAGES/libkpgp.mo share/locale/zh_TW/LC_MESSAGES/libkpimidentities.mo share/locale/zh_TW/LC_MESSAGES/libkpimtextedit.mo share/locale/zh_TW/LC_MESSAGES/libkpimutils.mo +share/locale/zh_TW/LC_MESSAGES/libkremotecontrol.mo share/locale/zh_TW/LC_MESSAGES/libkresources.mo share/locale/zh_TW/LC_MESSAGES/libksane.mo share/locale/zh_TW/LC_MESSAGES/libkscreensaver.mo -share/locale/zh_TW/LC_MESSAGES/libksieve.mo share/locale/zh_TW/LC_MESSAGES/libktnef.mo share/locale/zh_TW/LC_MESSAGES/libkunitconversion.mo share/locale/zh_TW/LC_MESSAGES/libkworkspace.mo share/locale/zh_TW/LC_MESSAGES/libkxmlrpcclient.mo share/locale/zh_TW/LC_MESSAGES/libmailtransport.mo -share/locale/zh_TW/LC_MESSAGES/libmessagecore.mo -share/locale/zh_TW/LC_MESSAGES/libmessagelist.mo -share/locale/zh_TW/LC_MESSAGES/libmessageviewer.mo share/locale/zh_TW/LC_MESSAGES/liboktetacore.mo share/locale/zh_TW/LC_MESSAGES/liboktetakasten.mo share/locale/zh_TW/LC_MESSAGES/libphonon.mo @@ -487,7 +413,6 @@ share/locale/zh_TW/LC_MESSAGES/librtm.mo share/locale/zh_TW/LC_MESSAGES/libtaskmanager.mo share/locale/zh_TW/LC_MESSAGES/lokalize.mo share/locale/zh_TW/LC_MESSAGES/lskat.mo -share/locale/zh_TW/LC_MESSAGES/mailreader.mo share/locale/zh_TW/LC_MESSAGES/marble.mo share/locale/zh_TW/LC_MESSAGES/marble_qt.mo share/locale/zh_TW/LC_MESSAGES/mplayerthumbs.mo @@ -521,10 +446,12 @@ share/locale/zh_TW/LC_MESSAGES/phononserver.mo share/locale/zh_TW/LC_MESSAGES/plasma-desktop.mo share/locale/zh_TW/LC_MESSAGES/plasma-netbook.mo share/locale/zh_TW/LC_MESSAGES/plasma-overlay.mo +share/locale/zh_TW/LC_MESSAGES/plasma-windowed.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_battery.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_calculator.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_clock.mo @@ -541,6 +468,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_icon.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_katesession.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -548,7 +476,6 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_kget.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/zh_TW/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_launcher.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_life.mo @@ -560,6 +487,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_news.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_notes.mo +share/locale/zh_TW/LC_MESSAGES/plasma_applet_notifications.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/zh_TW/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -601,7 +529,9 @@ share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/zh_TW/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_calendar.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/zh_TW/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_keystate.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_metadata.mo @@ -613,12 +543,14 @@ share/locale/zh_TW/LC_MESSAGES/plasma_engine_rss.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/zh_TW/LC_MESSAGES/plasma_engine_weather.mo share/locale/zh_TW/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_contacts.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_datetime.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_kget.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_kill.mo @@ -638,6 +570,7 @@ share/locale/zh_TW/LC_MESSAGES/plasma_runner_shell.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_solid.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/zh_TW/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/zh_TW/LC_MESSAGES/plasma_runner_windows.mo share/locale/zh_TW/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/zh_TW/LC_MESSAGES/plasma_wallpaper_color.mo @@ -681,6 +614,5 @@ share/locale/zh_TW/LC_MESSAGES/umbrello.mo share/locale/zh_TW/LC_MESSAGES/useraccount.mo share/locale/zh_TW/LC_MESSAGES/xml_mimetypes.mo share/locale/zh_TW/entry.desktop -@dirrm share/doc/HTML/zh_TW/khelpcenter/faq -@dirrm share/doc/HTML/zh_TW/khelpcenter +@dirrm share/doc/HTML/zh_TW/faq @dirrm share/doc/HTML/zh_TW/common diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index 54897f73604e..143fdff3786c 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca @@ -25,28 +26,61 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace +USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ + kdelibs pimlibs workspace kdebase QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= PRINTER_APPLET "Install printer system tray utility" off +OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ + PRINTER_APPLET "Install printer system tray utility" off \ + RAR "Support for RAR archives in Ark" off \ + ZIP "Support for ZIP archives in Ark" off .include <bsd.port.options.mk> +.ifdef(WITH_7ZIP) +RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip +.endif + +.ifdef(WITH_PRINTER_APPLET) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.endif + +.ifdef(WITH_ZIP) +RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip +.endif + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -.if defined(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.ifdef(WITH_RAR) +.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +INSTALL_RAR= YES +.elif ${ARCH} == "amd64" +.ifndef(HAVE_COMPAT_IA32_KERN) +HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi +.endif +.if ${HAVE_COMPAT_IA32_KERN} == "YES" +INSTALL_RAR= YES +.endif +.endif +.ifdef(INSTALL_RAR) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.else +RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +.endif .endif post-patch: -#disable printer-applet, it comes with print/kdeutils4-printer-applet +# Disable printer-applet, it comes with print/kdeutils4-printer-applet. ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/comms/kremotecontrol/distinfo b/comms/kremotecontrol/distinfo index c51aa0f17d9c..2553edb11a55 100644 --- a/comms/kremotecontrol/distinfo +++ b/comms/kremotecontrol/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390 -SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495 -SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008 +MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52 +SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e +SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989 diff --git a/comms/kremotecontrol/pkg-plist b/comms/kremotecontrol/pkg-plist index ff8535c8e54f..cb9b5a4773c9 100644 --- a/comms/kremotecontrol/pkg-plist +++ b/comms/kremotecontrol/pkg-plist @@ -1,20 +1,383 @@ bin/ark -bin/irkick bin/kcalc bin/kcharselect bin/kdf bin/kfloppy bin/kgpg +bin/krcdnotifieritem bin/ktimer bin/kwalletmanager bin/kwikdisk bin/okteta bin/superkaramba bin/sweeper +include/KDE/Kasten/AbstractConnectJob +include/KDE/Kasten/AbstractDocument +include/KDE/Kasten/AbstractDocumentFactory +include/KDE/Kasten/AbstractExportJob +include/KDE/Kasten/AbstractFileSystemConnectJob +include/KDE/Kasten/AbstractFileSystemExportJob +include/KDE/Kasten/AbstractFileSystemLoadJob +include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten/AbstractGroupedViews +include/KDE/Kasten/AbstractLinePopup +include/KDE/Kasten/AbstractLoadJob +include/KDE/Kasten/AbstractModel +include/KDE/Kasten/AbstractModelDataGenerator +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten/AbstractModelExporter +include/KDE/Kasten/AbstractModelExporterConfigEditor +include/KDE/Kasten/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten/AbstractModelFileSystemSynchronizer +include/KDE/Kasten/AbstractModelSelection +include/KDE/Kasten/AbstractModelStreamEncoder +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten/AbstractModelSynchronizer +include/KDE/Kasten/AbstractModelSynchronizerFactory +include/KDE/Kasten/AbstractSelectionView +include/KDE/Kasten/AbstractSyncFromRemoteJob +include/KDE/Kasten/AbstractSyncToRemoteJob +include/KDE/Kasten/AbstractSyncWithRemoteJob +include/KDE/Kasten/AbstractTool +include/KDE/Kasten/AbstractToolFactory +include/KDE/Kasten/AbstractToolInlineView +include/KDE/Kasten/AbstractToolView +include/KDE/Kasten/AbstractToolViewFactory +include/KDE/Kasten/AbstractToolWidget +include/KDE/Kasten/AbstractView +include/KDE/Kasten/AbstractViewArea +include/KDE/Kasten/AbstractViewFactory +include/KDE/Kasten/AbstractXmlGuiController +include/KDE/Kasten/ClipboardController +include/KDE/Kasten/CloseController +include/KDE/Kasten/CopyAsController +include/KDE/Kasten/CreatorController +include/KDE/Kasten/DataSelectable +include/KDE/Kasten/DocumentCreateManager +include/KDE/Kasten/DocumentManager +include/KDE/Kasten/DocumentSyncManager +include/KDE/Kasten/DocumentVersionData +include/KDE/Kasten/DocumentsTool +include/KDE/Kasten/DocumentsToolView +include/KDE/Kasten/DummyView +include/KDE/Kasten/ExportController +include/KDE/Kasten/FileSystemBrowserTool +include/KDE/Kasten/FileSystemBrowserToolView +include/KDE/Kasten/FullScreenController +include/KDE/Kasten/JobManager +include/KDE/Kasten/LoaderController +include/KDE/Kasten/ModelCodecManager +include/KDE/Kasten/ModelCodecViewManager +include/KDE/Kasten/ModelDataGenerateThread +include/KDE/Kasten/ModelEncoderFileSystemExportJob +include/KDE/Kasten/ModelEncoderFileSystemExporter +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten/ModelStreamEncodeThread +include/KDE/Kasten/ModifiedBarController +include/KDE/Kasten/MultiViewAreas +include/KDE/Kasten/Person +include/KDE/Kasten/QuitController +include/KDE/Kasten/ReadOnlyBarController +include/KDE/Kasten/ReadOnlyController +include/KDE/Kasten/SelectController +include/KDE/Kasten/SelectedDataWriteable +include/KDE/Kasten/SetRemoteController +include/KDE/Kasten/ShellWindow +include/KDE/Kasten/StatusBar +include/KDE/Kasten/SwitchViewController +include/KDE/Kasten/SynchronizeController +include/KDE/Kasten/TabbedViews +include/KDE/Kasten/ToggleButton +include/KDE/Kasten/ToolInlineViewable +include/KDE/Kasten/ToolListMenuController +include/KDE/Kasten/UserListable +include/KDE/Kasten/VersionController +include/KDE/Kasten/VersionViewTool +include/KDE/Kasten/VersionViewToolView +include/KDE/Kasten/Versionable +include/KDE/Kasten/ViewAreaSplitable +include/KDE/Kasten/ViewListMenuController +include/KDE/Kasten/ViewManager +include/KDE/Kasten/WidgetsDockable +include/KDE/Kasten/ZoomBarController +include/KDE/Kasten/ZoomController +include/KDE/Kasten/Zoomable +include/KDE/Okteta/AbstractByteArrayColumnRenderer +include/KDE/Okteta/AbstractByteArrayModel +include/KDE/Okteta/AbstractByteArrayView +include/KDE/Okteta/AbstractColumnRenderer +include/KDE/Okteta/AbstractColumnStylist +include/KDE/Okteta/Address +include/KDE/Okteta/AddressRange +include/KDE/Okteta/ArrayChangeMetrics +include/KDE/Okteta/Bookmark +include/KDE/Okteta/Bookmarkable +include/KDE/Okteta/BookmarksConstIterator +include/KDE/Okteta/BorderColumnRenderer +include/KDE/Okteta/Byte +include/KDE/Okteta/ByteArrayChange +include/KDE/Okteta/ByteArrayColumnView +include/KDE/Okteta/ByteArrayModel +include/KDE/Okteta/ByteArrayRowColumnRenderer +include/KDE/Okteta/ByteArrayRowView +include/KDE/Okteta/ByteArrayTableLayout +include/KDE/Okteta/ByteArrayTableRanges +include/KDE/Okteta/ChangeHistory +include/KDE/Okteta/ChangesDescribable +include/KDE/Okteta/CharByteArrayColumnRenderer +include/KDE/Okteta/CharCodec +include/KDE/Okteta/Character +include/KDE/Okteta/ColumnsView +include/KDE/Okteta/Line +include/KDE/Okteta/LinePosition +include/KDE/Okteta/LinePositionRange +include/KDE/Okteta/LineRange +include/KDE/Okteta/NumberRange +include/KDE/Okteta/OffsetColumnRenderer +include/KDE/Okteta/OffsetFormat +include/KDE/Okteta/PieceTableByteArrayModel +include/KDE/Okteta/Range +include/KDE/Okteta/Size +include/KDE/Okteta/ValueByteArrayColumnRenderer +include/KDE/Okteta/ValueCodec +include/KDE/Okteta/Versionable +include/KDE/Okteta/WidgetColumnStylist +include/KDE/Okteta/WordByteArrayService +include/kasten/abstractbytearraystreamencoder.h +include/kasten/abstractconnectjob.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/bookmarkscontroller.h +include/kasten/bookmarkstool.h +include/kasten/bookmarkstoolfactory.h +include/kasten/bookmarkstoolview.h +include/kasten/bookmarkstoolviewfactory.h +include/kasten/bytearraycharsstreamencoder.h +include/kasten/bytearraydocument.h +include/kasten/bytearraydocumentfactory.h +include/kasten/bytearrayrawfilesynchronizer.h +include/kasten/bytearrayrawfilesynchronizerfactory.h +include/kasten/bytearrayselection.h +include/kasten/bytearraysourcecodestreamencoder.h +include/kasten/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten/bytearraytextstreamencoderpreview.h +include/kasten/bytearrayvaluesstreamencoder.h +include/kasten/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten/bytearrayview.h +include/kasten/bytearrayviewfactory.h +include/kasten/bytearrayviewtextstreamencoder.h +include/kasten/bytetabletool.h +include/kasten/bytetabletoolfactory.h +include/kasten/bytetabletoolview.h +include/kasten/bytetabletoolviewfactory.h +include/kasten/checksumtool.h +include/kasten/checksumtoolfactory.h +include/kasten/checksumtoolview.h +include/kasten/checksumtoolviewfactory.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/documentcreatemanager.h +include/kasten/documentinfotool.h +include/kasten/documentinfotoolview.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/filtertool.h +include/kasten/filtertoolfactory.h +include/kasten/filtertoolview.h +include/kasten/filtertoolviewfactory.h +include/kasten/fullscreencontroller.h +include/kasten/gotooffsetcontroller.h +include/kasten/gotooffsettool.h +include/kasten/gotooffsettoolview.h +include/kasten/infotool.h +include/kasten/infotoolfactory.h +include/kasten/infotoolview.h +include/kasten/infotoolviewfactory.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/kfinddirection.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multiviewareas.h +include/kasten/oktetakastencontrollers_export.h +include/kasten/oktetakastencore_export.h +include/kasten/oktetakastengui_export.h +include/kasten/overwritemodecontroller.h +include/kasten/overwriteonlycontroller.h +include/kasten/person.h +include/kasten/poddecodertool.h +include/kasten/poddecodertoolfactory.h +include/kasten/poddecodertoolview.h +include/kasten/poddecodertoolviewfactory.h +include/kasten/printcontroller.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/replacecontroller.h +include/kasten/replaceuserqueryable.h +include/kasten/searchcontroller.h +include/kasten/searchuserqueryable.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/selectrangecontroller.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/stringsextracttool.h +include/kasten/stringsextracttoolfactory.h +include/kasten/stringsextracttoolview.h +include/kasten/stringsextracttoolviewfactory.h +include/kasten/structtool.h +include/kasten/structtoolview.h +include/kasten/structurestoolfactory.h +include/kasten/structurestoolviewfactory.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewconfigcontroller.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/viewmodecontroller.h +include/kasten/viewstatuscontroller.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h lib/kde4/arkpart.so lib/kde4/kcm_kdf.so lib/kde4/kcm_kwallet.so -lib/kde4/kcm_lirc.so +lib/kde4/kcm_remotecontrol.so +lib/kde4/kded_kremotecontroldaemon.so lib/kde4/kerfuffle_cli7z.so lib/kde4/kerfuffle_clirar.so lib/kde4/kerfuffle_clizip.so @@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so lib/kde4/libextracthere.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so +lib/kde4/plasma_engine_kremoteconrol.so lib/kde4/plasma_package_superkaramba.so lib/kde4/plasma_scriptengine_superkaramba.so +lib/kde4/plugins/designer/oktetadesignerplugin.so lib/libkastencontrollers.so lib/libkastencontrollers.so.5 lib/libkastencontrollers.so.5.0.1 @@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1 lib/libkastengui.so lib/libkastengui.so.5 lib/libkastengui.so.5.0.1 -lib/libkdeinit4_irkick.so lib/libkdeinit4_kcalc.so -lib/libkdelirc_shared.so -lib/libkdelirc_shared.so.1 -lib/libkdelirc_shared.so.1.0.0 lib/libkerfuffle.so lib/libkerfuffle.so.5 lib/libkerfuffle.so.5.0.1 +lib/liblibkremotecontrol.so +lib/liblibkremotecontrol.so.1 +lib/liblibkremotecontrol.so.1.0.0 lib/liboktetacore.so lib/liboktetacore.so.5 lib/liboktetacore.so.5.0.1 @@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1 share/applications/kde4/KCharSelect.desktop share/applications/kde4/KFloppy.desktop share/applications/kde4/ark.desktop -share/applications/kde4/irkick.desktop share/applications/kde4/kcalc.desktop share/applications/kde4/kdf.desktop share/applications/kde4/kgpg.desktop +share/applications/kde4/krcdnotifieritem.desktop share/applications/kde4/ktimer.desktop share/applications/kde4/kwalletmanager-kwalletd.desktop share/applications/kde4/kwalletmanager.desktop @@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop share/applications/kde4/sweeper.desktop share/apps/ark/ark_part.rc share/apps/ark/arkui.rc -share/apps/irkick/irkick.notifyrc share/apps/kcalc/kcalcui.rc share/apps/kcalc/scienceconstants.xml share/apps/kcharselect/kcharselectui.rc @@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz share/apps/kgpg/keysmanager.rc share/apps/kgpg/kgpgeditor.rc share/apps/kgpg/tips +share/apps/kremotecontrol/profiles/amarok.profile.xml +share/apps/kremotecontrol/profiles/dragonplayer.profile.xml +share/apps/kremotecontrol/profiles/klauncher.profile.xml +share/apps/kremotecontrol/profiles/kmix.profile.xml +share/apps/kremotecontrol/profiles/konqueror.profile.xml +share/apps/kremotecontrol/profiles/kscd.profile.xml +share/apps/kremotecontrol/profiles/okular.profile.xml +share/apps/kremotecontrol/profiles/powermanagement.profile.xml +share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png share/apps/kwalletmanager/kwalleteditor.rc @@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/png/png.desktop +share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc share/apps/oktetapart/oktetapartreadonlyui.rc share/apps/oktetapart/oktetapartreadwriteui.rc -share/apps/profiles/amarok.profile.xml -share/apps/profiles/dragonplayer.profile.xml -share/apps/profiles/klauncher.profile.xml -share/apps/profiles/kmix.profile.xml -share/apps/profiles/konqueror.profile.xml -share/apps/profiles/okular.profile.xml -share/apps/profiles/profile.dtd -share/apps/profiles/shutdown.profile.xml -share/apps/profiles/suspend.profile.xml -share/apps/profiles/vlc.profile.xml share/apps/superkaramba/superkarambaui.rc share/apps/sweeper/sweeperui.rc -share/autostart/irkick.desktop share/autostart/kgpg.desktop share/config.kcfg/ark.kcfg share/config.kcfg/kcalc.kcfg share/config.kcfg/kgpg.kcfg +share/config.kcfg/structviewpreferences.kcfg +share/config/okteta-structures.knsrc share/config/superkaramba.knsrc share/dbus-1/interfaces/org.kde.kgpg.Key.xml share/dbus-1/interfaces/org.kde.superkaramba.xml share/dbus-1/interfaces/org.kde.sweeper.xml +share/doc/HTML/en/ark/ark-mainwindow.png share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/irkick/common -share/doc/HTML/en/irkick/index.cache.bz2 -share/doc/HTML/en/irkick/index.docbook -share/doc/HTML/en/irkick/irkick.png -share/doc/HTML/en/irkick/irkickoff.png share/doc/HTML/en/kcalc/commands.docbook share/doc/HTML/en/kcalc/common share/doc/HTML/en/kcalc/index.cache.bz2 @@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcmlirc/common -share/doc/HTML/en/kcmlirc/index.cache.bz2 -share/doc/HTML/en/kcmlirc/index.docbook -share/doc/HTML/en/kcmlirc/irkick.png -share/doc/HTML/en/kcmlirc/irkickoff.png +share/doc/HTML/en/kcharselect/kcharselect.png share/doc/HTML/en/kcontrol/blockdevices/common share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/en/kcontrol/blockdevices/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png +share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/common +share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png +share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png +share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/en/kdf/common share/doc/HTML/en/kdf/index.cache.bz2 share/doc/HTML/en/kdf/index.docbook @@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png share/doc/HTML/en/kgpg/keys.png share/doc/HTML/en/kgpg/keyserver-search.png share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/kicker.png share/doc/HTML/en/kgpg/options.png +share/doc/HTML/en/kgpg/select-secret-key.png +share/doc/HTML/en/kgpg/systray.png share/doc/HTML/en/ktimer/common share/doc/HTML/en/ktimer/first.png share/doc/HTML/en/ktimer/index.cache.bz2 @@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook -share/doc/HTML/en/superkaramba/common -share/doc/HTML/en/superkaramba/index.cache.bz2 -share/doc/HTML/en/superkaramba/index.docbook +share/doc/HTML/en/sweeper/common +share/doc/HTML/en/sweeper/index.cache.bz2 +share/doc/HTML/en/sweeper/index.docbook +share/doc/HTML/en/sweeper/sweeper.png share/icons/hicolor/128x128/apps/kdf.png share/icons/hicolor/128x128/apps/kfloppy.png share/icons/hicolor/128x128/apps/ktimer.png @@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png share/icons/hicolor/128x128/apps/kwalletmanager2.png share/icons/hicolor/128x128/apps/kwikdisk.png share/icons/hicolor/128x128/apps/superkaramba.png +share/icons/hicolor/128x128/devices/infrared-remote.png share/icons/hicolor/16x16/apps/kdf.png share/icons/hicolor/16x16/apps/kfloppy.png share/icons/hicolor/16x16/apps/kgpg.png @@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png share/icons/hicolor/16x16/apps/kwikdisk.png share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/22x22/apps/irkick.png +share/icons/hicolor/16x16/devices/infrared-remote.png +share/icons/hicolor/22x22/actions/krcd_flash.png +share/icons/hicolor/22x22/actions/krcd_off.png share/icons/hicolor/22x22/apps/kdf.png share/icons/hicolor/22x22/apps/kfloppy.png share/icons/hicolor/22x22/apps/kgpg.png +share/icons/hicolor/22x22/apps/krcd.png share/icons/hicolor/22x22/apps/kwalletmanager.png share/icons/hicolor/22x22/apps/kwikdisk.png share/icons/hicolor/22x22/apps/superkaramba.png +share/icons/hicolor/22x22/devices/infrared-remote.png share/icons/hicolor/32x32/apps/kdf.png share/icons/hicolor/32x32/apps/kfloppy.png share/icons/hicolor/32x32/apps/kgpg.png @@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png share/icons/hicolor/32x32/apps/kwikdisk.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/32x32/apps/superkaramba.png +share/icons/hicolor/32x32/devices/infrared-remote.png +share/icons/hicolor/42x42/devices/infrared-remote.png share/icons/hicolor/48x48/apps/kdf.png share/icons/hicolor/48x48/apps/kfloppy.png share/icons/hicolor/48x48/apps/kgpg.png @@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png share/icons/hicolor/48x48/apps/kwikdisk.png share/icons/hicolor/48x48/apps/okteta.png share/icons/hicolor/48x48/apps/superkaramba.png +share/icons/hicolor/48x48/devices/infrared-remote.png share/icons/hicolor/64x64/apps/kdf.png share/icons/hicolor/64x64/apps/kfloppy.png share/icons/hicolor/64x64/apps/kwalletmanager.png share/icons/hicolor/64x64/apps/kwalletmanager2.png share/icons/hicolor/64x64/apps/kwikdisk.png share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/scalable/apps/irkick.svgz +share/icons/hicolor/64x64/devices/infrared-remote.png +share/icons/hicolor/8x8/devices/infrared-remote.png +share/icons/hicolor/scalable/actions/krcd_flash.svgz +share/icons/hicolor/scalable/actions/krcd_off.svgz +share/icons/hicolor/scalable/apps/krcd.svgz share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/oxygen/128x128/devices/infrared-remote.png +share/icons/hicolor/scalable/devices/infrared-remote.svgz share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/16x16/devices/infrared-remote.png -share/icons/oxygen/22x22/actions/irkickflash.png -share/icons/oxygen/22x22/actions/irkickoff.png share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/22x22/devices/infrared-remote.png share/icons/oxygen/32x32/apps/kcmdf.png -share/icons/oxygen/32x32/devices/infrared-remote.png -share/icons/oxygen/42x42/devices/infrared-remote.png -share/icons/oxygen/48x48/devices/infrared-remote.png -share/icons/oxygen/64x64/devices/infrared-remote.png -share/icons/oxygen/8x8/devices/infrared-remote.png -share/icons/oxygen/scalable/actions/irkickflash.svgz -share/icons/oxygen/scalable/actions/irkickoff.svgz -share/icons/oxygen/scalable/devices/infrared-remote.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ServiceMenus/encryptfile.desktop @@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop share/kde4/services/ark_dndextract.desktop share/kde4/services/ark_part.desktop share/kde4/services/kbytearrayedit.desktop -share/kde4/services/kcm_lirc.desktop +share/kde4/services/kcm_remotecontrol.desktop share/kde4/services/kcmdf.desktop +share/kde4/services/kded/kremotecontroldaemon.desktop share/kde4/services/kerfuffle_cli7z.desktop share/kde4/services/kerfuffle_clirar.desktop share/kde4/services/kerfuffle_clizip.desktop @@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop share/kde4/services/kwalletconfig.desktop share/kde4/services/kwalletmanager_show.desktop share/kde4/services/oktetapart.desktop +share/kde4/services/plasma-engine-kremotecontrol.desktop share/kde4/services/plasma-package-superkaramba.desktop share/kde4/services/plasma-scriptengine-superkaramba.desktop share/kde4/servicetypes/kerfufflePlugin.desktop +share/mime/application/base64.xml +share/mime/application/btoa.xml +share/mime/application/x-vnd.kde.okteta.structure.xml +share/mime/packages/okteta.xml +share/mime/text/x-ascii85.xml +share/mime/text/x-base32.xml +share/mime/text/x-ihex.xml +share/mime/text/x-srecord.xml +share/mime/text/x-uuencode.xml +share/mime/text/x-xxencode.xml @dirrmtry share/icons/oxygen/42x42/devices @dirrmtry share/icons/oxygen/42x42 -@dirrm share/doc/HTML/en/superkaramba +@dirrmtry share/icons/hicolor/8x8/devices +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/42x42/devices +@dirrmtry share/icons/hicolor/42x42 +@dirrm share/doc/HTML/en/sweeper @dirrm share/doc/HTML/en/okteta @dirrm share/doc/HTML/en/kwallet @dirrm share/doc/HTML/en/ktimer @dirrm share/doc/HTML/en/kgpg @dirrm share/doc/HTML/en/kfloppy @dirrm share/doc/HTML/en/kdf +@dirrm share/doc/HTML/en/kcontrol/kremotecontrol @dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcmlirc @dirrm share/doc/HTML/en/kcharselect @dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/irkick @dirrm share/doc/HTML/en/ark @dirrm share/apps/sweeper @dirrm share/apps/superkaramba @dirrm share/apps/oktetapart +@dirrm share/apps/okteta/structures/png @dirrm share/apps/okteta/structures/elf @dirrm share/apps/okteta/structures @dirrm share/apps/okteta @@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kwalletmanager/icons/oxygen @dirrm share/apps/kwalletmanager/icons @dirrm share/apps/kwalletmanager +@dirrm share/apps/kremotecontroldaemon +@dirrm share/apps/kremotecontrol/profiles +@dirrm share/apps/kremotecontrol @dirrm share/apps/kgpg/icons/oxygen/scalable/status @dirrm share/apps/kgpg/icons/oxygen/scalable/actions @dirrm share/apps/kgpg/icons/oxygen/scalable @@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kgpg @dirrm share/apps/kdf @dirrm share/apps/kcalc -@dirrm share/apps/irkick @dirrm share/apps/ark +@dirrmtry include/okteta +@dirrmtry include/kasten +@dirrmtry include/KDE/Okteta +@dirrmtry include/KDE/Kasten +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile index 54897f73604e..143fdff3786c 100644 --- a/deskutils/kcharselect/Makefile +++ b/deskutils/kcharselect/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca @@ -25,28 +26,61 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace +USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ + kdelibs pimlibs workspace kdebase QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= PRINTER_APPLET "Install printer system tray utility" off +OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ + PRINTER_APPLET "Install printer system tray utility" off \ + RAR "Support for RAR archives in Ark" off \ + ZIP "Support for ZIP archives in Ark" off .include <bsd.port.options.mk> +.ifdef(WITH_7ZIP) +RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip +.endif + +.ifdef(WITH_PRINTER_APPLET) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.endif + +.ifdef(WITH_ZIP) +RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip +.endif + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -.if defined(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.ifdef(WITH_RAR) +.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +INSTALL_RAR= YES +.elif ${ARCH} == "amd64" +.ifndef(HAVE_COMPAT_IA32_KERN) +HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi +.endif +.if ${HAVE_COMPAT_IA32_KERN} == "YES" +INSTALL_RAR= YES +.endif +.endif +.ifdef(INSTALL_RAR) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.else +RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +.endif .endif post-patch: -#disable printer-applet, it comes with print/kdeutils4-printer-applet +# Disable printer-applet, it comes with print/kdeutils4-printer-applet. ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/deskutils/kcharselect/distinfo b/deskutils/kcharselect/distinfo index c51aa0f17d9c..2553edb11a55 100644 --- a/deskutils/kcharselect/distinfo +++ b/deskutils/kcharselect/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390 -SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495 -SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008 +MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52 +SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e +SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989 diff --git a/deskutils/kcharselect/pkg-plist b/deskutils/kcharselect/pkg-plist index ff8535c8e54f..cb9b5a4773c9 100644 --- a/deskutils/kcharselect/pkg-plist +++ b/deskutils/kcharselect/pkg-plist @@ -1,20 +1,383 @@ bin/ark -bin/irkick bin/kcalc bin/kcharselect bin/kdf bin/kfloppy bin/kgpg +bin/krcdnotifieritem bin/ktimer bin/kwalletmanager bin/kwikdisk bin/okteta bin/superkaramba bin/sweeper +include/KDE/Kasten/AbstractConnectJob +include/KDE/Kasten/AbstractDocument +include/KDE/Kasten/AbstractDocumentFactory +include/KDE/Kasten/AbstractExportJob +include/KDE/Kasten/AbstractFileSystemConnectJob +include/KDE/Kasten/AbstractFileSystemExportJob +include/KDE/Kasten/AbstractFileSystemLoadJob +include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten/AbstractGroupedViews +include/KDE/Kasten/AbstractLinePopup +include/KDE/Kasten/AbstractLoadJob +include/KDE/Kasten/AbstractModel +include/KDE/Kasten/AbstractModelDataGenerator +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten/AbstractModelExporter +include/KDE/Kasten/AbstractModelExporterConfigEditor +include/KDE/Kasten/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten/AbstractModelFileSystemSynchronizer +include/KDE/Kasten/AbstractModelSelection +include/KDE/Kasten/AbstractModelStreamEncoder +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten/AbstractModelSynchronizer +include/KDE/Kasten/AbstractModelSynchronizerFactory +include/KDE/Kasten/AbstractSelectionView +include/KDE/Kasten/AbstractSyncFromRemoteJob +include/KDE/Kasten/AbstractSyncToRemoteJob +include/KDE/Kasten/AbstractSyncWithRemoteJob +include/KDE/Kasten/AbstractTool +include/KDE/Kasten/AbstractToolFactory +include/KDE/Kasten/AbstractToolInlineView +include/KDE/Kasten/AbstractToolView +include/KDE/Kasten/AbstractToolViewFactory +include/KDE/Kasten/AbstractToolWidget +include/KDE/Kasten/AbstractView +include/KDE/Kasten/AbstractViewArea +include/KDE/Kasten/AbstractViewFactory +include/KDE/Kasten/AbstractXmlGuiController +include/KDE/Kasten/ClipboardController +include/KDE/Kasten/CloseController +include/KDE/Kasten/CopyAsController +include/KDE/Kasten/CreatorController +include/KDE/Kasten/DataSelectable +include/KDE/Kasten/DocumentCreateManager +include/KDE/Kasten/DocumentManager +include/KDE/Kasten/DocumentSyncManager +include/KDE/Kasten/DocumentVersionData +include/KDE/Kasten/DocumentsTool +include/KDE/Kasten/DocumentsToolView +include/KDE/Kasten/DummyView +include/KDE/Kasten/ExportController +include/KDE/Kasten/FileSystemBrowserTool +include/KDE/Kasten/FileSystemBrowserToolView +include/KDE/Kasten/FullScreenController +include/KDE/Kasten/JobManager +include/KDE/Kasten/LoaderController +include/KDE/Kasten/ModelCodecManager +include/KDE/Kasten/ModelCodecViewManager +include/KDE/Kasten/ModelDataGenerateThread +include/KDE/Kasten/ModelEncoderFileSystemExportJob +include/KDE/Kasten/ModelEncoderFileSystemExporter +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten/ModelStreamEncodeThread +include/KDE/Kasten/ModifiedBarController +include/KDE/Kasten/MultiViewAreas +include/KDE/Kasten/Person +include/KDE/Kasten/QuitController +include/KDE/Kasten/ReadOnlyBarController +include/KDE/Kasten/ReadOnlyController +include/KDE/Kasten/SelectController +include/KDE/Kasten/SelectedDataWriteable +include/KDE/Kasten/SetRemoteController +include/KDE/Kasten/ShellWindow +include/KDE/Kasten/StatusBar +include/KDE/Kasten/SwitchViewController +include/KDE/Kasten/SynchronizeController +include/KDE/Kasten/TabbedViews +include/KDE/Kasten/ToggleButton +include/KDE/Kasten/ToolInlineViewable +include/KDE/Kasten/ToolListMenuController +include/KDE/Kasten/UserListable +include/KDE/Kasten/VersionController +include/KDE/Kasten/VersionViewTool +include/KDE/Kasten/VersionViewToolView +include/KDE/Kasten/Versionable +include/KDE/Kasten/ViewAreaSplitable +include/KDE/Kasten/ViewListMenuController +include/KDE/Kasten/ViewManager +include/KDE/Kasten/WidgetsDockable +include/KDE/Kasten/ZoomBarController +include/KDE/Kasten/ZoomController +include/KDE/Kasten/Zoomable +include/KDE/Okteta/AbstractByteArrayColumnRenderer +include/KDE/Okteta/AbstractByteArrayModel +include/KDE/Okteta/AbstractByteArrayView +include/KDE/Okteta/AbstractColumnRenderer +include/KDE/Okteta/AbstractColumnStylist +include/KDE/Okteta/Address +include/KDE/Okteta/AddressRange +include/KDE/Okteta/ArrayChangeMetrics +include/KDE/Okteta/Bookmark +include/KDE/Okteta/Bookmarkable +include/KDE/Okteta/BookmarksConstIterator +include/KDE/Okteta/BorderColumnRenderer +include/KDE/Okteta/Byte +include/KDE/Okteta/ByteArrayChange +include/KDE/Okteta/ByteArrayColumnView +include/KDE/Okteta/ByteArrayModel +include/KDE/Okteta/ByteArrayRowColumnRenderer +include/KDE/Okteta/ByteArrayRowView +include/KDE/Okteta/ByteArrayTableLayout +include/KDE/Okteta/ByteArrayTableRanges +include/KDE/Okteta/ChangeHistory +include/KDE/Okteta/ChangesDescribable +include/KDE/Okteta/CharByteArrayColumnRenderer +include/KDE/Okteta/CharCodec +include/KDE/Okteta/Character +include/KDE/Okteta/ColumnsView +include/KDE/Okteta/Line +include/KDE/Okteta/LinePosition +include/KDE/Okteta/LinePositionRange +include/KDE/Okteta/LineRange +include/KDE/Okteta/NumberRange +include/KDE/Okteta/OffsetColumnRenderer +include/KDE/Okteta/OffsetFormat +include/KDE/Okteta/PieceTableByteArrayModel +include/KDE/Okteta/Range +include/KDE/Okteta/Size +include/KDE/Okteta/ValueByteArrayColumnRenderer +include/KDE/Okteta/ValueCodec +include/KDE/Okteta/Versionable +include/KDE/Okteta/WidgetColumnStylist +include/KDE/Okteta/WordByteArrayService +include/kasten/abstractbytearraystreamencoder.h +include/kasten/abstractconnectjob.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/bookmarkscontroller.h +include/kasten/bookmarkstool.h +include/kasten/bookmarkstoolfactory.h +include/kasten/bookmarkstoolview.h +include/kasten/bookmarkstoolviewfactory.h +include/kasten/bytearraycharsstreamencoder.h +include/kasten/bytearraydocument.h +include/kasten/bytearraydocumentfactory.h +include/kasten/bytearrayrawfilesynchronizer.h +include/kasten/bytearrayrawfilesynchronizerfactory.h +include/kasten/bytearrayselection.h +include/kasten/bytearraysourcecodestreamencoder.h +include/kasten/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten/bytearraytextstreamencoderpreview.h +include/kasten/bytearrayvaluesstreamencoder.h +include/kasten/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten/bytearrayview.h +include/kasten/bytearrayviewfactory.h +include/kasten/bytearrayviewtextstreamencoder.h +include/kasten/bytetabletool.h +include/kasten/bytetabletoolfactory.h +include/kasten/bytetabletoolview.h +include/kasten/bytetabletoolviewfactory.h +include/kasten/checksumtool.h +include/kasten/checksumtoolfactory.h +include/kasten/checksumtoolview.h +include/kasten/checksumtoolviewfactory.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/documentcreatemanager.h +include/kasten/documentinfotool.h +include/kasten/documentinfotoolview.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/filtertool.h +include/kasten/filtertoolfactory.h +include/kasten/filtertoolview.h +include/kasten/filtertoolviewfactory.h +include/kasten/fullscreencontroller.h +include/kasten/gotooffsetcontroller.h +include/kasten/gotooffsettool.h +include/kasten/gotooffsettoolview.h +include/kasten/infotool.h +include/kasten/infotoolfactory.h +include/kasten/infotoolview.h +include/kasten/infotoolviewfactory.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/kfinddirection.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multiviewareas.h +include/kasten/oktetakastencontrollers_export.h +include/kasten/oktetakastencore_export.h +include/kasten/oktetakastengui_export.h +include/kasten/overwritemodecontroller.h +include/kasten/overwriteonlycontroller.h +include/kasten/person.h +include/kasten/poddecodertool.h +include/kasten/poddecodertoolfactory.h +include/kasten/poddecodertoolview.h +include/kasten/poddecodertoolviewfactory.h +include/kasten/printcontroller.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/replacecontroller.h +include/kasten/replaceuserqueryable.h +include/kasten/searchcontroller.h +include/kasten/searchuserqueryable.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/selectrangecontroller.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/stringsextracttool.h +include/kasten/stringsextracttoolfactory.h +include/kasten/stringsextracttoolview.h +include/kasten/stringsextracttoolviewfactory.h +include/kasten/structtool.h +include/kasten/structtoolview.h +include/kasten/structurestoolfactory.h +include/kasten/structurestoolviewfactory.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewconfigcontroller.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/viewmodecontroller.h +include/kasten/viewstatuscontroller.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h lib/kde4/arkpart.so lib/kde4/kcm_kdf.so lib/kde4/kcm_kwallet.so -lib/kde4/kcm_lirc.so +lib/kde4/kcm_remotecontrol.so +lib/kde4/kded_kremotecontroldaemon.so lib/kde4/kerfuffle_cli7z.so lib/kde4/kerfuffle_clirar.so lib/kde4/kerfuffle_clizip.so @@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so lib/kde4/libextracthere.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so +lib/kde4/plasma_engine_kremoteconrol.so lib/kde4/plasma_package_superkaramba.so lib/kde4/plasma_scriptengine_superkaramba.so +lib/kde4/plugins/designer/oktetadesignerplugin.so lib/libkastencontrollers.so lib/libkastencontrollers.so.5 lib/libkastencontrollers.so.5.0.1 @@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1 lib/libkastengui.so lib/libkastengui.so.5 lib/libkastengui.so.5.0.1 -lib/libkdeinit4_irkick.so lib/libkdeinit4_kcalc.so -lib/libkdelirc_shared.so -lib/libkdelirc_shared.so.1 -lib/libkdelirc_shared.so.1.0.0 lib/libkerfuffle.so lib/libkerfuffle.so.5 lib/libkerfuffle.so.5.0.1 +lib/liblibkremotecontrol.so +lib/liblibkremotecontrol.so.1 +lib/liblibkremotecontrol.so.1.0.0 lib/liboktetacore.so lib/liboktetacore.so.5 lib/liboktetacore.so.5.0.1 @@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1 share/applications/kde4/KCharSelect.desktop share/applications/kde4/KFloppy.desktop share/applications/kde4/ark.desktop -share/applications/kde4/irkick.desktop share/applications/kde4/kcalc.desktop share/applications/kde4/kdf.desktop share/applications/kde4/kgpg.desktop +share/applications/kde4/krcdnotifieritem.desktop share/applications/kde4/ktimer.desktop share/applications/kde4/kwalletmanager-kwalletd.desktop share/applications/kde4/kwalletmanager.desktop @@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop share/applications/kde4/sweeper.desktop share/apps/ark/ark_part.rc share/apps/ark/arkui.rc -share/apps/irkick/irkick.notifyrc share/apps/kcalc/kcalcui.rc share/apps/kcalc/scienceconstants.xml share/apps/kcharselect/kcharselectui.rc @@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz share/apps/kgpg/keysmanager.rc share/apps/kgpg/kgpgeditor.rc share/apps/kgpg/tips +share/apps/kremotecontrol/profiles/amarok.profile.xml +share/apps/kremotecontrol/profiles/dragonplayer.profile.xml +share/apps/kremotecontrol/profiles/klauncher.profile.xml +share/apps/kremotecontrol/profiles/kmix.profile.xml +share/apps/kremotecontrol/profiles/konqueror.profile.xml +share/apps/kremotecontrol/profiles/kscd.profile.xml +share/apps/kremotecontrol/profiles/okular.profile.xml +share/apps/kremotecontrol/profiles/powermanagement.profile.xml +share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png share/apps/kwalletmanager/kwalleteditor.rc @@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/png/png.desktop +share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc share/apps/oktetapart/oktetapartreadonlyui.rc share/apps/oktetapart/oktetapartreadwriteui.rc -share/apps/profiles/amarok.profile.xml -share/apps/profiles/dragonplayer.profile.xml -share/apps/profiles/klauncher.profile.xml -share/apps/profiles/kmix.profile.xml -share/apps/profiles/konqueror.profile.xml -share/apps/profiles/okular.profile.xml -share/apps/profiles/profile.dtd -share/apps/profiles/shutdown.profile.xml -share/apps/profiles/suspend.profile.xml -share/apps/profiles/vlc.profile.xml share/apps/superkaramba/superkarambaui.rc share/apps/sweeper/sweeperui.rc -share/autostart/irkick.desktop share/autostart/kgpg.desktop share/config.kcfg/ark.kcfg share/config.kcfg/kcalc.kcfg share/config.kcfg/kgpg.kcfg +share/config.kcfg/structviewpreferences.kcfg +share/config/okteta-structures.knsrc share/config/superkaramba.knsrc share/dbus-1/interfaces/org.kde.kgpg.Key.xml share/dbus-1/interfaces/org.kde.superkaramba.xml share/dbus-1/interfaces/org.kde.sweeper.xml +share/doc/HTML/en/ark/ark-mainwindow.png share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/irkick/common -share/doc/HTML/en/irkick/index.cache.bz2 -share/doc/HTML/en/irkick/index.docbook -share/doc/HTML/en/irkick/irkick.png -share/doc/HTML/en/irkick/irkickoff.png share/doc/HTML/en/kcalc/commands.docbook share/doc/HTML/en/kcalc/common share/doc/HTML/en/kcalc/index.cache.bz2 @@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcmlirc/common -share/doc/HTML/en/kcmlirc/index.cache.bz2 -share/doc/HTML/en/kcmlirc/index.docbook -share/doc/HTML/en/kcmlirc/irkick.png -share/doc/HTML/en/kcmlirc/irkickoff.png +share/doc/HTML/en/kcharselect/kcharselect.png share/doc/HTML/en/kcontrol/blockdevices/common share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/en/kcontrol/blockdevices/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png +share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/common +share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png +share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png +share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/en/kdf/common share/doc/HTML/en/kdf/index.cache.bz2 share/doc/HTML/en/kdf/index.docbook @@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png share/doc/HTML/en/kgpg/keys.png share/doc/HTML/en/kgpg/keyserver-search.png share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/kicker.png share/doc/HTML/en/kgpg/options.png +share/doc/HTML/en/kgpg/select-secret-key.png +share/doc/HTML/en/kgpg/systray.png share/doc/HTML/en/ktimer/common share/doc/HTML/en/ktimer/first.png share/doc/HTML/en/ktimer/index.cache.bz2 @@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook -share/doc/HTML/en/superkaramba/common -share/doc/HTML/en/superkaramba/index.cache.bz2 -share/doc/HTML/en/superkaramba/index.docbook +share/doc/HTML/en/sweeper/common +share/doc/HTML/en/sweeper/index.cache.bz2 +share/doc/HTML/en/sweeper/index.docbook +share/doc/HTML/en/sweeper/sweeper.png share/icons/hicolor/128x128/apps/kdf.png share/icons/hicolor/128x128/apps/kfloppy.png share/icons/hicolor/128x128/apps/ktimer.png @@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png share/icons/hicolor/128x128/apps/kwalletmanager2.png share/icons/hicolor/128x128/apps/kwikdisk.png share/icons/hicolor/128x128/apps/superkaramba.png +share/icons/hicolor/128x128/devices/infrared-remote.png share/icons/hicolor/16x16/apps/kdf.png share/icons/hicolor/16x16/apps/kfloppy.png share/icons/hicolor/16x16/apps/kgpg.png @@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png share/icons/hicolor/16x16/apps/kwikdisk.png share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/22x22/apps/irkick.png +share/icons/hicolor/16x16/devices/infrared-remote.png +share/icons/hicolor/22x22/actions/krcd_flash.png +share/icons/hicolor/22x22/actions/krcd_off.png share/icons/hicolor/22x22/apps/kdf.png share/icons/hicolor/22x22/apps/kfloppy.png share/icons/hicolor/22x22/apps/kgpg.png +share/icons/hicolor/22x22/apps/krcd.png share/icons/hicolor/22x22/apps/kwalletmanager.png share/icons/hicolor/22x22/apps/kwikdisk.png share/icons/hicolor/22x22/apps/superkaramba.png +share/icons/hicolor/22x22/devices/infrared-remote.png share/icons/hicolor/32x32/apps/kdf.png share/icons/hicolor/32x32/apps/kfloppy.png share/icons/hicolor/32x32/apps/kgpg.png @@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png share/icons/hicolor/32x32/apps/kwikdisk.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/32x32/apps/superkaramba.png +share/icons/hicolor/32x32/devices/infrared-remote.png +share/icons/hicolor/42x42/devices/infrared-remote.png share/icons/hicolor/48x48/apps/kdf.png share/icons/hicolor/48x48/apps/kfloppy.png share/icons/hicolor/48x48/apps/kgpg.png @@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png share/icons/hicolor/48x48/apps/kwikdisk.png share/icons/hicolor/48x48/apps/okteta.png share/icons/hicolor/48x48/apps/superkaramba.png +share/icons/hicolor/48x48/devices/infrared-remote.png share/icons/hicolor/64x64/apps/kdf.png share/icons/hicolor/64x64/apps/kfloppy.png share/icons/hicolor/64x64/apps/kwalletmanager.png share/icons/hicolor/64x64/apps/kwalletmanager2.png share/icons/hicolor/64x64/apps/kwikdisk.png share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/scalable/apps/irkick.svgz +share/icons/hicolor/64x64/devices/infrared-remote.png +share/icons/hicolor/8x8/devices/infrared-remote.png +share/icons/hicolor/scalable/actions/krcd_flash.svgz +share/icons/hicolor/scalable/actions/krcd_off.svgz +share/icons/hicolor/scalable/apps/krcd.svgz share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/oxygen/128x128/devices/infrared-remote.png +share/icons/hicolor/scalable/devices/infrared-remote.svgz share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/16x16/devices/infrared-remote.png -share/icons/oxygen/22x22/actions/irkickflash.png -share/icons/oxygen/22x22/actions/irkickoff.png share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/22x22/devices/infrared-remote.png share/icons/oxygen/32x32/apps/kcmdf.png -share/icons/oxygen/32x32/devices/infrared-remote.png -share/icons/oxygen/42x42/devices/infrared-remote.png -share/icons/oxygen/48x48/devices/infrared-remote.png -share/icons/oxygen/64x64/devices/infrared-remote.png -share/icons/oxygen/8x8/devices/infrared-remote.png -share/icons/oxygen/scalable/actions/irkickflash.svgz -share/icons/oxygen/scalable/actions/irkickoff.svgz -share/icons/oxygen/scalable/devices/infrared-remote.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ServiceMenus/encryptfile.desktop @@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop share/kde4/services/ark_dndextract.desktop share/kde4/services/ark_part.desktop share/kde4/services/kbytearrayedit.desktop -share/kde4/services/kcm_lirc.desktop +share/kde4/services/kcm_remotecontrol.desktop share/kde4/services/kcmdf.desktop +share/kde4/services/kded/kremotecontroldaemon.desktop share/kde4/services/kerfuffle_cli7z.desktop share/kde4/services/kerfuffle_clirar.desktop share/kde4/services/kerfuffle_clizip.desktop @@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop share/kde4/services/kwalletconfig.desktop share/kde4/services/kwalletmanager_show.desktop share/kde4/services/oktetapart.desktop +share/kde4/services/plasma-engine-kremotecontrol.desktop share/kde4/services/plasma-package-superkaramba.desktop share/kde4/services/plasma-scriptengine-superkaramba.desktop share/kde4/servicetypes/kerfufflePlugin.desktop +share/mime/application/base64.xml +share/mime/application/btoa.xml +share/mime/application/x-vnd.kde.okteta.structure.xml +share/mime/packages/okteta.xml +share/mime/text/x-ascii85.xml +share/mime/text/x-base32.xml +share/mime/text/x-ihex.xml +share/mime/text/x-srecord.xml +share/mime/text/x-uuencode.xml +share/mime/text/x-xxencode.xml @dirrmtry share/icons/oxygen/42x42/devices @dirrmtry share/icons/oxygen/42x42 -@dirrm share/doc/HTML/en/superkaramba +@dirrmtry share/icons/hicolor/8x8/devices +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/42x42/devices +@dirrmtry share/icons/hicolor/42x42 +@dirrm share/doc/HTML/en/sweeper @dirrm share/doc/HTML/en/okteta @dirrm share/doc/HTML/en/kwallet @dirrm share/doc/HTML/en/ktimer @dirrm share/doc/HTML/en/kgpg @dirrm share/doc/HTML/en/kfloppy @dirrm share/doc/HTML/en/kdf +@dirrm share/doc/HTML/en/kcontrol/kremotecontrol @dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcmlirc @dirrm share/doc/HTML/en/kcharselect @dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/irkick @dirrm share/doc/HTML/en/ark @dirrm share/apps/sweeper @dirrm share/apps/superkaramba @dirrm share/apps/oktetapart +@dirrm share/apps/okteta/structures/png @dirrm share/apps/okteta/structures/elf @dirrm share/apps/okteta/structures @dirrm share/apps/okteta @@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kwalletmanager/icons/oxygen @dirrm share/apps/kwalletmanager/icons @dirrm share/apps/kwalletmanager +@dirrm share/apps/kremotecontroldaemon +@dirrm share/apps/kremotecontrol/profiles +@dirrm share/apps/kremotecontrol @dirrm share/apps/kgpg/icons/oxygen/scalable/status @dirrm share/apps/kgpg/icons/oxygen/scalable/actions @dirrm share/apps/kgpg/icons/oxygen/scalable @@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kgpg @dirrm share/apps/kdf @dirrm share/apps/kcalc -@dirrm share/apps/irkick @dirrm share/apps/ark +@dirrmtry include/okteta +@dirrmtry include/kasten +@dirrmtry include/KDE/Okteta +@dirrmtry include/KDE/Kasten +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/deskutils/kdepimlibs4/Makefile b/deskutils/kdepimlibs4/Makefile index edb31f3a7c86..22504baaa383 100644 --- a/deskutils/kdepimlibs4/Makefile +++ b/deskutils/kdepimlibs4/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Libraries for KDE-PIM applications +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \ sasl2:${PORTSDIR}/security/cyrus-sasl2 \ boost_thread:${PORTSDIR}/devel/boost-libs \ diff --git a/deskutils/kdepimlibs4/distinfo b/deskutils/kdepimlibs4/distinfo index 46a9fa03cce6..14f461b7fd37 100644 --- a/deskutils/kdepimlibs4/distinfo +++ b/deskutils/kdepimlibs4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdepimlibs-4.4.5.tar.bz2) = 4c3297e2e7f5d61ca5932f59ec62a0b8 -SHA256 (KDE/kdepimlibs-4.4.5.tar.bz2) = 44480b2a627fe4e6da76f1aa88133a60db05d63c0ea9ce3db989c1ced06b2b1a -SIZE (KDE/kdepimlibs-4.4.5.tar.bz2) = 2432146 +MD5 (KDE/kdepimlibs-4.5.1.tar.bz2) = 746fb01e233d518d04d3b3c6cf1e2b26 +SHA256 (KDE/kdepimlibs-4.5.1.tar.bz2) = cb705522af5c55d94697daef6ce05c01829fa6ea00cfe5d8e38b1baf7ab79db6 +SIZE (KDE/kdepimlibs-4.5.1.tar.bz2) = 2670072 diff --git a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt index eab6083e0258..4c0af635a6fe 100644 --- a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt +++ b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt @@ -1,11 +1,11 @@ ---- ./CMakeLists.txt.orig 2010-03-26 20:25:03.000000000 +0300 -+++ ./CMakeLists.txt 2010-03-27 09:18:47.540267802 +0300 -@@ -48,7 +48,7 @@ +--- ./CMakeLists.txt.orig 2010-06-06 12:01:57.000000000 -0400 ++++ ./CMakeLists.txt 2010-06-06 12:02:08.000000000 -0400 +@@ -60,7 +60,7 @@ if (NOT KDEPIM_ONLY_KLEO) #FindAkonadi.cmake is only there for compatibility reasons, but we don't want to use that. -- find_package(Akonadi 1.2.61 QUIET NO_MODULE) -+ find_package(Akonadi 1.2.61 QUIET) - macro_log_feature(Akonadi_FOUND "Akonadi" "Akonadi server libraries (from kdesupport)" "http://pim.kde.org/akonadi" TRUE "1.3.1" "Akonadi is required to build KdepimLibs.") +- find_package(Akonadi 1.3.60 QUIET NO_MODULE) ++ find_package(Akonadi 1.3.60 QUIET) + macro_log_feature(Akonadi_FOUND "Akonadi" "Akonadi server libraries (from kdesupport)" "http://pim.kde.org/akonadi" TRUE "1.3.60" "Akonadi is required to build KdepimLibs.") find_package(Sasl2) diff --git a/deskutils/kdepimlibs4/pkg-plist b/deskutils/kdepimlibs4/pkg-plist index 69a807a312e3..707dc29ed344 100644 --- a/deskutils/kdepimlibs4/pkg-plist +++ b/deskutils/kdepimlibs4/pkg-plist @@ -14,6 +14,7 @@ include/KDE/Akonadi/AttributeFactory include/KDE/Akonadi/CachePolicy include/KDE/Akonadi/ChangeRecorder include/KDE/Akonadi/Collection +include/KDE/Akonadi/CollectionComboBox include/KDE/Akonadi/CollectionCopyJob include/KDE/Akonadi/CollectionCreateJob include/KDE/Akonadi/CollectionDeleteJob @@ -31,10 +32,24 @@ include/KDE/Akonadi/CollectionStatisticsDelegate include/KDE/Akonadi/CollectionStatisticsJob include/KDE/Akonadi/CollectionStatisticsModel include/KDE/Akonadi/CollectionView +include/KDE/Akonadi/Contact/ContactDefaultActions +include/KDE/Akonadi/Contact/ContactEditor +include/KDE/Akonadi/Contact/ContactEditorDialog +include/KDE/Akonadi/Contact/ContactGroupEditor +include/KDE/Akonadi/Contact/ContactGroupEditorDialog +include/KDE/Akonadi/Contact/ContactGroupExpandJob +include/KDE/Akonadi/Contact/ContactGroupSearchJob +include/KDE/Akonadi/Contact/ContactGroupViewer +include/KDE/Akonadi/Contact/ContactGroupViewerDialog +include/KDE/Akonadi/Contact/ContactSearchJob +include/KDE/Akonadi/Contact/ContactViewer +include/KDE/Akonadi/Contact/ContactViewerDialog +include/KDE/Akonadi/Contact/RecentContactsCollectionRequestJob include/KDE/Akonadi/Control include/KDE/Akonadi/Entity include/KDE/Akonadi/EntityDisplayAttribute include/KDE/Akonadi/EntityListView +include/KDE/Akonadi/EntityMimeTypeFilterModel include/KDE/Akonadi/EntityTreeModel include/KDE/Akonadi/EntityTreeView include/KDE/Akonadi/Exception @@ -48,10 +63,19 @@ include/KDE/Akonadi/ItemModel include/KDE/Akonadi/ItemModifyJob include/KDE/Akonadi/ItemMonitor include/KDE/Akonadi/ItemMoveJob +include/KDE/Akonadi/ItemSearchJob include/KDE/Akonadi/ItemSerializerPlugin include/KDE/Akonadi/ItemSync include/KDE/Akonadi/ItemView include/KDE/Akonadi/Job +include/KDE/Akonadi/KCal/IncidenceMimeTypeVisitor +include/KDE/Akonadi/KMime/AddressAttribute +include/KDE/Akonadi/KMime/MessageFolderAttribute +include/KDE/Akonadi/KMime/MessageModel +include/KDE/Akonadi/KMime/MessageThreaderProxyModel +include/KDE/Akonadi/KMime/MessageThreadingAttribute +include/KDE/Akonadi/KMime/SpecialMailCollections +include/KDE/Akonadi/KMime/SpecialMailCollectionsRequestJob include/KDE/Akonadi/LinkJob include/KDE/Akonadi/Monitor include/KDE/Akonadi/PreprocessorBase @@ -98,6 +122,7 @@ include/KDE/KABC/Sound include/KDE/KABC/StdAddressBook include/KDE/KABC/TimeZone include/KDE/KABC/VCardConverter +include/KDE/KABC/VCardDrag include/KDE/KABC/VCardFormat include/KDE/KBlog/Blog include/KDE/KBlog/BlogComment @@ -227,6 +252,7 @@ include/KDE/KMime/KMimeMessage include/KDE/KMime/MDN include/KDE/KMime/Message include/KDE/KMime/NewsArticle +include/KDE/KMime/Util include/KDE/KPIMIdentities/Identity include/KDE/KPIMIdentities/IdentityCombo include/KDE/KPIMIdentities/IdentityManager @@ -298,6 +324,7 @@ include/akonadi/agentinstancecreatejob.h include/akonadi/agentinstancemodel.h include/akonadi/agentinstancewidget.h include/akonadi/agentmanager.h +include/akonadi/agentsearchinterface.h include/akonadi/agenttype.h include/akonadi/agenttypedialog.h include/akonadi/agenttypemodel.h @@ -328,6 +355,7 @@ include/akonadi/collectionstatisticsdelegate.h include/akonadi/collectionstatisticsjob.h include/akonadi/collectionstatisticsmodel.h include/akonadi/collectionview.h +include/akonadi/contact/abstractcontactformatter.h include/akonadi/contact/akonadi-contact_export.h include/akonadi/contact/contactdefaultactions.h include/akonadi/contact/contacteditor.h @@ -340,9 +368,15 @@ include/akonadi/contact/contactgroupsearchjob.h include/akonadi/contact/contactgroupviewer.h include/akonadi/contact/contactgroupviewerdialog.h include/akonadi/contact/contactsearchjob.h +include/akonadi/contact/contactsfilterproxymodel.h +include/akonadi/contact/contactstreemodel.h include/akonadi/contact/contactviewer.h include/akonadi/contact/contactviewerdialog.h +include/akonadi/contact/emailaddressselection.h +include/akonadi/contact/emailaddressselectiondialog.h +include/akonadi/contact/emailaddressselectionwidget.h include/akonadi/contact/recentcontactscollectionrequestjob.h +include/akonadi/contact/standardcontactformatter.h include/akonadi/control.h include/akonadi/entity.h include/akonadi/entitydisplayattribute.h @@ -376,6 +410,7 @@ include/akonadi/kcal/akonadi-kcal_export.h include/akonadi/kcal/incidencemimetypevisitor.h include/akonadi/kmime/addressattribute.h include/akonadi/kmime/akonadi-kmime_export.h +include/akonadi/kmime/messageflags.h include/akonadi/kmime/messagefolderattribute.h include/akonadi/kmime/messagemodel.h include/akonadi/kmime/messageparts.h @@ -387,6 +422,7 @@ include/akonadi/linkjob.h include/akonadi/mimetypechecker.h include/akonadi/monitor.h include/akonadi/partfetcher.h +include/akonadi/persistentsearchattribute.h include/akonadi/preprocessorbase.h include/akonadi/private/collectionpathresolver_p.h include/akonadi/qtest_akonadi.h @@ -437,6 +473,7 @@ include/gpgme++/scdgetinfoassuantransaction.h include/gpgme++/signingresult.h include/gpgme++/trustitem.h include/gpgme++/verificationresult.h +include/gpgme++/vfsmountresult.h include/kabc/address.h include/kabc/addressbook.h include/kabc/addressee.h @@ -471,6 +508,7 @@ include/kabc/stdaddressbook.h include/kabc/timezone.h include/kabc/vcard.h include/kabc/vcardconverter.h +include/kabc/vcarddrag.h include/kabc/vcardformat.h include/kabc/vcardline.h include/kabc/vcardparser.h @@ -540,6 +578,8 @@ include/kcal/todo.h include/kcal/vcaldrag.h include/kcal/vcalformat.h include/kholidays/astroseasons.h +include/kholidays/holiday.h +include/kholidays/holidayregion.h include/kholidays/holidays.h include/kholidays/kholidays_export.h include/kholidays/lunarphase.h @@ -627,6 +667,7 @@ include/kpimidentities/signatureconfigurator.h include/kpimtextedit/emailquotehighlighter.h include/kpimtextedit/kpimtextedit_export.h include/kpimtextedit/textedit.h +include/kpimtextedit/textutils.h include/kpimutils/email.h include/kpimutils/kfileio.h include/kpimutils/kpimutils_export.h @@ -785,13 +826,13 @@ lib/libakonadi-kmime.so.5 lib/libakonadi-kmime.so.5.0.1 %%WITH_PTH%%lib/libgpgme++-pth.so %%WITH_PTH%%lib/libgpgme++-pth.so.2 -%%WITH_PTH%%lib/libgpgme++-pth.so.2.4.0 +%%WITH_PTH%%lib/libgpgme++-pth.so.2.6.0 lib/libgpgme++-pthread.so lib/libgpgme++-pthread.so.2 -lib/libgpgme++-pthread.so.2.4.0 +lib/libgpgme++-pthread.so.2.6.0 lib/libgpgme++.so lib/libgpgme++.so.2 -lib/libgpgme++.so.2.4.0 +lib/libgpgme++.so.2.6.0 lib/libkabc.so lib/libkabc.so.5 lib/libkabc.so.5.0.1 @@ -851,6 +892,17 @@ lib/libsyndication.so.5 lib/libsyndication.so.5.0.1 share/apps/akonadi-kde/kcfg2dbus.xsl share/apps/akonadi/contact/data/zone.tab +share/apps/akonadi/contact/icons/oxygen/16x16/apps/aim_protocol.png +share/apps/akonadi/contact/icons/oxygen/16x16/apps/gadu_protocol.png +share/apps/akonadi/contact/icons/oxygen/16x16/apps/groupwise_protocol.png +share/apps/akonadi/contact/icons/oxygen/16x16/apps/icq_protocol.png +share/apps/akonadi/contact/icons/oxygen/16x16/apps/irc_protocol.png +share/apps/akonadi/contact/icons/oxygen/16x16/apps/jabber_protocol.png +share/apps/akonadi/contact/icons/oxygen/16x16/apps/meanwhile_protocol.png +share/apps/akonadi/contact/icons/oxygen/16x16/apps/msn_protocol.png +share/apps/akonadi/contact/icons/oxygen/16x16/apps/skype_protocol.png +share/apps/akonadi/contact/icons/oxygen/16x16/apps/sms_protocol.png +share/apps/akonadi/contact/icons/oxygen/16x16/apps/yahoo_protocol.png share/apps/akonadi/contact/pics/world.jpg share/apps/cmake/modules/CheckTimezone.cmake share/apps/cmake/modules/FindAkonadi.cmake @@ -863,63 +915,85 @@ share/apps/kabc/countrytransl.map share/apps/kabc/formats/binary.desktop share/apps/kconf_update/mailtransports.upd share/apps/kconf_update/migrate-transports.pl -share/apps/libkholidays/holiday_BelgiumDutch -share/apps/libkholidays/holiday_BelgiumFrench -share/apps/libkholidays/holiday_BelgiumWalloon -share/apps/libkholidays/holiday_Suedtirol -share/apps/libkholidays/holiday_ar -share/apps/libkholidays/holiday_at -share/apps/libkholidays/holiday_au -share/apps/libkholidays/holiday_bavarian -share/apps/libkholidays/holiday_bg -share/apps/libkholidays/holiday_br -share/apps/libkholidays/holiday_ca -share/apps/libkholidays/holiday_catalan -share/apps/libkholidays/holiday_ch -share/apps/libkholidays/holiday_cl -share/apps/libkholidays/holiday_cn -share/apps/libkholidays/holiday_co -share/apps/libkholidays/holiday_cz -share/apps/libkholidays/holiday_de -share/apps/libkholidays/holiday_dk -share/apps/libkholidays/holiday_ee -share/apps/libkholidays/holiday_es -share/apps/libkholidays/holiday_fi -share/apps/libkholidays/holiday_fr -share/apps/libkholidays/holiday_frswiss -share/apps/libkholidays/holiday_gb -share/apps/libkholidays/holiday_gr -share/apps/libkholidays/holiday_gt -share/apps/libkholidays/holiday_hu -share/apps/libkholidays/holiday_ie -share/apps/libkholidays/holiday_il -share/apps/libkholidays/holiday_in -share/apps/libkholidays/holiday_is -share/apps/libkholidays/holiday_it -share/apps/libkholidays/holiday_jm -share/apps/libkholidays/holiday_jp -share/apps/libkholidays/holiday_lt -share/apps/libkholidays/holiday_luFrench -share/apps/libkholidays/holiday_luLuxembourgish -share/apps/libkholidays/holiday_mx -share/apps/libkholidays/holiday_na -share/apps/libkholidays/holiday_nl -share/apps/libkholidays/holiday_no -share/apps/libkholidays/holiday_nz -share/apps/libkholidays/holiday_pl -share/apps/libkholidays/holiday_pt -share/apps/libkholidays/holiday_py -share/apps/libkholidays/holiday_quebec -share/apps/libkholidays/holiday_ro -share/apps/libkholidays/holiday_ru -share/apps/libkholidays/holiday_se -share/apps/libkholidays/holiday_si -share/apps/libkholidays/holiday_sk -share/apps/libkholidays/holiday_th -share/apps/libkholidays/holiday_ua -share/apps/libkholidays/holiday_us -share/apps/libkholidays/holiday_uy -share/apps/libkholidays/holiday_za +share/apps/libkholidays/plan2/holiday_ar_es +share/apps/libkholidays/plan2/holiday_at_de +share/apps/libkholidays/plan2/holiday_au-act_en-gb +share/apps/libkholidays/plan2/holiday_au-nsw_en-gb +share/apps/libkholidays/plan2/holiday_au-nt_en-gb +share/apps/libkholidays/plan2/holiday_au-qld_en-gb +share/apps/libkholidays/plan2/holiday_au-sa_en-gb +share/apps/libkholidays/plan2/holiday_au-tas_en-gb +share/apps/libkholidays/plan2/holiday_au-vic_en-gb +share/apps/libkholidays/plan2/holiday_au-wa_en-gb +share/apps/libkholidays/plan2/holiday_be_fr +share/apps/libkholidays/plan2/holiday_be_nl +share/apps/libkholidays/plan2/holiday_be_wa +share/apps/libkholidays/plan2/holiday_bg_bg +share/apps/libkholidays/plan2/holiday_br_pt-br +share/apps/libkholidays/plan2/holiday_by_be +share/apps/libkholidays/plan2/holiday_ca-qc_fr +share/apps/libkholidays/plan2/holiday_ca_en-gb +share/apps/libkholidays/plan2/holiday_ch_fr +share/apps/libkholidays/plan2/holiday_cl_es +share/apps/libkholidays/plan2/holiday_cn_zh-cn +share/apps/libkholidays/plan2/holiday_co_es +share/apps/libkholidays/plan2/holiday_cz_cs +share/apps/libkholidays/plan2/holiday_de-by_de +share/apps/libkholidays/plan2/holiday_de_de +share/apps/libkholidays/plan2/holiday_dk_da +share/apps/libkholidays/plan2/holiday_ee_et +share/apps/libkholidays/plan2/holiday_es-ct_ca +share/apps/libkholidays/plan2/holiday_es_es +share/apps/libkholidays/plan2/holiday_fi_fi +share/apps/libkholidays/plan2/holiday_fr_fr +share/apps/libkholidays/plan2/holiday_gb-eaw_en-gb +share/apps/libkholidays/plan2/holiday_gb-nir_en-gb +share/apps/libkholidays/plan2/holiday_gb-sct_en-gb +share/apps/libkholidays/plan2/holiday_gf_fr +share/apps/libkholidays/plan2/holiday_gp_fr +share/apps/libkholidays/plan2/holiday_gr_el +share/apps/libkholidays/plan2/holiday_gt_es +share/apps/libkholidays/plan2/holiday_hu_hu +share/apps/libkholidays/plan2/holiday_ie_en-gb +share/apps/libkholidays/plan2/holiday_ie_ga +share/apps/libkholidays/plan2/holiday_il_en-us +share/apps/libkholidays/plan2/holiday_il_he +share/apps/libkholidays/plan2/holiday_in_en-gb +share/apps/libkholidays/plan2/holiday_ir_en-us +share/apps/libkholidays/plan2/holiday_ir_fa +share/apps/libkholidays/plan2/holiday_is_is +share/apps/libkholidays/plan2/holiday_it-bz_de +share/apps/libkholidays/plan2/holiday_it_it +share/apps/libkholidays/plan2/holiday_jm_en-gb +share/apps/libkholidays/plan2/holiday_jp_en-us +share/apps/libkholidays/plan2/holiday_jp_ja +share/apps/libkholidays/plan2/holiday_lt_lt +share/apps/libkholidays/plan2/holiday_lu_fr +share/apps/libkholidays/plan2/holiday_lu_lb +share/apps/libkholidays/plan2/holiday_mq_fr +share/apps/libkholidays/plan2/holiday_mx_es +share/apps/libkholidays/plan2/holiday_na_en-gb +share/apps/libkholidays/plan2/holiday_nc_fr +share/apps/libkholidays/plan2/holiday_nl_nl +share/apps/libkholidays/plan2/holiday_no_nb +share/apps/libkholidays/plan2/holiday_nz_en-gb +share/apps/libkholidays/plan2/holiday_pf_fr +share/apps/libkholidays/plan2/holiday_pl_pl +share/apps/libkholidays/plan2/holiday_pt_pt +share/apps/libkholidays/plan2/holiday_py_es +share/apps/libkholidays/plan2/holiday_re_fr +share/apps/libkholidays/plan2/holiday_ro_ro +share/apps/libkholidays/plan2/holiday_ru_ru +share/apps/libkholidays/plan2/holiday_se_sv +share/apps/libkholidays/plan2/holiday_si_sl +share/apps/libkholidays/plan2/holiday_sk_sk +share/apps/libkholidays/plan2/holiday_th_en-gb +share/apps/libkholidays/plan2/holiday_ua_uk +share/apps/libkholidays/plan2/holiday_us_en-us +share/apps/libkholidays/plan2/holiday_uy_es +share/apps/libkholidays/plan2/holiday_wf_fr +share/apps/libkholidays/plan2/holiday_yt_fr +share/apps/libkholidays/plan2/holiday_za_en-gb share/config.kcfg/mailtransport.kcfg share/config.kcfg/recentcontactscollections.kcfg share/config.kcfg/specialmailcollections.kcfg @@ -949,6 +1023,17 @@ share/doc/HTML/en/kioslave/sieve/index.docbook share/doc/HTML/en/kioslave/smtp/common share/doc/HTML/en/kioslave/smtp/index.cache.bz2 share/doc/HTML/en/kioslave/smtp/index.docbook +share/kde4/services/akonadi/contact/aimprotocol.desktop +share/kde4/services/akonadi/contact/gaduprotocol.desktop +share/kde4/services/akonadi/contact/groupwiseprotocol.desktop +share/kde4/services/akonadi/contact/icqprotocol.desktop +share/kde4/services/akonadi/contact/ircprotocol.desktop +share/kde4/services/akonadi/contact/jabberprotocol.desktop +share/kde4/services/akonadi/contact/meanwhileprotocol.desktop +share/kde4/services/akonadi/contact/msnprotocol.desktop +share/kde4/services/akonadi/contact/skypeprotocol.desktop +share/kde4/services/akonadi/contact/smsprotocol.desktop +share/kde4/services/akonadi/contact/yahooprotocol.desktop share/kde4/services/akonadicontact_actions.desktop share/kde4/services/imap4.protocol share/kde4/services/imaps.protocol @@ -972,11 +1057,14 @@ share/kde4/services/pop3s.protocol share/kde4/services/sieve.protocol share/kde4/services/smtp.protocol share/kde4/services/smtps.protocol +share/kde4/servicetypes/kaddressbookimprotocol.desktop share/kde4/servicetypes/kontactplugin.desktop share/kde4/servicetypes/kresources_manager.desktop share/kde4/servicetypes/kresources_plugin.desktop share/mime/application/x-vnd.kde.contactgroup.xml share/mime/packages/kdepimlibs-mime.xml +@dirrm share/kde4/services/akonadi/contact +@dirrm share/kde4/services/akonadi @dirrm share/doc/HTML/en/kioslave/smtp @dirrm share/doc/HTML/en/kioslave/sieve @dirrm share/doc/HTML/en/kioslave/pop3 @@ -985,8 +1073,13 @@ share/mime/packages/kdepimlibs-mime.xml @dirrm share/doc/HTML/en/kioslave/ldap @dirrm share/doc/HTML/en/kioslave/imap @dirrm share/doc/HTML/en/kcontrol/kresources +@dirrm share/apps/libkholidays/plan2 @dirrm share/apps/libkholidays @dirrm share/apps/akonadi/contact/pics +@dirrm share/apps/akonadi/contact/icons/oxygen/16x16/apps +@dirrm share/apps/akonadi/contact/icons/oxygen/16x16 +@dirrm share/apps/akonadi/contact/icons/oxygen +@dirrm share/apps/akonadi/contact/icons @dirrm share/apps/akonadi/contact/data @dirrm share/apps/akonadi/contact @dirrm share/apps/akonadi-kde @@ -1038,4 +1131,7 @@ share/mime/packages/kdepimlibs-mime.xml @dirrm include/KDE/KCal @dirrm include/KDE/KBlog @dirrm include/KDE/KABC +@dirrm include/KDE/Akonadi/KMime +@dirrm include/KDE/Akonadi/KCal +@dirrm include/KDE/Akonadi/Contact @dirrm include/KDE/Akonadi diff --git a/deskutils/kdeplasma-addons/Makefile b/deskutils/kdeplasma-addons/Makefile index 3c82edc4f8e4..5c776f0ac28a 100644 --- a/deskutils/kdeplasma-addons/Makefile +++ b/deskutils/kdeplasma-addons/Makefile @@ -38,7 +38,7 @@ OPTIONS= MARBLE "Marble globe wallpaper for Plasma" on \ .if defined(WITHOUT_MARBLE) PLIST_SUB+= MARBLE="@comment " .else -LIB_DEPENDS+= marblewidget.5:${PORTSDIR}/astro/marble +LIB_DEPENDS+= marblewidget.10:${PORTSDIR}/astro/marble PLIST_SUB+= MARBLE="" .endif @@ -74,8 +74,7 @@ post-patch: .endif #respect prefix, don't update mime when installing ${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \ - -e '/^set/s,DBUS_INTERFACES_INSTALL_DIR,KDE4_DBUS_INTERFACES_DIR,g' \ - ${WRKSRC}/applets/lancelot/app/src/CMakeLists.txt + ${WRKSRC}/applets/lancelot/parts/CMakeLists.txt post-install: @-update-mime-database ${PREFIX}/share/mime diff --git a/deskutils/kdeplasma-addons/distinfo b/deskutils/kdeplasma-addons/distinfo index 366c1da621a5..cbfef08aa969 100644 --- a/deskutils/kdeplasma-addons/distinfo +++ b/deskutils/kdeplasma-addons/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeplasma-addons-4.4.5.tar.bz2) = cdc027b3dfdcc588f253006baa970638 -SHA256 (KDE/kdeplasma-addons-4.4.5.tar.bz2) = adbbd5efc53e27c9baee13d01a6b328875c09bfaf9e711e33cc22ef294b32ff3 -SIZE (KDE/kdeplasma-addons-4.4.5.tar.bz2) = 1651834 +MD5 (KDE/kdeplasma-addons-4.5.1.tar.bz2) = 13aec3cc1a5a632b573ed2adc36950a1 +SHA256 (KDE/kdeplasma-addons-4.5.1.tar.bz2) = e5d2c3e448f2737796e6aacb5522452be2d97f430003e012159f3dd7b098b29e +SIZE (KDE/kdeplasma-addons-4.5.1.tar.bz2) = 1752487 diff --git a/deskutils/kdeplasma-addons/pkg-plist b/deskutils/kdeplasma-addons/pkg-plist index 1c837745ec62..06ac7dd87d62 100644 --- a/deskutils/kdeplasma-addons/pkg-plist +++ b/deskutils/kdeplasma-addons/pkg-plist @@ -1,10 +1,81 @@ %%SCIM%%bin/kimpanel bin/lancelot +include/KDE/Lancelot/ActionListModel +include/KDE/Lancelot/ActionListView +include/KDE/Lancelot/ActionTreeModel +include/KDE/Lancelot/ActionTreeModelProxy +include/KDE/Lancelot/BasicWidget +include/KDE/Lancelot/CardLayout +include/KDE/Lancelot/ColumnLayout +include/KDE/Lancelot/CustomListView +include/KDE/Lancelot/ExtenderButton +include/KDE/Lancelot/FlipLayout +include/KDE/Lancelot/FullBorderLayout +include/KDE/Lancelot/Global +include/KDE/Lancelot/HoverIcon +include/KDE/Lancelot/Lancelot +include/KDE/Lancelot/LancelotTestApplication +include/KDE/Lancelot/LancelotTestWindow +include/KDE/Lancelot/MergedActionListModel +include/KDE/Lancelot/Models/Applications +include/KDE/Lancelot/Models/AvailableModels +include/KDE/Lancelot/Models/BaseMergedModel +include/KDE/Lancelot/Models/BaseModel +include/KDE/Lancelot/Models/ContactsKopete +include/KDE/Lancelot/Models/Devices +include/KDE/Lancelot/Models/FavoriteApplications +include/KDE/Lancelot/Models/FolderModel +include/KDE/Lancelot/Models/Logger +include/KDE/Lancelot/Models/MessagesKmail +include/KDE/Lancelot/Models/NewDocuments +include/KDE/Lancelot/Models/OpenDocuments +include/KDE/Lancelot/Models/Places +include/KDE/Lancelot/Models/RecentDocuments +include/KDE/Lancelot/Models/Runner +include/KDE/Lancelot/Models/Serializator +include/KDE/Lancelot/Models/SystemActions +include/KDE/Lancelot/Models/SystemServices +include/KDE/Lancelot/Models/XbelModel +include/KDE/Lancelot/NodeLayout +include/KDE/Lancelot/Panel +include/KDE/Lancelot/PassagewayView +include/KDE/Lancelot/PlasmaServiceListModel +include/KDE/Lancelot/PopupList +include/KDE/Lancelot/PopupMenu +include/KDE/Lancelot/ResizeBordersPanel +include/KDE/Lancelot/ScrollBar +include/KDE/Lancelot/ScrollPane +include/KDE/Lancelot/StandardActionListModel +include/KDE/Lancelot/StandardActionTreeModel +include/KDE/Lancelot/TabBar +include/KDE/Lancelot/Widget +include/lancelot-datamodels/Applications.h +include/lancelot-datamodels/AvailableModels.h +include/lancelot-datamodels/BaseMergedModel.h +include/lancelot-datamodels/BaseModel.h +include/lancelot-datamodels/ContactsKopete.h +include/lancelot-datamodels/Devices.h +include/lancelot-datamodels/FavoriteApplications.h +include/lancelot-datamodels/FolderModel.h +include/lancelot-datamodels/Logger.h +include/lancelot-datamodels/MessagesKmail.h +include/lancelot-datamodels/NewDocuments.h +include/lancelot-datamodels/OpenDocuments.h +include/lancelot-datamodels/Places.h +include/lancelot-datamodels/RecentDocuments.h +include/lancelot-datamodels/Runner.h +include/lancelot-datamodels/Serializator.h +include/lancelot-datamodels/SystemActions.h +include/lancelot-datamodels/SystemServices.h +include/lancelot-datamodels/XbelModel.h include/lancelot/Global.h include/lancelot/lancelot.h include/lancelot/lancelot_export.h include/lancelot/layouts/CardLayout.h include/lancelot/layouts/ColumnLayout.h +include/lancelot/layouts/FlipLayout.h +include/lancelot/layouts/FullBorderLayout.h +include/lancelot/layouts/NodeLayout.h include/lancelot/models/ActionListModel.h include/lancelot/models/ActionTreeModel.h include/lancelot/models/ActionTreeModelProxy.h @@ -21,11 +92,14 @@ include/lancelot/widgets/PassagewayView.h include/lancelot/widgets/PopupList.h include/lancelot/widgets/PopupMenu.h include/lancelot/widgets/ResizeBordersPanel.h +include/lancelot/widgets/TabBar.h include/lancelot/widgets/Widget.h lib/kde4/kcm_krunner_audioplayercontrol.so +lib/kde4/kcm_krunner_charrunner.so lib/kde4/kcm_krunner_spellcheck.so lib/kde4/krunner_audioplayercontrol.so lib/kde4/krunner_browserhistory.so +lib/kde4/krunner_charrunner.so lib/kde4/krunner_contacts.so lib/kde4/krunner_converter.so lib/kde4/krunner_katesessions.so @@ -38,6 +112,7 @@ lib/kde4/plasma-applet_systemloadviewer.so lib/kde4/plasma_applet_bball.so lib/kde4/plasma_applet_binaryclock.so lib/kde4/plasma_applet_blackboard.so +lib/kde4/plasma_applet_bookmarks.so lib/kde4/plasma_applet_bubblemon.so lib/kde4/plasma_applet_calculator.so lib/kde4/plasma_applet_charselect.so @@ -85,6 +160,7 @@ lib/kde4/plasma_applet_weatherstation.so lib/kde4/plasma_applet_webslice.so lib/kde4/plasma_comic_krossprovider.so lib/kde4/plasma_engine_comic.so +lib/kde4/plasma_engine_kdeobservatory.so lib/kde4/plasma_engine_microblog.so lib/kde4/plasma_engine_ocs.so lib/kde4/plasma_engine_pastebin.so @@ -96,6 +172,7 @@ lib/kde4/plasma_potd_epodprovider.so lib/kde4/plasma_potd_flickrprovider.so lib/kde4/plasma_potd_oseiprovider.so lib/kde4/plasma_potd_wcpotdprovider.so +lib/kde4/plasma_runner_datetime.so lib/kde4/plasma_wallpaper_mandelbrot.so %%MARBLE%%lib/kde4/plasma_wallpaper_marble.so lib/kde4/plasma_wallpaper_pattern.so @@ -103,9 +180,12 @@ lib/kde4/plasma_wallpaper_virus.so lib/kde4/plasma_wallpaper_weather.so %%SCIM%%lib/libkimpanelruntime.so %%SCIM%%lib/libkimpanelruntime.so.0 +lib/liblancelot-datamodels.so +lib/liblancelot-datamodels.so.0 +lib/liblancelot-datamodels.so.1.7.0 lib/liblancelot.so -lib/liblancelot.so.0 -lib/liblancelot.so.1.7.0 +lib/liblancelot.so.1 +lib/liblancelot.so.1.9.0 lib/libplasmacomicprovidercore.so lib/libplasmacomicprovidercore.so.1 lib/libplasmacomicprovidercore.so.1.0.0 @@ -121,13 +201,10 @@ lib/librtm.so.5.0.1 share/apps/bball/bball.svgz share/apps/bball/bounce.ogg share/apps/bball/football.svgz -share/apps/desktoptheme/Aya/lancelot/action-list-view-categories-applet.svgz -share/apps/desktoptheme/Aya/lancelot/action-list-view-categories-extender.svgz -share/apps/desktoptheme/Aya/lancelot/action-list-view-categories.svgz -share/apps/desktoptheme/Aya/lancelot/action-list-view-headers-plasma-applet.svgz +share/apps/cmake/modules/FindLancelot-Datamodels.cmake +share/apps/cmake/modules/FindLancelot.cmake share/apps/desktoptheme/Aya/lancelot/action-list-view-headers.svgz -share/apps/desktoptheme/Aya/lancelot/action-list-view-items-extender.svgz -share/apps/desktoptheme/Aya/lancelot/action-list-view-items.svgz +share/apps/desktoptheme/Aya/lancelot/category-triangle.svgz share/apps/desktoptheme/Aya/lancelot/inner-background.svgz share/apps/desktoptheme/Aya/lancelot/passageway-view-buttons-extender.svgz share/apps/desktoptheme/Aya/lancelot/passageway-view-buttons.svgz @@ -137,16 +214,12 @@ share/apps/desktoptheme/Aya/lancelot/section-buttons.svgz share/apps/desktoptheme/Aya/lancelot/system-buttons-extender.svgz share/apps/desktoptheme/Aya/lancelot/system-buttons.svgz share/apps/desktoptheme/Aya/lancelot/theme.config +share/apps/desktoptheme/Elegance/lancelot/category-triangle.svgz share/apps/desktoptheme/Elegance/lancelot/inner-background.svgz share/apps/desktoptheme/Elegance/lancelot/system-buttons.svgz share/apps/desktoptheme/Elegance/lancelot/theme.config -share/apps/desktoptheme/Silicon/lancelot/action-list-view-categories-applet.svgz -share/apps/desktoptheme/Silicon/lancelot/action-list-view-categories-extender.svgz -share/apps/desktoptheme/Silicon/lancelot/action-list-view-categories.svgz -share/apps/desktoptheme/Silicon/lancelot/action-list-view-headers-plasma-applet.svgz share/apps/desktoptheme/Silicon/lancelot/action-list-view-headers.svgz -share/apps/desktoptheme/Silicon/lancelot/action-list-view-items-extender.svgz -share/apps/desktoptheme/Silicon/lancelot/action-list-view-items.svgz +share/apps/desktoptheme/Silicon/lancelot/category-triangle.svgz share/apps/desktoptheme/Silicon/lancelot/extender-button-icon.svgz share/apps/desktoptheme/Silicon/lancelot/inner-background.svgz share/apps/desktoptheme/Silicon/lancelot/lancelot-context-extender.svgz @@ -161,12 +234,9 @@ share/apps/desktoptheme/Silicon/lancelot/system-buttons.svgz share/apps/desktoptheme/Silicon/lancelot/theme.config share/apps/desktoptheme/default/bubblemon/bubble.svg share/apps/desktoptheme/default/fifteenPuzzle/blanksquare.svg -share/apps/desktoptheme/default/lancelot/action-list-view-categories-extender.svgz -share/apps/desktoptheme/default/lancelot/action-list-view-categories.svgz share/apps/desktoptheme/default/lancelot/action-list-view-drop-indicator.svgz share/apps/desktoptheme/default/lancelot/action-list-view-headers.svgz -share/apps/desktoptheme/default/lancelot/action-list-view-items-extender.svgz -share/apps/desktoptheme/default/lancelot/action-list-view-items.svgz +share/apps/desktoptheme/default/lancelot/category-triangle.svgz share/apps/desktoptheme/default/lancelot/extender-button-icon.svgz share/apps/desktoptheme/default/lancelot/inner-background.svgz share/apps/desktoptheme/default/lancelot/passageway-view-buttons-extender.svgz @@ -192,13 +262,8 @@ share/apps/desktoptheme/default/widgets/notes.svgz share/apps/desktoptheme/default/widgets/previewer-16.svgz share/apps/desktoptheme/default/widgets/previewer-22.svgz share/apps/desktoptheme/default/widgets/timer.svgz -share/apps/desktoptheme/heron/lancelot/action-list-view-categories-applet.svgz -share/apps/desktoptheme/heron/lancelot/action-list-view-categories-extender.svgz -share/apps/desktoptheme/heron/lancelot/action-list-view-categories.svgz -share/apps/desktoptheme/heron/lancelot/action-list-view-headers-plasma-applet.svgz share/apps/desktoptheme/heron/lancelot/action-list-view-headers.svgz -share/apps/desktoptheme/heron/lancelot/action-list-view-items-extender.svgz -share/apps/desktoptheme/heron/lancelot/action-list-view-items.svgz +share/apps/desktoptheme/heron/lancelot/category-triangle.svgz share/apps/desktoptheme/heron/lancelot/extender-button-icon.svgz share/apps/desktoptheme/heron/lancelot/inner-background.svgz share/apps/desktoptheme/heron/lancelot/lancelot-context-extender.svgz @@ -211,13 +276,8 @@ share/apps/desktoptheme/heron/lancelot/section-buttons.svgz share/apps/desktoptheme/heron/lancelot/system-buttons-extender.svgz share/apps/desktoptheme/heron/lancelot/system-buttons.svgz share/apps/desktoptheme/heron/lancelot/theme.config -share/apps/desktoptheme/oxygen/lancelot/action-list-view-categories-applet.svgz -share/apps/desktoptheme/oxygen/lancelot/action-list-view-categories-extender.svgz -share/apps/desktoptheme/oxygen/lancelot/action-list-view-categories.svgz -share/apps/desktoptheme/oxygen/lancelot/action-list-view-headers-plasma-applet.svgz share/apps/desktoptheme/oxygen/lancelot/action-list-view-headers.svgz -share/apps/desktoptheme/oxygen/lancelot/action-list-view-items-extender.svgz -share/apps/desktoptheme/oxygen/lancelot/action-list-view-items.svgz +share/apps/desktoptheme/oxygen/lancelot/category-triangle.svgz share/apps/desktoptheme/oxygen/lancelot/extender-button-icon.svgz share/apps/desktoptheme/oxygen/lancelot/inner-background.svgz share/apps/desktoptheme/oxygen/lancelot/lancelot-context-extender.svgz @@ -230,13 +290,8 @@ share/apps/desktoptheme/oxygen/lancelot/section-buttons.svgz share/apps/desktoptheme/oxygen/lancelot/system-buttons-extender.svgz share/apps/desktoptheme/oxygen/lancelot/system-buttons.svgz share/apps/desktoptheme/oxygen/lancelot/theme.config -share/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories-applet.svgz -share/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories-extender.svgz -share/apps/desktoptheme/slim-glow/lancelot/action-list-view-categories.svgz -share/apps/desktoptheme/slim-glow/lancelot/action-list-view-headers-plasma-applet.svgz share/apps/desktoptheme/slim-glow/lancelot/action-list-view-headers.svgz -share/apps/desktoptheme/slim-glow/lancelot/action-list-view-items-extender.svgz -share/apps/desktoptheme/slim-glow/lancelot/action-list-view-items.svgz +share/apps/desktoptheme/slim-glow/lancelot/category-triangle.svgz share/apps/desktoptheme/slim-glow/lancelot/extender-button-icon.svgz share/apps/desktoptheme/slim-glow/lancelot/inner-background.svgz share/apps/desktoptheme/slim-glow/lancelot/lancelot-context-extender.svgz @@ -253,6 +308,7 @@ share/apps/lancelot/lancelot.notifyrc share/apps/plasma-applet-frame/picture-frame-default.jpg share/apps/plasma-applet-opendesktop-activities/plasma-applet-opendesktop-activities.notifyrc share/apps/plasma-applet-opendesktop/user.css +share/apps/plasma/services/kdeobservatory.operations share/apps/plasma/services/ocsPerson.operations share/apps/plasma/services/pastebin.operations share/apps/plasma/services/rtmauth.operations @@ -292,6 +348,11 @@ share/apps/plasma_wallpaper_pattern/patterns/triangles.desktop share/apps/plasma_wallpaper_pattern/patterns/triangles.png share/apps/plasma_wallpaper_pattern/patterns/xeroxstar.desktop share/apps/plasma_wallpaper_pattern/patterns/xeroxstar.png +share/apps/plasmaboard/basic.xml +share/apps/plasmaboard/extended.xml +share/apps/plasmaboard/full.xml +share/apps/plasmaboard/mid.xml +share/apps/plasmaboard/tablet.xml share/apps/rssnow/feeds %%SCIM%%share/config.kcfg/kimpanelconfig.kcfg share/config/comic.knsrc @@ -301,39 +362,47 @@ share/config/virus_wallpaper.knsrc share/dbus-1/services/org.kde.lancelot.service share/icons/hicolor/128x128/apps/bball.png %%OBSERVATORY%%share/icons/hicolor/128x128/apps/kdeobservatory.png -share/icons/hicolor/128x128/apps/lancelot-part.png +share/icons/hicolor/128x128/apps/lancelot-start.png share/icons/hicolor/128x128/apps/lancelot.png +share/icons/hicolor/128x128/apps/plasmaapplet-shelf.png share/icons/hicolor/128x128/apps/previewer.png share/icons/hicolor/128x128/apps/qalculate-applet.png share/icons/hicolor/16x16/apps/bball.png %%OBSERVATORY%%share/icons/hicolor/16x16/apps/kdeobservatory.png -share/icons/hicolor/16x16/apps/lancelot-part.png +share/icons/hicolor/16x16/apps/lancelot-start.png share/icons/hicolor/16x16/apps/lancelot.png +share/icons/hicolor/16x16/apps/plasmaapplet-shelf.png share/icons/hicolor/16x16/apps/previewer.png %%OBSERVATORY%%share/icons/hicolor/22x22/apps/kdeobservatory.png -share/icons/hicolor/22x22/apps/lancelot-part.png +share/icons/hicolor/22x22/apps/lancelot-start.png share/icons/hicolor/22x22/apps/lancelot.png +share/icons/hicolor/22x22/apps/plasmaapplet-shelf.png share/icons/hicolor/22x22/apps/previewer.png share/icons/hicolor/32x32/apps/bball.png %%OBSERVATORY%%share/icons/hicolor/32x32/apps/kdeobservatory.png -share/icons/hicolor/32x32/apps/lancelot-part.png +share/icons/hicolor/32x32/apps/lancelot-start.png share/icons/hicolor/32x32/apps/lancelot.png +share/icons/hicolor/32x32/apps/plasmaapplet-shelf.png share/icons/hicolor/32x32/apps/previewer.png share/icons/hicolor/48x48/apps/bball.png %%OBSERVATORY%%share/icons/hicolor/48x48/apps/kdeobservatory.png -share/icons/hicolor/48x48/apps/lancelot-part.png +share/icons/hicolor/48x48/apps/lancelot-start.png share/icons/hicolor/48x48/apps/lancelot.png +share/icons/hicolor/48x48/apps/plasmaapplet-shelf.png share/icons/hicolor/48x48/apps/previewer.png share/icons/hicolor/48x48/apps/qalculate-applet.png share/icons/hicolor/64x64/apps/bball.png %%OBSERVATORY%%share/icons/hicolor/64x64/apps/kdeobservatory.png -share/icons/hicolor/64x64/apps/lancelot-part.png +share/icons/hicolor/64x64/apps/lancelot-start.png share/icons/hicolor/64x64/apps/lancelot.png +share/icons/hicolor/64x64/apps/plasmaapplet-shelf.png share/icons/hicolor/64x64/apps/previewer.png share/icons/hicolor/scalable/apps/accessories-dictionary.svgz share/icons/hicolor/scalable/apps/bball.svgz share/icons/hicolor/scalable/apps/fifteenpuzzle.svgz %%OBSERVATORY%%share/icons/hicolor/scalable/apps/kdeobservatory.svgz +share/kde4/services/CharRunner_config.desktop +share/kde4/services/CharacterRunner.desktop share/kde4/services/ServiceMenus/preview.desktop share/kde4/services/apodprovider.desktop share/kde4/services/browserhistory.desktop @@ -346,6 +415,7 @@ share/kde4/services/oseiprovider.desktop share/kde4/services/plasma-applet-bball.desktop share/kde4/services/plasma-applet-binaryclock.desktop share/kde4/services/plasma-applet-blackboard.desktop +share/kde4/services/plasma-applet-bookmarks.desktop share/kde4/services/plasma-applet-bubblemon.desktop share/kde4/services/plasma-applet-calculator.desktop share/kde4/services/plasma-applet-charselect.desktop @@ -391,6 +461,7 @@ share/kde4/services/plasma-dataengine-microblog.desktop share/kde4/services/plasma-dataengine-ocs.desktop share/kde4/services/plasma-dataengine-potd.desktop share/kde4/services/plasma-dict-default.desktop +share/kde4/services/plasma-engine-kdeobservatory.desktop share/kde4/services/plasma-engine-pastebin.desktop share/kde4/services/plasma-engine-rtm.desktop share/kde4/services/plasma-fileWatcher-default.desktop @@ -402,6 +473,7 @@ share/kde4/services/plasma-runner-audioplayercontrol.desktop share/kde4/services/plasma-runner-audioplayercontrol_config.desktop share/kde4/services/plasma-runner-contacts.desktop share/kde4/services/plasma-runner-converter.desktop +share/kde4/services/plasma-runner-datetime.desktop share/kde4/services/plasma-runner-kopete.desktop share/kde4/services/plasma-runner-spellchecker.desktop share/kde4/services/plasma-runner-spellchecker_config.desktop @@ -419,6 +491,7 @@ share/kde4/servicetypes/plasma_comicprovider.desktop share/kde4/servicetypes/plasma_potdprovider.desktop share/mime/packages/lancelotpart-mime.xml @dirrm share/apps/rssnow +@dirrm share/apps/plasmaboard @dirrm share/apps/plasma_wallpaper_pattern/patterns @dirrm share/apps/plasma_wallpaper_pattern @dirrm share/apps/plasma_pastebin @@ -446,11 +519,16 @@ share/mime/packages/lancelotpart-mime.xml @dirrmtry share/apps/desktoptheme/Clean-Bend @dirrm share/apps/desktoptheme/Aya/lancelot @dirrmtry share/apps/desktoptheme/Aya +@dirrmtry share/apps/cmake/modules +@dirrmtry share/apps/cmake @dirrm share/apps/bball @dirrm include/lancelot/widgets @dirrm include/lancelot/models @dirrm include/lancelot/layouts +@dirrm include/lancelot-datamodels @dirrm include/lancelot +@dirrm include/KDE/Lancelot/Models +@dirrm include/KDE/Lancelot @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true %%SCIM%%@cwd %%LOCALBASE%% diff --git a/devel/kdebindings4-python-krosspython/distinfo b/devel/kdebindings4-python-krosspython/distinfo index da9f1d8d9453..232641ba5516 100644 --- a/devel/kdebindings4-python-krosspython/distinfo +++ b/devel/kdebindings4-python-krosspython/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebindings-4.4.5.tar.bz2) = 57a56607069d1f80164015c641e127e5 -SHA256 (KDE/kdebindings-4.4.5.tar.bz2) = c443b59fc4b5fd480bc112c409ac2378147853a59292a8a8404c2243379a1451 -SIZE (KDE/kdebindings-4.4.5.tar.bz2) = 5092007 +MD5 (KDE/kdebindings-4.5.1.tar.bz2) = ac762e1d382d63194c387246daa9cc74 +SHA256 (KDE/kdebindings-4.5.1.tar.bz2) = 5cb33f3cb2ea4d54f0bc851fe2f0eaf76df30333108a862a60129cc5e9710bc9 +SIZE (KDE/kdebindings-4.5.1.tar.bz2) = 6325783 diff --git a/devel/kdebindings4-python-pykde4/Makefile b/devel/kdebindings4-python-pykde4/Makefile index fc4f9dbc674f..11daca4f00da 100644 --- a/devel/kdebindings4-python-pykde4/Makefile +++ b/devel/kdebindings4-python-pykde4/Makefile @@ -37,8 +37,10 @@ EXAMPLESDIR= ${PREFIX}/share/examples/pykde4 .include "${.CURDIR}/../../devel/kdebindings4/files/Makefile.kdebindings" .include <bsd.port.pre.mk> +post-patch: .if ${OSVERSION} < 800069 -BROKEN= Fails to build with RTLD_NOLOAD + ${REINPLACE_CMD} -e '/dlopen("kpythonpluginfactory.so"/s,RTLD_NOLOAD |,,' \ + ${PATCH_WRKSRC}/python/pykde4/kpythonpluginfactory/kpythonpluginfactory.cpp .endif pre-configure: diff --git a/devel/kdebindings4-python-pykde4/distinfo b/devel/kdebindings4-python-pykde4/distinfo index da9f1d8d9453..232641ba5516 100644 --- a/devel/kdebindings4-python-pykde4/distinfo +++ b/devel/kdebindings4-python-pykde4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebindings-4.4.5.tar.bz2) = 57a56607069d1f80164015c641e127e5 -SHA256 (KDE/kdebindings-4.4.5.tar.bz2) = c443b59fc4b5fd480bc112c409ac2378147853a59292a8a8404c2243379a1451 -SIZE (KDE/kdebindings-4.4.5.tar.bz2) = 5092007 +MD5 (KDE/kdebindings-4.5.1.tar.bz2) = ac762e1d382d63194c387246daa9cc74 +SHA256 (KDE/kdebindings-4.5.1.tar.bz2) = 5cb33f3cb2ea4d54f0bc851fe2f0eaf76df30333108a862a60129cc5e9710bc9 +SIZE (KDE/kdebindings-4.5.1.tar.bz2) = 6325783 diff --git a/devel/kdebindings4-python-pykde4/pkg-plist b/devel/kdebindings4-python-pykde4/pkg-plist index 3aa6ab7c64b1..9e628b1fd6c3 100644 --- a/devel/kdebindings4-python-pykde4/pkg-plist +++ b/devel/kdebindings4-python-pykde4/pkg-plist @@ -65,6 +65,7 @@ share/py-sip/PyKDE4/akonadi/agentinstancecreatejob.sip share/py-sip/PyKDE4/akonadi/agentinstancemodel.sip share/py-sip/PyKDE4/akonadi/agentinstancewidget.sip share/py-sip/PyKDE4/akonadi/agentmanager.sip +share/py-sip/PyKDE4/akonadi/agentsearchinterface.sip share/py-sip/PyKDE4/akonadi/agenttype.sip share/py-sip/PyKDE4/akonadi/agenttypedialog.sip share/py-sip/PyKDE4/akonadi/agenttypemodel.sip @@ -129,6 +130,7 @@ share/py-sip/PyKDE4/akonadi/messagethreadingattribute.sip share/py-sip/PyKDE4/akonadi/mimetypechecker.sip share/py-sip/PyKDE4/akonadi/monitor.sip share/py-sip/PyKDE4/akonadi/partfetcher.sip +share/py-sip/PyKDE4/akonadi/persistentsearchattribute.sip share/py-sip/PyKDE4/akonadi/preprocessorbase.sip share/py-sip/PyKDE4/akonadi/resourcebase.sip share/py-sip/PyKDE4/akonadi/resourcesynchronizationjob.sip @@ -286,6 +288,7 @@ share/py-sip/PyKDE4/kdeui/kanimatedbutton.sip share/py-sip/PyKDE4/kdeui/kapplication.sip share/py-sip/PyKDE4/kdeui/karrowbutton.sip share/py-sip/PyKDE4/kdeui/kassistantdialog.sip +share/py-sip/PyKDE4/kdeui/kbreadcrumbselectionmodel.sip share/py-sip/PyKDE4/kdeui/kbugreport.sip share/py-sip/PyKDE4/kdeui/kbuttongroup.sip share/py-sip/PyKDE4/kdeui/kcapacitybar.sip @@ -355,6 +358,7 @@ share/py-sip/PyKDE4/kdeui/kkeyserver_x11.sip share/py-sip/PyKDE4/kdeui/klanguagebutton.sip share/py-sip/PyKDE4/kdeui/kled.sip share/py-sip/PyKDE4/kdeui/klineedit.sip +share/py-sip/PyKDE4/kdeui/klinkitemselectionmodel.sip share/py-sip/PyKDE4/kdeui/klistwidget.sip share/py-sip/PyKDE4/kdeui/klistwidgetsearchline.sip share/py-sip/PyKDE4/kdeui/kmainwindow.sip @@ -364,6 +368,7 @@ share/py-sip/PyKDE4/kdeui/kmenubar.sip share/py-sip/PyKDE4/kdeui/kmessagebox.sip share/py-sip/PyKDE4/kdeui/kmessageboxmessagehandler.sip share/py-sip/PyKDE4/kdeui/kmodifierkeyinfo.sip +share/py-sip/PyKDE4/kdeui/kmodelindexproxymapper.sip share/py-sip/PyKDE4/kdeui/kmultitabbar.sip share/py-sip/PyKDE4/kdeui/knewpassworddialog.sip share/py-sip/PyKDE4/kdeui/knotification.sip @@ -394,6 +399,7 @@ share/py-sip/PyKDE4/kdeui/kplotwidget.sip share/py-sip/PyKDE4/kdeui/kprogressdialog.sip share/py-sip/PyKDE4/kdeui/kpushbutton.sip share/py-sip/PyKDE4/kdeui/krecentfilesaction.sip +share/py-sip/PyKDE4/kdeui/krecursivefilterproxymodel.sip share/py-sip/PyKDE4/kdeui/kreplace.sip share/py-sip/PyKDE4/kdeui/kreplacedialog.sip share/py-sip/PyKDE4/kdeui/krestrictedline.sip @@ -443,6 +449,7 @@ share/py-sip/PyKDE4/kdeui/kundostack.sip share/py-sip/PyKDE4/kdeui/kuniqueapplication.sip share/py-sip/PyKDE4/kdeui/kurllabel.sip share/py-sip/PyKDE4/kdeui/kvbox.sip +share/py-sip/PyKDE4/kdeui/kviewstatesaver.sip share/py-sip/PyKDE4/kdeui/kwallet.sip share/py-sip/PyKDE4/kdeui/kwidgetitemdelegate.sip share/py-sip/PyKDE4/kdeui/kwidgetjobtracker.sip @@ -562,6 +569,8 @@ share/py-sip/PyKDE4/kio/kfileitem.sip share/py-sip/PyKDE4/kio/kfileitemactions.sip share/py-sip/PyKDE4/kio/kfileitemdelegate.sip share/py-sip/PyKDE4/kio/kfileitemlistproperties.sip +share/py-sip/PyKDE4/kio/kfilemetadataconfigurationwidget.sip +share/py-sip/PyKDE4/kio/kfilemetadatawidget.sip share/py-sip/PyKDE4/kio/kfilemetainfo.sip share/py-sip/PyKDE4/kio/kfilemetainfoitem.sip share/py-sip/PyKDE4/kio/kfileplacesmodel.sip @@ -577,6 +586,8 @@ share/py-sip/PyKDE4/kio/kimageio.sip share/py-sip/PyKDE4/kio/kiomod.sip share/py-sip/PyKDE4/kio/kmimetypechooser.sip share/py-sip/PyKDE4/kio/kmountpoint.sip +share/py-sip/PyKDE4/kio/knameandurlinputdialog.sip +share/py-sip/PyKDE4/kio/knewfilemenu.sip share/py-sip/PyKDE4/kio/knfsshare.sip share/py-sip/PyKDE4/kio/konqbookmarkmenu.sip share/py-sip/PyKDE4/kio/kopenwithdialog.sip @@ -636,6 +647,8 @@ share/py-sip/PyKDE4/knewstuff/engine.sip share/py-sip/PyKDE4/knewstuff/entry.sip share/py-sip/PyKDE4/knewstuff/installation.sip share/py-sip/PyKDE4/knewstuff/knewstuff3_downloaddialog.sip +share/py-sip/PyKDE4/knewstuff/knewstuff3_downloadmanager.sip +share/py-sip/PyKDE4/knewstuff/knewstuff3_downloadwidget.sip share/py-sip/PyKDE4/knewstuff/knewstuff3_entry.sip share/py-sip/PyKDE4/knewstuff/knewstuff3_knewstuffaction.sip share/py-sip/PyKDE4/knewstuff/knewstuff3_knewstuffbutton.sip @@ -666,6 +679,7 @@ share/py-sip/PyKDE4/kparts/mainwindow.sip share/py-sip/PyKDE4/kparts/part.sip share/py-sip/PyKDE4/kparts/partmanager.sip share/py-sip/PyKDE4/kparts/plugin.sip +share/py-sip/PyKDE4/kparts/scriptableextension.sip share/py-sip/PyKDE4/kparts/sipAPIkparts.h share/py-sip/PyKDE4/kparts/sipkpartspart0.cpp share/py-sip/PyKDE4/kparts/sipkpartspart1.cpp @@ -744,7 +758,6 @@ share/py-sip/PyKDE4/nepomuk/filequery.sip share/py-sip/PyKDE4/nepomuk/global.sip share/py-sip/PyKDE4/nepomuk/groupterm.sip share/py-sip/PyKDE4/nepomuk/kmetadatatagcloud.sip -share/py-sip/PyKDE4/nepomuk/kmetadatatagwidget.sip share/py-sip/PyKDE4/nepomuk/kratingpainter.sip share/py-sip/PyKDE4/nepomuk/kratingwidget.sip share/py-sip/PyKDE4/nepomuk/ktagcloudwidget.sip @@ -752,10 +765,12 @@ share/py-sip/PyKDE4/nepomuk/ktagdisplaywidget.sip share/py-sip/PyKDE4/nepomuk/literal.sip share/py-sip/PyKDE4/nepomuk/literalterm.sip share/py-sip/PyKDE4/nepomuk/negationterm.sip +share/py-sip/PyKDE4/nepomuk/nepomukmassupdatejob.sip share/py-sip/PyKDE4/nepomuk/nepomukmod.sip share/py-sip/PyKDE4/nepomuk/nepomukontologyloader.sip share/py-sip/PyKDE4/nepomuk/nepomukservice.sip share/py-sip/PyKDE4/nepomuk/ontology.sip +share/py-sip/PyKDE4/nepomuk/optionalterm.sip share/py-sip/PyKDE4/nepomuk/orterm.sip share/py-sip/PyKDE4/nepomuk/property.sip share/py-sip/PyKDE4/nepomuk/query.sip @@ -777,6 +792,7 @@ share/py-sip/PyKDE4/nepomuk/sipnepomukpart5.cpp share/py-sip/PyKDE4/nepomuk/sipnepomukpart6.cpp share/py-sip/PyKDE4/nepomuk/sipnepomukpart7.cpp share/py-sip/PyKDE4/nepomuk/tag.sip +share/py-sip/PyKDE4/nepomuk/tagwidget.sip share/py-sip/PyKDE4/nepomuk/term.sip share/py-sip/PyKDE4/nepomuk/thing.sip share/py-sip/PyKDE4/nepomuk/tools.sip @@ -831,6 +847,7 @@ share/py-sip/PyKDE4/phonon/videowidgetinterface.sip share/py-sip/PyKDE4/phonon/visualization.sip share/py-sip/PyKDE4/phonon/volumefadereffect.sip share/py-sip/PyKDE4/phonon/volumeslider.sip +share/py-sip/PyKDE4/plasma/abstractdialogmanager.sip share/py-sip/PyKDE4/plasma/abstractrunner.sip share/py-sip/PyKDE4/plasma/abstracttoolbox.sip share/py-sip/PyKDE4/plasma/accessappletjob.sip @@ -1070,7 +1087,7 @@ share/py-sip/PyKDE4/soprano/xsd.sip %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kdeuiExamples %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%%/kdecoreExamples %%PORTEXAMPLES%%@dirrm %%EXAMPLESDIR%% -@dirrm %%PYTHON_SITELIBDIR%%/PyKDE4 +@dirrmtry %%PYTHON_SITELIBDIR%%/PyKDE4 @dirrmtry %%PYTHON_SITELIBDIR%% @dirrmtry %%PYTHON_LIBDIR%% @cwd %%LOCALBASE%% diff --git a/devel/kdebindings4-python-pykdeuic4/distinfo b/devel/kdebindings4-python-pykdeuic4/distinfo index da9f1d8d9453..232641ba5516 100644 --- a/devel/kdebindings4-python-pykdeuic4/distinfo +++ b/devel/kdebindings4-python-pykdeuic4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebindings-4.4.5.tar.bz2) = 57a56607069d1f80164015c641e127e5 -SHA256 (KDE/kdebindings-4.4.5.tar.bz2) = c443b59fc4b5fd480bc112c409ac2378147853a59292a8a8404c2243379a1451 -SIZE (KDE/kdebindings-4.4.5.tar.bz2) = 5092007 +MD5 (KDE/kdebindings-4.5.1.tar.bz2) = ac762e1d382d63194c387246daa9cc74 +SHA256 (KDE/kdebindings-4.5.1.tar.bz2) = 5cb33f3cb2ea4d54f0bc851fe2f0eaf76df30333108a862a60129cc5e9710bc9 +SIZE (KDE/kdebindings-4.5.1.tar.bz2) = 6325783 diff --git a/devel/kdebindings4-python/Makefile b/devel/kdebindings4-python/Makefile index 498de5beda11..f129082b9e68 100644 --- a/devel/kdebindings4-python/Makefile +++ b/devel/kdebindings4-python/Makefile @@ -11,6 +11,7 @@ CATEGORIES= devel kde MASTER_SITES= # empty PKGNAMESUFFIX= -python DISTFILES= # none +UNIQUENAME?= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} MAINTAINER= kde@FreeBSD.org COMMENT= Meta port of Python bindings for KDE diff --git a/devel/kdebindings4-ruby/Makefile b/devel/kdebindings4-ruby/Makefile index e0e7819ee823..f368d863a862 100644 --- a/devel/kdebindings4-ruby/Makefile +++ b/devel/kdebindings4-ruby/Makefile @@ -12,8 +12,9 @@ CATEGORIES= devel kde MAINTAINER= kde@FreeBSD.org COMMENT= Ruby bindings for Qt/KDE -LIB_DEPENDS= smokeqt.3:${PORTSDIR}/devel/kdebindings4-smoke \ - okularcore.1:${PORTSDIR}/graphics/kdegraphics4 +LIB_DEPENDS= smokebase.3:${PORTSDIR}/devel/kdebindings4-smoke \ + okularcore.1:${PORTSDIR}/graphics/kdegraphics4 \ + qwt.5:${PORTSDIR}/x11-toolkits/qwt5 BINDLANG= ruby diff --git a/devel/kdebindings4-ruby/distinfo b/devel/kdebindings4-ruby/distinfo index da9f1d8d9453..232641ba5516 100644 --- a/devel/kdebindings4-ruby/distinfo +++ b/devel/kdebindings4-ruby/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebindings-4.4.5.tar.bz2) = 57a56607069d1f80164015c641e127e5 -SHA256 (KDE/kdebindings-4.4.5.tar.bz2) = c443b59fc4b5fd480bc112c409ac2378147853a59292a8a8404c2243379a1451 -SIZE (KDE/kdebindings-4.4.5.tar.bz2) = 5092007 +MD5 (KDE/kdebindings-4.5.1.tar.bz2) = ac762e1d382d63194c387246daa9cc74 +SHA256 (KDE/kdebindings-4.5.1.tar.bz2) = 5cb33f3cb2ea4d54f0bc851fe2f0eaf76df30333108a862a60129cc5e9710bc9 +SIZE (KDE/kdebindings-4.5.1.tar.bz2) = 6325783 diff --git a/devel/kdebindings4-ruby/files/patch-ruby__CMakeLists.txt b/devel/kdebindings4-ruby/files/patch-ruby__CMakeLists.txt index 21d3a3960dcc..2cb08360dc58 100644 --- a/devel/kdebindings4-ruby/files/patch-ruby__CMakeLists.txt +++ b/devel/kdebindings4-ruby/files/patch-ruby__CMakeLists.txt @@ -1,9 +1,21 @@ ---- ./ruby/CMakeLists.txt.orig 2010-01-20 02:24:22.000000000 +0300 -+++ ./ruby/CMakeLists.txt 2010-03-29 00:16:24.250968489 +0400 +--- ./ruby/CMakeLists.txt.orig 2010-08-27 12:11:01.000000000 +0400 ++++ ./ruby/CMakeLists.txt 2010-08-28 12:11:12.098116402 +0400 @@ -1,3 +1,6 @@ +include_directories(${KDE4_INCLUDE_DIR} ${KDE4_INCLUDE_DIR}/smoke) +link_directories(${KDE4_LIB_DIR}) + - macro_optional_find_package(RUBY) + project(Ruby) - ##################################################################### + set(COMPILE_RUBY FALSE CACHE INTERNAL "") +@@ -74,9 +77,9 @@ + #include <ruby.h> + int main() { ruby_init(); return 0; }" RubyCompiles) + if(RubyCompiles) +- if(ENABLE_KROSSRUBY AND RUBY_VERSION_MAJOR = 1 AND RUBY_VERSION_MINOR < 9) ++ if(ENABLE_KROSSRUBY AND RUBY_VERSION_MAJOR EQUAL 1 AND RUBY_VERSION_MINOR LESS 9) + set(BUILD_KrossRuby TRUE) +- endif(ENABLE_KROSSRUBY AND RUBY_VERSION_MAJOR = 1 AND RUBY_VERSION_MINOR < 9) ++ endif(ENABLE_KROSSRUBY AND RUBY_VERSION_MAJOR EQUAL 1 AND RUBY_VERSION_MINOR LESS 9) + else(RubyCompiles) + message(STATUS "Failed to compile a C++ program that embeds ruby.") + endif(RubyCompiles) diff --git a/devel/kdebindings4-ruby/files/patch-ruby__korundum__CMakeLists.txt b/devel/kdebindings4-ruby/files/patch-ruby__korundum__CMakeLists.txt new file mode 100644 index 000000000000..12f38311fc0b --- /dev/null +++ b/devel/kdebindings4-ruby/files/patch-ruby__korundum__CMakeLists.txt @@ -0,0 +1,7 @@ +--- ./ruby/korundum/CMakeLists.txt.orig 2009-12-31 16:35:16.000000000 +0300 ++++ ./ruby/korundum/CMakeLists.txt 2010-06-29 23:56:33.355956607 +0400 +@@ -1,4 +1,3 @@ +-add_subdirectory( examples ) + add_subdirectory( src ) + add_subdirectory( tools ) + diff --git a/devel/kdebindings4-ruby/files/patch-ruby__plasma__CMakeLists.txt b/devel/kdebindings4-ruby/files/patch-ruby__plasma__CMakeLists.txt new file mode 100644 index 000000000000..7b540e771023 --- /dev/null +++ b/devel/kdebindings4-ruby/files/patch-ruby__plasma__CMakeLists.txt @@ -0,0 +1,5 @@ +--- ./ruby/plasma/CMakeLists.txt.orig 2009-12-31 16:35:17.000000000 +0300 ++++ ./ruby/plasma/CMakeLists.txt 2010-06-29 23:53:54.555676654 +0400 +@@ -1,2 +1 @@ +-add_subdirectory( examples ) + add_subdirectory( src ) diff --git a/devel/kdebindings4-ruby/pkg-plist b/devel/kdebindings4-ruby/pkg-plist index 349119c7af90..6dae28c7ea34 100644 --- a/devel/kdebindings4-ruby/pkg-plist +++ b/devel/kdebindings4-ruby/pkg-plist @@ -28,46 +28,55 @@ lib/libqtruby4shared.so.2.0.0 %%RUBY_SITELIBDIR%%/akonadi/akonadi.rb %%RUBY_SITEARCHLIBDIR%%/akonadi.so %%RUBY_SITEARCHLIBDIR%%/khtml.so +%%RUBY_SITEARCHLIBDIR%%/kio.so %%RUBY_SITEARCHLIBDIR%%/korundum4.so %%RUBY_SITEARCHLIBDIR%%/ktexteditor.so %%RUBY_SITEARCHLIBDIR%%/nepomuk.so %%RUBY_SITEARCHLIBDIR%%/okular.so +%%RUBY_SITEARCHLIBDIR%%/phonon.so %%RUBY_SITEARCHLIBDIR%%/plasma_applet.so +%%RUBY_SITEARCHLIBDIR%%/qscintilla.so %%RUBY_SITEARCHLIBDIR%%/qtruby4.so %%RUBY_SITEARCHLIBDIR%%/qtscript.so %%RUBY_SITEARCHLIBDIR%%/qttest.so %%RUBY_SITEARCHLIBDIR%%/qtuitools.so %%RUBY_SITEARCHLIBDIR%%/qtwebkit.so +%%RUBY_SITEARCHLIBDIR%%/qwt.so %%RUBY_SITEARCHLIBDIR%%/solid.so %%RUBY_SITEARCHLIBDIR%%/soprano.so %%RUBY_SITELIBDIR%%/khtml/khtml.rb +%%RUBY_SITELIBDIR%%/kio/kio.rb %%RUBY_SITELIBDIR%%/ktexteditor/ktexteditor.rb %%RUBY_SITELIBDIR%%/nepomuk/nepomuk.rb %%RUBY_SITELIBDIR%%/okular/okular.rb +%%RUBY_SITELIBDIR%%/phonon/phonon.rb +%%RUBY_SITELIBDIR%%/qscintilla/qscintilla.rb %%RUBY_SITELIBDIR%%/qtscript/qtscript.rb %%RUBY_SITELIBDIR%%/qttest/qttest.rb %%RUBY_SITELIBDIR%%/qtuitools/qtuitools.rb %%RUBY_SITELIBDIR%%/qtwebkit/qtwebkit.rb +%%RUBY_SITELIBDIR%%/qwt/qwt.rb %%RUBY_SITELIBDIR%%/solid/solid.rb %%RUBY_SITELIBDIR%%/soprano/soprano.rb -share/applications/kde4/dbpedia_references.desktop -share/apps/dbpedia_references/dbpedia_references.rb -@dirrm share/apps/dbpedia_references @dirrm %%RUBY_SITELIBDIR%%/soprano @dirrm %%RUBY_SITELIBDIR%%/solid +@dirrm %%RUBY_SITELIBDIR%%/qwt @dirrm %%RUBY_SITELIBDIR%%/qtwebkit @dirrm %%RUBY_SITELIBDIR%%/qtuitools @dirrm %%RUBY_SITELIBDIR%%/qttest @dirrm %%RUBY_SITELIBDIR%%/qtscript +@dirrm %%RUBY_SITELIBDIR%%/qscintilla +@dirrm %%RUBY_SITELIBDIR%%/phonon @dirrm %%RUBY_SITELIBDIR%%/okular @dirrm %%RUBY_SITELIBDIR%%/nepomuk @dirrm %%RUBY_SITELIBDIR%%/ktexteditor +@dirrm %%RUBY_SITELIBDIR%%/kio @dirrm %%RUBY_SITELIBDIR%%/khtml -@dirrm %%RUBY_SITEARCHLIBDIR%% +@dirrmtry %%RUBY_SITEARCHLIBDIR%% @dirrm %%RUBY_SITELIBDIR%%/akonadi @dirrm %%RUBY_SITELIBDIR%%/Qt @dirrm %%RUBY_SITELIBDIR%%/KDE -@dirrm %%RUBY_SITELIBDIR%% +@dirrmtry %%RUBY_SITELIBDIR%% @dirrmtry lib/ruby/site_ruby @dirrmtry lib/ruby @dirrm include/qtruby diff --git a/devel/kdebindings4-smoke/Makefile b/devel/kdebindings4-smoke/Makefile index 9b3bfb7ad657..e77aab48bfd6 100644 --- a/devel/kdebindings4-smoke/Makefile +++ b/devel/kdebindings4-smoke/Makefile @@ -14,7 +14,8 @@ COMMENT= SMOKE bindings for Qt/KDE LIB_DEPENDS= qscintilla2.5:${PORTSDIR}/devel/qscintilla2 \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ - okularcore.1:${PORTSDIR}/graphics/kdegraphics4 + okularcore.1:${PORTSDIR}/graphics/kdegraphics4 \ + qwt.5:${PORTSDIR}/x11-toolkits/qwt5 BINDLANG= smoke diff --git a/devel/kdebindings4-smoke/distinfo b/devel/kdebindings4-smoke/distinfo index da9f1d8d9453..232641ba5516 100644 --- a/devel/kdebindings4-smoke/distinfo +++ b/devel/kdebindings4-smoke/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebindings-4.4.5.tar.bz2) = 57a56607069d1f80164015c641e127e5 -SHA256 (KDE/kdebindings-4.4.5.tar.bz2) = c443b59fc4b5fd480bc112c409ac2378147853a59292a8a8404c2243379a1451 -SIZE (KDE/kdebindings-4.4.5.tar.bz2) = 5092007 +MD5 (KDE/kdebindings-4.5.1.tar.bz2) = ac762e1d382d63194c387246daa9cc74 +SHA256 (KDE/kdebindings-4.5.1.tar.bz2) = 5cb33f3cb2ea4d54f0bc851fe2f0eaf76df30333108a862a60129cc5e9710bc9 +SIZE (KDE/kdebindings-4.5.1.tar.bz2) = 6325783 diff --git a/devel/kdebindings4-smoke/pkg-plist b/devel/kdebindings4-smoke/pkg-plist index 4c4a752c34e0..9dba40da2eab 100644 --- a/devel/kdebindings4-smoke/pkg-plist +++ b/devel/kdebindings4-smoke/pkg-plist @@ -19,7 +19,6 @@ include/smoke/phonon_smoke.h include/smoke/plasma_smoke.h include/smoke/qimageblitz_smoke.h include/smoke/qsci_smoke.h -include/smoke/qt_smoke.h include/smoke/qtcore_smoke.h include/smoke/qtdbus_smoke.h include/smoke/qtgui_smoke.h @@ -34,6 +33,7 @@ include/smoke/qtuitools_smoke.h include/smoke/qtwebkit_smoke.h include/smoke/qtxml_smoke.h include/smoke/qtxmlpatterns_smoke.h +include/smoke/qwt_smoke.h include/smoke/solid_smoke.h include/smoke/soprano_smoke.h include/smoke/sopranoclient_smoke.h @@ -44,6 +44,9 @@ lib/libsmokeakonadi.so.3.0.0 lib/libsmokeattica.so lib/libsmokeattica.so.3 lib/libsmokeattica.so.3.0.0 +lib/libsmokebase.so +lib/libsmokebase.so.3 +lib/libsmokebase.so.3.0.0 lib/libsmokekdecore.so lib/libsmokekdecore.so.3 lib/libsmokekdecore.so.3.0.0 @@ -95,9 +98,6 @@ lib/libsmokeqimageblitz.so.3.0.0 lib/libsmokeqsci.so lib/libsmokeqsci.so.3 lib/libsmokeqsci.so.3.0.0 -lib/libsmokeqt.so -lib/libsmokeqt.so.3 -lib/libsmokeqt.so.3.0.0 lib/libsmokeqtcore.so lib/libsmokeqtcore.so.3 lib/libsmokeqtcore.so.3.0.0 @@ -140,6 +140,9 @@ lib/libsmokeqtxml.so.3.0.0 lib/libsmokeqtxmlpatterns.so lib/libsmokeqtxmlpatterns.so.3 lib/libsmokeqtxmlpatterns.so.3.0.0 +lib/libsmokeqwt.so +lib/libsmokeqwt.so.3 +lib/libsmokeqwt.so.3.0.0 lib/libsmokesolid.so lib/libsmokesolid.so.3 lib/libsmokesolid.so.3.0.0 diff --git a/devel/kdebindings4/files/Makefile.kdebindings b/devel/kdebindings4/files/Makefile.kdebindings index 510ad50b8b58..6228cce89b99 100644 --- a/devel/kdebindings4/files/Makefile.kdebindings +++ b/devel/kdebindings4/files/Makefile.kdebindings @@ -10,6 +10,7 @@ MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src PKGNAMEPREFIX?= ${${BINDLANG}_PKGNAMEPREFIX} PKGNAMESUFFIX?= ${${BINDLANG}_PKGNAMESUFFIX} DIST_SUBDIR= KDE +UNIQUENAME?= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX} COMMENT?= ${${BINDLANG}_COMMENT} diff --git a/devel/kdesdk4/Makefile b/devel/kdesdk4/Makefile index 8fc94eeb6c8b..1a2b31bf17a7 100644 --- a/devel/kdesdk4/Makefile +++ b/devel/kdesdk4/Makefile @@ -14,7 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE Software Development Kit -BUILD_DEPENDS= ${LOCALBASE}/include/ltdl.h:${PORTSDIR}/devel/libltdl22 +BUILD_DEPENDS= ${LOCALBASE}/include/ltdl.h:${PORTSDIR}/devel/libltdl22 \ + ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml RUN_DEPENDS= bash:${PORTSDIR}/shells/bash LIB_DEPENDS= svn_client-1.0:${PORTSDIR}/devel/subversion \ boost_thread.4:${PORTSDIR}/devel/boost-libs \ @@ -22,9 +23,11 @@ LIB_DEPENDS= svn_client-1.0:${PORTSDIR}/devel/subversion \ LATEST_LINK= ${PORTNAME}4 +CONFLICTS= kdebase-4.4.[1-5] + USE_BZIP2= yes USE_KDE4= kdelibs pimlibs kdeprefix kdehier \ - automoc4 akonadi + automoc4 akonadi kdebase KDE4_BUILDENV= yes USE_QT_VER= 4 QT_COMPONENTS= network gui svg qt3support \ @@ -34,6 +37,8 @@ USE_GMAKE= yes MAKE_JOBS_SAFE= yes CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" +OPTIONS+= ANTLR "Support for po2xml and swappo tools" OFF + MAN1= adddebug.1 \ cervisia.1 \ cheatmake.1 \ @@ -60,4 +65,15 @@ MAN1= adddebug.1 \ xml2pot.1 \ zonetab2pot.py.1 +.include <bsd.port.options.mk> + +.if defined(WITH_ANTLR) +BUILD_DEPENDS+= antlr:${PORTSDIR}/devel/antlr +RUN_DEPENDS+= antlr:${PORTSDIR}/devel/antlr +PLIST_SUB+= ANTLR="" +.else +CMAKE_ARGS+= -DWITH_Antlr2:BOOL=off +PLIST_SUB+= ANTLR="@comment " +.endif + .include <bsd.port.mk> diff --git a/devel/kdesdk4/distinfo b/devel/kdesdk4/distinfo index 6f5912640137..a6c746004b59 100644 --- a/devel/kdesdk4/distinfo +++ b/devel/kdesdk4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdesdk-4.4.5.tar.bz2) = 20453e07a3c5c60bcb0bb46a14f9fb18 -SHA256 (KDE/kdesdk-4.4.5.tar.bz2) = 3c637a4df1089eabc7080313c5a69bd9f40f9f2732881eb3d40d67646902727a -SIZE (KDE/kdesdk-4.4.5.tar.bz2) = 5648861 +MD5 (KDE/kdesdk-4.5.1.tar.bz2) = 091d24625aa42355da4e6c272abd37e1 +SHA256 (KDE/kdesdk-4.5.1.tar.bz2) = 17fa1eb4151cb126b4f3dcab021f24e0c9a4a792e11f33f1995c1ad6e1688f4f +SIZE (KDE/kdesdk-4.5.1.tar.bz2) = 5763124 diff --git a/devel/kdesdk4/pkg-plist b/devel/kdesdk4/pkg-plist index 5e1b3ce23bf7..18e4f76c7c44 100644 --- a/devel/kdesdk4/pkg-plist +++ b/devel/kdesdk4/pkg-plist @@ -23,6 +23,7 @@ bin/cxxmetric bin/dprof2calltree bin/extend_dmalloc bin/extractattr +bin/extractqml bin/extractrc bin/findmissingcrystal bin/fix-include.sh @@ -32,20 +33,21 @@ bin/hotshot2calltree bin/includemocs bin/kapptemplate bin/kate -bin/katesnippetstng_editor bin/kbugbuster bin/kcachegrind +bin/kde-systemsettings-tree.py bin/kde_generate_export_header bin/kdedoc bin/kdekillall bin/kdelnk2desktop.py bin/kdemangen.pl -bin/kdesvn-build +bin/kdesrc-build bin/kio_svn_helper bin/kompare bin/kpartloader bin/krazy-licensecheck bin/kstartperf +bin/ktesnippets_editor bin/kuiviewer bin/lokalize bin/makeobj @@ -56,7 +58,7 @@ bin/op2calltree bin/optimizegraphics bin/package_crystalsvg bin/png2mng.pl -bin/po2xml +%%ANTLR%%bin/po2xml bin/pprof2calltree bin/pruneemptydirs bin/qtdoc @@ -71,7 +73,7 @@ bin/svnlastchange bin/svnlastlog bin/svnrevertlast bin/svnversions -bin/swappo +%%ANTLR%%bin/swappo bin/umbrello bin/wcgrep bin/xml2pot @@ -89,6 +91,8 @@ include/ktexteditor_codesnippets_core/completionmodel.h include/ktexteditor_codesnippets_core/ktexteditor_codesnippets_core_export.h include/ktexteditor_codesnippets_core/repository.h lib/kde4/cervisiapart.so +lib/kde4/fileviewgitplugin.so +lib/kde4/fileviewsvnplugin.so lib/kde4/kabcformat_kdeaccounts.so lib/kde4/kate_kttsd.so lib/kde4/katebacktracebrowserplugin.so @@ -101,14 +105,14 @@ lib/kde4/katefindinfilesplugin.so lib/kde4/katekonsoleplugin.so lib/kde4/katemailfilesplugin.so lib/kde4/kateopenheaderplugin.so -lib/kde4/katepybrowseplugin.so lib/kde4/katequickdocumentswitcherplugin.so lib/kde4/katesnippets_tngplugin.so -lib/kde4/katesnippetsplugin.so lib/kde4/katesymbolviewerplugin.so lib/kde4/katetabbarextensionplugin.so +lib/kde4/katetabifyplugin.so lib/kde4/katetextfilterplugin.so lib/kde4/katexmlcheckplugin.so +lib/kde4/katexmltoolsplugin.so lib/kde4/kcal_bugzilla.so lib/kde4/kded_ksvnd.so lib/kde4/kio_perldoc.so @@ -119,9 +123,6 @@ lib/kde4/libkomparepart.so lib/kde4/libkuiviewerpart.so lib/kde4/plasma_applet_katesession.so lib/kde4/quithumbnail.so -lib/libantlr.so -lib/libantlr.so.5 -lib/libantlr.so.5.0.1 lib/libkateinterfaces.so lib/libkateinterfaces.so.5 lib/libkateinterfaces.so.5.0.1 @@ -147,11 +148,11 @@ lib/strigi/strigita_ts.so share/applications/kde4/cervisia.desktop share/applications/kde4/kapptemplate.desktop share/applications/kde4/kate.desktop -share/applications/kde4/katesnippetstng_editor.desktop share/applications/kde4/kbugbuster.desktop share/applications/kde4/kcachegrind.desktop share/applications/kde4/kdesvn-build.desktop share/applications/kde4/kompare.desktop +share/applications/kde4/ktesnippets_editor.desktop share/applications/kde4/kuiviewer.desktop share/applications/kde4/lokalize.desktop share/applications/kde4/umbrello.desktop @@ -161,9 +162,6 @@ share/apps/cervisiapart/cervisiaui.rc share/apps/kabc/formats/kdeaccountsplugin.desktop share/apps/kate/default.katesession share/apps/kate/externaltools -share/apps/kate/icons/oxygen/16x16/actions/modified.png -share/apps/kate/icons/oxygen/16x16/actions/modmod.png -share/apps/kate/icons/oxygen/16x16/actions/modonhd.png share/apps/kate/icons/oxygen/16x16/actions/null.png share/apps/kate/kateui.rc share/apps/kate/plugins/findinfiles/ui.rc @@ -182,17 +180,29 @@ share/apps/kate/plugins/katefiletemplates/ui.rc share/apps/kate/plugins/katekonsole/ui.rc share/apps/kate/plugins/katemailfiles/ui.rc share/apps/kate/plugins/kateopenheader/ui.rc -share/apps/kate/plugins/katepybrowse/ui.rc share/apps/kate/plugins/katequickdocumentswitcher/ui.rc -share/apps/kate/plugins/katesnippets/plugin_katesnippets.rc share/apps/kate/plugins/katesnippets_tng/ui.rc share/apps/kate/plugins/katesymbolviewer/ui.rc share/apps/kate/plugins/katetabbarextension/ui.rc +share/apps/kate/plugins/katetabify/ui.rc share/apps/kate/plugins/katetextfilter/ui.rc share/apps/kate/plugins/katexmlcheck/ui.rc +share/apps/kate/plugins/katexmltools/ui.rc share/apps/kate/tips share/apps/katepart/syntax/katetemplate.xml -share/apps/katepart/syntax/kdesvn-buildrc.xml +share/apps/katepart/syntax/kdesrc-buildrc.xml +share/apps/katexmltools/html4-loose.dtd.xml +share/apps/katexmltools/html4-strict.dtd.xml +share/apps/katexmltools/kcfg.dtd.xml +share/apps/katexmltools/kde-docbook.dtd.xml +share/apps/katexmltools/kpartgui.dtd.xml +share/apps/katexmltools/language.dtd.xml +share/apps/katexmltools/simplify_dtd.xsl +share/apps/katexmltools/testcases.xml +share/apps/katexmltools/xhtml1-frameset.dtd.xml +share/apps/katexmltools/xhtml1-strict.dtd.xml +share/apps/katexmltools/xhtml1-transitional.dtd.xml +share/apps/katexmltools/xslt-1.0.dtd.xml share/apps/kbugbuster/kbugbusterui.rc share/apps/kbugbuster/pics/bars.png share/apps/kbugbuster/pics/logo.png @@ -200,6 +210,7 @@ share/apps/kbugbuster/pics/tools.png share/apps/kbugbuster/pics/top-right.png share/apps/kcachegrind/icons/hicolor/16x16/actions/move.png share/apps/kcachegrind/icons/hicolor/16x16/actions/percent.png +share/apps/kcachegrind/icons/hicolor/22x22/actions/hidetemplates.png share/apps/kcachegrind/icons/hicolor/22x22/actions/move.png share/apps/kcachegrind/icons/hicolor/22x22/actions/percent.png share/apps/kcachegrind/icons/hicolor/32x32/actions/percent.png @@ -215,6 +226,7 @@ share/apps/kdevappwizard/template_previews/akonadi-serializer.png share/apps/kdevappwizard/template_previews/default.png share/apps/kdevappwizard/template_previews/kapp4.png share/apps/kdevappwizard/template_previews/kderubyapp.png +share/apps/kdevappwizard/template_previews/konqplugin.png share/apps/kdevappwizard/template_previews/kpartapp.png share/apps/kdevappwizard/template_previews/plasma-applet.png share/apps/kdevappwizard/template_previews/pykde4.png @@ -227,12 +239,14 @@ share/apps/kdevappwizard/templates/flake.tar.bz2 share/apps/kdevappwizard/templates/kapp4.tar.bz2 share/apps/kdevappwizard/templates/kderubyapp.tar.bz2 share/apps/kdevappwizard/templates/kofficetext.tar.bz2 +share/apps/kdevappwizard/templates/konqplugin.tar.bz2 share/apps/kdevappwizard/templates/kpartapp.tar.bz2 share/apps/kdevappwizard/templates/ktexteditor.tar.bz2 share/apps/kdevappwizard/templates/plasmoid.tar.bz2 share/apps/kdevappwizard/templates/pykde4app.tar.bz2 share/apps/kdevappwizard/templates/pyqt4app.tar.bz2 share/apps/kdevappwizard/templates/qmake_qt4guiapp.tar.bz2 +share/apps/kdevappwizard/templates/rubykonqplugin.tar.bz2 share/apps/kdevappwizard/templates/runner.tar.bz2 share/apps/kio_perldoc/pod2html.pl share/apps/kompare/komparepartui.rc @@ -429,6 +443,7 @@ share/apps/umbrello/umbrelloui.rc share/apps/umbrello/xmi.css share/apps/umbrello/xmi2docbook.xsl share/config.kcfg/cervisiapart.kcfg +share/config.kcfg/fileviewsvnpluginsettings.kcfg share/config.kcfg/kapptemplate.kcfg share/config.kcfg/lokalize.kcfg share/config/katefiletemplates.knsrc @@ -495,6 +510,7 @@ share/doc/HTML/en/kdesvn-build/common share/doc/HTML/en/kdesvn-build/index.cache.bz2 share/doc/HTML/en/kdesvn-build/index.docbook share/doc/HTML/en/kompare/common +share/doc/HTML/en/kompare/dock.png share/doc/HTML/en/kompare/index.cache.bz2 share/doc/HTML/en/kompare/index.docbook share/doc/HTML/en/kompare/settings-diff1.png @@ -503,6 +519,7 @@ share/doc/HTML/en/kompare/settings-diff3.png share/doc/HTML/en/kompare/settings-diff4.png share/doc/HTML/en/kompare/settings-view1.png share/doc/HTML/en/kompare/settings-view2.png +share/doc/HTML/en/kompare/undock.png share/doc/HTML/en/lokalize/common share/doc/HTML/en/lokalize/glossary.png share/doc/HTML/en/lokalize/index.cache.bz2 @@ -693,6 +710,10 @@ share/icons/oxygen/128x128/actions/svn_merge.png share/icons/oxygen/128x128/actions/svn_remove.png share/icons/oxygen/128x128/actions/svn_status.png share/icons/oxygen/128x128/actions/svn_switch.png +share/icons/oxygen/16x16/actions/repoadd.png +share/icons/oxygen/16x16/actions/repomanage.png +share/icons/oxygen/16x16/actions/snippetadd.png +share/icons/oxygen/16x16/actions/snippetedit.png share/icons/oxygen/16x16/actions/svn_add.png share/icons/oxygen/16x16/actions/svn_branch.png share/icons/oxygen/16x16/actions/svn_merge.png @@ -781,6 +802,8 @@ share/kde4/services/ServiceMenus/subversion_toplevel.desktop share/kde4/services/cervisiapart.desktop share/kde4/services/cvsservice.desktop share/kde4/services/designerthumbnail.desktop +share/kde4/services/fileviewgitplugin.desktop +share/kde4/services/fileviewsvnplugin.desktop share/kde4/services/kate_kttsd.desktop share/kde4/services/katebacktracebrowserplugin.desktop share/kde4/services/katebuildplugin.desktop @@ -792,14 +815,14 @@ share/kde4/services/katefindinfilesplugin.desktop share/kde4/services/katekonsoleplugin.desktop share/kde4/services/katemailfilesplugin.desktop share/kde4/services/kateopenheader.desktop -share/kde4/services/katepybrowse.desktop share/kde4/services/katequickdocumentswitcher.desktop -share/kde4/services/katesnippets.desktop share/kde4/services/katesnippets_tngplugin.desktop share/kde4/services/katesymbolviewer.desktop share/kde4/services/katetabbarextension.desktop +share/kde4/services/katetabifyplugin.desktop share/kde4/services/katetextfilter.desktop share/kde4/services/katexmlcheck.desktop +share/kde4/services/katexmltools.desktop share/kde4/services/kded/ksvnd.desktop share/kde4/services/komparenavtreepart.desktop share/kde4/services/komparepart.desktop @@ -815,16 +838,16 @@ share/kde4/services/svn.protocol share/kde4/servicetypes/kateplugin.desktop share/kde4/servicetypes/komparenavigationpart.desktop share/kde4/servicetypes/kompareviewpart.desktop -share/mime/application/x-katesnippets_tng.xml -share/mime/packages/kateplugin_katesnippets_tng.xml +share/mime/application/x-ktesnippets.xml +share/mime/packages/ktesnippets.xml share/strigi/fieldproperties/strigi_translation.fieldproperties -@dirrm share/strigi/fieldproperties -@dirrm share/strigi -@dirrm share/icons/locolor/32x32/actions +@dirrmtry share/strigi/fieldproperties +@dirrmtry share/strigi +@dirrmtry share/icons/locolor/32x32/actions @dirrmtry share/icons/locolor/32x32 @dirrmtry share/icons/locolor/16x16/actions -@dirrm share/icons/locolor/16x16 -@dirrm share/icons/locolor +@dirrmtry share/icons/locolor/16x16 +@dirrmtry share/icons/locolor @dirrm share/doc/HTML/en/umbrello @dirrm share/doc/HTML/en/lokalize @dirrm share/doc/HTML/en/kompare @@ -848,9 +871,9 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties @dirrm share/apps/kpartloader @dirrm share/apps/kompare @dirrm share/apps/kio_perldoc -@dirrm share/apps/kdevappwizard/templates -@dirrm share/apps/kdevappwizard/template_previews -@dirrm share/apps/kdevappwizard +@dirrmtry share/apps/kdevappwizard/templates +@dirrmtry share/apps/kdevappwizard/template_previews +@dirrmtry share/apps/kdevappwizard @dirrm share/apps/kcachegrind/icons/hicolor/32x32/actions @dirrm share/apps/kcachegrind/icons/hicolor/32x32 @dirrm share/apps/kcachegrind/icons/hicolor/22x22/actions @@ -862,14 +885,15 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties @dirrm share/apps/kcachegrind @dirrm share/apps/kbugbuster/pics @dirrm share/apps/kbugbuster +@dirrm share/apps/katexmltools +@dirrm share/apps/kate/plugins/katexmltools @dirrm share/apps/kate/plugins/katexmlcheck @dirrm share/apps/kate/plugins/katetextfilter +@dirrm share/apps/kate/plugins/katetabify @dirrm share/apps/kate/plugins/katetabbarextension @dirrm share/apps/kate/plugins/katesymbolviewer @dirrm share/apps/kate/plugins/katesnippets_tng -@dirrm share/apps/kate/plugins/katesnippets @dirrm share/apps/kate/plugins/katequickdocumentswitcher -@dirrm share/apps/kate/plugins/katepybrowse @dirrm share/apps/kate/plugins/kateopenheader @dirrm share/apps/kate/plugins/katemailfiles @dirrm share/apps/kate/plugins/katekonsole @@ -880,14 +904,14 @@ share/strigi/fieldproperties/strigi_translation.fieldproperties @dirrm share/apps/kate/plugins/katebuild @dirrm share/apps/kate/plugins/kate_kttsd @dirrm share/apps/kate/plugins/findinfiles -@dirrm share/apps/kate/plugins +@dirrmtry share/apps/kate/plugins @dirrm share/apps/kate/icons/oxygen/16x16/actions @dirrm share/apps/kate/icons/oxygen/16x16 @dirrm share/apps/kate/icons/oxygen @dirrm share/apps/kate/icons -@dirrm share/apps/kate +@dirrmtry share/apps/kate @dirrm share/apps/cervisiapart @dirrm share/apps/cervisia @dirrm include/ktexteditor_codesnippets_core @dirrm include/kompare -@dirrm include/kate +@dirrmtry include/kate diff --git a/french/kde4-l10n/Makefile.man b/french/kde4-l10n/Makefile.man index a1d2db4279fa..4e18508749b9 100644 --- a/french/kde4-l10n/Makefile.man +++ b/french/kde4-l10n/Makefile.man @@ -1,3 +1,3 @@ -MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kdesu.1 kfind.1 kig.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 ktouch.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 xml2pot.1 zonetab2pot.py.1 -MAN6= amor.6 khangman.6 kpat.6 -MAN8= kded4.8 kdeinit4.8 +MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 extractrc.1 fixincludes.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kdesu.1 kfind.1 kig.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 ktouch.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 xml2pot.1 zonetab2pot.py.1 +MAN6= amor.6 khangman.6 +MAN8= meinproc4.8 nepomukserver.8 nepomukservicestub.8 diff --git a/french/kde4-l10n/distinfo b/french/kde4-l10n/distinfo index 37e7dd504538..d54cf10f3e45 100644 --- a/french/kde4-l10n/distinfo +++ b/french/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-fr-4.4.5.tar.bz2) = 464264490b4b12f01d7e3b4fbebc5caa -SHA256 (KDE/kde-l10n/kde-l10n-fr-4.4.5.tar.bz2) = 7e0fe1f35375ef0d261e7dd616dcbf9850229db66ce4be40c95a6694bfa91f27 -SIZE (KDE/kde-l10n/kde-l10n-fr-4.4.5.tar.bz2) = 22595114 +MD5 (KDE/kde-l10n/kde-l10n-fr-4.5.1.tar.bz2) = 917ce335ddb35425ebd42726f4c0f174 +SHA256 (KDE/kde-l10n/kde-l10n-fr-4.5.1.tar.bz2) = 585d66b33ce8dacbf5ec0113f1500434add6ef9329ae068391d9fedffabe7ffb +SIZE (KDE/kde-l10n/kde-l10n-fr-4.5.1.tar.bz2) = 19770321 diff --git a/french/kde4-l10n/pkg-plist b/french/kde4-l10n/pkg-plist index 51d4032b16b1..1ae97f0c5536 100644 --- a/french/kde4-l10n/pkg-plist +++ b/french/kde4-l10n/pkg-plist @@ -66,25 +66,6 @@ share/apps/kvtml/fr/easy.kvtml share/apps/kvtml/fr/hard.kvtml share/apps/kvtml/fr/maison.kvtml share/apps/kvtml/fr/medium.kvtml -share/doc/HTML/fr/akregator/add-feed.png -share/doc/HTML/fr/akregator/add-feed2.png -share/doc/HTML/fr/akregator/add-folder.png -share/doc/HTML/fr/akregator/add-folder2.png -share/doc/HTML/fr/akregator/advanced-tab.png -share/doc/HTML/fr/akregator/appearance-tab.png -share/doc/HTML/fr/akregator/archive-tab.png -share/doc/HTML/fr/akregator/browser-tab.png -share/doc/HTML/fr/akregator/common -share/doc/HTML/fr/akregator/general-tab.png -share/doc/HTML/fr/akregator/index.cache.bz2 -share/doc/HTML/fr/akregator/index.docbook -share/doc/HTML/fr/akregator/konq.png -share/doc/HTML/fr/akregator/konq2.png -share/doc/HTML/fr/akregator/main-window.png -share/doc/HTML/fr/akregator/main-window2.png -share/doc/HTML/fr/akregator/main-window3.png -share/doc/HTML/fr/akregator/main-window4.png -share/doc/HTML/fr/akregator/quick-filter.png share/doc/HTML/fr/amor/common share/doc/HTML/fr/amor/index.cache.bz2 share/doc/HTML/fr/amor/index.docbook @@ -106,6 +87,9 @@ share/doc/HTML/fr/bomber/index.docbook share/doc/HTML/fr/bovo/common share/doc/HTML/fr/bovo/index.cache.bz2 share/doc/HTML/fr/bovo/index.docbook +share/doc/HTML/fr/cantor/common +share/doc/HTML/fr/cantor/index.cache.bz2 +share/doc/HTML/fr/cantor/index.docbook share/doc/HTML/fr/cervisia/annotate.png share/doc/HTML/fr/cervisia/checkout.png share/doc/HTML/fr/cervisia/commit.png @@ -147,22 +131,9 @@ share/doc/HTML/fr/gwenview/interface.docbook share/doc/HTML/fr/gwenview/introduction.docbook share/doc/HTML/fr/gwenview/keybindings.docbook share/doc/HTML/fr/gwenview/mouse.docbook -share/doc/HTML/fr/irkick/common -share/doc/HTML/fr/irkick/index.cache.bz2 -share/doc/HTML/fr/irkick/index.docbook share/doc/HTML/fr/juk/common share/doc/HTML/fr/juk/index.cache.bz2 share/doc/HTML/fr/juk/index.docbook -share/doc/HTML/fr/kabcclient/common -share/doc/HTML/fr/kabcclient/index.cache.bz2 -share/doc/HTML/fr/kabcclient/index.docbook -share/doc/HTML/fr/kabcclient/man-kabcclient.1.docbook -share/doc/HTML/fr/kalarm/alarmmessage.png -share/doc/HTML/fr/kalarm/common -share/doc/HTML/fr/kalarm/editwindow.png -share/doc/HTML/fr/kalarm/index.cache.bz2 -share/doc/HTML/fr/kalarm/index.docbook -share/doc/HTML/fr/kalarm/mainwindow.png share/doc/HTML/fr/kalzium/common share/doc/HTML/fr/kalzium/index.cache.bz2 share/doc/HTML/fr/kalzium/index.docbook @@ -252,9 +223,6 @@ share/doc/HTML/fr/kcalc/index.docbook share/doc/HTML/fr/kcharselect/common share/doc/HTML/fr/kcharselect/index.cache.bz2 share/doc/HTML/fr/kcharselect/index.docbook -share/doc/HTML/fr/kcmlirc/common -share/doc/HTML/fr/kcmlirc/index.cache.bz2 -share/doc/HTML/fr/kcmlirc/index.docbook share/doc/HTML/fr/kcontrol/attica/common share/doc/HTML/fr/kcontrol/attica/index.cache.bz2 share/doc/HTML/fr/kcontrol/attica/index.docbook @@ -282,6 +250,9 @@ share/doc/HTML/fr/kcontrol/clock/index.docbook share/doc/HTML/fr/kcontrol/colors/common share/doc/HTML/fr/kcontrol/colors/index.cache.bz2 share/doc/HTML/fr/kcontrol/colors/index.docbook +share/doc/HTML/fr/kcontrol/componentchooser/common +share/doc/HTML/fr/kcontrol/componentchooser/index.cache.bz2 +share/doc/HTML/fr/kcontrol/componentchooser/index.docbook share/doc/HTML/fr/kcontrol/cookies/common share/doc/HTML/fr/kcontrol/cookies/index.cache.bz2 share/doc/HTML/fr/kcontrol/cookies/index.docbook @@ -311,9 +282,6 @@ share/doc/HTML/fr/kcontrol/fontinst/index.docbook share/doc/HTML/fr/kcontrol/fonts/common share/doc/HTML/fr/kcontrol/fonts/index.cache.bz2 share/doc/HTML/fr/kcontrol/fonts/index.docbook -share/doc/HTML/fr/kcontrol/helpindex/common -share/doc/HTML/fr/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/fr/kcontrol/helpindex/index.docbook share/doc/HTML/fr/kcontrol/icons/common share/doc/HTML/fr/kcontrol/icons/index.cache.bz2 share/doc/HTML/fr/kcontrol/icons/index.docbook @@ -326,12 +294,12 @@ share/doc/HTML/fr/kcontrol/kamera/index.docbook share/doc/HTML/fr/kcontrol/kcmaccess/common share/doc/HTML/fr/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmaccess/index.docbook +share/doc/HTML/fr/kcontrol/kcmcgi/common +share/doc/HTML/fr/kcontrol/kcmcgi/index.cache.bz2 +share/doc/HTML/fr/kcontrol/kcmcgi/index.docbook share/doc/HTML/fr/kcontrol/kcmcss/common share/doc/HTML/fr/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmcss/index.docbook -share/doc/HTML/fr/kcontrol/kcmdisplay/common -share/doc/HTML/fr/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kcmdisplay/index.docbook share/doc/HTML/fr/kcontrol/kcmlaunch/common share/doc/HTML/fr/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmlaunch/index.docbook @@ -344,6 +312,9 @@ share/doc/HTML/fr/kcontrol/kcmsmserver/index.docbook share/doc/HTML/fr/kcontrol/kcmstyle/common share/doc/HTML/fr/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/fr/kcontrol/kcmstyle/index.docbook +share/doc/HTML/fr/kcontrol/kded/common +share/doc/HTML/fr/kcontrol/kded/index.cache.bz2 +share/doc/HTML/fr/kcontrol/kded/index.docbook share/doc/HTML/fr/kcontrol/keyboard/common share/doc/HTML/fr/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/fr/kcontrol/keyboard/index.docbook @@ -383,9 +354,6 @@ share/doc/HTML/fr/kcontrol/kwindecoration/index.docbook share/doc/HTML/fr/kcontrol/kwinscreenedges/common share/doc/HTML/fr/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/fr/kcontrol/kwinscreenedges/index.docbook -share/doc/HTML/fr/kcontrol/kxkb/common -share/doc/HTML/fr/kcontrol/kxkb/index.cache.bz2 -share/doc/HTML/fr/kcontrol/kxkb/index.docbook share/doc/HTML/fr/kcontrol/language/common share/doc/HTML/fr/kcontrol/language/index.cache.bz2 share/doc/HTML/fr/kcontrol/language/index.docbook @@ -404,6 +372,9 @@ share/doc/HTML/fr/kcontrol/paths/index.docbook share/doc/HTML/fr/kcontrol/performance/common share/doc/HTML/fr/kcontrol/performance/index.cache.bz2 share/doc/HTML/fr/kcontrol/performance/index.docbook +share/doc/HTML/fr/kcontrol/phonon/common +share/doc/HTML/fr/kcontrol/phonon/index.cache.bz2 +share/doc/HTML/fr/kcontrol/phonon/index.docbook share/doc/HTML/fr/kcontrol/powerdevil/common share/doc/HTML/fr/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/fr/kcontrol/powerdevil/index.docbook @@ -428,6 +399,9 @@ share/doc/HTML/fr/kcontrol/spellchecking/index.docbook share/doc/HTML/fr/kcontrol/splashscreen/common share/doc/HTML/fr/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/fr/kcontrol/splashscreen/index.docbook +share/doc/HTML/fr/kcontrol/trash/common +share/doc/HTML/fr/kcontrol/trash/index.cache.bz2 +share/doc/HTML/fr/kcontrol/trash/index.docbook share/doc/HTML/fr/kcontrol/useragent/common share/doc/HTML/fr/kcontrol/useragent/index.cache.bz2 share/doc/HTML/fr/kcontrol/useragent/index.docbook @@ -467,11 +441,6 @@ share/doc/HTML/fr/kdf/kdf_config.png share/doc/HTML/fr/kdiamond/common share/doc/HTML/fr/kdiamond/index.cache.bz2 share/doc/HTML/fr/kdiamond/index.docbook -share/doc/HTML/fr/kdm/common -share/doc/HTML/fr/kdm/index.cache.bz2 -share/doc/HTML/fr/kdm/index.docbook -share/doc/HTML/fr/kdm/kdmrc-ref.docbook -share/doc/HTML/fr/kdm/theme-ref.docbook share/doc/HTML/fr/kfind/common share/doc/HTML/fr/kfind/index.cache.bz2 share/doc/HTML/fr/kfind/index.docbook @@ -513,9 +482,6 @@ share/doc/HTML/fr/kgoldrunner/index.cache.bz2 share/doc/HTML/fr/kgoldrunner/index.docbook share/doc/HTML/fr/kgoldrunner/select.png share/doc/HTML/fr/kgoldrunner/tute008.png -share/doc/HTML/fr/kgpg/common -share/doc/HTML/fr/kgpg/index.cache.bz2 -share/doc/HTML/fr/kgpg/index.docbook share/doc/HTML/fr/khangman/common share/doc/HTML/fr/khangman/getnewstuff.png share/doc/HTML/fr/khangman/index.cache.bz2 @@ -527,118 +493,12 @@ share/doc/HTML/fr/khangman/settings1.png share/doc/HTML/fr/khangman/settings2.png share/doc/HTML/fr/khangman/settings3.png share/doc/HTML/fr/khelpcenter/common -share/doc/HTML/fr/khelpcenter/contact.docbook -share/doc/HTML/fr/khelpcenter/faq/about.docbook -share/doc/HTML/fr/khelpcenter/faq/common -share/doc/HTML/fr/khelpcenter/faq/configkde.docbook -share/doc/HTML/fr/khelpcenter/faq/contrib.docbook -share/doc/HTML/fr/khelpcenter/faq/desktop.docbook -share/doc/HTML/fr/khelpcenter/faq/filemng.docbook -share/doc/HTML/fr/khelpcenter/faq/getkde.docbook -share/doc/HTML/fr/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/fr/khelpcenter/faq/index.docbook -share/doc/HTML/fr/khelpcenter/faq/install.docbook -share/doc/HTML/fr/khelpcenter/faq/intro.docbook -share/doc/HTML/fr/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/fr/khelpcenter/faq/misc.docbook -share/doc/HTML/fr/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/fr/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/fr/khelpcenter/faq/notrelated.docbook -share/doc/HTML/fr/khelpcenter/faq/panel.docbook -share/doc/HTML/fr/khelpcenter/faq/qt.docbook -share/doc/HTML/fr/khelpcenter/faq/questions.docbook -share/doc/HTML/fr/khelpcenter/faq/sound.docbook -share/doc/HTML/fr/khelpcenter/faq/tips.docbook -share/doc/HTML/fr/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/fr/khelpcenter/faq/winmng.docbook share/doc/HTML/fr/khelpcenter/glossary/common share/doc/HTML/fr/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/fr/khelpcenter/glossary/index.docbook share/doc/HTML/fr/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/fr/khelpcenter/help.docbook share/doc/HTML/fr/khelpcenter/index.cache.bz2 share/doc/HTML/fr/khelpcenter/index.docbook -share/doc/HTML/fr/khelpcenter/khelpcenter.png -share/doc/HTML/fr/khelpcenter/quickstart/common -share/doc/HTML/fr/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/fr/khelpcenter/quickstart/index.docbook -share/doc/HTML/fr/khelpcenter/support.docbook -share/doc/HTML/fr/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/fr/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/fr/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/fr/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/fr/khelpcenter/userguide/common -share/doc/HTML/fr/khelpcenter/userguide/control-center.docbook -share/doc/HTML/fr/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/fr/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/fr/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/fr/khelpcenter/userguide/email.docbook -share/doc/HTML/fr/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/fr/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/fr/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/fr/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/fr/khelpcenter/userguide/glossary.docbook -share/doc/HTML/fr/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/fr/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/fr/khelpcenter/userguide/index.docbook -share/doc/HTML/fr/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/fr/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/fr/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/fr/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/fr/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/fr/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/fr/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/fr/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/fr/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/fr/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/fr/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/fr/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/fr/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/fr/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/fr/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/fr/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/fr/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/fr/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/fr/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/fr/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/fr/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/fr/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/fr/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/fr/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/fr/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/fr/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/fr/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/fr/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/fr/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/fr/khelpcenter/userguide/usenet.docbook -share/doc/HTML/fr/khelpcenter/userguide/where-next.docbook -share/doc/HTML/fr/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/fr/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/fr/khelpcenter/visualdict/common -share/doc/HTML/fr/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/fr/khelpcenter/visualdict/index.docbook -share/doc/HTML/fr/khelpcenter/visualdict/pict1.png -share/doc/HTML/fr/khelpcenter/visualdict/pict10.png -share/doc/HTML/fr/khelpcenter/visualdict/pict11.png -share/doc/HTML/fr/khelpcenter/visualdict/pict12.png -share/doc/HTML/fr/khelpcenter/visualdict/pict13.png -share/doc/HTML/fr/khelpcenter/visualdict/pict14.png -share/doc/HTML/fr/khelpcenter/visualdict/pict15.png -share/doc/HTML/fr/khelpcenter/visualdict/pict16.png -share/doc/HTML/fr/khelpcenter/visualdict/pict17.png -share/doc/HTML/fr/khelpcenter/visualdict/pict18.png -share/doc/HTML/fr/khelpcenter/visualdict/pict19.png -share/doc/HTML/fr/khelpcenter/visualdict/pict2.png -share/doc/HTML/fr/khelpcenter/visualdict/pict20.png -share/doc/HTML/fr/khelpcenter/visualdict/pict3.png -share/doc/HTML/fr/khelpcenter/visualdict/pict4.png -share/doc/HTML/fr/khelpcenter/visualdict/pict5.png -share/doc/HTML/fr/khelpcenter/visualdict/pict6.png -share/doc/HTML/fr/khelpcenter/visualdict/pict7.png -share/doc/HTML/fr/khelpcenter/visualdict/pict8.png -share/doc/HTML/fr/khelpcenter/visualdict/pict9.png -share/doc/HTML/fr/khelpcenter/welcome.docbook -share/doc/HTML/fr/khelpcenter/whatiskde.docbook share/doc/HTML/fr/kig/common share/doc/HTML/fr/kig/constructed_a_point.png share/doc/HTML/fr/kig/constructing_a_circle.png @@ -650,63 +510,6 @@ share/doc/HTML/fr/kig/selecting_objects.png share/doc/HTML/fr/killbots/common share/doc/HTML/fr/killbots/index.cache.bz2 share/doc/HTML/fr/killbots/index.docbook -share/doc/HTML/fr/kinfocenter/common -share/doc/HTML/fr/kinfocenter/devices/common -share/doc/HTML/fr/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/devices/index.docbook -share/doc/HTML/fr/kinfocenter/dma/common -share/doc/HTML/fr/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/dma/index.docbook -share/doc/HTML/fr/kinfocenter/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/index.docbook -share/doc/HTML/fr/kinfocenter/interrupts/common -share/doc/HTML/fr/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/interrupts/index.docbook -share/doc/HTML/fr/kinfocenter/ioports/common -share/doc/HTML/fr/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/ioports/index.docbook -share/doc/HTML/fr/kinfocenter/memory/common -share/doc/HTML/fr/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/memory/index.docbook -share/doc/HTML/fr/kinfocenter/nics/common -share/doc/HTML/fr/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/nics/index.docbook -share/doc/HTML/fr/kinfocenter/opengl/common -share/doc/HTML/fr/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/opengl/index.docbook -share/doc/HTML/fr/kinfocenter/partitions/common -share/doc/HTML/fr/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/partitions/index.docbook -share/doc/HTML/fr/kinfocenter/pci/common -share/doc/HTML/fr/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/pci/index.docbook -share/doc/HTML/fr/kinfocenter/pcmcia/common -share/doc/HTML/fr/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/pcmcia/index.docbook -share/doc/HTML/fr/kinfocenter/processor/common -share/doc/HTML/fr/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/processor/index.docbook -share/doc/HTML/fr/kinfocenter/protocols/common -share/doc/HTML/fr/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/protocols/index.docbook -share/doc/HTML/fr/kinfocenter/samba/common -share/doc/HTML/fr/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/samba/index.docbook -share/doc/HTML/fr/kinfocenter/scsi/common -share/doc/HTML/fr/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/scsi/index.docbook -share/doc/HTML/fr/kinfocenter/sound/common -share/doc/HTML/fr/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/sound/index.docbook -share/doc/HTML/fr/kinfocenter/usb/common -share/doc/HTML/fr/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/usb/index.docbook -share/doc/HTML/fr/kinfocenter/view1394/common -share/doc/HTML/fr/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/view1394/index.docbook -share/doc/HTML/fr/kinfocenter/xserver/common -share/doc/HTML/fr/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/fr/kinfocenter/xserver/index.docbook share/doc/HTML/fr/kioslave/audiocd/common share/doc/HTML/fr/kioslave/audiocd/index.cache.bz2 share/doc/HTML/fr/kioslave/audiocd/index.docbook @@ -764,9 +567,9 @@ share/doc/HTML/fr/kioslave/man/index.docbook share/doc/HTML/fr/kioslave/mbox/common share/doc/HTML/fr/kioslave/mbox/index.cache.bz2 share/doc/HTML/fr/kioslave/mbox/index.docbook -share/doc/HTML/fr/kioslave/news/common -share/doc/HTML/fr/kioslave/news/index.cache.bz2 -share/doc/HTML/fr/kioslave/news/index.docbook +share/doc/HTML/fr/kioslave/network/common +share/doc/HTML/fr/kioslave/network/index.cache.bz2 +share/doc/HTML/fr/kioslave/network/index.docbook share/doc/HTML/fr/kioslave/nfs/common share/doc/HTML/fr/kioslave/nfs/index.cache.bz2 share/doc/HTML/fr/kioslave/nfs/index.docbook @@ -809,16 +612,9 @@ share/doc/HTML/fr/kioslave/xz/index.docbook share/doc/HTML/fr/kiriki/common share/doc/HTML/fr/kiriki/index.cache.bz2 share/doc/HTML/fr/kiriki/index.docbook -share/doc/HTML/fr/kjots/common -share/doc/HTML/fr/kjots/index.cache.bz2 -share/doc/HTML/fr/kjots/index.docbook share/doc/HTML/fr/kjumpingcube/common share/doc/HTML/fr/kjumpingcube/index.cache.bz2 share/doc/HTML/fr/kjumpingcube/index.docbook -share/doc/HTML/fr/kleopatra/common -share/doc/HTML/fr/kleopatra/entities.docbook -share/doc/HTML/fr/kleopatra/index.cache.bz2 -share/doc/HTML/fr/kleopatra/index.docbook share/doc/HTML/fr/klettres/common share/doc/HTML/fr/klettres/index.cache.bz2 share/doc/HTML/fr/klettres/index.docbook @@ -918,51 +714,6 @@ share/doc/HTML/fr/knetattach/screenshot4.png share/doc/HTML/fr/knetwalk/common share/doc/HTML/fr/knetwalk/index.cache.bz2 share/doc/HTML/fr/knetwalk/index.docbook -share/doc/HTML/fr/knode/commands.docbook -share/doc/HTML/fr/knode/common -share/doc/HTML/fr/knode/credits.docbook -share/doc/HTML/fr/knode/eyes.png -share/doc/HTML/fr/knode/faq.docbook -share/doc/HTML/fr/knode/gloss.docbook -share/doc/HTML/fr/knode/greyball.png -share/doc/HTML/fr/knode/greyballchk.png -share/doc/HTML/fr/knode/index.cache.bz2 -share/doc/HTML/fr/knode/index.docbook -share/doc/HTML/fr/knode/install.docbook -share/doc/HTML/fr/knode/introduction.docbook -share/doc/HTML/fr/knode/journey.docbook -share/doc/HTML/fr/knode/knode-cleanup.png -share/doc/HTML/fr/knode/knode-colors-fonts.png -share/doc/HTML/fr/knode/knode-composer-attachments.png -share/doc/HTML/fr/knode/knode-composer-settings.png -share/doc/HTML/fr/knode/knode-edit-filter.png -share/doc/HTML/fr/knode/knode-edit-header1.png -share/doc/HTML/fr/knode/knode-edit-header2.png -share/doc/HTML/fr/knode/knode-filters.png -share/doc/HTML/fr/knode/knode-followup.png -share/doc/HTML/fr/knode/knode-header-settings.png -share/doc/HTML/fr/knode/knode-identity.png -share/doc/HTML/fr/knode/knode-mail-account.png -share/doc/HTML/fr/knode/knode-new-article.png -share/doc/HTML/fr/knode/knode-news-account.png -share/doc/HTML/fr/knode/knode-post-settings.png -share/doc/HTML/fr/knode/knode-read-news-settings.png -share/doc/HTML/fr/knode/knode-reply.png -share/doc/HTML/fr/knode/knode-rule-editor.png -share/doc/HTML/fr/knode/knode-search.png -share/doc/HTML/fr/knode/knode-start.png -share/doc/HTML/fr/knode/knode-subscribe.png -share/doc/HTML/fr/knode/knode-views.png -share/doc/HTML/fr/knode/more.docbook -share/doc/HTML/fr/knode/newsubs.png -share/doc/HTML/fr/knode/redball.png -share/doc/HTML/fr/knode/redballchk.png -share/doc/HTML/fr/knode/using-firststart.docbook -share/doc/HTML/fr/knode/using-morefeatures.docbook -share/doc/HTML/fr/knode/using-subscribing.docbook -share/doc/HTML/fr/knotes/common -share/doc/HTML/fr/knotes/index.cache.bz2 -share/doc/HTML/fr/knotes/index.docbook share/doc/HTML/fr/kolf/common share/doc/HTML/fr/kolf/index.cache.bz2 share/doc/HTML/fr/kolf/index.docbook @@ -1034,12 +785,6 @@ share/doc/HTML/fr/konsole/index.cache.bz2 share/doc/HTML/fr/konsole/index.docbook share/doc/HTML/fr/konsole/konsole.png share/doc/HTML/fr/konsole/tabbar.png -share/doc/HTML/fr/konsolekalendar/common -share/doc/HTML/fr/konsolekalendar/index.cache.bz2 -share/doc/HTML/fr/konsolekalendar/index.docbook -share/doc/HTML/fr/kontact/common -share/doc/HTML/fr/kontact/index.cache.bz2 -share/doc/HTML/fr/kontact/index.docbook share/doc/HTML/fr/kopete/chatstyle.docbook share/doc/HTML/fr/kopete/common share/doc/HTML/fr/kopete/index.cache.bz2 @@ -1047,37 +792,12 @@ share/doc/HTML/fr/kopete/index.docbook share/doc/HTML/fr/kopete/menus.docbook share/doc/HTML/fr/kopete/otr-auth-1.png share/doc/HTML/fr/kopete/pipes.docbook -share/doc/HTML/fr/korganizer/common -share/doc/HTML/fr/korganizer/i_copy.png -share/doc/HTML/fr/korganizer/i_cut.png -share/doc/HTML/fr/korganizer/i_edit_find.png -share/doc/HTML/fr/korganizer/i_file_close.png -share/doc/HTML/fr/korganizer/i_file_new.png -share/doc/HTML/fr/korganizer/i_file_open.png -share/doc/HTML/fr/korganizer/i_file_print.png -share/doc/HTML/fr/korganizer/i_file_print_preview.png -share/doc/HTML/fr/korganizer/i_file_save.png -share/doc/HTML/fr/korganizer/i_go_backward.png -share/doc/HTML/fr/korganizer/i_go_forward.png -share/doc/HTML/fr/korganizer/i_go_to_today.png -share/doc/HTML/fr/korganizer/i_paste.png -share/doc/HTML/fr/korganizer/i_settings_prefs.png -share/doc/HTML/fr/korganizer/i_view_day.png -share/doc/HTML/fr/korganizer/i_view_list.png -share/doc/HTML/fr/korganizer/i_view_todo_list.png -share/doc/HTML/fr/korganizer/i_view_week.png -share/doc/HTML/fr/korganizer/i_view_work_week.png -share/doc/HTML/fr/korganizer/index.cache.bz2 -share/doc/HTML/fr/korganizer/index.docbook -share/doc/HTML/fr/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/fr/korganizer/plugins-chapter.docbook share/doc/HTML/fr/kpat/clubs.png share/doc/HTML/fr/kpat/common share/doc/HTML/fr/kpat/diamonds.png share/doc/HTML/fr/kpat/hearts.png share/doc/HTML/fr/kpat/index.cache.bz2 share/doc/HTML/fr/kpat/index.docbook -share/doc/HTML/fr/kpat/man-kpat.6.docbook share/doc/HTML/fr/kpat/playfield.png share/doc/HTML/fr/kpat/spades.png share/doc/HTML/fr/kppp/accounting.docbook @@ -1116,8 +836,14 @@ share/doc/HTML/fr/kreversi/index.cache.bz2 share/doc/HTML/fr/kreversi/index.docbook share/doc/HTML/fr/kreversi/kreversi1.png share/doc/HTML/fr/krfb/common +share/doc/HTML/fr/krfb/configuration_network.png +share/doc/HTML/fr/krfb/configuration_security.png +share/doc/HTML/fr/krfb/connection.png +share/doc/HTML/fr/krfb/email_invitation.png share/doc/HTML/fr/krfb/index.cache.bz2 share/doc/HTML/fr/krfb/index.docbook +share/doc/HTML/fr/krfb/personal_invitation.png +share/doc/HTML/fr/krfb/screenshot.png share/doc/HTML/fr/kruler/common share/doc/HTML/fr/kruler/index.cache.bz2 share/doc/HTML/fr/kruler/index.docbook @@ -1331,9 +1057,6 @@ share/doc/HTML/fr/kuser/kuser.png share/doc/HTML/fr/kwallet/common share/doc/HTML/fr/kwallet/index.cache.bz2 share/doc/HTML/fr/kwallet/index.docbook -share/doc/HTML/fr/kweather/common -share/doc/HTML/fr/kweather/index.cache.bz2 -share/doc/HTML/fr/kweather/index.docbook share/doc/HTML/fr/kwordquiz/common share/doc/HTML/fr/kwordquiz/index.cache.bz2 share/doc/HTML/fr/kwordquiz/index.docbook @@ -1360,17 +1083,12 @@ share/doc/HTML/fr/marble/measure-1.png share/doc/HTML/fr/marble/quick-1.png share/doc/HTML/fr/marble/search-1.png share/doc/HTML/fr/marble/search-2.png -share/doc/HTML/fr/okteta/basics.docbook -share/doc/HTML/fr/okteta/common -share/doc/HTML/fr/okteta/credits.docbook -share/doc/HTML/fr/okteta/index.cache.bz2 -share/doc/HTML/fr/okteta/index.docbook -share/doc/HTML/fr/okteta/introduction.docbook -share/doc/HTML/fr/okteta/menu.docbook -share/doc/HTML/fr/okteta/tools.docbook share/doc/HTML/fr/okular/common share/doc/HTML/fr/okular/index.cache.bz2 share/doc/HTML/fr/okular/index.docbook +share/doc/HTML/fr/onlinehelp/common +share/doc/HTML/fr/onlinehelp/index.cache.bz2 +share/doc/HTML/fr/onlinehelp/index.docbook share/doc/HTML/fr/parley/common share/doc/HTML/fr/parley/index.cache.bz2 share/doc/HTML/fr/parley/index.docbook @@ -1388,39 +1106,10 @@ share/doc/HTML/fr/step/examples.docbook share/doc/HTML/fr/step/index.cache.bz2 share/doc/HTML/fr/step/index.docbook share/doc/HTML/fr/step/tutorials.docbook -share/doc/HTML/fr/superkaramba/common -share/doc/HTML/fr/superkaramba/index.cache.bz2 -share/doc/HTML/fr/superkaramba/index.docbook share/doc/HTML/fr/systemsettings/common share/doc/HTML/fr/systemsettings/index.cache.bz2 share/doc/HTML/fr/systemsettings/index.docbook -share/locale/fr/LC_MESSAGES/akonadi-kcal.mo -share/locale/fr/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/fr/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/fr/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_next.mo -share/locale/fr/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/fr/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/fr/LC_MESSAGES/akonadicontact.mo -share/locale/fr/LC_MESSAGES/akonaditray.mo -share/locale/fr/LC_MESSAGES/akregator.mo share/locale/fr/LC_MESSAGES/amor.mo share/locale/fr/LC_MESSAGES/ark.mo share/locale/fr/LC_MESSAGES/attica_kde.mo @@ -1428,43 +1117,37 @@ share/locale/fr/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/fr/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/fr/LC_MESSAGES/audiorename_plugin.mo share/locale/fr/LC_MESSAGES/blinken.mo -share/locale/fr/LC_MESSAGES/blogilo.mo share/locale/fr/LC_MESSAGES/bomber.mo share/locale/fr/LC_MESSAGES/bovo.mo share/locale/fr/LC_MESSAGES/cantor.mo share/locale/fr/LC_MESSAGES/cervisia.mo -share/locale/fr/LC_MESSAGES/cryptopageplugin.mo share/locale/fr/LC_MESSAGES/cvsservice.mo share/locale/fr/LC_MESSAGES/display.mo share/locale/fr/LC_MESSAGES/dolphin.mo share/locale/fr/LC_MESSAGES/dragonplayer.mo share/locale/fr/LC_MESSAGES/drkonqi.mo share/locale/fr/LC_MESSAGES/filetypes.mo +share/locale/fr/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/fr/LC_MESSAGES/freespacenotifier.mo share/locale/fr/LC_MESSAGES/granatier.mo share/locale/fr/LC_MESSAGES/gwenview.mo share/locale/fr/LC_MESSAGES/htmlsearch.mo share/locale/fr/LC_MESSAGES/imagerename_plugin.mo -share/locale/fr/LC_MESSAGES/irkick.mo +share/locale/fr/LC_MESSAGES/jovie.mo share/locale/fr/LC_MESSAGES/joystick.mo share/locale/fr/LC_MESSAGES/juk.mo share/locale/fr/LC_MESSAGES/kabc.mo -share/locale/fr/LC_MESSAGES/kabc_akonadi.mo share/locale/fr/LC_MESSAGES/kabc_dir.mo share/locale/fr/LC_MESSAGES/kabc_file.mo share/locale/fr/LC_MESSAGES/kabc_ldapkio.mo share/locale/fr/LC_MESSAGES/kabc_net.mo -share/locale/fr/LC_MESSAGES/kabc_slox.mo -share/locale/fr/LC_MESSAGES/kabcclient.mo share/locale/fr/LC_MESSAGES/kabcformat_binary.mo share/locale/fr/LC_MESSAGES/kaccess.mo -share/locale/fr/LC_MESSAGES/kaddressbook.mo -share/locale/fr/LC_MESSAGES/kalarm.mo +share/locale/fr/LC_MESSAGES/kajongg.mo share/locale/fr/LC_MESSAGES/kalgebra.mo share/locale/fr/LC_MESSAGES/kalzium.mo -share/locale/fr/LC_MESSAGES/kalzium_qt.mo share/locale/fr/LC_MESSAGES/kanagram.mo share/locale/fr/LC_MESSAGES/kapman.mo -share/locale/fr/LC_MESSAGES/kappfinder.mo share/locale/fr/LC_MESSAGES/kapptemplate.mo share/locale/fr/LC_MESSAGES/kate-ctags-plugin.mo share/locale/fr/LC_MESSAGES/kate.mo @@ -1476,20 +1159,17 @@ share/locale/fr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/fr/LC_MESSAGES/katefiletemplates.mo share/locale/fr/LC_MESSAGES/katefindinfilesplugin.mo share/locale/fr/LC_MESSAGES/katehelloworld.mo -share/locale/fr/LC_MESSAGES/katehtmltools.mo share/locale/fr/LC_MESSAGES/kateinsertcommand.mo share/locale/fr/LC_MESSAGES/katekjswrapper.mo share/locale/fr/LC_MESSAGES/katekonsoleplugin.mo share/locale/fr/LC_MESSAGES/katemailfilesplugin.mo share/locale/fr/LC_MESSAGES/kateopenheader.mo share/locale/fr/LC_MESSAGES/katepart4.mo -share/locale/fr/LC_MESSAGES/katepybrowse.mo share/locale/fr/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/fr/LC_MESSAGES/katesnippets.mo share/locale/fr/LC_MESSAGES/katesnippets_tng.mo -share/locale/fr/LC_MESSAGES/katesnippetstng_editor.mo share/locale/fr/LC_MESSAGES/katesymbolviewer.mo share/locale/fr/LC_MESSAGES/katetabbarextension.mo +share/locale/fr/LC_MESSAGES/katetabifyplugin.mo share/locale/fr/LC_MESSAGES/katetextfilter.mo share/locale/fr/LC_MESSAGES/katexmlcheck.mo share/locale/fr/LC_MESSAGES/katexmltools.mo @@ -1504,27 +1184,27 @@ share/locale/fr/LC_MESSAGES/kbruch.mo share/locale/fr/LC_MESSAGES/kbugbuster.mo share/locale/fr/LC_MESSAGES/kcachegrind.mo share/locale/fr/LC_MESSAGES/kcachegrind_qt.mo -share/locale/fr/LC_MESSAGES/kcal_akonadi.mo share/locale/fr/LC_MESSAGES/kcalc.mo share/locale/fr/LC_MESSAGES/kcertpart.mo share/locale/fr/LC_MESSAGES/kcharselect.mo -share/locale/fr/LC_MESSAGES/kcm_akonadi.mo share/locale/fr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/fr/LC_MESSAGES/kcm_attica.mo share/locale/fr/LC_MESSAGES/kcm_autostart.mo +share/locale/fr/LC_MESSAGES/kcm_desktoppaths.mo share/locale/fr/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/fr/LC_MESSAGES/kcm_device_automounter.mo share/locale/fr/LC_MESSAGES/kcm_emoticons.mo +share/locale/fr/LC_MESSAGES/kcm_infobase.mo +share/locale/fr/LC_MESSAGES/kcm_infosummary.mo share/locale/fr/LC_MESSAGES/kcm_krfb.mo share/locale/fr/LC_MESSAGES/kcm_kwindesktop.mo share/locale/fr/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/fr/LC_MESSAGES/kcm_lirc.mo share/locale/fr/LC_MESSAGES/kcm_memory.mo -share/locale/fr/LC_MESSAGES/kcm_partition.mo share/locale/fr/LC_MESSAGES/kcm_pci.mo share/locale/fr/LC_MESSAGES/kcm_phonon.mo share/locale/fr/LC_MESSAGES/kcm_phononxine.mo share/locale/fr/LC_MESSAGES/kcm_platform.mo +share/locale/fr/LC_MESSAGES/kcm_remotecontrol.mo share/locale/fr/LC_MESSAGES/kcm_solid.mo share/locale/fr/LC_MESSAGES/kcm_solid_actions.mo share/locale/fr/LC_MESSAGES/kcm_standard_actions.mo @@ -1537,13 +1217,13 @@ share/locale/fr/LC_MESSAGES/kcmcgi.mo share/locale/fr/LC_MESSAGES/kcmcolors.mo share/locale/fr/LC_MESSAGES/kcmcomponentchooser.mo share/locale/fr/LC_MESSAGES/kcmcrypto.mo +share/locale/fr/LC_MESSAGES/kcmdevinfo.mo share/locale/fr/LC_MESSAGES/kcmfonts.mo share/locale/fr/LC_MESSAGES/kcmhtmlsearch.mo share/locale/fr/LC_MESSAGES/kcmicons.mo share/locale/fr/LC_MESSAGES/kcminfo.mo share/locale/fr/LC_MESSAGES/kcminit.mo share/locale/fr/LC_MESSAGES/kcminput.mo -share/locale/fr/LC_MESSAGES/kcmioslaveinfo.mo share/locale/fr/LC_MESSAGES/kcmkamera.mo share/locale/fr/LC_MESSAGES/kcmkclock.mo share/locale/fr/LC_MESSAGES/kcmkded.mo @@ -1572,7 +1252,6 @@ share/locale/fr/LC_MESSAGES/kcmscreensaver.mo share/locale/fr/LC_MESSAGES/kcmshell.mo share/locale/fr/LC_MESSAGES/kcmsmartcard.mo share/locale/fr/LC_MESSAGES/kcmsmserver.mo -share/locale/fr/LC_MESSAGES/kcmsolidproc.mo share/locale/fr/LC_MESSAGES/kcmstyle.mo share/locale/fr/LC_MESSAGES/kcmusb.mo share/locale/fr/LC_MESSAGES/kcmview1394.mo @@ -1586,16 +1265,11 @@ share/locale/fr/LC_MESSAGES/kdebugdialog.mo share/locale/fr/LC_MESSAGES/kdecalendarsystems.mo share/locale/fr/LC_MESSAGES/kdelibs4.mo share/locale/fr/LC_MESSAGES/kdelibs_colors4.mo -share/locale/fr/LC_MESSAGES/kdelirc.mo share/locale/fr/LC_MESSAGES/kdepasswd.mo -share/locale/fr/LC_MESSAGES/kdepimresources.mo -share/locale/fr/LC_MESSAGES/kdepimwizards.mo share/locale/fr/LC_MESSAGES/kdeqt.mo share/locale/fr/LC_MESSAGES/kdesu.mo share/locale/fr/LC_MESSAGES/kdesud.mo share/locale/fr/LC_MESSAGES/kdf.mo -share/locale/fr/LC_MESSAGES/kdgantt.mo -share/locale/fr/LC_MESSAGES/kdgantt1.mo share/locale/fr/LC_MESSAGES/kdialog.mo share/locale/fr/LC_MESSAGES/kdiamond.mo share/locale/fr/LC_MESSAGES/kdmconfig.mo @@ -1649,7 +1323,6 @@ share/locale/fr/LC_MESSAGES/kimagemapeditor.mo share/locale/fr/LC_MESSAGES/kinetd.mo share/locale/fr/LC_MESSAGES/kinfocenter.mo share/locale/fr/LC_MESSAGES/kio4.mo -share/locale/fr/LC_MESSAGES/kio_akonadi.mo share/locale/fr/LC_MESSAGES/kio_applications.mo share/locale/fr/LC_MESSAGES/kio_archive.mo share/locale/fr/LC_MESSAGES/kio_audiocd.mo @@ -1657,7 +1330,6 @@ share/locale/fr/LC_MESSAGES/kio_bookmarks.mo share/locale/fr/LC_MESSAGES/kio_finger.mo share/locale/fr/LC_MESSAGES/kio_fish.mo share/locale/fr/LC_MESSAGES/kio_floppy.mo -share/locale/fr/LC_MESSAGES/kio_groupwise.mo share/locale/fr/LC_MESSAGES/kio_help4.mo share/locale/fr/LC_MESSAGES/kio_imap4.mo share/locale/fr/LC_MESSAGES/kio_info.mo @@ -1685,9 +1357,7 @@ share/locale/fr/LC_MESSAGES/kioclient.mo share/locale/fr/LC_MESSAGES/kioexec.mo share/locale/fr/LC_MESSAGES/kiriki.mo share/locale/fr/LC_MESSAGES/kiten.mo -share/locale/fr/LC_MESSAGES/kjots.mo share/locale/fr/LC_MESSAGES/kjumpingcube.mo -share/locale/fr/LC_MESSAGES/kleopatra.mo share/locale/fr/LC_MESSAGES/klettres.mo share/locale/fr/LC_MESSAGES/klines.mo share/locale/fr/LC_MESSAGES/klinkstatus.mo @@ -1695,12 +1365,6 @@ share/locale/fr/LC_MESSAGES/klipper.mo share/locale/fr/LC_MESSAGES/klock.mo share/locale/fr/LC_MESSAGES/kmag.mo share/locale/fr/LC_MESSAGES/kmahjongg.mo -share/locale/fr/LC_MESSAGES/kmail-migrator.mo -share/locale/fr/LC_MESSAGES/kmail.mo -share/locale/fr/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/fr/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/fr/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/fr/LC_MESSAGES/kmailcvt.mo share/locale/fr/LC_MESSAGES/kmenuedit.mo share/locale/fr/LC_MESSAGES/kmimetypefinder.mo share/locale/fr/LC_MESSAGES/kmines.mo @@ -1711,8 +1375,6 @@ share/locale/fr/LC_MESSAGES/kmplot.mo share/locale/fr/LC_MESSAGES/knetattach.mo share/locale/fr/LC_MESSAGES/knetwalk.mo share/locale/fr/LC_MESSAGES/knetworkconfmodule.mo -share/locale/fr/LC_MESSAGES/knode.mo -share/locale/fr/LC_MESSAGES/knotes.mo share/locale/fr/LC_MESSAGES/knotify4.mo share/locale/fr/LC_MESSAGES/kolf.mo share/locale/fr/LC_MESSAGES/kollision.mo @@ -1722,11 +1384,8 @@ share/locale/fr/LC_MESSAGES/kompare.mo share/locale/fr/LC_MESSAGES/konqueror.mo share/locale/fr/LC_MESSAGES/konquest.mo share/locale/fr/LC_MESSAGES/konsole.mo -share/locale/fr/LC_MESSAGES/konsolekalendar.mo -share/locale/fr/LC_MESSAGES/kontact.mo share/locale/fr/LC_MESSAGES/kontactinterfaces.mo share/locale/fr/LC_MESSAGES/kopete.mo -share/locale/fr/LC_MESSAGES/korganizer.mo share/locale/fr/LC_MESSAGES/kpartloader.mo share/locale/fr/LC_MESSAGES/kpartsaver.mo share/locale/fr/LC_MESSAGES/kpasswdserver.mo @@ -1735,28 +1394,20 @@ share/locale/fr/LC_MESSAGES/kppp.mo share/locale/fr/LC_MESSAGES/kppplogview.mo share/locale/fr/LC_MESSAGES/kquitapp.mo share/locale/fr/LC_MESSAGES/krandr.mo +share/locale/fr/LC_MESSAGES/krcdnotifieritem.mo share/locale/fr/LC_MESSAGES/krdb.mo share/locale/fr/LC_MESSAGES/krdc.mo share/locale/fr/LC_MESSAGES/kreadconfig.mo -share/locale/fr/LC_MESSAGES/kres-migrator.mo -share/locale/fr/LC_MESSAGES/kres_birthday.mo -share/locale/fr/LC_MESSAGES/kres_blog.mo +share/locale/fr/LC_MESSAGES/kremotecontroldaemon.mo share/locale/fr/LC_MESSAGES/kres_bugzilla.mo -share/locale/fr/LC_MESSAGES/kres_groupware.mo -share/locale/fr/LC_MESSAGES/kres_groupwise.mo -share/locale/fr/LC_MESSAGES/kres_kolab.mo -share/locale/fr/LC_MESSAGES/kres_remote.mo -share/locale/fr/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/fr/LC_MESSAGES/kreversi.mo share/locale/fr/LC_MESSAGES/krfb.mo share/locale/fr/LC_MESSAGES/kruler.mo share/locale/fr/LC_MESSAGES/krunner.mo share/locale/fr/LC_MESSAGES/ksame.mo share/locale/fr/LC_MESSAGES/ksaneplugin.mo -share/locale/fr/LC_MESSAGES/ksayit.mo share/locale/fr/LC_MESSAGES/kscd.mo share/locale/fr/LC_MESSAGES/kscreensaver.mo -share/locale/fr/LC_MESSAGES/ksendemail.mo share/locale/fr/LC_MESSAGES/kshisen.mo share/locale/fr/LC_MESSAGES/kshorturifilter.mo share/locale/fr/LC_MESSAGES/ksirk.mo @@ -1778,16 +1429,14 @@ share/locale/fr/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/fr/LC_MESSAGES/ksystemlog.mo share/locale/fr/LC_MESSAGES/ksystraycmd.mo share/locale/fr/LC_MESSAGES/kteatime.mo +share/locale/fr/LC_MESSAGES/ktesnippets_editor.mo share/locale/fr/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/fr/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/fr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/fr/LC_MESSAGES/kthememanager.mo share/locale/fr/LC_MESSAGES/ktimer.mo -share/locale/fr/LC_MESSAGES/ktimetracker.mo share/locale/fr/LC_MESSAGES/ktouch.mo share/locale/fr/LC_MESSAGES/ktraderclient.mo share/locale/fr/LC_MESSAGES/ktron.mo -share/locale/fr/LC_MESSAGES/kttsd.mo share/locale/fr/LC_MESSAGES/ktuberling.mo share/locale/fr/LC_MESSAGES/kturtle.mo share/locale/fr/LC_MESSAGES/ktux.mo @@ -1798,8 +1447,6 @@ share/locale/fr/LC_MESSAGES/kurifilter.mo share/locale/fr/LC_MESSAGES/kuser.mo share/locale/fr/LC_MESSAGES/kwalletd.mo share/locale/fr/LC_MESSAGES/kwalletmanager.mo -share/locale/fr/LC_MESSAGES/kwatchgnupg.mo -share/locale/fr/LC_MESSAGES/kweather.mo share/locale/fr/LC_MESSAGES/kwin.mo share/locale/fr/LC_MESSAGES/kwin_art_clients.mo share/locale/fr/LC_MESSAGES/kwin_clients.mo @@ -1821,31 +1468,25 @@ share/locale/fr/LC_MESSAGES/libkcompactdisc.mo share/locale/fr/LC_MESSAGES/libkdcraw.mo share/locale/fr/LC_MESSAGES/libkdeedu.mo share/locale/fr/LC_MESSAGES/libkdegames.mo -share/locale/fr/LC_MESSAGES/libkdepim.mo share/locale/fr/LC_MESSAGES/libkexiv2.mo share/locale/fr/LC_MESSAGES/libkholidays.mo share/locale/fr/LC_MESSAGES/libkimap.mo share/locale/fr/LC_MESSAGES/libkldap.mo -share/locale/fr/LC_MESSAGES/libkleopatra.mo share/locale/fr/LC_MESSAGES/libkmahjongg.mo share/locale/fr/LC_MESSAGES/libkmime.mo share/locale/fr/LC_MESSAGES/libkonq.mo -share/locale/fr/LC_MESSAGES/libkpgp.mo share/locale/fr/LC_MESSAGES/libkpimidentities.mo share/locale/fr/LC_MESSAGES/libkpimtextedit.mo share/locale/fr/LC_MESSAGES/libkpimutils.mo +share/locale/fr/LC_MESSAGES/libkremotecontrol.mo share/locale/fr/LC_MESSAGES/libkresources.mo share/locale/fr/LC_MESSAGES/libksane.mo share/locale/fr/LC_MESSAGES/libkscreensaver.mo -share/locale/fr/LC_MESSAGES/libksieve.mo share/locale/fr/LC_MESSAGES/libktnef.mo share/locale/fr/LC_MESSAGES/libkunitconversion.mo share/locale/fr/LC_MESSAGES/libkworkspace.mo share/locale/fr/LC_MESSAGES/libkxmlrpcclient.mo share/locale/fr/LC_MESSAGES/libmailtransport.mo -share/locale/fr/LC_MESSAGES/libmessagecore.mo -share/locale/fr/LC_MESSAGES/libmessagelist.mo -share/locale/fr/LC_MESSAGES/libmessageviewer.mo share/locale/fr/LC_MESSAGES/liboktetacore.mo share/locale/fr/LC_MESSAGES/liboktetakasten.mo share/locale/fr/LC_MESSAGES/libphonon.mo @@ -1856,7 +1497,6 @@ share/locale/fr/LC_MESSAGES/librtm.mo share/locale/fr/LC_MESSAGES/libtaskmanager.mo share/locale/fr/LC_MESSAGES/lokalize.mo share/locale/fr/LC_MESSAGES/lskat.mo -share/locale/fr/LC_MESSAGES/mailreader.mo share/locale/fr/LC_MESSAGES/marble.mo share/locale/fr/LC_MESSAGES/marble_qt.mo share/locale/fr/LC_MESSAGES/mplayerthumbs.mo @@ -1890,10 +1530,12 @@ share/locale/fr/LC_MESSAGES/phononserver.mo share/locale/fr/LC_MESSAGES/plasma-desktop.mo share/locale/fr/LC_MESSAGES/plasma-netbook.mo share/locale/fr/LC_MESSAGES/plasma-overlay.mo +share/locale/fr/LC_MESSAGES/plasma-windowed.mo share/locale/fr/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/fr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/fr/LC_MESSAGES/plasma_applet_battery.mo share/locale/fr/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/fr/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/fr/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/fr/LC_MESSAGES/plasma_applet_calculator.mo share/locale/fr/LC_MESSAGES/plasma_applet_clock.mo @@ -1910,6 +1552,7 @@ share/locale/fr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/fr/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/fr/LC_MESSAGES/plasma_applet_icon.mo share/locale/fr/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/fr/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/fr/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/fr/LC_MESSAGES/plasma_applet_katesession.mo share/locale/fr/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -1917,7 +1560,6 @@ share/locale/fr/LC_MESSAGES/plasma_applet_kget.mo share/locale/fr/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/fr/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/fr/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/fr/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/fr/LC_MESSAGES/plasma_applet_launcher.mo share/locale/fr/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/fr/LC_MESSAGES/plasma_applet_life.mo @@ -1929,6 +1571,7 @@ share/locale/fr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/fr/LC_MESSAGES/plasma_applet_news.mo share/locale/fr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/fr/LC_MESSAGES/plasma_applet_notes.mo +share/locale/fr/LC_MESSAGES/plasma_applet_notifications.mo share/locale/fr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/fr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/fr/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -1970,7 +1613,9 @@ share/locale/fr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/fr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/fr/LC_MESSAGES/plasma_engine_calendar.mo share/locale/fr/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/fr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/fr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/fr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/fr/LC_MESSAGES/plasma_engine_metadata.mo @@ -1982,12 +1627,14 @@ share/locale/fr/LC_MESSAGES/plasma_engine_rss.mo share/locale/fr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/fr/LC_MESSAGES/plasma_engine_weather.mo share/locale/fr/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/fr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/fr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/fr/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_contacts.mo share/locale/fr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/fr/LC_MESSAGES/plasma_runner_datetime.mo share/locale/fr/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/fr/LC_MESSAGES/plasma_runner_kget.mo share/locale/fr/LC_MESSAGES/plasma_runner_kill.mo @@ -2007,6 +1654,7 @@ share/locale/fr/LC_MESSAGES/plasma_runner_shell.mo share/locale/fr/LC_MESSAGES/plasma_runner_solid.mo share/locale/fr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/fr/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/fr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/fr/LC_MESSAGES/plasma_runner_windows.mo share/locale/fr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/fr/LC_MESSAGES/plasma_wallpaper_color.mo @@ -2051,20 +1699,18 @@ share/locale/fr/LC_MESSAGES/useraccount.mo share/locale/fr/LC_MESSAGES/xml_mimetypes.mo share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/systemsettings -@dirrm share/doc/HTML/fr/superkaramba @dirrm share/doc/HTML/fr/step @dirrm share/doc/HTML/fr/sonnet @dirrm share/doc/HTML/fr/printer-applet @dirrm share/doc/HTML/fr/plasma-desktop @dirrm share/doc/HTML/fr/parley +@dirrm share/doc/HTML/fr/onlinehelp @dirrm share/doc/HTML/fr/okular -@dirrm share/doc/HTML/fr/okteta @dirrm share/doc/HTML/fr/marble @dirrm share/doc/HTML/fr/lskat @dirrm share/doc/HTML/fr/lokalize @dirrm share/doc/HTML/fr/kwrite @dirrm share/doc/HTML/fr/kwordquiz -@dirrm share/doc/HTML/fr/kweather @dirrm share/doc/HTML/fr/kwallet @dirrm share/doc/HTML/fr/kuser @dirrm share/doc/HTML/fr/kubrick @@ -2090,10 +1736,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/krdc @dirrm share/doc/HTML/fr/kppp @dirrm share/doc/HTML/fr/kpat -@dirrm share/doc/HTML/fr/korganizer @dirrm share/doc/HTML/fr/kopete -@dirrm share/doc/HTML/fr/kontact -@dirrm share/doc/HTML/fr/konsolekalendar @dirrm share/doc/HTML/fr/konsole @dirrm share/doc/HTML/fr/konquest @dirrm share/doc/HTML/fr/konqueror @@ -2102,8 +1745,6 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kolourpaint @dirrm share/doc/HTML/fr/kollision @dirrm share/doc/HTML/fr/kolf -@dirrm share/doc/HTML/fr/knotes -@dirrm share/doc/HTML/fr/knode @dirrm share/doc/HTML/fr/knetwalk @dirrm share/doc/HTML/fr/knetattach @dirrm share/doc/HTML/fr/kmplot @@ -2118,9 +1759,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/klinkstatus @dirrm share/doc/HTML/fr/klines @dirrm share/doc/HTML/fr/klettres -@dirrm share/doc/HTML/fr/kleopatra @dirrm share/doc/HTML/fr/kjumpingcube -@dirrm share/doc/HTML/fr/kjots @dirrm share/doc/HTML/fr/kiriki @dirrm share/doc/HTML/fr/kioslave/xz @dirrm share/doc/HTML/fr/kioslave/webdav @@ -2135,7 +1774,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kioslave/pop3 @dirrm share/doc/HTML/fr/kioslave/nntp @dirrm share/doc/HTML/fr/kioslave/nfs -@dirrm share/doc/HTML/fr/kioslave/news +@dirrm share/doc/HTML/fr/kioslave/network @dirrm share/doc/HTML/fr/kioslave/mbox @dirrm share/doc/HTML/fr/kioslave/man @dirrm share/doc/HTML/fr/kioslave/mailto @@ -2156,42 +1795,17 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kioslave/bookmarks @dirrm share/doc/HTML/fr/kioslave/audiocd @dirrm share/doc/HTML/fr/kioslave -@dirrm share/doc/HTML/fr/kinfocenter/xserver -@dirrm share/doc/HTML/fr/kinfocenter/view1394 -@dirrm share/doc/HTML/fr/kinfocenter/usb -@dirrm share/doc/HTML/fr/kinfocenter/sound -@dirrm share/doc/HTML/fr/kinfocenter/scsi -@dirrm share/doc/HTML/fr/kinfocenter/samba -@dirrm share/doc/HTML/fr/kinfocenter/protocols -@dirrm share/doc/HTML/fr/kinfocenter/processor -@dirrm share/doc/HTML/fr/kinfocenter/pcmcia -@dirrm share/doc/HTML/fr/kinfocenter/pci -@dirrm share/doc/HTML/fr/kinfocenter/partitions -@dirrm share/doc/HTML/fr/kinfocenter/opengl -@dirrm share/doc/HTML/fr/kinfocenter/nics -@dirrm share/doc/HTML/fr/kinfocenter/memory -@dirrm share/doc/HTML/fr/kinfocenter/ioports -@dirrm share/doc/HTML/fr/kinfocenter/interrupts -@dirrm share/doc/HTML/fr/kinfocenter/dma -@dirrm share/doc/HTML/fr/kinfocenter/devices -@dirrm share/doc/HTML/fr/kinfocenter @dirrm share/doc/HTML/fr/killbots @dirrm share/doc/HTML/fr/kig -@dirrm share/doc/HTML/fr/khelpcenter/visualdict -@dirrm share/doc/HTML/fr/khelpcenter/userguide -@dirrm share/doc/HTML/fr/khelpcenter/quickstart @dirrm share/doc/HTML/fr/khelpcenter/glossary -@dirrm share/doc/HTML/fr/khelpcenter/faq @dirrm share/doc/HTML/fr/khelpcenter @dirrm share/doc/HTML/fr/khangman -@dirrm share/doc/HTML/fr/kgpg @dirrm share/doc/HTML/fr/kgoldrunner @dirrm share/doc/HTML/fr/kget @dirrm share/doc/HTML/fr/kgeography @dirrm share/doc/HTML/fr/kfourinline @dirrm share/doc/HTML/fr/kfloppy @dirrm share/doc/HTML/fr/kfind -@dirrm share/doc/HTML/fr/kdm @dirrm share/doc/HTML/fr/kdiamond @dirrm share/doc/HTML/fr/kdf @dirrm share/doc/HTML/fr/kdesu @@ -2202,6 +1816,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kcontrol/windowspecific @dirrm share/doc/HTML/fr/kcontrol/windowbehaviour @dirrm share/doc/HTML/fr/kcontrol/useragent +@dirrm share/doc/HTML/fr/kcontrol/trash @dirrm share/doc/HTML/fr/kcontrol/splashscreen @dirrm share/doc/HTML/fr/kcontrol/spellchecking @dirrm share/doc/HTML/fr/kcontrol/solid-hardware @@ -2210,13 +1825,13 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kcontrol/screensaver @dirrm share/doc/HTML/fr/kcontrol/proxy @dirrm share/doc/HTML/fr/kcontrol/powerdevil +@dirrm share/doc/HTML/fr/kcontrol/phonon @dirrm share/doc/HTML/fr/kcontrol/performance @dirrm share/doc/HTML/fr/kcontrol/paths @dirrm share/doc/HTML/fr/kcontrol/netpref @dirrm share/doc/HTML/fr/kcontrol/nepomuk @dirrm share/doc/HTML/fr/kcontrol/mouse @dirrm share/doc/HTML/fr/kcontrol/language -@dirrm share/doc/HTML/fr/kcontrol/kxkb @dirrm share/doc/HTML/fr/kcontrol/kwinscreenedges @dirrm share/doc/HTML/fr/kcontrol/kwindecoration @dirrm share/doc/HTML/fr/kcontrol/kwincompositing @@ -2230,17 +1845,17 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kcontrol/kgamma @dirrm share/doc/HTML/fr/kcontrol/keys @dirrm share/doc/HTML/fr/kcontrol/keyboard +@dirrm share/doc/HTML/fr/kcontrol/kded @dirrm share/doc/HTML/fr/kcontrol/kcmstyle @dirrm share/doc/HTML/fr/kcontrol/kcmsmserver @dirrm share/doc/HTML/fr/kcontrol/kcmnotify @dirrm share/doc/HTML/fr/kcontrol/kcmlaunch -@dirrm share/doc/HTML/fr/kcontrol/kcmdisplay @dirrm share/doc/HTML/fr/kcontrol/kcmcss +@dirrm share/doc/HTML/fr/kcontrol/kcmcgi @dirrm share/doc/HTML/fr/kcontrol/kcmaccess @dirrm share/doc/HTML/fr/kcontrol/kamera @dirrm share/doc/HTML/fr/kcontrol/joystick @dirrm share/doc/HTML/fr/kcontrol/icons -@dirrm share/doc/HTML/fr/kcontrol/helpindex @dirrm share/doc/HTML/fr/kcontrol/fonts @dirrm share/doc/HTML/fr/kcontrol/fontinst @dirrm share/doc/HTML/fr/kcontrol/filetypes @@ -2250,6 +1865,7 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kcontrol/desktopthemedetails @dirrm share/doc/HTML/fr/kcontrol/desktop @dirrm share/doc/HTML/fr/kcontrol/cookies +@dirrm share/doc/HTML/fr/kcontrol/componentchooser @dirrm share/doc/HTML/fr/kcontrol/colors @dirrm share/doc/HTML/fr/kcontrol/clock @dirrm share/doc/HTML/fr/kcontrol/cddbretrieval @@ -2260,7 +1876,6 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kcontrol/autostart @dirrm share/doc/HTML/fr/kcontrol/attica @dirrm share/doc/HTML/fr/kcontrol -@dirrm share/doc/HTML/fr/kcmlirc @dirrm share/doc/HTML/fr/kcharselect @dirrm share/doc/HTML/fr/kcalc @dirrm share/doc/HTML/fr/kcachegrind @@ -2276,21 +1891,18 @@ share/locale/fr/entry.desktop @dirrm share/doc/HTML/fr/kapman @dirrm share/doc/HTML/fr/kanagram @dirrm share/doc/HTML/fr/kalzium -@dirrm share/doc/HTML/fr/kalarm -@dirrm share/doc/HTML/fr/kabcclient @dirrm share/doc/HTML/fr/juk -@dirrm share/doc/HTML/fr/irkick @dirrm share/doc/HTML/fr/gwenview @dirrm share/doc/HTML/fr/dragonplayer @dirrm share/doc/HTML/fr/dolphin @dirrm share/doc/HTML/fr/common @dirrm share/doc/HTML/fr/cervisia +@dirrm share/doc/HTML/fr/cantor @dirrm share/doc/HTML/fr/bovo @dirrm share/doc/HTML/fr/bomber @dirrm share/doc/HTML/fr/blinken @dirrm share/doc/HTML/fr/ark @dirrm share/doc/HTML/fr/amor -@dirrm share/doc/HTML/fr/akregator @dirrm share/apps/kvtml/fr @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/fr diff --git a/games/kdegames4/Makefile b/games/kdegames4/Makefile index 3a2b554c57ca..63c9afd49d65 100644 --- a/games/kdegames4/Makefile +++ b/games/kdegames4/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Games for the KDE integrated X11 desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= ggzcore.9:${PORTSDIR}/games/ggz-client-libs \ qca.2:${PORTSDIR}/devel/qca diff --git a/games/kdegames4/distinfo b/games/kdegames4/distinfo index 680f25142303..51fb2d59c5e8 100644 --- a/games/kdegames4/distinfo +++ b/games/kdegames4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdegames-4.4.5.tar.bz2) = 720bac51311730cfb36c6082bf85ec60 -SHA256 (KDE/kdegames-4.4.5.tar.bz2) = a3999982c046124b7e67cc7a8e17a3142498233c3e47d195a4bde530f97be40a -SIZE (KDE/kdegames-4.4.5.tar.bz2) = 69510135 +MD5 (KDE/kdegames-4.5.1.tar.bz2) = 5035681670a214f1879a3bdfb7b206ff +SHA256 (KDE/kdegames-4.5.1.tar.bz2) = 41d230717dcc014595cc46f77baa845fb51eb1ae50aa41603df1300cc54725b4 +SIZE (KDE/kdegames-4.5.1.tar.bz2) = 58032919 diff --git a/games/kdegames4/pkg-plist b/games/kdegames4/pkg-plist index ca61fb3a987b..e7214b91a843 100644 --- a/games/kdegames4/pkg-plist +++ b/games/kdegames4/pkg-plist @@ -158,6 +158,7 @@ lib/kde4/palathumbcreator.so lib/libiris_ksirk.so lib/libiris_ksirk.so.2 lib/libiris_ksirk.so.2.0.0 +lib/libkcardgame.so lib/libkdegames.so lib/libkdegames.so.5 lib/libkdegames.so.5.0.0 @@ -319,6 +320,9 @@ share/apps/carddecks/svg-nicu-white/AUTHORS share/apps/carddecks/svg-nicu-white/COPYING share/apps/carddecks/svg-nicu-white/index.desktop share/apps/carddecks/svg-nicu-white/white.svgz +share/apps/carddecks/svg-oxygen-air/11.png +share/apps/carddecks/svg-oxygen-air/index.desktop +share/apps/carddecks/svg-oxygen-air/oxygen-air.svgz share/apps/carddecks/svg-oxygen-white/11.png share/apps/carddecks/svg-oxygen-white/index.desktop share/apps/carddecks/svg-oxygen-white/oxygen-white.svgz @@ -452,6 +456,9 @@ share/apps/granatier/themes/clanbomber_preview.png share/apps/granatier/themes/granatier.desktop share/apps/granatier/themes/granatier.svgz share/apps/granatier/themes/granatier_preview.png +share/apps/granatier/themes/waterbomb.desktop +share/apps/granatier/themes/waterbomb.svgz +share/apps/granatier/themes/waterbomb_preview.png share/apps/kapman/defaultmaze.xml share/apps/kapman/kapmanui.rc share/apps/kapman/themes/invisible.desktop @@ -491,12 +498,12 @@ share/apps/kblocks/themes/oxygen.desktop share/apps/kblocks/themes/oxygen.svg share/apps/kblocks/themes/oxygen_preview.png share/apps/kbounce/kbounceui.rc -share/apps/kbounce/sounds/death.au -share/apps/kbounce/sounds/reflect.au -share/apps/kbounce/sounds/seconds.au -share/apps/kbounce/sounds/timeout.au -share/apps/kbounce/sounds/wallend.au -share/apps/kbounce/sounds/wallstart.au +share/apps/kbounce/sounds/death.wav +share/apps/kbounce/sounds/reflect.wav +share/apps/kbounce/sounds/seconds.wav +share/apps/kbounce/sounds/timeout.wav +share/apps/kbounce/sounds/wallend.wav +share/apps/kbounce/sounds/wallstart.wav share/apps/kbounce/themes/default.desktop share/apps/kbounce/themes/egyptian_bounce.png share/apps/kbounce/themes/egyptian_bounce.svgz @@ -566,6 +573,7 @@ share/apps/kgoldrunner/system/game_MAZ.txt share/apps/kgoldrunner/system/game_cnt.txt share/apps/kgoldrunner/system/game_ende.txt share/apps/kgoldrunner/system/game_kgr.txt +share/apps/kgoldrunner/system/game_lars.txt share/apps/kgoldrunner/system/game_plws.txt share/apps/kgoldrunner/system/game_plwv.txt share/apps/kgoldrunner/system/game_sot.txt @@ -890,20 +898,31 @@ share/apps/kollision/sounds/you_lose.ogg share/apps/konquest/konquestui.rc share/apps/konquest/pics/default_theme.svgz share/apps/konquest/pics/konquest-splash.png -share/apps/kpat/demos/demo_1.png -share/apps/kpat/demos/demo_10.png -share/apps/kpat/demos/demo_11.png -share/apps/kpat/demos/demo_12.png -share/apps/kpat/demos/demo_17.png -share/apps/kpat/demos/demo_18.png -share/apps/kpat/demos/demo_2.png -share/apps/kpat/demos/demo_3.png -share/apps/kpat/demos/demo_5.png -share/apps/kpat/demos/demo_7.png -share/apps/kpat/demos/demo_8.png -share/apps/kpat/demos/demo_9.png share/apps/kpat/kpatui.rc -share/apps/kpat/theme.svgz +share/apps/kpat/previews/1.png +share/apps/kpat/previews/10.png +share/apps/kpat/previews/11.png +share/apps/kpat/previews/12.png +share/apps/kpat/previews/17.png +share/apps/kpat/previews/18.png +share/apps/kpat/previews/2.png +share/apps/kpat/previews/3.png +share/apps/kpat/previews/5.png +share/apps/kpat/previews/7.png +share/apps/kpat/previews/8.png +share/apps/kpat/previews/9.png +share/apps/kpat/themes/ancientegypt.desktop +share/apps/kpat/themes/ancientegypt.png +share/apps/kpat/themes/ancientegypt.svgz +share/apps/kpat/themes/cleangreen.desktop +share/apps/kpat/themes/cleangreen.png +share/apps/kpat/themes/cleangreen.svgz +share/apps/kpat/themes/greenblaze.desktop +share/apps/kpat/themes/greenblaze.png +share/apps/kpat/themes/greenblaze.svgz +share/apps/kpat/themes/oldertheme.desktop +share/apps/kpat/themes/oldertheme.png +share/apps/kpat/themes/oldertheme.svgz share/apps/kreversi/kreversi.notifyrc share/apps/kreversi/kreversiui.rc share/apps/kreversi/pics/default_theme.svgz @@ -1077,6 +1096,9 @@ share/apps/ktron/themes/neon.desktop share/apps/ktron/themes/neon.png share/apps/ktron/themes/neon.svg share/apps/ktuberling/ktuberlingui.rc +share/apps/ktuberling/pics/butterflies.desktop +share/apps/ktuberling/pics/butterflies.svgz +share/apps/ktuberling/pics/butterflies.theme share/apps/ktuberling/pics/christmas.desktop share/apps/ktuberling/pics/christmas.svgz share/apps/ktuberling/pics/christmas.theme @@ -1098,6 +1120,9 @@ share/apps/ktuberling/pics/potato-game.theme share/apps/ktuberling/pics/robin-tux.desktop share/apps/ktuberling/pics/robin-tux.svgz share/apps/ktuberling/pics/robin-tux.theme +share/apps/ktuberling/pics/robot_workshop.desktop +share/apps/ktuberling/pics/robot_workshop.svgz +share/apps/ktuberling/pics/robot_workshop.theme share/apps/ktuberling/pics/train_valley.desktop share/apps/ktuberling/pics/train_valley.svgz share/apps/ktuberling/pics/train_valley.theme @@ -1215,11 +1240,16 @@ share/apps/palapeli/backgrounds/Time-For-Lunch-2.jpg share/apps/palapeli/backgrounds/background.svg share/apps/palapeli/backgrounds/gon-defends-the-critters-1.jpg share/apps/palapeli/backgrounds/mahogany-handjob-1.jpg -share/apps/palapeli/collection/castle-maintenon.puzzle -share/apps/palapeli/collection/cincinnati-bridge.puzzle -share/apps/palapeli/collection/citrus-fruits.puzzle -share/apps/palapeli/collection/european-honey-bee.puzzle -share/apps/palapeli/collection/panther-chameleon-female.puzzle +share/apps/palapeli/collection/castle-maintenon.desktop +share/apps/palapeli/collection/castle-maintenon.jpg +share/apps/palapeli/collection/cincinnati-bridge.desktop +share/apps/palapeli/collection/cincinnati-bridge.jpg +share/apps/palapeli/collection/citrus-fruits.desktop +share/apps/palapeli/collection/citrus-fruits.jpg +share/apps/palapeli/collection/european-honey-bee.desktop +share/apps/palapeli/collection/european-honey-bee.jpg +share/apps/palapeli/collection/panther-chameleon-female.desktop +share/apps/palapeli/collection/panther-chameleon-female.jpg share/apps/palapeli/palapeli-collectionui.rc share/apps/palapeli/palapeli-puzzletableui.rc share/apps/palapeli/palapeli.kcfg @@ -1233,6 +1263,7 @@ share/config.kcfg/killbots.kcfg share/config.kcfg/kjumpingcube.kcfg share/config.kcfg/klines.kcfg share/config.kcfg/kmahjongg.kcfg +share/config.kcfg/kpat.kcfg share/config.kcfg/kshisen.kcfg share/config.kcfg/ksirksettings.kcfg share/config.kcfg/ksirkskineditorsettings.kcfg @@ -1242,11 +1273,13 @@ share/config.kcfg/ktron.kcfg share/config.kcfg/kwin4.kcfg share/config/katomic.knsrc share/config/kblocks.knsrc +share/config/kcardtheme.knsrc share/config/kdiamond.knsrc share/config/kgoldrunner.knsrc share/config/kigo-games.knsrc share/config/kigo.knsrc share/config/kmines.knsrc +share/config/kpat.knsrc share/config/ksirk.knsrc share/config/ksudokurc share/config/ktron.knsrc @@ -1284,6 +1317,19 @@ share/doc/HTML/en/granatier/config_theme.png share/doc/HTML/en/granatier/granatier.png share/doc/HTML/en/granatier/index.cache.bz2 share/doc/HTML/en/granatier/index.docbook +share/doc/HTML/en/kajongg/common +share/doc/HTML/en/kajongg/config_background.png +share/doc/HTML/en/kajongg/config_play.png +share/doc/HTML/en/kajongg/config_tiles.png +share/doc/HTML/en/kajongg/differ.png +share/doc/HTML/en/kajongg/enterhand.png +share/doc/HTML/en/kajongg/explain.png +share/doc/HTML/en/kajongg/gamescreen.png +share/doc/HTML/en/kajongg/index.cache.bz2 +share/doc/HTML/en/kajongg/index.docbook +share/doc/HTML/en/kajongg/penalty.png +share/doc/HTML/en/kajongg/ruleseteditor.png +share/doc/HTML/en/kajongg/scoretable.png share/doc/HTML/en/kapman/common share/doc/HTML/en/kapman/config.png share/doc/HTML/en/kapman/index.cache.bz2 @@ -1540,6 +1586,8 @@ share/icons/hicolor/128x128/apps/ktron.png share/icons/hicolor/128x128/apps/ktuberling.png share/icons/hicolor/128x128/apps/kubrick.png share/icons/hicolor/128x128/apps/lskat.png +share/icons/hicolor/128x128/apps/palapeli.png +share/icons/hicolor/128x128/mimetypes/application-x-palapeli.png share/icons/hicolor/128x128/mimetypes/application-x-tuberling.png share/icons/hicolor/16x16/apps/bovo.png share/icons/hicolor/16x16/apps/granatier.png @@ -1577,6 +1625,8 @@ share/icons/hicolor/16x16/apps/ktron.png share/icons/hicolor/16x16/apps/ktuberling.png share/icons/hicolor/16x16/apps/kubrick.png share/icons/hicolor/16x16/apps/lskat.png +share/icons/hicolor/16x16/apps/palapeli.png +share/icons/hicolor/16x16/mimetypes/application-x-palapeli.png share/icons/hicolor/16x16/mimetypes/application-x-tuberling.png share/icons/hicolor/22x22/apps/bovo.png share/icons/hicolor/22x22/apps/granatier.png @@ -1614,7 +1664,11 @@ share/icons/hicolor/22x22/apps/ktuberling.png share/icons/hicolor/22x22/apps/kubrick.png share/icons/hicolor/22x22/apps/lskat.png share/icons/hicolor/22x22/mimetypes/application-x-tuberling.png +share/icons/hicolor/24x24/apps/kpat.png +share/icons/hicolor/24x24/apps/palapeli.png +share/icons/hicolor/24x24/mimetypes/application-x-palapeli.png share/icons/hicolor/256x256/apps/kdesnake.png +share/icons/hicolor/256x256/apps/kpat.png share/icons/hicolor/32x32/apps/bomber.png share/icons/hicolor/32x32/apps/bovo.png share/icons/hicolor/32x32/apps/granatier.png @@ -1652,6 +1706,8 @@ share/icons/hicolor/32x32/apps/ktron.png share/icons/hicolor/32x32/apps/ktuberling.png share/icons/hicolor/32x32/apps/kubrick.png share/icons/hicolor/32x32/apps/lskat.png +share/icons/hicolor/32x32/apps/palapeli.png +share/icons/hicolor/32x32/mimetypes/application-x-palapeli.png share/icons/hicolor/32x32/mimetypes/application-x-tuberling.png share/icons/hicolor/48x48/apps/bomber.png share/icons/hicolor/48x48/apps/bovo.png @@ -1689,6 +1745,8 @@ share/icons/hicolor/48x48/apps/ktron.png share/icons/hicolor/48x48/apps/ktuberling.png share/icons/hicolor/48x48/apps/kubrick.png share/icons/hicolor/48x48/apps/lskat.png +share/icons/hicolor/48x48/apps/palapeli.png +share/icons/hicolor/48x48/mimetypes/application-x-palapeli.png share/icons/hicolor/48x48/mimetypes/application-x-tuberling.png share/icons/hicolor/64x64/apps/bomber.png share/icons/hicolor/64x64/apps/bovo.png @@ -1726,6 +1784,8 @@ share/icons/hicolor/64x64/apps/ktron.png share/icons/hicolor/64x64/apps/ktuberling.png share/icons/hicolor/64x64/apps/kubrick.png share/icons/hicolor/64x64/apps/lskat.png +share/icons/hicolor/64x64/apps/palapeli.png +share/icons/hicolor/64x64/mimetypes/application-x-palapeli.png share/icons/hicolor/64x64/mimetypes/application-x-tuberling.png share/icons/hicolor/scalable/apps/bomber.svgz share/icons/hicolor/scalable/apps/bovo.svgz @@ -1818,6 +1878,7 @@ share/sounds/kshisen/tile-touch.ogg @dirrm share/doc/HTML/en/kbattleship @dirrm share/doc/HTML/en/katomic @dirrm share/doc/HTML/en/kapman +@dirrm share/doc/HTML/en/kajongg @dirrm share/doc/HTML/en/granatier @dirrm share/doc/HTML/en/bovo @dirrm share/doc/HTML/en/bomber @@ -1875,7 +1936,8 @@ share/sounds/kshisen/tile-touch.ogg @dirrm share/apps/kreversi/sounds @dirrm share/apps/kreversi/pics @dirrm share/apps/kreversi -@dirrm share/apps/kpat/demos +@dirrm share/apps/kpat/themes +@dirrm share/apps/kpat/previews @dirrm share/apps/kpat @dirrm share/apps/konquest/pics @dirrm share/apps/konquest @@ -1953,6 +2015,7 @@ share/sounds/kshisen/tile-touch.ogg @dirrm share/apps/carddecks/svg-standard @dirrm share/apps/carddecks/svg-penguins @dirrm share/apps/carddecks/svg-oxygen-white +@dirrm share/apps/carddecks/svg-oxygen-air @dirrm share/apps/carddecks/svg-oxygen @dirrm share/apps/carddecks/svg-nicu-white @dirrm share/apps/carddecks/svg-nicu-ornamental diff --git a/german/kde4-l10n/Makefile.man b/german/kde4-l10n/Makefile.man index 6b550f3cc1a7..d30fe4384e9f 100644 --- a/german/kde4-l10n/Makefile.man +++ b/german/kde4-l10n/Makefile.man @@ -1,4 +1,4 @@ -MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 +MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kalzium.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 MAN6= amor.6 khangman.6 kpat.6 MAN7= kdeoptions.7 qtoptions.7 MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 nepomukserver.8 nepomukservicestub.8 diff --git a/german/kde4-l10n/distinfo b/german/kde4-l10n/distinfo index 07981aac248d..f3345802dcbe 100644 --- a/german/kde4-l10n/distinfo +++ b/german/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-de-4.4.5.tar.bz2) = 661e4df6390e2bab969f6341507849f4 -SHA256 (KDE/kde-l10n/kde-l10n-de-4.4.5.tar.bz2) = bd5c2647b26c2e5bdb71c69e0d23929867ca922c060dd61146c4cc3172d6c214 -SIZE (KDE/kde-l10n/kde-l10n-de-4.4.5.tar.bz2) = 21841433 +MD5 (KDE/kde-l10n/kde-l10n-de-4.5.1.tar.bz2) = e8afa4172416baf2bdcece78473aab6e +SHA256 (KDE/kde-l10n/kde-l10n-de-4.5.1.tar.bz2) = 708005db8bc1be310cc0844d3302226d99fd95ae21dbc0a4f042d8081c37f900 +SIZE (KDE/kde-l10n/kde-l10n-de-4.5.1.tar.bz2) = 22709855 diff --git a/german/kde4-l10n/pkg-plist b/german/kde4-l10n/pkg-plist index 0633865051d1..17eaff8051e8 100644 --- a/german/kde4-l10n/pkg-plist +++ b/german/kde4-l10n/pkg-plist @@ -169,37 +169,19 @@ share/apps/step/objinfo/l10n/de/Polygon.html share/apps/step/objinfo/l10n/de/Spring.html share/apps/step/objinfo/l10n/de/World.html share/doc/HTML/de/PolicyKit-kde/authorization.docbook +share/doc/HTML/de/PolicyKit-kde/authorization_1.png +share/doc/HTML/de/PolicyKit-kde/authorization_2.png share/doc/HTML/de/PolicyKit-kde/authorizationagent.docbook share/doc/HTML/de/PolicyKit-kde/common share/doc/HTML/de/PolicyKit-kde/howitworks.docbook share/doc/HTML/de/PolicyKit-kde/index.cache.bz2 share/doc/HTML/de/PolicyKit-kde/index.docbook share/doc/HTML/de/PolicyKit-kde/introduction.docbook -share/doc/HTML/de/akregator/add-feed.png -share/doc/HTML/de/akregator/add-feed2.png -share/doc/HTML/de/akregator/add-folder.png -share/doc/HTML/de/akregator/add-folder2.png -share/doc/HTML/de/akregator/advanced-tab.png -share/doc/HTML/de/akregator/appearance-tab.png -share/doc/HTML/de/akregator/archive-tab.png -share/doc/HTML/de/akregator/browser-tab.png -share/doc/HTML/de/akregator/common -share/doc/HTML/de/akregator/general-tab.png -share/doc/HTML/de/akregator/index.cache.bz2 -share/doc/HTML/de/akregator/index.docbook -share/doc/HTML/de/akregator/konq.png -share/doc/HTML/de/akregator/konq2.png -share/doc/HTML/de/akregator/main-window.png -share/doc/HTML/de/akregator/main-window2.png -share/doc/HTML/de/akregator/main-window3.png -share/doc/HTML/de/akregator/main-window4.png -share/doc/HTML/de/akregator/quick-filter.png -share/doc/HTML/de/akregator/rss.png -share/doc/HTML/de/akregator/rss3.png share/doc/HTML/de/amor/common share/doc/HTML/de/amor/index.cache.bz2 share/doc/HTML/de/amor/index.docbook share/doc/HTML/de/amor/man-amor.6.docbook +share/doc/HTML/de/ark/ark-mainwindow.png share/doc/HTML/de/ark/common share/doc/HTML/de/ark/index.cache.bz2 share/doc/HTML/de/ark/index.docbook @@ -208,21 +190,20 @@ share/doc/HTML/de/blinken/blinken1.png share/doc/HTML/de/blinken/blinken2.png share/doc/HTML/de/blinken/blinken_accesskeys.png share/doc/HTML/de/blinken/blinken_helpbutton.png -share/doc/HTML/de/blinken/blinken_highscorebutton.png share/doc/HTML/de/blinken/blinken_nickprompt.png share/doc/HTML/de/blinken/blinken_quitbutton.png share/doc/HTML/de/blinken/common share/doc/HTML/de/blinken/index.cache.bz2 share/doc/HTML/de/blinken/index.docbook -share/doc/HTML/de/blogilo/common -share/doc/HTML/de/blogilo/index.cache.bz2 -share/doc/HTML/de/blogilo/index.docbook share/doc/HTML/de/bomber/common share/doc/HTML/de/bomber/index.cache.bz2 share/doc/HTML/de/bomber/index.docbook share/doc/HTML/de/bovo/common share/doc/HTML/de/bovo/index.cache.bz2 share/doc/HTML/de/bovo/index.docbook +share/doc/HTML/de/cantor/common +share/doc/HTML/de/cantor/index.cache.bz2 +share/doc/HTML/de/cantor/index.docbook share/doc/HTML/de/cervisia/common share/doc/HTML/de/cervisia/index.cache.bz2 share/doc/HTML/de/cervisia/index.docbook @@ -230,16 +211,30 @@ share/doc/HTML/de/common/fdl-translated.html share/doc/HTML/de/common/gpl-translated.html share/doc/HTML/de/common/kde-localised.css share/doc/HTML/de/common/lgpl-translated.html +share/doc/HTML/de/dolphin/common +share/doc/HTML/de/dolphin/default-ui.png +share/doc/HTML/de/dolphin/index.cache.bz2 +share/doc/HTML/de/dolphin/index.docbook +share/doc/HTML/de/dolphin/locationbar-breadcrumb.png +share/doc/HTML/de/dolphin/locationbar-editable.png +share/doc/HTML/de/dolphin/preferences-general-behavior.png +share/doc/HTML/de/dolphin/preferences-navigation.png +share/doc/HTML/de/dolphin/preferences-startup.png +share/doc/HTML/de/dolphin/preferences-trash.png +share/doc/HTML/de/dolphin/preferences-viewmodes-icons.png +share/doc/HTML/de/dolphin/toolbar-navigation.png +share/doc/HTML/de/dolphin/toolbar-view-appearance.png +share/doc/HTML/de/dolphin/viewproperties-dialog.png share/doc/HTML/de/dragonplayer/common share/doc/HTML/de/dragonplayer/index.cache.bz2 share/doc/HTML/de/dragonplayer/index.docbook +share/doc/HTML/de/dragonplayer/main.png share/doc/HTML/de/granatier/common share/doc/HTML/de/granatier/index.cache.bz2 share/doc/HTML/de/granatier/index.docbook share/doc/HTML/de/gwenview/browse_mode.png share/doc/HTML/de/gwenview/common -share/doc/HTML/de/gwenview/dock_grip.png -share/doc/HTML/de/gwenview/external_tools_dialog.png +share/doc/HTML/de/gwenview/fullscreen_mode.png share/doc/HTML/de/gwenview/index.cache.bz2 share/doc/HTML/de/gwenview/index.docbook share/doc/HTML/de/gwenview/interface.docbook @@ -247,9 +242,17 @@ share/doc/HTML/de/gwenview/introduction.docbook share/doc/HTML/de/gwenview/keybindings.docbook share/doc/HTML/de/gwenview/mouse.docbook share/doc/HTML/de/gwenview/view_mode.png -share/doc/HTML/de/irkick/common -share/doc/HTML/de/irkick/index.cache.bz2 -share/doc/HTML/de/irkick/index.docbook +share/doc/HTML/de/jovie/addtalker.png +share/doc/HTML/de/jovie/common +share/doc/HTML/de/jovie/filters.png +share/doc/HTML/de/jovie/general.png +share/doc/HTML/de/jovie/index.cache.bz2 +share/doc/HTML/de/jovie/index.docbook +share/doc/HTML/de/jovie/jobs.png +share/doc/HTML/de/jovie/stringreplacer.png +share/doc/HTML/de/jovie/talkerchooser.png +share/doc/HTML/de/jovie/talkers.png +share/doc/HTML/de/jovie/xmltransformer.png share/doc/HTML/de/juk/common share/doc/HTML/de/juk/history-playlist.png share/doc/HTML/de/juk/index.cache.bz2 @@ -261,13 +264,9 @@ share/doc/HTML/de/juk/juk-tag-guesser.png share/doc/HTML/de/juk/normal-playlist.png share/doc/HTML/de/juk/search-playlist.png share/doc/HTML/de/juk/toolbar.png -share/doc/HTML/de/kabcclient/common -share/doc/HTML/de/kabcclient/index.cache.bz2 -share/doc/HTML/de/kabcclient/index.docbook -share/doc/HTML/de/kabcclient/man-kabcclient.1.docbook -share/doc/HTML/de/kalarm/common -share/doc/HTML/de/kalarm/index.cache.bz2 -share/doc/HTML/de/kalarm/index.docbook +share/doc/HTML/de/kajongg/common +share/doc/HTML/de/kajongg/index.cache.bz2 +share/doc/HTML/de/kajongg/index.docbook share/doc/HTML/de/kalgebra/common share/doc/HTML/de/kalgebra/index.cache.bz2 share/doc/HTML/de/kalgebra/index.docbook @@ -276,14 +275,10 @@ share/doc/HTML/de/kalzium/gradient.png share/doc/HTML/de/kalzium/index.cache.bz2 share/doc/HTML/de/kalzium/index.docbook share/doc/HTML/de/kalzium/infodialog_bohr.png -share/doc/HTML/de/kalzium/infodialog_chemicaldata.png -share/doc/HTML/de/kalzium/infodialog_energies.png share/doc/HTML/de/kalzium/infodialog_misc.png share/doc/HTML/de/kalzium/infodialog_overview.png -share/doc/HTML/de/kalzium/infodialog_picture.png share/doc/HTML/de/kalzium/infodialog_spectrum.png share/doc/HTML/de/kalzium/man-kalzium.1.docbook -share/doc/HTML/de/kalzium/plottingdialog.png share/doc/HTML/de/kalzium/quick-1.png share/doc/HTML/de/kalzium/screenshot1.png share/doc/HTML/de/kalzium/screenshot2.png @@ -294,9 +289,6 @@ share/doc/HTML/de/kalzium/settings2.png share/doc/HTML/de/kalzium/settings3.png share/doc/HTML/de/kalzium/sidebar1.png share/doc/HTML/de/kalzium/sidebar2.png -share/doc/HTML/de/kalzium/sidebar3.png -share/doc/HTML/de/kalzium/timeline.png -share/doc/HTML/de/kanagram/answer-highlight.png share/doc/HTML/de/kanagram/common share/doc/HTML/de/kanagram/general-settings.png share/doc/HTML/de/kanagram/helpstates.png @@ -306,7 +298,7 @@ share/doc/HTML/de/kanagram/kanagram-hint.png share/doc/HTML/de/kanagram/kanagram.png share/doc/HTML/de/kanagram/newstuff-dialog.png share/doc/HTML/de/kanagram/newstuff-settings.png -share/doc/HTML/de/kanagram/standard-fonts.png +share/doc/HTML/de/kanagram/shortcuts-settings.png share/doc/HTML/de/kanagram/vocab-editor.png share/doc/HTML/de/kanagram/vocab-settings.png share/doc/HTML/de/kapman/common @@ -320,7 +312,6 @@ share/doc/HTML/de/kapptemplate/index.docbook share/doc/HTML/de/kate/advanced.docbook share/doc/HTML/de/kate/common share/doc/HTML/de/kate/configdialog01.png -share/doc/HTML/de/kate/configdialog02.png share/doc/HTML/de/kate/configuring.docbook share/doc/HTML/de/kate/fundamentals.docbook share/doc/HTML/de/kate/highlighting.docbook @@ -330,7 +321,6 @@ share/doc/HTML/de/kate/kate.png share/doc/HTML/de/kate/man-kate.1.docbook share/doc/HTML/de/kate/mdi.docbook share/doc/HTML/de/kate/menus.docbook -share/doc/HTML/de/kate/mimetypechooser.png share/doc/HTML/de/kate/part.docbook share/doc/HTML/de/kate/plugins.docbook share/doc/HTML/de/kate/regular-expressions.docbook @@ -366,14 +356,21 @@ share/doc/HTML/de/kbruch/compare.png share/doc/HTML/de/kbruch/convert.png share/doc/HTML/de/kbruch/factorize.png share/doc/HTML/de/kbruch/gui_main.png +share/doc/HTML/de/kbruch/gui_mode.png share/doc/HTML/de/kbruch/index.cache.bz2 share/doc/HTML/de/kbruch/index.docbook +share/doc/HTML/de/kbruch/learning.png share/doc/HTML/de/kbruch/man-kbruch.1.docbook +share/doc/HTML/de/kbruch/percentage.png share/doc/HTML/de/kbruch/reduced.png share/doc/HTML/de/kbruch/settings.png +share/doc/HTML/de/kbruch/statistics.png share/doc/HTML/de/kbugbuster/common share/doc/HTML/de/kbugbuster/index.cache.bz2 share/doc/HTML/de/kbugbuster/index.docbook +share/doc/HTML/de/kcachegrind/common +share/doc/HTML/de/kcachegrind/index.cache.bz2 +share/doc/HTML/de/kcachegrind/index.docbook share/doc/HTML/de/kcalc/commands.docbook share/doc/HTML/de/kcalc/common share/doc/HTML/de/kcalc/index.cache.bz2 @@ -381,9 +378,7 @@ share/doc/HTML/de/kcalc/index.docbook share/doc/HTML/de/kcharselect/common share/doc/HTML/de/kcharselect/index.cache.bz2 share/doc/HTML/de/kcharselect/index.docbook -share/doc/HTML/de/kcmlirc/common -share/doc/HTML/de/kcmlirc/index.cache.bz2 -share/doc/HTML/de/kcmlirc/index.docbook +share/doc/HTML/de/kcharselect/kcharselect.png share/doc/HTML/de/kcontrol/attica/common share/doc/HTML/de/kcontrol/attica/index.cache.bz2 share/doc/HTML/de/kcontrol/attica/index.docbook @@ -410,6 +405,9 @@ share/doc/HTML/de/kcontrol/cddbretrieval/kscd16.png share/doc/HTML/de/kcontrol/clock/common share/doc/HTML/de/kcontrol/clock/index.cache.bz2 share/doc/HTML/de/kcontrol/clock/index.docbook +share/doc/HTML/de/kcontrol/colors/common +share/doc/HTML/de/kcontrol/colors/index.cache.bz2 +share/doc/HTML/de/kcontrol/colors/index.docbook share/doc/HTML/de/kcontrol/componentchooser/common share/doc/HTML/de/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/de/kcontrol/componentchooser/index.docbook @@ -419,13 +417,16 @@ share/doc/HTML/de/kcontrol/cookies/index.docbook share/doc/HTML/de/kcontrol/desktop/common share/doc/HTML/de/kcontrol/desktop/index.cache.bz2 share/doc/HTML/de/kcontrol/desktop/index.docbook +share/doc/HTML/de/kcontrol/desktopthemedetails/clicking-apply.png share/doc/HTML/de/kcontrol/desktopthemedetails/common +share/doc/HTML/de/kcontrol/desktopthemedetails/customizing.png share/doc/HTML/de/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/de/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/de/kcontrol/ebrowsing/common share/doc/HTML/de/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/de/kcontrol/ebrowsing/index.docbook share/doc/HTML/de/kcontrol/emoticons/common +share/doc/HTML/de/kcontrol/emoticons/emoticons.png share/doc/HTML/de/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/de/kcontrol/emoticons/index.docbook share/doc/HTML/de/kcontrol/filemanager/common @@ -437,18 +438,25 @@ share/doc/HTML/de/kcontrol/filetypes/index.docbook share/doc/HTML/de/kcontrol/fontinst/common share/doc/HTML/de/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/de/kcontrol/fontinst/index.docbook +share/doc/HTML/de/kcontrol/fonts/adjust-all.png +share/doc/HTML/de/kcontrol/fonts/anti-aliasing.png share/doc/HTML/de/kcontrol/fonts/common share/doc/HTML/de/kcontrol/fonts/index.cache.bz2 share/doc/HTML/de/kcontrol/fonts/index.docbook -share/doc/HTML/de/kcontrol/helpindex/common -share/doc/HTML/de/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/de/kcontrol/helpindex/index.docbook +share/doc/HTML/de/kcontrol/fonts/main.png share/doc/HTML/de/kcontrol/history/common share/doc/HTML/de/kcontrol/history/index.cache.bz2 share/doc/HTML/de/kcontrol/history/index.docbook share/doc/HTML/de/kcontrol/icons/common +share/doc/HTML/de/kcontrol/icons/delete-theme.png +share/doc/HTML/de/kcontrol/icons/effects.png +share/doc/HTML/de/kcontrol/icons/get-new-theme.png share/doc/HTML/de/kcontrol/icons/index.cache.bz2 share/doc/HTML/de/kcontrol/icons/index.docbook +share/doc/HTML/de/kcontrol/icons/install-theme.png +share/doc/HTML/de/kcontrol/icons/main.png +share/doc/HTML/de/kcontrol/icons/size.png +share/doc/HTML/de/kcontrol/icons/use-of-icons.png share/doc/HTML/de/kcontrol/joystick/common share/doc/HTML/de/kcontrol/joystick/index.cache.bz2 share/doc/HTML/de/kcontrol/joystick/index.docbook @@ -464,9 +472,6 @@ share/doc/HTML/de/kcontrol/kcmcgi/index.docbook share/doc/HTML/de/kcontrol/kcmcss/common share/doc/HTML/de/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/de/kcontrol/kcmcss/index.docbook -share/doc/HTML/de/kcontrol/kcmdisplay/common -share/doc/HTML/de/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/de/kcontrol/kcmdisplay/index.docbook share/doc/HTML/de/kcontrol/kcmlaunch/common share/doc/HTML/de/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/de/kcontrol/kcmlaunch/index.docbook @@ -512,26 +517,31 @@ share/doc/HTML/de/kcontrol/knetworkconf/04.png share/doc/HTML/de/kcontrol/knetworkconf/05.png share/doc/HTML/de/kcontrol/knetworkconf/06.png share/doc/HTML/de/kcontrol/knetworkconf/07.png -share/doc/HTML/de/kcontrol/knetworkconf/08.png share/doc/HTML/de/kcontrol/knetworkconf/09.png share/doc/HTML/de/kcontrol/knetworkconf/common share/doc/HTML/de/kcontrol/knetworkconf/index.cache.bz2 share/doc/HTML/de/kcontrol/knetworkconf/index.docbook +share/doc/HTML/de/kcontrol/kremotecontrol/common +share/doc/HTML/de/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/de/kcontrol/kremotecontrol/index.docbook share/doc/HTML/de/kcontrol/kresources/common share/doc/HTML/de/kcontrol/kresources/index.cache.bz2 share/doc/HTML/de/kcontrol/kresources/index.docbook share/doc/HTML/de/kcontrol/kwincompositing/common share/doc/HTML/de/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/de/kcontrol/kwincompositing/index.docbook +share/doc/HTML/de/kcontrol/kwindecoration/buttons.png share/doc/HTML/de/kcontrol/kwindecoration/common +share/doc/HTML/de/kcontrol/kwindecoration/decoration.png share/doc/HTML/de/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/de/kcontrol/kwindecoration/index.docbook +share/doc/HTML/de/kcontrol/kwindecoration/main.png share/doc/HTML/de/kcontrol/kwinscreenedges/common share/doc/HTML/de/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/de/kcontrol/kwinscreenedges/index.docbook -share/doc/HTML/de/kcontrol/kxkb/common -share/doc/HTML/de/kcontrol/kxkb/index.cache.bz2 -share/doc/HTML/de/kcontrol/kxkb/index.docbook +share/doc/HTML/de/kcontrol/kwintabbox/common +share/doc/HTML/de/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/de/kcontrol/kwintabbox/index.docbook share/doc/HTML/de/kcontrol/language/common share/doc/HTML/de/kcontrol/language/index.cache.bz2 share/doc/HTML/de/kcontrol/language/index.docbook @@ -566,9 +576,12 @@ share/doc/HTML/de/kcontrol/screensaver/index.docbook share/doc/HTML/de/kcontrol/smb/common share/doc/HTML/de/kcontrol/smb/index.cache.bz2 share/doc/HTML/de/kcontrol/smb/index.docbook +share/doc/HTML/de/kcontrol/solid-actions/add-action.png share/doc/HTML/de/kcontrol/solid-actions/common +share/doc/HTML/de/kcontrol/solid-actions/edit-action.png share/doc/HTML/de/kcontrol/solid-actions/index.cache.bz2 share/doc/HTML/de/kcontrol/solid-actions/index.docbook +share/doc/HTML/de/kcontrol/solid-actions/main.png share/doc/HTML/de/kcontrol/solid-device-automounter/common share/doc/HTML/de/kcontrol/solid-device-automounter/index.cache.bz2 share/doc/HTML/de/kcontrol/solid-device-automounter/index.docbook @@ -579,8 +592,10 @@ share/doc/HTML/de/kcontrol/spellchecking/common share/doc/HTML/de/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/de/kcontrol/spellchecking/index.docbook share/doc/HTML/de/kcontrol/splashscreen/common +share/doc/HTML/de/kcontrol/splashscreen/get-new-theme.png share/doc/HTML/de/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/de/kcontrol/splashscreen/index.docbook +share/doc/HTML/de/kcontrol/splashscreen/splash-main.png share/doc/HTML/de/kcontrol/trash/common share/doc/HTML/de/kcontrol/trash/index.cache.bz2 share/doc/HTML/de/kcontrol/trash/index.docbook @@ -599,17 +614,16 @@ share/doc/HTML/de/kcontrol/workspaceoptions/index.docbook share/doc/HTML/de/kcron/common share/doc/HTML/de/kcron/index.cache.bz2 share/doc/HTML/de/kcron/index.docbook -share/doc/HTML/de/kcron/kcron.png share/doc/HTML/de/kcron/kcronstart.png share/doc/HTML/de/kcron/newtask.png share/doc/HTML/de/kcron/newvariable.png -share/doc/HTML/de/kcron/print.png share/doc/HTML/de/kdebugdialog/common share/doc/HTML/de/kdebugdialog/index.cache.bz2 share/doc/HTML/de/kdebugdialog/index.docbook share/doc/HTML/de/kdepasswd/common share/doc/HTML/de/kdepasswd/index.cache.bz2 share/doc/HTML/de/kdepasswd/index.docbook +share/doc/HTML/de/kdepasswd/password.png share/doc/HTML/de/kdesu/common share/doc/HTML/de/kdesu/index.cache.bz2 share/doc/HTML/de/kdesu/index.docbook @@ -663,20 +677,42 @@ share/doc/HTML/de/kfind/man-kfind.1.docbook share/doc/HTML/de/kfloppy/common share/doc/HTML/de/kfloppy/index.cache.bz2 share/doc/HTML/de/kfloppy/index.docbook +share/doc/HTML/de/kfontview/common +share/doc/HTML/de/kfontview/index.cache.bz2 +share/doc/HTML/de/kfontview/index.docbook +share/doc/HTML/de/kfontview/kfontview.png share/doc/HTML/de/kfourinline/common share/doc/HTML/de/kfourinline/index.cache.bz2 share/doc/HTML/de/kfourinline/index.docbook share/doc/HTML/de/kgeography/common +share/doc/HTML/de/kgeography/first-start1.png +share/doc/HTML/de/kgeography/first-start10.png +share/doc/HTML/de/kgeography/first-start11.png +share/doc/HTML/de/kgeography/first-start12.png +share/doc/HTML/de/kgeography/first-start13.png +share/doc/HTML/de/kgeography/first-start2.png +share/doc/HTML/de/kgeography/first-start3.png +share/doc/HTML/de/kgeography/first-start4.png +share/doc/HTML/de/kgeography/first-start5.png +share/doc/HTML/de/kgeography/first-start6.png +share/doc/HTML/de/kgeography/first-start7.png +share/doc/HTML/de/kgeography/first-start8.png +share/doc/HTML/de/kgeography/first-start9.png share/doc/HTML/de/kgeography/index.cache.bz2 share/doc/HTML/de/kgeography/index.docbook +share/doc/HTML/de/kgeography/kgeography.png +share/doc/HTML/de/kgeography/zoom.png share/doc/HTML/de/kget/common share/doc/HTML/de/kget/index.cache.bz2 share/doc/HTML/de/kget/index.docbook -share/doc/HTML/de/kget/kget1.png -share/doc/HTML/de/kget/kget2.png -share/doc/HTML/de/kget/kget3.png -share/doc/HTML/de/kget/kget4.png -share/doc/HTML/de/kget/kget5.png +share/doc/HTML/de/kget/kget_Advanced.png +share/doc/HTML/de/kget/kget_Appearance.png +share/doc/HTML/de/kget/kget_Network.png +share/doc/HTML/de/kget/kget_Web_Interface.png +share/doc/HTML/de/kget/kget_drop_target.png +share/doc/HTML/de/kget/kget_groups.png +share/doc/HTML/de/kget/kget_plugins.png +share/doc/HTML/de/kget/kget_verification.png share/doc/HTML/de/kgoldrunner/common share/doc/HTML/de/kgoldrunner/editbar.png share/doc/HTML/de/kgoldrunner/index.cache.bz2 @@ -692,129 +728,24 @@ share/doc/HTML/de/kgpg/keymanage.png share/doc/HTML/de/kgpg/keyprop.png share/doc/HTML/de/kgpg/keys.png share/doc/HTML/de/kgpg/keyserver.png -share/doc/HTML/de/kgpg/kicker.png share/doc/HTML/de/kgpg/options.png -share/doc/HTML/de/khangman/advancedsettings.png share/doc/HTML/de/khangman/common share/doc/HTML/de/khangman/getnewstuff.png share/doc/HTML/de/khangman/index.cache.bz2 share/doc/HTML/de/khangman/index.docbook -share/doc/HTML/de/khangman/khangman1.png -share/doc/HTML/de/khangman/khangman2.png +share/doc/HTML/de/khangman/khangman-desert.png +share/doc/HTML/de/khangman/khangman-main.png share/doc/HTML/de/khangman/man-khangman.6.docbook -share/doc/HTML/de/khangman/normalsettings.png +share/doc/HTML/de/khangman/settings-general.png +share/doc/HTML/de/khangman/settings-languages.png +share/doc/HTML/de/khangman/settings-timers.png share/doc/HTML/de/khelpcenter/common -share/doc/HTML/de/khelpcenter/contact.docbook -share/doc/HTML/de/khelpcenter/faq/about.docbook -share/doc/HTML/de/khelpcenter/faq/common -share/doc/HTML/de/khelpcenter/faq/configkde.docbook -share/doc/HTML/de/khelpcenter/faq/contrib.docbook -share/doc/HTML/de/khelpcenter/faq/desktop.docbook -share/doc/HTML/de/khelpcenter/faq/filemng.docbook -share/doc/HTML/de/khelpcenter/faq/getkde.docbook -share/doc/HTML/de/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/de/khelpcenter/faq/index.docbook -share/doc/HTML/de/khelpcenter/faq/install.docbook -share/doc/HTML/de/khelpcenter/faq/intro.docbook -share/doc/HTML/de/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/de/khelpcenter/faq/misc.docbook -share/doc/HTML/de/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/de/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/de/khelpcenter/faq/notrelated.docbook -share/doc/HTML/de/khelpcenter/faq/panel.docbook -share/doc/HTML/de/khelpcenter/faq/qt.docbook -share/doc/HTML/de/khelpcenter/faq/questions.docbook -share/doc/HTML/de/khelpcenter/faq/sound.docbook -share/doc/HTML/de/khelpcenter/faq/tips.docbook -share/doc/HTML/de/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/de/khelpcenter/faq/winmng.docbook share/doc/HTML/de/khelpcenter/glossary/common share/doc/HTML/de/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/de/khelpcenter/glossary/index.docbook share/doc/HTML/de/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/de/khelpcenter/help.docbook share/doc/HTML/de/khelpcenter/index.cache.bz2 share/doc/HTML/de/khelpcenter/index.docbook -share/doc/HTML/de/khelpcenter/quickstart/common -share/doc/HTML/de/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/de/khelpcenter/quickstart/index.docbook -share/doc/HTML/de/khelpcenter/support.docbook -share/doc/HTML/de/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/de/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/de/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/de/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/de/khelpcenter/userguide/common -share/doc/HTML/de/khelpcenter/userguide/control-center.docbook -share/doc/HTML/de/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/de/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/de/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/de/khelpcenter/userguide/email.docbook -share/doc/HTML/de/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/de/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/de/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/de/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/de/khelpcenter/userguide/glossary.docbook -share/doc/HTML/de/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/de/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/de/khelpcenter/userguide/index.docbook -share/doc/HTML/de/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/de/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/de/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/de/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/de/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/de/khelpcenter/userguide/kmouth.png -share/doc/HTML/de/khelpcenter/userguide/kmouth2.png -share/doc/HTML/de/khelpcenter/userguide/kmouth3.png -share/doc/HTML/de/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/de/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/de/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/de/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/de/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/de/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/de/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/de/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/de/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/de/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/de/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/de/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/de/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/de/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/de/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/de/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/de/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/de/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/de/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/de/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/de/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/de/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/de/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/de/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/de/khelpcenter/userguide/usenet.docbook -share/doc/HTML/de/khelpcenter/userguide/where-next.docbook -share/doc/HTML/de/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/de/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/de/khelpcenter/visualdict/common -share/doc/HTML/de/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/de/khelpcenter/visualdict/index.docbook -share/doc/HTML/de/khelpcenter/visualdict/pict1.png -share/doc/HTML/de/khelpcenter/visualdict/pict10.png -share/doc/HTML/de/khelpcenter/visualdict/pict11.png -share/doc/HTML/de/khelpcenter/visualdict/pict12.png -share/doc/HTML/de/khelpcenter/visualdict/pict13.png -share/doc/HTML/de/khelpcenter/visualdict/pict14.png -share/doc/HTML/de/khelpcenter/visualdict/pict16.png -share/doc/HTML/de/khelpcenter/visualdict/pict19.png -share/doc/HTML/de/khelpcenter/visualdict/pict20.png -share/doc/HTML/de/khelpcenter/visualdict/pict21.png -share/doc/HTML/de/khelpcenter/visualdict/pict22.png -share/doc/HTML/de/khelpcenter/visualdict/pict23.png -share/doc/HTML/de/khelpcenter/visualdict/pict4.png -share/doc/HTML/de/khelpcenter/visualdict/pict5.png -share/doc/HTML/de/khelpcenter/visualdict/pict6.png -share/doc/HTML/de/khelpcenter/visualdict/pict7.png -share/doc/HTML/de/khelpcenter/visualdict/pict8.png -share/doc/HTML/de/khelpcenter/welcome.docbook -share/doc/HTML/de/khelpcenter/whatiskde.docbook share/doc/HTML/de/kig/common share/doc/HTML/de/kig/constructed_a_point.png share/doc/HTML/de/kig/constructed_script_object.png @@ -852,60 +783,12 @@ share/doc/HTML/de/kimagemapeditor/common share/doc/HTML/de/kimagemapeditor/index.cache.bz2 share/doc/HTML/de/kimagemapeditor/index.docbook share/doc/HTML/de/kinfocenter/common -share/doc/HTML/de/kinfocenter/devices/common -share/doc/HTML/de/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/de/kinfocenter/devices/index.docbook -share/doc/HTML/de/kinfocenter/dma/common -share/doc/HTML/de/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/de/kinfocenter/dma/index.docbook share/doc/HTML/de/kinfocenter/index.cache.bz2 share/doc/HTML/de/kinfocenter/index.docbook -share/doc/HTML/de/kinfocenter/interrupts/common -share/doc/HTML/de/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/de/kinfocenter/interrupts/index.docbook -share/doc/HTML/de/kinfocenter/ioports/common -share/doc/HTML/de/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/de/kinfocenter/ioports/index.docbook share/doc/HTML/de/kinfocenter/kinfocenter.png -share/doc/HTML/de/kinfocenter/memory/common -share/doc/HTML/de/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/de/kinfocenter/memory/index.docbook -share/doc/HTML/de/kinfocenter/nics/common -share/doc/HTML/de/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/de/kinfocenter/nics/index.docbook -share/doc/HTML/de/kinfocenter/opengl/common -share/doc/HTML/de/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/de/kinfocenter/opengl/index.docbook -share/doc/HTML/de/kinfocenter/partitions/common -share/doc/HTML/de/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/de/kinfocenter/partitions/index.docbook -share/doc/HTML/de/kinfocenter/pci/common -share/doc/HTML/de/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/de/kinfocenter/pci/index.docbook -share/doc/HTML/de/kinfocenter/processor/common -share/doc/HTML/de/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/de/kinfocenter/processor/index.docbook -share/doc/HTML/de/kinfocenter/protocols/common -share/doc/HTML/de/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/de/kinfocenter/protocols/index.docbook -share/doc/HTML/de/kinfocenter/samba/common -share/doc/HTML/de/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/de/kinfocenter/samba/index.docbook -share/doc/HTML/de/kinfocenter/scsi/common -share/doc/HTML/de/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/de/kinfocenter/scsi/index.docbook -share/doc/HTML/de/kinfocenter/sound/common -share/doc/HTML/de/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/de/kinfocenter/sound/index.docbook -share/doc/HTML/de/kinfocenter/usb/common -share/doc/HTML/de/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/de/kinfocenter/usb/index.docbook -share/doc/HTML/de/kinfocenter/view1394/common -share/doc/HTML/de/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/de/kinfocenter/view1394/index.docbook -share/doc/HTML/de/kinfocenter/xserver/common -share/doc/HTML/de/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/de/kinfocenter/xserver/index.docbook +share/doc/HTML/de/kinfocenter/os_block.png +share/doc/HTML/de/kinfocenter/pro_block.png +share/doc/HTML/de/kinfocenter/sto_block.png share/doc/HTML/de/kioslave/audiocd/common share/doc/HTML/de/kioslave/audiocd/index.cache.bz2 share/doc/HTML/de/kioslave/audiocd/index.docbook @@ -966,9 +849,6 @@ share/doc/HTML/de/kioslave/mbox/index.docbook share/doc/HTML/de/kioslave/network/common share/doc/HTML/de/kioslave/network/index.cache.bz2 share/doc/HTML/de/kioslave/network/index.docbook -share/doc/HTML/de/kioslave/news/common -share/doc/HTML/de/kioslave/news/index.cache.bz2 -share/doc/HTML/de/kioslave/news/index.docbook share/doc/HTML/de/kioslave/nfs/common share/doc/HTML/de/kioslave/nfs/index.cache.bz2 share/doc/HTML/de/kioslave/nfs/index.docbook @@ -1016,15 +896,9 @@ share/doc/HTML/de/kiten/index.cache.bz2 share/doc/HTML/de/kiten/index.docbook share/doc/HTML/de/kiten/kiten1.png share/doc/HTML/de/kiten/kiten2.png -share/doc/HTML/de/kjots/common -share/doc/HTML/de/kjots/index.cache.bz2 -share/doc/HTML/de/kjots/index.docbook share/doc/HTML/de/kjumpingcube/common share/doc/HTML/de/kjumpingcube/index.cache.bz2 share/doc/HTML/de/kjumpingcube/index.docbook -share/doc/HTML/de/kleopatra/common -share/doc/HTML/de/kleopatra/index.cache.bz2 -share/doc/HTML/de/kleopatra/index.docbook share/doc/HTML/de/klettres/common share/doc/HTML/de/klettres/index.cache.bz2 share/doc/HTML/de/klettres/index.docbook @@ -1064,29 +938,26 @@ share/doc/HTML/de/kmahjongg/index.cache.bz2 share/doc/HTML/de/kmahjongg/index.docbook share/doc/HTML/de/kmahjongg/numbered.png share/doc/HTML/de/kmahjongg/shortcuts.png -share/doc/HTML/de/kmail/common -share/doc/HTML/de/kmail/configure.docbook -share/doc/HTML/de/kmail/credits-and-licenses.docbook -share/doc/HTML/de/kmail/faq.docbook -share/doc/HTML/de/kmail/getting-started.docbook -share/doc/HTML/de/kmail/importing.docbook -share/doc/HTML/de/kmail/index.cache.bz2 -share/doc/HTML/de/kmail/index.docbook -share/doc/HTML/de/kmail/intro.docbook -share/doc/HTML/de/kmail/menus.docbook -share/doc/HTML/de/kmail/using-kmail.docbook share/doc/HTML/de/kmenuedit/common +share/doc/HTML/de/kmenuedit/done.png share/doc/HTML/de/kmenuedit/index.cache.bz2 share/doc/HTML/de/kmenuedit/index.docbook +share/doc/HTML/de/kmenuedit/itemname.png +share/doc/HTML/de/kmenuedit/new.png +share/doc/HTML/de/kmenuedit/selecticon.png +share/doc/HTML/de/kmenuedit/selectinternet.png share/doc/HTML/de/kmines/common share/doc/HTML/de/kmines/index.cache.bz2 share/doc/HTML/de/kmines/index.docbook share/doc/HTML/de/kmix/common share/doc/HTML/de/kmix/index.cache.bz2 share/doc/HTML/de/kmix/index.docbook -share/doc/HTML/de/kmix/kmix-channel-playback.png -share/doc/HTML/de/kmix/kmix-channel-record.png -share/doc/HTML/de/kmix/kmix-window.png +share/doc/HTML/de/kmix/kmix-channels.png +share/doc/HTML/de/kmix/kmix-configure.png +share/doc/HTML/de/kmix/kmix-file.png +share/doc/HTML/de/kmix/kmix-master.png +share/doc/HTML/de/kmix/kmix-options.png +share/doc/HTML/de/kmix/kmix.png share/doc/HTML/de/kmousetool/common share/doc/HTML/de/kmousetool/index.cache.bz2 share/doc/HTML/de/kmousetool/index.docbook @@ -1126,54 +997,20 @@ share/doc/HTML/de/kmplot/using.docbook share/doc/HTML/de/knetattach/common share/doc/HTML/de/knetattach/index.cache.bz2 share/doc/HTML/de/knetattach/index.docbook +share/doc/HTML/de/knetattach/screenshot.png +share/doc/HTML/de/knetattach/screenshot1.png +share/doc/HTML/de/knetattach/screenshot2.png +share/doc/HTML/de/knetattach/screenshot3.png share/doc/HTML/de/knetwalk/common share/doc/HTML/de/knetwalk/index.cache.bz2 share/doc/HTML/de/knetwalk/index.docbook -share/doc/HTML/de/knode/commands.docbook -share/doc/HTML/de/knode/common -share/doc/HTML/de/knode/credits.docbook -share/doc/HTML/de/knode/faq.docbook -share/doc/HTML/de/knode/gloss.docbook -share/doc/HTML/de/knode/index.cache.bz2 -share/doc/HTML/de/knode/index.docbook -share/doc/HTML/de/knode/install.docbook -share/doc/HTML/de/knode/introduction.docbook -share/doc/HTML/de/knode/journey.docbook -share/doc/HTML/de/knode/knode-cleanup.png -share/doc/HTML/de/knode/knode-colors-fonts.png -share/doc/HTML/de/knode/knode-composer-attachments.png -share/doc/HTML/de/knode/knode-composer-settings.png -share/doc/HTML/de/knode/knode-edit-filter.png -share/doc/HTML/de/knode/knode-edit-header1.png -share/doc/HTML/de/knode/knode-edit-header2.png -share/doc/HTML/de/knode/knode-filters.png -share/doc/HTML/de/knode/knode-followup.png -share/doc/HTML/de/knode/knode-header-settings.png -share/doc/HTML/de/knode/knode-identity.png -share/doc/HTML/de/knode/knode-mail-account.png -share/doc/HTML/de/knode/knode-new-article.png -share/doc/HTML/de/knode/knode-news-account.png -share/doc/HTML/de/knode/knode-post-settings.png -share/doc/HTML/de/knode/knode-read-news-appearance-dialog.png -share/doc/HTML/de/knode/knode-read-news-settings.png -share/doc/HTML/de/knode/knode-reply.png -share/doc/HTML/de/knode/knode-search.png -share/doc/HTML/de/knode/knode-start.png -share/doc/HTML/de/knode/knode-subscribe.png -share/doc/HTML/de/knode/knode-views.png -share/doc/HTML/de/knode/more.docbook -share/doc/HTML/de/knode/using-firststart.docbook -share/doc/HTML/de/knode/using-morefeatures.docbook -share/doc/HTML/de/knode/using-subscribing.docbook -share/doc/HTML/de/knotes/common -share/doc/HTML/de/knotes/index.cache.bz2 -share/doc/HTML/de/knotes/index.docbook share/doc/HTML/de/kolf/common share/doc/HTML/de/kolf/index.cache.bz2 share/doc/HTML/de/kolf/index.docbook share/doc/HTML/de/kollision/common share/doc/HTML/de/kollision/index.cache.bz2 share/doc/HTML/de/kollision/index.docbook +share/doc/HTML/de/kolourpaint/KolourPaint.png share/doc/HTML/de/kolourpaint/common share/doc/HTML/de/kolourpaint/image_balance.png share/doc/HTML/de/kolourpaint/image_emboss.png @@ -1209,7 +1046,6 @@ share/doc/HTML/de/kompare/index.docbook share/doc/HTML/de/konqueror/basics.docbook share/doc/HTML/de/konqueror/bookmarks.docbook share/doc/HTML/de/konqueror/browser.docbook -share/doc/HTML/de/konqueror/cmdline.png share/doc/HTML/de/konqueror/cmndline.png share/doc/HTML/de/konqueror/commands.docbook share/doc/HTML/de/konqueror/common @@ -1219,9 +1055,6 @@ share/doc/HTML/de/konqueror/dirtree.png share/doc/HTML/de/konqueror/dragdrop.png share/doc/HTML/de/konqueror/faq.docbook share/doc/HTML/de/konqueror/filemanager.docbook -share/doc/HTML/de/konqueror/filetype1.png -share/doc/HTML/de/konqueror/filetype3.png -share/doc/HTML/de/konqueror/filetype4.png share/doc/HTML/de/konqueror/index.cache.bz2 share/doc/HTML/de/konqueror/index.docbook share/doc/HTML/de/konqueror/introduction.docbook @@ -1240,25 +1073,16 @@ share/doc/HTML/de/konquest/index.docbook share/doc/HTML/de/konsole/common share/doc/HTML/de/konsole/index.cache.bz2 share/doc/HTML/de/konsole/index.docbook -share/doc/HTML/de/konsole/konsole.png -share/doc/HTML/de/konsole/tabbar.png -share/doc/HTML/de/konsolekalendar/common -share/doc/HTML/de/konsolekalendar/index.cache.bz2 -share/doc/HTML/de/konsolekalendar/index.docbook -share/doc/HTML/de/kontact/common -share/doc/HTML/de/kontact/index.cache.bz2 -share/doc/HTML/de/kontact/index.docbook share/doc/HTML/de/kopete/chatstyle.docbook share/doc/HTML/de/kopete/common share/doc/HTML/de/kopete/index.cache.bz2 share/doc/HTML/de/kopete/index.docbook share/doc/HTML/de/kopete/menus.docbook share/doc/HTML/de/kopete/pipes.docbook -share/doc/HTML/de/korganizer/common -share/doc/HTML/de/korganizer/index.cache.bz2 -share/doc/HTML/de/korganizer/index.docbook -share/doc/HTML/de/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/de/korganizer/plugins-chapter.docbook +share/doc/HTML/de/kpat/common +share/doc/HTML/de/kpat/index.cache.bz2 +share/doc/HTML/de/kpat/index.docbook +share/doc/HTML/de/kpat/man-kpat.6.docbook share/doc/HTML/de/kppp/accounting.docbook share/doc/HTML/de/kppp/callback.docbook share/doc/HTML/de/kppp/chap.docbook @@ -1269,17 +1093,13 @@ share/doc/HTML/de/kppp/global-settings.docbook share/doc/HTML/de/kppp/hayes.docbook share/doc/HTML/de/kppp/index.cache.bz2 share/doc/HTML/de/kppp/index.docbook -share/doc/HTML/de/kppp/kppp-dialer-tab.png share/doc/HTML/de/kppp/kppp-faq.docbook -share/doc/HTML/de/kppp/kppp-wizzard.png share/doc/HTML/de/kppp/security.docbook share/doc/HTML/de/kppp/tricks.docbook share/doc/HTML/de/kppp/wizard.docbook share/doc/HTML/de/krdc/address_input.png share/doc/HTML/de/krdc/bookmarks_menu.png share/doc/HTML/de/krdc/common -share/doc/HTML/de/krdc/fullscreen_button.png -share/doc/HTML/de/krdc/host_preferences.png share/doc/HTML/de/krdc/index.cache.bz2 share/doc/HTML/de/krdc/index.docbook share/doc/HTML/de/krdc/krdc_mainwindow.png @@ -1287,7 +1107,6 @@ share/doc/HTML/de/krdc/password_entry.png share/doc/HTML/de/krdc/rdp_preferences.png share/doc/HTML/de/krdc/vnc_host_configuration.png share/doc/HTML/de/krdc/vnc_preferences.png -share/doc/HTML/de/krdc/windowmode_button.png share/doc/HTML/de/kreversi/common share/doc/HTML/de/kreversi/index.cache.bz2 share/doc/HTML/de/kreversi/index.docbook @@ -1387,7 +1206,6 @@ share/doc/HTML/de/kstars/index.docbook share/doc/HTML/de/kstars/indi.docbook share/doc/HTML/de/kstars/indiclient.png share/doc/HTML/de/kstars/indicontrolpanel.png -share/doc/HTML/de/kstars/indiscript.png share/doc/HTML/de/kstars/install.docbook share/doc/HTML/de/kstars/jmoons.docbook share/doc/HTML/de/kstars/jmoons.png @@ -1430,8 +1248,11 @@ share/doc/HTML/de/ksysguard/common share/doc/HTML/de/ksysguard/index.cache.bz2 share/doc/HTML/de/ksysguard/index.docbook share/doc/HTML/de/ksystemlog/common +share/doc/HTML/de/ksystemlog/filter-process.png +share/doc/HTML/de/ksystemlog/first-opening.png share/doc/HTML/de/ksystemlog/index.cache.bz2 share/doc/HTML/de/ksystemlog/index.docbook +share/doc/HTML/de/ksystemlog/main-screen.png share/doc/HTML/de/kteatime/common share/doc/HTML/de/kteatime/config.png share/doc/HTML/de/kteatime/index.cache.bz2 @@ -1439,35 +1260,15 @@ share/doc/HTML/de/kteatime/index.docbook share/doc/HTML/de/ktimer/common share/doc/HTML/de/ktimer/index.cache.bz2 share/doc/HTML/de/ktimer/index.docbook -share/doc/HTML/de/ktimetracker/common -share/doc/HTML/de/ktimetracker/index.cache.bz2 -share/doc/HTML/de/ktimetracker/index.docbook share/doc/HTML/de/ktouch/common share/doc/HTML/de/ktouch/index.cache.bz2 share/doc/HTML/de/ktouch/index.docbook share/doc/HTML/de/ktouch/man-ktouch.1.docbook -share/doc/HTML/de/ktouch/screenshot1.png -share/doc/HTML/de/ktouch/screenshot2.png -share/doc/HTML/de/ktouch/screenshot3.png share/doc/HTML/de/ktron/common share/doc/HTML/de/ktron/index.cache.bz2 share/doc/HTML/de/ktron/index.docbook share/doc/HTML/de/ktron/settings-general.png share/doc/HTML/de/ktron/settings-theme.png -share/doc/HTML/de/kttsd/addtalker.png -share/doc/HTML/de/kttsd/audio.png -share/doc/HTML/de/kttsd/common -share/doc/HTML/de/kttsd/festivalintconf.png -share/doc/HTML/de/kttsd/filters.png -share/doc/HTML/de/kttsd/general.png -share/doc/HTML/de/kttsd/index.cache.bz2 -share/doc/HTML/de/kttsd/index.docbook -share/doc/HTML/de/kttsd/interruption.png -share/doc/HTML/de/kttsd/jobs.png -share/doc/HTML/de/kttsd/stringreplacer.png -share/doc/HTML/de/kttsd/talkerchooser.png -share/doc/HTML/de/kttsd/talkers.png -share/doc/HTML/de/kttsd/xmltransformer.png share/doc/HTML/de/ktuberling/button-new.png share/doc/HTML/de/ktuberling/button-open.png share/doc/HTML/de/ktuberling/button-print.png @@ -1484,7 +1285,6 @@ share/doc/HTML/de/ktuberling/menu-settings.png share/doc/HTML/de/ktuberling/technical-reference.docbook share/doc/HTML/de/ktuberling/toolbar.png share/doc/HTML/de/kturtle/common -share/doc/HTML/de/kturtle/forward.png share/doc/HTML/de/kturtle/getting-started.docbook share/doc/HTML/de/kturtle/glossary.docbook share/doc/HTML/de/kturtle/index.cache.bz2 @@ -1494,22 +1294,16 @@ share/doc/HTML/de/kturtle/mainwindow_flower_nrs.png share/doc/HTML/de/kturtle/programming-reference.docbook share/doc/HTML/de/kturtle/translator-guide.docbook share/doc/HTML/de/kturtle/using-kturtle.docbook -share/doc/HTML/de/kturtle/wrapping.png share/doc/HTML/de/kubrick/common share/doc/HTML/de/kubrick/index.cache.bz2 share/doc/HTML/de/kubrick/index.docbook share/doc/HTML/de/kuser/common share/doc/HTML/de/kuser/index.cache.bz2 share/doc/HTML/de/kuser/index.docbook +share/doc/HTML/de/kuser/kuser.png share/doc/HTML/de/kwallet/common share/doc/HTML/de/kwallet/index.cache.bz2 share/doc/HTML/de/kwallet/index.docbook -share/doc/HTML/de/kwatchgnupg/common -share/doc/HTML/de/kwatchgnupg/index.cache.bz2 -share/doc/HTML/de/kwatchgnupg/index.docbook -share/doc/HTML/de/kweather/common -share/doc/HTML/de/kweather/index.cache.bz2 -share/doc/HTML/de/kweather/index.docbook share/doc/HTML/de/kwordquiz/common share/doc/HTML/de/kwordquiz/index.cache.bz2 share/doc/HTML/de/kwordquiz/index.docbook @@ -1523,7 +1317,6 @@ share/doc/HTML/de/kwordquiz/kwq-dlg-print-flashcard.png share/doc/HTML/de/kwordquiz/kwq-dlg-print-list.png share/doc/HTML/de/kwordquiz/kwq-dlg-print-type.png share/doc/HTML/de/kwordquiz/kwq-dlg-rowscolumns.png -share/doc/HTML/de/kwordquiz/kwq-dlg-sort.png share/doc/HTML/de/kwordquiz/kwq-editor.png share/doc/HTML/de/kwordquiz/kwq-flashcard.png share/doc/HTML/de/kwordquiz/kwq-multiple.png @@ -1548,15 +1341,17 @@ share/doc/HTML/de/okular/configure.png share/doc/HTML/de/okular/embedded-files-bar.png share/doc/HTML/de/okular/index.cache.bz2 share/doc/HTML/de/okular/index.docbook +share/doc/HTML/de/onlinehelp/common +share/doc/HTML/de/onlinehelp/index.cache.bz2 +share/doc/HTML/de/onlinehelp/index.docbook share/doc/HTML/de/palapeli/common share/doc/HTML/de/palapeli/index.cache.bz2 share/doc/HTML/de/palapeli/index.docbook -share/doc/HTML/de/parley/common -share/doc/HTML/de/parley/index.cache.bz2 -share/doc/HTML/de/parley/index.docbook +share/doc/HTML/de/plasma-desktop/add-widgets.png share/doc/HTML/de/plasma-desktop/common share/doc/HTML/de/plasma-desktop/index.cache.bz2 share/doc/HTML/de/plasma-desktop/index.docbook +share/doc/HTML/de/plasma-desktop/taskbar-settings.png share/doc/HTML/de/printer-applet/common share/doc/HTML/de/printer-applet/index.cache.bz2 share/doc/HTML/de/printer-applet/index.docbook @@ -1571,14 +1366,14 @@ share/doc/HTML/de/step/examples.docbook share/doc/HTML/de/step/index.cache.bz2 share/doc/HTML/de/step/index.docbook share/doc/HTML/de/step/tutorials.docbook -share/doc/HTML/de/superkaramba/common -share/doc/HTML/de/superkaramba/index.cache.bz2 -share/doc/HTML/de/superkaramba/index.docbook +share/doc/HTML/de/sweeper/common +share/doc/HTML/de/sweeper/index.cache.bz2 +share/doc/HTML/de/sweeper/index.docbook +share/doc/HTML/de/sweeper/sweeper.png share/doc/HTML/de/systemsettings/common share/doc/HTML/de/systemsettings/index.cache.bz2 share/doc/HTML/de/systemsettings/index.docbook share/doc/HTML/de/umbrello/activity-diagram.png -share/doc/HTML/de/umbrello/add-remove-languages.png share/doc/HTML/de/umbrello/aggregation.png share/doc/HTML/de/umbrello/association.png share/doc/HTML/de/umbrello/authors.docbook @@ -1599,39 +1394,11 @@ share/doc/HTML/de/umbrello/introduction.docbook share/doc/HTML/de/umbrello/other_features.docbook share/doc/HTML/de/umbrello/sequence-diagram.png share/doc/HTML/de/umbrello/state-diagram.png -share/doc/HTML/de/umbrello/umbrello-main-screen.png -share/doc/HTML/de/umbrello/umbrello-ui-clean.png share/doc/HTML/de/umbrello/umbrello-ui.png share/doc/HTML/de/umbrello/uml_basics.docbook share/doc/HTML/de/umbrello/use-case-diagram.png share/doc/HTML/de/umbrello/working_with_umbrello.docbook -share/locale/de/LC_MESSAGES/akonadi-kcal.mo -share/locale/de/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/de/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/de/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/de/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/de/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/de/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/de/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/de/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/de/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/de/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/de/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/de/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/de/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/de/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/de/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/de/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/de/LC_MESSAGES/akonadi_next.mo -share/locale/de/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/de/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/de/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/de/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/de/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/de/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/de/LC_MESSAGES/akonadicontact.mo -share/locale/de/LC_MESSAGES/akonaditray.mo -share/locale/de/LC_MESSAGES/akregator.mo share/locale/de/LC_MESSAGES/amor.mo share/locale/de/LC_MESSAGES/ark.mo share/locale/de/LC_MESSAGES/attica_kde.mo @@ -1639,43 +1406,37 @@ share/locale/de/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/de/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/de/LC_MESSAGES/audiorename_plugin.mo share/locale/de/LC_MESSAGES/blinken.mo -share/locale/de/LC_MESSAGES/blogilo.mo share/locale/de/LC_MESSAGES/bomber.mo share/locale/de/LC_MESSAGES/bovo.mo share/locale/de/LC_MESSAGES/cantor.mo share/locale/de/LC_MESSAGES/cervisia.mo -share/locale/de/LC_MESSAGES/cryptopageplugin.mo share/locale/de/LC_MESSAGES/cvsservice.mo share/locale/de/LC_MESSAGES/display.mo share/locale/de/LC_MESSAGES/dolphin.mo share/locale/de/LC_MESSAGES/dragonplayer.mo share/locale/de/LC_MESSAGES/drkonqi.mo share/locale/de/LC_MESSAGES/filetypes.mo +share/locale/de/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/de/LC_MESSAGES/freespacenotifier.mo share/locale/de/LC_MESSAGES/granatier.mo share/locale/de/LC_MESSAGES/gwenview.mo share/locale/de/LC_MESSAGES/htmlsearch.mo share/locale/de/LC_MESSAGES/imagerename_plugin.mo -share/locale/de/LC_MESSAGES/irkick.mo +share/locale/de/LC_MESSAGES/jovie.mo share/locale/de/LC_MESSAGES/joystick.mo share/locale/de/LC_MESSAGES/juk.mo share/locale/de/LC_MESSAGES/kabc.mo -share/locale/de/LC_MESSAGES/kabc_akonadi.mo share/locale/de/LC_MESSAGES/kabc_dir.mo share/locale/de/LC_MESSAGES/kabc_file.mo share/locale/de/LC_MESSAGES/kabc_ldapkio.mo share/locale/de/LC_MESSAGES/kabc_net.mo -share/locale/de/LC_MESSAGES/kabc_slox.mo -share/locale/de/LC_MESSAGES/kabcclient.mo share/locale/de/LC_MESSAGES/kabcformat_binary.mo share/locale/de/LC_MESSAGES/kaccess.mo -share/locale/de/LC_MESSAGES/kaddressbook.mo -share/locale/de/LC_MESSAGES/kalarm.mo +share/locale/de/LC_MESSAGES/kajongg.mo share/locale/de/LC_MESSAGES/kalgebra.mo share/locale/de/LC_MESSAGES/kalzium.mo -share/locale/de/LC_MESSAGES/kalzium_qt.mo share/locale/de/LC_MESSAGES/kanagram.mo share/locale/de/LC_MESSAGES/kapman.mo -share/locale/de/LC_MESSAGES/kappfinder.mo share/locale/de/LC_MESSAGES/kapptemplate.mo share/locale/de/LC_MESSAGES/kate-ctags-plugin.mo share/locale/de/LC_MESSAGES/kate.mo @@ -1687,20 +1448,17 @@ share/locale/de/LC_MESSAGES/katefilebrowserplugin.mo share/locale/de/LC_MESSAGES/katefiletemplates.mo share/locale/de/LC_MESSAGES/katefindinfilesplugin.mo share/locale/de/LC_MESSAGES/katehelloworld.mo -share/locale/de/LC_MESSAGES/katehtmltools.mo share/locale/de/LC_MESSAGES/kateinsertcommand.mo share/locale/de/LC_MESSAGES/katekjswrapper.mo share/locale/de/LC_MESSAGES/katekonsoleplugin.mo share/locale/de/LC_MESSAGES/katemailfilesplugin.mo share/locale/de/LC_MESSAGES/kateopenheader.mo share/locale/de/LC_MESSAGES/katepart4.mo -share/locale/de/LC_MESSAGES/katepybrowse.mo share/locale/de/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/de/LC_MESSAGES/katesnippets.mo share/locale/de/LC_MESSAGES/katesnippets_tng.mo -share/locale/de/LC_MESSAGES/katesnippetstng_editor.mo share/locale/de/LC_MESSAGES/katesymbolviewer.mo share/locale/de/LC_MESSAGES/katetabbarextension.mo +share/locale/de/LC_MESSAGES/katetabifyplugin.mo share/locale/de/LC_MESSAGES/katetextfilter.mo share/locale/de/LC_MESSAGES/katexmlcheck.mo share/locale/de/LC_MESSAGES/katexmltools.mo @@ -1715,27 +1473,27 @@ share/locale/de/LC_MESSAGES/kbruch.mo share/locale/de/LC_MESSAGES/kbugbuster.mo share/locale/de/LC_MESSAGES/kcachegrind.mo share/locale/de/LC_MESSAGES/kcachegrind_qt.mo -share/locale/de/LC_MESSAGES/kcal_akonadi.mo share/locale/de/LC_MESSAGES/kcalc.mo share/locale/de/LC_MESSAGES/kcertpart.mo share/locale/de/LC_MESSAGES/kcharselect.mo -share/locale/de/LC_MESSAGES/kcm_akonadi.mo share/locale/de/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/de/LC_MESSAGES/kcm_attica.mo share/locale/de/LC_MESSAGES/kcm_autostart.mo +share/locale/de/LC_MESSAGES/kcm_desktoppaths.mo share/locale/de/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/de/LC_MESSAGES/kcm_device_automounter.mo share/locale/de/LC_MESSAGES/kcm_emoticons.mo +share/locale/de/LC_MESSAGES/kcm_infobase.mo +share/locale/de/LC_MESSAGES/kcm_infosummary.mo share/locale/de/LC_MESSAGES/kcm_krfb.mo share/locale/de/LC_MESSAGES/kcm_kwindesktop.mo share/locale/de/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/de/LC_MESSAGES/kcm_lirc.mo share/locale/de/LC_MESSAGES/kcm_memory.mo -share/locale/de/LC_MESSAGES/kcm_partition.mo share/locale/de/LC_MESSAGES/kcm_pci.mo share/locale/de/LC_MESSAGES/kcm_phonon.mo share/locale/de/LC_MESSAGES/kcm_phononxine.mo share/locale/de/LC_MESSAGES/kcm_platform.mo +share/locale/de/LC_MESSAGES/kcm_remotecontrol.mo share/locale/de/LC_MESSAGES/kcm_solid.mo share/locale/de/LC_MESSAGES/kcm_solid_actions.mo share/locale/de/LC_MESSAGES/kcm_standard_actions.mo @@ -1748,13 +1506,13 @@ share/locale/de/LC_MESSAGES/kcmcgi.mo share/locale/de/LC_MESSAGES/kcmcolors.mo share/locale/de/LC_MESSAGES/kcmcomponentchooser.mo share/locale/de/LC_MESSAGES/kcmcrypto.mo +share/locale/de/LC_MESSAGES/kcmdevinfo.mo share/locale/de/LC_MESSAGES/kcmfonts.mo share/locale/de/LC_MESSAGES/kcmhtmlsearch.mo share/locale/de/LC_MESSAGES/kcmicons.mo share/locale/de/LC_MESSAGES/kcminfo.mo share/locale/de/LC_MESSAGES/kcminit.mo share/locale/de/LC_MESSAGES/kcminput.mo -share/locale/de/LC_MESSAGES/kcmioslaveinfo.mo share/locale/de/LC_MESSAGES/kcmkamera.mo share/locale/de/LC_MESSAGES/kcmkclock.mo share/locale/de/LC_MESSAGES/kcmkded.mo @@ -1783,7 +1541,6 @@ share/locale/de/LC_MESSAGES/kcmscreensaver.mo share/locale/de/LC_MESSAGES/kcmshell.mo share/locale/de/LC_MESSAGES/kcmsmartcard.mo share/locale/de/LC_MESSAGES/kcmsmserver.mo -share/locale/de/LC_MESSAGES/kcmsolidproc.mo share/locale/de/LC_MESSAGES/kcmstyle.mo share/locale/de/LC_MESSAGES/kcmusb.mo share/locale/de/LC_MESSAGES/kcmview1394.mo @@ -1797,16 +1554,11 @@ share/locale/de/LC_MESSAGES/kdebugdialog.mo share/locale/de/LC_MESSAGES/kdecalendarsystems.mo share/locale/de/LC_MESSAGES/kdelibs4.mo share/locale/de/LC_MESSAGES/kdelibs_colors4.mo -share/locale/de/LC_MESSAGES/kdelirc.mo share/locale/de/LC_MESSAGES/kdepasswd.mo -share/locale/de/LC_MESSAGES/kdepimresources.mo -share/locale/de/LC_MESSAGES/kdepimwizards.mo share/locale/de/LC_MESSAGES/kdeqt.mo share/locale/de/LC_MESSAGES/kdesu.mo share/locale/de/LC_MESSAGES/kdesud.mo share/locale/de/LC_MESSAGES/kdf.mo -share/locale/de/LC_MESSAGES/kdgantt.mo -share/locale/de/LC_MESSAGES/kdgantt1.mo share/locale/de/LC_MESSAGES/kdialog.mo share/locale/de/LC_MESSAGES/kdiamond.mo share/locale/de/LC_MESSAGES/kdmconfig.mo @@ -1860,7 +1612,6 @@ share/locale/de/LC_MESSAGES/kimagemapeditor.mo share/locale/de/LC_MESSAGES/kinetd.mo share/locale/de/LC_MESSAGES/kinfocenter.mo share/locale/de/LC_MESSAGES/kio4.mo -share/locale/de/LC_MESSAGES/kio_akonadi.mo share/locale/de/LC_MESSAGES/kio_applications.mo share/locale/de/LC_MESSAGES/kio_archive.mo share/locale/de/LC_MESSAGES/kio_audiocd.mo @@ -1868,7 +1619,6 @@ share/locale/de/LC_MESSAGES/kio_bookmarks.mo share/locale/de/LC_MESSAGES/kio_finger.mo share/locale/de/LC_MESSAGES/kio_fish.mo share/locale/de/LC_MESSAGES/kio_floppy.mo -share/locale/de/LC_MESSAGES/kio_groupwise.mo share/locale/de/LC_MESSAGES/kio_help4.mo share/locale/de/LC_MESSAGES/kio_imap4.mo share/locale/de/LC_MESSAGES/kio_info.mo @@ -1896,9 +1646,7 @@ share/locale/de/LC_MESSAGES/kioclient.mo share/locale/de/LC_MESSAGES/kioexec.mo share/locale/de/LC_MESSAGES/kiriki.mo share/locale/de/LC_MESSAGES/kiten.mo -share/locale/de/LC_MESSAGES/kjots.mo share/locale/de/LC_MESSAGES/kjumpingcube.mo -share/locale/de/LC_MESSAGES/kleopatra.mo share/locale/de/LC_MESSAGES/klettres.mo share/locale/de/LC_MESSAGES/klines.mo share/locale/de/LC_MESSAGES/klinkstatus.mo @@ -1906,12 +1654,6 @@ share/locale/de/LC_MESSAGES/klipper.mo share/locale/de/LC_MESSAGES/klock.mo share/locale/de/LC_MESSAGES/kmag.mo share/locale/de/LC_MESSAGES/kmahjongg.mo -share/locale/de/LC_MESSAGES/kmail-migrator.mo -share/locale/de/LC_MESSAGES/kmail.mo -share/locale/de/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/de/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/de/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/de/LC_MESSAGES/kmailcvt.mo share/locale/de/LC_MESSAGES/kmenuedit.mo share/locale/de/LC_MESSAGES/kmimetypefinder.mo share/locale/de/LC_MESSAGES/kmines.mo @@ -1922,8 +1664,6 @@ share/locale/de/LC_MESSAGES/kmplot.mo share/locale/de/LC_MESSAGES/knetattach.mo share/locale/de/LC_MESSAGES/knetwalk.mo share/locale/de/LC_MESSAGES/knetworkconfmodule.mo -share/locale/de/LC_MESSAGES/knode.mo -share/locale/de/LC_MESSAGES/knotes.mo share/locale/de/LC_MESSAGES/knotify4.mo share/locale/de/LC_MESSAGES/kolf.mo share/locale/de/LC_MESSAGES/kollision.mo @@ -1933,11 +1673,8 @@ share/locale/de/LC_MESSAGES/kompare.mo share/locale/de/LC_MESSAGES/konqueror.mo share/locale/de/LC_MESSAGES/konquest.mo share/locale/de/LC_MESSAGES/konsole.mo -share/locale/de/LC_MESSAGES/konsolekalendar.mo -share/locale/de/LC_MESSAGES/kontact.mo share/locale/de/LC_MESSAGES/kontactinterfaces.mo share/locale/de/LC_MESSAGES/kopete.mo -share/locale/de/LC_MESSAGES/korganizer.mo share/locale/de/LC_MESSAGES/kpartloader.mo share/locale/de/LC_MESSAGES/kpartsaver.mo share/locale/de/LC_MESSAGES/kpasswdserver.mo @@ -1946,28 +1683,20 @@ share/locale/de/LC_MESSAGES/kppp.mo share/locale/de/LC_MESSAGES/kppplogview.mo share/locale/de/LC_MESSAGES/kquitapp.mo share/locale/de/LC_MESSAGES/krandr.mo +share/locale/de/LC_MESSAGES/krcdnotifieritem.mo share/locale/de/LC_MESSAGES/krdb.mo share/locale/de/LC_MESSAGES/krdc.mo share/locale/de/LC_MESSAGES/kreadconfig.mo -share/locale/de/LC_MESSAGES/kres-migrator.mo -share/locale/de/LC_MESSAGES/kres_birthday.mo -share/locale/de/LC_MESSAGES/kres_blog.mo +share/locale/de/LC_MESSAGES/kremotecontroldaemon.mo share/locale/de/LC_MESSAGES/kres_bugzilla.mo -share/locale/de/LC_MESSAGES/kres_groupware.mo -share/locale/de/LC_MESSAGES/kres_groupwise.mo -share/locale/de/LC_MESSAGES/kres_kolab.mo -share/locale/de/LC_MESSAGES/kres_remote.mo -share/locale/de/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/de/LC_MESSAGES/kreversi.mo share/locale/de/LC_MESSAGES/krfb.mo share/locale/de/LC_MESSAGES/kruler.mo share/locale/de/LC_MESSAGES/krunner.mo share/locale/de/LC_MESSAGES/ksame.mo share/locale/de/LC_MESSAGES/ksaneplugin.mo -share/locale/de/LC_MESSAGES/ksayit.mo share/locale/de/LC_MESSAGES/kscd.mo share/locale/de/LC_MESSAGES/kscreensaver.mo -share/locale/de/LC_MESSAGES/ksendemail.mo share/locale/de/LC_MESSAGES/kshisen.mo share/locale/de/LC_MESSAGES/kshorturifilter.mo share/locale/de/LC_MESSAGES/ksirk.mo @@ -1989,16 +1718,14 @@ share/locale/de/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/de/LC_MESSAGES/ksystemlog.mo share/locale/de/LC_MESSAGES/ksystraycmd.mo share/locale/de/LC_MESSAGES/kteatime.mo +share/locale/de/LC_MESSAGES/ktesnippets_editor.mo share/locale/de/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/de/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/de/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/de/LC_MESSAGES/kthememanager.mo share/locale/de/LC_MESSAGES/ktimer.mo -share/locale/de/LC_MESSAGES/ktimetracker.mo share/locale/de/LC_MESSAGES/ktouch.mo share/locale/de/LC_MESSAGES/ktraderclient.mo share/locale/de/LC_MESSAGES/ktron.mo -share/locale/de/LC_MESSAGES/kttsd.mo share/locale/de/LC_MESSAGES/ktuberling.mo share/locale/de/LC_MESSAGES/kturtle.mo share/locale/de/LC_MESSAGES/ktux.mo @@ -2009,8 +1736,6 @@ share/locale/de/LC_MESSAGES/kurifilter.mo share/locale/de/LC_MESSAGES/kuser.mo share/locale/de/LC_MESSAGES/kwalletd.mo share/locale/de/LC_MESSAGES/kwalletmanager.mo -share/locale/de/LC_MESSAGES/kwatchgnupg.mo -share/locale/de/LC_MESSAGES/kweather.mo share/locale/de/LC_MESSAGES/kwin.mo share/locale/de/LC_MESSAGES/kwin_art_clients.mo share/locale/de/LC_MESSAGES/kwin_clients.mo @@ -2032,31 +1757,25 @@ share/locale/de/LC_MESSAGES/libkcompactdisc.mo share/locale/de/LC_MESSAGES/libkdcraw.mo share/locale/de/LC_MESSAGES/libkdeedu.mo share/locale/de/LC_MESSAGES/libkdegames.mo -share/locale/de/LC_MESSAGES/libkdepim.mo share/locale/de/LC_MESSAGES/libkexiv2.mo share/locale/de/LC_MESSAGES/libkholidays.mo share/locale/de/LC_MESSAGES/libkimap.mo share/locale/de/LC_MESSAGES/libkldap.mo -share/locale/de/LC_MESSAGES/libkleopatra.mo share/locale/de/LC_MESSAGES/libkmahjongg.mo share/locale/de/LC_MESSAGES/libkmime.mo share/locale/de/LC_MESSAGES/libkonq.mo -share/locale/de/LC_MESSAGES/libkpgp.mo share/locale/de/LC_MESSAGES/libkpimidentities.mo share/locale/de/LC_MESSAGES/libkpimtextedit.mo share/locale/de/LC_MESSAGES/libkpimutils.mo +share/locale/de/LC_MESSAGES/libkremotecontrol.mo share/locale/de/LC_MESSAGES/libkresources.mo share/locale/de/LC_MESSAGES/libksane.mo share/locale/de/LC_MESSAGES/libkscreensaver.mo -share/locale/de/LC_MESSAGES/libksieve.mo share/locale/de/LC_MESSAGES/libktnef.mo share/locale/de/LC_MESSAGES/libkunitconversion.mo share/locale/de/LC_MESSAGES/libkworkspace.mo share/locale/de/LC_MESSAGES/libkxmlrpcclient.mo share/locale/de/LC_MESSAGES/libmailtransport.mo -share/locale/de/LC_MESSAGES/libmessagecore.mo -share/locale/de/LC_MESSAGES/libmessagelist.mo -share/locale/de/LC_MESSAGES/libmessageviewer.mo share/locale/de/LC_MESSAGES/liboktetacore.mo share/locale/de/LC_MESSAGES/liboktetakasten.mo share/locale/de/LC_MESSAGES/libphonon.mo @@ -2067,7 +1786,6 @@ share/locale/de/LC_MESSAGES/librtm.mo share/locale/de/LC_MESSAGES/libtaskmanager.mo share/locale/de/LC_MESSAGES/lokalize.mo share/locale/de/LC_MESSAGES/lskat.mo -share/locale/de/LC_MESSAGES/mailreader.mo share/locale/de/LC_MESSAGES/marble.mo share/locale/de/LC_MESSAGES/marble_qt.mo share/locale/de/LC_MESSAGES/mplayerthumbs.mo @@ -2101,10 +1819,12 @@ share/locale/de/LC_MESSAGES/phononserver.mo share/locale/de/LC_MESSAGES/plasma-desktop.mo share/locale/de/LC_MESSAGES/plasma-netbook.mo share/locale/de/LC_MESSAGES/plasma-overlay.mo +share/locale/de/LC_MESSAGES/plasma-windowed.mo share/locale/de/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/de/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/de/LC_MESSAGES/plasma_applet_battery.mo share/locale/de/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/de/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/de/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/de/LC_MESSAGES/plasma_applet_calculator.mo share/locale/de/LC_MESSAGES/plasma_applet_clock.mo @@ -2121,6 +1841,7 @@ share/locale/de/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/de/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/de/LC_MESSAGES/plasma_applet_icon.mo share/locale/de/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/de/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/de/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/de/LC_MESSAGES/plasma_applet_katesession.mo share/locale/de/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -2128,7 +1849,6 @@ share/locale/de/LC_MESSAGES/plasma_applet_kget.mo share/locale/de/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/de/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/de/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/de/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/de/LC_MESSAGES/plasma_applet_launcher.mo share/locale/de/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/de/LC_MESSAGES/plasma_applet_life.mo @@ -2140,6 +1860,7 @@ share/locale/de/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/de/LC_MESSAGES/plasma_applet_news.mo share/locale/de/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/de/LC_MESSAGES/plasma_applet_notes.mo +share/locale/de/LC_MESSAGES/plasma_applet_notifications.mo share/locale/de/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/de/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/de/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -2181,7 +1902,9 @@ share/locale/de/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/de/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/de/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/de/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/de/LC_MESSAGES/plasma_engine_calendar.mo share/locale/de/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/de/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/de/LC_MESSAGES/plasma_engine_keystate.mo share/locale/de/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/de/LC_MESSAGES/plasma_engine_metadata.mo @@ -2193,12 +1916,14 @@ share/locale/de/LC_MESSAGES/plasma_engine_rss.mo share/locale/de/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/de/LC_MESSAGES/plasma_engine_weather.mo share/locale/de/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/de/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/de/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/de/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/de/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/de/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/de/LC_MESSAGES/plasma_runner_contacts.mo share/locale/de/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/de/LC_MESSAGES/plasma_runner_datetime.mo share/locale/de/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/de/LC_MESSAGES/plasma_runner_kget.mo share/locale/de/LC_MESSAGES/plasma_runner_kill.mo @@ -2218,6 +1943,7 @@ share/locale/de/LC_MESSAGES/plasma_runner_shell.mo share/locale/de/LC_MESSAGES/plasma_runner_solid.mo share/locale/de/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/de/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/de/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/de/LC_MESSAGES/plasma_runner_windows.mo share/locale/de/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/de/LC_MESSAGES/plasma_wallpaper_color.mo @@ -2266,14 +1992,14 @@ share/locale/de/entry.desktop @dirrm share/locale/de/LC_SCRIPTS @dirrm share/doc/HTML/de/umbrello @dirrm share/doc/HTML/de/systemsettings -@dirrm share/doc/HTML/de/superkaramba +@dirrm share/doc/HTML/de/sweeper @dirrm share/doc/HTML/de/step @dirrm share/doc/HTML/de/sonnet @dirrm share/doc/HTML/de/rocs @dirrm share/doc/HTML/de/printer-applet @dirrm share/doc/HTML/de/plasma-desktop -@dirrm share/doc/HTML/de/parley @dirrm share/doc/HTML/de/palapeli +@dirrm share/doc/HTML/de/onlinehelp @dirrm share/doc/HTML/de/okular @dirrm share/doc/HTML/de/okteta @dirrm share/doc/HTML/de/marble @@ -2281,17 +2007,13 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/lokalize @dirrm share/doc/HTML/de/kwrite @dirrm share/doc/HTML/de/kwordquiz -@dirrm share/doc/HTML/de/kweather -@dirrm share/doc/HTML/de/kwatchgnupg @dirrm share/doc/HTML/de/kwallet @dirrm share/doc/HTML/de/kuser @dirrm share/doc/HTML/de/kubrick @dirrm share/doc/HTML/de/kturtle @dirrm share/doc/HTML/de/ktuberling -@dirrm share/doc/HTML/de/kttsd @dirrm share/doc/HTML/de/ktron @dirrm share/doc/HTML/de/ktouch -@dirrm share/doc/HTML/de/ktimetracker @dirrm share/doc/HTML/de/ktimer @dirrm share/doc/HTML/de/kteatime @dirrm share/doc/HTML/de/ksystemlog @@ -2310,10 +2032,8 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kreversi @dirrm share/doc/HTML/de/krdc @dirrm share/doc/HTML/de/kppp -@dirrm share/doc/HTML/de/korganizer +@dirrm share/doc/HTML/de/kpat @dirrm share/doc/HTML/de/kopete -@dirrm share/doc/HTML/de/kontact -@dirrm share/doc/HTML/de/konsolekalendar @dirrm share/doc/HTML/de/konsole @dirrm share/doc/HTML/de/konquest @dirrm share/doc/HTML/de/konqueror @@ -2322,8 +2042,6 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kolourpaint @dirrm share/doc/HTML/de/kollision @dirrm share/doc/HTML/de/kolf -@dirrm share/doc/HTML/de/knotes -@dirrm share/doc/HTML/de/knode @dirrm share/doc/HTML/de/knetwalk @dirrm share/doc/HTML/de/knetattach @dirrm share/doc/HTML/de/kmplot @@ -2332,16 +2050,13 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kmix @dirrm share/doc/HTML/de/kmines @dirrm share/doc/HTML/de/kmenuedit -@dirrm share/doc/HTML/de/kmail @dirrm share/doc/HTML/de/kmahjongg @dirrm share/doc/HTML/de/kmag @dirrm share/doc/HTML/de/klipper @dirrm share/doc/HTML/de/klinkstatus @dirrm share/doc/HTML/de/klines @dirrm share/doc/HTML/de/klettres -@dirrm share/doc/HTML/de/kleopatra @dirrm share/doc/HTML/de/kjumpingcube -@dirrm share/doc/HTML/de/kjots @dirrm share/doc/HTML/de/kiten @dirrm share/doc/HTML/de/kiriki @dirrm share/doc/HTML/de/kioslave/xz @@ -2357,7 +2072,6 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kioslave/pop3 @dirrm share/doc/HTML/de/kioslave/nntp @dirrm share/doc/HTML/de/kioslave/nfs -@dirrm share/doc/HTML/de/kioslave/news @dirrm share/doc/HTML/de/kioslave/network @dirrm share/doc/HTML/de/kioslave/mbox @dirrm share/doc/HTML/de/kioslave/man @@ -2379,33 +2093,12 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kioslave/bookmarks @dirrm share/doc/HTML/de/kioslave/audiocd @dirrm share/doc/HTML/de/kioslave -@dirrm share/doc/HTML/de/kinfocenter/xserver -@dirrm share/doc/HTML/de/kinfocenter/view1394 -@dirrm share/doc/HTML/de/kinfocenter/usb -@dirrm share/doc/HTML/de/kinfocenter/sound -@dirrm share/doc/HTML/de/kinfocenter/scsi -@dirrm share/doc/HTML/de/kinfocenter/samba -@dirrm share/doc/HTML/de/kinfocenter/protocols -@dirrm share/doc/HTML/de/kinfocenter/processor -@dirrm share/doc/HTML/de/kinfocenter/pci -@dirrm share/doc/HTML/de/kinfocenter/partitions -@dirrm share/doc/HTML/de/kinfocenter/opengl -@dirrm share/doc/HTML/de/kinfocenter/nics -@dirrm share/doc/HTML/de/kinfocenter/memory -@dirrm share/doc/HTML/de/kinfocenter/ioports -@dirrm share/doc/HTML/de/kinfocenter/interrupts -@dirrm share/doc/HTML/de/kinfocenter/dma -@dirrm share/doc/HTML/de/kinfocenter/devices @dirrm share/doc/HTML/de/kinfocenter @dirrm share/doc/HTML/de/kimagemapeditor @dirrm share/doc/HTML/de/killbots @dirrm share/doc/HTML/de/kigo @dirrm share/doc/HTML/de/kig -@dirrm share/doc/HTML/de/khelpcenter/visualdict -@dirrm share/doc/HTML/de/khelpcenter/userguide -@dirrm share/doc/HTML/de/khelpcenter/quickstart @dirrm share/doc/HTML/de/khelpcenter/glossary -@dirrm share/doc/HTML/de/khelpcenter/faq @dirrm share/doc/HTML/de/khelpcenter @dirrm share/doc/HTML/de/khangman @dirrm share/doc/HTML/de/kgpg @@ -2413,6 +2106,7 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kget @dirrm share/doc/HTML/de/kgeography @dirrm share/doc/HTML/de/kfourinline +@dirrm share/doc/HTML/de/kfontview @dirrm share/doc/HTML/de/kfloppy @dirrm share/doc/HTML/de/kfind @dirrm share/doc/HTML/de/kfilereplace @@ -2444,11 +2138,12 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kcontrol/nepomuk @dirrm share/doc/HTML/de/kcontrol/mouse @dirrm share/doc/HTML/de/kcontrol/language -@dirrm share/doc/HTML/de/kcontrol/kxkb +@dirrm share/doc/HTML/de/kcontrol/kwintabbox @dirrm share/doc/HTML/de/kcontrol/kwinscreenedges @dirrm share/doc/HTML/de/kcontrol/kwindecoration @dirrm share/doc/HTML/de/kcontrol/kwincompositing @dirrm share/doc/HTML/de/kcontrol/kresources +@dirrm share/doc/HTML/de/kcontrol/kremotecontrol @dirrm share/doc/HTML/de/kcontrol/knetworkconf @dirrm share/doc/HTML/de/kcontrol/khtml-plugins @dirrm share/doc/HTML/de/kcontrol/khtml-java-js @@ -2463,7 +2158,6 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kcontrol/kcmsmserver @dirrm share/doc/HTML/de/kcontrol/kcmnotify @dirrm share/doc/HTML/de/kcontrol/kcmlaunch -@dirrm share/doc/HTML/de/kcontrol/kcmdisplay @dirrm share/doc/HTML/de/kcontrol/kcmcss @dirrm share/doc/HTML/de/kcontrol/kcmcgi @dirrm share/doc/HTML/de/kcontrol/kcmaccess @@ -2471,7 +2165,6 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kcontrol/joystick @dirrm share/doc/HTML/de/kcontrol/icons @dirrm share/doc/HTML/de/kcontrol/history -@dirrm share/doc/HTML/de/kcontrol/helpindex @dirrm share/doc/HTML/de/kcontrol/fonts @dirrm share/doc/HTML/de/kcontrol/fontinst @dirrm share/doc/HTML/de/kcontrol/filetypes @@ -2482,6 +2175,7 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kcontrol/desktop @dirrm share/doc/HTML/de/kcontrol/cookies @dirrm share/doc/HTML/de/kcontrol/componentchooser +@dirrm share/doc/HTML/de/kcontrol/colors @dirrm share/doc/HTML/de/kcontrol/clock @dirrm share/doc/HTML/de/kcontrol/cddbretrieval @dirrm share/doc/HTML/de/kcontrol/cache @@ -2491,9 +2185,9 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kcontrol/autostart @dirrm share/doc/HTML/de/kcontrol/attica @dirrm share/doc/HTML/de/kcontrol -@dirrm share/doc/HTML/de/kcmlirc @dirrm share/doc/HTML/de/kcharselect @dirrm share/doc/HTML/de/kcalc +@dirrm share/doc/HTML/de/kcachegrind @dirrm share/doc/HTML/de/kbugbuster @dirrm share/doc/HTML/de/kbruch @dirrm share/doc/HTML/de/kbreakout @@ -2508,22 +2202,21 @@ share/locale/de/entry.desktop @dirrm share/doc/HTML/de/kanagram @dirrm share/doc/HTML/de/kalzium @dirrm share/doc/HTML/de/kalgebra -@dirrm share/doc/HTML/de/kalarm -@dirrm share/doc/HTML/de/kabcclient +@dirrm share/doc/HTML/de/kajongg @dirrm share/doc/HTML/de/juk -@dirrm share/doc/HTML/de/irkick +@dirrm share/doc/HTML/de/jovie @dirrm share/doc/HTML/de/gwenview @dirrm share/doc/HTML/de/granatier @dirrm share/doc/HTML/de/dragonplayer +@dirrm share/doc/HTML/de/dolphin @dirrm share/doc/HTML/de/common @dirrm share/doc/HTML/de/cervisia +@dirrm share/doc/HTML/de/cantor @dirrm share/doc/HTML/de/bovo @dirrm share/doc/HTML/de/bomber -@dirrm share/doc/HTML/de/blogilo @dirrm share/doc/HTML/de/blinken @dirrm share/doc/HTML/de/ark @dirrm share/doc/HTML/de/amor -@dirrm share/doc/HTML/de/akregator @dirrm share/doc/HTML/de/PolicyKit-kde @dirrm share/apps/step/objinfo/l10n/de @dirrm share/apps/step/objinfo/l10n diff --git a/graphics/kdegraphics4/Makefile b/graphics/kdegraphics4/Makefile index a6caa906ff93..fa3060a31bd4 100644 --- a/graphics/kdegraphics4/Makefile +++ b/graphics/kdegraphics4/Makefile @@ -6,7 +6,6 @@ PORTNAME= kdegraphics PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= graphics kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,7 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Graphics utilities for the KDE4 integrated X11 desktop -BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base +BUILD_DEPENDS= kpsewhich:${PORTSDIR}/print/teTeX-base \ + ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= art_lgpl_2.5:${PORTSDIR}/graphics/libart_lgpl \ fontconfig.1:${PORTSDIR}/x11-fonts/fontconfig \ freetype.9:${PORTSDIR}/print/freetype2 \ diff --git a/graphics/kdegraphics4/distinfo b/graphics/kdegraphics4/distinfo index 6948beb09d96..bb1d8012b9d2 100644 --- a/graphics/kdegraphics4/distinfo +++ b/graphics/kdegraphics4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdegraphics-4.4.5.tar.bz2) = e3a1bad9e37b82bd62be00797714f38d -SHA256 (KDE/kdegraphics-4.4.5.tar.bz2) = 1efd376a7e9acd1d19b18c0f60d5cd9f05eb9ba1f593ba55c41e4af5c06e36f9 -SIZE (KDE/kdegraphics-4.4.5.tar.bz2) = 3822688 +MD5 (KDE/kdegraphics-4.5.1.tar.bz2) = 11c3da572a6205bf5d898e8958d4aadd +SHA256 (KDE/kdegraphics-4.5.1.tar.bz2) = 8d2f7b4a68294896baa62b2b5253813fcedc4ab89ba4b67bdbdc238316c60e7c +SIZE (KDE/kdegraphics-4.5.1.tar.bz2) = 4709205 diff --git a/graphics/kdegraphics4/pkg-plist b/graphics/kdegraphics4/pkg-plist index 82587369a5e5..a8af8af43f7e 100644 --- a/graphics/kdegraphics4/pkg-plist +++ b/graphics/kdegraphics4/pkg-plist @@ -96,13 +96,13 @@ lib/libgwenviewlib.so.5 lib/libgwenviewlib.so.5.0.1 lib/libkdcraw.so lib/libkdcraw.so.8 -lib/libkdcraw.so.8.0.0 +lib/libkdcraw.so.8.1.0 lib/libkexiv2.so lib/libkexiv2.so.8 -lib/libkexiv2.so.8.0.0 +lib/libkexiv2.so.8.1.0 lib/libkipi.so lib/libkipi.so.7 -lib/libkipi.so.7.0.0 +lib/libkipi.so.7.1.0 lib/libkolourpaint_lgpl.so lib/libkolourpaint_lgpl.so.5 lib/libkolourpaint_lgpl.so.5.0.1 @@ -111,7 +111,7 @@ lib/libksane.so.0 lib/libksane.so.0.2.0 lib/libokularcore.so lib/libokularcore.so.1 -lib/libokularcore.so.1.4.0 +lib/libokularcore.so.1.5.0 lib/strigi/strigiea_dvi.so lib/strigi/strigiea_tiff.so lib/strigi/strigila_mobi.so @@ -333,6 +333,7 @@ share/doc/HTML/en/kcontrol/kamera/index.docbook share/doc/HTML/en/kcontrol/kgamma/common share/doc/HTML/en/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/en/kcontrol/kgamma/index.docbook +share/doc/HTML/en/kolourpaint/KolourPaint.png share/doc/HTML/en/kolourpaint/brush_shapes.png share/doc/HTML/en/kolourpaint/color_box.png share/doc/HTML/en/kolourpaint/common @@ -353,7 +354,6 @@ share/doc/HTML/en/kolourpaint/image_skew.png share/doc/HTML/en/kolourpaint/image_soften_sharpen.png share/doc/HTML/en/kolourpaint/index.cache.bz2 share/doc/HTML/en/kolourpaint/index.docbook -share/doc/HTML/en/kolourpaint/kolourpaint-main.png share/doc/HTML/en/kolourpaint/line_width.png share/doc/HTML/en/kolourpaint/lines_30_45_deg.png share/doc/HTML/en/kolourpaint/lines_30_deg.png @@ -504,6 +504,8 @@ share/kde4/servicetypes/okularGenerator.desktop @dirrm share/apps/okular/icons/hicolor @dirrm share/apps/okular/icons @dirrm share/apps/okular +@dirrm share/apps/libkexiv2/data +@dirrm share/apps/libkexiv2 @dirrm share/apps/libkdcraw/profiles @dirrm share/apps/libkdcraw @dirrm share/apps/kruler/sounds @@ -527,8 +529,6 @@ share/kde4/servicetypes/okularGenerator.desktop @dirrm share/apps/kipi @dirrm share/apps/kgamma/pics @dirrm share/apps/kgamma -@dirrm share/apps/libkexiv2/data -@dirrm share/apps/libkexiv2 @dirrm share/apps/gwenview/fullscreenthemes/blackglass @dirrm share/apps/gwenview/fullscreenthemes @dirrm share/apps/gwenview/cursors diff --git a/hebrew/kde4-l10n/distinfo b/hebrew/kde4-l10n/distinfo index 4e536e2a75a9..bd296ecdc38e 100644 --- a/hebrew/kde4-l10n/distinfo +++ b/hebrew/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-he-4.4.5.tar.bz2) = cb5a3caa111aa5ccb49281bce643527f -SHA256 (KDE/kde-l10n/kde-l10n-he-4.4.5.tar.bz2) = 3d1b599dc5a488eece0eff9547419becb7583a86076adc905632b8f40c3a1a24 -SIZE (KDE/kde-l10n/kde-l10n-he-4.4.5.tar.bz2) = 2291947 +MD5 (KDE/kde-l10n/kde-l10n-he-4.5.1.tar.bz2) = f36e7c8d0a3186fb348784414f42f164 +SHA256 (KDE/kde-l10n/kde-l10n-he-4.5.1.tar.bz2) = a93c537b7e3b330f117a2dbe737475ef97d95ded00a82e7d7d4afe3a1f0eb2b8 +SIZE (KDE/kde-l10n/kde-l10n-he-4.5.1.tar.bz2) = 1935731 diff --git a/hebrew/kde4-l10n/pkg-plist b/hebrew/kde4-l10n/pkg-plist index ef323e1964f4..9ac3fd1a85cb 100644 --- a/hebrew/kde4-l10n/pkg-plist +++ b/hebrew/kde4-l10n/pkg-plist @@ -55,7 +55,6 @@ share/doc/HTML/he/common/fdl-translated.html share/doc/HTML/he/common/gpl-translated.html share/doc/HTML/he/common/kde-localised.css share/doc/HTML/he/common/lgpl-translated.html -share/locale/he/LC_MESSAGES/akregator.mo share/locale/he/LC_MESSAGES/amor.mo share/locale/he/LC_MESSAGES/ark.mo share/locale/he/LC_MESSAGES/attica_kde.mo @@ -69,31 +68,25 @@ share/locale/he/LC_MESSAGES/dolphin.mo share/locale/he/LC_MESSAGES/dragonplayer.mo share/locale/he/LC_MESSAGES/drkonqi.mo share/locale/he/LC_MESSAGES/filetypes.mo +share/locale/he/LC_MESSAGES/freespacenotifier.mo share/locale/he/LC_MESSAGES/gwenview.mo share/locale/he/LC_MESSAGES/htmlsearch.mo share/locale/he/LC_MESSAGES/imagerename_plugin.mo -share/locale/he/LC_MESSAGES/irkick.mo +share/locale/he/LC_MESSAGES/jovie.mo share/locale/he/LC_MESSAGES/joystick.mo share/locale/he/LC_MESSAGES/juk.mo share/locale/he/LC_MESSAGES/kabc_dir.mo share/locale/he/LC_MESSAGES/kabc_file.mo share/locale/he/LC_MESSAGES/kabc_ldapkio.mo share/locale/he/LC_MESSAGES/kabc_net.mo -share/locale/he/LC_MESSAGES/kabc_slox.mo share/locale/he/LC_MESSAGES/kabcformat_binary.mo share/locale/he/LC_MESSAGES/kaccess.mo -share/locale/he/LC_MESSAGES/kaddressbook.mo -share/locale/he/LC_MESSAGES/kalarm.mo share/locale/he/LC_MESSAGES/kalzium.mo -share/locale/he/LC_MESSAGES/kalzium_qt.mo share/locale/he/LC_MESSAGES/kanagram.mo -share/locale/he/LC_MESSAGES/kappfinder.mo share/locale/he/LC_MESSAGES/kate.mo share/locale/he/LC_MESSAGES/katehelloworld.mo -share/locale/he/LC_MESSAGES/katehtmltools.mo share/locale/he/LC_MESSAGES/kateopenheader.mo share/locale/he/LC_MESSAGES/katepart4.mo -share/locale/he/LC_MESSAGES/katepybrowse.mo share/locale/he/LC_MESSAGES/katetabbarextension.mo share/locale/he/LC_MESSAGES/katetextfilter.mo share/locale/he/LC_MESSAGES/katexmlcheck.mo @@ -109,15 +102,14 @@ share/locale/he/LC_MESSAGES/kcertpart.mo share/locale/he/LC_MESSAGES/kcharselect.mo share/locale/he/LC_MESSAGES/kcm_attica.mo share/locale/he/LC_MESSAGES/kcm_autostart.mo +share/locale/he/LC_MESSAGES/kcm_desktoppaths.mo share/locale/he/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/he/LC_MESSAGES/kcm_device_automounter.mo share/locale/he/LC_MESSAGES/kcm_emoticons.mo share/locale/he/LC_MESSAGES/kcm_krfb.mo share/locale/he/LC_MESSAGES/kcm_kwindesktop.mo share/locale/he/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/he/LC_MESSAGES/kcm_lirc.mo share/locale/he/LC_MESSAGES/kcm_memory.mo -share/locale/he/LC_MESSAGES/kcm_partition.mo share/locale/he/LC_MESSAGES/kcm_pci.mo share/locale/he/LC_MESSAGES/kcm_phonon.mo share/locale/he/LC_MESSAGES/kcm_phononxine.mo @@ -134,13 +126,13 @@ share/locale/he/LC_MESSAGES/kcmcgi.mo share/locale/he/LC_MESSAGES/kcmcolors.mo share/locale/he/LC_MESSAGES/kcmcomponentchooser.mo share/locale/he/LC_MESSAGES/kcmcrypto.mo +share/locale/he/LC_MESSAGES/kcmdevinfo.mo share/locale/he/LC_MESSAGES/kcmfonts.mo share/locale/he/LC_MESSAGES/kcmhtmlsearch.mo share/locale/he/LC_MESSAGES/kcmicons.mo share/locale/he/LC_MESSAGES/kcminfo.mo share/locale/he/LC_MESSAGES/kcminit.mo share/locale/he/LC_MESSAGES/kcminput.mo -share/locale/he/LC_MESSAGES/kcmioslaveinfo.mo share/locale/he/LC_MESSAGES/kcmkamera.mo share/locale/he/LC_MESSAGES/kcmkclock.mo share/locale/he/LC_MESSAGES/kcmkded.mo @@ -159,7 +151,6 @@ share/locale/he/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/he/LC_MESSAGES/kcmkwm.mo share/locale/he/LC_MESSAGES/kcmlaunch.mo share/locale/he/LC_MESSAGES/kcmlocale.mo -share/locale/he/LC_MESSAGES/kcmnic.mo share/locale/he/LC_MESSAGES/kcmnotify.mo share/locale/he/LC_MESSAGES/kcmopengl.mo share/locale/he/LC_MESSAGES/kcmperformance.mo @@ -168,7 +159,6 @@ share/locale/he/LC_MESSAGES/kcmscreensaver.mo share/locale/he/LC_MESSAGES/kcmshell.mo share/locale/he/LC_MESSAGES/kcmsmartcard.mo share/locale/he/LC_MESSAGES/kcmsmserver.mo -share/locale/he/LC_MESSAGES/kcmsolidproc.mo share/locale/he/LC_MESSAGES/kcmstyle.mo share/locale/he/LC_MESSAGES/kcmusb.mo share/locale/he/LC_MESSAGES/kcmview1394.mo @@ -181,15 +171,11 @@ share/locale/he/LC_MESSAGES/kdebugdialog.mo share/locale/he/LC_MESSAGES/kdecalendarsystems.mo share/locale/he/LC_MESSAGES/kdelibs4.mo share/locale/he/LC_MESSAGES/kdelibs_colors4.mo -share/locale/he/LC_MESSAGES/kdelirc.mo share/locale/he/LC_MESSAGES/kdepasswd.mo -share/locale/he/LC_MESSAGES/kdepimresources.mo -share/locale/he/LC_MESSAGES/kdepimwizards.mo share/locale/he/LC_MESSAGES/kdeqt.mo share/locale/he/LC_MESSAGES/kdesu.mo share/locale/he/LC_MESSAGES/kdesud.mo share/locale/he/LC_MESSAGES/kdf.mo -share/locale/he/LC_MESSAGES/kdgantt1.mo share/locale/he/LC_MESSAGES/kdialog.mo share/locale/he/LC_MESSAGES/kdmconfig.mo share/locale/he/LC_MESSAGES/kdmgreet.mo @@ -242,7 +228,6 @@ share/locale/he/LC_MESSAGES/kio_bookmarks.mo share/locale/he/LC_MESSAGES/kio_finger.mo share/locale/he/LC_MESSAGES/kio_fish.mo share/locale/he/LC_MESSAGES/kio_floppy.mo -share/locale/he/LC_MESSAGES/kio_groupwise.mo share/locale/he/LC_MESSAGES/kio_help4.mo share/locale/he/LC_MESSAGES/kio_imap4.mo share/locale/he/LC_MESSAGES/kio_ldap.mo @@ -260,19 +245,13 @@ share/locale/he/LC_MESSAGES/kio_svn.mo share/locale/he/LC_MESSAGES/kio_thumbnail.mo share/locale/he/LC_MESSAGES/kio_trash.mo share/locale/he/LC_MESSAGES/kioexec.mo -share/locale/he/LC_MESSAGES/kjots.mo share/locale/he/LC_MESSAGES/kjumpingcube.mo -share/locale/he/LC_MESSAGES/kleopatra.mo share/locale/he/LC_MESSAGES/klettres.mo share/locale/he/LC_MESSAGES/klines.mo share/locale/he/LC_MESSAGES/klipper.mo share/locale/he/LC_MESSAGES/klock.mo share/locale/he/LC_MESSAGES/kmag.mo share/locale/he/LC_MESSAGES/kmahjongg.mo -share/locale/he/LC_MESSAGES/kmail.mo -share/locale/he/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/he/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/he/LC_MESSAGES/kmailcvt.mo share/locale/he/LC_MESSAGES/kmenuedit.mo share/locale/he/LC_MESSAGES/kmimetypefinder.mo share/locale/he/LC_MESSAGES/kmines.mo @@ -283,18 +262,13 @@ share/locale/he/LC_MESSAGES/kmplot.mo share/locale/he/LC_MESSAGES/knetattach.mo share/locale/he/LC_MESSAGES/knetwalk.mo share/locale/he/LC_MESSAGES/knetworkconfmodule.mo -share/locale/he/LC_MESSAGES/knode.mo -share/locale/he/LC_MESSAGES/knotes.mo share/locale/he/LC_MESSAGES/knotify4.mo share/locale/he/LC_MESSAGES/kolf.mo share/locale/he/LC_MESSAGES/kolourpaint.mo share/locale/he/LC_MESSAGES/konqueror.mo share/locale/he/LC_MESSAGES/konquest.mo share/locale/he/LC_MESSAGES/konsole.mo -share/locale/he/LC_MESSAGES/konsolekalendar.mo -share/locale/he/LC_MESSAGES/kontact.mo share/locale/he/LC_MESSAGES/kopete.mo -share/locale/he/LC_MESSAGES/korganizer.mo share/locale/he/LC_MESSAGES/kpartsaver.mo share/locale/he/LC_MESSAGES/kpasswdserver.mo share/locale/he/LC_MESSAGES/kpat.mo @@ -305,7 +279,6 @@ share/locale/he/LC_MESSAGES/krandr.mo share/locale/he/LC_MESSAGES/krdb.mo share/locale/he/LC_MESSAGES/krdc.mo share/locale/he/LC_MESSAGES/kreadconfig.mo -share/locale/he/LC_MESSAGES/kres_birthday.mo share/locale/he/LC_MESSAGES/kres_bugzilla.mo share/locale/he/LC_MESSAGES/kreversi.mo share/locale/he/LC_MESSAGES/krfb.mo @@ -332,9 +305,7 @@ share/locale/he/LC_MESSAGES/kteatime.mo share/locale/he/LC_MESSAGES/ktexteditor_plugins.mo share/locale/he/LC_MESSAGES/kthememanager.mo share/locale/he/LC_MESSAGES/ktimer.mo -share/locale/he/LC_MESSAGES/ktimetracker.mo share/locale/he/LC_MESSAGES/ktouch.mo -share/locale/he/LC_MESSAGES/kttsd.mo share/locale/he/LC_MESSAGES/ktuberling.mo share/locale/he/LC_MESSAGES/kturtle.mo share/locale/he/LC_MESSAGES/ktux.mo @@ -342,7 +313,6 @@ share/locale/he/LC_MESSAGES/kuiserver.mo share/locale/he/LC_MESSAGES/kurifilter.mo share/locale/he/LC_MESSAGES/kuser.mo share/locale/he/LC_MESSAGES/kwalletd.mo -share/locale/he/LC_MESSAGES/kweather.mo share/locale/he/LC_MESSAGES/kwin.mo share/locale/he/LC_MESSAGES/kwin_art_clients.mo share/locale/he/LC_MESSAGES/kwin_clients.mo @@ -359,14 +329,11 @@ share/locale/he/LC_MESSAGES/libkcddb.mo share/locale/he/LC_MESSAGES/libkcompactdisc.mo share/locale/he/LC_MESSAGES/libkdeedu.mo share/locale/he/LC_MESSAGES/libkdegames.mo -share/locale/he/LC_MESSAGES/libkdepim.mo share/locale/he/LC_MESSAGES/libkexiv2.mo share/locale/he/LC_MESSAGES/libkholidays.mo share/locale/he/LC_MESSAGES/libkonq.mo share/locale/he/LC_MESSAGES/libkscreensaver.mo share/locale/he/LC_MESSAGES/libkworkspace.mo -share/locale/he/LC_MESSAGES/libmessagelist.mo -share/locale/he/LC_MESSAGES/libmessageviewer.mo share/locale/he/LC_MESSAGES/libphonon.mo share/locale/he/LC_MESSAGES/libplasma.mo share/locale/he/LC_MESSAGES/libplasmaclock.mo @@ -385,6 +352,7 @@ share/locale/he/LC_MESSAGES/phononserver.mo share/locale/he/LC_MESSAGES/plasma-desktop.mo share/locale/he/LC_MESSAGES/plasma-netbook.mo share/locale/he/LC_MESSAGES/plasma-overlay.mo +share/locale/he/LC_MESSAGES/plasma-windowed.mo share/locale/he/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/he/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/he/LC_MESSAGES/plasma_applet_battery.mo @@ -417,7 +385,6 @@ share/locale/he/LC_MESSAGES/plasma_applet_notes.mo share/locale/he/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/he/LC_MESSAGES/plasma_applet_pager.mo share/locale/he/LC_MESSAGES/plasma_applet_panel.mo -share/locale/he/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/he/LC_MESSAGES/plasma_applet_paste.mo share/locale/he/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/he/LC_MESSAGES/plasma_applet_previewer.mo diff --git a/hungarian/kde4-l10n/distinfo b/hungarian/kde4-l10n/distinfo index 8fb650e052aa..5e7f3e7de01c 100644 --- a/hungarian/kde4-l10n/distinfo +++ b/hungarian/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-hu-4.4.5.tar.bz2) = ecaf14c4db4a41c020d6bb7da5cf838f -SHA256 (KDE/kde-l10n/kde-l10n-hu-4.4.5.tar.bz2) = 47cba402aca2ac8daa5c70698dbe005e19bf96efb37b7d26fe9255c27e0d89fb -SIZE (KDE/kde-l10n/kde-l10n-hu-4.4.5.tar.bz2) = 4674175 +MD5 (KDE/kde-l10n/kde-l10n-hu-4.5.1.tar.bz2) = 94c364e7703564d38d9578e1a2ae01a5 +SHA256 (KDE/kde-l10n/kde-l10n-hu-4.5.1.tar.bz2) = 95244632ed9993fc9a3d8cbbe136a60c0dd8ca8404cb5a1fed8cf2bd73de66b2 +SIZE (KDE/kde-l10n/kde-l10n-hu-4.5.1.tar.bz2) = 3849165 diff --git a/hungarian/kde4-l10n/pkg-plist b/hungarian/kde4-l10n/pkg-plist index 5f00b4dba495..3842cdb5955b 100644 --- a/hungarian/kde4-l10n/pkg-plist +++ b/hungarian/kde4-l10n/pkg-plist @@ -89,244 +89,13 @@ share/apps/kvtml/hu/medium.kvtml share/doc/HTML/hu/amor/common share/doc/HTML/hu/amor/index.cache.bz2 share/doc/HTML/hu/amor/index.docbook -share/doc/HTML/hu/ark/common -share/doc/HTML/hu/ark/index.cache.bz2 -share/doc/HTML/hu/ark/index.docbook share/doc/HTML/hu/common/fdl-translated.html share/doc/HTML/hu/common/gpl-translated.html share/doc/HTML/hu/common/kde-localised.css share/doc/HTML/hu/common/lgpl-translated.html -share/doc/HTML/hu/flashkard/common -share/doc/HTML/hu/flashkard/index.cache.bz2 -share/doc/HTML/hu/flashkard/index.docbook -share/doc/HTML/hu/kaddressbook/common -share/doc/HTML/hu/kaddressbook/index.cache.bz2 -share/doc/HTML/hu/kaddressbook/index.docbook -share/doc/HTML/hu/kalzium/common -share/doc/HTML/hu/kalzium/index.cache.bz2 -share/doc/HTML/hu/kalzium/index.docbook -share/doc/HTML/hu/kamera/common -share/doc/HTML/hu/kamera/index.cache.bz2 -share/doc/HTML/hu/kamera/index.docbook -share/doc/HTML/hu/kbugbuster/common -share/doc/HTML/hu/kbugbuster/index.cache.bz2 -share/doc/HTML/hu/kbugbuster/index.docbook -share/doc/HTML/hu/kcalc/common -share/doc/HTML/hu/kcalc/index.cache.bz2 -share/doc/HTML/hu/kcalc/index.docbook -share/doc/HTML/hu/kcharselect/common -share/doc/HTML/hu/kcharselect/index.cache.bz2 -share/doc/HTML/hu/kcharselect/index.docbook -share/doc/HTML/hu/kcontrol/cache/common -share/doc/HTML/hu/kcontrol/cache/index.cache.bz2 -share/doc/HTML/hu/kcontrol/cache/index.docbook -share/doc/HTML/hu/kcontrol/colors/common -share/doc/HTML/hu/kcontrol/colors/index.cache.bz2 -share/doc/HTML/hu/kcontrol/colors/index.docbook -share/doc/HTML/hu/kcontrol/kalarmd/common -share/doc/HTML/hu/kcontrol/kalarmd/index.cache.bz2 -share/doc/HTML/hu/kcontrol/kalarmd/index.docbook -share/doc/HTML/hu/kcontrol/kcmcss/common -share/doc/HTML/hu/kcontrol/kcmcss/index.cache.bz2 -share/doc/HTML/hu/kcontrol/kcmcss/index.docbook -share/doc/HTML/hu/kcontrol/kcmfontinst/common -share/doc/HTML/hu/kcontrol/kcmfontinst/index.cache.bz2 -share/doc/HTML/hu/kcontrol/kcmfontinst/index.docbook -share/doc/HTML/hu/kcontrol/kcmkonsole/common -share/doc/HTML/hu/kcontrol/kcmkonsole/index.cache.bz2 -share/doc/HTML/hu/kcontrol/kcmkonsole/index.docbook -share/doc/HTML/hu/kcontrol/kcmktalkd/common -share/doc/HTML/hu/kcontrol/kcmktalkd/index.cache.bz2 -share/doc/HTML/hu/kcontrol/kcmktalkd/index.docbook -share/doc/HTML/hu/kcontrol/kcmlaunch/common -share/doc/HTML/hu/kcontrol/kcmlaunch/index.cache.bz2 -share/doc/HTML/hu/kcontrol/kcmlaunch/index.docbook -share/doc/HTML/hu/kcontrol/kcmlowbatcrit/common -share/doc/HTML/hu/kcontrol/kcmlowbatcrit/index.cache.bz2 -share/doc/HTML/hu/kcontrol/kcmlowbatcrit/index.docbook -share/doc/HTML/hu/kcontrol/kcmlowbatwarn/common -share/doc/HTML/hu/kcontrol/kcmlowbatwarn/index.cache.bz2 -share/doc/HTML/hu/kcontrol/kcmlowbatwarn/index.docbook -share/doc/HTML/hu/kcontrol/kcmsmserver/common -share/doc/HTML/hu/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/hu/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/hu/kcontrol/kxmlrpcd/common -share/doc/HTML/hu/kcontrol/kxmlrpcd/index.cache.bz2 -share/doc/HTML/hu/kcontrol/kxmlrpcd/index.docbook -share/doc/HTML/hu/kcontrol/laptop/common -share/doc/HTML/hu/kcontrol/laptop/index.cache.bz2 -share/doc/HTML/hu/kcontrol/laptop/index.docbook -share/doc/HTML/hu/kcontrol/powerctrl/common -share/doc/HTML/hu/kcontrol/powerctrl/index.cache.bz2 -share/doc/HTML/hu/kcontrol/powerctrl/index.docbook -share/doc/HTML/hu/kcontrol/smb/common -share/doc/HTML/hu/kcontrol/smb/index.cache.bz2 -share/doc/HTML/hu/kcontrol/smb/index.docbook -share/doc/HTML/hu/kcron/common -share/doc/HTML/hu/kcron/index.cache.bz2 -share/doc/HTML/hu/kcron/index.docbook -share/doc/HTML/hu/kdesu/common -share/doc/HTML/hu/kdesu/index.cache.bz2 -share/doc/HTML/hu/kdesu/index.docbook -share/doc/HTML/hu/kfind/common -share/doc/HTML/hu/kfind/index.cache.bz2 -share/doc/HTML/hu/kfind/index.docbook -share/doc/HTML/hu/khelpcenter/common -share/doc/HTML/hu/khelpcenter/contact.docbook -share/doc/HTML/hu/khelpcenter/help.docbook -share/doc/HTML/hu/khelpcenter/index.cache.bz2 -share/doc/HTML/hu/khelpcenter/index.docbook -share/doc/HTML/hu/khelpcenter/links.docbook -share/doc/HTML/hu/khelpcenter/support.docbook -share/doc/HTML/hu/khelpcenter/welcome.docbook -share/doc/HTML/hu/khelpcenter/whatiskde.docbook -share/doc/HTML/hu/kinfocenter/blockdevices/common -share/doc/HTML/hu/kinfocenter/blockdevices/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/blockdevices/index.docbook -share/doc/HTML/hu/kinfocenter/devices/common -share/doc/HTML/hu/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/devices/index.docbook -share/doc/HTML/hu/kinfocenter/dma/common -share/doc/HTML/hu/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/dma/index.docbook -share/doc/HTML/hu/kinfocenter/interrupts/common -share/doc/HTML/hu/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/interrupts/index.docbook -share/doc/HTML/hu/kinfocenter/ioports/common -share/doc/HTML/hu/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/ioports/index.docbook -share/doc/HTML/hu/kinfocenter/memory/common -share/doc/HTML/hu/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/memory/index.docbook -share/doc/HTML/hu/kinfocenter/nics/common -share/doc/HTML/hu/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/nics/index.docbook -share/doc/HTML/hu/kinfocenter/partitions/common -share/doc/HTML/hu/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/partitions/index.docbook -share/doc/HTML/hu/kinfocenter/pci/common -share/doc/HTML/hu/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/pci/index.docbook -share/doc/HTML/hu/kinfocenter/pcmcia/common -share/doc/HTML/hu/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/pcmcia/index.docbook -share/doc/HTML/hu/kinfocenter/processor/common -share/doc/HTML/hu/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/processor/index.docbook -share/doc/HTML/hu/kinfocenter/protocols/common -share/doc/HTML/hu/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/protocols/index.docbook -share/doc/HTML/hu/kinfocenter/scsi/common -share/doc/HTML/hu/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/scsi/index.docbook -share/doc/HTML/hu/kinfocenter/sound/common -share/doc/HTML/hu/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/sound/index.docbook -share/doc/HTML/hu/kinfocenter/usb/common -share/doc/HTML/hu/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/usb/index.docbook -share/doc/HTML/hu/kinfocenter/xserver/common -share/doc/HTML/hu/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/hu/kinfocenter/xserver/index.docbook -share/doc/HTML/hu/kiten/common -share/doc/HTML/hu/kiten/index.cache.bz2 -share/doc/HTML/hu/kiten/index.docbook -share/doc/HTML/hu/kjots/common -share/doc/HTML/hu/kjots/index.cache.bz2 -share/doc/HTML/hu/kjots/index.docbook -share/doc/HTML/hu/kmathtool/common -share/doc/HTML/hu/kmathtool/index.cache.bz2 -share/doc/HTML/hu/kmathtool/index.docbook -share/doc/HTML/hu/kmoon/common -share/doc/HTML/hu/kmoon/index.cache.bz2 -share/doc/HTML/hu/kmoon/index.docbook -share/doc/HTML/hu/knotes/common -share/doc/HTML/hu/knotes/index.cache.bz2 -share/doc/HTML/hu/knotes/index.docbook -share/doc/HTML/hu/kolf/common -share/doc/HTML/hu/kolf/index.cache.bz2 -share/doc/HTML/hu/kolf/index.docbook -share/doc/HTML/hu/kompare/common -share/doc/HTML/hu/kompare/index.cache.bz2 -share/doc/HTML/hu/kompare/index.docbook -share/doc/HTML/hu/konquest/common -share/doc/HTML/hu/konquest/index.cache.bz2 -share/doc/HTML/hu/konquest/index.docbook -share/doc/HTML/hu/korn/common -share/doc/HTML/hu/korn/index.cache.bz2 -share/doc/HTML/hu/korn/index.docbook -share/doc/HTML/hu/kpackage/common -share/doc/HTML/hu/kpackage/index.cache.bz2 -share/doc/HTML/hu/kpackage/index.docbook -share/doc/HTML/hu/krfb/common -share/doc/HTML/hu/krfb/index.cache.bz2 -share/doc/HTML/hu/krfb/index.docbook -share/doc/HTML/hu/kruler/common -share/doc/HTML/hu/kruler/index.cache.bz2 -share/doc/HTML/hu/kruler/index.docbook -share/doc/HTML/hu/ksame/common -share/doc/HTML/hu/ksame/index.cache.bz2 -share/doc/HTML/hu/ksame/index.docbook -share/doc/HTML/hu/ksim/common -share/doc/HTML/hu/ksim/index.cache.bz2 -share/doc/HTML/hu/ksim/index.docbook -share/doc/HTML/hu/ksirtet/common -share/doc/HTML/hu/ksirtet/index.cache.bz2 -share/doc/HTML/hu/ksirtet/index.docbook -share/doc/HTML/hu/ksnapshot/common -share/doc/HTML/hu/ksnapshot/index.cache.bz2 -share/doc/HTML/hu/ksnapshot/index.docbook -share/doc/HTML/hu/kspaceduel/common -share/doc/HTML/hu/kspaceduel/index.cache.bz2 -share/doc/HTML/hu/kspaceduel/index.docbook -share/doc/HTML/hu/ksysguard/common -share/doc/HTML/hu/ksysguard/index.cache.bz2 -share/doc/HTML/hu/ksysguard/index.docbook share/doc/HTML/hu/kteatime/common share/doc/HTML/hu/kteatime/index.cache.bz2 share/doc/HTML/hu/kteatime/index.docbook -share/doc/HTML/hu/ktimer/common -share/doc/HTML/hu/ktimer/index.cache.bz2 -share/doc/HTML/hu/ktimer/index.docbook -share/doc/HTML/hu/ktouch/common -share/doc/HTML/hu/ktouch/index.cache.bz2 -share/doc/HTML/hu/ktouch/index.docbook -share/doc/HTML/hu/kuser/common -share/doc/HTML/hu/kuser/index.cache.bz2 -share/doc/HTML/hu/kuser/index.docbook -share/doc/HTML/hu/kweather/common -share/doc/HTML/hu/kweather/index.cache.bz2 -share/doc/HTML/hu/kweather/index.docbook -share/doc/HTML/hu/kworldclock/common -share/doc/HTML/hu/kworldclock/index.cache.bz2 -share/doc/HTML/hu/kworldclock/index.docbook -share/locale/hu/LC_MESSAGES/akonadi-kcal.mo -share/locale/hu/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/hu/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/hu/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_next.mo -share/locale/hu/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/hu/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/hu/LC_MESSAGES/akonadicontact.mo -share/locale/hu/LC_MESSAGES/akonaditray.mo -share/locale/hu/LC_MESSAGES/akregator.mo share/locale/hu/LC_MESSAGES/amor.mo share/locale/hu/LC_MESSAGES/ark.mo share/locale/hu/LC_MESSAGES/attica_kde.mo @@ -334,12 +103,10 @@ share/locale/hu/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/hu/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/hu/LC_MESSAGES/audiorename_plugin.mo share/locale/hu/LC_MESSAGES/blinken.mo -share/locale/hu/LC_MESSAGES/blogilo.mo share/locale/hu/LC_MESSAGES/bomber.mo share/locale/hu/LC_MESSAGES/bovo.mo share/locale/hu/LC_MESSAGES/cantor.mo share/locale/hu/LC_MESSAGES/cervisia.mo -share/locale/hu/LC_MESSAGES/cryptopageplugin.mo share/locale/hu/LC_MESSAGES/cvsservice.mo share/locale/hu/LC_MESSAGES/display.mo share/locale/hu/LC_MESSAGES/dolphin.mo @@ -350,50 +117,39 @@ share/locale/hu/LC_MESSAGES/granatier.mo share/locale/hu/LC_MESSAGES/gwenview.mo share/locale/hu/LC_MESSAGES/htmlsearch.mo share/locale/hu/LC_MESSAGES/imagerename_plugin.mo -share/locale/hu/LC_MESSAGES/irkick.mo +share/locale/hu/LC_MESSAGES/jovie.mo share/locale/hu/LC_MESSAGES/joystick.mo share/locale/hu/LC_MESSAGES/juk.mo share/locale/hu/LC_MESSAGES/kabc.mo -share/locale/hu/LC_MESSAGES/kabc_akonadi.mo share/locale/hu/LC_MESSAGES/kabc_dir.mo share/locale/hu/LC_MESSAGES/kabc_file.mo share/locale/hu/LC_MESSAGES/kabc_ldapkio.mo share/locale/hu/LC_MESSAGES/kabc_net.mo -share/locale/hu/LC_MESSAGES/kabc_slox.mo -share/locale/hu/LC_MESSAGES/kabcclient.mo share/locale/hu/LC_MESSAGES/kabcformat_binary.mo share/locale/hu/LC_MESSAGES/kaccess.mo -share/locale/hu/LC_MESSAGES/kaddressbook.mo -share/locale/hu/LC_MESSAGES/kalarm.mo +share/locale/hu/LC_MESSAGES/kajongg.mo share/locale/hu/LC_MESSAGES/kalgebra.mo share/locale/hu/LC_MESSAGES/kalzium.mo -share/locale/hu/LC_MESSAGES/kalzium_qt.mo share/locale/hu/LC_MESSAGES/kanagram.mo share/locale/hu/LC_MESSAGES/kapman.mo -share/locale/hu/LC_MESSAGES/kappfinder.mo share/locale/hu/LC_MESSAGES/kapptemplate.mo share/locale/hu/LC_MESSAGES/kate-ctags-plugin.mo share/locale/hu/LC_MESSAGES/kate.mo share/locale/hu/LC_MESSAGES/kate_kttsd.mo -share/locale/hu/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/hu/LC_MESSAGES/katebuild-plugin.mo share/locale/hu/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/hu/LC_MESSAGES/katefilebrowserplugin.mo share/locale/hu/LC_MESSAGES/katefiletemplates.mo share/locale/hu/LC_MESSAGES/katefindinfilesplugin.mo share/locale/hu/LC_MESSAGES/katehelloworld.mo -share/locale/hu/LC_MESSAGES/katehtmltools.mo share/locale/hu/LC_MESSAGES/kateinsertcommand.mo share/locale/hu/LC_MESSAGES/katekjswrapper.mo share/locale/hu/LC_MESSAGES/katekonsoleplugin.mo share/locale/hu/LC_MESSAGES/katemailfilesplugin.mo share/locale/hu/LC_MESSAGES/kateopenheader.mo share/locale/hu/LC_MESSAGES/katepart4.mo -share/locale/hu/LC_MESSAGES/katepybrowse.mo share/locale/hu/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/hu/LC_MESSAGES/katesnippets.mo share/locale/hu/LC_MESSAGES/katesnippets_tng.mo -share/locale/hu/LC_MESSAGES/katesnippetstng_editor.mo share/locale/hu/LC_MESSAGES/katesymbolviewer.mo share/locale/hu/LC_MESSAGES/katetabbarextension.mo share/locale/hu/LC_MESSAGES/katetextfilter.mo @@ -410,23 +166,19 @@ share/locale/hu/LC_MESSAGES/kbruch.mo share/locale/hu/LC_MESSAGES/kbugbuster.mo share/locale/hu/LC_MESSAGES/kcachegrind.mo share/locale/hu/LC_MESSAGES/kcachegrind_qt.mo -share/locale/hu/LC_MESSAGES/kcal_akonadi.mo share/locale/hu/LC_MESSAGES/kcalc.mo share/locale/hu/LC_MESSAGES/kcertpart.mo share/locale/hu/LC_MESSAGES/kcharselect.mo -share/locale/hu/LC_MESSAGES/kcm_akonadi.mo share/locale/hu/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/hu/LC_MESSAGES/kcm_attica.mo share/locale/hu/LC_MESSAGES/kcm_autostart.mo +share/locale/hu/LC_MESSAGES/kcm_desktoppaths.mo share/locale/hu/LC_MESSAGES/kcm_desktopthemedetails.mo -share/locale/hu/LC_MESSAGES/kcm_device_automounter.mo share/locale/hu/LC_MESSAGES/kcm_emoticons.mo share/locale/hu/LC_MESSAGES/kcm_krfb.mo share/locale/hu/LC_MESSAGES/kcm_kwindesktop.mo share/locale/hu/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/hu/LC_MESSAGES/kcm_lirc.mo share/locale/hu/LC_MESSAGES/kcm_memory.mo -share/locale/hu/LC_MESSAGES/kcm_partition.mo share/locale/hu/LC_MESSAGES/kcm_pci.mo share/locale/hu/LC_MESSAGES/kcm_phonon.mo share/locale/hu/LC_MESSAGES/kcm_phononxine.mo @@ -449,7 +201,6 @@ share/locale/hu/LC_MESSAGES/kcmicons.mo share/locale/hu/LC_MESSAGES/kcminfo.mo share/locale/hu/LC_MESSAGES/kcminit.mo share/locale/hu/LC_MESSAGES/kcminput.mo -share/locale/hu/LC_MESSAGES/kcmioslaveinfo.mo share/locale/hu/LC_MESSAGES/kcmkamera.mo share/locale/hu/LC_MESSAGES/kcmkclock.mo share/locale/hu/LC_MESSAGES/kcmkded.mo @@ -465,11 +216,9 @@ share/locale/hu/LC_MESSAGES/kcmkwallet.mo share/locale/hu/LC_MESSAGES/kcmkwincompositing.mo share/locale/hu/LC_MESSAGES/kcmkwindecoration.mo share/locale/hu/LC_MESSAGES/kcmkwinrules.mo -share/locale/hu/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/hu/LC_MESSAGES/kcmkwm.mo share/locale/hu/LC_MESSAGES/kcmlaunch.mo share/locale/hu/LC_MESSAGES/kcmlocale.mo -share/locale/hu/LC_MESSAGES/kcmnic.mo share/locale/hu/LC_MESSAGES/kcmnotify.mo share/locale/hu/LC_MESSAGES/kcmopengl.mo share/locale/hu/LC_MESSAGES/kcmperformance.mo @@ -478,7 +227,6 @@ share/locale/hu/LC_MESSAGES/kcmscreensaver.mo share/locale/hu/LC_MESSAGES/kcmshell.mo share/locale/hu/LC_MESSAGES/kcmsmartcard.mo share/locale/hu/LC_MESSAGES/kcmsmserver.mo -share/locale/hu/LC_MESSAGES/kcmsolidproc.mo share/locale/hu/LC_MESSAGES/kcmstyle.mo share/locale/hu/LC_MESSAGES/kcmusb.mo share/locale/hu/LC_MESSAGES/kcmview1394.mo @@ -492,16 +240,11 @@ share/locale/hu/LC_MESSAGES/kdebugdialog.mo share/locale/hu/LC_MESSAGES/kdecalendarsystems.mo share/locale/hu/LC_MESSAGES/kdelibs4.mo share/locale/hu/LC_MESSAGES/kdelibs_colors4.mo -share/locale/hu/LC_MESSAGES/kdelirc.mo share/locale/hu/LC_MESSAGES/kdepasswd.mo -share/locale/hu/LC_MESSAGES/kdepimresources.mo -share/locale/hu/LC_MESSAGES/kdepimwizards.mo share/locale/hu/LC_MESSAGES/kdeqt.mo share/locale/hu/LC_MESSAGES/kdesu.mo share/locale/hu/LC_MESSAGES/kdesud.mo share/locale/hu/LC_MESSAGES/kdf.mo -share/locale/hu/LC_MESSAGES/kdgantt.mo -share/locale/hu/LC_MESSAGES/kdgantt1.mo share/locale/hu/LC_MESSAGES/kdialog.mo share/locale/hu/LC_MESSAGES/kdiamond.mo share/locale/hu/LC_MESSAGES/kdmconfig.mo @@ -536,7 +279,6 @@ share/locale/hu/LC_MESSAGES/kfontinst.mo share/locale/hu/LC_MESSAGES/kfourinline.mo share/locale/hu/LC_MESSAGES/kgeography.mo share/locale/hu/LC_MESSAGES/kget.mo -share/locale/hu/LC_MESSAGES/kglobalaccel.mo share/locale/hu/LC_MESSAGES/kgoldrunner.mo share/locale/hu/LC_MESSAGES/kgpg.mo share/locale/hu/LC_MESSAGES/kgreet_classic.mo @@ -555,7 +297,6 @@ share/locale/hu/LC_MESSAGES/kimagemapeditor.mo share/locale/hu/LC_MESSAGES/kinetd.mo share/locale/hu/LC_MESSAGES/kinfocenter.mo share/locale/hu/LC_MESSAGES/kio4.mo -share/locale/hu/LC_MESSAGES/kio_akonadi.mo share/locale/hu/LC_MESSAGES/kio_applications.mo share/locale/hu/LC_MESSAGES/kio_archive.mo share/locale/hu/LC_MESSAGES/kio_audiocd.mo @@ -563,7 +304,6 @@ share/locale/hu/LC_MESSAGES/kio_bookmarks.mo share/locale/hu/LC_MESSAGES/kio_finger.mo share/locale/hu/LC_MESSAGES/kio_fish.mo share/locale/hu/LC_MESSAGES/kio_floppy.mo -share/locale/hu/LC_MESSAGES/kio_groupwise.mo share/locale/hu/LC_MESSAGES/kio_help4.mo share/locale/hu/LC_MESSAGES/kio_imap4.mo share/locale/hu/LC_MESSAGES/kio_info.mo @@ -591,9 +331,7 @@ share/locale/hu/LC_MESSAGES/kioclient.mo share/locale/hu/LC_MESSAGES/kioexec.mo share/locale/hu/LC_MESSAGES/kiriki.mo share/locale/hu/LC_MESSAGES/kiten.mo -share/locale/hu/LC_MESSAGES/kjots.mo share/locale/hu/LC_MESSAGES/kjumpingcube.mo -share/locale/hu/LC_MESSAGES/kleopatra.mo share/locale/hu/LC_MESSAGES/klettres.mo share/locale/hu/LC_MESSAGES/klines.mo share/locale/hu/LC_MESSAGES/klinkstatus.mo @@ -601,12 +339,6 @@ share/locale/hu/LC_MESSAGES/klipper.mo share/locale/hu/LC_MESSAGES/klock.mo share/locale/hu/LC_MESSAGES/kmag.mo share/locale/hu/LC_MESSAGES/kmahjongg.mo -share/locale/hu/LC_MESSAGES/kmail-migrator.mo -share/locale/hu/LC_MESSAGES/kmail.mo -share/locale/hu/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/hu/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/hu/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/hu/LC_MESSAGES/kmailcvt.mo share/locale/hu/LC_MESSAGES/kmenuedit.mo share/locale/hu/LC_MESSAGES/kmimetypefinder.mo share/locale/hu/LC_MESSAGES/kmines.mo @@ -617,8 +349,6 @@ share/locale/hu/LC_MESSAGES/kmplot.mo share/locale/hu/LC_MESSAGES/knetattach.mo share/locale/hu/LC_MESSAGES/knetwalk.mo share/locale/hu/LC_MESSAGES/knetworkconfmodule.mo -share/locale/hu/LC_MESSAGES/knode.mo -share/locale/hu/LC_MESSAGES/knotes.mo share/locale/hu/LC_MESSAGES/knotify4.mo share/locale/hu/LC_MESSAGES/kolf.mo share/locale/hu/LC_MESSAGES/kollision.mo @@ -628,11 +358,8 @@ share/locale/hu/LC_MESSAGES/kompare.mo share/locale/hu/LC_MESSAGES/konqueror.mo share/locale/hu/LC_MESSAGES/konquest.mo share/locale/hu/LC_MESSAGES/konsole.mo -share/locale/hu/LC_MESSAGES/konsolekalendar.mo -share/locale/hu/LC_MESSAGES/kontact.mo share/locale/hu/LC_MESSAGES/kontactinterfaces.mo share/locale/hu/LC_MESSAGES/kopete.mo -share/locale/hu/LC_MESSAGES/korganizer.mo share/locale/hu/LC_MESSAGES/kpartloader.mo share/locale/hu/LC_MESSAGES/kpartsaver.mo share/locale/hu/LC_MESSAGES/kpasswdserver.mo @@ -644,25 +371,15 @@ share/locale/hu/LC_MESSAGES/krandr.mo share/locale/hu/LC_MESSAGES/krdb.mo share/locale/hu/LC_MESSAGES/krdc.mo share/locale/hu/LC_MESSAGES/kreadconfig.mo -share/locale/hu/LC_MESSAGES/kres-migrator.mo -share/locale/hu/LC_MESSAGES/kres_birthday.mo -share/locale/hu/LC_MESSAGES/kres_blog.mo share/locale/hu/LC_MESSAGES/kres_bugzilla.mo -share/locale/hu/LC_MESSAGES/kres_groupware.mo -share/locale/hu/LC_MESSAGES/kres_groupwise.mo -share/locale/hu/LC_MESSAGES/kres_kolab.mo -share/locale/hu/LC_MESSAGES/kres_remote.mo -share/locale/hu/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/hu/LC_MESSAGES/kreversi.mo share/locale/hu/LC_MESSAGES/krfb.mo share/locale/hu/LC_MESSAGES/kruler.mo share/locale/hu/LC_MESSAGES/krunner.mo share/locale/hu/LC_MESSAGES/ksame.mo share/locale/hu/LC_MESSAGES/ksaneplugin.mo -share/locale/hu/LC_MESSAGES/ksayit.mo share/locale/hu/LC_MESSAGES/kscd.mo share/locale/hu/LC_MESSAGES/kscreensaver.mo -share/locale/hu/LC_MESSAGES/ksendemail.mo share/locale/hu/LC_MESSAGES/kshisen.mo share/locale/hu/LC_MESSAGES/kshorturifilter.mo share/locale/hu/LC_MESSAGES/ksirk.mo @@ -684,16 +401,12 @@ share/locale/hu/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/hu/LC_MESSAGES/ksystemlog.mo share/locale/hu/LC_MESSAGES/ksystraycmd.mo share/locale/hu/LC_MESSAGES/kteatime.mo -share/locale/hu/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/hu/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/hu/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/hu/LC_MESSAGES/kthememanager.mo share/locale/hu/LC_MESSAGES/ktimer.mo -share/locale/hu/LC_MESSAGES/ktimetracker.mo share/locale/hu/LC_MESSAGES/ktouch.mo share/locale/hu/LC_MESSAGES/ktraderclient.mo share/locale/hu/LC_MESSAGES/ktron.mo -share/locale/hu/LC_MESSAGES/kttsd.mo share/locale/hu/LC_MESSAGES/ktuberling.mo share/locale/hu/LC_MESSAGES/kturtle.mo share/locale/hu/LC_MESSAGES/ktux.mo @@ -704,8 +417,6 @@ share/locale/hu/LC_MESSAGES/kurifilter.mo share/locale/hu/LC_MESSAGES/kuser.mo share/locale/hu/LC_MESSAGES/kwalletd.mo share/locale/hu/LC_MESSAGES/kwalletmanager.mo -share/locale/hu/LC_MESSAGES/kwatchgnupg.mo -share/locale/hu/LC_MESSAGES/kweather.mo share/locale/hu/LC_MESSAGES/kwin.mo share/locale/hu/LC_MESSAGES/kwin_art_clients.mo share/locale/hu/LC_MESSAGES/kwin_clients.mo @@ -727,31 +438,24 @@ share/locale/hu/LC_MESSAGES/libkcompactdisc.mo share/locale/hu/LC_MESSAGES/libkdcraw.mo share/locale/hu/LC_MESSAGES/libkdeedu.mo share/locale/hu/LC_MESSAGES/libkdegames.mo -share/locale/hu/LC_MESSAGES/libkdepim.mo share/locale/hu/LC_MESSAGES/libkexiv2.mo share/locale/hu/LC_MESSAGES/libkholidays.mo share/locale/hu/LC_MESSAGES/libkimap.mo share/locale/hu/LC_MESSAGES/libkldap.mo -share/locale/hu/LC_MESSAGES/libkleopatra.mo share/locale/hu/LC_MESSAGES/libkmahjongg.mo share/locale/hu/LC_MESSAGES/libkmime.mo share/locale/hu/LC_MESSAGES/libkonq.mo -share/locale/hu/LC_MESSAGES/libkpgp.mo share/locale/hu/LC_MESSAGES/libkpimidentities.mo share/locale/hu/LC_MESSAGES/libkpimtextedit.mo share/locale/hu/LC_MESSAGES/libkpimutils.mo share/locale/hu/LC_MESSAGES/libkresources.mo share/locale/hu/LC_MESSAGES/libksane.mo share/locale/hu/LC_MESSAGES/libkscreensaver.mo -share/locale/hu/LC_MESSAGES/libksieve.mo share/locale/hu/LC_MESSAGES/libktnef.mo share/locale/hu/LC_MESSAGES/libkunitconversion.mo share/locale/hu/LC_MESSAGES/libkworkspace.mo share/locale/hu/LC_MESSAGES/libkxmlrpcclient.mo share/locale/hu/LC_MESSAGES/libmailtransport.mo -share/locale/hu/LC_MESSAGES/libmessagecore.mo -share/locale/hu/LC_MESSAGES/libmessagelist.mo -share/locale/hu/LC_MESSAGES/libmessageviewer.mo share/locale/hu/LC_MESSAGES/liboktetacore.mo share/locale/hu/LC_MESSAGES/liboktetakasten.mo share/locale/hu/LC_MESSAGES/libphonon.mo @@ -762,7 +466,6 @@ share/locale/hu/LC_MESSAGES/librtm.mo share/locale/hu/LC_MESSAGES/libtaskmanager.mo share/locale/hu/LC_MESSAGES/lokalize.mo share/locale/hu/LC_MESSAGES/lskat.mo -share/locale/hu/LC_MESSAGES/mailreader.mo share/locale/hu/LC_MESSAGES/marble.mo share/locale/hu/LC_MESSAGES/marble_qt.mo share/locale/hu/LC_MESSAGES/mplayerthumbs.mo @@ -794,12 +497,12 @@ share/locale/hu/LC_MESSAGES/phonon_gstreamer.mo share/locale/hu/LC_MESSAGES/phonon_kde.mo share/locale/hu/LC_MESSAGES/phononserver.mo share/locale/hu/LC_MESSAGES/plasma-desktop.mo -share/locale/hu/LC_MESSAGES/plasma-netbook.mo share/locale/hu/LC_MESSAGES/plasma-overlay.mo share/locale/hu/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/hu/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/hu/LC_MESSAGES/plasma_applet_battery.mo share/locale/hu/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/hu/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/hu/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/hu/LC_MESSAGES/plasma_applet_calculator.mo share/locale/hu/LC_MESSAGES/plasma_applet_clock.mo @@ -823,7 +526,6 @@ share/locale/hu/LC_MESSAGES/plasma_applet_kget.mo share/locale/hu/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/hu/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/hu/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/hu/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/hu/LC_MESSAGES/plasma_applet_launcher.mo share/locale/hu/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/hu/LC_MESSAGES/plasma_applet_life.mo @@ -872,11 +574,11 @@ share/locale/hu/LC_MESSAGES/plasma_applet_webslice.mo share/locale/hu/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/hu/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/hu/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo -share/locale/hu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/hu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/hu/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/hu/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/hu/LC_MESSAGES/plasma_engine_keystate.mo share/locale/hu/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/hu/LC_MESSAGES/plasma_engine_metadata.mo @@ -888,12 +590,14 @@ share/locale/hu/LC_MESSAGES/plasma_engine_rss.mo share/locale/hu/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/hu/LC_MESSAGES/plasma_engine_weather.mo share/locale/hu/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/hu/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/hu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/hu/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_contacts.mo share/locale/hu/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/hu/LC_MESSAGES/plasma_runner_datetime.mo share/locale/hu/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/hu/LC_MESSAGES/plasma_runner_kget.mo share/locale/hu/LC_MESSAGES/plasma_runner_kill.mo @@ -913,7 +617,7 @@ share/locale/hu/LC_MESSAGES/plasma_runner_shell.mo share/locale/hu/LC_MESSAGES/plasma_runner_solid.mo share/locale/hu/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/hu/LC_MESSAGES/plasma_runner_webshortcuts.mo -share/locale/hu/LC_MESSAGES/plasma_runner_windows.mo +share/locale/hu/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/hu/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/hu/LC_MESSAGES/plasma_wallpaper_image.mo @@ -925,7 +629,6 @@ share/locale/hu/LC_MESSAGES/plasma_wallpaper_weather.mo share/locale/hu/LC_MESSAGES/plasmaengineexplorer.mo share/locale/hu/LC_MESSAGES/plasmagenericshell.mo share/locale/hu/LC_MESSAGES/plasmapkg.mo -share/locale/hu/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/hu/LC_MESSAGES/plasmoidviewer.mo share/locale/hu/LC_MESSAGES/policykit-kde.mo share/locale/hu/LC_MESSAGES/polkit-kde-authorization.mo @@ -956,76 +659,8 @@ share/locale/hu/LC_MESSAGES/umbrello.mo share/locale/hu/LC_MESSAGES/useraccount.mo share/locale/hu/LC_MESSAGES/xml_mimetypes.mo share/locale/hu/entry.desktop -@dirrm share/doc/HTML/hu/kworldclock -@dirrm share/doc/HTML/hu/kweather -@dirrm share/doc/HTML/hu/kuser -@dirrm share/doc/HTML/hu/ktouch -@dirrm share/doc/HTML/hu/ktimer @dirrm share/doc/HTML/hu/kteatime -@dirrm share/doc/HTML/hu/ksysguard -@dirrm share/doc/HTML/hu/kspaceduel -@dirrm share/doc/HTML/hu/ksnapshot -@dirrm share/doc/HTML/hu/ksirtet -@dirrm share/doc/HTML/hu/ksim -@dirrm share/doc/HTML/hu/ksame -@dirrm share/doc/HTML/hu/kruler -@dirrm share/doc/HTML/hu/krfb -@dirrm share/doc/HTML/hu/kpackage -@dirrm share/doc/HTML/hu/korn -@dirrm share/doc/HTML/hu/konquest -@dirrm share/doc/HTML/hu/kompare -@dirrm share/doc/HTML/hu/kolf -@dirrm share/doc/HTML/hu/knotes -@dirrm share/doc/HTML/hu/kmoon -@dirrm share/doc/HTML/hu/kmathtool -@dirrm share/doc/HTML/hu/kjots -@dirrm share/doc/HTML/hu/kiten -@dirrm share/doc/HTML/hu/kinfocenter/xserver -@dirrm share/doc/HTML/hu/kinfocenter/usb -@dirrm share/doc/HTML/hu/kinfocenter/sound -@dirrm share/doc/HTML/hu/kinfocenter/scsi -@dirrm share/doc/HTML/hu/kinfocenter/protocols -@dirrm share/doc/HTML/hu/kinfocenter/processor -@dirrm share/doc/HTML/hu/kinfocenter/pcmcia -@dirrm share/doc/HTML/hu/kinfocenter/pci -@dirrm share/doc/HTML/hu/kinfocenter/partitions -@dirrm share/doc/HTML/hu/kinfocenter/nics -@dirrm share/doc/HTML/hu/kinfocenter/memory -@dirrm share/doc/HTML/hu/kinfocenter/ioports -@dirrm share/doc/HTML/hu/kinfocenter/interrupts -@dirrm share/doc/HTML/hu/kinfocenter/dma -@dirrm share/doc/HTML/hu/kinfocenter/devices -@dirrm share/doc/HTML/hu/kinfocenter/blockdevices -@dirrm share/doc/HTML/hu/kinfocenter -@dirrm share/doc/HTML/hu/khelpcenter -@dirrm share/doc/HTML/hu/kfind -@dirrm share/doc/HTML/hu/kdesu -@dirrm share/doc/HTML/hu/kcron -@dirrm share/doc/HTML/hu/kcontrol/smb -@dirrm share/doc/HTML/hu/kcontrol/powerctrl -@dirrm share/doc/HTML/hu/kcontrol/laptop -@dirrm share/doc/HTML/hu/kcontrol/kxmlrpcd -@dirrm share/doc/HTML/hu/kcontrol/kcmsmserver -@dirrm share/doc/HTML/hu/kcontrol/kcmlowbatwarn -@dirrm share/doc/HTML/hu/kcontrol/kcmlowbatcrit -@dirrm share/doc/HTML/hu/kcontrol/kcmlaunch -@dirrm share/doc/HTML/hu/kcontrol/kcmktalkd -@dirrm share/doc/HTML/hu/kcontrol/kcmkonsole -@dirrm share/doc/HTML/hu/kcontrol/kcmfontinst -@dirrm share/doc/HTML/hu/kcontrol/kcmcss -@dirrm share/doc/HTML/hu/kcontrol/kalarmd -@dirrm share/doc/HTML/hu/kcontrol/colors -@dirrm share/doc/HTML/hu/kcontrol/cache -@dirrm share/doc/HTML/hu/kcontrol -@dirrm share/doc/HTML/hu/kcharselect -@dirrm share/doc/HTML/hu/kcalc -@dirrm share/doc/HTML/hu/kbugbuster -@dirrm share/doc/HTML/hu/kamera -@dirrm share/doc/HTML/hu/kalzium -@dirrm share/doc/HTML/hu/kaddressbook -@dirrm share/doc/HTML/hu/flashkard @dirrm share/doc/HTML/hu/common -@dirrm share/doc/HTML/hu/ark @dirrm share/doc/HTML/hu/amor @dirrm share/apps/kvtml/hu @dirrm share/apps/kvtml diff --git a/japanese/kde4-l10n/distinfo b/japanese/kde4-l10n/distinfo index 19a405df892c..6ba177312918 100644 --- a/japanese/kde4-l10n/distinfo +++ b/japanese/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-ja-4.4.5.tar.bz2) = ec4937cbc18972b81cbe2c0f1811dfa2 -SHA256 (KDE/kde-l10n/kde-l10n-ja-4.4.5.tar.bz2) = 654397ec24c4e9f356786e9655dccc2e94fbe6b0a06d3f506eb0ec9b4f50b92b -SIZE (KDE/kde-l10n/kde-l10n-ja-4.4.5.tar.bz2) = 2315786 +MD5 (KDE/kde-l10n/kde-l10n-ja-4.5.1.tar.bz2) = 6e65161f4a413c4a5db3e397c1c24d09 +SHA256 (KDE/kde-l10n/kde-l10n-ja-4.5.1.tar.bz2) = f3e8fc1b210abfd411edddadbc7b4816875650ae9dd9236c539c2703f9935eef +SIZE (KDE/kde-l10n/kde-l10n-ja-4.5.1.tar.bz2) = 2079133 diff --git a/japanese/kde4-l10n/pkg-plist b/japanese/kde4-l10n/pkg-plist index 15314286912d..591bfb08a158 100644 --- a/japanese/kde4-l10n/pkg-plist +++ b/japanese/kde4-l10n/pkg-plist @@ -23,21 +23,7 @@ share/doc/HTML/ja/okular/configure.png share/doc/HTML/ja/okular/embedded-files-bar.png share/doc/HTML/ja/okular/index.cache.bz2 share/doc/HTML/ja/okular/index.docbook -share/locale/ja/LC_MESSAGES/akonadi-kcal.mo -share/locale/ja/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/ja/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ja/LC_MESSAGES/akonadicontact.mo -share/locale/ja/LC_MESSAGES/akonaditray.mo -share/locale/ja/LC_MESSAGES/akregator.mo share/locale/ja/LC_MESSAGES/amor.mo share/locale/ja/LC_MESSAGES/ark.mo share/locale/ja/LC_MESSAGES/attica_kde.mo @@ -47,59 +33,57 @@ share/locale/ja/LC_MESSAGES/audiorename_plugin.mo share/locale/ja/LC_MESSAGES/blinken.mo share/locale/ja/LC_MESSAGES/bomber.mo share/locale/ja/LC_MESSAGES/bovo.mo +share/locale/ja/LC_MESSAGES/cantor.mo share/locale/ja/LC_MESSAGES/cervisia.mo -share/locale/ja/LC_MESSAGES/cryptopageplugin.mo share/locale/ja/LC_MESSAGES/cvsservice.mo share/locale/ja/LC_MESSAGES/display.mo share/locale/ja/LC_MESSAGES/dolphin.mo share/locale/ja/LC_MESSAGES/dragonplayer.mo share/locale/ja/LC_MESSAGES/drkonqi.mo share/locale/ja/LC_MESSAGES/filetypes.mo +share/locale/ja/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/ja/LC_MESSAGES/freespacenotifier.mo share/locale/ja/LC_MESSAGES/granatier.mo share/locale/ja/LC_MESSAGES/gwenview.mo share/locale/ja/LC_MESSAGES/htmlsearch.mo share/locale/ja/LC_MESSAGES/imagerename_plugin.mo -share/locale/ja/LC_MESSAGES/irkick.mo +share/locale/ja/LC_MESSAGES/jovie.mo share/locale/ja/LC_MESSAGES/joystick.mo share/locale/ja/LC_MESSAGES/juk.mo share/locale/ja/LC_MESSAGES/kabc.mo -share/locale/ja/LC_MESSAGES/kabc_akonadi.mo share/locale/ja/LC_MESSAGES/kabc_dir.mo share/locale/ja/LC_MESSAGES/kabc_file.mo share/locale/ja/LC_MESSAGES/kabc_ldapkio.mo share/locale/ja/LC_MESSAGES/kabc_net.mo -share/locale/ja/LC_MESSAGES/kabc_slox.mo share/locale/ja/LC_MESSAGES/kabcformat_binary.mo share/locale/ja/LC_MESSAGES/kaccess.mo -share/locale/ja/LC_MESSAGES/kaddressbook.mo -share/locale/ja/LC_MESSAGES/kalarm.mo +share/locale/ja/LC_MESSAGES/kajongg.mo share/locale/ja/LC_MESSAGES/kalgebra.mo share/locale/ja/LC_MESSAGES/kalzium.mo -share/locale/ja/LC_MESSAGES/kalzium_qt.mo share/locale/ja/LC_MESSAGES/kanagram.mo share/locale/ja/LC_MESSAGES/kapman.mo -share/locale/ja/LC_MESSAGES/kappfinder.mo share/locale/ja/LC_MESSAGES/kapptemplate.mo share/locale/ja/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ja/LC_MESSAGES/kate.mo +share/locale/ja/LC_MESSAGES/kate_kttsd.mo +share/locale/ja/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/ja/LC_MESSAGES/katebuild-plugin.mo share/locale/ja/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ja/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ja/LC_MESSAGES/katefiletemplates.mo share/locale/ja/LC_MESSAGES/katefindinfilesplugin.mo share/locale/ja/LC_MESSAGES/katehelloworld.mo -share/locale/ja/LC_MESSAGES/katehtmltools.mo share/locale/ja/LC_MESSAGES/kateinsertcommand.mo share/locale/ja/LC_MESSAGES/katekjswrapper.mo share/locale/ja/LC_MESSAGES/katekonsoleplugin.mo share/locale/ja/LC_MESSAGES/katemailfilesplugin.mo share/locale/ja/LC_MESSAGES/kateopenheader.mo share/locale/ja/LC_MESSAGES/katepart4.mo -share/locale/ja/LC_MESSAGES/katepybrowse.mo share/locale/ja/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/ja/LC_MESSAGES/katesnippets.mo +share/locale/ja/LC_MESSAGES/katesnippets_tng.mo share/locale/ja/LC_MESSAGES/katesymbolviewer.mo share/locale/ja/LC_MESSAGES/katetabbarextension.mo +share/locale/ja/LC_MESSAGES/katetabifyplugin.mo share/locale/ja/LC_MESSAGES/katetextfilter.mo share/locale/ja/LC_MESSAGES/katexmlcheck.mo share/locale/ja/LC_MESSAGES/katexmltools.mo @@ -112,26 +96,29 @@ share/locale/ja/LC_MESSAGES/kbounce.mo share/locale/ja/LC_MESSAGES/kbreakout.mo share/locale/ja/LC_MESSAGES/kbruch.mo share/locale/ja/LC_MESSAGES/kbugbuster.mo +share/locale/ja/LC_MESSAGES/kcachegrind.mo +share/locale/ja/LC_MESSAGES/kcachegrind_qt.mo share/locale/ja/LC_MESSAGES/kcalc.mo share/locale/ja/LC_MESSAGES/kcertpart.mo share/locale/ja/LC_MESSAGES/kcharselect.mo -share/locale/ja/LC_MESSAGES/kcm_akonadi.mo share/locale/ja/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ja/LC_MESSAGES/kcm_attica.mo share/locale/ja/LC_MESSAGES/kcm_autostart.mo +share/locale/ja/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ja/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ja/LC_MESSAGES/kcm_device_automounter.mo share/locale/ja/LC_MESSAGES/kcm_emoticons.mo +share/locale/ja/LC_MESSAGES/kcm_infobase.mo +share/locale/ja/LC_MESSAGES/kcm_infosummary.mo share/locale/ja/LC_MESSAGES/kcm_krfb.mo share/locale/ja/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ja/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/ja/LC_MESSAGES/kcm_lirc.mo share/locale/ja/LC_MESSAGES/kcm_memory.mo -share/locale/ja/LC_MESSAGES/kcm_partition.mo share/locale/ja/LC_MESSAGES/kcm_pci.mo share/locale/ja/LC_MESSAGES/kcm_phonon.mo share/locale/ja/LC_MESSAGES/kcm_phononxine.mo share/locale/ja/LC_MESSAGES/kcm_platform.mo +share/locale/ja/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ja/LC_MESSAGES/kcm_solid.mo share/locale/ja/LC_MESSAGES/kcm_solid_actions.mo share/locale/ja/LC_MESSAGES/kcm_standard_actions.mo @@ -144,13 +131,13 @@ share/locale/ja/LC_MESSAGES/kcmcgi.mo share/locale/ja/LC_MESSAGES/kcmcolors.mo share/locale/ja/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ja/LC_MESSAGES/kcmcrypto.mo +share/locale/ja/LC_MESSAGES/kcmdevinfo.mo share/locale/ja/LC_MESSAGES/kcmfonts.mo share/locale/ja/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ja/LC_MESSAGES/kcmicons.mo share/locale/ja/LC_MESSAGES/kcminfo.mo share/locale/ja/LC_MESSAGES/kcminit.mo share/locale/ja/LC_MESSAGES/kcminput.mo -share/locale/ja/LC_MESSAGES/kcmioslaveinfo.mo share/locale/ja/LC_MESSAGES/kcmkamera.mo share/locale/ja/LC_MESSAGES/kcmkclock.mo share/locale/ja/LC_MESSAGES/kcmkded.mo @@ -179,10 +166,10 @@ share/locale/ja/LC_MESSAGES/kcmscreensaver.mo share/locale/ja/LC_MESSAGES/kcmshell.mo share/locale/ja/LC_MESSAGES/kcmsmartcard.mo share/locale/ja/LC_MESSAGES/kcmsmserver.mo -share/locale/ja/LC_MESSAGES/kcmsolidproc.mo share/locale/ja/LC_MESSAGES/kcmstyle.mo share/locale/ja/LC_MESSAGES/kcmusb.mo share/locale/ja/LC_MESSAGES/kcmview1394.mo +share/locale/ja/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ja/LC_MESSAGES/kcmxinerama.mo share/locale/ja/LC_MESSAGES/kcolorchooser.mo share/locale/ja/LC_MESSAGES/kcron.mo @@ -192,16 +179,11 @@ share/locale/ja/LC_MESSAGES/kdebugdialog.mo share/locale/ja/LC_MESSAGES/kdecalendarsystems.mo share/locale/ja/LC_MESSAGES/kdelibs4.mo share/locale/ja/LC_MESSAGES/kdelibs_colors4.mo -share/locale/ja/LC_MESSAGES/kdelirc.mo share/locale/ja/LC_MESSAGES/kdepasswd.mo -share/locale/ja/LC_MESSAGES/kdepimresources.mo -share/locale/ja/LC_MESSAGES/kdepimwizards.mo share/locale/ja/LC_MESSAGES/kdeqt.mo share/locale/ja/LC_MESSAGES/kdesu.mo share/locale/ja/LC_MESSAGES/kdesud.mo share/locale/ja/LC_MESSAGES/kdf.mo -share/locale/ja/LC_MESSAGES/kdgantt.mo -share/locale/ja/LC_MESSAGES/kdgantt1.mo share/locale/ja/LC_MESSAGES/kdialog.mo share/locale/ja/LC_MESSAGES/kdiamond.mo share/locale/ja/LC_MESSAGES/kdmconfig.mo @@ -247,13 +229,14 @@ share/locale/ja/LC_MESSAGES/khelpcenter.mo share/locale/ja/LC_MESSAGES/khotkeys.mo share/locale/ja/LC_MESSAGES/khotnewstuff.mo share/locale/ja/LC_MESSAGES/khtmlkttsd.mo +share/locale/ja/LC_MESSAGES/kiconfinder.mo share/locale/ja/LC_MESSAGES/kig.mo share/locale/ja/LC_MESSAGES/kigo.mo +share/locale/ja/LC_MESSAGES/killbots.mo share/locale/ja/LC_MESSAGES/kimagemapeditor.mo share/locale/ja/LC_MESSAGES/kinetd.mo share/locale/ja/LC_MESSAGES/kinfocenter.mo share/locale/ja/LC_MESSAGES/kio4.mo -share/locale/ja/LC_MESSAGES/kio_akonadi.mo share/locale/ja/LC_MESSAGES/kio_applications.mo share/locale/ja/LC_MESSAGES/kio_archive.mo share/locale/ja/LC_MESSAGES/kio_audiocd.mo @@ -261,7 +244,6 @@ share/locale/ja/LC_MESSAGES/kio_bookmarks.mo share/locale/ja/LC_MESSAGES/kio_finger.mo share/locale/ja/LC_MESSAGES/kio_fish.mo share/locale/ja/LC_MESSAGES/kio_floppy.mo -share/locale/ja/LC_MESSAGES/kio_groupwise.mo share/locale/ja/LC_MESSAGES/kio_help4.mo share/locale/ja/LC_MESSAGES/kio_imap4.mo share/locale/ja/LC_MESSAGES/kio_info.mo @@ -273,6 +255,7 @@ share/locale/ja/LC_MESSAGES/kio_nepomuk.mo share/locale/ja/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ja/LC_MESSAGES/kio_nfs.mo share/locale/ja/LC_MESSAGES/kio_nntp.mo +share/locale/ja/LC_MESSAGES/kio_perldoc.mo share/locale/ja/LC_MESSAGES/kio_pop3.mo share/locale/ja/LC_MESSAGES/kio_remote.mo share/locale/ja/LC_MESSAGES/kio_sftp.mo @@ -288,9 +271,7 @@ share/locale/ja/LC_MESSAGES/kioclient.mo share/locale/ja/LC_MESSAGES/kioexec.mo share/locale/ja/LC_MESSAGES/kiriki.mo share/locale/ja/LC_MESSAGES/kiten.mo -share/locale/ja/LC_MESSAGES/kjots.mo share/locale/ja/LC_MESSAGES/kjumpingcube.mo -share/locale/ja/LC_MESSAGES/kleopatra.mo share/locale/ja/LC_MESSAGES/klettres.mo share/locale/ja/LC_MESSAGES/klines.mo share/locale/ja/LC_MESSAGES/klinkstatus.mo @@ -298,11 +279,6 @@ share/locale/ja/LC_MESSAGES/klipper.mo share/locale/ja/LC_MESSAGES/klock.mo share/locale/ja/LC_MESSAGES/kmag.mo share/locale/ja/LC_MESSAGES/kmahjongg.mo -share/locale/ja/LC_MESSAGES/kmail.mo -share/locale/ja/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/ja/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/ja/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/ja/LC_MESSAGES/kmailcvt.mo share/locale/ja/LC_MESSAGES/kmenuedit.mo share/locale/ja/LC_MESSAGES/kmimetypefinder.mo share/locale/ja/LC_MESSAGES/kmines.mo @@ -313,8 +289,6 @@ share/locale/ja/LC_MESSAGES/kmplot.mo share/locale/ja/LC_MESSAGES/knetattach.mo share/locale/ja/LC_MESSAGES/knetwalk.mo share/locale/ja/LC_MESSAGES/knetworkconfmodule.mo -share/locale/ja/LC_MESSAGES/knode.mo -share/locale/ja/LC_MESSAGES/knotes.mo share/locale/ja/LC_MESSAGES/knotify4.mo share/locale/ja/LC_MESSAGES/kolf.mo share/locale/ja/LC_MESSAGES/kollision.mo @@ -324,11 +298,9 @@ share/locale/ja/LC_MESSAGES/kompare.mo share/locale/ja/LC_MESSAGES/konqueror.mo share/locale/ja/LC_MESSAGES/konquest.mo share/locale/ja/LC_MESSAGES/konsole.mo -share/locale/ja/LC_MESSAGES/konsolekalendar.mo -share/locale/ja/LC_MESSAGES/kontact.mo share/locale/ja/LC_MESSAGES/kontactinterfaces.mo share/locale/ja/LC_MESSAGES/kopete.mo -share/locale/ja/LC_MESSAGES/korganizer.mo +share/locale/ja/LC_MESSAGES/kpartloader.mo share/locale/ja/LC_MESSAGES/kpartsaver.mo share/locale/ja/LC_MESSAGES/kpasswdserver.mo share/locale/ja/LC_MESSAGES/kpat.mo @@ -336,28 +308,24 @@ share/locale/ja/LC_MESSAGES/kppp.mo share/locale/ja/LC_MESSAGES/kppplogview.mo share/locale/ja/LC_MESSAGES/kquitapp.mo share/locale/ja/LC_MESSAGES/krandr.mo +share/locale/ja/LC_MESSAGES/krcdnotifieritem.mo share/locale/ja/LC_MESSAGES/krdb.mo share/locale/ja/LC_MESSAGES/krdc.mo share/locale/ja/LC_MESSAGES/kreadconfig.mo -share/locale/ja/LC_MESSAGES/kres_birthday.mo -share/locale/ja/LC_MESSAGES/kres_blog.mo +share/locale/ja/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ja/LC_MESSAGES/kres_bugzilla.mo -share/locale/ja/LC_MESSAGES/kres_groupware.mo -share/locale/ja/LC_MESSAGES/kres_groupwise.mo -share/locale/ja/LC_MESSAGES/kres_kolab.mo -share/locale/ja/LC_MESSAGES/kres_remote.mo share/locale/ja/LC_MESSAGES/kreversi.mo share/locale/ja/LC_MESSAGES/krfb.mo share/locale/ja/LC_MESSAGES/kruler.mo share/locale/ja/LC_MESSAGES/krunner.mo share/locale/ja/LC_MESSAGES/ksame.mo share/locale/ja/LC_MESSAGES/ksaneplugin.mo -share/locale/ja/LC_MESSAGES/ksayit.mo share/locale/ja/LC_MESSAGES/kscd.mo share/locale/ja/LC_MESSAGES/kscreensaver.mo -share/locale/ja/LC_MESSAGES/ksendemail.mo share/locale/ja/LC_MESSAGES/kshisen.mo share/locale/ja/LC_MESSAGES/kshorturifilter.mo +share/locale/ja/LC_MESSAGES/ksirk.mo +share/locale/ja/LC_MESSAGES/ksirkskineditor.mo share/locale/ja/LC_MESSAGES/ksmserver.mo share/locale/ja/LC_MESSAGES/ksnapshot.mo share/locale/ja/LC_MESSAGES/kspaceduel.mo @@ -375,14 +343,14 @@ share/locale/ja/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ja/LC_MESSAGES/ksystemlog.mo share/locale/ja/LC_MESSAGES/ksystraycmd.mo share/locale/ja/LC_MESSAGES/kteatime.mo +share/locale/ja/LC_MESSAGES/ktesnippets_editor.mo +share/locale/ja/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ja/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/ja/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ja/LC_MESSAGES/kthememanager.mo share/locale/ja/LC_MESSAGES/ktimer.mo -share/locale/ja/LC_MESSAGES/ktimetracker.mo share/locale/ja/LC_MESSAGES/ktouch.mo +share/locale/ja/LC_MESSAGES/ktraderclient.mo share/locale/ja/LC_MESSAGES/ktron.mo -share/locale/ja/LC_MESSAGES/kttsd.mo share/locale/ja/LC_MESSAGES/ktuberling.mo share/locale/ja/LC_MESSAGES/kturtle.mo share/locale/ja/LC_MESSAGES/ktux.mo @@ -393,13 +361,12 @@ share/locale/ja/LC_MESSAGES/kurifilter.mo share/locale/ja/LC_MESSAGES/kuser.mo share/locale/ja/LC_MESSAGES/kwalletd.mo share/locale/ja/LC_MESSAGES/kwalletmanager.mo -share/locale/ja/LC_MESSAGES/kwatchgnupg.mo -share/locale/ja/LC_MESSAGES/kweather.mo share/locale/ja/LC_MESSAGES/kwin.mo share/locale/ja/LC_MESSAGES/kwin_art_clients.mo share/locale/ja/LC_MESSAGES/kwin_clients.mo share/locale/ja/LC_MESSAGES/kwin_effects.mo share/locale/ja/LC_MESSAGES/kwin_lib.mo +share/locale/ja/LC_MESSAGES/kwinstartmenu.mo share/locale/ja/LC_MESSAGES/kwordquiz.mo share/locale/ja/LC_MESSAGES/kwrite.mo share/locale/ja/LC_MESSAGES/kwriteconfig.mo @@ -415,39 +382,35 @@ share/locale/ja/LC_MESSAGES/libkcompactdisc.mo share/locale/ja/LC_MESSAGES/libkdcraw.mo share/locale/ja/LC_MESSAGES/libkdeedu.mo share/locale/ja/LC_MESSAGES/libkdegames.mo -share/locale/ja/LC_MESSAGES/libkdepim.mo share/locale/ja/LC_MESSAGES/libkexiv2.mo share/locale/ja/LC_MESSAGES/libkholidays.mo +share/locale/ja/LC_MESSAGES/libkimap.mo share/locale/ja/LC_MESSAGES/libkldap.mo -share/locale/ja/LC_MESSAGES/libkleopatra.mo share/locale/ja/LC_MESSAGES/libkmahjongg.mo share/locale/ja/LC_MESSAGES/libkmime.mo share/locale/ja/LC_MESSAGES/libkonq.mo -share/locale/ja/LC_MESSAGES/libkpgp.mo share/locale/ja/LC_MESSAGES/libkpimidentities.mo share/locale/ja/LC_MESSAGES/libkpimtextedit.mo share/locale/ja/LC_MESSAGES/libkpimutils.mo +share/locale/ja/LC_MESSAGES/libkremotecontrol.mo share/locale/ja/LC_MESSAGES/libkresources.mo share/locale/ja/LC_MESSAGES/libksane.mo share/locale/ja/LC_MESSAGES/libkscreensaver.mo -share/locale/ja/LC_MESSAGES/libksieve.mo share/locale/ja/LC_MESSAGES/libktnef.mo share/locale/ja/LC_MESSAGES/libkunitconversion.mo share/locale/ja/LC_MESSAGES/libkworkspace.mo share/locale/ja/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ja/LC_MESSAGES/libmailtransport.mo -share/locale/ja/LC_MESSAGES/libmessagelist.mo -share/locale/ja/LC_MESSAGES/libmessageviewer.mo share/locale/ja/LC_MESSAGES/liboktetacore.mo share/locale/ja/LC_MESSAGES/liboktetakasten.mo share/locale/ja/LC_MESSAGES/libphonon.mo share/locale/ja/LC_MESSAGES/libplasma.mo share/locale/ja/LC_MESSAGES/libplasmaclock.mo share/locale/ja/LC_MESSAGES/libplasmaweather.mo +share/locale/ja/LC_MESSAGES/librtm.mo share/locale/ja/LC_MESSAGES/libtaskmanager.mo share/locale/ja/LC_MESSAGES/lokalize.mo share/locale/ja/LC_MESSAGES/lskat.mo -share/locale/ja/LC_MESSAGES/mailreader.mo share/locale/ja/LC_MESSAGES/marble.mo share/locale/ja/LC_MESSAGES/marble_qt.mo share/locale/ja/LC_MESSAGES/mplayerthumbs.mo @@ -472,6 +435,7 @@ share/locale/ja/LC_MESSAGES/okular_plucker.mo share/locale/ja/LC_MESSAGES/okular_poppler.mo share/locale/ja/LC_MESSAGES/okular_tiff.mo share/locale/ja/LC_MESSAGES/okular_xps.mo +share/locale/ja/LC_MESSAGES/palapeli.mo share/locale/ja/LC_MESSAGES/parley.mo share/locale/ja/LC_MESSAGES/phonon-xine.mo share/locale/ja/LC_MESSAGES/phonon_gstreamer.mo @@ -480,14 +444,17 @@ share/locale/ja/LC_MESSAGES/phononserver.mo share/locale/ja/LC_MESSAGES/plasma-desktop.mo share/locale/ja/LC_MESSAGES/plasma-netbook.mo share/locale/ja/LC_MESSAGES/plasma-overlay.mo +share/locale/ja/LC_MESSAGES/plasma-windowed.mo share/locale/ja/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ja/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ja/LC_MESSAGES/plasma_applet_battery.mo share/locale/ja/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ja/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ja/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ja/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_clock.mo share/locale/ja/LC_MESSAGES/plasma_applet_comic.mo +share/locale/ja/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/ja/LC_MESSAGES/plasma_applet_devicenotifier.mo share/locale/ja/LC_MESSAGES/plasma_applet_dig_clock.mo @@ -496,33 +463,45 @@ share/locale/ja/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/ja/LC_MESSAGES/plasma_applet_folderview.mo share/locale/ja/LC_MESSAGES/plasma_applet_frame.mo share/locale/ja/LC_MESSAGES/plasma_applet_fuzzy_clock.mo +share/locale/ja/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_icon.mo share/locale/ja/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ja/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ja/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ja/LC_MESSAGES/plasma_applet_katesession.mo +share/locale/ja/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/ja/LC_MESSAGES/plasma_applet_kget.mo +share/locale/ja/LC_MESSAGES/plasma_applet_kimpanel.mo +share/locale/ja/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ja/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/ja/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ja/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ja/LC_MESSAGES/plasma_applet_life.mo share/locale/ja/LC_MESSAGES/plasma_applet_lockout.mo share/locale/ja/LC_MESSAGES/plasma_applet_luna.mo +share/locale/ja/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/ja/LC_MESSAGES/plasma_applet_microblog.mo share/locale/ja/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ja/LC_MESSAGES/plasma_applet_news.mo share/locale/ja/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ja/LC_MESSAGES/plasma_applet_notes.mo +share/locale/ja/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ja/LC_MESSAGES/plasma_applet_nowplaying.mo +share/locale/ja/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ja/LC_MESSAGES/plasma_applet_opendesktop.mo +share/locale/ja/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/ja/LC_MESSAGES/plasma_applet_pager.mo share/locale/ja/LC_MESSAGES/plasma_applet_panel.mo share/locale/ja/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/ja/LC_MESSAGES/plasma_applet_paste.mo share/locale/ja/LC_MESSAGES/plasma_applet_pastebin.mo +share/locale/ja/LC_MESSAGES/plasma_applet_plasmaboard.mo share/locale/ja/LC_MESSAGES/plasma_applet_previewer.mo +share/locale/ja/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/ja/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/ja/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/ja/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/ja/LC_MESSAGES/plasma_applet_rtm.mo share/locale/ja/LC_MESSAGES/plasma_applet_sal.mo share/locale/ja/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/ja/LC_MESSAGES/plasma_applet_searchbox.mo @@ -540,6 +519,7 @@ share/locale/ja/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/ja/LC_MESSAGES/plasma_applet_weather.mo share/locale/ja/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/ja/LC_MESSAGES/plasma_applet_webbrowser.mo +share/locale/ja/LC_MESSAGES/plasma_applet_webslice.mo share/locale/ja/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/ja/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/ja/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo @@ -547,25 +527,36 @@ share/locale/ja/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ja/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ja/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ja/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ja/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ja/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/ja/LC_MESSAGES/plasma_engine_kdeobservatory.mo +share/locale/ja/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ja/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ja/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ja/LC_MESSAGES/plasma_engine_network.mo share/locale/ja/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ja/LC_MESSAGES/plasma_engine_nowplaying.mo +share/locale/ja/LC_MESSAGES/plasma_engine_pastebin.mo share/locale/ja/LC_MESSAGES/plasma_engine_rss.mo share/locale/ja/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ja/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ja/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ja/LC_MESSAGES/plasma_runner_CharacterRunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ja/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ja/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ja/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ja/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ja/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/ja/LC_MESSAGES/plasma_runner_kget.mo share/locale/ja/LC_MESSAGES/plasma_runner_kill.mo share/locale/ja/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/ja/LC_MESSAGES/plasma_runner_konsolesessions.mo +share/locale/ja/LC_MESSAGES/plasma_runner_kopete.mo share/locale/ja/LC_MESSAGES/plasma_runner_locations.mo +share/locale/ja/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/ja/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_plasma-desktop.mo @@ -577,7 +568,9 @@ share/locale/ja/LC_MESSAGES/plasma_runner_shell.mo share/locale/ja/LC_MESSAGES/plasma_runner_solid.mo share/locale/ja/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ja/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ja/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ja/LC_MESSAGES/plasma_runner_windows.mo +share/locale/ja/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/ja/LC_MESSAGES/plasma_wallpaper_mandelbrot.mo @@ -597,6 +590,7 @@ share/locale/ja/LC_MESSAGES/printer-applet.mo share/locale/ja/LC_MESSAGES/processcore.mo share/locale/ja/LC_MESSAGES/processui.mo share/locale/ja/LC_MESSAGES/randrmonitor.mo +share/locale/ja/LC_MESSAGES/rocs.mo share/locale/ja/LC_MESSAGES/solid-bluetooth.mo share/locale/ja/LC_MESSAGES/solid-hardware.mo share/locale/ja/LC_MESSAGES/solid-network.mo diff --git a/korean/kde4-l10n/distinfo b/korean/kde4-l10n/distinfo index 0da14cad3a9c..0204475c1803 100644 --- a/korean/kde4-l10n/distinfo +++ b/korean/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-ko-4.4.5.tar.bz2) = b5436d6543f8a3e83e32327ab89df47a -SHA256 (KDE/kde-l10n/kde-l10n-ko-4.4.5.tar.bz2) = 94987aaa0df5c61f5cbdb10edccc1b3dade5b7a87cadb92a078db95282cc6048 -SIZE (KDE/kde-l10n/kde-l10n-ko-4.4.5.tar.bz2) = 1659705 +MD5 (KDE/kde-l10n/kde-l10n-ko-4.5.1.tar.bz2) = 31ecc1b2b9370488d01c9cfbcb7d2551 +SHA256 (KDE/kde-l10n/kde-l10n-ko-4.5.1.tar.bz2) = a7cdaf83e1eba1f4e27efab795fd3171eb3fc0f0ebe234da2eb7936e1134be68 +SIZE (KDE/kde-l10n/kde-l10n-ko-4.5.1.tar.bz2) = 1459769 diff --git a/korean/kde4-l10n/pkg-plist b/korean/kde4-l10n/pkg-plist index b66a75be64cb..c509b61caf2e 100644 --- a/korean/kde4-l10n/pkg-plist +++ b/korean/kde4-l10n/pkg-plist @@ -1,11 +1,9 @@ share/doc/HTML/ko/common/fdl-translated.html share/doc/HTML/ko/common/gpl-translated.html share/doc/HTML/ko/common/kde-localised.css -share/doc/HTML/ko/khelpcenter/quickstart/common -share/doc/HTML/ko/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/ko/khelpcenter/quickstart/index.docbook -share/locale/ko/LC_MESSAGES/akonaditray.mo -share/locale/ko/LC_MESSAGES/akregator.mo +share/doc/HTML/ko/quickstart/common +share/doc/HTML/ko/quickstart/index.cache.bz2 +share/doc/HTML/ko/quickstart/index.docbook share/locale/ko/LC_MESSAGES/amor.mo share/locale/ko/LC_MESSAGES/ark.mo share/locale/ko/LC_MESSAGES/attica_kde.mo @@ -20,10 +18,11 @@ share/locale/ko/LC_MESSAGES/dolphin.mo share/locale/ko/LC_MESSAGES/dragonplayer.mo share/locale/ko/LC_MESSAGES/drkonqi.mo share/locale/ko/LC_MESSAGES/filetypes.mo +share/locale/ko/LC_MESSAGES/freespacenotifier.mo share/locale/ko/LC_MESSAGES/gwenview.mo share/locale/ko/LC_MESSAGES/htmlsearch.mo share/locale/ko/LC_MESSAGES/imagerename_plugin.mo -share/locale/ko/LC_MESSAGES/irkick.mo +share/locale/ko/LC_MESSAGES/jovie.mo share/locale/ko/LC_MESSAGES/joystick.mo share/locale/ko/LC_MESSAGES/juk.mo share/locale/ko/LC_MESSAGES/kabc_dir.mo @@ -32,25 +31,19 @@ share/locale/ko/LC_MESSAGES/kabc_ldapkio.mo share/locale/ko/LC_MESSAGES/kabc_net.mo share/locale/ko/LC_MESSAGES/kabcformat_binary.mo share/locale/ko/LC_MESSAGES/kaccess.mo -share/locale/ko/LC_MESSAGES/kaddressbook.mo -share/locale/ko/LC_MESSAGES/kalarm.mo share/locale/ko/LC_MESSAGES/kanagram.mo -share/locale/ko/LC_MESSAGES/kappfinder.mo share/locale/ko/LC_MESSAGES/kapptemplate.mo share/locale/ko/LC_MESSAGES/kate.mo share/locale/ko/LC_MESSAGES/katebuild-plugin.mo share/locale/ko/LC_MESSAGES/katefindinfilesplugin.mo share/locale/ko/LC_MESSAGES/katehelloworld.mo -share/locale/ko/LC_MESSAGES/katehtmltools.mo share/locale/ko/LC_MESSAGES/kateinsertcommand.mo share/locale/ko/LC_MESSAGES/katekjswrapper.mo share/locale/ko/LC_MESSAGES/katekonsoleplugin.mo share/locale/ko/LC_MESSAGES/katemailfilesplugin.mo share/locale/ko/LC_MESSAGES/kateopenheader.mo share/locale/ko/LC_MESSAGES/katepart4.mo -share/locale/ko/LC_MESSAGES/katepybrowse.mo share/locale/ko/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/ko/LC_MESSAGES/katesnippets.mo share/locale/ko/LC_MESSAGES/katesymbolviewer.mo share/locale/ko/LC_MESSAGES/katetabbarextension.mo share/locale/ko/LC_MESSAGES/katetextfilter.mo @@ -58,13 +51,16 @@ share/locale/ko/LC_MESSAGES/katexmlcheck.mo share/locale/ko/LC_MESSAGES/katexmltools.mo share/locale/ko/LC_MESSAGES/katomic.mo share/locale/ko/LC_MESSAGES/kbattleship.mo +share/locale/ko/LC_MESSAGES/kblackbox.mo share/locale/ko/LC_MESSAGES/kblankscrn.mo share/locale/ko/LC_MESSAGES/kbounce.mo +share/locale/ko/LC_MESSAGES/kbreakout.mo share/locale/ko/LC_MESSAGES/kcalc.mo share/locale/ko/LC_MESSAGES/kcertpart.mo share/locale/ko/LC_MESSAGES/kcharselect.mo share/locale/ko/LC_MESSAGES/kcm_attica.mo share/locale/ko/LC_MESSAGES/kcm_autostart.mo +share/locale/ko/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ko/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ko/LC_MESSAGES/kcm_device_automounter.mo share/locale/ko/LC_MESSAGES/kcm_emoticons.mo @@ -72,7 +68,6 @@ share/locale/ko/LC_MESSAGES/kcm_krfb.mo share/locale/ko/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ko/LC_MESSAGES/kcm_kwintabbox.mo share/locale/ko/LC_MESSAGES/kcm_memory.mo -share/locale/ko/LC_MESSAGES/kcm_partition.mo share/locale/ko/LC_MESSAGES/kcm_pci.mo share/locale/ko/LC_MESSAGES/kcm_phonon.mo share/locale/ko/LC_MESSAGES/kcm_phononxine.mo @@ -95,7 +90,6 @@ share/locale/ko/LC_MESSAGES/kcmicons.mo share/locale/ko/LC_MESSAGES/kcminfo.mo share/locale/ko/LC_MESSAGES/kcminit.mo share/locale/ko/LC_MESSAGES/kcminput.mo -share/locale/ko/LC_MESSAGES/kcmioslaveinfo.mo share/locale/ko/LC_MESSAGES/kcmkamera.mo share/locale/ko/LC_MESSAGES/kcmkclock.mo share/locale/ko/LC_MESSAGES/kcmkded.mo @@ -115,7 +109,6 @@ share/locale/ko/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ko/LC_MESSAGES/kcmkwm.mo share/locale/ko/LC_MESSAGES/kcmlaunch.mo share/locale/ko/LC_MESSAGES/kcmlocale.mo -share/locale/ko/LC_MESSAGES/kcmnic.mo share/locale/ko/LC_MESSAGES/kcmnotify.mo share/locale/ko/LC_MESSAGES/kcmopengl.mo share/locale/ko/LC_MESSAGES/kcmperformance.mo @@ -124,7 +117,6 @@ share/locale/ko/LC_MESSAGES/kcmscreensaver.mo share/locale/ko/LC_MESSAGES/kcmshell.mo share/locale/ko/LC_MESSAGES/kcmsmartcard.mo share/locale/ko/LC_MESSAGES/kcmsmserver.mo -share/locale/ko/LC_MESSAGES/kcmsolidproc.mo share/locale/ko/LC_MESSAGES/kcmstyle.mo share/locale/ko/LC_MESSAGES/kcmusb.mo share/locale/ko/LC_MESSAGES/kcmview1394.mo @@ -216,17 +208,12 @@ share/locale/ko/LC_MESSAGES/kio_trash.mo share/locale/ko/LC_MESSAGES/kio_zeroconf.mo share/locale/ko/LC_MESSAGES/kioclient.mo share/locale/ko/LC_MESSAGES/kioexec.mo -share/locale/ko/LC_MESSAGES/kjots.mo share/locale/ko/LC_MESSAGES/klines.mo share/locale/ko/LC_MESSAGES/klinkstatus.mo share/locale/ko/LC_MESSAGES/klipper.mo share/locale/ko/LC_MESSAGES/klock.mo share/locale/ko/LC_MESSAGES/kmag.mo share/locale/ko/LC_MESSAGES/kmahjongg.mo -share/locale/ko/LC_MESSAGES/kmail.mo -share/locale/ko/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/ko/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/ko/LC_MESSAGES/kmailcvt.mo share/locale/ko/LC_MESSAGES/kmenuedit.mo share/locale/ko/LC_MESSAGES/kmimetypefinder.mo share/locale/ko/LC_MESSAGES/kmines.mo @@ -237,17 +224,13 @@ share/locale/ko/LC_MESSAGES/kmplot.mo share/locale/ko/LC_MESSAGES/knetattach.mo share/locale/ko/LC_MESSAGES/knetwalk.mo share/locale/ko/LC_MESSAGES/knetworkconfmodule.mo -share/locale/ko/LC_MESSAGES/knode.mo -share/locale/ko/LC_MESSAGES/knotes.mo share/locale/ko/LC_MESSAGES/knotify4.mo share/locale/ko/LC_MESSAGES/kolourpaint.mo share/locale/ko/LC_MESSAGES/kommander.mo share/locale/ko/LC_MESSAGES/kompare.mo share/locale/ko/LC_MESSAGES/konqueror.mo share/locale/ko/LC_MESSAGES/konsole.mo -share/locale/ko/LC_MESSAGES/kontact.mo share/locale/ko/LC_MESSAGES/kopete.mo -share/locale/ko/LC_MESSAGES/korganizer.mo share/locale/ko/LC_MESSAGES/kpartloader.mo share/locale/ko/LC_MESSAGES/kpartsaver.mo share/locale/ko/LC_MESSAGES/kpasswdserver.mo @@ -266,7 +249,6 @@ share/locale/ko/LC_MESSAGES/kruler.mo share/locale/ko/LC_MESSAGES/krunner.mo share/locale/ko/LC_MESSAGES/ksame.mo share/locale/ko/LC_MESSAGES/ksaneplugin.mo -share/locale/ko/LC_MESSAGES/ksayit.mo share/locale/ko/LC_MESSAGES/kscd.mo share/locale/ko/LC_MESSAGES/kscreensaver.mo share/locale/ko/LC_MESSAGES/kshisen.mo @@ -289,9 +271,7 @@ share/locale/ko/LC_MESSAGES/kteatime.mo share/locale/ko/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ko/LC_MESSAGES/kthememanager.mo share/locale/ko/LC_MESSAGES/ktimer.mo -share/locale/ko/LC_MESSAGES/ktimetracker.mo share/locale/ko/LC_MESSAGES/ktraderclient.mo -share/locale/ko/LC_MESSAGES/kttsd.mo share/locale/ko/LC_MESSAGES/ktuberling.mo share/locale/ko/LC_MESSAGES/ktux.mo share/locale/ko/LC_MESSAGES/kuiserver.mo @@ -300,13 +280,13 @@ share/locale/ko/LC_MESSAGES/kurifilter.mo share/locale/ko/LC_MESSAGES/kuser.mo share/locale/ko/LC_MESSAGES/kwalletd.mo share/locale/ko/LC_MESSAGES/kwalletmanager.mo -share/locale/ko/LC_MESSAGES/kweather.mo share/locale/ko/LC_MESSAGES/kwin.mo share/locale/ko/LC_MESSAGES/kwin_art_clients.mo share/locale/ko/LC_MESSAGES/kwin_clients.mo share/locale/ko/LC_MESSAGES/kwin_effects.mo share/locale/ko/LC_MESSAGES/kwin_lib.mo share/locale/ko/LC_MESSAGES/kwinstartmenu.mo +share/locale/ko/LC_MESSAGES/kwordquiz.mo share/locale/ko/LC_MESSAGES/kwrite.mo share/locale/ko/LC_MESSAGES/kwriteconfig.mo share/locale/ko/LC_MESSAGES/kxkb.mo @@ -323,8 +303,6 @@ share/locale/ko/LC_MESSAGES/libkonq.mo share/locale/ko/LC_MESSAGES/libksane.mo share/locale/ko/LC_MESSAGES/libkscreensaver.mo share/locale/ko/LC_MESSAGES/libkworkspace.mo -share/locale/ko/LC_MESSAGES/libmessagelist.mo -share/locale/ko/LC_MESSAGES/libmessageviewer.mo share/locale/ko/LC_MESSAGES/liboktetacore.mo share/locale/ko/LC_MESSAGES/liboktetakasten.mo share/locale/ko/LC_MESSAGES/libphonon.mo @@ -395,6 +373,7 @@ share/locale/ko/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ko/LC_MESSAGES/plasma_applet_news.mo share/locale/ko/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ko/LC_MESSAGES/plasma_applet_notes.mo +share/locale/ko/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ko/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ko/LC_MESSAGES/plasma_applet_pager.mo share/locale/ko/LC_MESSAGES/plasma_applet_panel.mo @@ -417,6 +396,7 @@ share/locale/ko/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ko/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ko/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ko/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ko/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ko/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/ko/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ko/LC_MESSAGES/plasma_engine_kuiserver.mo @@ -444,6 +424,7 @@ share/locale/ko/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ko/LC_MESSAGES/plasma_runner_shell.mo share/locale/ko/LC_MESSAGES/plasma_runner_solid.mo share/locale/ko/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ko/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ko/LC_MESSAGES/plasma_runner_windows.mo share/locale/ko/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ko/LC_MESSAGES/plasma_wallpaper_color.mo @@ -480,6 +461,5 @@ share/locale/ko/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/ko/entry.desktop @dirrm share/locale/ko/LC_SCRIPTS/kdelibs4 @dirrm share/locale/ko/LC_SCRIPTS -@dirrm share/doc/HTML/ko/khelpcenter/quickstart -@dirrm share/doc/HTML/ko/khelpcenter +@dirrm share/doc/HTML/ko/quickstart @dirrm share/doc/HTML/ko/common diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 54897f73604e..143fdff3786c 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca @@ -25,28 +26,61 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace +USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ + kdelibs pimlibs workspace kdebase QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= PRINTER_APPLET "Install printer system tray utility" off +OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ + PRINTER_APPLET "Install printer system tray utility" off \ + RAR "Support for RAR archives in Ark" off \ + ZIP "Support for ZIP archives in Ark" off .include <bsd.port.options.mk> +.ifdef(WITH_7ZIP) +RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip +.endif + +.ifdef(WITH_PRINTER_APPLET) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.endif + +.ifdef(WITH_ZIP) +RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip +.endif + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -.if defined(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.ifdef(WITH_RAR) +.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +INSTALL_RAR= YES +.elif ${ARCH} == "amd64" +.ifndef(HAVE_COMPAT_IA32_KERN) +HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi +.endif +.if ${HAVE_COMPAT_IA32_KERN} == "YES" +INSTALL_RAR= YES +.endif +.endif +.ifdef(INSTALL_RAR) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.else +RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +.endif .endif post-patch: -#disable printer-applet, it comes with print/kdeutils4-printer-applet +# Disable printer-applet, it comes with print/kdeutils4-printer-applet. ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/math/kcalc/distinfo b/math/kcalc/distinfo index c51aa0f17d9c..2553edb11a55 100644 --- a/math/kcalc/distinfo +++ b/math/kcalc/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390 -SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495 -SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008 +MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52 +SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e +SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989 diff --git a/math/kcalc/pkg-plist b/math/kcalc/pkg-plist index ff8535c8e54f..cb9b5a4773c9 100644 --- a/math/kcalc/pkg-plist +++ b/math/kcalc/pkg-plist @@ -1,20 +1,383 @@ bin/ark -bin/irkick bin/kcalc bin/kcharselect bin/kdf bin/kfloppy bin/kgpg +bin/krcdnotifieritem bin/ktimer bin/kwalletmanager bin/kwikdisk bin/okteta bin/superkaramba bin/sweeper +include/KDE/Kasten/AbstractConnectJob +include/KDE/Kasten/AbstractDocument +include/KDE/Kasten/AbstractDocumentFactory +include/KDE/Kasten/AbstractExportJob +include/KDE/Kasten/AbstractFileSystemConnectJob +include/KDE/Kasten/AbstractFileSystemExportJob +include/KDE/Kasten/AbstractFileSystemLoadJob +include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten/AbstractGroupedViews +include/KDE/Kasten/AbstractLinePopup +include/KDE/Kasten/AbstractLoadJob +include/KDE/Kasten/AbstractModel +include/KDE/Kasten/AbstractModelDataGenerator +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten/AbstractModelExporter +include/KDE/Kasten/AbstractModelExporterConfigEditor +include/KDE/Kasten/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten/AbstractModelFileSystemSynchronizer +include/KDE/Kasten/AbstractModelSelection +include/KDE/Kasten/AbstractModelStreamEncoder +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten/AbstractModelSynchronizer +include/KDE/Kasten/AbstractModelSynchronizerFactory +include/KDE/Kasten/AbstractSelectionView +include/KDE/Kasten/AbstractSyncFromRemoteJob +include/KDE/Kasten/AbstractSyncToRemoteJob +include/KDE/Kasten/AbstractSyncWithRemoteJob +include/KDE/Kasten/AbstractTool +include/KDE/Kasten/AbstractToolFactory +include/KDE/Kasten/AbstractToolInlineView +include/KDE/Kasten/AbstractToolView +include/KDE/Kasten/AbstractToolViewFactory +include/KDE/Kasten/AbstractToolWidget +include/KDE/Kasten/AbstractView +include/KDE/Kasten/AbstractViewArea +include/KDE/Kasten/AbstractViewFactory +include/KDE/Kasten/AbstractXmlGuiController +include/KDE/Kasten/ClipboardController +include/KDE/Kasten/CloseController +include/KDE/Kasten/CopyAsController +include/KDE/Kasten/CreatorController +include/KDE/Kasten/DataSelectable +include/KDE/Kasten/DocumentCreateManager +include/KDE/Kasten/DocumentManager +include/KDE/Kasten/DocumentSyncManager +include/KDE/Kasten/DocumentVersionData +include/KDE/Kasten/DocumentsTool +include/KDE/Kasten/DocumentsToolView +include/KDE/Kasten/DummyView +include/KDE/Kasten/ExportController +include/KDE/Kasten/FileSystemBrowserTool +include/KDE/Kasten/FileSystemBrowserToolView +include/KDE/Kasten/FullScreenController +include/KDE/Kasten/JobManager +include/KDE/Kasten/LoaderController +include/KDE/Kasten/ModelCodecManager +include/KDE/Kasten/ModelCodecViewManager +include/KDE/Kasten/ModelDataGenerateThread +include/KDE/Kasten/ModelEncoderFileSystemExportJob +include/KDE/Kasten/ModelEncoderFileSystemExporter +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten/ModelStreamEncodeThread +include/KDE/Kasten/ModifiedBarController +include/KDE/Kasten/MultiViewAreas +include/KDE/Kasten/Person +include/KDE/Kasten/QuitController +include/KDE/Kasten/ReadOnlyBarController +include/KDE/Kasten/ReadOnlyController +include/KDE/Kasten/SelectController +include/KDE/Kasten/SelectedDataWriteable +include/KDE/Kasten/SetRemoteController +include/KDE/Kasten/ShellWindow +include/KDE/Kasten/StatusBar +include/KDE/Kasten/SwitchViewController +include/KDE/Kasten/SynchronizeController +include/KDE/Kasten/TabbedViews +include/KDE/Kasten/ToggleButton +include/KDE/Kasten/ToolInlineViewable +include/KDE/Kasten/ToolListMenuController +include/KDE/Kasten/UserListable +include/KDE/Kasten/VersionController +include/KDE/Kasten/VersionViewTool +include/KDE/Kasten/VersionViewToolView +include/KDE/Kasten/Versionable +include/KDE/Kasten/ViewAreaSplitable +include/KDE/Kasten/ViewListMenuController +include/KDE/Kasten/ViewManager +include/KDE/Kasten/WidgetsDockable +include/KDE/Kasten/ZoomBarController +include/KDE/Kasten/ZoomController +include/KDE/Kasten/Zoomable +include/KDE/Okteta/AbstractByteArrayColumnRenderer +include/KDE/Okteta/AbstractByteArrayModel +include/KDE/Okteta/AbstractByteArrayView +include/KDE/Okteta/AbstractColumnRenderer +include/KDE/Okteta/AbstractColumnStylist +include/KDE/Okteta/Address +include/KDE/Okteta/AddressRange +include/KDE/Okteta/ArrayChangeMetrics +include/KDE/Okteta/Bookmark +include/KDE/Okteta/Bookmarkable +include/KDE/Okteta/BookmarksConstIterator +include/KDE/Okteta/BorderColumnRenderer +include/KDE/Okteta/Byte +include/KDE/Okteta/ByteArrayChange +include/KDE/Okteta/ByteArrayColumnView +include/KDE/Okteta/ByteArrayModel +include/KDE/Okteta/ByteArrayRowColumnRenderer +include/KDE/Okteta/ByteArrayRowView +include/KDE/Okteta/ByteArrayTableLayout +include/KDE/Okteta/ByteArrayTableRanges +include/KDE/Okteta/ChangeHistory +include/KDE/Okteta/ChangesDescribable +include/KDE/Okteta/CharByteArrayColumnRenderer +include/KDE/Okteta/CharCodec +include/KDE/Okteta/Character +include/KDE/Okteta/ColumnsView +include/KDE/Okteta/Line +include/KDE/Okteta/LinePosition +include/KDE/Okteta/LinePositionRange +include/KDE/Okteta/LineRange +include/KDE/Okteta/NumberRange +include/KDE/Okteta/OffsetColumnRenderer +include/KDE/Okteta/OffsetFormat +include/KDE/Okteta/PieceTableByteArrayModel +include/KDE/Okteta/Range +include/KDE/Okteta/Size +include/KDE/Okteta/ValueByteArrayColumnRenderer +include/KDE/Okteta/ValueCodec +include/KDE/Okteta/Versionable +include/KDE/Okteta/WidgetColumnStylist +include/KDE/Okteta/WordByteArrayService +include/kasten/abstractbytearraystreamencoder.h +include/kasten/abstractconnectjob.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/bookmarkscontroller.h +include/kasten/bookmarkstool.h +include/kasten/bookmarkstoolfactory.h +include/kasten/bookmarkstoolview.h +include/kasten/bookmarkstoolviewfactory.h +include/kasten/bytearraycharsstreamencoder.h +include/kasten/bytearraydocument.h +include/kasten/bytearraydocumentfactory.h +include/kasten/bytearrayrawfilesynchronizer.h +include/kasten/bytearrayrawfilesynchronizerfactory.h +include/kasten/bytearrayselection.h +include/kasten/bytearraysourcecodestreamencoder.h +include/kasten/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten/bytearraytextstreamencoderpreview.h +include/kasten/bytearrayvaluesstreamencoder.h +include/kasten/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten/bytearrayview.h +include/kasten/bytearrayviewfactory.h +include/kasten/bytearrayviewtextstreamencoder.h +include/kasten/bytetabletool.h +include/kasten/bytetabletoolfactory.h +include/kasten/bytetabletoolview.h +include/kasten/bytetabletoolviewfactory.h +include/kasten/checksumtool.h +include/kasten/checksumtoolfactory.h +include/kasten/checksumtoolview.h +include/kasten/checksumtoolviewfactory.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/documentcreatemanager.h +include/kasten/documentinfotool.h +include/kasten/documentinfotoolview.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/filtertool.h +include/kasten/filtertoolfactory.h +include/kasten/filtertoolview.h +include/kasten/filtertoolviewfactory.h +include/kasten/fullscreencontroller.h +include/kasten/gotooffsetcontroller.h +include/kasten/gotooffsettool.h +include/kasten/gotooffsettoolview.h +include/kasten/infotool.h +include/kasten/infotoolfactory.h +include/kasten/infotoolview.h +include/kasten/infotoolviewfactory.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/kfinddirection.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multiviewareas.h +include/kasten/oktetakastencontrollers_export.h +include/kasten/oktetakastencore_export.h +include/kasten/oktetakastengui_export.h +include/kasten/overwritemodecontroller.h +include/kasten/overwriteonlycontroller.h +include/kasten/person.h +include/kasten/poddecodertool.h +include/kasten/poddecodertoolfactory.h +include/kasten/poddecodertoolview.h +include/kasten/poddecodertoolviewfactory.h +include/kasten/printcontroller.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/replacecontroller.h +include/kasten/replaceuserqueryable.h +include/kasten/searchcontroller.h +include/kasten/searchuserqueryable.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/selectrangecontroller.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/stringsextracttool.h +include/kasten/stringsextracttoolfactory.h +include/kasten/stringsextracttoolview.h +include/kasten/stringsextracttoolviewfactory.h +include/kasten/structtool.h +include/kasten/structtoolview.h +include/kasten/structurestoolfactory.h +include/kasten/structurestoolviewfactory.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewconfigcontroller.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/viewmodecontroller.h +include/kasten/viewstatuscontroller.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h lib/kde4/arkpart.so lib/kde4/kcm_kdf.so lib/kde4/kcm_kwallet.so -lib/kde4/kcm_lirc.so +lib/kde4/kcm_remotecontrol.so +lib/kde4/kded_kremotecontroldaemon.so lib/kde4/kerfuffle_cli7z.so lib/kde4/kerfuffle_clirar.so lib/kde4/kerfuffle_clizip.so @@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so lib/kde4/libextracthere.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so +lib/kde4/plasma_engine_kremoteconrol.so lib/kde4/plasma_package_superkaramba.so lib/kde4/plasma_scriptengine_superkaramba.so +lib/kde4/plugins/designer/oktetadesignerplugin.so lib/libkastencontrollers.so lib/libkastencontrollers.so.5 lib/libkastencontrollers.so.5.0.1 @@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1 lib/libkastengui.so lib/libkastengui.so.5 lib/libkastengui.so.5.0.1 -lib/libkdeinit4_irkick.so lib/libkdeinit4_kcalc.so -lib/libkdelirc_shared.so -lib/libkdelirc_shared.so.1 -lib/libkdelirc_shared.so.1.0.0 lib/libkerfuffle.so lib/libkerfuffle.so.5 lib/libkerfuffle.so.5.0.1 +lib/liblibkremotecontrol.so +lib/liblibkremotecontrol.so.1 +lib/liblibkremotecontrol.so.1.0.0 lib/liboktetacore.so lib/liboktetacore.so.5 lib/liboktetacore.so.5.0.1 @@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1 share/applications/kde4/KCharSelect.desktop share/applications/kde4/KFloppy.desktop share/applications/kde4/ark.desktop -share/applications/kde4/irkick.desktop share/applications/kde4/kcalc.desktop share/applications/kde4/kdf.desktop share/applications/kde4/kgpg.desktop +share/applications/kde4/krcdnotifieritem.desktop share/applications/kde4/ktimer.desktop share/applications/kde4/kwalletmanager-kwalletd.desktop share/applications/kde4/kwalletmanager.desktop @@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop share/applications/kde4/sweeper.desktop share/apps/ark/ark_part.rc share/apps/ark/arkui.rc -share/apps/irkick/irkick.notifyrc share/apps/kcalc/kcalcui.rc share/apps/kcalc/scienceconstants.xml share/apps/kcharselect/kcharselectui.rc @@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz share/apps/kgpg/keysmanager.rc share/apps/kgpg/kgpgeditor.rc share/apps/kgpg/tips +share/apps/kremotecontrol/profiles/amarok.profile.xml +share/apps/kremotecontrol/profiles/dragonplayer.profile.xml +share/apps/kremotecontrol/profiles/klauncher.profile.xml +share/apps/kremotecontrol/profiles/kmix.profile.xml +share/apps/kremotecontrol/profiles/konqueror.profile.xml +share/apps/kremotecontrol/profiles/kscd.profile.xml +share/apps/kremotecontrol/profiles/okular.profile.xml +share/apps/kremotecontrol/profiles/powermanagement.profile.xml +share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png share/apps/kwalletmanager/kwalleteditor.rc @@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/png/png.desktop +share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc share/apps/oktetapart/oktetapartreadonlyui.rc share/apps/oktetapart/oktetapartreadwriteui.rc -share/apps/profiles/amarok.profile.xml -share/apps/profiles/dragonplayer.profile.xml -share/apps/profiles/klauncher.profile.xml -share/apps/profiles/kmix.profile.xml -share/apps/profiles/konqueror.profile.xml -share/apps/profiles/okular.profile.xml -share/apps/profiles/profile.dtd -share/apps/profiles/shutdown.profile.xml -share/apps/profiles/suspend.profile.xml -share/apps/profiles/vlc.profile.xml share/apps/superkaramba/superkarambaui.rc share/apps/sweeper/sweeperui.rc -share/autostart/irkick.desktop share/autostart/kgpg.desktop share/config.kcfg/ark.kcfg share/config.kcfg/kcalc.kcfg share/config.kcfg/kgpg.kcfg +share/config.kcfg/structviewpreferences.kcfg +share/config/okteta-structures.knsrc share/config/superkaramba.knsrc share/dbus-1/interfaces/org.kde.kgpg.Key.xml share/dbus-1/interfaces/org.kde.superkaramba.xml share/dbus-1/interfaces/org.kde.sweeper.xml +share/doc/HTML/en/ark/ark-mainwindow.png share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/irkick/common -share/doc/HTML/en/irkick/index.cache.bz2 -share/doc/HTML/en/irkick/index.docbook -share/doc/HTML/en/irkick/irkick.png -share/doc/HTML/en/irkick/irkickoff.png share/doc/HTML/en/kcalc/commands.docbook share/doc/HTML/en/kcalc/common share/doc/HTML/en/kcalc/index.cache.bz2 @@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcmlirc/common -share/doc/HTML/en/kcmlirc/index.cache.bz2 -share/doc/HTML/en/kcmlirc/index.docbook -share/doc/HTML/en/kcmlirc/irkick.png -share/doc/HTML/en/kcmlirc/irkickoff.png +share/doc/HTML/en/kcharselect/kcharselect.png share/doc/HTML/en/kcontrol/blockdevices/common share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/en/kcontrol/blockdevices/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png +share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/common +share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png +share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png +share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/en/kdf/common share/doc/HTML/en/kdf/index.cache.bz2 share/doc/HTML/en/kdf/index.docbook @@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png share/doc/HTML/en/kgpg/keys.png share/doc/HTML/en/kgpg/keyserver-search.png share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/kicker.png share/doc/HTML/en/kgpg/options.png +share/doc/HTML/en/kgpg/select-secret-key.png +share/doc/HTML/en/kgpg/systray.png share/doc/HTML/en/ktimer/common share/doc/HTML/en/ktimer/first.png share/doc/HTML/en/ktimer/index.cache.bz2 @@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook -share/doc/HTML/en/superkaramba/common -share/doc/HTML/en/superkaramba/index.cache.bz2 -share/doc/HTML/en/superkaramba/index.docbook +share/doc/HTML/en/sweeper/common +share/doc/HTML/en/sweeper/index.cache.bz2 +share/doc/HTML/en/sweeper/index.docbook +share/doc/HTML/en/sweeper/sweeper.png share/icons/hicolor/128x128/apps/kdf.png share/icons/hicolor/128x128/apps/kfloppy.png share/icons/hicolor/128x128/apps/ktimer.png @@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png share/icons/hicolor/128x128/apps/kwalletmanager2.png share/icons/hicolor/128x128/apps/kwikdisk.png share/icons/hicolor/128x128/apps/superkaramba.png +share/icons/hicolor/128x128/devices/infrared-remote.png share/icons/hicolor/16x16/apps/kdf.png share/icons/hicolor/16x16/apps/kfloppy.png share/icons/hicolor/16x16/apps/kgpg.png @@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png share/icons/hicolor/16x16/apps/kwikdisk.png share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/22x22/apps/irkick.png +share/icons/hicolor/16x16/devices/infrared-remote.png +share/icons/hicolor/22x22/actions/krcd_flash.png +share/icons/hicolor/22x22/actions/krcd_off.png share/icons/hicolor/22x22/apps/kdf.png share/icons/hicolor/22x22/apps/kfloppy.png share/icons/hicolor/22x22/apps/kgpg.png +share/icons/hicolor/22x22/apps/krcd.png share/icons/hicolor/22x22/apps/kwalletmanager.png share/icons/hicolor/22x22/apps/kwikdisk.png share/icons/hicolor/22x22/apps/superkaramba.png +share/icons/hicolor/22x22/devices/infrared-remote.png share/icons/hicolor/32x32/apps/kdf.png share/icons/hicolor/32x32/apps/kfloppy.png share/icons/hicolor/32x32/apps/kgpg.png @@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png share/icons/hicolor/32x32/apps/kwikdisk.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/32x32/apps/superkaramba.png +share/icons/hicolor/32x32/devices/infrared-remote.png +share/icons/hicolor/42x42/devices/infrared-remote.png share/icons/hicolor/48x48/apps/kdf.png share/icons/hicolor/48x48/apps/kfloppy.png share/icons/hicolor/48x48/apps/kgpg.png @@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png share/icons/hicolor/48x48/apps/kwikdisk.png share/icons/hicolor/48x48/apps/okteta.png share/icons/hicolor/48x48/apps/superkaramba.png +share/icons/hicolor/48x48/devices/infrared-remote.png share/icons/hicolor/64x64/apps/kdf.png share/icons/hicolor/64x64/apps/kfloppy.png share/icons/hicolor/64x64/apps/kwalletmanager.png share/icons/hicolor/64x64/apps/kwalletmanager2.png share/icons/hicolor/64x64/apps/kwikdisk.png share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/scalable/apps/irkick.svgz +share/icons/hicolor/64x64/devices/infrared-remote.png +share/icons/hicolor/8x8/devices/infrared-remote.png +share/icons/hicolor/scalable/actions/krcd_flash.svgz +share/icons/hicolor/scalable/actions/krcd_off.svgz +share/icons/hicolor/scalable/apps/krcd.svgz share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/oxygen/128x128/devices/infrared-remote.png +share/icons/hicolor/scalable/devices/infrared-remote.svgz share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/16x16/devices/infrared-remote.png -share/icons/oxygen/22x22/actions/irkickflash.png -share/icons/oxygen/22x22/actions/irkickoff.png share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/22x22/devices/infrared-remote.png share/icons/oxygen/32x32/apps/kcmdf.png -share/icons/oxygen/32x32/devices/infrared-remote.png -share/icons/oxygen/42x42/devices/infrared-remote.png -share/icons/oxygen/48x48/devices/infrared-remote.png -share/icons/oxygen/64x64/devices/infrared-remote.png -share/icons/oxygen/8x8/devices/infrared-remote.png -share/icons/oxygen/scalable/actions/irkickflash.svgz -share/icons/oxygen/scalable/actions/irkickoff.svgz -share/icons/oxygen/scalable/devices/infrared-remote.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ServiceMenus/encryptfile.desktop @@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop share/kde4/services/ark_dndextract.desktop share/kde4/services/ark_part.desktop share/kde4/services/kbytearrayedit.desktop -share/kde4/services/kcm_lirc.desktop +share/kde4/services/kcm_remotecontrol.desktop share/kde4/services/kcmdf.desktop +share/kde4/services/kded/kremotecontroldaemon.desktop share/kde4/services/kerfuffle_cli7z.desktop share/kde4/services/kerfuffle_clirar.desktop share/kde4/services/kerfuffle_clizip.desktop @@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop share/kde4/services/kwalletconfig.desktop share/kde4/services/kwalletmanager_show.desktop share/kde4/services/oktetapart.desktop +share/kde4/services/plasma-engine-kremotecontrol.desktop share/kde4/services/plasma-package-superkaramba.desktop share/kde4/services/plasma-scriptengine-superkaramba.desktop share/kde4/servicetypes/kerfufflePlugin.desktop +share/mime/application/base64.xml +share/mime/application/btoa.xml +share/mime/application/x-vnd.kde.okteta.structure.xml +share/mime/packages/okteta.xml +share/mime/text/x-ascii85.xml +share/mime/text/x-base32.xml +share/mime/text/x-ihex.xml +share/mime/text/x-srecord.xml +share/mime/text/x-uuencode.xml +share/mime/text/x-xxencode.xml @dirrmtry share/icons/oxygen/42x42/devices @dirrmtry share/icons/oxygen/42x42 -@dirrm share/doc/HTML/en/superkaramba +@dirrmtry share/icons/hicolor/8x8/devices +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/42x42/devices +@dirrmtry share/icons/hicolor/42x42 +@dirrm share/doc/HTML/en/sweeper @dirrm share/doc/HTML/en/okteta @dirrm share/doc/HTML/en/kwallet @dirrm share/doc/HTML/en/ktimer @dirrm share/doc/HTML/en/kgpg @dirrm share/doc/HTML/en/kfloppy @dirrm share/doc/HTML/en/kdf +@dirrm share/doc/HTML/en/kcontrol/kremotecontrol @dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcmlirc @dirrm share/doc/HTML/en/kcharselect @dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/irkick @dirrm share/doc/HTML/en/ark @dirrm share/apps/sweeper @dirrm share/apps/superkaramba @dirrm share/apps/oktetapart +@dirrm share/apps/okteta/structures/png @dirrm share/apps/okteta/structures/elf @dirrm share/apps/okteta/structures @dirrm share/apps/okteta @@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kwalletmanager/icons/oxygen @dirrm share/apps/kwalletmanager/icons @dirrm share/apps/kwalletmanager +@dirrm share/apps/kremotecontroldaemon +@dirrm share/apps/kremotecontrol/profiles +@dirrm share/apps/kremotecontrol @dirrm share/apps/kgpg/icons/oxygen/scalable/status @dirrm share/apps/kgpg/icons/oxygen/scalable/actions @dirrm share/apps/kgpg/icons/oxygen/scalable @@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kgpg @dirrm share/apps/kdf @dirrm share/apps/kcalc -@dirrm share/apps/irkick @dirrm share/apps/ark +@dirrmtry include/okteta +@dirrmtry include/kasten +@dirrmtry include/KDE/Okteta +@dirrmtry include/KDE/Kasten +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/misc/Makefile b/misc/Makefile index cd58ab3eb8c3..ae96f5315c82 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -292,6 +292,7 @@ SUBDIR += kde4-l10n-hi SUBDIR += kde4-l10n-hne SUBDIR += kde4-l10n-hr + SUBDIR += kde4-l10n-ia SUBDIR += kde4-l10n-id SUBDIR += kde4-l10n-is SUBDIR += kde4-l10n-it diff --git a/misc/kde4-l10n-bg/distinfo b/misc/kde4-l10n-bg/distinfo index d54a2761a0c1..729265c5cfd6 100644 --- a/misc/kde4-l10n-bg/distinfo +++ b/misc/kde4-l10n-bg/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-bg-4.4.5.tar.bz2) = 8be3c155950d29e78c4bc1458ac52ae8 -SHA256 (KDE/kde-l10n/kde-l10n-bg-4.4.5.tar.bz2) = 214c62e32d7fde793275c9b52813839c48bb181312c038068ca5a4b1d9a2d48c -SIZE (KDE/kde-l10n/kde-l10n-bg-4.4.5.tar.bz2) = 2112721 +MD5 (KDE/kde-l10n/kde-l10n-bg-4.5.1.tar.bz2) = d190adc772cfa0b915d0e2a5b4ecefc5 +SHA256 (KDE/kde-l10n/kde-l10n-bg-4.5.1.tar.bz2) = c966eca3ad62b68cba5af12972089dab184bfc33a9b1a43462c8c813914feada +SIZE (KDE/kde-l10n/kde-l10n-bg-4.5.1.tar.bz2) = 1630297 diff --git a/misc/kde4-l10n-bg/pkg-plist b/misc/kde4-l10n-bg/pkg-plist index b25fda105aff..99f9ca28eb50 100644 --- a/misc/kde4-l10n-bg/pkg-plist +++ b/misc/kde4-l10n-bg/pkg-plist @@ -2,7 +2,6 @@ share/apps/kvtml/bg/animals.kvtml share/apps/kvtml/bg/easy.kvtml share/apps/kvtml/bg/hard.kvtml share/apps/kvtml/bg/medium.kvtml -share/locale/bg/LC_MESSAGES/akregator.mo share/locale/bg/LC_MESSAGES/amor.mo share/locale/bg/LC_MESSAGES/ark.mo share/locale/bg/LC_MESSAGES/attica_kde.mo @@ -10,7 +9,6 @@ share/locale/bg/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/bg/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/bg/LC_MESSAGES/audiorename_plugin.mo share/locale/bg/LC_MESSAGES/blinken.mo -share/locale/bg/LC_MESSAGES/blogilo.mo share/locale/bg/LC_MESSAGES/bomber.mo share/locale/bg/LC_MESSAGES/bovo.mo share/locale/bg/LC_MESSAGES/display.mo @@ -18,29 +16,27 @@ share/locale/bg/LC_MESSAGES/dolphin.mo share/locale/bg/LC_MESSAGES/dragonplayer.mo share/locale/bg/LC_MESSAGES/drkonqi.mo share/locale/bg/LC_MESSAGES/filetypes.mo +share/locale/bg/LC_MESSAGES/freespacenotifier.mo +share/locale/bg/LC_MESSAGES/granatier.mo share/locale/bg/LC_MESSAGES/gwenview.mo share/locale/bg/LC_MESSAGES/htmlsearch.mo share/locale/bg/LC_MESSAGES/imagerename_plugin.mo -share/locale/bg/LC_MESSAGES/irkick.mo +share/locale/bg/LC_MESSAGES/jovie.mo share/locale/bg/LC_MESSAGES/joystick.mo share/locale/bg/LC_MESSAGES/juk.mo -share/locale/bg/LC_MESSAGES/kabc_slox.mo -share/locale/bg/LC_MESSAGES/kabcclient.mo share/locale/bg/LC_MESSAGES/kaccess.mo -share/locale/bg/LC_MESSAGES/kaddressbook.mo -share/locale/bg/LC_MESSAGES/kalarm.mo +share/locale/bg/LC_MESSAGES/kajongg.mo share/locale/bg/LC_MESSAGES/kalgebra.mo share/locale/bg/LC_MESSAGES/kalzium.mo -share/locale/bg/LC_MESSAGES/kalzium_qt.mo share/locale/bg/LC_MESSAGES/kanagram.mo share/locale/bg/LC_MESSAGES/kapman.mo -share/locale/bg/LC_MESSAGES/kappfinder.mo share/locale/bg/LC_MESSAGES/kate.mo share/locale/bg/LC_MESSAGES/katepart4.mo share/locale/bg/LC_MESSAGES/katomic.mo share/locale/bg/LC_MESSAGES/kbattleship.mo share/locale/bg/LC_MESSAGES/kblackbox.mo share/locale/bg/LC_MESSAGES/kblankscrn.mo +share/locale/bg/LC_MESSAGES/kblocks.mo share/locale/bg/LC_MESSAGES/kbounce.mo share/locale/bg/LC_MESSAGES/kbreakout.mo share/locale/bg/LC_MESSAGES/kbruch.mo @@ -49,15 +45,16 @@ share/locale/bg/LC_MESSAGES/kcertpart.mo share/locale/bg/LC_MESSAGES/kcharselect.mo share/locale/bg/LC_MESSAGES/kcm_attica.mo share/locale/bg/LC_MESSAGES/kcm_autostart.mo +share/locale/bg/LC_MESSAGES/kcm_desktoppaths.mo share/locale/bg/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/bg/LC_MESSAGES/kcm_device_automounter.mo share/locale/bg/LC_MESSAGES/kcm_emoticons.mo +share/locale/bg/LC_MESSAGES/kcm_infobase.mo +share/locale/bg/LC_MESSAGES/kcm_infosummary.mo share/locale/bg/LC_MESSAGES/kcm_krfb.mo share/locale/bg/LC_MESSAGES/kcm_kwindesktop.mo share/locale/bg/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/bg/LC_MESSAGES/kcm_lirc.mo share/locale/bg/LC_MESSAGES/kcm_memory.mo -share/locale/bg/LC_MESSAGES/kcm_partition.mo share/locale/bg/LC_MESSAGES/kcm_pci.mo share/locale/bg/LC_MESSAGES/kcm_phonon.mo share/locale/bg/LC_MESSAGES/kcm_phononxine.mo @@ -74,13 +71,13 @@ share/locale/bg/LC_MESSAGES/kcmcgi.mo share/locale/bg/LC_MESSAGES/kcmcolors.mo share/locale/bg/LC_MESSAGES/kcmcomponentchooser.mo share/locale/bg/LC_MESSAGES/kcmcrypto.mo +share/locale/bg/LC_MESSAGES/kcmdevinfo.mo share/locale/bg/LC_MESSAGES/kcmfonts.mo share/locale/bg/LC_MESSAGES/kcmhtmlsearch.mo share/locale/bg/LC_MESSAGES/kcmicons.mo share/locale/bg/LC_MESSAGES/kcminfo.mo share/locale/bg/LC_MESSAGES/kcminit.mo share/locale/bg/LC_MESSAGES/kcminput.mo -share/locale/bg/LC_MESSAGES/kcmioslaveinfo.mo share/locale/bg/LC_MESSAGES/kcmkamera.mo share/locale/bg/LC_MESSAGES/kcmkclock.mo share/locale/bg/LC_MESSAGES/kcmkded.mo @@ -109,7 +106,6 @@ share/locale/bg/LC_MESSAGES/kcmscreensaver.mo share/locale/bg/LC_MESSAGES/kcmshell.mo share/locale/bg/LC_MESSAGES/kcmsmartcard.mo share/locale/bg/LC_MESSAGES/kcmsmserver.mo -share/locale/bg/LC_MESSAGES/kcmsolidproc.mo share/locale/bg/LC_MESSAGES/kcmstyle.mo share/locale/bg/LC_MESSAGES/kcmusb.mo share/locale/bg/LC_MESSAGES/kcmview1394.mo @@ -123,16 +119,13 @@ share/locale/bg/LC_MESSAGES/kdebugdialog.mo share/locale/bg/LC_MESSAGES/kdecalendarsystems.mo share/locale/bg/LC_MESSAGES/kdelibs4.mo share/locale/bg/LC_MESSAGES/kdelibs_colors4.mo -share/locale/bg/LC_MESSAGES/kdelirc.mo share/locale/bg/LC_MESSAGES/kdepasswd.mo -share/locale/bg/LC_MESSAGES/kdepimresources.mo -share/locale/bg/LC_MESSAGES/kdepimwizards.mo share/locale/bg/LC_MESSAGES/kdeqt.mo share/locale/bg/LC_MESSAGES/kdesu.mo share/locale/bg/LC_MESSAGES/kdesud.mo share/locale/bg/LC_MESSAGES/kdf.mo -share/locale/bg/LC_MESSAGES/kdgantt1.mo share/locale/bg/LC_MESSAGES/kdialog.mo +share/locale/bg/LC_MESSAGES/kdiamond.mo share/locale/bg/LC_MESSAGES/kdmconfig.mo share/locale/bg/LC_MESSAGES/kdmgreet.mo share/locale/bg/LC_MESSAGES/keditbookmarks.mo @@ -189,7 +182,6 @@ share/locale/bg/LC_MESSAGES/kio_bookmarks.mo share/locale/bg/LC_MESSAGES/kio_finger.mo share/locale/bg/LC_MESSAGES/kio_fish.mo share/locale/bg/LC_MESSAGES/kio_floppy.mo -share/locale/bg/LC_MESSAGES/kio_groupwise.mo share/locale/bg/LC_MESSAGES/kio_help4.mo share/locale/bg/LC_MESSAGES/kio_imap4.mo share/locale/bg/LC_MESSAGES/kio_info.mo @@ -215,9 +207,7 @@ share/locale/bg/LC_MESSAGES/kio_zeroconf.mo share/locale/bg/LC_MESSAGES/kioclient.mo share/locale/bg/LC_MESSAGES/kioexec.mo share/locale/bg/LC_MESSAGES/kiten.mo -share/locale/bg/LC_MESSAGES/kjots.mo share/locale/bg/LC_MESSAGES/kjumpingcube.mo -share/locale/bg/LC_MESSAGES/kleopatra.mo share/locale/bg/LC_MESSAGES/klettres.mo share/locale/bg/LC_MESSAGES/klines.mo share/locale/bg/LC_MESSAGES/klinkstatus.mo @@ -225,11 +215,6 @@ share/locale/bg/LC_MESSAGES/klipper.mo share/locale/bg/LC_MESSAGES/klock.mo share/locale/bg/LC_MESSAGES/kmag.mo share/locale/bg/LC_MESSAGES/kmahjongg.mo -share/locale/bg/LC_MESSAGES/kmail.mo -share/locale/bg/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/bg/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/bg/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/bg/LC_MESSAGES/kmailcvt.mo share/locale/bg/LC_MESSAGES/kmenuedit.mo share/locale/bg/LC_MESSAGES/kmimetypefinder.mo share/locale/bg/LC_MESSAGES/kmines.mo @@ -240,8 +225,6 @@ share/locale/bg/LC_MESSAGES/kmplot.mo share/locale/bg/LC_MESSAGES/knetattach.mo share/locale/bg/LC_MESSAGES/knetwalk.mo share/locale/bg/LC_MESSAGES/knetworkconfmodule.mo -share/locale/bg/LC_MESSAGES/knode.mo -share/locale/bg/LC_MESSAGES/knotes.mo share/locale/bg/LC_MESSAGES/knotify4.mo share/locale/bg/LC_MESSAGES/kolf.mo share/locale/bg/LC_MESSAGES/kolourpaint.mo @@ -250,10 +233,7 @@ share/locale/bg/LC_MESSAGES/kompare.mo share/locale/bg/LC_MESSAGES/konqueror.mo share/locale/bg/LC_MESSAGES/konquest.mo share/locale/bg/LC_MESSAGES/konsole.mo -share/locale/bg/LC_MESSAGES/konsolekalendar.mo -share/locale/bg/LC_MESSAGES/kontact.mo share/locale/bg/LC_MESSAGES/kopete.mo -share/locale/bg/LC_MESSAGES/korganizer.mo share/locale/bg/LC_MESSAGES/kpartsaver.mo share/locale/bg/LC_MESSAGES/kpasswdserver.mo share/locale/bg/LC_MESSAGES/kpat.mo @@ -264,19 +244,13 @@ share/locale/bg/LC_MESSAGES/krandr.mo share/locale/bg/LC_MESSAGES/krdb.mo share/locale/bg/LC_MESSAGES/krdc.mo share/locale/bg/LC_MESSAGES/kreadconfig.mo -share/locale/bg/LC_MESSAGES/kres_birthday.mo share/locale/bg/LC_MESSAGES/kres_bugzilla.mo -share/locale/bg/LC_MESSAGES/kres_groupware.mo -share/locale/bg/LC_MESSAGES/kres_groupwise.mo -share/locale/bg/LC_MESSAGES/kres_kolab.mo -share/locale/bg/LC_MESSAGES/kres_remote.mo share/locale/bg/LC_MESSAGES/kreversi.mo share/locale/bg/LC_MESSAGES/krfb.mo share/locale/bg/LC_MESSAGES/kruler.mo share/locale/bg/LC_MESSAGES/krunner.mo share/locale/bg/LC_MESSAGES/ksame.mo share/locale/bg/LC_MESSAGES/ksaneplugin.mo -share/locale/bg/LC_MESSAGES/ksayit.mo share/locale/bg/LC_MESSAGES/kscd.mo share/locale/bg/LC_MESSAGES/kscreensaver.mo share/locale/bg/LC_MESSAGES/kshisen.mo @@ -300,10 +274,8 @@ share/locale/bg/LC_MESSAGES/kteatime.mo share/locale/bg/LC_MESSAGES/ktexteditor_plugins.mo share/locale/bg/LC_MESSAGES/kthememanager.mo share/locale/bg/LC_MESSAGES/ktimer.mo -share/locale/bg/LC_MESSAGES/ktimetracker.mo share/locale/bg/LC_MESSAGES/ktouch.mo share/locale/bg/LC_MESSAGES/ktraderclient.mo -share/locale/bg/LC_MESSAGES/kttsd.mo share/locale/bg/LC_MESSAGES/ktuberling.mo share/locale/bg/LC_MESSAGES/kturtle.mo share/locale/bg/LC_MESSAGES/ktux.mo @@ -313,8 +285,6 @@ share/locale/bg/LC_MESSAGES/kurifilter.mo share/locale/bg/LC_MESSAGES/kuser.mo share/locale/bg/LC_MESSAGES/kwalletd.mo share/locale/bg/LC_MESSAGES/kwalletmanager.mo -share/locale/bg/LC_MESSAGES/kwatchgnupg.mo -share/locale/bg/LC_MESSAGES/kweather.mo share/locale/bg/LC_MESSAGES/kwin.mo share/locale/bg/LC_MESSAGES/kwin_art_clients.mo share/locale/bg/LC_MESSAGES/kwin_clients.mo @@ -331,19 +301,14 @@ share/locale/bg/LC_MESSAGES/libkcddb.mo share/locale/bg/LC_MESSAGES/libkcompactdisc.mo share/locale/bg/LC_MESSAGES/libkdeedu.mo share/locale/bg/LC_MESSAGES/libkdegames.mo -share/locale/bg/LC_MESSAGES/libkdepim.mo share/locale/bg/LC_MESSAGES/libkexiv2.mo share/locale/bg/LC_MESSAGES/libkholidays.mo -share/locale/bg/LC_MESSAGES/libkleopatra.mo share/locale/bg/LC_MESSAGES/libkmime.mo share/locale/bg/LC_MESSAGES/libkonq.mo -share/locale/bg/LC_MESSAGES/libkpgp.mo +share/locale/bg/LC_MESSAGES/libksane.mo share/locale/bg/LC_MESSAGES/libkscreensaver.mo -share/locale/bg/LC_MESSAGES/libksieve.mo share/locale/bg/LC_MESSAGES/libkunitconversion.mo share/locale/bg/LC_MESSAGES/libkworkspace.mo -share/locale/bg/LC_MESSAGES/libmessagelist.mo -share/locale/bg/LC_MESSAGES/libmessageviewer.mo share/locale/bg/LC_MESSAGES/libphonon.mo share/locale/bg/LC_MESSAGES/libplasma.mo share/locale/bg/LC_MESSAGES/libplasmaclock.mo @@ -376,6 +341,7 @@ share/locale/bg/LC_MESSAGES/okular_xps.mo share/locale/bg/LC_MESSAGES/parley.mo share/locale/bg/LC_MESSAGES/phonon_gstreamer.mo share/locale/bg/LC_MESSAGES/phonon_kde.mo +share/locale/bg/LC_MESSAGES/phononserver.mo share/locale/bg/LC_MESSAGES/plasma-desktop.mo share/locale/bg/LC_MESSAGES/plasma_applet_battery.mo share/locale/bg/LC_MESSAGES/plasma_applet_binaryclock.mo @@ -385,9 +351,13 @@ share/locale/bg/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/bg/LC_MESSAGES/plasma_applet_devicenotifier.mo share/locale/bg/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/bg/LC_MESSAGES/plasma_applet_folderview.mo +share/locale/bg/LC_MESSAGES/plasma_applet_icon.mo share/locale/bg/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/bg/LC_MESSAGES/plasma_applet_launcher.mo +share/locale/bg/LC_MESSAGES/plasma_applet_lockout.mo share/locale/bg/LC_MESSAGES/plasma_applet_netpanel.mo +share/locale/bg/LC_MESSAGES/plasma_applet_newspaper.mo +share/locale/bg/LC_MESSAGES/plasma_applet_pager.mo share/locale/bg/LC_MESSAGES/plasma_applet_panel.mo share/locale/bg/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/bg/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -410,8 +380,11 @@ share/locale/bg/LC_MESSAGES/plasma_runner_sessions.mo share/locale/bg/LC_MESSAGES/plasma_runner_shell.mo share/locale/bg/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/bg/LC_MESSAGES/plasma_wallpaper_color.mo +share/locale/bg/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/bg/LC_MESSAGES/plasmagenericshell.mo share/locale/bg/LC_MESSAGES/plasmapkg.mo share/locale/bg/LC_MESSAGES/plasmoidviewer.mo +share/locale/bg/LC_MESSAGES/processcore.mo share/locale/bg/LC_MESSAGES/processui.mo share/locale/bg/LC_MESSAGES/solid_qt.mo share/locale/bg/LC_MESSAGES/solidcontrol.mo diff --git a/misc/kde4-l10n-bn_IN/Makefile b/misc/kde4-l10n-bn_IN/Makefile index fc1d792cca09..74bee9bc2977 100644 --- a/misc/kde4-l10n-bn_IN/Makefile +++ b/misc/kde4-l10n-bn_IN/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org COMMENT= Bengali (India) messages and documentation for KDE4 -IGNORE= unfetchable and unmaintained upstream +IGNORE= is not included in KDE SC ${KDE4_VERSION} EXPIRATION_DATE= 2010-04-01 KDE4_L10N= bn_IN diff --git a/misc/kde4-l10n-ca/Makefile.man b/misc/kde4-l10n-ca/Makefile.man index 246f2325e4c9..0d70719d3104 100644 --- a/misc/kde4-l10n-ca/Makefile.man +++ b/misc/kde4-l10n-ca/Makefile.man @@ -1,4 +1,4 @@ -MAN1= adddebug.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kde4-config.1 kdesu.1 kfind.1 kmag.1 kmousetool.1 kmouth.1 ktouch.1 po2xml.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 -MAN6= amor.6 khangman.6 +MAN1= adddebug.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kate.1 kbookmarkmerger.1 kde4-config.1 kdesu.1 kmag.1 kmousetool.1 kmouth.1 po2xml.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 +MAN6= amor.6 MAN7= kdeoptions.7 qtoptions.7 MAN8= kbuildsycoca4.8 diff --git a/misc/kde4-l10n-ca/distinfo b/misc/kde4-l10n-ca/distinfo index ac73635f308a..5a203d196f33 100644 --- a/misc/kde4-l10n-ca/distinfo +++ b/misc/kde4-l10n-ca/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-ca-4.4.5.tar.bz2) = f3085e9159bd6d1d9a0acdf3d83a3725 -SHA256 (KDE/kde-l10n/kde-l10n-ca-4.4.5.tar.bz2) = b713ebe738605f6bc803fad3cee23de73b566930aa1f9cf005be328c8e9a89e1 -SIZE (KDE/kde-l10n/kde-l10n-ca-4.4.5.tar.bz2) = 4915160 +MD5 (KDE/kde-l10n/kde-l10n-ca-4.5.1.tar.bz2) = e79eb3e0ac4f94dc259ef2954fbc0b86 +SHA256 (KDE/kde-l10n/kde-l10n-ca-4.5.1.tar.bz2) = 7d3b8f40e26f984997789641f5ad4606ce8d968a734065b9c12c3806cad42701 +SIZE (KDE/kde-l10n/kde-l10n-ca-4.5.1.tar.bz2) = 3753444 diff --git a/misc/kde4-l10n-ca/pkg-plist b/misc/kde4-l10n-ca/pkg-plist index 4634d667f623..d12ee5c3c6d7 100644 --- a/misc/kde4-l10n-ca/pkg-plist +++ b/misc/kde4-l10n-ca/pkg-plist @@ -178,10 +178,9 @@ share/doc/HTML/ca/common/fdl-translated.html share/doc/HTML/ca/common/gpl-translated.html share/doc/HTML/ca/common/kde-localised.css share/doc/HTML/ca/common/lgpl-translated.html -share/doc/HTML/ca/kalzium/common -share/doc/HTML/ca/kalzium/index.cache.bz2 -share/doc/HTML/ca/kalzium/index.docbook -share/doc/HTML/ca/kalzium/man-kalzium.1.docbook +share/doc/HTML/ca/jovie/common +share/doc/HTML/ca/jovie/index.cache.bz2 +share/doc/HTML/ca/jovie/index.docbook share/doc/HTML/ca/kapptemplate/common share/doc/HTML/ca/kapptemplate/index.cache.bz2 share/doc/HTML/ca/kapptemplate/index.docbook @@ -204,21 +203,12 @@ share/doc/HTML/ca/kbugbuster/index.docbook share/doc/HTML/ca/kcharselect/common share/doc/HTML/ca/kcharselect/index.cache.bz2 share/doc/HTML/ca/kcharselect/index.docbook -share/doc/HTML/ca/kcontrol/bell/common -share/doc/HTML/ca/kcontrol/bell/index.cache.bz2 -share/doc/HTML/ca/kcontrol/bell/index.docbook share/doc/HTML/ca/kcontrol/blockdevices/common share/doc/HTML/ca/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/ca/kcontrol/blockdevices/index.docbook share/doc/HTML/ca/kcontrol/cache/common share/doc/HTML/ca/kcontrol/cache/index.cache.bz2 share/doc/HTML/ca/kcontrol/cache/index.docbook -share/doc/HTML/ca/kcontrol/clock/common -share/doc/HTML/ca/kcontrol/clock/index.cache.bz2 -share/doc/HTML/ca/kcontrol/clock/index.docbook -share/doc/HTML/ca/kcontrol/colors/common -share/doc/HTML/ca/kcontrol/colors/index.cache.bz2 -share/doc/HTML/ca/kcontrol/colors/index.docbook share/doc/HTML/ca/kcontrol/cookies/common share/doc/HTML/ca/kcontrol/cookies/index.cache.bz2 share/doc/HTML/ca/kcontrol/cookies/index.docbook @@ -228,24 +218,12 @@ share/doc/HTML/ca/kcontrol/ebrowsing/index.docbook share/doc/HTML/ca/kcontrol/filemanager/common share/doc/HTML/ca/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/ca/kcontrol/filemanager/index.docbook -share/doc/HTML/ca/kcontrol/filetypes/common -share/doc/HTML/ca/kcontrol/filetypes/index.cache.bz2 -share/doc/HTML/ca/kcontrol/filetypes/index.docbook -share/doc/HTML/ca/kcontrol/fontinst/common -share/doc/HTML/ca/kcontrol/fontinst/index.cache.bz2 -share/doc/HTML/ca/kcontrol/fontinst/index.docbook share/doc/HTML/ca/kcontrol/fonts/common share/doc/HTML/ca/kcontrol/fonts/index.cache.bz2 share/doc/HTML/ca/kcontrol/fonts/index.docbook -share/doc/HTML/ca/kcontrol/helpindex/common -share/doc/HTML/ca/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/ca/kcontrol/helpindex/index.docbook share/doc/HTML/ca/kcontrol/icons/common share/doc/HTML/ca/kcontrol/icons/index.cache.bz2 share/doc/HTML/ca/kcontrol/icons/index.docbook -share/doc/HTML/ca/kcontrol/kcmaccess/common -share/doc/HTML/ca/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kcmaccess/index.docbook share/doc/HTML/ca/kcontrol/kcmcss/common share/doc/HTML/ca/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcmcss/index.docbook @@ -255,18 +233,6 @@ share/doc/HTML/ca/kcontrol/kcmlaunch/index.docbook share/doc/HTML/ca/kcontrol/kcmnotify/common share/doc/HTML/ca/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/ca/kcontrol/kcmnotify/index.docbook -share/doc/HTML/ca/kcontrol/kcmsmserver/common -share/doc/HTML/ca/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/ca/kcontrol/kcmstyle/common -share/doc/HTML/ca/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kcmstyle/index.docbook -share/doc/HTML/ca/kcontrol/keyboard/common -share/doc/HTML/ca/kcontrol/keyboard/index.cache.bz2 -share/doc/HTML/ca/kcontrol/keyboard/index.docbook -share/doc/HTML/ca/kcontrol/keys/common -share/doc/HTML/ca/kcontrol/keys/index.cache.bz2 -share/doc/HTML/ca/kcontrol/keys/index.docbook share/doc/HTML/ca/kcontrol/khtml-adblock/common share/doc/HTML/ca/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/ca/kcontrol/khtml-adblock/index.docbook @@ -282,15 +248,9 @@ share/doc/HTML/ca/kcontrol/khtml-plugins/index.docbook share/doc/HTML/ca/kcontrol/knetworkconf/common share/doc/HTML/ca/kcontrol/knetworkconf/index.cache.bz2 share/doc/HTML/ca/kcontrol/knetworkconf/index.docbook -share/doc/HTML/ca/kcontrol/kwindecoration/common -share/doc/HTML/ca/kcontrol/kwindecoration/index.cache.bz2 -share/doc/HTML/ca/kcontrol/kwindecoration/index.docbook share/doc/HTML/ca/kcontrol/language/common share/doc/HTML/ca/kcontrol/language/index.cache.bz2 share/doc/HTML/ca/kcontrol/language/index.docbook -share/doc/HTML/ca/kcontrol/mouse/common -share/doc/HTML/ca/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/ca/kcontrol/mouse/index.docbook share/doc/HTML/ca/kcontrol/netpref/common share/doc/HTML/ca/kcontrol/netpref/index.cache.bz2 share/doc/HTML/ca/kcontrol/netpref/index.docbook @@ -300,9 +260,6 @@ share/doc/HTML/ca/kcontrol/performance/index.docbook share/doc/HTML/ca/kcontrol/proxy/common share/doc/HTML/ca/kcontrol/proxy/index.cache.bz2 share/doc/HTML/ca/kcontrol/proxy/index.docbook -share/doc/HTML/ca/kcontrol/screensaver/common -share/doc/HTML/ca/kcontrol/screensaver/index.cache.bz2 -share/doc/HTML/ca/kcontrol/screensaver/index.docbook share/doc/HTML/ca/kcontrol/smb/common share/doc/HTML/ca/kcontrol/smb/index.cache.bz2 share/doc/HTML/ca/kcontrol/smb/index.docbook @@ -312,15 +269,9 @@ share/doc/HTML/ca/kcontrol/spellchecking/index.docbook share/doc/HTML/ca/kcontrol/useragent/common share/doc/HTML/ca/kcontrol/useragent/index.cache.bz2 share/doc/HTML/ca/kcontrol/useragent/index.docbook -share/doc/HTML/ca/kcontrol/windowspecific/common -share/doc/HTML/ca/kcontrol/windowspecific/index.cache.bz2 -share/doc/HTML/ca/kcontrol/windowspecific/index.docbook share/doc/HTML/ca/kcron/common share/doc/HTML/ca/kcron/index.cache.bz2 share/doc/HTML/ca/kcron/index.docbook -share/doc/HTML/ca/kdebugdialog/common -share/doc/HTML/ca/kdebugdialog/index.cache.bz2 -share/doc/HTML/ca/kdebugdialog/index.docbook share/doc/HTML/ca/kdesu/common share/doc/HTML/ca/kdesu/index.cache.bz2 share/doc/HTML/ca/kdesu/index.docbook @@ -329,166 +280,16 @@ share/doc/HTML/ca/kdf/common share/doc/HTML/ca/kdf/index.cache.bz2 share/doc/HTML/ca/kdf/index.docbook share/doc/HTML/ca/kdf/kdf_config.png -share/doc/HTML/ca/kfind/common -share/doc/HTML/ca/kfind/index.cache.bz2 -share/doc/HTML/ca/kfind/index.docbook -share/doc/HTML/ca/kfind/man-kfind.1.docbook -share/doc/HTML/ca/kgeography/common -share/doc/HTML/ca/kgeography/index.cache.bz2 -share/doc/HTML/ca/kgeography/index.docbook share/doc/HTML/ca/kget/common share/doc/HTML/ca/kget/index.cache.bz2 share/doc/HTML/ca/kget/index.docbook -share/doc/HTML/ca/khangman/common -share/doc/HTML/ca/khangman/index.cache.bz2 -share/doc/HTML/ca/khangman/index.docbook -share/doc/HTML/ca/khangman/man-khangman.6.docbook -share/doc/HTML/ca/khelpcenter/common -share/doc/HTML/ca/khelpcenter/contact.docbook -share/doc/HTML/ca/khelpcenter/faq/about.docbook -share/doc/HTML/ca/khelpcenter/faq/common -share/doc/HTML/ca/khelpcenter/faq/configkde.docbook -share/doc/HTML/ca/khelpcenter/faq/contrib.docbook -share/doc/HTML/ca/khelpcenter/faq/desktop.docbook -share/doc/HTML/ca/khelpcenter/faq/filemng.docbook -share/doc/HTML/ca/khelpcenter/faq/getkde.docbook -share/doc/HTML/ca/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/ca/khelpcenter/faq/index.docbook -share/doc/HTML/ca/khelpcenter/faq/install.docbook -share/doc/HTML/ca/khelpcenter/faq/intro.docbook -share/doc/HTML/ca/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/ca/khelpcenter/faq/misc.docbook -share/doc/HTML/ca/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/ca/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/ca/khelpcenter/faq/notrelated.docbook -share/doc/HTML/ca/khelpcenter/faq/panel.docbook -share/doc/HTML/ca/khelpcenter/faq/qt.docbook -share/doc/HTML/ca/khelpcenter/faq/questions.docbook -share/doc/HTML/ca/khelpcenter/faq/sound.docbook -share/doc/HTML/ca/khelpcenter/faq/tips.docbook -share/doc/HTML/ca/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/ca/khelpcenter/faq/winmng.docbook share/doc/HTML/ca/khelpcenter/glossary/common share/doc/HTML/ca/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/ca/khelpcenter/glossary/index.docbook share/doc/HTML/ca/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/ca/khelpcenter/help.docbook -share/doc/HTML/ca/khelpcenter/index.cache.bz2 -share/doc/HTML/ca/khelpcenter/index.docbook -share/doc/HTML/ca/khelpcenter/quickstart/common -share/doc/HTML/ca/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/ca/khelpcenter/quickstart/index.docbook -share/doc/HTML/ca/khelpcenter/support.docbook -share/doc/HTML/ca/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/ca/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/ca/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/ca/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/ca/khelpcenter/userguide/common -share/doc/HTML/ca/khelpcenter/userguide/control-center.docbook -share/doc/HTML/ca/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/ca/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/ca/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/ca/khelpcenter/userguide/email.docbook -share/doc/HTML/ca/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/ca/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/ca/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/ca/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/ca/khelpcenter/userguide/glossary.docbook -share/doc/HTML/ca/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/ca/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/ca/khelpcenter/userguide/index.docbook -share/doc/HTML/ca/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/ca/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/ca/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/ca/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/ca/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/ca/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/ca/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/ca/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/ca/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/ca/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/ca/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/ca/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/ca/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/ca/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/ca/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/ca/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/ca/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/ca/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/ca/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/ca/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/ca/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/ca/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/ca/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/ca/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/ca/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/ca/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/ca/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/ca/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/ca/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/ca/khelpcenter/userguide/usenet.docbook -share/doc/HTML/ca/khelpcenter/userguide/where-next.docbook -share/doc/HTML/ca/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/ca/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/ca/khelpcenter/visualdict/common -share/doc/HTML/ca/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/ca/khelpcenter/visualdict/index.docbook -share/doc/HTML/ca/khelpcenter/welcome.docbook -share/doc/HTML/ca/khelpcenter/whatiskde.docbook share/doc/HTML/ca/kimagemapeditor/common share/doc/HTML/ca/kimagemapeditor/index.cache.bz2 share/doc/HTML/ca/kimagemapeditor/index.docbook -share/doc/HTML/ca/kinfocenter/common -share/doc/HTML/ca/kinfocenter/devices/common -share/doc/HTML/ca/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/devices/index.docbook -share/doc/HTML/ca/kinfocenter/dma/common -share/doc/HTML/ca/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/dma/index.docbook -share/doc/HTML/ca/kinfocenter/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/index.docbook -share/doc/HTML/ca/kinfocenter/interrupts/common -share/doc/HTML/ca/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/interrupts/index.docbook -share/doc/HTML/ca/kinfocenter/ioports/common -share/doc/HTML/ca/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/ioports/index.docbook -share/doc/HTML/ca/kinfocenter/memory/common -share/doc/HTML/ca/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/memory/index.docbook -share/doc/HTML/ca/kinfocenter/nics/common -share/doc/HTML/ca/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/nics/index.docbook -share/doc/HTML/ca/kinfocenter/opengl/common -share/doc/HTML/ca/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/opengl/index.docbook -share/doc/HTML/ca/kinfocenter/partitions/common -share/doc/HTML/ca/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/partitions/index.docbook -share/doc/HTML/ca/kinfocenter/pci/common -share/doc/HTML/ca/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/pci/index.docbook -share/doc/HTML/ca/kinfocenter/processor/common -share/doc/HTML/ca/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/processor/index.docbook -share/doc/HTML/ca/kinfocenter/protocols/common -share/doc/HTML/ca/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/protocols/index.docbook -share/doc/HTML/ca/kinfocenter/samba/common -share/doc/HTML/ca/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/samba/index.docbook -share/doc/HTML/ca/kinfocenter/scsi/common -share/doc/HTML/ca/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/scsi/index.docbook -share/doc/HTML/ca/kinfocenter/sound/common -share/doc/HTML/ca/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/sound/index.docbook -share/doc/HTML/ca/kinfocenter/usb/common -share/doc/HTML/ca/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/usb/index.docbook -share/doc/HTML/ca/kinfocenter/xserver/common -share/doc/HTML/ca/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/ca/kinfocenter/xserver/index.docbook share/doc/HTML/ca/kioslave/audiocd/common share/doc/HTML/ca/kioslave/audiocd/index.cache.bz2 share/doc/HTML/ca/kioslave/audiocd/index.docbook @@ -540,9 +341,6 @@ share/doc/HTML/ca/kioslave/mailto/index.docbook share/doc/HTML/ca/kioslave/man/common share/doc/HTML/ca/kioslave/man/index.cache.bz2 share/doc/HTML/ca/kioslave/man/index.docbook -share/doc/HTML/ca/kioslave/news/common -share/doc/HTML/ca/kioslave/news/index.cache.bz2 -share/doc/HTML/ca/kioslave/news/index.docbook share/doc/HTML/ca/kioslave/nfs/common share/doc/HTML/ca/kioslave/nfs/index.cache.bz2 share/doc/HTML/ca/kioslave/nfs/index.docbook @@ -576,30 +374,10 @@ share/doc/HTML/ca/kioslave/thumbnail/index.docbook share/doc/HTML/ca/kioslave/webdav/common share/doc/HTML/ca/kioslave/webdav/index.cache.bz2 share/doc/HTML/ca/kioslave/webdav/index.docbook -share/doc/HTML/ca/kleopatra/common -share/doc/HTML/ca/kleopatra/index.cache.bz2 -share/doc/HTML/ca/kleopatra/index.docbook -share/doc/HTML/ca/klipper/common -share/doc/HTML/ca/klipper/index.cache.bz2 -share/doc/HTML/ca/klipper/index.docbook share/doc/HTML/ca/kmag/common share/doc/HTML/ca/kmag/index.cache.bz2 share/doc/HTML/ca/kmag/index.docbook share/doc/HTML/ca/kmag/man-kmag.1.docbook -share/doc/HTML/ca/kmail/common -share/doc/HTML/ca/kmail/configure.docbook -share/doc/HTML/ca/kmail/credits-and-licenses.docbook -share/doc/HTML/ca/kmail/faq.docbook -share/doc/HTML/ca/kmail/getting-started.docbook -share/doc/HTML/ca/kmail/importing.docbook -share/doc/HTML/ca/kmail/index.cache.bz2 -share/doc/HTML/ca/kmail/index.docbook -share/doc/HTML/ca/kmail/intro.docbook -share/doc/HTML/ca/kmail/menus.docbook -share/doc/HTML/ca/kmail/using-kmail.docbook -share/doc/HTML/ca/kmenuedit/common -share/doc/HTML/ca/kmenuedit/index.cache.bz2 -share/doc/HTML/ca/kmenuedit/index.docbook share/doc/HTML/ca/kmix/common share/doc/HTML/ca/kmix/index.cache.bz2 share/doc/HTML/ca/kmix/index.docbook @@ -611,9 +389,6 @@ share/doc/HTML/ca/kmouth/common share/doc/HTML/ca/kmouth/index.cache.bz2 share/doc/HTML/ca/kmouth/index.docbook share/doc/HTML/ca/kmouth/man-kmouth.1.docbook -share/doc/HTML/ca/knetattach/common -share/doc/HTML/ca/knetattach/index.cache.bz2 -share/doc/HTML/ca/knetattach/index.docbook share/doc/HTML/ca/kompare/common share/doc/HTML/ca/kompare/index.cache.bz2 share/doc/HTML/ca/kompare/index.docbook @@ -640,11 +415,6 @@ share/doc/HTML/ca/kopete/index.cache.bz2 share/doc/HTML/ca/kopete/index.docbook share/doc/HTML/ca/kopete/menus.docbook share/doc/HTML/ca/kopete/pipes.docbook -share/doc/HTML/ca/korganizer/common -share/doc/HTML/ca/korganizer/index.cache.bz2 -share/doc/HTML/ca/korganizer/index.docbook -share/doc/HTML/ca/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/ca/korganizer/plugins-chapter.docbook share/doc/HTML/ca/krdc/common share/doc/HTML/ca/krdc/index.cache.bz2 share/doc/HTML/ca/krdc/index.docbook @@ -660,28 +430,12 @@ share/doc/HTML/ca/kteatime/index.docbook share/doc/HTML/ca/ktimer/common share/doc/HTML/ca/ktimer/index.cache.bz2 share/doc/HTML/ca/ktimer/index.docbook -share/doc/HTML/ca/ktouch/common -share/doc/HTML/ca/ktouch/index.cache.bz2 -share/doc/HTML/ca/ktouch/index.docbook -share/doc/HTML/ca/ktouch/man-ktouch.1.docbook -share/doc/HTML/ca/kttsd/common -share/doc/HTML/ca/kttsd/index.cache.bz2 -share/doc/HTML/ca/kttsd/index.docbook share/doc/HTML/ca/kuser/common share/doc/HTML/ca/kuser/index.cache.bz2 share/doc/HTML/ca/kuser/index.docbook share/doc/HTML/ca/kwallet/common share/doc/HTML/ca/kwallet/index.cache.bz2 share/doc/HTML/ca/kwallet/index.docbook -share/doc/HTML/ca/kwatchgnupg/common -share/doc/HTML/ca/kwatchgnupg/index.cache.bz2 -share/doc/HTML/ca/kwatchgnupg/index.docbook -share/doc/HTML/ca/kweather/common -share/doc/HTML/ca/kweather/index.cache.bz2 -share/doc/HTML/ca/kweather/index.docbook -share/doc/HTML/ca/kwordquiz/common -share/doc/HTML/ca/kwordquiz/index.cache.bz2 -share/doc/HTML/ca/kwordquiz/index.docbook share/doc/HTML/ca/lokalize/common share/doc/HTML/ca/lokalize/index.cache.bz2 share/doc/HTML/ca/lokalize/index.docbook @@ -698,33 +452,7 @@ share/doc/HTML/ca/umbrello/introduction.docbook share/doc/HTML/ca/umbrello/other_features.docbook share/doc/HTML/ca/umbrello/uml_basics.docbook share/doc/HTML/ca/umbrello/working_with_umbrello.docbook -share/locale/ca/LC_MESSAGES/akonadi-kcal.mo -share/locale/ca/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/ca/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/ca/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_next.mo -share/locale/ca/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/ca/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ca/LC_MESSAGES/akonadicontact.mo -share/locale/ca/LC_MESSAGES/akonaditray.mo -share/locale/ca/LC_MESSAGES/akregator.mo share/locale/ca/LC_MESSAGES/amor.mo share/locale/ca/LC_MESSAGES/ark.mo share/locale/ca/LC_MESSAGES/attica_kde.mo @@ -732,43 +460,37 @@ share/locale/ca/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ca/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ca/LC_MESSAGES/audiorename_plugin.mo share/locale/ca/LC_MESSAGES/blinken.mo -share/locale/ca/LC_MESSAGES/blogilo.mo share/locale/ca/LC_MESSAGES/bomber.mo share/locale/ca/LC_MESSAGES/bovo.mo share/locale/ca/LC_MESSAGES/cantor.mo share/locale/ca/LC_MESSAGES/cervisia.mo -share/locale/ca/LC_MESSAGES/cryptopageplugin.mo share/locale/ca/LC_MESSAGES/cvsservice.mo share/locale/ca/LC_MESSAGES/display.mo share/locale/ca/LC_MESSAGES/dolphin.mo share/locale/ca/LC_MESSAGES/dragonplayer.mo share/locale/ca/LC_MESSAGES/drkonqi.mo share/locale/ca/LC_MESSAGES/filetypes.mo +share/locale/ca/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/ca/LC_MESSAGES/freespacenotifier.mo share/locale/ca/LC_MESSAGES/granatier.mo share/locale/ca/LC_MESSAGES/gwenview.mo share/locale/ca/LC_MESSAGES/htmlsearch.mo share/locale/ca/LC_MESSAGES/imagerename_plugin.mo -share/locale/ca/LC_MESSAGES/irkick.mo +share/locale/ca/LC_MESSAGES/jovie.mo share/locale/ca/LC_MESSAGES/joystick.mo share/locale/ca/LC_MESSAGES/juk.mo share/locale/ca/LC_MESSAGES/kabc.mo -share/locale/ca/LC_MESSAGES/kabc_akonadi.mo share/locale/ca/LC_MESSAGES/kabc_dir.mo share/locale/ca/LC_MESSAGES/kabc_file.mo share/locale/ca/LC_MESSAGES/kabc_ldapkio.mo share/locale/ca/LC_MESSAGES/kabc_net.mo -share/locale/ca/LC_MESSAGES/kabc_slox.mo -share/locale/ca/LC_MESSAGES/kabcclient.mo share/locale/ca/LC_MESSAGES/kabcformat_binary.mo share/locale/ca/LC_MESSAGES/kaccess.mo -share/locale/ca/LC_MESSAGES/kaddressbook.mo -share/locale/ca/LC_MESSAGES/kalarm.mo +share/locale/ca/LC_MESSAGES/kajongg.mo share/locale/ca/LC_MESSAGES/kalgebra.mo share/locale/ca/LC_MESSAGES/kalzium.mo -share/locale/ca/LC_MESSAGES/kalzium_qt.mo share/locale/ca/LC_MESSAGES/kanagram.mo share/locale/ca/LC_MESSAGES/kapman.mo -share/locale/ca/LC_MESSAGES/kappfinder.mo share/locale/ca/LC_MESSAGES/kapptemplate.mo share/locale/ca/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ca/LC_MESSAGES/kate.mo @@ -780,20 +502,17 @@ share/locale/ca/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ca/LC_MESSAGES/katefiletemplates.mo share/locale/ca/LC_MESSAGES/katefindinfilesplugin.mo share/locale/ca/LC_MESSAGES/katehelloworld.mo -share/locale/ca/LC_MESSAGES/katehtmltools.mo share/locale/ca/LC_MESSAGES/kateinsertcommand.mo share/locale/ca/LC_MESSAGES/katekjswrapper.mo share/locale/ca/LC_MESSAGES/katekonsoleplugin.mo share/locale/ca/LC_MESSAGES/katemailfilesplugin.mo share/locale/ca/LC_MESSAGES/kateopenheader.mo share/locale/ca/LC_MESSAGES/katepart4.mo -share/locale/ca/LC_MESSAGES/katepybrowse.mo share/locale/ca/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/ca/LC_MESSAGES/katesnippets.mo share/locale/ca/LC_MESSAGES/katesnippets_tng.mo -share/locale/ca/LC_MESSAGES/katesnippetstng_editor.mo share/locale/ca/LC_MESSAGES/katesymbolviewer.mo share/locale/ca/LC_MESSAGES/katetabbarextension.mo +share/locale/ca/LC_MESSAGES/katetabifyplugin.mo share/locale/ca/LC_MESSAGES/katetextfilter.mo share/locale/ca/LC_MESSAGES/katexmlcheck.mo share/locale/ca/LC_MESSAGES/katexmltools.mo @@ -808,27 +527,27 @@ share/locale/ca/LC_MESSAGES/kbruch.mo share/locale/ca/LC_MESSAGES/kbugbuster.mo share/locale/ca/LC_MESSAGES/kcachegrind.mo share/locale/ca/LC_MESSAGES/kcachegrind_qt.mo -share/locale/ca/LC_MESSAGES/kcal_akonadi.mo share/locale/ca/LC_MESSAGES/kcalc.mo share/locale/ca/LC_MESSAGES/kcertpart.mo share/locale/ca/LC_MESSAGES/kcharselect.mo -share/locale/ca/LC_MESSAGES/kcm_akonadi.mo share/locale/ca/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ca/LC_MESSAGES/kcm_attica.mo share/locale/ca/LC_MESSAGES/kcm_autostart.mo +share/locale/ca/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ca/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ca/LC_MESSAGES/kcm_device_automounter.mo share/locale/ca/LC_MESSAGES/kcm_emoticons.mo +share/locale/ca/LC_MESSAGES/kcm_infobase.mo +share/locale/ca/LC_MESSAGES/kcm_infosummary.mo share/locale/ca/LC_MESSAGES/kcm_krfb.mo share/locale/ca/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ca/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/ca/LC_MESSAGES/kcm_lirc.mo share/locale/ca/LC_MESSAGES/kcm_memory.mo -share/locale/ca/LC_MESSAGES/kcm_partition.mo share/locale/ca/LC_MESSAGES/kcm_pci.mo share/locale/ca/LC_MESSAGES/kcm_phonon.mo share/locale/ca/LC_MESSAGES/kcm_phononxine.mo share/locale/ca/LC_MESSAGES/kcm_platform.mo +share/locale/ca/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ca/LC_MESSAGES/kcm_solid.mo share/locale/ca/LC_MESSAGES/kcm_solid_actions.mo share/locale/ca/LC_MESSAGES/kcm_standard_actions.mo @@ -841,13 +560,13 @@ share/locale/ca/LC_MESSAGES/kcmcgi.mo share/locale/ca/LC_MESSAGES/kcmcolors.mo share/locale/ca/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ca/LC_MESSAGES/kcmcrypto.mo +share/locale/ca/LC_MESSAGES/kcmdevinfo.mo share/locale/ca/LC_MESSAGES/kcmfonts.mo share/locale/ca/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ca/LC_MESSAGES/kcmicons.mo share/locale/ca/LC_MESSAGES/kcminfo.mo share/locale/ca/LC_MESSAGES/kcminit.mo share/locale/ca/LC_MESSAGES/kcminput.mo -share/locale/ca/LC_MESSAGES/kcmioslaveinfo.mo share/locale/ca/LC_MESSAGES/kcmkamera.mo share/locale/ca/LC_MESSAGES/kcmkclock.mo share/locale/ca/LC_MESSAGES/kcmkded.mo @@ -876,7 +595,6 @@ share/locale/ca/LC_MESSAGES/kcmscreensaver.mo share/locale/ca/LC_MESSAGES/kcmshell.mo share/locale/ca/LC_MESSAGES/kcmsmartcard.mo share/locale/ca/LC_MESSAGES/kcmsmserver.mo -share/locale/ca/LC_MESSAGES/kcmsolidproc.mo share/locale/ca/LC_MESSAGES/kcmstyle.mo share/locale/ca/LC_MESSAGES/kcmusb.mo share/locale/ca/LC_MESSAGES/kcmview1394.mo @@ -890,16 +608,11 @@ share/locale/ca/LC_MESSAGES/kdebugdialog.mo share/locale/ca/LC_MESSAGES/kdecalendarsystems.mo share/locale/ca/LC_MESSAGES/kdelibs4.mo share/locale/ca/LC_MESSAGES/kdelibs_colors4.mo -share/locale/ca/LC_MESSAGES/kdelirc.mo share/locale/ca/LC_MESSAGES/kdepasswd.mo -share/locale/ca/LC_MESSAGES/kdepimresources.mo -share/locale/ca/LC_MESSAGES/kdepimwizards.mo share/locale/ca/LC_MESSAGES/kdeqt.mo share/locale/ca/LC_MESSAGES/kdesu.mo share/locale/ca/LC_MESSAGES/kdesud.mo share/locale/ca/LC_MESSAGES/kdf.mo -share/locale/ca/LC_MESSAGES/kdgantt.mo -share/locale/ca/LC_MESSAGES/kdgantt1.mo share/locale/ca/LC_MESSAGES/kdialog.mo share/locale/ca/LC_MESSAGES/kdiamond.mo share/locale/ca/LC_MESSAGES/kdmconfig.mo @@ -953,7 +666,6 @@ share/locale/ca/LC_MESSAGES/kimagemapeditor.mo share/locale/ca/LC_MESSAGES/kinetd.mo share/locale/ca/LC_MESSAGES/kinfocenter.mo share/locale/ca/LC_MESSAGES/kio4.mo -share/locale/ca/LC_MESSAGES/kio_akonadi.mo share/locale/ca/LC_MESSAGES/kio_applications.mo share/locale/ca/LC_MESSAGES/kio_archive.mo share/locale/ca/LC_MESSAGES/kio_audiocd.mo @@ -961,7 +673,6 @@ share/locale/ca/LC_MESSAGES/kio_bookmarks.mo share/locale/ca/LC_MESSAGES/kio_finger.mo share/locale/ca/LC_MESSAGES/kio_fish.mo share/locale/ca/LC_MESSAGES/kio_floppy.mo -share/locale/ca/LC_MESSAGES/kio_groupwise.mo share/locale/ca/LC_MESSAGES/kio_help4.mo share/locale/ca/LC_MESSAGES/kio_imap4.mo share/locale/ca/LC_MESSAGES/kio_info.mo @@ -989,9 +700,7 @@ share/locale/ca/LC_MESSAGES/kioclient.mo share/locale/ca/LC_MESSAGES/kioexec.mo share/locale/ca/LC_MESSAGES/kiriki.mo share/locale/ca/LC_MESSAGES/kiten.mo -share/locale/ca/LC_MESSAGES/kjots.mo share/locale/ca/LC_MESSAGES/kjumpingcube.mo -share/locale/ca/LC_MESSAGES/kleopatra.mo share/locale/ca/LC_MESSAGES/klettres.mo share/locale/ca/LC_MESSAGES/klines.mo share/locale/ca/LC_MESSAGES/klinkstatus.mo @@ -999,12 +708,6 @@ share/locale/ca/LC_MESSAGES/klipper.mo share/locale/ca/LC_MESSAGES/klock.mo share/locale/ca/LC_MESSAGES/kmag.mo share/locale/ca/LC_MESSAGES/kmahjongg.mo -share/locale/ca/LC_MESSAGES/kmail-migrator.mo -share/locale/ca/LC_MESSAGES/kmail.mo -share/locale/ca/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/ca/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/ca/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/ca/LC_MESSAGES/kmailcvt.mo share/locale/ca/LC_MESSAGES/kmenuedit.mo share/locale/ca/LC_MESSAGES/kmimetypefinder.mo share/locale/ca/LC_MESSAGES/kmines.mo @@ -1015,8 +718,6 @@ share/locale/ca/LC_MESSAGES/kmplot.mo share/locale/ca/LC_MESSAGES/knetattach.mo share/locale/ca/LC_MESSAGES/knetwalk.mo share/locale/ca/LC_MESSAGES/knetworkconfmodule.mo -share/locale/ca/LC_MESSAGES/knode.mo -share/locale/ca/LC_MESSAGES/knotes.mo share/locale/ca/LC_MESSAGES/knotify4.mo share/locale/ca/LC_MESSAGES/kolf.mo share/locale/ca/LC_MESSAGES/kollision.mo @@ -1026,11 +727,8 @@ share/locale/ca/LC_MESSAGES/kompare.mo share/locale/ca/LC_MESSAGES/konqueror.mo share/locale/ca/LC_MESSAGES/konquest.mo share/locale/ca/LC_MESSAGES/konsole.mo -share/locale/ca/LC_MESSAGES/konsolekalendar.mo -share/locale/ca/LC_MESSAGES/kontact.mo share/locale/ca/LC_MESSAGES/kontactinterfaces.mo share/locale/ca/LC_MESSAGES/kopete.mo -share/locale/ca/LC_MESSAGES/korganizer.mo share/locale/ca/LC_MESSAGES/kpartloader.mo share/locale/ca/LC_MESSAGES/kpartsaver.mo share/locale/ca/LC_MESSAGES/kpasswdserver.mo @@ -1039,28 +737,20 @@ share/locale/ca/LC_MESSAGES/kppp.mo share/locale/ca/LC_MESSAGES/kppplogview.mo share/locale/ca/LC_MESSAGES/kquitapp.mo share/locale/ca/LC_MESSAGES/krandr.mo +share/locale/ca/LC_MESSAGES/krcdnotifieritem.mo share/locale/ca/LC_MESSAGES/krdb.mo share/locale/ca/LC_MESSAGES/krdc.mo share/locale/ca/LC_MESSAGES/kreadconfig.mo -share/locale/ca/LC_MESSAGES/kres-migrator.mo -share/locale/ca/LC_MESSAGES/kres_birthday.mo -share/locale/ca/LC_MESSAGES/kres_blog.mo +share/locale/ca/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ca/LC_MESSAGES/kres_bugzilla.mo -share/locale/ca/LC_MESSAGES/kres_groupware.mo -share/locale/ca/LC_MESSAGES/kres_groupwise.mo -share/locale/ca/LC_MESSAGES/kres_kolab.mo -share/locale/ca/LC_MESSAGES/kres_remote.mo -share/locale/ca/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ca/LC_MESSAGES/kreversi.mo share/locale/ca/LC_MESSAGES/krfb.mo share/locale/ca/LC_MESSAGES/kruler.mo share/locale/ca/LC_MESSAGES/krunner.mo share/locale/ca/LC_MESSAGES/ksame.mo share/locale/ca/LC_MESSAGES/ksaneplugin.mo -share/locale/ca/LC_MESSAGES/ksayit.mo share/locale/ca/LC_MESSAGES/kscd.mo share/locale/ca/LC_MESSAGES/kscreensaver.mo -share/locale/ca/LC_MESSAGES/ksendemail.mo share/locale/ca/LC_MESSAGES/kshisen.mo share/locale/ca/LC_MESSAGES/kshorturifilter.mo share/locale/ca/LC_MESSAGES/ksirk.mo @@ -1082,16 +772,14 @@ share/locale/ca/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ca/LC_MESSAGES/ksystemlog.mo share/locale/ca/LC_MESSAGES/ksystraycmd.mo share/locale/ca/LC_MESSAGES/kteatime.mo +share/locale/ca/LC_MESSAGES/ktesnippets_editor.mo share/locale/ca/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ca/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/ca/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ca/LC_MESSAGES/kthememanager.mo share/locale/ca/LC_MESSAGES/ktimer.mo -share/locale/ca/LC_MESSAGES/ktimetracker.mo share/locale/ca/LC_MESSAGES/ktouch.mo share/locale/ca/LC_MESSAGES/ktraderclient.mo share/locale/ca/LC_MESSAGES/ktron.mo -share/locale/ca/LC_MESSAGES/kttsd.mo share/locale/ca/LC_MESSAGES/ktuberling.mo share/locale/ca/LC_MESSAGES/kturtle.mo share/locale/ca/LC_MESSAGES/ktux.mo @@ -1102,8 +790,6 @@ share/locale/ca/LC_MESSAGES/kurifilter.mo share/locale/ca/LC_MESSAGES/kuser.mo share/locale/ca/LC_MESSAGES/kwalletd.mo share/locale/ca/LC_MESSAGES/kwalletmanager.mo -share/locale/ca/LC_MESSAGES/kwatchgnupg.mo -share/locale/ca/LC_MESSAGES/kweather.mo share/locale/ca/LC_MESSAGES/kwin.mo share/locale/ca/LC_MESSAGES/kwin_art_clients.mo share/locale/ca/LC_MESSAGES/kwin_clients.mo @@ -1125,31 +811,25 @@ share/locale/ca/LC_MESSAGES/libkcompactdisc.mo share/locale/ca/LC_MESSAGES/libkdcraw.mo share/locale/ca/LC_MESSAGES/libkdeedu.mo share/locale/ca/LC_MESSAGES/libkdegames.mo -share/locale/ca/LC_MESSAGES/libkdepim.mo share/locale/ca/LC_MESSAGES/libkexiv2.mo share/locale/ca/LC_MESSAGES/libkholidays.mo share/locale/ca/LC_MESSAGES/libkimap.mo share/locale/ca/LC_MESSAGES/libkldap.mo -share/locale/ca/LC_MESSAGES/libkleopatra.mo share/locale/ca/LC_MESSAGES/libkmahjongg.mo share/locale/ca/LC_MESSAGES/libkmime.mo share/locale/ca/LC_MESSAGES/libkonq.mo -share/locale/ca/LC_MESSAGES/libkpgp.mo share/locale/ca/LC_MESSAGES/libkpimidentities.mo share/locale/ca/LC_MESSAGES/libkpimtextedit.mo share/locale/ca/LC_MESSAGES/libkpimutils.mo +share/locale/ca/LC_MESSAGES/libkremotecontrol.mo share/locale/ca/LC_MESSAGES/libkresources.mo share/locale/ca/LC_MESSAGES/libksane.mo share/locale/ca/LC_MESSAGES/libkscreensaver.mo -share/locale/ca/LC_MESSAGES/libksieve.mo share/locale/ca/LC_MESSAGES/libktnef.mo share/locale/ca/LC_MESSAGES/libkunitconversion.mo share/locale/ca/LC_MESSAGES/libkworkspace.mo share/locale/ca/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ca/LC_MESSAGES/libmailtransport.mo -share/locale/ca/LC_MESSAGES/libmessagecore.mo -share/locale/ca/LC_MESSAGES/libmessagelist.mo -share/locale/ca/LC_MESSAGES/libmessageviewer.mo share/locale/ca/LC_MESSAGES/liboktetacore.mo share/locale/ca/LC_MESSAGES/liboktetakasten.mo share/locale/ca/LC_MESSAGES/libphonon.mo @@ -1160,7 +840,6 @@ share/locale/ca/LC_MESSAGES/librtm.mo share/locale/ca/LC_MESSAGES/libtaskmanager.mo share/locale/ca/LC_MESSAGES/lokalize.mo share/locale/ca/LC_MESSAGES/lskat.mo -share/locale/ca/LC_MESSAGES/mailreader.mo share/locale/ca/LC_MESSAGES/marble.mo share/locale/ca/LC_MESSAGES/marble_qt.mo share/locale/ca/LC_MESSAGES/mplayerthumbs.mo @@ -1194,10 +873,12 @@ share/locale/ca/LC_MESSAGES/phononserver.mo share/locale/ca/LC_MESSAGES/plasma-desktop.mo share/locale/ca/LC_MESSAGES/plasma-netbook.mo share/locale/ca/LC_MESSAGES/plasma-overlay.mo +share/locale/ca/LC_MESSAGES/plasma-windowed.mo share/locale/ca/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ca/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ca/LC_MESSAGES/plasma_applet_battery.mo share/locale/ca/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ca/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ca/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ca/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ca/LC_MESSAGES/plasma_applet_clock.mo @@ -1214,6 +895,7 @@ share/locale/ca/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ca/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ca/LC_MESSAGES/plasma_applet_icon.mo share/locale/ca/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ca/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ca/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ca/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ca/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -1221,7 +903,6 @@ share/locale/ca/LC_MESSAGES/plasma_applet_kget.mo share/locale/ca/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ca/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ca/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/ca/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ca/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ca/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ca/LC_MESSAGES/plasma_applet_life.mo @@ -1233,6 +914,7 @@ share/locale/ca/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ca/LC_MESSAGES/plasma_applet_news.mo share/locale/ca/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ca/LC_MESSAGES/plasma_applet_notes.mo +share/locale/ca/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ca/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ca/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ca/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -1274,7 +956,9 @@ share/locale/ca/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ca/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ca/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ca/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ca/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ca/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/ca/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ca/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ca/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ca/LC_MESSAGES/plasma_engine_metadata.mo @@ -1286,12 +970,14 @@ share/locale/ca/LC_MESSAGES/plasma_engine_rss.mo share/locale/ca/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ca/LC_MESSAGES/plasma_engine_weather.mo share/locale/ca/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ca/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ca/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ca/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ca/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ca/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ca/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ca/LC_MESSAGES/plasma_runner_kget.mo share/locale/ca/LC_MESSAGES/plasma_runner_kill.mo @@ -1311,6 +997,7 @@ share/locale/ca/LC_MESSAGES/plasma_runner_shell.mo share/locale/ca/LC_MESSAGES/plasma_runner_solid.mo share/locale/ca/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ca/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ca/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ca/LC_MESSAGES/plasma_runner_windows.mo share/locale/ca/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ca/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1360,31 +1047,20 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/umbrello @dirrm share/doc/HTML/ca/sonnet @dirrm share/doc/HTML/ca/lokalize -@dirrm share/doc/HTML/ca/kwordquiz -@dirrm share/doc/HTML/ca/kweather -@dirrm share/doc/HTML/ca/kwatchgnupg @dirrm share/doc/HTML/ca/kwallet @dirrm share/doc/HTML/ca/kuser -@dirrm share/doc/HTML/ca/kttsd -@dirrm share/doc/HTML/ca/ktouch @dirrm share/doc/HTML/ca/ktimer @dirrm share/doc/HTML/ca/kteatime @dirrm share/doc/HTML/ca/ksysguard @dirrm share/doc/HTML/ca/krfb @dirrm share/doc/HTML/ca/krdc -@dirrm share/doc/HTML/ca/korganizer @dirrm share/doc/HTML/ca/kopete @dirrm share/doc/HTML/ca/konqueror @dirrm share/doc/HTML/ca/kompare -@dirrm share/doc/HTML/ca/knetattach @dirrm share/doc/HTML/ca/kmouth @dirrm share/doc/HTML/ca/kmousetool @dirrm share/doc/HTML/ca/kmix -@dirrm share/doc/HTML/ca/kmenuedit -@dirrm share/doc/HTML/ca/kmail @dirrm share/doc/HTML/ca/kmag -@dirrm share/doc/HTML/ca/klipper -@dirrm share/doc/HTML/ca/kleopatra @dirrm share/doc/HTML/ca/kioslave/webdav @dirrm share/doc/HTML/ca/kioslave/thumbnail @dirrm share/doc/HTML/ca/kioslave/telnet @@ -1396,7 +1072,6 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/kioslave/pop3 @dirrm share/doc/HTML/ca/kioslave/nntp @dirrm share/doc/HTML/ca/kioslave/nfs -@dirrm share/doc/HTML/ca/kioslave/news @dirrm share/doc/HTML/ca/kioslave/man @dirrm share/doc/HTML/ca/kioslave/mailto @dirrm share/doc/HTML/ca/kioslave/ldap @@ -1415,81 +1090,41 @@ share/locale/ca/entry.desktop @dirrm share/doc/HTML/ca/kioslave/bzip2 @dirrm share/doc/HTML/ca/kioslave/audiocd @dirrm share/doc/HTML/ca/kioslave -@dirrm share/doc/HTML/ca/kinfocenter/xserver -@dirrm share/doc/HTML/ca/kinfocenter/usb -@dirrm share/doc/HTML/ca/kinfocenter/sound -@dirrm share/doc/HTML/ca/kinfocenter/scsi -@dirrm share/doc/HTML/ca/kinfocenter/samba -@dirrm share/doc/HTML/ca/kinfocenter/protocols -@dirrm share/doc/HTML/ca/kinfocenter/processor -@dirrm share/doc/HTML/ca/kinfocenter/pci -@dirrm share/doc/HTML/ca/kinfocenter/partitions -@dirrm share/doc/HTML/ca/kinfocenter/opengl -@dirrm share/doc/HTML/ca/kinfocenter/nics -@dirrm share/doc/HTML/ca/kinfocenter/memory -@dirrm share/doc/HTML/ca/kinfocenter/ioports -@dirrm share/doc/HTML/ca/kinfocenter/interrupts -@dirrm share/doc/HTML/ca/kinfocenter/dma -@dirrm share/doc/HTML/ca/kinfocenter/devices -@dirrm share/doc/HTML/ca/kinfocenter @dirrm share/doc/HTML/ca/kimagemapeditor -@dirrm share/doc/HTML/ca/khelpcenter/visualdict -@dirrm share/doc/HTML/ca/khelpcenter/userguide -@dirrm share/doc/HTML/ca/khelpcenter/quickstart @dirrm share/doc/HTML/ca/khelpcenter/glossary -@dirrm share/doc/HTML/ca/khelpcenter/faq @dirrm share/doc/HTML/ca/khelpcenter -@dirrm share/doc/HTML/ca/khangman @dirrm share/doc/HTML/ca/kget -@dirrm share/doc/HTML/ca/kgeography -@dirrm share/doc/HTML/ca/kfind @dirrm share/doc/HTML/ca/kdf @dirrm share/doc/HTML/ca/kdesu -@dirrm share/doc/HTML/ca/kdebugdialog @dirrm share/doc/HTML/ca/kcron -@dirrm share/doc/HTML/ca/kcontrol/windowspecific @dirrm share/doc/HTML/ca/kcontrol/useragent @dirrm share/doc/HTML/ca/kcontrol/spellchecking @dirrm share/doc/HTML/ca/kcontrol/smb -@dirrm share/doc/HTML/ca/kcontrol/screensaver @dirrm share/doc/HTML/ca/kcontrol/proxy @dirrm share/doc/HTML/ca/kcontrol/performance @dirrm share/doc/HTML/ca/kcontrol/netpref -@dirrm share/doc/HTML/ca/kcontrol/mouse @dirrm share/doc/HTML/ca/kcontrol/language -@dirrm share/doc/HTML/ca/kcontrol/kwindecoration @dirrm share/doc/HTML/ca/kcontrol/knetworkconf @dirrm share/doc/HTML/ca/kcontrol/khtml-plugins @dirrm share/doc/HTML/ca/kcontrol/khtml-java-js @dirrm share/doc/HTML/ca/kcontrol/khtml-behavior @dirrm share/doc/HTML/ca/kcontrol/khtml-adblock -@dirrm share/doc/HTML/ca/kcontrol/keys -@dirrm share/doc/HTML/ca/kcontrol/keyboard -@dirrm share/doc/HTML/ca/kcontrol/kcmstyle -@dirrm share/doc/HTML/ca/kcontrol/kcmsmserver @dirrm share/doc/HTML/ca/kcontrol/kcmnotify @dirrm share/doc/HTML/ca/kcontrol/kcmlaunch @dirrm share/doc/HTML/ca/kcontrol/kcmcss -@dirrm share/doc/HTML/ca/kcontrol/kcmaccess @dirrm share/doc/HTML/ca/kcontrol/icons -@dirrm share/doc/HTML/ca/kcontrol/helpindex @dirrm share/doc/HTML/ca/kcontrol/fonts -@dirrm share/doc/HTML/ca/kcontrol/fontinst -@dirrm share/doc/HTML/ca/kcontrol/filetypes @dirrm share/doc/HTML/ca/kcontrol/filemanager @dirrm share/doc/HTML/ca/kcontrol/ebrowsing @dirrm share/doc/HTML/ca/kcontrol/cookies -@dirrm share/doc/HTML/ca/kcontrol/colors -@dirrm share/doc/HTML/ca/kcontrol/clock @dirrm share/doc/HTML/ca/kcontrol/cache @dirrm share/doc/HTML/ca/kcontrol/blockdevices -@dirrm share/doc/HTML/ca/kcontrol/bell @dirrm share/doc/HTML/ca/kcontrol @dirrm share/doc/HTML/ca/kcharselect @dirrm share/doc/HTML/ca/kbugbuster @dirrm share/doc/HTML/ca/kate @dirrm share/doc/HTML/ca/kapptemplate -@dirrm share/doc/HTML/ca/kalzium +@dirrm share/doc/HTML/ca/jovie @dirrm share/doc/HTML/ca/common @dirrm share/doc/HTML/ca/cervisia @dirrm share/doc/HTML/ca/bomber diff --git a/misc/kde4-l10n-ca_valencia/distinfo b/misc/kde4-l10n-ca_valencia/distinfo index fe33dfabd359..c6ed0df653f4 100644 --- a/misc/kde4-l10n-ca_valencia/distinfo +++ b/misc/kde4-l10n-ca_valencia/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-ca@valencia-4.4.5.tar.bz2) = 7e4b60a4573513fdf334df7e34d35030 -SHA256 (KDE/kde-l10n/kde-l10n-ca@valencia-4.4.5.tar.bz2) = 14b09496721a8348588aa0e7e13dabc7b6fa5aa4c0584f0e1b51b6526e4364f5 -SIZE (KDE/kde-l10n/kde-l10n-ca@valencia-4.4.5.tar.bz2) = 2384578 +MD5 (KDE/kde-l10n/kde-l10n-ca@valencia-4.5.1.tar.bz2) = 2b9535277f38cea76f3b1d731a708e88 +SHA256 (KDE/kde-l10n/kde-l10n-ca@valencia-4.5.1.tar.bz2) = a8e2df637d6dea27c056209f5e82c9aa1a62e0dc88d3ac0469f44c02df25d2d9 +SIZE (KDE/kde-l10n/kde-l10n-ca@valencia-4.5.1.tar.bz2) = 2031236 diff --git a/misc/kde4-l10n-ca_valencia/pkg-plist b/misc/kde4-l10n-ca_valencia/pkg-plist index fed8190b201d..ba53a7b689cd 100644 --- a/misc/kde4-l10n-ca_valencia/pkg-plist +++ b/misc/kde4-l10n-ca_valencia/pkg-plist @@ -1,30 +1,4 @@ -share/locale/ca@valencia/LC_MESSAGES/akonadi-kcal.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_next.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/ca@valencia/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ca@valencia/LC_MESSAGES/akonadicontact.mo -share/locale/ca@valencia/LC_MESSAGES/akonaditray.mo -share/locale/ca@valencia/LC_MESSAGES/akregator.mo share/locale/ca@valencia/LC_MESSAGES/amor.mo share/locale/ca@valencia/LC_MESSAGES/ark.mo share/locale/ca@valencia/LC_MESSAGES/attica_kde.mo @@ -32,43 +6,37 @@ share/locale/ca@valencia/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ca@valencia/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ca@valencia/LC_MESSAGES/audiorename_plugin.mo share/locale/ca@valencia/LC_MESSAGES/blinken.mo -share/locale/ca@valencia/LC_MESSAGES/blogilo.mo share/locale/ca@valencia/LC_MESSAGES/bomber.mo share/locale/ca@valencia/LC_MESSAGES/bovo.mo share/locale/ca@valencia/LC_MESSAGES/cantor.mo share/locale/ca@valencia/LC_MESSAGES/cervisia.mo -share/locale/ca@valencia/LC_MESSAGES/cryptopageplugin.mo share/locale/ca@valencia/LC_MESSAGES/cvsservice.mo share/locale/ca@valencia/LC_MESSAGES/display.mo share/locale/ca@valencia/LC_MESSAGES/dolphin.mo share/locale/ca@valencia/LC_MESSAGES/dragonplayer.mo share/locale/ca@valencia/LC_MESSAGES/drkonqi.mo share/locale/ca@valencia/LC_MESSAGES/filetypes.mo +share/locale/ca@valencia/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/ca@valencia/LC_MESSAGES/freespacenotifier.mo share/locale/ca@valencia/LC_MESSAGES/granatier.mo share/locale/ca@valencia/LC_MESSAGES/gwenview.mo share/locale/ca@valencia/LC_MESSAGES/htmlsearch.mo share/locale/ca@valencia/LC_MESSAGES/imagerename_plugin.mo -share/locale/ca@valencia/LC_MESSAGES/irkick.mo +share/locale/ca@valencia/LC_MESSAGES/jovie.mo share/locale/ca@valencia/LC_MESSAGES/joystick.mo share/locale/ca@valencia/LC_MESSAGES/juk.mo share/locale/ca@valencia/LC_MESSAGES/kabc.mo -share/locale/ca@valencia/LC_MESSAGES/kabc_akonadi.mo share/locale/ca@valencia/LC_MESSAGES/kabc_dir.mo share/locale/ca@valencia/LC_MESSAGES/kabc_file.mo share/locale/ca@valencia/LC_MESSAGES/kabc_ldapkio.mo share/locale/ca@valencia/LC_MESSAGES/kabc_net.mo -share/locale/ca@valencia/LC_MESSAGES/kabc_slox.mo -share/locale/ca@valencia/LC_MESSAGES/kabcclient.mo share/locale/ca@valencia/LC_MESSAGES/kabcformat_binary.mo share/locale/ca@valencia/LC_MESSAGES/kaccess.mo -share/locale/ca@valencia/LC_MESSAGES/kaddressbook.mo -share/locale/ca@valencia/LC_MESSAGES/kalarm.mo +share/locale/ca@valencia/LC_MESSAGES/kajongg.mo share/locale/ca@valencia/LC_MESSAGES/kalgebra.mo share/locale/ca@valencia/LC_MESSAGES/kalzium.mo -share/locale/ca@valencia/LC_MESSAGES/kalzium_qt.mo share/locale/ca@valencia/LC_MESSAGES/kanagram.mo share/locale/ca@valencia/LC_MESSAGES/kapman.mo -share/locale/ca@valencia/LC_MESSAGES/kappfinder.mo share/locale/ca@valencia/LC_MESSAGES/kapptemplate.mo share/locale/ca@valencia/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ca@valencia/LC_MESSAGES/kate.mo @@ -80,20 +48,17 @@ share/locale/ca@valencia/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ca@valencia/LC_MESSAGES/katefiletemplates.mo share/locale/ca@valencia/LC_MESSAGES/katefindinfilesplugin.mo share/locale/ca@valencia/LC_MESSAGES/katehelloworld.mo -share/locale/ca@valencia/LC_MESSAGES/katehtmltools.mo share/locale/ca@valencia/LC_MESSAGES/kateinsertcommand.mo share/locale/ca@valencia/LC_MESSAGES/katekjswrapper.mo share/locale/ca@valencia/LC_MESSAGES/katekonsoleplugin.mo share/locale/ca@valencia/LC_MESSAGES/katemailfilesplugin.mo share/locale/ca@valencia/LC_MESSAGES/kateopenheader.mo share/locale/ca@valencia/LC_MESSAGES/katepart4.mo -share/locale/ca@valencia/LC_MESSAGES/katepybrowse.mo share/locale/ca@valencia/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/ca@valencia/LC_MESSAGES/katesnippets.mo share/locale/ca@valencia/LC_MESSAGES/katesnippets_tng.mo -share/locale/ca@valencia/LC_MESSAGES/katesnippetstng_editor.mo share/locale/ca@valencia/LC_MESSAGES/katesymbolviewer.mo share/locale/ca@valencia/LC_MESSAGES/katetabbarextension.mo +share/locale/ca@valencia/LC_MESSAGES/katetabifyplugin.mo share/locale/ca@valencia/LC_MESSAGES/katetextfilter.mo share/locale/ca@valencia/LC_MESSAGES/katexmlcheck.mo share/locale/ca@valencia/LC_MESSAGES/katexmltools.mo @@ -108,27 +73,27 @@ share/locale/ca@valencia/LC_MESSAGES/kbruch.mo share/locale/ca@valencia/LC_MESSAGES/kbugbuster.mo share/locale/ca@valencia/LC_MESSAGES/kcachegrind.mo share/locale/ca@valencia/LC_MESSAGES/kcachegrind_qt.mo -share/locale/ca@valencia/LC_MESSAGES/kcal_akonadi.mo share/locale/ca@valencia/LC_MESSAGES/kcalc.mo share/locale/ca@valencia/LC_MESSAGES/kcertpart.mo share/locale/ca@valencia/LC_MESSAGES/kcharselect.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_akonadi.mo share/locale/ca@valencia/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ca@valencia/LC_MESSAGES/kcm_attica.mo share/locale/ca@valencia/LC_MESSAGES/kcm_autostart.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ca@valencia/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ca@valencia/LC_MESSAGES/kcm_device_automounter.mo share/locale/ca@valencia/LC_MESSAGES/kcm_emoticons.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_infobase.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_infosummary.mo share/locale/ca@valencia/LC_MESSAGES/kcm_krfb.mo share/locale/ca@valencia/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ca@valencia/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_lirc.mo share/locale/ca@valencia/LC_MESSAGES/kcm_memory.mo -share/locale/ca@valencia/LC_MESSAGES/kcm_partition.mo share/locale/ca@valencia/LC_MESSAGES/kcm_pci.mo share/locale/ca@valencia/LC_MESSAGES/kcm_phonon.mo share/locale/ca@valencia/LC_MESSAGES/kcm_phononxine.mo share/locale/ca@valencia/LC_MESSAGES/kcm_platform.mo +share/locale/ca@valencia/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ca@valencia/LC_MESSAGES/kcm_solid.mo share/locale/ca@valencia/LC_MESSAGES/kcm_solid_actions.mo share/locale/ca@valencia/LC_MESSAGES/kcm_standard_actions.mo @@ -141,13 +106,13 @@ share/locale/ca@valencia/LC_MESSAGES/kcmcgi.mo share/locale/ca@valencia/LC_MESSAGES/kcmcolors.mo share/locale/ca@valencia/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ca@valencia/LC_MESSAGES/kcmcrypto.mo +share/locale/ca@valencia/LC_MESSAGES/kcmdevinfo.mo share/locale/ca@valencia/LC_MESSAGES/kcmfonts.mo share/locale/ca@valencia/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ca@valencia/LC_MESSAGES/kcmicons.mo share/locale/ca@valencia/LC_MESSAGES/kcminfo.mo share/locale/ca@valencia/LC_MESSAGES/kcminit.mo share/locale/ca@valencia/LC_MESSAGES/kcminput.mo -share/locale/ca@valencia/LC_MESSAGES/kcmioslaveinfo.mo share/locale/ca@valencia/LC_MESSAGES/kcmkamera.mo share/locale/ca@valencia/LC_MESSAGES/kcmkclock.mo share/locale/ca@valencia/LC_MESSAGES/kcmkded.mo @@ -176,7 +141,6 @@ share/locale/ca@valencia/LC_MESSAGES/kcmscreensaver.mo share/locale/ca@valencia/LC_MESSAGES/kcmshell.mo share/locale/ca@valencia/LC_MESSAGES/kcmsmartcard.mo share/locale/ca@valencia/LC_MESSAGES/kcmsmserver.mo -share/locale/ca@valencia/LC_MESSAGES/kcmsolidproc.mo share/locale/ca@valencia/LC_MESSAGES/kcmstyle.mo share/locale/ca@valencia/LC_MESSAGES/kcmusb.mo share/locale/ca@valencia/LC_MESSAGES/kcmview1394.mo @@ -190,16 +154,11 @@ share/locale/ca@valencia/LC_MESSAGES/kdebugdialog.mo share/locale/ca@valencia/LC_MESSAGES/kdecalendarsystems.mo share/locale/ca@valencia/LC_MESSAGES/kdelibs4.mo share/locale/ca@valencia/LC_MESSAGES/kdelibs_colors4.mo -share/locale/ca@valencia/LC_MESSAGES/kdelirc.mo share/locale/ca@valencia/LC_MESSAGES/kdepasswd.mo -share/locale/ca@valencia/LC_MESSAGES/kdepimresources.mo -share/locale/ca@valencia/LC_MESSAGES/kdepimwizards.mo share/locale/ca@valencia/LC_MESSAGES/kdeqt.mo share/locale/ca@valencia/LC_MESSAGES/kdesu.mo share/locale/ca@valencia/LC_MESSAGES/kdesud.mo share/locale/ca@valencia/LC_MESSAGES/kdf.mo -share/locale/ca@valencia/LC_MESSAGES/kdgantt.mo -share/locale/ca@valencia/LC_MESSAGES/kdgantt1.mo share/locale/ca@valencia/LC_MESSAGES/kdialog.mo share/locale/ca@valencia/LC_MESSAGES/kdiamond.mo share/locale/ca@valencia/LC_MESSAGES/kdmconfig.mo @@ -253,7 +212,6 @@ share/locale/ca@valencia/LC_MESSAGES/kimagemapeditor.mo share/locale/ca@valencia/LC_MESSAGES/kinetd.mo share/locale/ca@valencia/LC_MESSAGES/kinfocenter.mo share/locale/ca@valencia/LC_MESSAGES/kio4.mo -share/locale/ca@valencia/LC_MESSAGES/kio_akonadi.mo share/locale/ca@valencia/LC_MESSAGES/kio_applications.mo share/locale/ca@valencia/LC_MESSAGES/kio_archive.mo share/locale/ca@valencia/LC_MESSAGES/kio_audiocd.mo @@ -261,7 +219,6 @@ share/locale/ca@valencia/LC_MESSAGES/kio_bookmarks.mo share/locale/ca@valencia/LC_MESSAGES/kio_finger.mo share/locale/ca@valencia/LC_MESSAGES/kio_fish.mo share/locale/ca@valencia/LC_MESSAGES/kio_floppy.mo -share/locale/ca@valencia/LC_MESSAGES/kio_groupwise.mo share/locale/ca@valencia/LC_MESSAGES/kio_help4.mo share/locale/ca@valencia/LC_MESSAGES/kio_imap4.mo share/locale/ca@valencia/LC_MESSAGES/kio_info.mo @@ -289,9 +246,7 @@ share/locale/ca@valencia/LC_MESSAGES/kioclient.mo share/locale/ca@valencia/LC_MESSAGES/kioexec.mo share/locale/ca@valencia/LC_MESSAGES/kiriki.mo share/locale/ca@valencia/LC_MESSAGES/kiten.mo -share/locale/ca@valencia/LC_MESSAGES/kjots.mo share/locale/ca@valencia/LC_MESSAGES/kjumpingcube.mo -share/locale/ca@valencia/LC_MESSAGES/kleopatra.mo share/locale/ca@valencia/LC_MESSAGES/klettres.mo share/locale/ca@valencia/LC_MESSAGES/klines.mo share/locale/ca@valencia/LC_MESSAGES/klinkstatus.mo @@ -299,12 +254,6 @@ share/locale/ca@valencia/LC_MESSAGES/klipper.mo share/locale/ca@valencia/LC_MESSAGES/klock.mo share/locale/ca@valencia/LC_MESSAGES/kmag.mo share/locale/ca@valencia/LC_MESSAGES/kmahjongg.mo -share/locale/ca@valencia/LC_MESSAGES/kmail-migrator.mo -share/locale/ca@valencia/LC_MESSAGES/kmail.mo -share/locale/ca@valencia/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/ca@valencia/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/ca@valencia/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/ca@valencia/LC_MESSAGES/kmailcvt.mo share/locale/ca@valencia/LC_MESSAGES/kmenuedit.mo share/locale/ca@valencia/LC_MESSAGES/kmimetypefinder.mo share/locale/ca@valencia/LC_MESSAGES/kmines.mo @@ -315,8 +264,6 @@ share/locale/ca@valencia/LC_MESSAGES/kmplot.mo share/locale/ca@valencia/LC_MESSAGES/knetattach.mo share/locale/ca@valencia/LC_MESSAGES/knetwalk.mo share/locale/ca@valencia/LC_MESSAGES/knetworkconfmodule.mo -share/locale/ca@valencia/LC_MESSAGES/knode.mo -share/locale/ca@valencia/LC_MESSAGES/knotes.mo share/locale/ca@valencia/LC_MESSAGES/knotify4.mo share/locale/ca@valencia/LC_MESSAGES/kolf.mo share/locale/ca@valencia/LC_MESSAGES/kollision.mo @@ -326,11 +273,8 @@ share/locale/ca@valencia/LC_MESSAGES/kompare.mo share/locale/ca@valencia/LC_MESSAGES/konqueror.mo share/locale/ca@valencia/LC_MESSAGES/konquest.mo share/locale/ca@valencia/LC_MESSAGES/konsole.mo -share/locale/ca@valencia/LC_MESSAGES/konsolekalendar.mo -share/locale/ca@valencia/LC_MESSAGES/kontact.mo share/locale/ca@valencia/LC_MESSAGES/kontactinterfaces.mo share/locale/ca@valencia/LC_MESSAGES/kopete.mo -share/locale/ca@valencia/LC_MESSAGES/korganizer.mo share/locale/ca@valencia/LC_MESSAGES/kpartloader.mo share/locale/ca@valencia/LC_MESSAGES/kpartsaver.mo share/locale/ca@valencia/LC_MESSAGES/kpasswdserver.mo @@ -339,28 +283,20 @@ share/locale/ca@valencia/LC_MESSAGES/kppp.mo share/locale/ca@valencia/LC_MESSAGES/kppplogview.mo share/locale/ca@valencia/LC_MESSAGES/kquitapp.mo share/locale/ca@valencia/LC_MESSAGES/krandr.mo +share/locale/ca@valencia/LC_MESSAGES/krcdnotifieritem.mo share/locale/ca@valencia/LC_MESSAGES/krdb.mo share/locale/ca@valencia/LC_MESSAGES/krdc.mo share/locale/ca@valencia/LC_MESSAGES/kreadconfig.mo -share/locale/ca@valencia/LC_MESSAGES/kres-migrator.mo -share/locale/ca@valencia/LC_MESSAGES/kres_birthday.mo -share/locale/ca@valencia/LC_MESSAGES/kres_blog.mo +share/locale/ca@valencia/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ca@valencia/LC_MESSAGES/kres_bugzilla.mo -share/locale/ca@valencia/LC_MESSAGES/kres_groupware.mo -share/locale/ca@valencia/LC_MESSAGES/kres_groupwise.mo -share/locale/ca@valencia/LC_MESSAGES/kres_kolab.mo -share/locale/ca@valencia/LC_MESSAGES/kres_remote.mo -share/locale/ca@valencia/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ca@valencia/LC_MESSAGES/kreversi.mo share/locale/ca@valencia/LC_MESSAGES/krfb.mo share/locale/ca@valencia/LC_MESSAGES/kruler.mo share/locale/ca@valencia/LC_MESSAGES/krunner.mo share/locale/ca@valencia/LC_MESSAGES/ksame.mo share/locale/ca@valencia/LC_MESSAGES/ksaneplugin.mo -share/locale/ca@valencia/LC_MESSAGES/ksayit.mo share/locale/ca@valencia/LC_MESSAGES/kscd.mo share/locale/ca@valencia/LC_MESSAGES/kscreensaver.mo -share/locale/ca@valencia/LC_MESSAGES/ksendemail.mo share/locale/ca@valencia/LC_MESSAGES/kshisen.mo share/locale/ca@valencia/LC_MESSAGES/kshorturifilter.mo share/locale/ca@valencia/LC_MESSAGES/ksirk.mo @@ -382,16 +318,14 @@ share/locale/ca@valencia/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ca@valencia/LC_MESSAGES/ksystemlog.mo share/locale/ca@valencia/LC_MESSAGES/ksystraycmd.mo share/locale/ca@valencia/LC_MESSAGES/kteatime.mo +share/locale/ca@valencia/LC_MESSAGES/ktesnippets_editor.mo share/locale/ca@valencia/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ca@valencia/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/ca@valencia/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ca@valencia/LC_MESSAGES/kthememanager.mo share/locale/ca@valencia/LC_MESSAGES/ktimer.mo -share/locale/ca@valencia/LC_MESSAGES/ktimetracker.mo share/locale/ca@valencia/LC_MESSAGES/ktouch.mo share/locale/ca@valencia/LC_MESSAGES/ktraderclient.mo share/locale/ca@valencia/LC_MESSAGES/ktron.mo -share/locale/ca@valencia/LC_MESSAGES/kttsd.mo share/locale/ca@valencia/LC_MESSAGES/ktuberling.mo share/locale/ca@valencia/LC_MESSAGES/kturtle.mo share/locale/ca@valencia/LC_MESSAGES/ktux.mo @@ -402,8 +336,6 @@ share/locale/ca@valencia/LC_MESSAGES/kurifilter.mo share/locale/ca@valencia/LC_MESSAGES/kuser.mo share/locale/ca@valencia/LC_MESSAGES/kwalletd.mo share/locale/ca@valencia/LC_MESSAGES/kwalletmanager.mo -share/locale/ca@valencia/LC_MESSAGES/kwatchgnupg.mo -share/locale/ca@valencia/LC_MESSAGES/kweather.mo share/locale/ca@valencia/LC_MESSAGES/kwin.mo share/locale/ca@valencia/LC_MESSAGES/kwin_art_clients.mo share/locale/ca@valencia/LC_MESSAGES/kwin_clients.mo @@ -425,31 +357,25 @@ share/locale/ca@valencia/LC_MESSAGES/libkcompactdisc.mo share/locale/ca@valencia/LC_MESSAGES/libkdcraw.mo share/locale/ca@valencia/LC_MESSAGES/libkdeedu.mo share/locale/ca@valencia/LC_MESSAGES/libkdegames.mo -share/locale/ca@valencia/LC_MESSAGES/libkdepim.mo share/locale/ca@valencia/LC_MESSAGES/libkexiv2.mo share/locale/ca@valencia/LC_MESSAGES/libkholidays.mo share/locale/ca@valencia/LC_MESSAGES/libkimap.mo share/locale/ca@valencia/LC_MESSAGES/libkldap.mo -share/locale/ca@valencia/LC_MESSAGES/libkleopatra.mo share/locale/ca@valencia/LC_MESSAGES/libkmahjongg.mo share/locale/ca@valencia/LC_MESSAGES/libkmime.mo share/locale/ca@valencia/LC_MESSAGES/libkonq.mo -share/locale/ca@valencia/LC_MESSAGES/libkpgp.mo share/locale/ca@valencia/LC_MESSAGES/libkpimidentities.mo share/locale/ca@valencia/LC_MESSAGES/libkpimtextedit.mo share/locale/ca@valencia/LC_MESSAGES/libkpimutils.mo +share/locale/ca@valencia/LC_MESSAGES/libkremotecontrol.mo share/locale/ca@valencia/LC_MESSAGES/libkresources.mo share/locale/ca@valencia/LC_MESSAGES/libksane.mo share/locale/ca@valencia/LC_MESSAGES/libkscreensaver.mo -share/locale/ca@valencia/LC_MESSAGES/libksieve.mo share/locale/ca@valencia/LC_MESSAGES/libktnef.mo share/locale/ca@valencia/LC_MESSAGES/libkunitconversion.mo share/locale/ca@valencia/LC_MESSAGES/libkworkspace.mo share/locale/ca@valencia/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ca@valencia/LC_MESSAGES/libmailtransport.mo -share/locale/ca@valencia/LC_MESSAGES/libmessagecore.mo -share/locale/ca@valencia/LC_MESSAGES/libmessagelist.mo -share/locale/ca@valencia/LC_MESSAGES/libmessageviewer.mo share/locale/ca@valencia/LC_MESSAGES/liboktetacore.mo share/locale/ca@valencia/LC_MESSAGES/liboktetakasten.mo share/locale/ca@valencia/LC_MESSAGES/libphonon.mo @@ -460,7 +386,6 @@ share/locale/ca@valencia/LC_MESSAGES/librtm.mo share/locale/ca@valencia/LC_MESSAGES/libtaskmanager.mo share/locale/ca@valencia/LC_MESSAGES/lokalize.mo share/locale/ca@valencia/LC_MESSAGES/lskat.mo -share/locale/ca@valencia/LC_MESSAGES/mailreader.mo share/locale/ca@valencia/LC_MESSAGES/marble.mo share/locale/ca@valencia/LC_MESSAGES/marble_qt.mo share/locale/ca@valencia/LC_MESSAGES/mplayerthumbs.mo @@ -494,10 +419,12 @@ share/locale/ca@valencia/LC_MESSAGES/phononserver.mo share/locale/ca@valencia/LC_MESSAGES/plasma-desktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma-netbook.mo share/locale/ca@valencia/LC_MESSAGES/plasma-overlay.mo +share/locale/ca@valencia/LC_MESSAGES/plasma-windowed.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_battery.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_clock.mo @@ -514,6 +441,7 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_icon.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -521,7 +449,6 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kget.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/ca@valencia/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_life.mo @@ -533,6 +460,7 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_news.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_notes.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ca@valencia/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -574,7 +502,9 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ca@valencia/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_metadata.mo @@ -586,12 +516,14 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_engine_rss.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ca@valencia/LC_MESSAGES/plasma_engine_weather.mo share/locale/ca@valencia/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kget.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_kill.mo @@ -611,6 +543,7 @@ share/locale/ca@valencia/LC_MESSAGES/plasma_runner_shell.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_solid.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ca@valencia/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ca@valencia/LC_MESSAGES/plasma_runner_windows.mo share/locale/ca@valencia/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ca@valencia/LC_MESSAGES/plasma_wallpaper_color.mo diff --git a/misc/kde4-l10n-cs/distinfo b/misc/kde4-l10n-cs/distinfo index 9b498b2ebb22..73273d49d4e7 100644 --- a/misc/kde4-l10n-cs/distinfo +++ b/misc/kde4-l10n-cs/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-cs-4.4.5.tar.bz2) = 3bec60081404accd59744de34ceb7a89 -SHA256 (KDE/kde-l10n/kde-l10n-cs-4.4.5.tar.bz2) = e87e79f7edc3e8728d520f2e7d52c580e9bb3ab221ed51a3ced96c1d8c572c61 -SIZE (KDE/kde-l10n/kde-l10n-cs-4.4.5.tar.bz2) = 3100186 +MD5 (KDE/kde-l10n/kde-l10n-cs-4.5.1.tar.bz2) = 5f01f21d16e285848c2ff0d5582c3474 +SHA256 (KDE/kde-l10n/kde-l10n-cs-4.5.1.tar.bz2) = 6e809657f507c912603c935c1ec3a7056760c38d4680c593cbc858bc1811e41c +SIZE (KDE/kde-l10n/kde-l10n-cs-4.5.1.tar.bz2) = 2722745 diff --git a/misc/kde4-l10n-cs/pkg-plist b/misc/kde4-l10n-cs/pkg-plist index e7209e8dda42..e64913e091f0 100644 --- a/misc/kde4-l10n-cs/pkg-plist +++ b/misc/kde4-l10n-cs/pkg-plist @@ -58,111 +58,31 @@ share/doc/HTML/cs/common/fdl-translated.html share/doc/HTML/cs/common/gpl-translated.html share/doc/HTML/cs/common/kde-localised.css share/doc/HTML/cs/common/lgpl-translated.html -share/doc/HTML/cs/kcontrol/bell/common -share/doc/HTML/cs/kcontrol/bell/index.cache.bz2 -share/doc/HTML/cs/kcontrol/bell/index.docbook -share/doc/HTML/cs/kcontrol/clock/common -share/doc/HTML/cs/kcontrol/clock/index.cache.bz2 -share/doc/HTML/cs/kcontrol/clock/index.docbook -share/doc/HTML/cs/kcontrol/crypto/common -share/doc/HTML/cs/kcontrol/crypto/index.cache.bz2 -share/doc/HTML/cs/kcontrol/crypto/index.docbook -share/doc/HTML/cs/kcontrol/email/common -share/doc/HTML/cs/kcontrol/email/index.cache.bz2 -share/doc/HTML/cs/kcontrol/email/index.docbook -share/doc/HTML/cs/kcontrol/kcmaccess/common -share/doc/HTML/cs/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/cs/kcontrol/kcmaccess/index.docbook -share/doc/HTML/cs/kcontrol/kcmlowbatcrit/common -share/doc/HTML/cs/kcontrol/kcmlowbatcrit/index.cache.bz2 -share/doc/HTML/cs/kcontrol/kcmlowbatcrit/index.docbook -share/doc/HTML/cs/kcontrol/kcmsmserver/common -share/doc/HTML/cs/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/cs/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/cs/kcontrol/kcmstyle/common -share/doc/HTML/cs/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/cs/kcontrol/kcmstyle/index.docbook -share/doc/HTML/cs/kcontrol/kdm/common -share/doc/HTML/cs/kcontrol/kdm/index.cache.bz2 -share/doc/HTML/cs/kcontrol/kdm/index.docbook -share/doc/HTML/cs/kcontrol/laptop/common -share/doc/HTML/cs/kcontrol/laptop/index.cache.bz2 -share/doc/HTML/cs/kcontrol/laptop/index.docbook -share/doc/HTML/cs/kcontrol/passwords/common -share/doc/HTML/cs/kcontrol/passwords/index.cache.bz2 -share/doc/HTML/cs/kcontrol/passwords/index.docbook -share/doc/HTML/cs/kdm/common -share/doc/HTML/cs/kdm/index.cache.bz2 -share/doc/HTML/cs/kdm/index.docbook -share/doc/HTML/cs/kgamma/common -share/doc/HTML/cs/kgamma/index.cache.bz2 -share/doc/HTML/cs/kgamma/index.docbook -share/doc/HTML/cs/kinfocenter/devices/common -share/doc/HTML/cs/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/devices/index.docbook -share/doc/HTML/cs/kinfocenter/dma/common -share/doc/HTML/cs/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/dma/index.docbook -share/doc/HTML/cs/kinfocenter/interrupts/common -share/doc/HTML/cs/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/interrupts/index.docbook -share/doc/HTML/cs/kinfocenter/ioports/common -share/doc/HTML/cs/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/ioports/index.docbook -share/doc/HTML/cs/kinfocenter/memory/common -share/doc/HTML/cs/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/memory/index.docbook -share/doc/HTML/cs/kinfocenter/partitions/common -share/doc/HTML/cs/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/partitions/index.docbook -share/doc/HTML/cs/kinfocenter/pci/common -share/doc/HTML/cs/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/pci/index.docbook -share/doc/HTML/cs/kinfocenter/pcmcia/common -share/doc/HTML/cs/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/pcmcia/index.docbook -share/doc/HTML/cs/kinfocenter/processor/common -share/doc/HTML/cs/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/processor/index.docbook -share/doc/HTML/cs/kinfocenter/scsi/common -share/doc/HTML/cs/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/scsi/index.docbook -share/doc/HTML/cs/kinfocenter/sound/common -share/doc/HTML/cs/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/sound/index.docbook -share/doc/HTML/cs/kinfocenter/xserver/common -share/doc/HTML/cs/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/cs/kinfocenter/xserver/index.docbook -share/doc/HTML/cs/konsole/common -share/doc/HTML/cs/konsole/index.cache.bz2 -share/doc/HTML/cs/konsole/index.docbook -share/locale/cs/LC_MESSAGES/akonadi-kcal.mo -share/locale/cs/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/cs/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/cs/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_next.mo -share/locale/cs/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/cs/LC_MESSAGES/akonadi_vcarddir_resource.mo +share/doc/HTML/cs/dma/common +share/doc/HTML/cs/dma/index.cache.bz2 +share/doc/HTML/cs/dma/index.docbook +share/doc/HTML/cs/interrupts/common +share/doc/HTML/cs/interrupts/index.cache.bz2 +share/doc/HTML/cs/interrupts/index.docbook +share/doc/HTML/cs/ioports/common +share/doc/HTML/cs/ioports/index.cache.bz2 +share/doc/HTML/cs/ioports/index.docbook +share/doc/HTML/cs/kcontrol/fonts/common +share/doc/HTML/cs/kcontrol/fonts/index.cache.bz2 +share/doc/HTML/cs/kcontrol/fonts/index.docbook +share/doc/HTML/cs/memory/common +share/doc/HTML/cs/memory/index.cache.bz2 +share/doc/HTML/cs/memory/index.docbook +share/doc/HTML/cs/pci/common +share/doc/HTML/cs/pci/index.cache.bz2 +share/doc/HTML/cs/pci/index.docbook +share/doc/HTML/cs/scsi/common +share/doc/HTML/cs/scsi/index.cache.bz2 +share/doc/HTML/cs/scsi/index.docbook +share/doc/HTML/cs/xserver/common +share/doc/HTML/cs/xserver/index.cache.bz2 +share/doc/HTML/cs/xserver/index.docbook share/locale/cs/LC_MESSAGES/akonadicontact.mo -share/locale/cs/LC_MESSAGES/akonaditray.mo -share/locale/cs/LC_MESSAGES/akregator.mo share/locale/cs/LC_MESSAGES/amor.mo share/locale/cs/LC_MESSAGES/ark.mo share/locale/cs/LC_MESSAGES/attica_kde.mo @@ -170,43 +90,37 @@ share/locale/cs/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/cs/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/cs/LC_MESSAGES/audiorename_plugin.mo share/locale/cs/LC_MESSAGES/blinken.mo -share/locale/cs/LC_MESSAGES/blogilo.mo share/locale/cs/LC_MESSAGES/bomber.mo share/locale/cs/LC_MESSAGES/bovo.mo share/locale/cs/LC_MESSAGES/cantor.mo share/locale/cs/LC_MESSAGES/cervisia.mo -share/locale/cs/LC_MESSAGES/cryptopageplugin.mo share/locale/cs/LC_MESSAGES/cvsservice.mo share/locale/cs/LC_MESSAGES/display.mo share/locale/cs/LC_MESSAGES/dolphin.mo share/locale/cs/LC_MESSAGES/dragonplayer.mo share/locale/cs/LC_MESSAGES/drkonqi.mo share/locale/cs/LC_MESSAGES/filetypes.mo +share/locale/cs/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/cs/LC_MESSAGES/freespacenotifier.mo share/locale/cs/LC_MESSAGES/granatier.mo share/locale/cs/LC_MESSAGES/gwenview.mo share/locale/cs/LC_MESSAGES/htmlsearch.mo share/locale/cs/LC_MESSAGES/imagerename_plugin.mo -share/locale/cs/LC_MESSAGES/irkick.mo +share/locale/cs/LC_MESSAGES/jovie.mo share/locale/cs/LC_MESSAGES/joystick.mo share/locale/cs/LC_MESSAGES/juk.mo share/locale/cs/LC_MESSAGES/kabc.mo -share/locale/cs/LC_MESSAGES/kabc_akonadi.mo share/locale/cs/LC_MESSAGES/kabc_dir.mo share/locale/cs/LC_MESSAGES/kabc_file.mo share/locale/cs/LC_MESSAGES/kabc_ldapkio.mo share/locale/cs/LC_MESSAGES/kabc_net.mo -share/locale/cs/LC_MESSAGES/kabc_slox.mo -share/locale/cs/LC_MESSAGES/kabcclient.mo share/locale/cs/LC_MESSAGES/kabcformat_binary.mo share/locale/cs/LC_MESSAGES/kaccess.mo -share/locale/cs/LC_MESSAGES/kaddressbook.mo -share/locale/cs/LC_MESSAGES/kalarm.mo +share/locale/cs/LC_MESSAGES/kajongg.mo share/locale/cs/LC_MESSAGES/kalgebra.mo share/locale/cs/LC_MESSAGES/kalzium.mo -share/locale/cs/LC_MESSAGES/kalzium_qt.mo share/locale/cs/LC_MESSAGES/kanagram.mo share/locale/cs/LC_MESSAGES/kapman.mo -share/locale/cs/LC_MESSAGES/kappfinder.mo share/locale/cs/LC_MESSAGES/kapptemplate.mo share/locale/cs/LC_MESSAGES/kate-ctags-plugin.mo share/locale/cs/LC_MESSAGES/kate.mo @@ -218,20 +132,17 @@ share/locale/cs/LC_MESSAGES/katefilebrowserplugin.mo share/locale/cs/LC_MESSAGES/katefiletemplates.mo share/locale/cs/LC_MESSAGES/katefindinfilesplugin.mo share/locale/cs/LC_MESSAGES/katehelloworld.mo -share/locale/cs/LC_MESSAGES/katehtmltools.mo share/locale/cs/LC_MESSAGES/kateinsertcommand.mo share/locale/cs/LC_MESSAGES/katekjswrapper.mo share/locale/cs/LC_MESSAGES/katekonsoleplugin.mo share/locale/cs/LC_MESSAGES/katemailfilesplugin.mo share/locale/cs/LC_MESSAGES/kateopenheader.mo share/locale/cs/LC_MESSAGES/katepart4.mo -share/locale/cs/LC_MESSAGES/katepybrowse.mo share/locale/cs/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/cs/LC_MESSAGES/katesnippets.mo share/locale/cs/LC_MESSAGES/katesnippets_tng.mo -share/locale/cs/LC_MESSAGES/katesnippetstng_editor.mo share/locale/cs/LC_MESSAGES/katesymbolviewer.mo share/locale/cs/LC_MESSAGES/katetabbarextension.mo +share/locale/cs/LC_MESSAGES/katetabifyplugin.mo share/locale/cs/LC_MESSAGES/katetextfilter.mo share/locale/cs/LC_MESSAGES/katexmlcheck.mo share/locale/cs/LC_MESSAGES/katexmltools.mo @@ -246,27 +157,27 @@ share/locale/cs/LC_MESSAGES/kbruch.mo share/locale/cs/LC_MESSAGES/kbugbuster.mo share/locale/cs/LC_MESSAGES/kcachegrind.mo share/locale/cs/LC_MESSAGES/kcachegrind_qt.mo -share/locale/cs/LC_MESSAGES/kcal_akonadi.mo share/locale/cs/LC_MESSAGES/kcalc.mo share/locale/cs/LC_MESSAGES/kcertpart.mo share/locale/cs/LC_MESSAGES/kcharselect.mo -share/locale/cs/LC_MESSAGES/kcm_akonadi.mo share/locale/cs/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/cs/LC_MESSAGES/kcm_attica.mo share/locale/cs/LC_MESSAGES/kcm_autostart.mo +share/locale/cs/LC_MESSAGES/kcm_desktoppaths.mo share/locale/cs/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/cs/LC_MESSAGES/kcm_device_automounter.mo share/locale/cs/LC_MESSAGES/kcm_emoticons.mo +share/locale/cs/LC_MESSAGES/kcm_infobase.mo +share/locale/cs/LC_MESSAGES/kcm_infosummary.mo share/locale/cs/LC_MESSAGES/kcm_krfb.mo share/locale/cs/LC_MESSAGES/kcm_kwindesktop.mo share/locale/cs/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/cs/LC_MESSAGES/kcm_lirc.mo share/locale/cs/LC_MESSAGES/kcm_memory.mo -share/locale/cs/LC_MESSAGES/kcm_partition.mo share/locale/cs/LC_MESSAGES/kcm_pci.mo share/locale/cs/LC_MESSAGES/kcm_phonon.mo share/locale/cs/LC_MESSAGES/kcm_phononxine.mo share/locale/cs/LC_MESSAGES/kcm_platform.mo +share/locale/cs/LC_MESSAGES/kcm_remotecontrol.mo share/locale/cs/LC_MESSAGES/kcm_solid.mo share/locale/cs/LC_MESSAGES/kcm_solid_actions.mo share/locale/cs/LC_MESSAGES/kcm_standard_actions.mo @@ -279,13 +190,13 @@ share/locale/cs/LC_MESSAGES/kcmcgi.mo share/locale/cs/LC_MESSAGES/kcmcolors.mo share/locale/cs/LC_MESSAGES/kcmcomponentchooser.mo share/locale/cs/LC_MESSAGES/kcmcrypto.mo +share/locale/cs/LC_MESSAGES/kcmdevinfo.mo share/locale/cs/LC_MESSAGES/kcmfonts.mo share/locale/cs/LC_MESSAGES/kcmhtmlsearch.mo share/locale/cs/LC_MESSAGES/kcmicons.mo share/locale/cs/LC_MESSAGES/kcminfo.mo share/locale/cs/LC_MESSAGES/kcminit.mo share/locale/cs/LC_MESSAGES/kcminput.mo -share/locale/cs/LC_MESSAGES/kcmioslaveinfo.mo share/locale/cs/LC_MESSAGES/kcmkamera.mo share/locale/cs/LC_MESSAGES/kcmkclock.mo share/locale/cs/LC_MESSAGES/kcmkded.mo @@ -314,7 +225,6 @@ share/locale/cs/LC_MESSAGES/kcmscreensaver.mo share/locale/cs/LC_MESSAGES/kcmshell.mo share/locale/cs/LC_MESSAGES/kcmsmartcard.mo share/locale/cs/LC_MESSAGES/kcmsmserver.mo -share/locale/cs/LC_MESSAGES/kcmsolidproc.mo share/locale/cs/LC_MESSAGES/kcmstyle.mo share/locale/cs/LC_MESSAGES/kcmusb.mo share/locale/cs/LC_MESSAGES/kcmview1394.mo @@ -328,16 +238,11 @@ share/locale/cs/LC_MESSAGES/kdebugdialog.mo share/locale/cs/LC_MESSAGES/kdecalendarsystems.mo share/locale/cs/LC_MESSAGES/kdelibs4.mo share/locale/cs/LC_MESSAGES/kdelibs_colors4.mo -share/locale/cs/LC_MESSAGES/kdelirc.mo share/locale/cs/LC_MESSAGES/kdepasswd.mo -share/locale/cs/LC_MESSAGES/kdepimresources.mo -share/locale/cs/LC_MESSAGES/kdepimwizards.mo share/locale/cs/LC_MESSAGES/kdeqt.mo share/locale/cs/LC_MESSAGES/kdesu.mo share/locale/cs/LC_MESSAGES/kdesud.mo share/locale/cs/LC_MESSAGES/kdf.mo -share/locale/cs/LC_MESSAGES/kdgantt.mo -share/locale/cs/LC_MESSAGES/kdgantt1.mo share/locale/cs/LC_MESSAGES/kdialog.mo share/locale/cs/LC_MESSAGES/kdiamond.mo share/locale/cs/LC_MESSAGES/kdmconfig.mo @@ -391,7 +296,6 @@ share/locale/cs/LC_MESSAGES/kimagemapeditor.mo share/locale/cs/LC_MESSAGES/kinetd.mo share/locale/cs/LC_MESSAGES/kinfocenter.mo share/locale/cs/LC_MESSAGES/kio4.mo -share/locale/cs/LC_MESSAGES/kio_akonadi.mo share/locale/cs/LC_MESSAGES/kio_applications.mo share/locale/cs/LC_MESSAGES/kio_archive.mo share/locale/cs/LC_MESSAGES/kio_audiocd.mo @@ -399,7 +303,6 @@ share/locale/cs/LC_MESSAGES/kio_bookmarks.mo share/locale/cs/LC_MESSAGES/kio_finger.mo share/locale/cs/LC_MESSAGES/kio_fish.mo share/locale/cs/LC_MESSAGES/kio_floppy.mo -share/locale/cs/LC_MESSAGES/kio_groupwise.mo share/locale/cs/LC_MESSAGES/kio_help4.mo share/locale/cs/LC_MESSAGES/kio_imap4.mo share/locale/cs/LC_MESSAGES/kio_info.mo @@ -427,9 +330,7 @@ share/locale/cs/LC_MESSAGES/kioclient.mo share/locale/cs/LC_MESSAGES/kioexec.mo share/locale/cs/LC_MESSAGES/kiriki.mo share/locale/cs/LC_MESSAGES/kiten.mo -share/locale/cs/LC_MESSAGES/kjots.mo share/locale/cs/LC_MESSAGES/kjumpingcube.mo -share/locale/cs/LC_MESSAGES/kleopatra.mo share/locale/cs/LC_MESSAGES/klettres.mo share/locale/cs/LC_MESSAGES/klines.mo share/locale/cs/LC_MESSAGES/klinkstatus.mo @@ -437,12 +338,6 @@ share/locale/cs/LC_MESSAGES/klipper.mo share/locale/cs/LC_MESSAGES/klock.mo share/locale/cs/LC_MESSAGES/kmag.mo share/locale/cs/LC_MESSAGES/kmahjongg.mo -share/locale/cs/LC_MESSAGES/kmail-migrator.mo -share/locale/cs/LC_MESSAGES/kmail.mo -share/locale/cs/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/cs/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/cs/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/cs/LC_MESSAGES/kmailcvt.mo share/locale/cs/LC_MESSAGES/kmenuedit.mo share/locale/cs/LC_MESSAGES/kmimetypefinder.mo share/locale/cs/LC_MESSAGES/kmines.mo @@ -453,8 +348,6 @@ share/locale/cs/LC_MESSAGES/kmplot.mo share/locale/cs/LC_MESSAGES/knetattach.mo share/locale/cs/LC_MESSAGES/knetwalk.mo share/locale/cs/LC_MESSAGES/knetworkconfmodule.mo -share/locale/cs/LC_MESSAGES/knode.mo -share/locale/cs/LC_MESSAGES/knotes.mo share/locale/cs/LC_MESSAGES/knotify4.mo share/locale/cs/LC_MESSAGES/kolf.mo share/locale/cs/LC_MESSAGES/kollision.mo @@ -464,11 +357,8 @@ share/locale/cs/LC_MESSAGES/kompare.mo share/locale/cs/LC_MESSAGES/konqueror.mo share/locale/cs/LC_MESSAGES/konquest.mo share/locale/cs/LC_MESSAGES/konsole.mo -share/locale/cs/LC_MESSAGES/konsolekalendar.mo -share/locale/cs/LC_MESSAGES/kontact.mo share/locale/cs/LC_MESSAGES/kontactinterfaces.mo share/locale/cs/LC_MESSAGES/kopete.mo -share/locale/cs/LC_MESSAGES/korganizer.mo share/locale/cs/LC_MESSAGES/kpartloader.mo share/locale/cs/LC_MESSAGES/kpartsaver.mo share/locale/cs/LC_MESSAGES/kpasswdserver.mo @@ -477,28 +367,20 @@ share/locale/cs/LC_MESSAGES/kppp.mo share/locale/cs/LC_MESSAGES/kppplogview.mo share/locale/cs/LC_MESSAGES/kquitapp.mo share/locale/cs/LC_MESSAGES/krandr.mo +share/locale/cs/LC_MESSAGES/krcdnotifieritem.mo share/locale/cs/LC_MESSAGES/krdb.mo share/locale/cs/LC_MESSAGES/krdc.mo share/locale/cs/LC_MESSAGES/kreadconfig.mo -share/locale/cs/LC_MESSAGES/kres-migrator.mo -share/locale/cs/LC_MESSAGES/kres_birthday.mo -share/locale/cs/LC_MESSAGES/kres_blog.mo +share/locale/cs/LC_MESSAGES/kremotecontroldaemon.mo share/locale/cs/LC_MESSAGES/kres_bugzilla.mo -share/locale/cs/LC_MESSAGES/kres_groupware.mo -share/locale/cs/LC_MESSAGES/kres_groupwise.mo -share/locale/cs/LC_MESSAGES/kres_kolab.mo -share/locale/cs/LC_MESSAGES/kres_remote.mo -share/locale/cs/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/cs/LC_MESSAGES/kreversi.mo share/locale/cs/LC_MESSAGES/krfb.mo share/locale/cs/LC_MESSAGES/kruler.mo share/locale/cs/LC_MESSAGES/krunner.mo share/locale/cs/LC_MESSAGES/ksame.mo share/locale/cs/LC_MESSAGES/ksaneplugin.mo -share/locale/cs/LC_MESSAGES/ksayit.mo share/locale/cs/LC_MESSAGES/kscd.mo share/locale/cs/LC_MESSAGES/kscreensaver.mo -share/locale/cs/LC_MESSAGES/ksendemail.mo share/locale/cs/LC_MESSAGES/kshisen.mo share/locale/cs/LC_MESSAGES/kshorturifilter.mo share/locale/cs/LC_MESSAGES/ksirk.mo @@ -520,16 +402,14 @@ share/locale/cs/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/cs/LC_MESSAGES/ksystemlog.mo share/locale/cs/LC_MESSAGES/ksystraycmd.mo share/locale/cs/LC_MESSAGES/kteatime.mo +share/locale/cs/LC_MESSAGES/ktesnippets_editor.mo share/locale/cs/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/cs/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/cs/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/cs/LC_MESSAGES/kthememanager.mo share/locale/cs/LC_MESSAGES/ktimer.mo -share/locale/cs/LC_MESSAGES/ktimetracker.mo share/locale/cs/LC_MESSAGES/ktouch.mo share/locale/cs/LC_MESSAGES/ktraderclient.mo share/locale/cs/LC_MESSAGES/ktron.mo -share/locale/cs/LC_MESSAGES/kttsd.mo share/locale/cs/LC_MESSAGES/ktuberling.mo share/locale/cs/LC_MESSAGES/kturtle.mo share/locale/cs/LC_MESSAGES/ktux.mo @@ -540,8 +420,6 @@ share/locale/cs/LC_MESSAGES/kurifilter.mo share/locale/cs/LC_MESSAGES/kuser.mo share/locale/cs/LC_MESSAGES/kwalletd.mo share/locale/cs/LC_MESSAGES/kwalletmanager.mo -share/locale/cs/LC_MESSAGES/kwatchgnupg.mo -share/locale/cs/LC_MESSAGES/kweather.mo share/locale/cs/LC_MESSAGES/kwin.mo share/locale/cs/LC_MESSAGES/kwin_art_clients.mo share/locale/cs/LC_MESSAGES/kwin_clients.mo @@ -563,31 +441,25 @@ share/locale/cs/LC_MESSAGES/libkcompactdisc.mo share/locale/cs/LC_MESSAGES/libkdcraw.mo share/locale/cs/LC_MESSAGES/libkdeedu.mo share/locale/cs/LC_MESSAGES/libkdegames.mo -share/locale/cs/LC_MESSAGES/libkdepim.mo share/locale/cs/LC_MESSAGES/libkexiv2.mo share/locale/cs/LC_MESSAGES/libkholidays.mo share/locale/cs/LC_MESSAGES/libkimap.mo share/locale/cs/LC_MESSAGES/libkldap.mo -share/locale/cs/LC_MESSAGES/libkleopatra.mo share/locale/cs/LC_MESSAGES/libkmahjongg.mo share/locale/cs/LC_MESSAGES/libkmime.mo share/locale/cs/LC_MESSAGES/libkonq.mo -share/locale/cs/LC_MESSAGES/libkpgp.mo share/locale/cs/LC_MESSAGES/libkpimidentities.mo share/locale/cs/LC_MESSAGES/libkpimtextedit.mo share/locale/cs/LC_MESSAGES/libkpimutils.mo +share/locale/cs/LC_MESSAGES/libkremotecontrol.mo share/locale/cs/LC_MESSAGES/libkresources.mo share/locale/cs/LC_MESSAGES/libksane.mo share/locale/cs/LC_MESSAGES/libkscreensaver.mo -share/locale/cs/LC_MESSAGES/libksieve.mo share/locale/cs/LC_MESSAGES/libktnef.mo share/locale/cs/LC_MESSAGES/libkunitconversion.mo share/locale/cs/LC_MESSAGES/libkworkspace.mo share/locale/cs/LC_MESSAGES/libkxmlrpcclient.mo share/locale/cs/LC_MESSAGES/libmailtransport.mo -share/locale/cs/LC_MESSAGES/libmessagecore.mo -share/locale/cs/LC_MESSAGES/libmessagelist.mo -share/locale/cs/LC_MESSAGES/libmessageviewer.mo share/locale/cs/LC_MESSAGES/liboktetacore.mo share/locale/cs/LC_MESSAGES/liboktetakasten.mo share/locale/cs/LC_MESSAGES/libphonon.mo @@ -598,7 +470,6 @@ share/locale/cs/LC_MESSAGES/librtm.mo share/locale/cs/LC_MESSAGES/libtaskmanager.mo share/locale/cs/LC_MESSAGES/lokalize.mo share/locale/cs/LC_MESSAGES/lskat.mo -share/locale/cs/LC_MESSAGES/mailreader.mo share/locale/cs/LC_MESSAGES/marble.mo share/locale/cs/LC_MESSAGES/marble_qt.mo share/locale/cs/LC_MESSAGES/mplayerthumbs.mo @@ -632,10 +503,12 @@ share/locale/cs/LC_MESSAGES/phononserver.mo share/locale/cs/LC_MESSAGES/plasma-desktop.mo share/locale/cs/LC_MESSAGES/plasma-netbook.mo share/locale/cs/LC_MESSAGES/plasma-overlay.mo +share/locale/cs/LC_MESSAGES/plasma-windowed.mo share/locale/cs/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/cs/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/cs/LC_MESSAGES/plasma_applet_battery.mo share/locale/cs/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/cs/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/cs/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/cs/LC_MESSAGES/plasma_applet_calculator.mo share/locale/cs/LC_MESSAGES/plasma_applet_clock.mo @@ -652,6 +525,7 @@ share/locale/cs/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/cs/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/cs/LC_MESSAGES/plasma_applet_icon.mo share/locale/cs/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/cs/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/cs/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/cs/LC_MESSAGES/plasma_applet_katesession.mo share/locale/cs/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -659,7 +533,6 @@ share/locale/cs/LC_MESSAGES/plasma_applet_kget.mo share/locale/cs/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/cs/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/cs/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/cs/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/cs/LC_MESSAGES/plasma_applet_launcher.mo share/locale/cs/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/cs/LC_MESSAGES/plasma_applet_life.mo @@ -671,6 +544,7 @@ share/locale/cs/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/cs/LC_MESSAGES/plasma_applet_news.mo share/locale/cs/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/cs/LC_MESSAGES/plasma_applet_notes.mo +share/locale/cs/LC_MESSAGES/plasma_applet_notifications.mo share/locale/cs/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/cs/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/cs/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -712,7 +586,9 @@ share/locale/cs/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/cs/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/cs/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/cs/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/cs/LC_MESSAGES/plasma_engine_calendar.mo share/locale/cs/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/cs/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/cs/LC_MESSAGES/plasma_engine_keystate.mo share/locale/cs/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/cs/LC_MESSAGES/plasma_engine_metadata.mo @@ -724,12 +600,14 @@ share/locale/cs/LC_MESSAGES/plasma_engine_rss.mo share/locale/cs/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/cs/LC_MESSAGES/plasma_engine_weather.mo share/locale/cs/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/cs/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/cs/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/cs/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_contacts.mo share/locale/cs/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/cs/LC_MESSAGES/plasma_runner_datetime.mo share/locale/cs/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/cs/LC_MESSAGES/plasma_runner_kget.mo share/locale/cs/LC_MESSAGES/plasma_runner_kill.mo @@ -749,6 +627,7 @@ share/locale/cs/LC_MESSAGES/plasma_runner_shell.mo share/locale/cs/LC_MESSAGES/plasma_runner_solid.mo share/locale/cs/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/cs/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/cs/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/cs/LC_MESSAGES/plasma_runner_windows.mo share/locale/cs/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/cs/LC_MESSAGES/plasma_wallpaper_color.mo @@ -792,34 +671,15 @@ share/locale/cs/LC_MESSAGES/umbrello.mo share/locale/cs/LC_MESSAGES/useraccount.mo share/locale/cs/LC_MESSAGES/xml_mimetypes.mo share/locale/cs/entry.desktop -@dirrm share/doc/HTML/cs/konsole -@dirrm share/doc/HTML/cs/kinfocenter/xserver -@dirrm share/doc/HTML/cs/kinfocenter/sound -@dirrm share/doc/HTML/cs/kinfocenter/scsi -@dirrm share/doc/HTML/cs/kinfocenter/processor -@dirrm share/doc/HTML/cs/kinfocenter/pcmcia -@dirrm share/doc/HTML/cs/kinfocenter/pci -@dirrm share/doc/HTML/cs/kinfocenter/partitions -@dirrm share/doc/HTML/cs/kinfocenter/memory -@dirrm share/doc/HTML/cs/kinfocenter/ioports -@dirrm share/doc/HTML/cs/kinfocenter/interrupts -@dirrm share/doc/HTML/cs/kinfocenter/dma -@dirrm share/doc/HTML/cs/kinfocenter/devices -@dirrm share/doc/HTML/cs/kinfocenter -@dirrm share/doc/HTML/cs/kgamma -@dirrm share/doc/HTML/cs/kdm -@dirrm share/doc/HTML/cs/kcontrol/passwords -@dirrm share/doc/HTML/cs/kcontrol/laptop -@dirrm share/doc/HTML/cs/kcontrol/kdm -@dirrm share/doc/HTML/cs/kcontrol/kcmstyle -@dirrm share/doc/HTML/cs/kcontrol/kcmsmserver -@dirrm share/doc/HTML/cs/kcontrol/kcmlowbatcrit -@dirrm share/doc/HTML/cs/kcontrol/kcmaccess -@dirrm share/doc/HTML/cs/kcontrol/email -@dirrm share/doc/HTML/cs/kcontrol/crypto -@dirrm share/doc/HTML/cs/kcontrol/clock -@dirrm share/doc/HTML/cs/kcontrol/bell +@dirrm share/doc/HTML/cs/xserver +@dirrm share/doc/HTML/cs/scsi +@dirrm share/doc/HTML/cs/pci +@dirrm share/doc/HTML/cs/memory +@dirrm share/doc/HTML/cs/kcontrol/fonts @dirrm share/doc/HTML/cs/kcontrol +@dirrm share/doc/HTML/cs/ioports +@dirrm share/doc/HTML/cs/interrupts +@dirrm share/doc/HTML/cs/dma @dirrm share/doc/HTML/cs/common @dirrm share/apps/kvtml/cs @dirrm share/apps/kvtml diff --git a/misc/kde4-l10n-csb/Makefile b/misc/kde4-l10n-csb/Makefile index 8c3d88ce94b5..961b68235290 100644 --- a/misc/kde4-l10n-csb/Makefile +++ b/misc/kde4-l10n-csb/Makefile @@ -14,5 +14,7 @@ COMMENT= Cassubian messages and documentation for KDE4 KDE4_L10N= csb +IGNORE= is not included in KDE SC ${KDE4_VERSION} + .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-da/Makefile.man b/misc/kde4-l10n-da/Makefile.man index 926ac98086a0..f56e33e5187c 100644 --- a/misc/kde4-l10n-da/Makefile.man +++ b/misc/kde4-l10n-da/Makefile.man @@ -1,2 +1 @@ -MAN1= ark.1 cheatmake.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kappfinder.1 kbookmarkmerger.1 kbruch.1 kdesu.1 kfind.1 kig.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 ktouch.1 pruneemptydirs.1 qtdoc.1 reportview.1 transxx.1 zonetab2pot.py.1 -MAN6= amor.6 khangman.6 kpat.6 +MAN1= kbookmarkmerger.1 kdesu.1 kmouth.1 diff --git a/misc/kde4-l10n-da/distinfo b/misc/kde4-l10n-da/distinfo index 13aca453df60..36b66f9c1171 100644 --- a/misc/kde4-l10n-da/distinfo +++ b/misc/kde4-l10n-da/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-da-4.4.5.tar.bz2) = a6c8ae4de788788278c123ceddc560d5 -SHA256 (KDE/kde-l10n/kde-l10n-da-4.4.5.tar.bz2) = 057716745d02a7a85be92a8eb96b3ff8b59fafffe3f1855b49cf6f10c350b861 -SIZE (KDE/kde-l10n/kde-l10n-da-4.4.5.tar.bz2) = 17862365 +MD5 (KDE/kde-l10n/kde-l10n-da-4.5.1.tar.bz2) = 5859e49563dc604847960729330e9828 +SHA256 (KDE/kde-l10n/kde-l10n-da-4.5.1.tar.bz2) = 50f8563897777cc4d220bce9832232df4f897244ff085dbc80f1c164af50005d +SIZE (KDE/kde-l10n/kde-l10n-da-4.5.1.tar.bz2) = 12708897 diff --git a/misc/kde4-l10n-da/pkg-plist b/misc/kde4-l10n-da/pkg-plist index 2b90b663402a..17091685b5b1 100644 --- a/misc/kde4-l10n-da/pkg-plist +++ b/misc/kde4-l10n-da/pkg-plist @@ -242,433 +242,31 @@ share/apps/kvtml/da/rummet.kvtml share/apps/kvtml/da/transport.kvtml share/apps/kvtml/da/valutaer.kvtml share/apps/kvtml/da/verdenshovedstaeder.kvtml -share/doc/HTML/da/akregator/common -share/doc/HTML/da/akregator/index.cache.bz2 -share/doc/HTML/da/akregator/index.docbook -share/doc/HTML/da/amor/common -share/doc/HTML/da/amor/index.cache.bz2 -share/doc/HTML/da/amor/index.docbook -share/doc/HTML/da/amor/man-amor.6.docbook -share/doc/HTML/da/ark/common -share/doc/HTML/da/ark/index.cache.bz2 -share/doc/HTML/da/ark/index.docbook -share/doc/HTML/da/ark/man-ark.1.docbook -share/doc/HTML/da/blinken/common -share/doc/HTML/da/blinken/index.cache.bz2 -share/doc/HTML/da/blinken/index.docbook -share/doc/HTML/da/cervisia/common -share/doc/HTML/da/cervisia/index.cache.bz2 -share/doc/HTML/da/cervisia/index.docbook share/doc/HTML/da/common/fdl-translated.html share/doc/HTML/da/common/gpl-translated.html share/doc/HTML/da/common/kde-localised.css share/doc/HTML/da/common/lgpl-translated.html -share/doc/HTML/da/irkick/common -share/doc/HTML/da/irkick/index.cache.bz2 -share/doc/HTML/da/irkick/index.docbook -share/doc/HTML/da/juk/common -share/doc/HTML/da/juk/index.cache.bz2 -share/doc/HTML/da/juk/index.docbook -share/doc/HTML/da/kalarm/alarmmessage.png -share/doc/HTML/da/kalarm/common -share/doc/HTML/da/kalarm/editwindow.png -share/doc/HTML/da/kalarm/index.cache.bz2 -share/doc/HTML/da/kalarm/index.docbook -share/doc/HTML/da/kalarm/mainwindow.png -share/doc/HTML/da/kanagram/common -share/doc/HTML/da/kanagram/index.cache.bz2 -share/doc/HTML/da/kanagram/index.docbook -share/doc/HTML/da/katomic/common -share/doc/HTML/da/katomic/index.cache.bz2 -share/doc/HTML/da/katomic/index.docbook -share/doc/HTML/da/kbattleship/common -share/doc/HTML/da/kbattleship/index.cache.bz2 -share/doc/HTML/da/kbattleship/index.docbook -share/doc/HTML/da/kblackbox/common -share/doc/HTML/da/kblackbox/index.cache.bz2 -share/doc/HTML/da/kblackbox/index.docbook -share/doc/HTML/da/kbounce/common -share/doc/HTML/da/kbounce/index.cache.bz2 -share/doc/HTML/da/kbounce/index.docbook -share/doc/HTML/da/kbruch/common -share/doc/HTML/da/kbruch/index.cache.bz2 -share/doc/HTML/da/kbruch/index.docbook -share/doc/HTML/da/kbruch/man-kbruch.1.docbook share/doc/HTML/da/kbugbuster/common share/doc/HTML/da/kbugbuster/index.cache.bz2 share/doc/HTML/da/kbugbuster/index.docbook -share/doc/HTML/da/kcachegrind/common -share/doc/HTML/da/kcachegrind/index.cache.bz2 -share/doc/HTML/da/kcachegrind/index.docbook -share/doc/HTML/da/kcalc/commands.docbook -share/doc/HTML/da/kcalc/common -share/doc/HTML/da/kcalc/index.cache.bz2 -share/doc/HTML/da/kcalc/index.docbook -share/doc/HTML/da/kcharselect/common -share/doc/HTML/da/kcharselect/index.cache.bz2 -share/doc/HTML/da/kcharselect/index.docbook -share/doc/HTML/da/kcmlirc/common -share/doc/HTML/da/kcmlirc/index.cache.bz2 -share/doc/HTML/da/kcmlirc/index.docbook -share/doc/HTML/da/kcontrol/cache/common -share/doc/HTML/da/kcontrol/cache/index.cache.bz2 -share/doc/HTML/da/kcontrol/cache/index.docbook -share/doc/HTML/da/kcontrol/cookies/common -share/doc/HTML/da/kcontrol/cookies/index.cache.bz2 -share/doc/HTML/da/kcontrol/cookies/index.docbook -share/doc/HTML/da/kcontrol/ebrowsing/common -share/doc/HTML/da/kcontrol/ebrowsing/index.cache.bz2 -share/doc/HTML/da/kcontrol/ebrowsing/index.docbook -share/doc/HTML/da/kcontrol/filemanager/common -share/doc/HTML/da/kcontrol/filemanager/index.cache.bz2 -share/doc/HTML/da/kcontrol/filemanager/index.docbook -share/doc/HTML/da/kcontrol/filemanager/kfileman1.png -share/doc/HTML/da/kcontrol/filemanager/kfileman2.png -share/doc/HTML/da/kcontrol/filetypes/common -share/doc/HTML/da/kcontrol/filetypes/index.cache.bz2 -share/doc/HTML/da/kcontrol/filetypes/index.docbook -share/doc/HTML/da/kcontrol/helpindex/common -share/doc/HTML/da/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/da/kcontrol/helpindex/index.docbook -share/doc/HTML/da/kcontrol/icons/common -share/doc/HTML/da/kcontrol/icons/index.cache.bz2 -share/doc/HTML/da/kcontrol/icons/index.docbook -share/doc/HTML/da/kcontrol/kcmcss/common -share/doc/HTML/da/kcontrol/kcmcss/index.cache.bz2 -share/doc/HTML/da/kcontrol/kcmcss/index.docbook -share/doc/HTML/da/kcontrol/kcmlaunch/common -share/doc/HTML/da/kcontrol/kcmlaunch/index.cache.bz2 -share/doc/HTML/da/kcontrol/kcmlaunch/index.docbook -share/doc/HTML/da/kcontrol/kcmnotify/common -share/doc/HTML/da/kcontrol/kcmnotify/index.cache.bz2 -share/doc/HTML/da/kcontrol/kcmnotify/index.docbook -share/doc/HTML/da/kcontrol/kcmsmserver/common -share/doc/HTML/da/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/da/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/da/kcontrol/language/common -share/doc/HTML/da/kcontrol/language/index.cache.bz2 -share/doc/HTML/da/kcontrol/language/index.docbook -share/doc/HTML/da/kcontrol/netpref/common -share/doc/HTML/da/kcontrol/netpref/index.cache.bz2 -share/doc/HTML/da/kcontrol/netpref/index.docbook -share/doc/HTML/da/kcontrol/performance/common -share/doc/HTML/da/kcontrol/performance/index.cache.bz2 -share/doc/HTML/da/kcontrol/performance/index.docbook -share/doc/HTML/da/kcontrol/smb/common -share/doc/HTML/da/kcontrol/smb/index.cache.bz2 -share/doc/HTML/da/kcontrol/smb/index.docbook -share/doc/HTML/da/kcontrol/useragent/common -share/doc/HTML/da/kcontrol/useragent/index.cache.bz2 -share/doc/HTML/da/kcontrol/useragent/index.docbook -share/doc/HTML/da/kcron/common -share/doc/HTML/da/kcron/index.cache.bz2 -share/doc/HTML/da/kcron/index.docbook -share/doc/HTML/da/kcron/kcron.png -share/doc/HTML/da/kcron/kcronstart.png -share/doc/HTML/da/kcron/newtask.png -share/doc/HTML/da/kcron/newvariable.png -share/doc/HTML/da/kcron/print.png -share/doc/HTML/da/kdebugdialog/common -share/doc/HTML/da/kdebugdialog/index.cache.bz2 -share/doc/HTML/da/kdebugdialog/index.docbook share/doc/HTML/da/kdesu/common share/doc/HTML/da/kdesu/index.cache.bz2 share/doc/HTML/da/kdesu/index.docbook share/doc/HTML/da/kdesu/man-kdesu.1.docbook -share/doc/HTML/da/kdesvn-build/common -share/doc/HTML/da/kdesvn-build/index.cache.bz2 -share/doc/HTML/da/kdesvn-build/index.docbook -share/doc/HTML/da/kdf/common -share/doc/HTML/da/kdf/index.cache.bz2 -share/doc/HTML/da/kdf/index.docbook -share/doc/HTML/da/kdm/common -share/doc/HTML/da/kdm/index.cache.bz2 -share/doc/HTML/da/kdm/index.docbook -share/doc/HTML/da/kdm/kdmrc-ref.docbook share/doc/HTML/da/kfilereplace/common share/doc/HTML/da/kfilereplace/index.cache.bz2 share/doc/HTML/da/kfilereplace/index.docbook -share/doc/HTML/da/kfind/common -share/doc/HTML/da/kfind/index.cache.bz2 -share/doc/HTML/da/kfind/index.docbook -share/doc/HTML/da/kfind/man-kfind.1.docbook -share/doc/HTML/da/kfloppy/common -share/doc/HTML/da/kfloppy/index.cache.bz2 -share/doc/HTML/da/kfloppy/index.docbook -share/doc/HTML/da/kgeography/common -share/doc/HTML/da/kgeography/index.cache.bz2 -share/doc/HTML/da/kgeography/index.docbook -share/doc/HTML/da/kget/common -share/doc/HTML/da/kget/index.cache.bz2 -share/doc/HTML/da/kget/index.docbook -share/doc/HTML/da/kgoldrunner/common -share/doc/HTML/da/kgoldrunner/index.cache.bz2 -share/doc/HTML/da/kgoldrunner/index.docbook -share/doc/HTML/da/kgpg/common -share/doc/HTML/da/kgpg/index.cache.bz2 -share/doc/HTML/da/kgpg/index.docbook -share/doc/HTML/da/khangman/common -share/doc/HTML/da/khangman/index.cache.bz2 -share/doc/HTML/da/khangman/index.docbook -share/doc/HTML/da/khangman/khangman1.png -share/doc/HTML/da/khangman/man-khangman.6.docbook -share/doc/HTML/da/khelpcenter/common -share/doc/HTML/da/khelpcenter/contact.docbook share/doc/HTML/da/khelpcenter/glossary/common share/doc/HTML/da/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/da/khelpcenter/glossary/index.docbook share/doc/HTML/da/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/da/khelpcenter/help.docbook -share/doc/HTML/da/khelpcenter/index.cache.bz2 -share/doc/HTML/da/khelpcenter/index.docbook -share/doc/HTML/da/khelpcenter/quickstart/common -share/doc/HTML/da/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/da/khelpcenter/quickstart/index.docbook -share/doc/HTML/da/khelpcenter/support.docbook -share/doc/HTML/da/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/da/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/da/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/da/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/da/khelpcenter/userguide/common -share/doc/HTML/da/khelpcenter/userguide/control-center.docbook -share/doc/HTML/da/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/da/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/da/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/da/khelpcenter/userguide/email.docbook -share/doc/HTML/da/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/da/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/da/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/da/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/da/khelpcenter/userguide/glossary.docbook -share/doc/HTML/da/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/da/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/da/khelpcenter/userguide/index.docbook -share/doc/HTML/da/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/da/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/da/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/da/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/da/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/da/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/da/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/da/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/da/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/da/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/da/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/da/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/da/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/da/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/da/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/da/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/da/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/da/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/da/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/da/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/da/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/da/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/da/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/da/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/da/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/da/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/da/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/da/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/da/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/da/khelpcenter/userguide/usenet.docbook -share/doc/HTML/da/khelpcenter/userguide/where-next.docbook -share/doc/HTML/da/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/da/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/da/khelpcenter/visualdict/common -share/doc/HTML/da/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/da/khelpcenter/visualdict/index.docbook -share/doc/HTML/da/khelpcenter/visualdict/pict1.png -share/doc/HTML/da/khelpcenter/visualdict/pict10.png -share/doc/HTML/da/khelpcenter/visualdict/pict11.png -share/doc/HTML/da/khelpcenter/visualdict/pict12.png -share/doc/HTML/da/khelpcenter/visualdict/pict13.png -share/doc/HTML/da/khelpcenter/visualdict/pict14.png -share/doc/HTML/da/khelpcenter/visualdict/pict15.png -share/doc/HTML/da/khelpcenter/visualdict/pict16.png -share/doc/HTML/da/khelpcenter/visualdict/pict19.png -share/doc/HTML/da/khelpcenter/visualdict/pict2.png -share/doc/HTML/da/khelpcenter/visualdict/pict20.png -share/doc/HTML/da/khelpcenter/visualdict/pict4.png -share/doc/HTML/da/khelpcenter/visualdict/pict5.png -share/doc/HTML/da/khelpcenter/visualdict/pict6.png -share/doc/HTML/da/khelpcenter/visualdict/pict7.png -share/doc/HTML/da/khelpcenter/visualdict/pict8.png -share/doc/HTML/da/khelpcenter/visualdict/pict9.png -share/doc/HTML/da/khelpcenter/welcome.docbook -share/doc/HTML/da/khelpcenter/whatiskde.docbook -share/doc/HTML/da/kig/common -share/doc/HTML/da/kig/index.cache.bz2 -share/doc/HTML/da/kig/index.docbook -share/doc/HTML/da/kig/man-kig.1.docbook -share/doc/HTML/da/kinfocenter/common -share/doc/HTML/da/kinfocenter/devices/common -share/doc/HTML/da/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/da/kinfocenter/devices/index.docbook -share/doc/HTML/da/kinfocenter/dma/common -share/doc/HTML/da/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/da/kinfocenter/dma/index.docbook -share/doc/HTML/da/kinfocenter/index.cache.bz2 -share/doc/HTML/da/kinfocenter/index.docbook -share/doc/HTML/da/kinfocenter/interrupts/common -share/doc/HTML/da/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/da/kinfocenter/interrupts/index.docbook -share/doc/HTML/da/kinfocenter/ioports/common -share/doc/HTML/da/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/da/kinfocenter/ioports/index.docbook -share/doc/HTML/da/kinfocenter/memory/common -share/doc/HTML/da/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/da/kinfocenter/memory/index.docbook -share/doc/HTML/da/kinfocenter/nics/common -share/doc/HTML/da/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/da/kinfocenter/nics/index.docbook -share/doc/HTML/da/kinfocenter/opengl/common -share/doc/HTML/da/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/da/kinfocenter/opengl/index.docbook -share/doc/HTML/da/kinfocenter/partitions/common -share/doc/HTML/da/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/da/kinfocenter/partitions/index.docbook -share/doc/HTML/da/kinfocenter/pci/common -share/doc/HTML/da/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/da/kinfocenter/pci/index.docbook -share/doc/HTML/da/kinfocenter/processor/common -share/doc/HTML/da/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/da/kinfocenter/processor/index.docbook -share/doc/HTML/da/kinfocenter/protocols/common -share/doc/HTML/da/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/da/kinfocenter/protocols/index.docbook -share/doc/HTML/da/kinfocenter/samba/common -share/doc/HTML/da/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/da/kinfocenter/samba/index.docbook -share/doc/HTML/da/kinfocenter/scsi/common -share/doc/HTML/da/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/da/kinfocenter/scsi/index.docbook -share/doc/HTML/da/kinfocenter/sound/common -share/doc/HTML/da/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/da/kinfocenter/sound/index.docbook -share/doc/HTML/da/kinfocenter/usb/common -share/doc/HTML/da/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/da/kinfocenter/usb/index.docbook -share/doc/HTML/da/kinfocenter/xserver/common -share/doc/HTML/da/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/da/kinfocenter/xserver/index.docbook -share/doc/HTML/da/kiten/common -share/doc/HTML/da/kiten/index.cache.bz2 -share/doc/HTML/da/kiten/index.docbook -share/doc/HTML/da/kjots/common -share/doc/HTML/da/kjots/index.cache.bz2 -share/doc/HTML/da/kjots/index.docbook -share/doc/HTML/da/kjumpingcube/common -share/doc/HTML/da/kjumpingcube/index.cache.bz2 -share/doc/HTML/da/kjumpingcube/index.docbook -share/doc/HTML/da/kleopatra/common -share/doc/HTML/da/kleopatra/index.cache.bz2 -share/doc/HTML/da/kleopatra/index.docbook -share/doc/HTML/da/klettres/common -share/doc/HTML/da/klettres/index.cache.bz2 -share/doc/HTML/da/klettres/index.docbook -share/doc/HTML/da/klettres/klettres1.png -share/doc/HTML/da/klettres/klettres2.png -share/doc/HTML/da/klettres/klettres3.png -share/doc/HTML/da/klines/common -share/doc/HTML/da/klines/index.cache.bz2 -share/doc/HTML/da/klines/index.docbook share/doc/HTML/da/klinkstatus/common share/doc/HTML/da/klinkstatus/index.cache.bz2 share/doc/HTML/da/klinkstatus/index.docbook -share/doc/HTML/da/klipper/common -share/doc/HTML/da/klipper/index.cache.bz2 -share/doc/HTML/da/klipper/index.docbook -share/doc/HTML/da/kmag/common -share/doc/HTML/da/kmag/index.cache.bz2 -share/doc/HTML/da/kmag/index.docbook -share/doc/HTML/da/kmag/man-kmag.1.docbook -share/doc/HTML/da/kmag/screenshot.png -share/doc/HTML/da/kmahjongg/common -share/doc/HTML/da/kmahjongg/index.cache.bz2 -share/doc/HTML/da/kmahjongg/index.docbook -share/doc/HTML/da/kmenuedit/common -share/doc/HTML/da/kmenuedit/index.cache.bz2 -share/doc/HTML/da/kmenuedit/index.docbook -share/doc/HTML/da/kmines/common -share/doc/HTML/da/kmines/index.cache.bz2 -share/doc/HTML/da/kmines/index.docbook -share/doc/HTML/da/kmines/kmines1.png -share/doc/HTML/da/kmines/kmines2.png -share/doc/HTML/da/kmix/common -share/doc/HTML/da/kmix/index.cache.bz2 -share/doc/HTML/da/kmix/index.docbook -share/doc/HTML/da/kmousetool/common -share/doc/HTML/da/kmousetool/index.cache.bz2 -share/doc/HTML/da/kmousetool/index.docbook -share/doc/HTML/da/kmousetool/man-kmousetool.1.docbook share/doc/HTML/da/kmouth/common share/doc/HTML/da/kmouth/index.cache.bz2 share/doc/HTML/da/kmouth/index.docbook share/doc/HTML/da/kmouth/man-kmouth.1.docbook -share/doc/HTML/da/kmplot/commands.docbook -share/doc/HTML/da/kmplot/common -share/doc/HTML/da/kmplot/configuration.docbook -share/doc/HTML/da/kmplot/credits.docbook -share/doc/HTML/da/kmplot/dcop.docbook -share/doc/HTML/da/kmplot/developer.docbook -share/doc/HTML/da/kmplot/firststeps.docbook -share/doc/HTML/da/kmplot/index.cache.bz2 -share/doc/HTML/da/kmplot/index.docbook -share/doc/HTML/da/kmplot/install.docbook -share/doc/HTML/da/kmplot/introduction.docbook -share/doc/HTML/da/kmplot/main.png -share/doc/HTML/da/kmplot/man-kmplot.1.docbook -share/doc/HTML/da/kmplot/reference.docbook -share/doc/HTML/da/kmplot/using.docbook -share/doc/HTML/da/knetattach/common -share/doc/HTML/da/knetattach/index.cache.bz2 -share/doc/HTML/da/knetattach/index.docbook -share/doc/HTML/da/knode/commands.docbook -share/doc/HTML/da/knode/common -share/doc/HTML/da/knode/credits.docbook -share/doc/HTML/da/knode/faq.docbook -share/doc/HTML/da/knode/gloss.docbook -share/doc/HTML/da/knode/index.cache.bz2 -share/doc/HTML/da/knode/index.docbook -share/doc/HTML/da/knode/install.docbook -share/doc/HTML/da/knode/introduction.docbook -share/doc/HTML/da/knode/journey.docbook -share/doc/HTML/da/knode/knode-cleanup.png -share/doc/HTML/da/knode/knode-colors-fonts.png -share/doc/HTML/da/knode/knode-composer-attachments.png -share/doc/HTML/da/knode/knode-composer-settings.png -share/doc/HTML/da/knode/knode-edit-filter.png -share/doc/HTML/da/knode/knode-edit-header1.png -share/doc/HTML/da/knode/knode-edit-header2.png -share/doc/HTML/da/knode/knode-filters.png -share/doc/HTML/da/knode/knode-followup.png -share/doc/HTML/da/knode/knode-header-settings.png -share/doc/HTML/da/knode/knode-identity.png -share/doc/HTML/da/knode/knode-mail-account.png -share/doc/HTML/da/knode/knode-new-article.png -share/doc/HTML/da/knode/knode-news-account.png -share/doc/HTML/da/knode/knode-post-settings.png -share/doc/HTML/da/knode/knode-read-news-settings.png -share/doc/HTML/da/knode/knode-reply.png -share/doc/HTML/da/knode/knode-search.png -share/doc/HTML/da/knode/knode-start.png -share/doc/HTML/da/knode/knode-subscribe.png -share/doc/HTML/da/knode/knode-views.png -share/doc/HTML/da/knode/more.docbook -share/doc/HTML/da/knode/using-firststart.docbook -share/doc/HTML/da/knode/using-morefeatures.docbook -share/doc/HTML/da/knode/using-subscribing.docbook -share/doc/HTML/da/knotes/common -share/doc/HTML/da/knotes/index.cache.bz2 -share/doc/HTML/da/knotes/index.docbook -share/doc/HTML/da/kolf/common -share/doc/HTML/da/kolf/index.cache.bz2 -share/doc/HTML/da/kolf/index.docbook -share/doc/HTML/da/kolourpaint/common -share/doc/HTML/da/kolourpaint/index.cache.bz2 -share/doc/HTML/da/kolourpaint/index.docbook share/doc/HTML/da/kommander/basics.docbook share/doc/HTML/da/kommander/commands.docbook share/doc/HTML/da/kommander/common @@ -685,9 +283,6 @@ share/doc/HTML/da/kommander/q-and-a.docbook share/doc/HTML/da/kommander/specials.docbook share/doc/HTML/da/kommander/tutorials.docbook share/doc/HTML/da/kommander/widgets.docbook -share/doc/HTML/da/kompare/common -share/doc/HTML/da/kompare/index.cache.bz2 -share/doc/HTML/da/kompare/index.docbook share/doc/HTML/da/konqueror/basics.docbook share/doc/HTML/da/konqueror/bookmarks.docbook share/doc/HTML/da/konqueror/browser.docbook @@ -712,29 +307,6 @@ share/doc/HTML/da/konqueror/save-settings.docbook share/doc/HTML/da/konqueror/shortcut1.png share/doc/HTML/da/konqueror/shortcut2.png share/doc/HTML/da/konqueror/sidebar.docbook -share/doc/HTML/da/konquest/common -share/doc/HTML/da/konquest/index.cache.bz2 -share/doc/HTML/da/konquest/index.docbook -share/doc/HTML/da/konsole/common -share/doc/HTML/da/konsole/index.cache.bz2 -share/doc/HTML/da/konsole/index.docbook -share/doc/HTML/da/konsole/konsole.png -share/doc/HTML/da/konsolekalendar/common -share/doc/HTML/da/konsolekalendar/index.cache.bz2 -share/doc/HTML/da/konsolekalendar/index.docbook -share/doc/HTML/da/kopete/common -share/doc/HTML/da/kopete/index.cache.bz2 -share/doc/HTML/da/kopete/index.docbook -share/doc/HTML/da/kopete/menus.docbook -share/doc/HTML/da/korganizer/common -share/doc/HTML/da/korganizer/index.cache.bz2 -share/doc/HTML/da/korganizer/index.docbook -share/doc/HTML/da/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/da/korganizer/plugins-chapter.docbook -share/doc/HTML/da/kpat/common -share/doc/HTML/da/kpat/index.cache.bz2 -share/doc/HTML/da/kpat/index.docbook -share/doc/HTML/da/kpat/man-kpat.6.docbook share/doc/HTML/da/kppp/accounting.docbook share/doc/HTML/da/kppp/callback.docbook share/doc/HTML/da/kppp/chap.docbook @@ -761,176 +333,9 @@ share/doc/HTML/da/kppp/kppp-wizard.png share/doc/HTML/da/kppp/security.docbook share/doc/HTML/da/kppp/tricks.docbook share/doc/HTML/da/kppp/wizard.docbook -share/doc/HTML/da/krdc/common -share/doc/HTML/da/krdc/index.cache.bz2 -share/doc/HTML/da/krdc/index.docbook -share/doc/HTML/da/kreversi/common -share/doc/HTML/da/kreversi/index.cache.bz2 -share/doc/HTML/da/kreversi/index.docbook -share/doc/HTML/da/kreversi/kreversi1.png -share/doc/HTML/da/krfb/common -share/doc/HTML/da/krfb/index.cache.bz2 -share/doc/HTML/da/krfb/index.docbook -share/doc/HTML/da/kruler/common -share/doc/HTML/da/kruler/index.cache.bz2 -share/doc/HTML/da/kruler/index.docbook -share/doc/HTML/da/ksame/common -share/doc/HTML/da/ksame/index.cache.bz2 -share/doc/HTML/da/ksame/index.docbook -share/doc/HTML/da/kshisen/common -share/doc/HTML/da/kshisen/index.cache.bz2 -share/doc/HTML/da/kshisen/index.docbook -share/doc/HTML/da/ksnapshot/common -share/doc/HTML/da/ksnapshot/index.cache.bz2 -share/doc/HTML/da/ksnapshot/index.docbook -share/doc/HTML/da/ksnapshot/preview.png -share/doc/HTML/da/ksnapshot/window.png -share/doc/HTML/da/kspaceduel/common -share/doc/HTML/da/kspaceduel/index.cache.bz2 -share/doc/HTML/da/kspaceduel/index.docbook -share/doc/HTML/da/kspaceduel/kspaceduel3.png -share/doc/HTML/da/kstars/aavso.png -share/doc/HTML/da/kstars/ai-contents.docbook -share/doc/HTML/da/kstars/altvstime.docbook -share/doc/HTML/da/kstars/altvstime.png -share/doc/HTML/da/kstars/astroinfo.docbook -share/doc/HTML/da/kstars/blackbody.docbook -share/doc/HTML/da/kstars/calc-angdist.docbook -share/doc/HTML/da/kstars/calc-apcoords.docbook -share/doc/HTML/da/kstars/calc-apcoords.png -share/doc/HTML/da/kstars/calc-dayduration.docbook -share/doc/HTML/da/kstars/calc-daylength.png -share/doc/HTML/da/kstars/calc-ecliptic.docbook -share/doc/HTML/da/kstars/calc-eqgal.docbook -share/doc/HTML/da/kstars/calc-eqgal.png -share/doc/HTML/da/kstars/calc-equinox.docbook -share/doc/HTML/da/kstars/calc-geodetic.docbook -share/doc/HTML/da/kstars/calc-geodetic.png -share/doc/HTML/da/kstars/calc-horizontal.docbook -share/doc/HTML/da/kstars/calc-horizontal.png -share/doc/HTML/da/kstars/calc-julian.png -share/doc/HTML/da/kstars/calc-julianday.docbook -share/doc/HTML/da/kstars/calc-planetcoords.docbook -share/doc/HTML/da/kstars/calc-precess.docbook -share/doc/HTML/da/kstars/calc-precess.png -share/doc/HTML/da/kstars/calc-sidereal.docbook -share/doc/HTML/da/kstars/calc-sidereal.png -share/doc/HTML/da/kstars/calculator.docbook -share/doc/HTML/da/kstars/cequator.docbook -share/doc/HTML/da/kstars/colorandtemp.docbook -share/doc/HTML/da/kstars/commands.docbook -share/doc/HTML/da/kstars/common -share/doc/HTML/da/kstars/config.docbook -share/doc/HTML/da/kstars/cpoles.docbook -share/doc/HTML/da/kstars/credits.docbook -share/doc/HTML/da/kstars/csphere.docbook -share/doc/HTML/da/kstars/darkmatter.docbook -share/doc/HTML/da/kstars/detaildialog.png -share/doc/HTML/da/kstars/details.docbook -share/doc/HTML/da/kstars/devicemanager.png -share/doc/HTML/da/kstars/dumpmode.docbook -share/doc/HTML/da/kstars/ecliptic.docbook -share/doc/HTML/da/kstars/ellipticalgalaxies.docbook -share/doc/HTML/da/kstars/equinox.docbook -share/doc/HTML/da/kstars/faq.docbook -share/doc/HTML/da/kstars/find.png -share/doc/HTML/da/kstars/fitsviewer.docbook -share/doc/HTML/da/kstars/flux.docbook -share/doc/HTML/da/kstars/fovdialog.png -share/doc/HTML/da/kstars/geocoords.docbook -share/doc/HTML/da/kstars/geolocator.png -share/doc/HTML/da/kstars/greatcircle.docbook -share/doc/HTML/da/kstars/horizon.docbook -share/doc/HTML/da/kstars/hourangle.docbook -share/doc/HTML/da/kstars/index.cache.bz2 -share/doc/HTML/da/kstars/index.docbook -share/doc/HTML/da/kstars/indi.docbook -share/doc/HTML/da/kstars/indiclient.png -share/doc/HTML/da/kstars/install.docbook -share/doc/HTML/da/kstars/jmoons.docbook -share/doc/HTML/da/kstars/jmoons.png -share/doc/HTML/da/kstars/julianday.docbook -share/doc/HTML/da/kstars/leapyear.docbook -share/doc/HTML/da/kstars/lightcurves.docbook -share/doc/HTML/da/kstars/luminosity.docbook -share/doc/HTML/da/kstars/magnitude.docbook -share/doc/HTML/da/kstars/meridian.docbook -share/doc/HTML/da/kstars/newfov.png -share/doc/HTML/da/kstars/observinglist.docbook -share/doc/HTML/da/kstars/parallax.docbook -share/doc/HTML/da/kstars/popup.png -share/doc/HTML/da/kstars/precession.docbook -share/doc/HTML/da/kstars/quicktour.docbook -share/doc/HTML/da/kstars/retrograde.docbook -share/doc/HTML/da/kstars/screen1.png -share/doc/HTML/da/kstars/scriptbuilder.docbook -share/doc/HTML/da/kstars/scriptbuilder.png -share/doc/HTML/da/kstars/sidereal.docbook -share/doc/HTML/da/kstars/skycoords.docbook -share/doc/HTML/da/kstars/solarsys.docbook -share/doc/HTML/da/kstars/solarsystem.png -share/doc/HTML/da/kstars/spiralgalaxies.docbook -share/doc/HTML/da/kstars/stars.docbook -share/doc/HTML/da/kstars/timezones.docbook -share/doc/HTML/da/kstars/tools.docbook -share/doc/HTML/da/kstars/utime.docbook -share/doc/HTML/da/kstars/viewops.png -share/doc/HTML/da/kstars/wut.docbook -share/doc/HTML/da/kstars/wut.png -share/doc/HTML/da/kstars/zenith.docbook share/doc/HTML/da/ksysguard/common share/doc/HTML/da/ksysguard/index.cache.bz2 share/doc/HTML/da/ksysguard/index.docbook -share/doc/HTML/da/kteatime/common -share/doc/HTML/da/kteatime/index.cache.bz2 -share/doc/HTML/da/kteatime/index.docbook -share/doc/HTML/da/ktimer/common -share/doc/HTML/da/ktimer/index.cache.bz2 -share/doc/HTML/da/ktimer/index.docbook -share/doc/HTML/da/ktouch/common -share/doc/HTML/da/ktouch/index.cache.bz2 -share/doc/HTML/da/ktouch/index.docbook -share/doc/HTML/da/ktouch/man-ktouch.1.docbook -share/doc/HTML/da/kttsd/common -share/doc/HTML/da/kttsd/index.cache.bz2 -share/doc/HTML/da/kttsd/index.docbook -share/doc/HTML/da/ktuberling/common -share/doc/HTML/da/ktuberling/index.cache.bz2 -share/doc/HTML/da/ktuberling/index.docbook -share/doc/HTML/da/ktuberling/menu-edit.png -share/doc/HTML/da/ktuberling/menu-help.png -share/doc/HTML/da/ktuberling/menu-raw.png -share/doc/HTML/da/ktuberling/technical-reference.docbook -share/doc/HTML/da/kturtle/common -share/doc/HTML/da/kturtle/getting-started.docbook -share/doc/HTML/da/kturtle/glossary.docbook -share/doc/HTML/da/kturtle/index.cache.bz2 -share/doc/HTML/da/kturtle/index.docbook -share/doc/HTML/da/kturtle/programming-reference.docbook -share/doc/HTML/da/kturtle/translator-guide.docbook -share/doc/HTML/da/kturtle/using-kturtle.docbook -share/doc/HTML/da/kuser/common -share/doc/HTML/da/kuser/index.cache.bz2 -share/doc/HTML/da/kuser/index.docbook -share/doc/HTML/da/kuser/kuser.png -share/doc/HTML/da/kwallet/common -share/doc/HTML/da/kwallet/index.cache.bz2 -share/doc/HTML/da/kwallet/index.docbook -share/doc/HTML/da/kwatchgnupg/common -share/doc/HTML/da/kwatchgnupg/index.cache.bz2 -share/doc/HTML/da/kwatchgnupg/index.docbook -share/doc/HTML/da/kweather/common -share/doc/HTML/da/kweather/index.cache.bz2 -share/doc/HTML/da/kweather/index.docbook -share/doc/HTML/da/kwordquiz/common -share/doc/HTML/da/kwordquiz/index.cache.bz2 -share/doc/HTML/da/kwordquiz/index.docbook -share/doc/HTML/da/kwrite/common -share/doc/HTML/da/kwrite/index.cache.bz2 -share/doc/HTML/da/kwrite/index.docbook -share/doc/HTML/da/superkaramba/common -share/doc/HTML/da/superkaramba/index.cache.bz2 -share/doc/HTML/da/superkaramba/index.docbook share/doc/HTML/da/umbrello/authors.docbook share/doc/HTML/da/umbrello/code_import_and_generation.docbook share/doc/HTML/da/umbrello/common @@ -941,33 +346,7 @@ share/doc/HTML/da/umbrello/introduction.docbook share/doc/HTML/da/umbrello/other_features.docbook share/doc/HTML/da/umbrello/uml_basics.docbook share/doc/HTML/da/umbrello/working_with_umbrello.docbook -share/locale/da/LC_MESSAGES/akonadi-kcal.mo -share/locale/da/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/da/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/da/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/da/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/da/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/da/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/da/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/da/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/da/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/da/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/da/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/da/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/da/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/da/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/da/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/da/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/da/LC_MESSAGES/akonadi_next.mo -share/locale/da/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/da/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/da/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/da/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/da/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/da/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/da/LC_MESSAGES/akonadicontact.mo -share/locale/da/LC_MESSAGES/akonaditray.mo -share/locale/da/LC_MESSAGES/akregator.mo share/locale/da/LC_MESSAGES/amor.mo share/locale/da/LC_MESSAGES/ark.mo share/locale/da/LC_MESSAGES/attica_kde.mo @@ -975,43 +354,37 @@ share/locale/da/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/da/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/da/LC_MESSAGES/audiorename_plugin.mo share/locale/da/LC_MESSAGES/blinken.mo -share/locale/da/LC_MESSAGES/blogilo.mo share/locale/da/LC_MESSAGES/bomber.mo share/locale/da/LC_MESSAGES/bovo.mo share/locale/da/LC_MESSAGES/cantor.mo share/locale/da/LC_MESSAGES/cervisia.mo -share/locale/da/LC_MESSAGES/cryptopageplugin.mo share/locale/da/LC_MESSAGES/cvsservice.mo share/locale/da/LC_MESSAGES/display.mo share/locale/da/LC_MESSAGES/dolphin.mo share/locale/da/LC_MESSAGES/dragonplayer.mo share/locale/da/LC_MESSAGES/drkonqi.mo share/locale/da/LC_MESSAGES/filetypes.mo +share/locale/da/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/da/LC_MESSAGES/freespacenotifier.mo share/locale/da/LC_MESSAGES/granatier.mo share/locale/da/LC_MESSAGES/gwenview.mo share/locale/da/LC_MESSAGES/htmlsearch.mo share/locale/da/LC_MESSAGES/imagerename_plugin.mo -share/locale/da/LC_MESSAGES/irkick.mo +share/locale/da/LC_MESSAGES/jovie.mo share/locale/da/LC_MESSAGES/joystick.mo share/locale/da/LC_MESSAGES/juk.mo share/locale/da/LC_MESSAGES/kabc.mo -share/locale/da/LC_MESSAGES/kabc_akonadi.mo share/locale/da/LC_MESSAGES/kabc_dir.mo share/locale/da/LC_MESSAGES/kabc_file.mo share/locale/da/LC_MESSAGES/kabc_ldapkio.mo share/locale/da/LC_MESSAGES/kabc_net.mo -share/locale/da/LC_MESSAGES/kabc_slox.mo -share/locale/da/LC_MESSAGES/kabcclient.mo share/locale/da/LC_MESSAGES/kabcformat_binary.mo share/locale/da/LC_MESSAGES/kaccess.mo -share/locale/da/LC_MESSAGES/kaddressbook.mo -share/locale/da/LC_MESSAGES/kalarm.mo +share/locale/da/LC_MESSAGES/kajongg.mo share/locale/da/LC_MESSAGES/kalgebra.mo share/locale/da/LC_MESSAGES/kalzium.mo -share/locale/da/LC_MESSAGES/kalzium_qt.mo share/locale/da/LC_MESSAGES/kanagram.mo share/locale/da/LC_MESSAGES/kapman.mo -share/locale/da/LC_MESSAGES/kappfinder.mo share/locale/da/LC_MESSAGES/kapptemplate.mo share/locale/da/LC_MESSAGES/kate-ctags-plugin.mo share/locale/da/LC_MESSAGES/kate.mo @@ -1023,20 +396,17 @@ share/locale/da/LC_MESSAGES/katefilebrowserplugin.mo share/locale/da/LC_MESSAGES/katefiletemplates.mo share/locale/da/LC_MESSAGES/katefindinfilesplugin.mo share/locale/da/LC_MESSAGES/katehelloworld.mo -share/locale/da/LC_MESSAGES/katehtmltools.mo share/locale/da/LC_MESSAGES/kateinsertcommand.mo share/locale/da/LC_MESSAGES/katekjswrapper.mo share/locale/da/LC_MESSAGES/katekonsoleplugin.mo share/locale/da/LC_MESSAGES/katemailfilesplugin.mo share/locale/da/LC_MESSAGES/kateopenheader.mo share/locale/da/LC_MESSAGES/katepart4.mo -share/locale/da/LC_MESSAGES/katepybrowse.mo share/locale/da/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/da/LC_MESSAGES/katesnippets.mo share/locale/da/LC_MESSAGES/katesnippets_tng.mo -share/locale/da/LC_MESSAGES/katesnippetstng_editor.mo share/locale/da/LC_MESSAGES/katesymbolviewer.mo share/locale/da/LC_MESSAGES/katetabbarextension.mo +share/locale/da/LC_MESSAGES/katetabifyplugin.mo share/locale/da/LC_MESSAGES/katetextfilter.mo share/locale/da/LC_MESSAGES/katexmlcheck.mo share/locale/da/LC_MESSAGES/katexmltools.mo @@ -1051,27 +421,27 @@ share/locale/da/LC_MESSAGES/kbruch.mo share/locale/da/LC_MESSAGES/kbugbuster.mo share/locale/da/LC_MESSAGES/kcachegrind.mo share/locale/da/LC_MESSAGES/kcachegrind_qt.mo -share/locale/da/LC_MESSAGES/kcal_akonadi.mo share/locale/da/LC_MESSAGES/kcalc.mo share/locale/da/LC_MESSAGES/kcertpart.mo share/locale/da/LC_MESSAGES/kcharselect.mo -share/locale/da/LC_MESSAGES/kcm_akonadi.mo share/locale/da/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/da/LC_MESSAGES/kcm_attica.mo share/locale/da/LC_MESSAGES/kcm_autostart.mo +share/locale/da/LC_MESSAGES/kcm_desktoppaths.mo share/locale/da/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/da/LC_MESSAGES/kcm_device_automounter.mo share/locale/da/LC_MESSAGES/kcm_emoticons.mo +share/locale/da/LC_MESSAGES/kcm_infobase.mo +share/locale/da/LC_MESSAGES/kcm_infosummary.mo share/locale/da/LC_MESSAGES/kcm_krfb.mo share/locale/da/LC_MESSAGES/kcm_kwindesktop.mo share/locale/da/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/da/LC_MESSAGES/kcm_lirc.mo share/locale/da/LC_MESSAGES/kcm_memory.mo -share/locale/da/LC_MESSAGES/kcm_partition.mo share/locale/da/LC_MESSAGES/kcm_pci.mo share/locale/da/LC_MESSAGES/kcm_phonon.mo share/locale/da/LC_MESSAGES/kcm_phononxine.mo share/locale/da/LC_MESSAGES/kcm_platform.mo +share/locale/da/LC_MESSAGES/kcm_remotecontrol.mo share/locale/da/LC_MESSAGES/kcm_solid.mo share/locale/da/LC_MESSAGES/kcm_solid_actions.mo share/locale/da/LC_MESSAGES/kcm_standard_actions.mo @@ -1084,13 +454,13 @@ share/locale/da/LC_MESSAGES/kcmcgi.mo share/locale/da/LC_MESSAGES/kcmcolors.mo share/locale/da/LC_MESSAGES/kcmcomponentchooser.mo share/locale/da/LC_MESSAGES/kcmcrypto.mo +share/locale/da/LC_MESSAGES/kcmdevinfo.mo share/locale/da/LC_MESSAGES/kcmfonts.mo share/locale/da/LC_MESSAGES/kcmhtmlsearch.mo share/locale/da/LC_MESSAGES/kcmicons.mo share/locale/da/LC_MESSAGES/kcminfo.mo share/locale/da/LC_MESSAGES/kcminit.mo share/locale/da/LC_MESSAGES/kcminput.mo -share/locale/da/LC_MESSAGES/kcmioslaveinfo.mo share/locale/da/LC_MESSAGES/kcmkamera.mo share/locale/da/LC_MESSAGES/kcmkclock.mo share/locale/da/LC_MESSAGES/kcmkded.mo @@ -1119,7 +489,6 @@ share/locale/da/LC_MESSAGES/kcmscreensaver.mo share/locale/da/LC_MESSAGES/kcmshell.mo share/locale/da/LC_MESSAGES/kcmsmartcard.mo share/locale/da/LC_MESSAGES/kcmsmserver.mo -share/locale/da/LC_MESSAGES/kcmsolidproc.mo share/locale/da/LC_MESSAGES/kcmstyle.mo share/locale/da/LC_MESSAGES/kcmusb.mo share/locale/da/LC_MESSAGES/kcmview1394.mo @@ -1133,16 +502,11 @@ share/locale/da/LC_MESSAGES/kdebugdialog.mo share/locale/da/LC_MESSAGES/kdecalendarsystems.mo share/locale/da/LC_MESSAGES/kdelibs4.mo share/locale/da/LC_MESSAGES/kdelibs_colors4.mo -share/locale/da/LC_MESSAGES/kdelirc.mo share/locale/da/LC_MESSAGES/kdepasswd.mo -share/locale/da/LC_MESSAGES/kdepimresources.mo -share/locale/da/LC_MESSAGES/kdepimwizards.mo share/locale/da/LC_MESSAGES/kdeqt.mo share/locale/da/LC_MESSAGES/kdesu.mo share/locale/da/LC_MESSAGES/kdesud.mo share/locale/da/LC_MESSAGES/kdf.mo -share/locale/da/LC_MESSAGES/kdgantt.mo -share/locale/da/LC_MESSAGES/kdgantt1.mo share/locale/da/LC_MESSAGES/kdialog.mo share/locale/da/LC_MESSAGES/kdiamond.mo share/locale/da/LC_MESSAGES/kdmconfig.mo @@ -1190,12 +554,12 @@ share/locale/da/LC_MESSAGES/khotnewstuff.mo share/locale/da/LC_MESSAGES/khtmlkttsd.mo share/locale/da/LC_MESSAGES/kiconfinder.mo share/locale/da/LC_MESSAGES/kig.mo +share/locale/da/LC_MESSAGES/kigo.mo share/locale/da/LC_MESSAGES/killbots.mo share/locale/da/LC_MESSAGES/kimagemapeditor.mo share/locale/da/LC_MESSAGES/kinetd.mo share/locale/da/LC_MESSAGES/kinfocenter.mo share/locale/da/LC_MESSAGES/kio4.mo -share/locale/da/LC_MESSAGES/kio_akonadi.mo share/locale/da/LC_MESSAGES/kio_applications.mo share/locale/da/LC_MESSAGES/kio_archive.mo share/locale/da/LC_MESSAGES/kio_audiocd.mo @@ -1203,7 +567,6 @@ share/locale/da/LC_MESSAGES/kio_bookmarks.mo share/locale/da/LC_MESSAGES/kio_finger.mo share/locale/da/LC_MESSAGES/kio_fish.mo share/locale/da/LC_MESSAGES/kio_floppy.mo -share/locale/da/LC_MESSAGES/kio_groupwise.mo share/locale/da/LC_MESSAGES/kio_help4.mo share/locale/da/LC_MESSAGES/kio_imap4.mo share/locale/da/LC_MESSAGES/kio_info.mo @@ -1231,9 +594,7 @@ share/locale/da/LC_MESSAGES/kioclient.mo share/locale/da/LC_MESSAGES/kioexec.mo share/locale/da/LC_MESSAGES/kiriki.mo share/locale/da/LC_MESSAGES/kiten.mo -share/locale/da/LC_MESSAGES/kjots.mo share/locale/da/LC_MESSAGES/kjumpingcube.mo -share/locale/da/LC_MESSAGES/kleopatra.mo share/locale/da/LC_MESSAGES/klettres.mo share/locale/da/LC_MESSAGES/klines.mo share/locale/da/LC_MESSAGES/klinkstatus.mo @@ -1241,12 +602,6 @@ share/locale/da/LC_MESSAGES/klipper.mo share/locale/da/LC_MESSAGES/klock.mo share/locale/da/LC_MESSAGES/kmag.mo share/locale/da/LC_MESSAGES/kmahjongg.mo -share/locale/da/LC_MESSAGES/kmail-migrator.mo -share/locale/da/LC_MESSAGES/kmail.mo -share/locale/da/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/da/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/da/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/da/LC_MESSAGES/kmailcvt.mo share/locale/da/LC_MESSAGES/kmenuedit.mo share/locale/da/LC_MESSAGES/kmimetypefinder.mo share/locale/da/LC_MESSAGES/kmines.mo @@ -1257,8 +612,6 @@ share/locale/da/LC_MESSAGES/kmplot.mo share/locale/da/LC_MESSAGES/knetattach.mo share/locale/da/LC_MESSAGES/knetwalk.mo share/locale/da/LC_MESSAGES/knetworkconfmodule.mo -share/locale/da/LC_MESSAGES/knode.mo -share/locale/da/LC_MESSAGES/knotes.mo share/locale/da/LC_MESSAGES/knotify4.mo share/locale/da/LC_MESSAGES/kolf.mo share/locale/da/LC_MESSAGES/kollision.mo @@ -1268,11 +621,8 @@ share/locale/da/LC_MESSAGES/kompare.mo share/locale/da/LC_MESSAGES/konqueror.mo share/locale/da/LC_MESSAGES/konquest.mo share/locale/da/LC_MESSAGES/konsole.mo -share/locale/da/LC_MESSAGES/konsolekalendar.mo -share/locale/da/LC_MESSAGES/kontact.mo share/locale/da/LC_MESSAGES/kontactinterfaces.mo share/locale/da/LC_MESSAGES/kopete.mo -share/locale/da/LC_MESSAGES/korganizer.mo share/locale/da/LC_MESSAGES/kpartloader.mo share/locale/da/LC_MESSAGES/kpartsaver.mo share/locale/da/LC_MESSAGES/kpasswdserver.mo @@ -1281,28 +631,20 @@ share/locale/da/LC_MESSAGES/kppp.mo share/locale/da/LC_MESSAGES/kppplogview.mo share/locale/da/LC_MESSAGES/kquitapp.mo share/locale/da/LC_MESSAGES/krandr.mo +share/locale/da/LC_MESSAGES/krcdnotifieritem.mo share/locale/da/LC_MESSAGES/krdb.mo share/locale/da/LC_MESSAGES/krdc.mo share/locale/da/LC_MESSAGES/kreadconfig.mo -share/locale/da/LC_MESSAGES/kres-migrator.mo -share/locale/da/LC_MESSAGES/kres_birthday.mo -share/locale/da/LC_MESSAGES/kres_blog.mo +share/locale/da/LC_MESSAGES/kremotecontroldaemon.mo share/locale/da/LC_MESSAGES/kres_bugzilla.mo -share/locale/da/LC_MESSAGES/kres_groupware.mo -share/locale/da/LC_MESSAGES/kres_groupwise.mo -share/locale/da/LC_MESSAGES/kres_kolab.mo -share/locale/da/LC_MESSAGES/kres_remote.mo -share/locale/da/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/da/LC_MESSAGES/kreversi.mo share/locale/da/LC_MESSAGES/krfb.mo share/locale/da/LC_MESSAGES/kruler.mo share/locale/da/LC_MESSAGES/krunner.mo share/locale/da/LC_MESSAGES/ksame.mo share/locale/da/LC_MESSAGES/ksaneplugin.mo -share/locale/da/LC_MESSAGES/ksayit.mo share/locale/da/LC_MESSAGES/kscd.mo share/locale/da/LC_MESSAGES/kscreensaver.mo -share/locale/da/LC_MESSAGES/ksendemail.mo share/locale/da/LC_MESSAGES/kshisen.mo share/locale/da/LC_MESSAGES/kshorturifilter.mo share/locale/da/LC_MESSAGES/ksirk.mo @@ -1324,16 +666,14 @@ share/locale/da/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/da/LC_MESSAGES/ksystemlog.mo share/locale/da/LC_MESSAGES/ksystraycmd.mo share/locale/da/LC_MESSAGES/kteatime.mo +share/locale/da/LC_MESSAGES/ktesnippets_editor.mo share/locale/da/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/da/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/da/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/da/LC_MESSAGES/kthememanager.mo share/locale/da/LC_MESSAGES/ktimer.mo -share/locale/da/LC_MESSAGES/ktimetracker.mo share/locale/da/LC_MESSAGES/ktouch.mo share/locale/da/LC_MESSAGES/ktraderclient.mo share/locale/da/LC_MESSAGES/ktron.mo -share/locale/da/LC_MESSAGES/kttsd.mo share/locale/da/LC_MESSAGES/ktuberling.mo share/locale/da/LC_MESSAGES/kturtle.mo share/locale/da/LC_MESSAGES/ktux.mo @@ -1344,8 +684,6 @@ share/locale/da/LC_MESSAGES/kurifilter.mo share/locale/da/LC_MESSAGES/kuser.mo share/locale/da/LC_MESSAGES/kwalletd.mo share/locale/da/LC_MESSAGES/kwalletmanager.mo -share/locale/da/LC_MESSAGES/kwatchgnupg.mo -share/locale/da/LC_MESSAGES/kweather.mo share/locale/da/LC_MESSAGES/kwin.mo share/locale/da/LC_MESSAGES/kwin_art_clients.mo share/locale/da/LC_MESSAGES/kwin_clients.mo @@ -1367,31 +705,25 @@ share/locale/da/LC_MESSAGES/libkcompactdisc.mo share/locale/da/LC_MESSAGES/libkdcraw.mo share/locale/da/LC_MESSAGES/libkdeedu.mo share/locale/da/LC_MESSAGES/libkdegames.mo -share/locale/da/LC_MESSAGES/libkdepim.mo share/locale/da/LC_MESSAGES/libkexiv2.mo share/locale/da/LC_MESSAGES/libkholidays.mo share/locale/da/LC_MESSAGES/libkimap.mo share/locale/da/LC_MESSAGES/libkldap.mo -share/locale/da/LC_MESSAGES/libkleopatra.mo share/locale/da/LC_MESSAGES/libkmahjongg.mo share/locale/da/LC_MESSAGES/libkmime.mo share/locale/da/LC_MESSAGES/libkonq.mo -share/locale/da/LC_MESSAGES/libkpgp.mo share/locale/da/LC_MESSAGES/libkpimidentities.mo share/locale/da/LC_MESSAGES/libkpimtextedit.mo share/locale/da/LC_MESSAGES/libkpimutils.mo +share/locale/da/LC_MESSAGES/libkremotecontrol.mo share/locale/da/LC_MESSAGES/libkresources.mo share/locale/da/LC_MESSAGES/libksane.mo share/locale/da/LC_MESSAGES/libkscreensaver.mo -share/locale/da/LC_MESSAGES/libksieve.mo share/locale/da/LC_MESSAGES/libktnef.mo share/locale/da/LC_MESSAGES/libkunitconversion.mo share/locale/da/LC_MESSAGES/libkworkspace.mo share/locale/da/LC_MESSAGES/libkxmlrpcclient.mo share/locale/da/LC_MESSAGES/libmailtransport.mo -share/locale/da/LC_MESSAGES/libmessagecore.mo -share/locale/da/LC_MESSAGES/libmessagelist.mo -share/locale/da/LC_MESSAGES/libmessageviewer.mo share/locale/da/LC_MESSAGES/liboktetacore.mo share/locale/da/LC_MESSAGES/liboktetakasten.mo share/locale/da/LC_MESSAGES/libphonon.mo @@ -1402,7 +734,6 @@ share/locale/da/LC_MESSAGES/librtm.mo share/locale/da/LC_MESSAGES/libtaskmanager.mo share/locale/da/LC_MESSAGES/lokalize.mo share/locale/da/LC_MESSAGES/lskat.mo -share/locale/da/LC_MESSAGES/mailreader.mo share/locale/da/LC_MESSAGES/marble.mo share/locale/da/LC_MESSAGES/marble_qt.mo share/locale/da/LC_MESSAGES/mplayerthumbs.mo @@ -1427,6 +758,7 @@ share/locale/da/LC_MESSAGES/okular_plucker.mo share/locale/da/LC_MESSAGES/okular_poppler.mo share/locale/da/LC_MESSAGES/okular_tiff.mo share/locale/da/LC_MESSAGES/okular_xps.mo +share/locale/da/LC_MESSAGES/palapeli.mo share/locale/da/LC_MESSAGES/parley.mo share/locale/da/LC_MESSAGES/phonon-xine.mo share/locale/da/LC_MESSAGES/phonon_gstreamer.mo @@ -1435,14 +767,17 @@ share/locale/da/LC_MESSAGES/phononserver.mo share/locale/da/LC_MESSAGES/plasma-desktop.mo share/locale/da/LC_MESSAGES/plasma-netbook.mo share/locale/da/LC_MESSAGES/plasma-overlay.mo +share/locale/da/LC_MESSAGES/plasma-windowed.mo share/locale/da/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/da/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/da/LC_MESSAGES/plasma_applet_battery.mo share/locale/da/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/da/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/da/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/da/LC_MESSAGES/plasma_applet_calculator.mo share/locale/da/LC_MESSAGES/plasma_applet_clock.mo share/locale/da/LC_MESSAGES/plasma_applet_comic.mo +share/locale/da/LC_MESSAGES/plasma_applet_concentrationCalculator.mo share/locale/da/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/da/LC_MESSAGES/plasma_applet_devicenotifier.mo share/locale/da/LC_MESSAGES/plasma_applet_dig_clock.mo @@ -1451,8 +786,10 @@ share/locale/da/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/da/LC_MESSAGES/plasma_applet_folderview.mo share/locale/da/LC_MESSAGES/plasma_applet_frame.mo share/locale/da/LC_MESSAGES/plasma_applet_fuzzy_clock.mo +share/locale/da/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/da/LC_MESSAGES/plasma_applet_icon.mo share/locale/da/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/da/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/da/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/da/LC_MESSAGES/plasma_applet_katesession.mo share/locale/da/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -1460,7 +797,6 @@ share/locale/da/LC_MESSAGES/plasma_applet_kget.mo share/locale/da/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/da/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/da/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/da/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/da/LC_MESSAGES/plasma_applet_launcher.mo share/locale/da/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/da/LC_MESSAGES/plasma_applet_life.mo @@ -1472,7 +808,9 @@ share/locale/da/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/da/LC_MESSAGES/plasma_applet_news.mo share/locale/da/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/da/LC_MESSAGES/plasma_applet_notes.mo +share/locale/da/LC_MESSAGES/plasma_applet_notifications.mo share/locale/da/LC_MESSAGES/plasma_applet_nowplaying.mo +share/locale/da/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/da/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/da/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/da/LC_MESSAGES/plasma_applet_pager.mo @@ -1512,7 +850,9 @@ share/locale/da/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/da/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/da/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/da/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/da/LC_MESSAGES/plasma_engine_calendar.mo share/locale/da/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/da/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/da/LC_MESSAGES/plasma_engine_keystate.mo share/locale/da/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/da/LC_MESSAGES/plasma_engine_metadata.mo @@ -1524,12 +864,14 @@ share/locale/da/LC_MESSAGES/plasma_engine_rss.mo share/locale/da/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/da/LC_MESSAGES/plasma_engine_weather.mo share/locale/da/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/da/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/da/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/da/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/da/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/da/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/da/LC_MESSAGES/plasma_runner_contacts.mo share/locale/da/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/da/LC_MESSAGES/plasma_runner_datetime.mo share/locale/da/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/da/LC_MESSAGES/plasma_runner_kget.mo share/locale/da/LC_MESSAGES/plasma_runner_kill.mo @@ -1549,6 +891,7 @@ share/locale/da/LC_MESSAGES/plasma_runner_shell.mo share/locale/da/LC_MESSAGES/plasma_runner_solid.mo share/locale/da/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/da/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/da/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/da/LC_MESSAGES/plasma_runner_windows.mo share/locale/da/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/da/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1570,6 +913,7 @@ share/locale/da/LC_MESSAGES/printer-applet.mo share/locale/da/LC_MESSAGES/processcore.mo share/locale/da/LC_MESSAGES/processui.mo share/locale/da/LC_MESSAGES/randrmonitor.mo +share/locale/da/LC_MESSAGES/rocs.mo share/locale/da/LC_MESSAGES/solid-bluetooth.mo share/locale/da/LC_MESSAGES/solid-hardware.mo share/locale/da/LC_MESSAGES/solid-network.mo @@ -1592,134 +936,18 @@ share/locale/da/LC_MESSAGES/useraccount.mo share/locale/da/LC_MESSAGES/xml_mimetypes.mo share/locale/da/entry.desktop @dirrm share/doc/HTML/da/umbrello -@dirrm share/doc/HTML/da/superkaramba -@dirrm share/doc/HTML/da/kwrite -@dirrm share/doc/HTML/da/kwordquiz -@dirrm share/doc/HTML/da/kweather -@dirrm share/doc/HTML/da/kwatchgnupg -@dirrm share/doc/HTML/da/kwallet -@dirrm share/doc/HTML/da/kuser -@dirrm share/doc/HTML/da/kturtle -@dirrm share/doc/HTML/da/ktuberling -@dirrm share/doc/HTML/da/kttsd -@dirrm share/doc/HTML/da/ktouch -@dirrm share/doc/HTML/da/ktimer -@dirrm share/doc/HTML/da/kteatime @dirrm share/doc/HTML/da/ksysguard -@dirrm share/doc/HTML/da/kstars -@dirrm share/doc/HTML/da/kspaceduel -@dirrm share/doc/HTML/da/ksnapshot -@dirrm share/doc/HTML/da/kshisen -@dirrm share/doc/HTML/da/ksame -@dirrm share/doc/HTML/da/kruler -@dirrm share/doc/HTML/da/krfb -@dirrm share/doc/HTML/da/kreversi -@dirrm share/doc/HTML/da/krdc @dirrm share/doc/HTML/da/kppp -@dirrm share/doc/HTML/da/kpat -@dirrm share/doc/HTML/da/korganizer -@dirrm share/doc/HTML/da/kopete -@dirrm share/doc/HTML/da/konsolekalendar -@dirrm share/doc/HTML/da/konsole -@dirrm share/doc/HTML/da/konquest @dirrm share/doc/HTML/da/konqueror -@dirrm share/doc/HTML/da/kompare @dirrm share/doc/HTML/da/kommander -@dirrm share/doc/HTML/da/kolourpaint -@dirrm share/doc/HTML/da/kolf -@dirrm share/doc/HTML/da/knotes -@dirrm share/doc/HTML/da/knode -@dirrm share/doc/HTML/da/knetattach -@dirrm share/doc/HTML/da/kmplot @dirrm share/doc/HTML/da/kmouth -@dirrm share/doc/HTML/da/kmousetool -@dirrm share/doc/HTML/da/kmix -@dirrm share/doc/HTML/da/kmines -@dirrm share/doc/HTML/da/kmenuedit -@dirrm share/doc/HTML/da/kmahjongg -@dirrm share/doc/HTML/da/kmag -@dirrm share/doc/HTML/da/klipper @dirrm share/doc/HTML/da/klinkstatus -@dirrm share/doc/HTML/da/klines -@dirrm share/doc/HTML/da/klettres -@dirrm share/doc/HTML/da/kleopatra -@dirrm share/doc/HTML/da/kjumpingcube -@dirrm share/doc/HTML/da/kjots -@dirrm share/doc/HTML/da/kiten -@dirrm share/doc/HTML/da/kinfocenter/xserver -@dirrm share/doc/HTML/da/kinfocenter/usb -@dirrm share/doc/HTML/da/kinfocenter/sound -@dirrm share/doc/HTML/da/kinfocenter/scsi -@dirrm share/doc/HTML/da/kinfocenter/samba -@dirrm share/doc/HTML/da/kinfocenter/protocols -@dirrm share/doc/HTML/da/kinfocenter/processor -@dirrm share/doc/HTML/da/kinfocenter/pci -@dirrm share/doc/HTML/da/kinfocenter/partitions -@dirrm share/doc/HTML/da/kinfocenter/opengl -@dirrm share/doc/HTML/da/kinfocenter/nics -@dirrm share/doc/HTML/da/kinfocenter/memory -@dirrm share/doc/HTML/da/kinfocenter/ioports -@dirrm share/doc/HTML/da/kinfocenter/interrupts -@dirrm share/doc/HTML/da/kinfocenter/dma -@dirrm share/doc/HTML/da/kinfocenter/devices -@dirrm share/doc/HTML/da/kinfocenter -@dirrm share/doc/HTML/da/kig -@dirrm share/doc/HTML/da/khelpcenter/visualdict -@dirrm share/doc/HTML/da/khelpcenter/userguide -@dirrm share/doc/HTML/da/khelpcenter/quickstart @dirrm share/doc/HTML/da/khelpcenter/glossary @dirrm share/doc/HTML/da/khelpcenter -@dirrm share/doc/HTML/da/khangman -@dirrm share/doc/HTML/da/kgpg -@dirrm share/doc/HTML/da/kgoldrunner -@dirrm share/doc/HTML/da/kget -@dirrm share/doc/HTML/da/kgeography -@dirrm share/doc/HTML/da/kfloppy -@dirrm share/doc/HTML/da/kfind @dirrm share/doc/HTML/da/kfilereplace -@dirrm share/doc/HTML/da/kdm -@dirrm share/doc/HTML/da/kdf -@dirrm share/doc/HTML/da/kdesvn-build @dirrm share/doc/HTML/da/kdesu -@dirrm share/doc/HTML/da/kdebugdialog -@dirrm share/doc/HTML/da/kcron -@dirrm share/doc/HTML/da/kcontrol/useragent -@dirrm share/doc/HTML/da/kcontrol/smb -@dirrm share/doc/HTML/da/kcontrol/performance -@dirrm share/doc/HTML/da/kcontrol/netpref -@dirrm share/doc/HTML/da/kcontrol/language -@dirrm share/doc/HTML/da/kcontrol/kcmsmserver -@dirrm share/doc/HTML/da/kcontrol/kcmnotify -@dirrm share/doc/HTML/da/kcontrol/kcmlaunch -@dirrm share/doc/HTML/da/kcontrol/kcmcss -@dirrm share/doc/HTML/da/kcontrol/icons -@dirrm share/doc/HTML/da/kcontrol/helpindex -@dirrm share/doc/HTML/da/kcontrol/filetypes -@dirrm share/doc/HTML/da/kcontrol/filemanager -@dirrm share/doc/HTML/da/kcontrol/ebrowsing -@dirrm share/doc/HTML/da/kcontrol/cookies -@dirrm share/doc/HTML/da/kcontrol/cache -@dirrm share/doc/HTML/da/kcontrol -@dirrm share/doc/HTML/da/kcmlirc -@dirrm share/doc/HTML/da/kcharselect -@dirrm share/doc/HTML/da/kcalc -@dirrm share/doc/HTML/da/kcachegrind @dirrm share/doc/HTML/da/kbugbuster -@dirrm share/doc/HTML/da/kbruch -@dirrm share/doc/HTML/da/kbounce -@dirrm share/doc/HTML/da/kblackbox -@dirrm share/doc/HTML/da/kbattleship -@dirrm share/doc/HTML/da/katomic -@dirrm share/doc/HTML/da/kanagram -@dirrm share/doc/HTML/da/kalarm -@dirrm share/doc/HTML/da/juk -@dirrm share/doc/HTML/da/irkick @dirrm share/doc/HTML/da/common -@dirrm share/doc/HTML/da/cervisia -@dirrm share/doc/HTML/da/blinken -@dirrm share/doc/HTML/da/ark -@dirrm share/doc/HTML/da/amor -@dirrm share/doc/HTML/da/akregator @dirrm share/apps/kvtml/da @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/da @@ -1730,6 +958,5 @@ share/locale/da/entry.desktop @dirrm share/apps/klettres/da @dirrm share/apps/klettres @dirrm share/apps/khangman -@dirrmtry man/da/man6 @dirrmtry man/da/man1 @dirrmtry man/da diff --git a/misc/kde4-l10n-el/distinfo b/misc/kde4-l10n-el/distinfo index b0e7de2d452e..1780d6807a00 100644 --- a/misc/kde4-l10n-el/distinfo +++ b/misc/kde4-l10n-el/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-el-4.4.5.tar.bz2) = ec11cff47243a9052982e45ffa3be409 -SHA256 (KDE/kde-l10n/kde-l10n-el-4.4.5.tar.bz2) = d296996a738dab0b34cf9ae06f88f03d52bf6aa863bae0ce5e48ac8eae6287e5 -SIZE (KDE/kde-l10n/kde-l10n-el-4.4.5.tar.bz2) = 2625049 +MD5 (KDE/kde-l10n/kde-l10n-el-4.5.1.tar.bz2) = a0ffbc62ca03a0fe3dfcbfe10e305626 +SHA256 (KDE/kde-l10n/kde-l10n-el-4.5.1.tar.bz2) = b3a43d4a4e5a4fb376fbddf100b448ac4e61afa0be48c82de852bbf6bac4cfb9 +SIZE (KDE/kde-l10n/kde-l10n-el-4.5.1.tar.bz2) = 2157855 diff --git a/misc/kde4-l10n-el/pkg-plist b/misc/kde4-l10n-el/pkg-plist index 1230ed106bde..1697ae45c554 100644 --- a/misc/kde4-l10n-el/pkg-plist +++ b/misc/kde4-l10n-el/pkg-plist @@ -2,27 +2,6 @@ share/apps/kvtml/el/animals.kvtml share/apps/kvtml/el/easy.kvtml share/apps/kvtml/el/hard.kvtml share/apps/kvtml/el/medium.kvtml -share/locale/el/LC_MESSAGES/akonadi-kcal.mo -share/locale/el/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/el/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/el/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/el/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/el/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/el/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/el/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/el/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/el/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/el/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/el/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/el/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/el/LC_MESSAGES/akonadi_next.mo -share/locale/el/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/el/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/el/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/el/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/el/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/el/LC_MESSAGES/akonaditray.mo -share/locale/el/LC_MESSAGES/akregator.mo share/locale/el/LC_MESSAGES/amor.mo share/locale/el/LC_MESSAGES/ark.mo share/locale/el/LC_MESSAGES/attica_kde.mo @@ -32,6 +11,7 @@ share/locale/el/LC_MESSAGES/audiorename_plugin.mo share/locale/el/LC_MESSAGES/blinken.mo share/locale/el/LC_MESSAGES/bomber.mo share/locale/el/LC_MESSAGES/bovo.mo +share/locale/el/LC_MESSAGES/cantor.mo share/locale/el/LC_MESSAGES/cervisia.mo share/locale/el/LC_MESSAGES/cvsservice.mo share/locale/el/LC_MESSAGES/display.mo @@ -39,31 +19,26 @@ share/locale/el/LC_MESSAGES/dolphin.mo share/locale/el/LC_MESSAGES/dragonplayer.mo share/locale/el/LC_MESSAGES/drkonqi.mo share/locale/el/LC_MESSAGES/filetypes.mo +share/locale/el/LC_MESSAGES/freespacenotifier.mo share/locale/el/LC_MESSAGES/granatier.mo share/locale/el/LC_MESSAGES/gwenview.mo share/locale/el/LC_MESSAGES/htmlsearch.mo share/locale/el/LC_MESSAGES/imagerename_plugin.mo -share/locale/el/LC_MESSAGES/irkick.mo +share/locale/el/LC_MESSAGES/jovie.mo share/locale/el/LC_MESSAGES/joystick.mo share/locale/el/LC_MESSAGES/juk.mo share/locale/el/LC_MESSAGES/kabc.mo -share/locale/el/LC_MESSAGES/kabc_akonadi.mo share/locale/el/LC_MESSAGES/kabc_dir.mo share/locale/el/LC_MESSAGES/kabc_file.mo share/locale/el/LC_MESSAGES/kabc_ldapkio.mo share/locale/el/LC_MESSAGES/kabc_net.mo -share/locale/el/LC_MESSAGES/kabc_slox.mo -share/locale/el/LC_MESSAGES/kabcclient.mo share/locale/el/LC_MESSAGES/kabcformat_binary.mo share/locale/el/LC_MESSAGES/kaccess.mo -share/locale/el/LC_MESSAGES/kaddressbook.mo -share/locale/el/LC_MESSAGES/kalarm.mo +share/locale/el/LC_MESSAGES/kajongg.mo share/locale/el/LC_MESSAGES/kalgebra.mo share/locale/el/LC_MESSAGES/kalzium.mo -share/locale/el/LC_MESSAGES/kalzium_qt.mo share/locale/el/LC_MESSAGES/kanagram.mo share/locale/el/LC_MESSAGES/kapman.mo -share/locale/el/LC_MESSAGES/kappfinder.mo share/locale/el/LC_MESSAGES/kapptemplate.mo share/locale/el/LC_MESSAGES/kate-ctags-plugin.mo share/locale/el/LC_MESSAGES/kate.mo @@ -73,16 +48,13 @@ share/locale/el/LC_MESSAGES/katefilebrowserplugin.mo share/locale/el/LC_MESSAGES/katefiletemplates.mo share/locale/el/LC_MESSAGES/katefindinfilesplugin.mo share/locale/el/LC_MESSAGES/katehelloworld.mo -share/locale/el/LC_MESSAGES/katehtmltools.mo share/locale/el/LC_MESSAGES/kateinsertcommand.mo share/locale/el/LC_MESSAGES/katekjswrapper.mo share/locale/el/LC_MESSAGES/katekonsoleplugin.mo share/locale/el/LC_MESSAGES/katemailfilesplugin.mo share/locale/el/LC_MESSAGES/kateopenheader.mo share/locale/el/LC_MESSAGES/katepart4.mo -share/locale/el/LC_MESSAGES/katepybrowse.mo share/locale/el/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/el/LC_MESSAGES/katesnippets.mo share/locale/el/LC_MESSAGES/katesymbolviewer.mo share/locale/el/LC_MESSAGES/katetabbarextension.mo share/locale/el/LC_MESSAGES/katetextfilter.mo @@ -102,17 +74,15 @@ share/locale/el/LC_MESSAGES/kcachegrind_qt.mo share/locale/el/LC_MESSAGES/kcalc.mo share/locale/el/LC_MESSAGES/kcertpart.mo share/locale/el/LC_MESSAGES/kcharselect.mo -share/locale/el/LC_MESSAGES/kcm_akonadi.mo share/locale/el/LC_MESSAGES/kcm_attica.mo share/locale/el/LC_MESSAGES/kcm_autostart.mo +share/locale/el/LC_MESSAGES/kcm_desktoppaths.mo share/locale/el/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/el/LC_MESSAGES/kcm_device_automounter.mo share/locale/el/LC_MESSAGES/kcm_emoticons.mo share/locale/el/LC_MESSAGES/kcm_krfb.mo share/locale/el/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/el/LC_MESSAGES/kcm_lirc.mo share/locale/el/LC_MESSAGES/kcm_memory.mo -share/locale/el/LC_MESSAGES/kcm_partition.mo share/locale/el/LC_MESSAGES/kcm_pci.mo share/locale/el/LC_MESSAGES/kcm_phonon.mo share/locale/el/LC_MESSAGES/kcm_phononxine.mo @@ -135,7 +105,6 @@ share/locale/el/LC_MESSAGES/kcmicons.mo share/locale/el/LC_MESSAGES/kcminfo.mo share/locale/el/LC_MESSAGES/kcminit.mo share/locale/el/LC_MESSAGES/kcminput.mo -share/locale/el/LC_MESSAGES/kcmioslaveinfo.mo share/locale/el/LC_MESSAGES/kcmkamera.mo share/locale/el/LC_MESSAGES/kcmkclock.mo share/locale/el/LC_MESSAGES/kcmkded.mo @@ -155,7 +124,6 @@ share/locale/el/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/el/LC_MESSAGES/kcmkwm.mo share/locale/el/LC_MESSAGES/kcmlaunch.mo share/locale/el/LC_MESSAGES/kcmlocale.mo -share/locale/el/LC_MESSAGES/kcmnic.mo share/locale/el/LC_MESSAGES/kcmnotify.mo share/locale/el/LC_MESSAGES/kcmopengl.mo share/locale/el/LC_MESSAGES/kcmperformance.mo @@ -164,7 +132,6 @@ share/locale/el/LC_MESSAGES/kcmscreensaver.mo share/locale/el/LC_MESSAGES/kcmshell.mo share/locale/el/LC_MESSAGES/kcmsmartcard.mo share/locale/el/LC_MESSAGES/kcmsmserver.mo -share/locale/el/LC_MESSAGES/kcmsolidproc.mo share/locale/el/LC_MESSAGES/kcmstyle.mo share/locale/el/LC_MESSAGES/kcmusb.mo share/locale/el/LC_MESSAGES/kcmview1394.mo @@ -178,16 +145,11 @@ share/locale/el/LC_MESSAGES/kdebugdialog.mo share/locale/el/LC_MESSAGES/kdecalendarsystems.mo share/locale/el/LC_MESSAGES/kdelibs4.mo share/locale/el/LC_MESSAGES/kdelibs_colors4.mo -share/locale/el/LC_MESSAGES/kdelirc.mo share/locale/el/LC_MESSAGES/kdepasswd.mo -share/locale/el/LC_MESSAGES/kdepimresources.mo -share/locale/el/LC_MESSAGES/kdepimwizards.mo share/locale/el/LC_MESSAGES/kdeqt.mo share/locale/el/LC_MESSAGES/kdesu.mo share/locale/el/LC_MESSAGES/kdesud.mo share/locale/el/LC_MESSAGES/kdf.mo -share/locale/el/LC_MESSAGES/kdgantt.mo -share/locale/el/LC_MESSAGES/kdgantt1.mo share/locale/el/LC_MESSAGES/kdialog.mo share/locale/el/LC_MESSAGES/kdiamond.mo share/locale/el/LC_MESSAGES/kdmconfig.mo @@ -222,7 +184,6 @@ share/locale/el/LC_MESSAGES/kfontinst.mo share/locale/el/LC_MESSAGES/kfourinline.mo share/locale/el/LC_MESSAGES/kgeography.mo share/locale/el/LC_MESSAGES/kget.mo -share/locale/el/LC_MESSAGES/kglobalaccel.mo share/locale/el/LC_MESSAGES/kgoldrunner.mo share/locale/el/LC_MESSAGES/kgpg.mo share/locale/el/LC_MESSAGES/kgreet_classic.mo @@ -241,7 +202,6 @@ share/locale/el/LC_MESSAGES/kimagemapeditor.mo share/locale/el/LC_MESSAGES/kinetd.mo share/locale/el/LC_MESSAGES/kinfocenter.mo share/locale/el/LC_MESSAGES/kio4.mo -share/locale/el/LC_MESSAGES/kio_akonadi.mo share/locale/el/LC_MESSAGES/kio_applications.mo share/locale/el/LC_MESSAGES/kio_archive.mo share/locale/el/LC_MESSAGES/kio_audiocd.mo @@ -249,7 +209,6 @@ share/locale/el/LC_MESSAGES/kio_bookmarks.mo share/locale/el/LC_MESSAGES/kio_finger.mo share/locale/el/LC_MESSAGES/kio_fish.mo share/locale/el/LC_MESSAGES/kio_floppy.mo -share/locale/el/LC_MESSAGES/kio_groupwise.mo share/locale/el/LC_MESSAGES/kio_help4.mo share/locale/el/LC_MESSAGES/kio_imap4.mo share/locale/el/LC_MESSAGES/kio_info.mo @@ -257,7 +216,6 @@ share/locale/el/LC_MESSAGES/kio_jabberdisco.mo share/locale/el/LC_MESSAGES/kio_ldap.mo share/locale/el/LC_MESSAGES/kio_man.mo share/locale/el/LC_MESSAGES/kio_mbox.mo -share/locale/el/LC_MESSAGES/kio_nepomuk.mo share/locale/el/LC_MESSAGES/kio_nepomuksearch.mo share/locale/el/LC_MESSAGES/kio_nfs.mo share/locale/el/LC_MESSAGES/kio_nntp.mo @@ -270,16 +228,13 @@ share/locale/el/LC_MESSAGES/kio_smb.mo share/locale/el/LC_MESSAGES/kio_smtp.mo share/locale/el/LC_MESSAGES/kio_svn.mo share/locale/el/LC_MESSAGES/kio_thumbnail.mo -share/locale/el/LC_MESSAGES/kio_timeline.mo share/locale/el/LC_MESSAGES/kio_trash.mo share/locale/el/LC_MESSAGES/kio_zeroconf.mo share/locale/el/LC_MESSAGES/kioclient.mo share/locale/el/LC_MESSAGES/kioexec.mo share/locale/el/LC_MESSAGES/kiriki.mo share/locale/el/LC_MESSAGES/kiten.mo -share/locale/el/LC_MESSAGES/kjots.mo share/locale/el/LC_MESSAGES/kjumpingcube.mo -share/locale/el/LC_MESSAGES/kleopatra.mo share/locale/el/LC_MESSAGES/klettres.mo share/locale/el/LC_MESSAGES/klines.mo share/locale/el/LC_MESSAGES/klinkstatus.mo @@ -287,11 +242,6 @@ share/locale/el/LC_MESSAGES/klipper.mo share/locale/el/LC_MESSAGES/klock.mo share/locale/el/LC_MESSAGES/kmag.mo share/locale/el/LC_MESSAGES/kmahjongg.mo -share/locale/el/LC_MESSAGES/kmail.mo -share/locale/el/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/el/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/el/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/el/LC_MESSAGES/kmailcvt.mo share/locale/el/LC_MESSAGES/kmenuedit.mo share/locale/el/LC_MESSAGES/kmimetypefinder.mo share/locale/el/LC_MESSAGES/kmines.mo @@ -302,8 +252,6 @@ share/locale/el/LC_MESSAGES/kmplot.mo share/locale/el/LC_MESSAGES/knetattach.mo share/locale/el/LC_MESSAGES/knetwalk.mo share/locale/el/LC_MESSAGES/knetworkconfmodule.mo -share/locale/el/LC_MESSAGES/knode.mo -share/locale/el/LC_MESSAGES/knotes.mo share/locale/el/LC_MESSAGES/knotify4.mo share/locale/el/LC_MESSAGES/kolf.mo share/locale/el/LC_MESSAGES/kollision.mo @@ -313,11 +261,8 @@ share/locale/el/LC_MESSAGES/kompare.mo share/locale/el/LC_MESSAGES/konqueror.mo share/locale/el/LC_MESSAGES/konquest.mo share/locale/el/LC_MESSAGES/konsole.mo -share/locale/el/LC_MESSAGES/konsolekalendar.mo -share/locale/el/LC_MESSAGES/kontact.mo share/locale/el/LC_MESSAGES/kontactinterfaces.mo share/locale/el/LC_MESSAGES/kopete.mo -share/locale/el/LC_MESSAGES/korganizer.mo share/locale/el/LC_MESSAGES/kpartloader.mo share/locale/el/LC_MESSAGES/kpartsaver.mo share/locale/el/LC_MESSAGES/kpasswdserver.mo @@ -329,24 +274,15 @@ share/locale/el/LC_MESSAGES/krandr.mo share/locale/el/LC_MESSAGES/krdb.mo share/locale/el/LC_MESSAGES/krdc.mo share/locale/el/LC_MESSAGES/kreadconfig.mo -share/locale/el/LC_MESSAGES/kres-migrator.mo -share/locale/el/LC_MESSAGES/kres_birthday.mo -share/locale/el/LC_MESSAGES/kres_blog.mo share/locale/el/LC_MESSAGES/kres_bugzilla.mo -share/locale/el/LC_MESSAGES/kres_groupware.mo -share/locale/el/LC_MESSAGES/kres_groupwise.mo -share/locale/el/LC_MESSAGES/kres_kolab.mo -share/locale/el/LC_MESSAGES/kres_remote.mo share/locale/el/LC_MESSAGES/kreversi.mo share/locale/el/LC_MESSAGES/krfb.mo share/locale/el/LC_MESSAGES/kruler.mo share/locale/el/LC_MESSAGES/krunner.mo share/locale/el/LC_MESSAGES/ksame.mo share/locale/el/LC_MESSAGES/ksaneplugin.mo -share/locale/el/LC_MESSAGES/ksayit.mo share/locale/el/LC_MESSAGES/kscd.mo share/locale/el/LC_MESSAGES/kscreensaver.mo -share/locale/el/LC_MESSAGES/ksendemail.mo share/locale/el/LC_MESSAGES/kshisen.mo share/locale/el/LC_MESSAGES/kshorturifilter.mo share/locale/el/LC_MESSAGES/ksirk.mo @@ -368,14 +304,11 @@ share/locale/el/LC_MESSAGES/ksystemlog.mo share/locale/el/LC_MESSAGES/ksystraycmd.mo share/locale/el/LC_MESSAGES/kteatime.mo share/locale/el/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/el/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/el/LC_MESSAGES/kthememanager.mo share/locale/el/LC_MESSAGES/ktimer.mo -share/locale/el/LC_MESSAGES/ktimetracker.mo share/locale/el/LC_MESSAGES/ktouch.mo share/locale/el/LC_MESSAGES/ktraderclient.mo share/locale/el/LC_MESSAGES/ktron.mo -share/locale/el/LC_MESSAGES/kttsd.mo share/locale/el/LC_MESSAGES/ktuberling.mo share/locale/el/LC_MESSAGES/kturtle.mo share/locale/el/LC_MESSAGES/ktux.mo @@ -386,8 +319,6 @@ share/locale/el/LC_MESSAGES/kurifilter.mo share/locale/el/LC_MESSAGES/kuser.mo share/locale/el/LC_MESSAGES/kwalletd.mo share/locale/el/LC_MESSAGES/kwalletmanager.mo -share/locale/el/LC_MESSAGES/kwatchgnupg.mo -share/locale/el/LC_MESSAGES/kweather.mo share/locale/el/LC_MESSAGES/kwin.mo share/locale/el/LC_MESSAGES/kwin_art_clients.mo share/locale/el/LC_MESSAGES/kwin_clients.mo @@ -409,30 +340,24 @@ share/locale/el/LC_MESSAGES/libkcompactdisc.mo share/locale/el/LC_MESSAGES/libkdcraw.mo share/locale/el/LC_MESSAGES/libkdeedu.mo share/locale/el/LC_MESSAGES/libkdegames.mo -share/locale/el/LC_MESSAGES/libkdepim.mo share/locale/el/LC_MESSAGES/libkexiv2.mo share/locale/el/LC_MESSAGES/libkholidays.mo share/locale/el/LC_MESSAGES/libkimap.mo share/locale/el/LC_MESSAGES/libkldap.mo -share/locale/el/LC_MESSAGES/libkleopatra.mo share/locale/el/LC_MESSAGES/libkmahjongg.mo share/locale/el/LC_MESSAGES/libkmime.mo share/locale/el/LC_MESSAGES/libkonq.mo -share/locale/el/LC_MESSAGES/libkpgp.mo share/locale/el/LC_MESSAGES/libkpimidentities.mo share/locale/el/LC_MESSAGES/libkpimtextedit.mo share/locale/el/LC_MESSAGES/libkpimutils.mo share/locale/el/LC_MESSAGES/libkresources.mo share/locale/el/LC_MESSAGES/libksane.mo share/locale/el/LC_MESSAGES/libkscreensaver.mo -share/locale/el/LC_MESSAGES/libksieve.mo share/locale/el/LC_MESSAGES/libktnef.mo share/locale/el/LC_MESSAGES/libkunitconversion.mo share/locale/el/LC_MESSAGES/libkworkspace.mo share/locale/el/LC_MESSAGES/libkxmlrpcclient.mo share/locale/el/LC_MESSAGES/libmailtransport.mo -share/locale/el/LC_MESSAGES/libmessagelist.mo -share/locale/el/LC_MESSAGES/libmessageviewer.mo share/locale/el/LC_MESSAGES/liboktetacore.mo share/locale/el/LC_MESSAGES/liboktetakasten.mo share/locale/el/LC_MESSAGES/libphonon.mo @@ -472,7 +397,9 @@ share/locale/el/LC_MESSAGES/phonon_gstreamer.mo share/locale/el/LC_MESSAGES/phonon_kde.mo share/locale/el/LC_MESSAGES/phononserver.mo share/locale/el/LC_MESSAGES/plasma-desktop.mo +share/locale/el/LC_MESSAGES/plasma-netbook.mo share/locale/el/LC_MESSAGES/plasma-overlay.mo +share/locale/el/LC_MESSAGES/plasma-windowed.mo share/locale/el/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/el/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/el/LC_MESSAGES/plasma_applet_battery.mo @@ -502,11 +429,15 @@ share/locale/el/LC_MESSAGES/plasma_applet_lockout.mo share/locale/el/LC_MESSAGES/plasma_applet_luna.mo share/locale/el/LC_MESSAGES/plasma_applet_magnifique.mo share/locale/el/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/el/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/el/LC_MESSAGES/plasma_applet_news.mo +share/locale/el/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/el/LC_MESSAGES/plasma_applet_notes.mo +share/locale/el/LC_MESSAGES/plasma_applet_notifications.mo share/locale/el/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/el/LC_MESSAGES/plasma_applet_pager.mo share/locale/el/LC_MESSAGES/plasma_applet_panel.mo +share/locale/el/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/el/LC_MESSAGES/plasma_applet_paste.mo share/locale/el/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/el/LC_MESSAGES/plasma_applet_previewer.mo @@ -514,7 +445,9 @@ share/locale/el/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/el/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/el/LC_MESSAGES/plasma_applet_rssnow.mo share/locale/el/LC_MESSAGES/plasma_applet_rtm.mo +share/locale/el/LC_MESSAGES/plasma_applet_sal.mo share/locale/el/LC_MESSAGES/plasma_applet_saverdesktop.mo +share/locale/el/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/el/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/el/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/el/LC_MESSAGES/plasma_applet_skapplet.mo @@ -528,14 +461,23 @@ share/locale/el/LC_MESSAGES/plasma_applet_unitconverter.mo share/locale/el/LC_MESSAGES/plasma_applet_weather.mo share/locale/el/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/el/LC_MESSAGES/plasma_applet_webbrowser.mo +share/locale/el/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/el/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/el/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo +share/locale/el/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/el/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/el/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/el/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/el/LC_MESSAGES/plasma_engine_calendar.mo share/locale/el/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/el/LC_MESSAGES/plasma_engine_keystate.mo share/locale/el/LC_MESSAGES/plasma_engine_kuiserver.mo +share/locale/el/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/el/LC_MESSAGES/plasma_engine_network.mo +share/locale/el/LC_MESSAGES/plasma_engine_notifications.mo share/locale/el/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/el/LC_MESSAGES/plasma_engine_rss.mo +share/locale/el/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/el/LC_MESSAGES/plasma_engine_weather.mo share/locale/el/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_browserhistory.mo @@ -543,6 +485,7 @@ share/locale/el/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_contacts.mo share/locale/el/LC_MESSAGES/plasma_runner_converterrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/el/LC_MESSAGES/plasma_runner_kill.mo share/locale/el/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/el/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/el/LC_MESSAGES/plasma_runner_kopete.mo @@ -555,8 +498,10 @@ share/locale/el/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/el/LC_MESSAGES/plasma_runner_services.mo share/locale/el/LC_MESSAGES/plasma_runner_sessions.mo share/locale/el/LC_MESSAGES/plasma_runner_shell.mo +share/locale/el/LC_MESSAGES/plasma_runner_solid.mo share/locale/el/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/el/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/el/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/el/LC_MESSAGES/plasma_runner_windows.mo share/locale/el/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/el/LC_MESSAGES/plasma_wallpaper_color.mo @@ -577,6 +522,8 @@ share/locale/el/LC_MESSAGES/powerdevil.mo share/locale/el/LC_MESSAGES/printer-applet.mo share/locale/el/LC_MESSAGES/processcore.mo share/locale/el/LC_MESSAGES/processui.mo +share/locale/el/LC_MESSAGES/randrmonitor.mo +share/locale/el/LC_MESSAGES/rocs.mo share/locale/el/LC_MESSAGES/solid-bluetooth.mo share/locale/el/LC_MESSAGES/solid-hardware.mo share/locale/el/LC_MESSAGES/solid-network.mo diff --git a/misc/kde4-l10n-en_GB/distinfo b/misc/kde4-l10n-en_GB/distinfo index a00ab7a6fc35..8861deb0ee59 100644 --- a/misc/kde4-l10n-en_GB/distinfo +++ b/misc/kde4-l10n-en_GB/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-en_GB-4.4.5.tar.bz2) = b9bebc2f1297e89a7768d850597b3e5b -SHA256 (KDE/kde-l10n/kde-l10n-en_GB-4.4.5.tar.bz2) = c5a7446389d499dca20879a80d5d8d0b09eb48cacb9409d28edb9dd3a501f27e -SIZE (KDE/kde-l10n/kde-l10n-en_GB-4.4.5.tar.bz2) = 4082566 +MD5 (KDE/kde-l10n/kde-l10n-en_GB-4.5.1.tar.bz2) = 05e6e4cc44b9e8defb502c2c4f0a1ece +SHA256 (KDE/kde-l10n/kde-l10n-en_GB-4.5.1.tar.bz2) = 8b4644ebd194d901de30faba8c3c55185eccbf7d7dbb96d4bc362bf5bc0aafae +SIZE (KDE/kde-l10n/kde-l10n-en_GB-4.5.1.tar.bz2) = 3281147 diff --git a/misc/kde4-l10n-en_GB/pkg-plist b/misc/kde4-l10n-en_GB/pkg-plist index 7776a57619b2..e2bb2cfdf95e 100644 --- a/misc/kde4-l10n-en_GB/pkg-plist +++ b/misc/kde4-l10n-en_GB/pkg-plist @@ -80,16 +80,34 @@ share/doc/HTML/en_GB/common/fdl-translated.html share/doc/HTML/en_GB/common/gpl-translated.html share/doc/HTML/en_GB/common/kde-localised.css share/doc/HTML/en_GB/common/lgpl-translated.html -share/doc/HTML/en_GB/kaddressbook/common -share/doc/HTML/en_GB/kaddressbook/index.cache.bz2 -share/doc/HTML/en_GB/kaddressbook/index.docbook -share/doc/HTML/en_GB/kalarm/common -share/doc/HTML/en_GB/kalarm/editwindow-simple.png -share/doc/HTML/en_GB/kalarm/editwindow.png -share/doc/HTML/en_GB/kalarm/index.cache.bz2 -share/doc/HTML/en_GB/kalarm/index.docbook -share/doc/HTML/en_GB/kalarm/mainwindow-calendars.png -share/doc/HTML/en_GB/kalarm/mainwindow.png +share/doc/HTML/en_GB/dma/common +share/doc/HTML/en_GB/dma/index.cache.bz2 +share/doc/HTML/en_GB/dma/index.docbook +share/doc/HTML/en_GB/faq/about.docbook +share/doc/HTML/en_GB/faq/common +share/doc/HTML/en_GB/faq/configkde.docbook +share/doc/HTML/en_GB/faq/contrib.docbook +share/doc/HTML/en_GB/faq/desktop.docbook +share/doc/HTML/en_GB/faq/filemng.docbook +share/doc/HTML/en_GB/faq/getkde.docbook +share/doc/HTML/en_GB/faq/index.cache.bz2 +share/doc/HTML/en_GB/faq/index.docbook +share/doc/HTML/en_GB/faq/install.docbook +share/doc/HTML/en_GB/faq/intro.docbook +share/doc/HTML/en_GB/faq/kdeapps.docbook +share/doc/HTML/en_GB/faq/misc.docbook +share/doc/HTML/en_GB/faq/moreinfo.docbook +share/doc/HTML/en_GB/faq/nonkdeapps.docbook +share/doc/HTML/en_GB/faq/notrelated.docbook +share/doc/HTML/en_GB/faq/panel.docbook +share/doc/HTML/en_GB/faq/tips.docbook +share/doc/HTML/en_GB/faq/winmng.docbook +share/doc/HTML/en_GB/interrupts/common +share/doc/HTML/en_GB/interrupts/index.cache.bz2 +share/doc/HTML/en_GB/interrupts/index.docbook +share/doc/HTML/en_GB/ioports/common +share/doc/HTML/en_GB/ioports/index.cache.bz2 +share/doc/HTML/en_GB/ioports/index.docbook share/doc/HTML/en_GB/kbugbuster/common share/doc/HTML/en_GB/kbugbuster/index.cache.bz2 share/doc/HTML/en_GB/kbugbuster/index.docbook @@ -147,9 +165,6 @@ share/doc/HTML/en_GB/kcontrol/helpindex/index.docbook share/doc/HTML/en_GB/kcontrol/icons/common share/doc/HTML/en_GB/kcontrol/icons/index.cache.bz2 share/doc/HTML/en_GB/kcontrol/icons/index.docbook -share/doc/HTML/en_GB/kcontrol/kalarmd/common -share/doc/HTML/en_GB/kcontrol/kalarmd/index.cache.bz2 -share/doc/HTML/en_GB/kcontrol/kalarmd/index.docbook share/doc/HTML/en_GB/kcontrol/kcmaccess/common share/doc/HTML/en_GB/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/en_GB/kcontrol/kcmaccess/index.docbook @@ -168,9 +183,6 @@ share/doc/HTML/en_GB/kcontrol/kcmktalkd/index.docbook share/doc/HTML/en_GB/kcontrol/kcmlaunch/common share/doc/HTML/en_GB/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/en_GB/kcontrol/kcmlaunch/index.docbook -share/doc/HTML/en_GB/kcontrol/kcmlowbatcrit/common -share/doc/HTML/en_GB/kcontrol/kcmlowbatcrit/index.cache.bz2 -share/doc/HTML/en_GB/kcontrol/kcmlowbatcrit/index.docbook share/doc/HTML/en_GB/kcontrol/kcmnotify/common share/doc/HTML/en_GB/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/en_GB/kcontrol/kcmnotify/index.docbook @@ -196,9 +208,6 @@ share/doc/HTML/en_GB/kcontrol/khtml/common share/doc/HTML/en_GB/kcontrol/khtml/index.cache.bz2 share/doc/HTML/en_GB/kcontrol/khtml/index.docbook share/doc/HTML/en_GB/kcontrol/khtml/nsplugin.docbook -share/doc/HTML/en_GB/kcontrol/kthememgr/common -share/doc/HTML/en_GB/kcontrol/kthememgr/index.cache.bz2 -share/doc/HTML/en_GB/kcontrol/kthememgr/index.docbook share/doc/HTML/en_GB/kcontrol/kwindecoration/common share/doc/HTML/en_GB/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/en_GB/kcontrol/kwindecoration/index.docbook @@ -251,25 +260,6 @@ share/doc/HTML/en_GB/kfind/index.cache.bz2 share/doc/HTML/en_GB/kfind/index.docbook share/doc/HTML/en_GB/khelpcenter/common share/doc/HTML/en_GB/khelpcenter/contact.docbook -share/doc/HTML/en_GB/khelpcenter/faq/about.docbook -share/doc/HTML/en_GB/khelpcenter/faq/common -share/doc/HTML/en_GB/khelpcenter/faq/configkde.docbook -share/doc/HTML/en_GB/khelpcenter/faq/contrib.docbook -share/doc/HTML/en_GB/khelpcenter/faq/desktop.docbook -share/doc/HTML/en_GB/khelpcenter/faq/filemng.docbook -share/doc/HTML/en_GB/khelpcenter/faq/getkde.docbook -share/doc/HTML/en_GB/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/en_GB/khelpcenter/faq/index.docbook -share/doc/HTML/en_GB/khelpcenter/faq/install.docbook -share/doc/HTML/en_GB/khelpcenter/faq/intro.docbook -share/doc/HTML/en_GB/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/en_GB/khelpcenter/faq/misc.docbook -share/doc/HTML/en_GB/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/en_GB/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/en_GB/khelpcenter/faq/notrelated.docbook -share/doc/HTML/en_GB/khelpcenter/faq/panel.docbook -share/doc/HTML/en_GB/khelpcenter/faq/tips.docbook -share/doc/HTML/en_GB/khelpcenter/faq/winmng.docbook share/doc/HTML/en_GB/khelpcenter/glossary/common share/doc/HTML/en_GB/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/en_GB/khelpcenter/glossary/index.docbook @@ -277,72 +267,12 @@ share/doc/HTML/en_GB/khelpcenter/glossary/kdeprintingglossary.docbook share/doc/HTML/en_GB/khelpcenter/help.docbook share/doc/HTML/en_GB/khelpcenter/index.cache.bz2 share/doc/HTML/en_GB/khelpcenter/index.docbook -share/doc/HTML/en_GB/khelpcenter/quickstart/common -share/doc/HTML/en_GB/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/en_GB/khelpcenter/quickstart/index.docbook share/doc/HTML/en_GB/khelpcenter/support.docbook -share/doc/HTML/en_GB/khelpcenter/visualdict/common -share/doc/HTML/en_GB/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/en_GB/khelpcenter/visualdict/index.docbook share/doc/HTML/en_GB/khelpcenter/welcome.docbook share/doc/HTML/en_GB/khelpcenter/whatiskde.docbook -share/doc/HTML/en_GB/kinfocenter/blockdevices/common -share/doc/HTML/en_GB/kinfocenter/blockdevices/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/blockdevices/index.docbook share/doc/HTML/en_GB/kinfocenter/common -share/doc/HTML/en_GB/kinfocenter/devices/common -share/doc/HTML/en_GB/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/devices/index.docbook -share/doc/HTML/en_GB/kinfocenter/dma/common -share/doc/HTML/en_GB/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/dma/index.docbook share/doc/HTML/en_GB/kinfocenter/index.cache.bz2 share/doc/HTML/en_GB/kinfocenter/index.docbook -share/doc/HTML/en_GB/kinfocenter/interrupts/common -share/doc/HTML/en_GB/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/interrupts/index.docbook -share/doc/HTML/en_GB/kinfocenter/ioports/common -share/doc/HTML/en_GB/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/ioports/index.docbook -share/doc/HTML/en_GB/kinfocenter/memory/common -share/doc/HTML/en_GB/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/memory/index.docbook -share/doc/HTML/en_GB/kinfocenter/nics/common -share/doc/HTML/en_GB/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/nics/index.docbook -share/doc/HTML/en_GB/kinfocenter/opengl/common -share/doc/HTML/en_GB/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/opengl/index.docbook -share/doc/HTML/en_GB/kinfocenter/partitions/common -share/doc/HTML/en_GB/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/partitions/index.docbook -share/doc/HTML/en_GB/kinfocenter/pci/common -share/doc/HTML/en_GB/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/pci/index.docbook -share/doc/HTML/en_GB/kinfocenter/pcmcia/common -share/doc/HTML/en_GB/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/pcmcia/index.docbook -share/doc/HTML/en_GB/kinfocenter/processor/common -share/doc/HTML/en_GB/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/processor/index.docbook -share/doc/HTML/en_GB/kinfocenter/protocols/common -share/doc/HTML/en_GB/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/protocols/index.docbook -share/doc/HTML/en_GB/kinfocenter/samba/common -share/doc/HTML/en_GB/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/samba/index.docbook -share/doc/HTML/en_GB/kinfocenter/scsi/common -share/doc/HTML/en_GB/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/scsi/index.docbook -share/doc/HTML/en_GB/kinfocenter/sound/common -share/doc/HTML/en_GB/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/sound/index.docbook -share/doc/HTML/en_GB/kinfocenter/usb/common -share/doc/HTML/en_GB/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/usb/index.docbook -share/doc/HTML/en_GB/kinfocenter/xserver/common -share/doc/HTML/en_GB/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/en_GB/kinfocenter/xserver/index.docbook share/doc/HTML/en_GB/kioslave/kioslave/bzip.docbook share/doc/HTML/en_GB/kioslave/kioslave/bzip2.docbook share/doc/HTML/en_GB/kioslave/kioslave/cgi.docbook @@ -385,9 +315,6 @@ share/doc/HTML/en_GB/kioslave/kioslave/telnet.docbook share/doc/HTML/en_GB/kioslave/kioslave/thumbnail.docbook share/doc/HTML/en_GB/kioslave/kioslave/webdav.docbook share/doc/HTML/en_GB/kioslave/kioslave/webdavs.docbook -share/doc/HTML/en_GB/kleopatra/common -share/doc/HTML/en_GB/kleopatra/index.cache.bz2 -share/doc/HTML/en_GB/kleopatra/index.docbook share/doc/HTML/en_GB/klipper/common share/doc/HTML/en_GB/klipper/index.cache.bz2 share/doc/HTML/en_GB/klipper/index.docbook @@ -407,23 +334,6 @@ share/doc/HTML/en_GB/kmplot/introduction.docbook share/doc/HTML/en_GB/kmplot/menu.docbook share/doc/HTML/en_GB/kmplot/reference.docbook share/doc/HTML/en_GB/kmplot/using.docbook -share/doc/HTML/en_GB/knode/commands.docbook -share/doc/HTML/en_GB/knode/common -share/doc/HTML/en_GB/knode/credits.docbook -share/doc/HTML/en_GB/knode/faq.docbook -share/doc/HTML/en_GB/knode/gloss.docbook -share/doc/HTML/en_GB/knode/index.cache.bz2 -share/doc/HTML/en_GB/knode/index.docbook -share/doc/HTML/en_GB/knode/install.docbook -share/doc/HTML/en_GB/knode/introduction.docbook -share/doc/HTML/en_GB/knode/journey.docbook -share/doc/HTML/en_GB/knode/more.docbook -share/doc/HTML/en_GB/knode/using-firststart.docbook -share/doc/HTML/en_GB/knode/using-morefeatures.docbook -share/doc/HTML/en_GB/knode/using-subscribing.docbook -share/doc/HTML/en_GB/knotes/common -share/doc/HTML/en_GB/knotes/index.cache.bz2 -share/doc/HTML/en_GB/knotes/index.docbook share/doc/HTML/en_GB/kompare/common share/doc/HTML/en_GB/kompare/index.cache.bz2 share/doc/HTML/en_GB/kompare/index.docbook @@ -449,70 +359,6 @@ share/doc/HTML/en_GB/konsole/index.docbook share/doc/HTML/en_GB/ksplashml/common share/doc/HTML/en_GB/ksplashml/index.cache.bz2 share/doc/HTML/en_GB/ksplashml/index.docbook -share/doc/HTML/en_GB/kstars/ai-contents.docbook -share/doc/HTML/en_GB/kstars/altvstime.docbook -share/doc/HTML/en_GB/kstars/astroinfo.docbook -share/doc/HTML/en_GB/kstars/blackbody.docbook -share/doc/HTML/en_GB/kstars/calc-angdist.docbook -share/doc/HTML/en_GB/kstars/calc-apcoords.docbook -share/doc/HTML/en_GB/kstars/calc-dayduration.docbook -share/doc/HTML/en_GB/kstars/calc-ecliptic.docbook -share/doc/HTML/en_GB/kstars/calc-eqgal.docbook -share/doc/HTML/en_GB/kstars/calc-equinox.docbook -share/doc/HTML/en_GB/kstars/calc-geodetic.docbook -share/doc/HTML/en_GB/kstars/calc-horizontal.docbook -share/doc/HTML/en_GB/kstars/calc-julianday.docbook -share/doc/HTML/en_GB/kstars/calc-planetcoords.docbook -share/doc/HTML/en_GB/kstars/calc-precess.docbook -share/doc/HTML/en_GB/kstars/calc-sidereal.docbook -share/doc/HTML/en_GB/kstars/calculator.docbook -share/doc/HTML/en_GB/kstars/cequator.docbook -share/doc/HTML/en_GB/kstars/colorandtemp.docbook -share/doc/HTML/en_GB/kstars/commands.docbook -share/doc/HTML/en_GB/kstars/common -share/doc/HTML/en_GB/kstars/config.docbook -share/doc/HTML/en_GB/kstars/cpoles.docbook -share/doc/HTML/en_GB/kstars/credits.docbook -share/doc/HTML/en_GB/kstars/csphere.docbook -share/doc/HTML/en_GB/kstars/darkmatter.docbook -share/doc/HTML/en_GB/kstars/dcop.docbook -share/doc/HTML/en_GB/kstars/details.docbook -share/doc/HTML/en_GB/kstars/dumpmode.docbook -share/doc/HTML/en_GB/kstars/ecliptic.docbook -share/doc/HTML/en_GB/kstars/ellipticalgalaxies.docbook -share/doc/HTML/en_GB/kstars/equinox.docbook -share/doc/HTML/en_GB/kstars/faq.docbook -share/doc/HTML/en_GB/kstars/flux.docbook -share/doc/HTML/en_GB/kstars/geocoords.docbook -share/doc/HTML/en_GB/kstars/greatcircle.docbook -share/doc/HTML/en_GB/kstars/horizon.docbook -share/doc/HTML/en_GB/kstars/hourangle.docbook -share/doc/HTML/en_GB/kstars/index.cache.bz2 -share/doc/HTML/en_GB/kstars/index.docbook -share/doc/HTML/en_GB/kstars/indi.docbook -share/doc/HTML/en_GB/kstars/install.docbook -share/doc/HTML/en_GB/kstars/jmoons.docbook -share/doc/HTML/en_GB/kstars/julianday.docbook -share/doc/HTML/en_GB/kstars/leapyear.docbook -share/doc/HTML/en_GB/kstars/lightcurves.docbook -share/doc/HTML/en_GB/kstars/luminosity.docbook -share/doc/HTML/en_GB/kstars/magnitude.docbook -share/doc/HTML/en_GB/kstars/meridian.docbook -share/doc/HTML/en_GB/kstars/parallax.docbook -share/doc/HTML/en_GB/kstars/precession.docbook -share/doc/HTML/en_GB/kstars/quicktour.docbook -share/doc/HTML/en_GB/kstars/retrograde.docbook -share/doc/HTML/en_GB/kstars/scriptbuilder.docbook -share/doc/HTML/en_GB/kstars/sidereal.docbook -share/doc/HTML/en_GB/kstars/skycoords.docbook -share/doc/HTML/en_GB/kstars/solarsys.docbook -share/doc/HTML/en_GB/kstars/spiralgalaxies.docbook -share/doc/HTML/en_GB/kstars/stars.docbook -share/doc/HTML/en_GB/kstars/timezones.docbook -share/doc/HTML/en_GB/kstars/tools.docbook -share/doc/HTML/en_GB/kstars/utime.docbook -share/doc/HTML/en_GB/kstars/wut.docbook -share/doc/HTML/en_GB/kstars/zenith.docbook share/doc/HTML/en_GB/ksysguard/common share/doc/HTML/en_GB/ksysguard/index.cache.bz2 share/doc/HTML/en_GB/ksysguard/index.docbook @@ -522,43 +368,40 @@ share/doc/HTML/en_GB/kwrite/index.docbook share/doc/HTML/en_GB/kxkb/common share/doc/HTML/en_GB/kxkb/index.cache.bz2 share/doc/HTML/en_GB/kxkb/index.docbook -share/doc/HTML/en_GB/umbrello/authors.docbook -share/doc/HTML/en_GB/umbrello/code_import_and_generation.docbook -share/doc/HTML/en_GB/umbrello/common -share/doc/HTML/en_GB/umbrello/credits.docbook -share/doc/HTML/en_GB/umbrello/index.cache.bz2 -share/doc/HTML/en_GB/umbrello/index.docbook -share/doc/HTML/en_GB/umbrello/introduction.docbook -share/doc/HTML/en_GB/umbrello/other_features.docbook -share/doc/HTML/en_GB/umbrello/uml_basics.docbook -share/doc/HTML/en_GB/umbrello/working_with_umbrello.docbook -share/locale/en_GB/LC_MESSAGES/akonadi-kcal.mo -share/locale/en_GB/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/en_GB/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/en_GB/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_next.mo -share/locale/en_GB/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/en_GB/LC_MESSAGES/akonadi_vcarddir_resource.mo +share/doc/HTML/en_GB/memory/common +share/doc/HTML/en_GB/memory/index.cache.bz2 +share/doc/HTML/en_GB/memory/index.docbook +share/doc/HTML/en_GB/opengl/common +share/doc/HTML/en_GB/opengl/index.cache.bz2 +share/doc/HTML/en_GB/opengl/index.docbook +share/doc/HTML/en_GB/pci/common +share/doc/HTML/en_GB/pci/index.cache.bz2 +share/doc/HTML/en_GB/pci/index.docbook +share/doc/HTML/en_GB/pcmcia/common +share/doc/HTML/en_GB/pcmcia/index.cache.bz2 +share/doc/HTML/en_GB/pcmcia/index.docbook +share/doc/HTML/en_GB/protocols/common +share/doc/HTML/en_GB/protocols/index.cache.bz2 +share/doc/HTML/en_GB/protocols/index.docbook +share/doc/HTML/en_GB/quickstart/common +share/doc/HTML/en_GB/quickstart/index.cache.bz2 +share/doc/HTML/en_GB/quickstart/index.docbook +share/doc/HTML/en_GB/samba/common +share/doc/HTML/en_GB/samba/index.cache.bz2 +share/doc/HTML/en_GB/samba/index.docbook +share/doc/HTML/en_GB/scsi/common +share/doc/HTML/en_GB/scsi/index.cache.bz2 +share/doc/HTML/en_GB/scsi/index.docbook +share/doc/HTML/en_GB/usb/common +share/doc/HTML/en_GB/usb/index.cache.bz2 +share/doc/HTML/en_GB/usb/index.docbook +share/doc/HTML/en_GB/visualdict/common +share/doc/HTML/en_GB/visualdict/index.cache.bz2 +share/doc/HTML/en_GB/visualdict/index.docbook +share/doc/HTML/en_GB/xserver/common +share/doc/HTML/en_GB/xserver/index.cache.bz2 +share/doc/HTML/en_GB/xserver/index.docbook share/locale/en_GB/LC_MESSAGES/akonadicontact.mo -share/locale/en_GB/LC_MESSAGES/akonaditray.mo -share/locale/en_GB/LC_MESSAGES/akregator.mo share/locale/en_GB/LC_MESSAGES/amor.mo share/locale/en_GB/LC_MESSAGES/ark.mo share/locale/en_GB/LC_MESSAGES/attica_kde.mo @@ -566,43 +409,37 @@ share/locale/en_GB/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/en_GB/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/en_GB/LC_MESSAGES/audiorename_plugin.mo share/locale/en_GB/LC_MESSAGES/blinken.mo -share/locale/en_GB/LC_MESSAGES/blogilo.mo share/locale/en_GB/LC_MESSAGES/bomber.mo share/locale/en_GB/LC_MESSAGES/bovo.mo share/locale/en_GB/LC_MESSAGES/cantor.mo share/locale/en_GB/LC_MESSAGES/cervisia.mo -share/locale/en_GB/LC_MESSAGES/cryptopageplugin.mo share/locale/en_GB/LC_MESSAGES/cvsservice.mo share/locale/en_GB/LC_MESSAGES/display.mo share/locale/en_GB/LC_MESSAGES/dolphin.mo share/locale/en_GB/LC_MESSAGES/dragonplayer.mo share/locale/en_GB/LC_MESSAGES/drkonqi.mo share/locale/en_GB/LC_MESSAGES/filetypes.mo +share/locale/en_GB/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/en_GB/LC_MESSAGES/freespacenotifier.mo share/locale/en_GB/LC_MESSAGES/granatier.mo share/locale/en_GB/LC_MESSAGES/gwenview.mo share/locale/en_GB/LC_MESSAGES/htmlsearch.mo share/locale/en_GB/LC_MESSAGES/imagerename_plugin.mo -share/locale/en_GB/LC_MESSAGES/irkick.mo +share/locale/en_GB/LC_MESSAGES/jovie.mo share/locale/en_GB/LC_MESSAGES/joystick.mo share/locale/en_GB/LC_MESSAGES/juk.mo share/locale/en_GB/LC_MESSAGES/kabc.mo -share/locale/en_GB/LC_MESSAGES/kabc_akonadi.mo share/locale/en_GB/LC_MESSAGES/kabc_dir.mo share/locale/en_GB/LC_MESSAGES/kabc_file.mo share/locale/en_GB/LC_MESSAGES/kabc_ldapkio.mo share/locale/en_GB/LC_MESSAGES/kabc_net.mo -share/locale/en_GB/LC_MESSAGES/kabc_slox.mo -share/locale/en_GB/LC_MESSAGES/kabcclient.mo share/locale/en_GB/LC_MESSAGES/kabcformat_binary.mo share/locale/en_GB/LC_MESSAGES/kaccess.mo -share/locale/en_GB/LC_MESSAGES/kaddressbook.mo -share/locale/en_GB/LC_MESSAGES/kalarm.mo +share/locale/en_GB/LC_MESSAGES/kajongg.mo share/locale/en_GB/LC_MESSAGES/kalgebra.mo share/locale/en_GB/LC_MESSAGES/kalzium.mo -share/locale/en_GB/LC_MESSAGES/kalzium_qt.mo share/locale/en_GB/LC_MESSAGES/kanagram.mo share/locale/en_GB/LC_MESSAGES/kapman.mo -share/locale/en_GB/LC_MESSAGES/kappfinder.mo share/locale/en_GB/LC_MESSAGES/kapptemplate.mo share/locale/en_GB/LC_MESSAGES/kate-ctags-plugin.mo share/locale/en_GB/LC_MESSAGES/kate.mo @@ -614,20 +451,17 @@ share/locale/en_GB/LC_MESSAGES/katefilebrowserplugin.mo share/locale/en_GB/LC_MESSAGES/katefiletemplates.mo share/locale/en_GB/LC_MESSAGES/katefindinfilesplugin.mo share/locale/en_GB/LC_MESSAGES/katehelloworld.mo -share/locale/en_GB/LC_MESSAGES/katehtmltools.mo share/locale/en_GB/LC_MESSAGES/kateinsertcommand.mo share/locale/en_GB/LC_MESSAGES/katekjswrapper.mo share/locale/en_GB/LC_MESSAGES/katekonsoleplugin.mo share/locale/en_GB/LC_MESSAGES/katemailfilesplugin.mo share/locale/en_GB/LC_MESSAGES/kateopenheader.mo share/locale/en_GB/LC_MESSAGES/katepart4.mo -share/locale/en_GB/LC_MESSAGES/katepybrowse.mo share/locale/en_GB/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/en_GB/LC_MESSAGES/katesnippets.mo share/locale/en_GB/LC_MESSAGES/katesnippets_tng.mo -share/locale/en_GB/LC_MESSAGES/katesnippetstng_editor.mo share/locale/en_GB/LC_MESSAGES/katesymbolviewer.mo share/locale/en_GB/LC_MESSAGES/katetabbarextension.mo +share/locale/en_GB/LC_MESSAGES/katetabifyplugin.mo share/locale/en_GB/LC_MESSAGES/katetextfilter.mo share/locale/en_GB/LC_MESSAGES/katexmlcheck.mo share/locale/en_GB/LC_MESSAGES/katexmltools.mo @@ -642,27 +476,27 @@ share/locale/en_GB/LC_MESSAGES/kbruch.mo share/locale/en_GB/LC_MESSAGES/kbugbuster.mo share/locale/en_GB/LC_MESSAGES/kcachegrind.mo share/locale/en_GB/LC_MESSAGES/kcachegrind_qt.mo -share/locale/en_GB/LC_MESSAGES/kcal_akonadi.mo share/locale/en_GB/LC_MESSAGES/kcalc.mo share/locale/en_GB/LC_MESSAGES/kcertpart.mo share/locale/en_GB/LC_MESSAGES/kcharselect.mo -share/locale/en_GB/LC_MESSAGES/kcm_akonadi.mo share/locale/en_GB/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/en_GB/LC_MESSAGES/kcm_attica.mo share/locale/en_GB/LC_MESSAGES/kcm_autostart.mo +share/locale/en_GB/LC_MESSAGES/kcm_desktoppaths.mo share/locale/en_GB/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/en_GB/LC_MESSAGES/kcm_device_automounter.mo share/locale/en_GB/LC_MESSAGES/kcm_emoticons.mo +share/locale/en_GB/LC_MESSAGES/kcm_infobase.mo +share/locale/en_GB/LC_MESSAGES/kcm_infosummary.mo share/locale/en_GB/LC_MESSAGES/kcm_krfb.mo share/locale/en_GB/LC_MESSAGES/kcm_kwindesktop.mo share/locale/en_GB/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/en_GB/LC_MESSAGES/kcm_lirc.mo share/locale/en_GB/LC_MESSAGES/kcm_memory.mo -share/locale/en_GB/LC_MESSAGES/kcm_partition.mo share/locale/en_GB/LC_MESSAGES/kcm_pci.mo share/locale/en_GB/LC_MESSAGES/kcm_phonon.mo share/locale/en_GB/LC_MESSAGES/kcm_phononxine.mo share/locale/en_GB/LC_MESSAGES/kcm_platform.mo +share/locale/en_GB/LC_MESSAGES/kcm_remotecontrol.mo share/locale/en_GB/LC_MESSAGES/kcm_solid.mo share/locale/en_GB/LC_MESSAGES/kcm_solid_actions.mo share/locale/en_GB/LC_MESSAGES/kcm_standard_actions.mo @@ -675,13 +509,13 @@ share/locale/en_GB/LC_MESSAGES/kcmcgi.mo share/locale/en_GB/LC_MESSAGES/kcmcolors.mo share/locale/en_GB/LC_MESSAGES/kcmcomponentchooser.mo share/locale/en_GB/LC_MESSAGES/kcmcrypto.mo +share/locale/en_GB/LC_MESSAGES/kcmdevinfo.mo share/locale/en_GB/LC_MESSAGES/kcmfonts.mo share/locale/en_GB/LC_MESSAGES/kcmhtmlsearch.mo share/locale/en_GB/LC_MESSAGES/kcmicons.mo share/locale/en_GB/LC_MESSAGES/kcminfo.mo share/locale/en_GB/LC_MESSAGES/kcminit.mo share/locale/en_GB/LC_MESSAGES/kcminput.mo -share/locale/en_GB/LC_MESSAGES/kcmioslaveinfo.mo share/locale/en_GB/LC_MESSAGES/kcmkamera.mo share/locale/en_GB/LC_MESSAGES/kcmkclock.mo share/locale/en_GB/LC_MESSAGES/kcmkded.mo @@ -710,7 +544,6 @@ share/locale/en_GB/LC_MESSAGES/kcmscreensaver.mo share/locale/en_GB/LC_MESSAGES/kcmshell.mo share/locale/en_GB/LC_MESSAGES/kcmsmartcard.mo share/locale/en_GB/LC_MESSAGES/kcmsmserver.mo -share/locale/en_GB/LC_MESSAGES/kcmsolidproc.mo share/locale/en_GB/LC_MESSAGES/kcmstyle.mo share/locale/en_GB/LC_MESSAGES/kcmusb.mo share/locale/en_GB/LC_MESSAGES/kcmview1394.mo @@ -724,16 +557,11 @@ share/locale/en_GB/LC_MESSAGES/kdebugdialog.mo share/locale/en_GB/LC_MESSAGES/kdecalendarsystems.mo share/locale/en_GB/LC_MESSAGES/kdelibs4.mo share/locale/en_GB/LC_MESSAGES/kdelibs_colors4.mo -share/locale/en_GB/LC_MESSAGES/kdelirc.mo share/locale/en_GB/LC_MESSAGES/kdepasswd.mo -share/locale/en_GB/LC_MESSAGES/kdepimresources.mo -share/locale/en_GB/LC_MESSAGES/kdepimwizards.mo share/locale/en_GB/LC_MESSAGES/kdeqt.mo share/locale/en_GB/LC_MESSAGES/kdesu.mo share/locale/en_GB/LC_MESSAGES/kdesud.mo share/locale/en_GB/LC_MESSAGES/kdf.mo -share/locale/en_GB/LC_MESSAGES/kdgantt.mo -share/locale/en_GB/LC_MESSAGES/kdgantt1.mo share/locale/en_GB/LC_MESSAGES/kdialog.mo share/locale/en_GB/LC_MESSAGES/kdiamond.mo share/locale/en_GB/LC_MESSAGES/kdmconfig.mo @@ -787,7 +615,6 @@ share/locale/en_GB/LC_MESSAGES/kimagemapeditor.mo share/locale/en_GB/LC_MESSAGES/kinetd.mo share/locale/en_GB/LC_MESSAGES/kinfocenter.mo share/locale/en_GB/LC_MESSAGES/kio4.mo -share/locale/en_GB/LC_MESSAGES/kio_akonadi.mo share/locale/en_GB/LC_MESSAGES/kio_applications.mo share/locale/en_GB/LC_MESSAGES/kio_archive.mo share/locale/en_GB/LC_MESSAGES/kio_audiocd.mo @@ -795,7 +622,6 @@ share/locale/en_GB/LC_MESSAGES/kio_bookmarks.mo share/locale/en_GB/LC_MESSAGES/kio_finger.mo share/locale/en_GB/LC_MESSAGES/kio_fish.mo share/locale/en_GB/LC_MESSAGES/kio_floppy.mo -share/locale/en_GB/LC_MESSAGES/kio_groupwise.mo share/locale/en_GB/LC_MESSAGES/kio_help4.mo share/locale/en_GB/LC_MESSAGES/kio_imap4.mo share/locale/en_GB/LC_MESSAGES/kio_info.mo @@ -823,9 +649,7 @@ share/locale/en_GB/LC_MESSAGES/kioclient.mo share/locale/en_GB/LC_MESSAGES/kioexec.mo share/locale/en_GB/LC_MESSAGES/kiriki.mo share/locale/en_GB/LC_MESSAGES/kiten.mo -share/locale/en_GB/LC_MESSAGES/kjots.mo share/locale/en_GB/LC_MESSAGES/kjumpingcube.mo -share/locale/en_GB/LC_MESSAGES/kleopatra.mo share/locale/en_GB/LC_MESSAGES/klettres.mo share/locale/en_GB/LC_MESSAGES/klines.mo share/locale/en_GB/LC_MESSAGES/klinkstatus.mo @@ -833,12 +657,6 @@ share/locale/en_GB/LC_MESSAGES/klipper.mo share/locale/en_GB/LC_MESSAGES/klock.mo share/locale/en_GB/LC_MESSAGES/kmag.mo share/locale/en_GB/LC_MESSAGES/kmahjongg.mo -share/locale/en_GB/LC_MESSAGES/kmail-migrator.mo -share/locale/en_GB/LC_MESSAGES/kmail.mo -share/locale/en_GB/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/en_GB/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/en_GB/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/en_GB/LC_MESSAGES/kmailcvt.mo share/locale/en_GB/LC_MESSAGES/kmenuedit.mo share/locale/en_GB/LC_MESSAGES/kmimetypefinder.mo share/locale/en_GB/LC_MESSAGES/kmines.mo @@ -849,8 +667,6 @@ share/locale/en_GB/LC_MESSAGES/kmplot.mo share/locale/en_GB/LC_MESSAGES/knetattach.mo share/locale/en_GB/LC_MESSAGES/knetwalk.mo share/locale/en_GB/LC_MESSAGES/knetworkconfmodule.mo -share/locale/en_GB/LC_MESSAGES/knode.mo -share/locale/en_GB/LC_MESSAGES/knotes.mo share/locale/en_GB/LC_MESSAGES/knotify4.mo share/locale/en_GB/LC_MESSAGES/kolf.mo share/locale/en_GB/LC_MESSAGES/kollision.mo @@ -860,11 +676,8 @@ share/locale/en_GB/LC_MESSAGES/kompare.mo share/locale/en_GB/LC_MESSAGES/konqueror.mo share/locale/en_GB/LC_MESSAGES/konquest.mo share/locale/en_GB/LC_MESSAGES/konsole.mo -share/locale/en_GB/LC_MESSAGES/konsolekalendar.mo -share/locale/en_GB/LC_MESSAGES/kontact.mo share/locale/en_GB/LC_MESSAGES/kontactinterfaces.mo share/locale/en_GB/LC_MESSAGES/kopete.mo -share/locale/en_GB/LC_MESSAGES/korganizer.mo share/locale/en_GB/LC_MESSAGES/kpartloader.mo share/locale/en_GB/LC_MESSAGES/kpartsaver.mo share/locale/en_GB/LC_MESSAGES/kpasswdserver.mo @@ -873,28 +686,20 @@ share/locale/en_GB/LC_MESSAGES/kppp.mo share/locale/en_GB/LC_MESSAGES/kppplogview.mo share/locale/en_GB/LC_MESSAGES/kquitapp.mo share/locale/en_GB/LC_MESSAGES/krandr.mo +share/locale/en_GB/LC_MESSAGES/krcdnotifieritem.mo share/locale/en_GB/LC_MESSAGES/krdb.mo share/locale/en_GB/LC_MESSAGES/krdc.mo share/locale/en_GB/LC_MESSAGES/kreadconfig.mo -share/locale/en_GB/LC_MESSAGES/kres-migrator.mo -share/locale/en_GB/LC_MESSAGES/kres_birthday.mo -share/locale/en_GB/LC_MESSAGES/kres_blog.mo +share/locale/en_GB/LC_MESSAGES/kremotecontroldaemon.mo share/locale/en_GB/LC_MESSAGES/kres_bugzilla.mo -share/locale/en_GB/LC_MESSAGES/kres_groupware.mo -share/locale/en_GB/LC_MESSAGES/kres_groupwise.mo -share/locale/en_GB/LC_MESSAGES/kres_kolab.mo -share/locale/en_GB/LC_MESSAGES/kres_remote.mo -share/locale/en_GB/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/en_GB/LC_MESSAGES/kreversi.mo share/locale/en_GB/LC_MESSAGES/krfb.mo share/locale/en_GB/LC_MESSAGES/kruler.mo share/locale/en_GB/LC_MESSAGES/krunner.mo share/locale/en_GB/LC_MESSAGES/ksame.mo share/locale/en_GB/LC_MESSAGES/ksaneplugin.mo -share/locale/en_GB/LC_MESSAGES/ksayit.mo share/locale/en_GB/LC_MESSAGES/kscd.mo share/locale/en_GB/LC_MESSAGES/kscreensaver.mo -share/locale/en_GB/LC_MESSAGES/ksendemail.mo share/locale/en_GB/LC_MESSAGES/kshisen.mo share/locale/en_GB/LC_MESSAGES/kshorturifilter.mo share/locale/en_GB/LC_MESSAGES/ksirk.mo @@ -916,16 +721,14 @@ share/locale/en_GB/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/en_GB/LC_MESSAGES/ksystemlog.mo share/locale/en_GB/LC_MESSAGES/ksystraycmd.mo share/locale/en_GB/LC_MESSAGES/kteatime.mo +share/locale/en_GB/LC_MESSAGES/ktesnippets_editor.mo share/locale/en_GB/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/en_GB/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/en_GB/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/en_GB/LC_MESSAGES/kthememanager.mo share/locale/en_GB/LC_MESSAGES/ktimer.mo -share/locale/en_GB/LC_MESSAGES/ktimetracker.mo share/locale/en_GB/LC_MESSAGES/ktouch.mo share/locale/en_GB/LC_MESSAGES/ktraderclient.mo share/locale/en_GB/LC_MESSAGES/ktron.mo -share/locale/en_GB/LC_MESSAGES/kttsd.mo share/locale/en_GB/LC_MESSAGES/ktuberling.mo share/locale/en_GB/LC_MESSAGES/kturtle.mo share/locale/en_GB/LC_MESSAGES/ktux.mo @@ -936,8 +739,6 @@ share/locale/en_GB/LC_MESSAGES/kurifilter.mo share/locale/en_GB/LC_MESSAGES/kuser.mo share/locale/en_GB/LC_MESSAGES/kwalletd.mo share/locale/en_GB/LC_MESSAGES/kwalletmanager.mo -share/locale/en_GB/LC_MESSAGES/kwatchgnupg.mo -share/locale/en_GB/LC_MESSAGES/kweather.mo share/locale/en_GB/LC_MESSAGES/kwin.mo share/locale/en_GB/LC_MESSAGES/kwin_art_clients.mo share/locale/en_GB/LC_MESSAGES/kwin_clients.mo @@ -959,31 +760,25 @@ share/locale/en_GB/LC_MESSAGES/libkcompactdisc.mo share/locale/en_GB/LC_MESSAGES/libkdcraw.mo share/locale/en_GB/LC_MESSAGES/libkdeedu.mo share/locale/en_GB/LC_MESSAGES/libkdegames.mo -share/locale/en_GB/LC_MESSAGES/libkdepim.mo share/locale/en_GB/LC_MESSAGES/libkexiv2.mo share/locale/en_GB/LC_MESSAGES/libkholidays.mo share/locale/en_GB/LC_MESSAGES/libkimap.mo share/locale/en_GB/LC_MESSAGES/libkldap.mo -share/locale/en_GB/LC_MESSAGES/libkleopatra.mo share/locale/en_GB/LC_MESSAGES/libkmahjongg.mo share/locale/en_GB/LC_MESSAGES/libkmime.mo share/locale/en_GB/LC_MESSAGES/libkonq.mo -share/locale/en_GB/LC_MESSAGES/libkpgp.mo share/locale/en_GB/LC_MESSAGES/libkpimidentities.mo share/locale/en_GB/LC_MESSAGES/libkpimtextedit.mo share/locale/en_GB/LC_MESSAGES/libkpimutils.mo +share/locale/en_GB/LC_MESSAGES/libkremotecontrol.mo share/locale/en_GB/LC_MESSAGES/libkresources.mo share/locale/en_GB/LC_MESSAGES/libksane.mo share/locale/en_GB/LC_MESSAGES/libkscreensaver.mo -share/locale/en_GB/LC_MESSAGES/libksieve.mo share/locale/en_GB/LC_MESSAGES/libktnef.mo share/locale/en_GB/LC_MESSAGES/libkunitconversion.mo share/locale/en_GB/LC_MESSAGES/libkworkspace.mo share/locale/en_GB/LC_MESSAGES/libkxmlrpcclient.mo share/locale/en_GB/LC_MESSAGES/libmailtransport.mo -share/locale/en_GB/LC_MESSAGES/libmessagecore.mo -share/locale/en_GB/LC_MESSAGES/libmessagelist.mo -share/locale/en_GB/LC_MESSAGES/libmessageviewer.mo share/locale/en_GB/LC_MESSAGES/liboktetacore.mo share/locale/en_GB/LC_MESSAGES/liboktetakasten.mo share/locale/en_GB/LC_MESSAGES/libphonon.mo @@ -994,7 +789,6 @@ share/locale/en_GB/LC_MESSAGES/librtm.mo share/locale/en_GB/LC_MESSAGES/libtaskmanager.mo share/locale/en_GB/LC_MESSAGES/lokalize.mo share/locale/en_GB/LC_MESSAGES/lskat.mo -share/locale/en_GB/LC_MESSAGES/mailreader.mo share/locale/en_GB/LC_MESSAGES/marble.mo share/locale/en_GB/LC_MESSAGES/marble_qt.mo share/locale/en_GB/LC_MESSAGES/mplayerthumbs.mo @@ -1028,10 +822,12 @@ share/locale/en_GB/LC_MESSAGES/phononserver.mo share/locale/en_GB/LC_MESSAGES/plasma-desktop.mo share/locale/en_GB/LC_MESSAGES/plasma-netbook.mo share/locale/en_GB/LC_MESSAGES/plasma-overlay.mo +share/locale/en_GB/LC_MESSAGES/plasma-windowed.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_battery.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_calculator.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_clock.mo @@ -1048,6 +844,7 @@ share/locale/en_GB/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_icon.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_katesession.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -1055,7 +852,6 @@ share/locale/en_GB/LC_MESSAGES/plasma_applet_kget.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/en_GB/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_launcher.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_life.mo @@ -1067,6 +863,7 @@ share/locale/en_GB/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_news.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_notes.mo +share/locale/en_GB/LC_MESSAGES/plasma_applet_notifications.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/en_GB/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -1108,7 +905,9 @@ share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/en_GB/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_calendar.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/en_GB/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_keystate.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_metadata.mo @@ -1120,12 +919,14 @@ share/locale/en_GB/LC_MESSAGES/plasma_engine_rss.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/en_GB/LC_MESSAGES/plasma_engine_weather.mo share/locale/en_GB/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_contacts.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_datetime.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_kget.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_kill.mo @@ -1145,6 +946,7 @@ share/locale/en_GB/LC_MESSAGES/plasma_runner_shell.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_solid.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/en_GB/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/en_GB/LC_MESSAGES/plasma_runner_windows.mo share/locale/en_GB/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/en_GB/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1188,46 +990,31 @@ share/locale/en_GB/LC_MESSAGES/umbrello.mo share/locale/en_GB/LC_MESSAGES/useraccount.mo share/locale/en_GB/LC_MESSAGES/xml_mimetypes.mo share/locale/en_GB/entry.desktop -@dirrm share/doc/HTML/en_GB/umbrello +@dirrm share/doc/HTML/en_GB/xserver +@dirrm share/doc/HTML/en_GB/visualdict +@dirrm share/doc/HTML/en_GB/usb +@dirrm share/doc/HTML/en_GB/scsi +@dirrm share/doc/HTML/en_GB/samba +@dirrm share/doc/HTML/en_GB/quickstart +@dirrm share/doc/HTML/en_GB/protocols +@dirrm share/doc/HTML/en_GB/pcmcia +@dirrm share/doc/HTML/en_GB/pci +@dirrm share/doc/HTML/en_GB/opengl +@dirrm share/doc/HTML/en_GB/memory @dirrm share/doc/HTML/en_GB/kxkb @dirrm share/doc/HTML/en_GB/kwrite @dirrm share/doc/HTML/en_GB/ksysguard -@dirrm share/doc/HTML/en_GB/kstars @dirrm share/doc/HTML/en_GB/ksplashml @dirrm share/doc/HTML/en_GB/konsole @dirrm share/doc/HTML/en_GB/konqueror @dirrm share/doc/HTML/en_GB/kompare -@dirrm share/doc/HTML/en_GB/knotes -@dirrm share/doc/HTML/en_GB/knode @dirrm share/doc/HTML/en_GB/kmplot @dirrm share/doc/HTML/en_GB/kmenuedit @dirrm share/doc/HTML/en_GB/klipper -@dirrm share/doc/HTML/en_GB/kleopatra @dirrm share/doc/HTML/en_GB/kioslave/kioslave @dirrm share/doc/HTML/en_GB/kioslave -@dirrm share/doc/HTML/en_GB/kinfocenter/xserver -@dirrm share/doc/HTML/en_GB/kinfocenter/usb -@dirrm share/doc/HTML/en_GB/kinfocenter/sound -@dirrm share/doc/HTML/en_GB/kinfocenter/scsi -@dirrm share/doc/HTML/en_GB/kinfocenter/samba -@dirrm share/doc/HTML/en_GB/kinfocenter/protocols -@dirrm share/doc/HTML/en_GB/kinfocenter/processor -@dirrm share/doc/HTML/en_GB/kinfocenter/pcmcia -@dirrm share/doc/HTML/en_GB/kinfocenter/pci -@dirrm share/doc/HTML/en_GB/kinfocenter/partitions -@dirrm share/doc/HTML/en_GB/kinfocenter/opengl -@dirrm share/doc/HTML/en_GB/kinfocenter/nics -@dirrm share/doc/HTML/en_GB/kinfocenter/memory -@dirrm share/doc/HTML/en_GB/kinfocenter/ioports -@dirrm share/doc/HTML/en_GB/kinfocenter/interrupts -@dirrm share/doc/HTML/en_GB/kinfocenter/dma -@dirrm share/doc/HTML/en_GB/kinfocenter/devices -@dirrm share/doc/HTML/en_GB/kinfocenter/blockdevices @dirrm share/doc/HTML/en_GB/kinfocenter -@dirrm share/doc/HTML/en_GB/khelpcenter/visualdict -@dirrm share/doc/HTML/en_GB/khelpcenter/quickstart @dirrm share/doc/HTML/en_GB/khelpcenter/glossary -@dirrm share/doc/HTML/en_GB/khelpcenter/faq @dirrm share/doc/HTML/en_GB/khelpcenter @dirrm share/doc/HTML/en_GB/kfind @dirrm share/doc/HTML/en_GB/kdm @@ -1245,7 +1032,6 @@ share/locale/en_GB/entry.desktop @dirrm share/doc/HTML/en_GB/kcontrol/mouse @dirrm share/doc/HTML/en_GB/kcontrol/language @dirrm share/doc/HTML/en_GB/kcontrol/kwindecoration -@dirrm share/doc/HTML/en_GB/kcontrol/kthememgr @dirrm share/doc/HTML/en_GB/kcontrol/khtml @dirrm share/doc/HTML/en_GB/kcontrol/keys @dirrm share/doc/HTML/en_GB/kcontrol/keyboard @@ -1254,14 +1040,12 @@ share/locale/en_GB/entry.desktop @dirrm share/doc/HTML/en_GB/kcontrol/kcmstyle @dirrm share/doc/HTML/en_GB/kcontrol/kcmsmserver @dirrm share/doc/HTML/en_GB/kcontrol/kcmnotify -@dirrm share/doc/HTML/en_GB/kcontrol/kcmlowbatcrit @dirrm share/doc/HTML/en_GB/kcontrol/kcmlaunch @dirrm share/doc/HTML/en_GB/kcontrol/kcmktalkd @dirrm share/doc/HTML/en_GB/kcontrol/kcmkonsole @dirrm share/doc/HTML/en_GB/kcontrol/kcmfontinst @dirrm share/doc/HTML/en_GB/kcontrol/kcmcss @dirrm share/doc/HTML/en_GB/kcontrol/kcmaccess -@dirrm share/doc/HTML/en_GB/kcontrol/kalarmd @dirrm share/doc/HTML/en_GB/kcontrol/icons @dirrm share/doc/HTML/en_GB/kcontrol/helpindex @dirrm share/doc/HTML/en_GB/kcontrol/fonts @@ -1282,8 +1066,10 @@ share/locale/en_GB/entry.desktop @dirrm share/doc/HTML/en_GB/kcontrol @dirrm share/doc/HTML/en_GB/kcachegrind @dirrm share/doc/HTML/en_GB/kbugbuster -@dirrm share/doc/HTML/en_GB/kalarm -@dirrm share/doc/HTML/en_GB/kaddressbook +@dirrm share/doc/HTML/en_GB/ioports +@dirrm share/doc/HTML/en_GB/interrupts +@dirrm share/doc/HTML/en_GB/faq +@dirrm share/doc/HTML/en_GB/dma @dirrm share/doc/HTML/en_GB/common @dirrm share/doc/HTML/en_GB/cervisia @dirrm share/apps/kvtml/en_GB diff --git a/misc/kde4-l10n-eo/distinfo b/misc/kde4-l10n-eo/distinfo index 496cd84944fc..4944bbe4a52a 100644 --- a/misc/kde4-l10n-eo/distinfo +++ b/misc/kde4-l10n-eo/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-eo-4.4.5.tar.bz2) = d46a23c723704022c69ea234c6e77bfa -SHA256 (KDE/kde-l10n/kde-l10n-eo-4.4.5.tar.bz2) = 79de770197e441a11100a60d531b303452e7193b402273f0a72accdec8a395d7 -SIZE (KDE/kde-l10n/kde-l10n-eo-4.4.5.tar.bz2) = 2071254 +MD5 (KDE/kde-l10n/kde-l10n-eo-4.5.1.tar.bz2) = d8ed290873ce8815252deeb27ec93176 +SHA256 (KDE/kde-l10n/kde-l10n-eo-4.5.1.tar.bz2) = 731919be55f5792d9822d592dbec10354cc0783e2128ea989c865d015556192f +SIZE (KDE/kde-l10n/kde-l10n-eo-4.5.1.tar.bz2) = 1714814 diff --git a/misc/kde4-l10n-eo/pkg-plist b/misc/kde4-l10n-eo/pkg-plist index 9b25f5c3510f..7d964a200e10 100644 --- a/misc/kde4-l10n-eo/pkg-plist +++ b/misc/kde4-l10n-eo/pkg-plist @@ -2,33 +2,7 @@ share/doc/HTML/eo/common/fdl-translated.html share/doc/HTML/eo/common/gpl-translated.html share/doc/HTML/eo/common/kde-localised.css share/doc/HTML/eo/common/lgpl-translated.html -share/locale/eo/LC_MESSAGES/akonadi-kcal.mo -share/locale/eo/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/eo/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/eo/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_next.mo -share/locale/eo/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/eo/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/eo/LC_MESSAGES/akonadicontact.mo -share/locale/eo/LC_MESSAGES/akonaditray.mo -share/locale/eo/LC_MESSAGES/akregator.mo share/locale/eo/LC_MESSAGES/amor.mo share/locale/eo/LC_MESSAGES/ark.mo share/locale/eo/LC_MESSAGES/attica_kde.mo @@ -36,43 +10,37 @@ share/locale/eo/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/eo/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/eo/LC_MESSAGES/audiorename_plugin.mo share/locale/eo/LC_MESSAGES/blinken.mo -share/locale/eo/LC_MESSAGES/blogilo.mo share/locale/eo/LC_MESSAGES/bomber.mo share/locale/eo/LC_MESSAGES/bovo.mo share/locale/eo/LC_MESSAGES/cantor.mo share/locale/eo/LC_MESSAGES/cervisia.mo -share/locale/eo/LC_MESSAGES/cryptopageplugin.mo share/locale/eo/LC_MESSAGES/cvsservice.mo share/locale/eo/LC_MESSAGES/display.mo share/locale/eo/LC_MESSAGES/dolphin.mo share/locale/eo/LC_MESSAGES/dragonplayer.mo share/locale/eo/LC_MESSAGES/drkonqi.mo share/locale/eo/LC_MESSAGES/filetypes.mo +share/locale/eo/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/eo/LC_MESSAGES/freespacenotifier.mo share/locale/eo/LC_MESSAGES/granatier.mo share/locale/eo/LC_MESSAGES/gwenview.mo share/locale/eo/LC_MESSAGES/htmlsearch.mo share/locale/eo/LC_MESSAGES/imagerename_plugin.mo -share/locale/eo/LC_MESSAGES/irkick.mo +share/locale/eo/LC_MESSAGES/jovie.mo share/locale/eo/LC_MESSAGES/joystick.mo share/locale/eo/LC_MESSAGES/juk.mo share/locale/eo/LC_MESSAGES/kabc.mo -share/locale/eo/LC_MESSAGES/kabc_akonadi.mo share/locale/eo/LC_MESSAGES/kabc_dir.mo share/locale/eo/LC_MESSAGES/kabc_file.mo share/locale/eo/LC_MESSAGES/kabc_ldapkio.mo share/locale/eo/LC_MESSAGES/kabc_net.mo -share/locale/eo/LC_MESSAGES/kabc_slox.mo -share/locale/eo/LC_MESSAGES/kabcclient.mo share/locale/eo/LC_MESSAGES/kabcformat_binary.mo share/locale/eo/LC_MESSAGES/kaccess.mo -share/locale/eo/LC_MESSAGES/kaddressbook.mo -share/locale/eo/LC_MESSAGES/kalarm.mo +share/locale/eo/LC_MESSAGES/kajongg.mo share/locale/eo/LC_MESSAGES/kalgebra.mo share/locale/eo/LC_MESSAGES/kalzium.mo -share/locale/eo/LC_MESSAGES/kalzium_qt.mo share/locale/eo/LC_MESSAGES/kanagram.mo share/locale/eo/LC_MESSAGES/kapman.mo -share/locale/eo/LC_MESSAGES/kappfinder.mo share/locale/eo/LC_MESSAGES/kapptemplate.mo share/locale/eo/LC_MESSAGES/kate-ctags-plugin.mo share/locale/eo/LC_MESSAGES/kate.mo @@ -84,20 +52,17 @@ share/locale/eo/LC_MESSAGES/katefilebrowserplugin.mo share/locale/eo/LC_MESSAGES/katefiletemplates.mo share/locale/eo/LC_MESSAGES/katefindinfilesplugin.mo share/locale/eo/LC_MESSAGES/katehelloworld.mo -share/locale/eo/LC_MESSAGES/katehtmltools.mo share/locale/eo/LC_MESSAGES/kateinsertcommand.mo share/locale/eo/LC_MESSAGES/katekjswrapper.mo share/locale/eo/LC_MESSAGES/katekonsoleplugin.mo share/locale/eo/LC_MESSAGES/katemailfilesplugin.mo share/locale/eo/LC_MESSAGES/kateopenheader.mo share/locale/eo/LC_MESSAGES/katepart4.mo -share/locale/eo/LC_MESSAGES/katepybrowse.mo share/locale/eo/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/eo/LC_MESSAGES/katesnippets.mo share/locale/eo/LC_MESSAGES/katesnippets_tng.mo -share/locale/eo/LC_MESSAGES/katesnippetstng_editor.mo share/locale/eo/LC_MESSAGES/katesymbolviewer.mo share/locale/eo/LC_MESSAGES/katetabbarextension.mo +share/locale/eo/LC_MESSAGES/katetabifyplugin.mo share/locale/eo/LC_MESSAGES/katetextfilter.mo share/locale/eo/LC_MESSAGES/katexmlcheck.mo share/locale/eo/LC_MESSAGES/katexmltools.mo @@ -112,27 +77,27 @@ share/locale/eo/LC_MESSAGES/kbruch.mo share/locale/eo/LC_MESSAGES/kbugbuster.mo share/locale/eo/LC_MESSAGES/kcachegrind.mo share/locale/eo/LC_MESSAGES/kcachegrind_qt.mo -share/locale/eo/LC_MESSAGES/kcal_akonadi.mo share/locale/eo/LC_MESSAGES/kcalc.mo share/locale/eo/LC_MESSAGES/kcertpart.mo share/locale/eo/LC_MESSAGES/kcharselect.mo -share/locale/eo/LC_MESSAGES/kcm_akonadi.mo share/locale/eo/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/eo/LC_MESSAGES/kcm_attica.mo share/locale/eo/LC_MESSAGES/kcm_autostart.mo +share/locale/eo/LC_MESSAGES/kcm_desktoppaths.mo share/locale/eo/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/eo/LC_MESSAGES/kcm_device_automounter.mo share/locale/eo/LC_MESSAGES/kcm_emoticons.mo +share/locale/eo/LC_MESSAGES/kcm_infobase.mo +share/locale/eo/LC_MESSAGES/kcm_infosummary.mo share/locale/eo/LC_MESSAGES/kcm_krfb.mo share/locale/eo/LC_MESSAGES/kcm_kwindesktop.mo share/locale/eo/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/eo/LC_MESSAGES/kcm_lirc.mo share/locale/eo/LC_MESSAGES/kcm_memory.mo -share/locale/eo/LC_MESSAGES/kcm_partition.mo share/locale/eo/LC_MESSAGES/kcm_pci.mo share/locale/eo/LC_MESSAGES/kcm_phonon.mo share/locale/eo/LC_MESSAGES/kcm_phononxine.mo share/locale/eo/LC_MESSAGES/kcm_platform.mo +share/locale/eo/LC_MESSAGES/kcm_remotecontrol.mo share/locale/eo/LC_MESSAGES/kcm_solid.mo share/locale/eo/LC_MESSAGES/kcm_solid_actions.mo share/locale/eo/LC_MESSAGES/kcm_standard_actions.mo @@ -145,13 +110,13 @@ share/locale/eo/LC_MESSAGES/kcmcgi.mo share/locale/eo/LC_MESSAGES/kcmcolors.mo share/locale/eo/LC_MESSAGES/kcmcomponentchooser.mo share/locale/eo/LC_MESSAGES/kcmcrypto.mo +share/locale/eo/LC_MESSAGES/kcmdevinfo.mo share/locale/eo/LC_MESSAGES/kcmfonts.mo share/locale/eo/LC_MESSAGES/kcmhtmlsearch.mo share/locale/eo/LC_MESSAGES/kcmicons.mo share/locale/eo/LC_MESSAGES/kcminfo.mo share/locale/eo/LC_MESSAGES/kcminit.mo share/locale/eo/LC_MESSAGES/kcminput.mo -share/locale/eo/LC_MESSAGES/kcmioslaveinfo.mo share/locale/eo/LC_MESSAGES/kcmkamera.mo share/locale/eo/LC_MESSAGES/kcmkclock.mo share/locale/eo/LC_MESSAGES/kcmkded.mo @@ -180,7 +145,6 @@ share/locale/eo/LC_MESSAGES/kcmscreensaver.mo share/locale/eo/LC_MESSAGES/kcmshell.mo share/locale/eo/LC_MESSAGES/kcmsmartcard.mo share/locale/eo/LC_MESSAGES/kcmsmserver.mo -share/locale/eo/LC_MESSAGES/kcmsolidproc.mo share/locale/eo/LC_MESSAGES/kcmstyle.mo share/locale/eo/LC_MESSAGES/kcmusb.mo share/locale/eo/LC_MESSAGES/kcmview1394.mo @@ -194,16 +158,11 @@ share/locale/eo/LC_MESSAGES/kdebugdialog.mo share/locale/eo/LC_MESSAGES/kdecalendarsystems.mo share/locale/eo/LC_MESSAGES/kdelibs4.mo share/locale/eo/LC_MESSAGES/kdelibs_colors4.mo -share/locale/eo/LC_MESSAGES/kdelirc.mo share/locale/eo/LC_MESSAGES/kdepasswd.mo -share/locale/eo/LC_MESSAGES/kdepimresources.mo -share/locale/eo/LC_MESSAGES/kdepimwizards.mo share/locale/eo/LC_MESSAGES/kdeqt.mo share/locale/eo/LC_MESSAGES/kdesu.mo share/locale/eo/LC_MESSAGES/kdesud.mo share/locale/eo/LC_MESSAGES/kdf.mo -share/locale/eo/LC_MESSAGES/kdgantt.mo -share/locale/eo/LC_MESSAGES/kdgantt1.mo share/locale/eo/LC_MESSAGES/kdialog.mo share/locale/eo/LC_MESSAGES/kdiamond.mo share/locale/eo/LC_MESSAGES/kdmconfig.mo @@ -257,7 +216,6 @@ share/locale/eo/LC_MESSAGES/kimagemapeditor.mo share/locale/eo/LC_MESSAGES/kinetd.mo share/locale/eo/LC_MESSAGES/kinfocenter.mo share/locale/eo/LC_MESSAGES/kio4.mo -share/locale/eo/LC_MESSAGES/kio_akonadi.mo share/locale/eo/LC_MESSAGES/kio_applications.mo share/locale/eo/LC_MESSAGES/kio_archive.mo share/locale/eo/LC_MESSAGES/kio_audiocd.mo @@ -265,7 +223,6 @@ share/locale/eo/LC_MESSAGES/kio_bookmarks.mo share/locale/eo/LC_MESSAGES/kio_finger.mo share/locale/eo/LC_MESSAGES/kio_fish.mo share/locale/eo/LC_MESSAGES/kio_floppy.mo -share/locale/eo/LC_MESSAGES/kio_groupwise.mo share/locale/eo/LC_MESSAGES/kio_help4.mo share/locale/eo/LC_MESSAGES/kio_imap4.mo share/locale/eo/LC_MESSAGES/kio_info.mo @@ -293,9 +250,7 @@ share/locale/eo/LC_MESSAGES/kioclient.mo share/locale/eo/LC_MESSAGES/kioexec.mo share/locale/eo/LC_MESSAGES/kiriki.mo share/locale/eo/LC_MESSAGES/kiten.mo -share/locale/eo/LC_MESSAGES/kjots.mo share/locale/eo/LC_MESSAGES/kjumpingcube.mo -share/locale/eo/LC_MESSAGES/kleopatra.mo share/locale/eo/LC_MESSAGES/klettres.mo share/locale/eo/LC_MESSAGES/klines.mo share/locale/eo/LC_MESSAGES/klinkstatus.mo @@ -303,12 +258,6 @@ share/locale/eo/LC_MESSAGES/klipper.mo share/locale/eo/LC_MESSAGES/klock.mo share/locale/eo/LC_MESSAGES/kmag.mo share/locale/eo/LC_MESSAGES/kmahjongg.mo -share/locale/eo/LC_MESSAGES/kmail-migrator.mo -share/locale/eo/LC_MESSAGES/kmail.mo -share/locale/eo/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/eo/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/eo/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/eo/LC_MESSAGES/kmailcvt.mo share/locale/eo/LC_MESSAGES/kmenuedit.mo share/locale/eo/LC_MESSAGES/kmimetypefinder.mo share/locale/eo/LC_MESSAGES/kmines.mo @@ -319,8 +268,6 @@ share/locale/eo/LC_MESSAGES/kmplot.mo share/locale/eo/LC_MESSAGES/knetattach.mo share/locale/eo/LC_MESSAGES/knetwalk.mo share/locale/eo/LC_MESSAGES/knetworkconfmodule.mo -share/locale/eo/LC_MESSAGES/knode.mo -share/locale/eo/LC_MESSAGES/knotes.mo share/locale/eo/LC_MESSAGES/knotify4.mo share/locale/eo/LC_MESSAGES/kolf.mo share/locale/eo/LC_MESSAGES/kollision.mo @@ -330,11 +277,8 @@ share/locale/eo/LC_MESSAGES/kompare.mo share/locale/eo/LC_MESSAGES/konqueror.mo share/locale/eo/LC_MESSAGES/konquest.mo share/locale/eo/LC_MESSAGES/konsole.mo -share/locale/eo/LC_MESSAGES/konsolekalendar.mo -share/locale/eo/LC_MESSAGES/kontact.mo share/locale/eo/LC_MESSAGES/kontactinterfaces.mo share/locale/eo/LC_MESSAGES/kopete.mo -share/locale/eo/LC_MESSAGES/korganizer.mo share/locale/eo/LC_MESSAGES/kpartloader.mo share/locale/eo/LC_MESSAGES/kpartsaver.mo share/locale/eo/LC_MESSAGES/kpasswdserver.mo @@ -343,28 +287,20 @@ share/locale/eo/LC_MESSAGES/kppp.mo share/locale/eo/LC_MESSAGES/kppplogview.mo share/locale/eo/LC_MESSAGES/kquitapp.mo share/locale/eo/LC_MESSAGES/krandr.mo +share/locale/eo/LC_MESSAGES/krcdnotifieritem.mo share/locale/eo/LC_MESSAGES/krdb.mo share/locale/eo/LC_MESSAGES/krdc.mo share/locale/eo/LC_MESSAGES/kreadconfig.mo -share/locale/eo/LC_MESSAGES/kres-migrator.mo -share/locale/eo/LC_MESSAGES/kres_birthday.mo -share/locale/eo/LC_MESSAGES/kres_blog.mo +share/locale/eo/LC_MESSAGES/kremotecontroldaemon.mo share/locale/eo/LC_MESSAGES/kres_bugzilla.mo -share/locale/eo/LC_MESSAGES/kres_groupware.mo -share/locale/eo/LC_MESSAGES/kres_groupwise.mo -share/locale/eo/LC_MESSAGES/kres_kolab.mo -share/locale/eo/LC_MESSAGES/kres_remote.mo -share/locale/eo/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/eo/LC_MESSAGES/kreversi.mo share/locale/eo/LC_MESSAGES/krfb.mo share/locale/eo/LC_MESSAGES/kruler.mo share/locale/eo/LC_MESSAGES/krunner.mo share/locale/eo/LC_MESSAGES/ksame.mo share/locale/eo/LC_MESSAGES/ksaneplugin.mo -share/locale/eo/LC_MESSAGES/ksayit.mo share/locale/eo/LC_MESSAGES/kscd.mo share/locale/eo/LC_MESSAGES/kscreensaver.mo -share/locale/eo/LC_MESSAGES/ksendemail.mo share/locale/eo/LC_MESSAGES/kshisen.mo share/locale/eo/LC_MESSAGES/kshorturifilter.mo share/locale/eo/LC_MESSAGES/ksirk.mo @@ -386,16 +322,14 @@ share/locale/eo/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/eo/LC_MESSAGES/ksystemlog.mo share/locale/eo/LC_MESSAGES/ksystraycmd.mo share/locale/eo/LC_MESSAGES/kteatime.mo +share/locale/eo/LC_MESSAGES/ktesnippets_editor.mo share/locale/eo/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/eo/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/eo/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/eo/LC_MESSAGES/kthememanager.mo share/locale/eo/LC_MESSAGES/ktimer.mo -share/locale/eo/LC_MESSAGES/ktimetracker.mo share/locale/eo/LC_MESSAGES/ktouch.mo share/locale/eo/LC_MESSAGES/ktraderclient.mo share/locale/eo/LC_MESSAGES/ktron.mo -share/locale/eo/LC_MESSAGES/kttsd.mo share/locale/eo/LC_MESSAGES/ktuberling.mo share/locale/eo/LC_MESSAGES/kturtle.mo share/locale/eo/LC_MESSAGES/ktux.mo @@ -406,8 +340,6 @@ share/locale/eo/LC_MESSAGES/kurifilter.mo share/locale/eo/LC_MESSAGES/kuser.mo share/locale/eo/LC_MESSAGES/kwalletd.mo share/locale/eo/LC_MESSAGES/kwalletmanager.mo -share/locale/eo/LC_MESSAGES/kwatchgnupg.mo -share/locale/eo/LC_MESSAGES/kweather.mo share/locale/eo/LC_MESSAGES/kwin.mo share/locale/eo/LC_MESSAGES/kwin_art_clients.mo share/locale/eo/LC_MESSAGES/kwin_clients.mo @@ -429,31 +361,25 @@ share/locale/eo/LC_MESSAGES/libkcompactdisc.mo share/locale/eo/LC_MESSAGES/libkdcraw.mo share/locale/eo/LC_MESSAGES/libkdeedu.mo share/locale/eo/LC_MESSAGES/libkdegames.mo -share/locale/eo/LC_MESSAGES/libkdepim.mo share/locale/eo/LC_MESSAGES/libkexiv2.mo share/locale/eo/LC_MESSAGES/libkholidays.mo share/locale/eo/LC_MESSAGES/libkimap.mo share/locale/eo/LC_MESSAGES/libkldap.mo -share/locale/eo/LC_MESSAGES/libkleopatra.mo share/locale/eo/LC_MESSAGES/libkmahjongg.mo share/locale/eo/LC_MESSAGES/libkmime.mo share/locale/eo/LC_MESSAGES/libkonq.mo -share/locale/eo/LC_MESSAGES/libkpgp.mo share/locale/eo/LC_MESSAGES/libkpimidentities.mo share/locale/eo/LC_MESSAGES/libkpimtextedit.mo share/locale/eo/LC_MESSAGES/libkpimutils.mo +share/locale/eo/LC_MESSAGES/libkremotecontrol.mo share/locale/eo/LC_MESSAGES/libkresources.mo share/locale/eo/LC_MESSAGES/libksane.mo share/locale/eo/LC_MESSAGES/libkscreensaver.mo -share/locale/eo/LC_MESSAGES/libksieve.mo share/locale/eo/LC_MESSAGES/libktnef.mo share/locale/eo/LC_MESSAGES/libkunitconversion.mo share/locale/eo/LC_MESSAGES/libkworkspace.mo share/locale/eo/LC_MESSAGES/libkxmlrpcclient.mo share/locale/eo/LC_MESSAGES/libmailtransport.mo -share/locale/eo/LC_MESSAGES/libmessagecore.mo -share/locale/eo/LC_MESSAGES/libmessagelist.mo -share/locale/eo/LC_MESSAGES/libmessageviewer.mo share/locale/eo/LC_MESSAGES/liboktetacore.mo share/locale/eo/LC_MESSAGES/liboktetakasten.mo share/locale/eo/LC_MESSAGES/libphonon.mo @@ -464,7 +390,6 @@ share/locale/eo/LC_MESSAGES/librtm.mo share/locale/eo/LC_MESSAGES/libtaskmanager.mo share/locale/eo/LC_MESSAGES/lokalize.mo share/locale/eo/LC_MESSAGES/lskat.mo -share/locale/eo/LC_MESSAGES/mailreader.mo share/locale/eo/LC_MESSAGES/marble.mo share/locale/eo/LC_MESSAGES/marble_qt.mo share/locale/eo/LC_MESSAGES/mplayerthumbs.mo @@ -498,10 +423,12 @@ share/locale/eo/LC_MESSAGES/phononserver.mo share/locale/eo/LC_MESSAGES/plasma-desktop.mo share/locale/eo/LC_MESSAGES/plasma-netbook.mo share/locale/eo/LC_MESSAGES/plasma-overlay.mo +share/locale/eo/LC_MESSAGES/plasma-windowed.mo share/locale/eo/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/eo/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/eo/LC_MESSAGES/plasma_applet_battery.mo share/locale/eo/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/eo/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/eo/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/eo/LC_MESSAGES/plasma_applet_calculator.mo share/locale/eo/LC_MESSAGES/plasma_applet_clock.mo @@ -518,6 +445,7 @@ share/locale/eo/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/eo/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/eo/LC_MESSAGES/plasma_applet_icon.mo share/locale/eo/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/eo/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/eo/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/eo/LC_MESSAGES/plasma_applet_katesession.mo share/locale/eo/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -525,7 +453,6 @@ share/locale/eo/LC_MESSAGES/plasma_applet_kget.mo share/locale/eo/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/eo/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/eo/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/eo/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/eo/LC_MESSAGES/plasma_applet_launcher.mo share/locale/eo/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/eo/LC_MESSAGES/plasma_applet_life.mo @@ -537,6 +464,7 @@ share/locale/eo/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/eo/LC_MESSAGES/plasma_applet_news.mo share/locale/eo/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/eo/LC_MESSAGES/plasma_applet_notes.mo +share/locale/eo/LC_MESSAGES/plasma_applet_notifications.mo share/locale/eo/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/eo/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/eo/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -578,7 +506,9 @@ share/locale/eo/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/eo/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/eo/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/eo/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/eo/LC_MESSAGES/plasma_engine_calendar.mo share/locale/eo/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/eo/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/eo/LC_MESSAGES/plasma_engine_keystate.mo share/locale/eo/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/eo/LC_MESSAGES/plasma_engine_metadata.mo @@ -590,12 +520,14 @@ share/locale/eo/LC_MESSAGES/plasma_engine_rss.mo share/locale/eo/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/eo/LC_MESSAGES/plasma_engine_weather.mo share/locale/eo/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/eo/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/eo/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/eo/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/eo/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/eo/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/eo/LC_MESSAGES/plasma_runner_contacts.mo share/locale/eo/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/eo/LC_MESSAGES/plasma_runner_datetime.mo share/locale/eo/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/eo/LC_MESSAGES/plasma_runner_kget.mo share/locale/eo/LC_MESSAGES/plasma_runner_kill.mo @@ -615,6 +547,7 @@ share/locale/eo/LC_MESSAGES/plasma_runner_shell.mo share/locale/eo/LC_MESSAGES/plasma_runner_solid.mo share/locale/eo/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/eo/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/eo/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/eo/LC_MESSAGES/plasma_runner_windows.mo share/locale/eo/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/eo/LC_MESSAGES/plasma_wallpaper_color.mo diff --git a/misc/kde4-l10n-es/Makefile.man b/misc/kde4-l10n-es/Makefile.man index 4db15b58b136..bf092ca299ef 100644 --- a/misc/kde4-l10n-es/Makefile.man +++ b/misc/kde4-l10n-es/Makefile.man @@ -1,4 +1,4 @@ -MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 +MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kalzium.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 MAN6= amor.6 khangman.6 kpat.6 MAN7= kdeoptions.7 qtoptions.7 MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 diff --git a/misc/kde4-l10n-es/distinfo b/misc/kde4-l10n-es/distinfo index 28c905916b23..a7947b519a4b 100644 --- a/misc/kde4-l10n-es/distinfo +++ b/misc/kde4-l10n-es/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-es-4.4.5.tar.bz2) = 28dad159862ae7540834b8f029bc7ad4 -SHA256 (KDE/kde-l10n/kde-l10n-es-4.4.5.tar.bz2) = 2b422a45765a5b5abf8697a8730434eceef3046d53b95d1a3bd7683f5b6e8d3a -SIZE (KDE/kde-l10n/kde-l10n-es-4.4.5.tar.bz2) = 28643479 +MD5 (KDE/kde-l10n/kde-l10n-es-4.5.1.tar.bz2) = 2a5e173836f64d1ee9c9fa153481ba16 +SHA256 (KDE/kde-l10n/kde-l10n-es-4.5.1.tar.bz2) = 960bd2e2b3e5b6902b545ca13a5cd0fd1a519962bebb2c7aa5bf49a9a9822343 +SIZE (KDE/kde-l10n/kde-l10n-es-4.5.1.tar.bz2) = 24731441 diff --git a/misc/kde4-l10n-es/files/patch-docs__kdebase-runtime__CMakeLists.txt b/misc/kde4-l10n-es/files/patch-docs__kdebase-runtime__CMakeLists.txt new file mode 100644 index 000000000000..62eaeec5ee5d --- /dev/null +++ b/misc/kde4-l10n-es/files/patch-docs__kdebase-runtime__CMakeLists.txt @@ -0,0 +1,9 @@ +--- ./docs/kdebase-runtime/CMakeLists.txt.orig 2010-08-27 16:56:37.000000000 +0400 ++++ ./docs/kdebase-runtime/CMakeLists.txt 2010-08-30 12:57:02.012864276 +0400 +@@ -2,6 +2,5 @@ + add_subdirectory( kcontrol ) + add_subdirectory( kdebugdialog ) + add_subdirectory( kdesu ) +-add_subdirectory( khelpcenter ) + add_subdirectory( kioslave ) + add_subdirectory( knetattach ) diff --git a/misc/kde4-l10n-es/pkg-plist b/misc/kde4-l10n-es/pkg-plist index 3fa075be71b9..1aa8a0658c62 100644 --- a/misc/kde4-l10n-es/pkg-plist +++ b/misc/kde4-l10n-es/pkg-plist @@ -229,27 +229,6 @@ share/apps/kvtml/es/professiones.kvtml share/apps/kvtml/es/transportes.kvtml share/apps/kvtml/es/vegetales.kvtml share/apps/kvtml/es/worldcapitals.kvtml -share/doc/HTML/es/akregator/add-feed.png -share/doc/HTML/es/akregator/add-feed2.png -share/doc/HTML/es/akregator/add-folder.png -share/doc/HTML/es/akregator/add-folder2.png -share/doc/HTML/es/akregator/advanced-tab.png -share/doc/HTML/es/akregator/appearance-tab.png -share/doc/HTML/es/akregator/archive-tab.png -share/doc/HTML/es/akregator/browser-tab.png -share/doc/HTML/es/akregator/common -share/doc/HTML/es/akregator/general-tab.png -share/doc/HTML/es/akregator/index.cache.bz2 -share/doc/HTML/es/akregator/index.docbook -share/doc/HTML/es/akregator/konq.png -share/doc/HTML/es/akregator/konq2.png -share/doc/HTML/es/akregator/main-window.png -share/doc/HTML/es/akregator/main-window2.png -share/doc/HTML/es/akregator/main-window3.png -share/doc/HTML/es/akregator/main-window4.png -share/doc/HTML/es/akregator/quick-filter.png -share/doc/HTML/es/akregator/rss.png -share/doc/HTML/es/akregator/rss3.png share/doc/HTML/es/amor/common share/doc/HTML/es/amor/index.cache.bz2 share/doc/HTML/es/amor/index.docbook @@ -261,9 +240,6 @@ share/doc/HTML/es/ark/man-ark.1.docbook share/doc/HTML/es/blinken/common share/doc/HTML/es/blinken/index.cache.bz2 share/doc/HTML/es/blinken/index.docbook -share/doc/HTML/es/blogilo/common -share/doc/HTML/es/blogilo/index.cache.bz2 -share/doc/HTML/es/blogilo/index.docbook share/doc/HTML/es/bomber/common share/doc/HTML/es/bomber/index.cache.bz2 share/doc/HTML/es/bomber/index.docbook @@ -287,6 +263,7 @@ share/doc/HTML/es/dolphin/index.docbook share/doc/HTML/es/dragonplayer/common share/doc/HTML/es/dragonplayer/index.cache.bz2 share/doc/HTML/es/dragonplayer/index.docbook +share/doc/HTML/es/dragonplayer/main.png share/doc/HTML/es/granatier/common share/doc/HTML/es/granatier/index.cache.bz2 share/doc/HTML/es/granatier/index.docbook @@ -300,25 +277,20 @@ share/doc/HTML/es/gwenview/introduction.docbook share/doc/HTML/es/gwenview/keybindings.docbook share/doc/HTML/es/gwenview/mouse.docbook share/doc/HTML/es/gwenview/view_mode.png -share/doc/HTML/es/irkick/common -share/doc/HTML/es/irkick/index.cache.bz2 -share/doc/HTML/es/irkick/index.docbook share/doc/HTML/es/juk/common +share/doc/HTML/es/juk/history-playlist.png share/doc/HTML/es/juk/index.cache.bz2 share/doc/HTML/es/juk/index.docbook -share/doc/HTML/es/kabcclient/common -share/doc/HTML/es/kabcclient/index.cache.bz2 -share/doc/HTML/es/kabcclient/index.docbook -share/doc/HTML/es/kabcclient/man-kabcclient.1.docbook -share/doc/HTML/es/kalarm/alarmmessage.png -share/doc/HTML/es/kalarm/common -share/doc/HTML/es/kalarm/editwindow-simple.png -share/doc/HTML/es/kalarm/editwindow.png -share/doc/HTML/es/kalarm/index.cache.bz2 -share/doc/HTML/es/kalarm/index.docbook -share/doc/HTML/es/kalarm/mainwindow-calendars.png -share/doc/HTML/es/kalarm/mainwindow.png -share/doc/HTML/es/kalarm/spinbox.png +share/doc/HTML/es/juk/juk-adv-search.png +share/doc/HTML/es/juk/juk-file-renamer.png +share/doc/HTML/es/juk/juk-main.png +share/doc/HTML/es/juk/juk-tag-guesser.png +share/doc/HTML/es/juk/normal-playlist.png +share/doc/HTML/es/juk/search-playlist.png +share/doc/HTML/es/juk/toolbar.png +share/doc/HTML/es/kajongg/common +share/doc/HTML/es/kajongg/index.cache.bz2 +share/doc/HTML/es/kajongg/index.docbook share/doc/HTML/es/kalgebra/common share/doc/HTML/es/kalgebra/index.cache.bz2 share/doc/HTML/es/kalgebra/index.docbook @@ -424,12 +396,6 @@ share/doc/HTML/es/kcalc/index.docbook share/doc/HTML/es/kcharselect/common share/doc/HTML/es/kcharselect/index.cache.bz2 share/doc/HTML/es/kcharselect/index.docbook -share/doc/HTML/es/kcmlirc/common -share/doc/HTML/es/kcmlirc/index.cache.bz2 -share/doc/HTML/es/kcmlirc/index.docbook -share/doc/HTML/es/kcontrol/attica/common -share/doc/HTML/es/kcontrol/attica/index.cache.bz2 -share/doc/HTML/es/kcontrol/attica/index.docbook share/doc/HTML/es/kcontrol/autostart/common share/doc/HTML/es/kcontrol/autostart/index.cache.bz2 share/doc/HTML/es/kcontrol/autostart/index.docbook @@ -448,9 +414,6 @@ share/doc/HTML/es/kcontrol/clock/index.docbook share/doc/HTML/es/kcontrol/colors/common share/doc/HTML/es/kcontrol/colors/index.cache.bz2 share/doc/HTML/es/kcontrol/colors/index.docbook -share/doc/HTML/es/kcontrol/componentchooser/common -share/doc/HTML/es/kcontrol/componentchooser/index.cache.bz2 -share/doc/HTML/es/kcontrol/componentchooser/index.docbook share/doc/HTML/es/kcontrol/cookies/common share/doc/HTML/es/kcontrol/cookies/index.cache.bz2 share/doc/HTML/es/kcontrol/cookies/index.docbook @@ -472,9 +435,6 @@ share/doc/HTML/es/kcontrol/fontinst/index.docbook share/doc/HTML/es/kcontrol/fonts/common share/doc/HTML/es/kcontrol/fonts/index.cache.bz2 share/doc/HTML/es/kcontrol/fonts/index.docbook -share/doc/HTML/es/kcontrol/helpindex/common -share/doc/HTML/es/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/es/kcontrol/helpindex/index.docbook share/doc/HTML/es/kcontrol/icons/common share/doc/HTML/es/kcontrol/icons/index.cache.bz2 share/doc/HTML/es/kcontrol/icons/index.docbook @@ -490,9 +450,6 @@ share/doc/HTML/es/kcontrol/kcmaccess/index.docbook share/doc/HTML/es/kcontrol/kcmcss/common share/doc/HTML/es/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/es/kcontrol/kcmcss/index.docbook -share/doc/HTML/es/kcontrol/kcmdisplay/common -share/doc/HTML/es/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/es/kcontrol/kcmdisplay/index.docbook share/doc/HTML/es/kcontrol/kcmlaunch/common share/doc/HTML/es/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/es/kcontrol/kcmlaunch/index.docbook @@ -517,18 +474,15 @@ share/doc/HTML/es/kcontrol/kgamma/index.docbook share/doc/HTML/es/kcontrol/knetworkconf/common share/doc/HTML/es/kcontrol/knetworkconf/index.cache.bz2 share/doc/HTML/es/kcontrol/knetworkconf/index.docbook +share/doc/HTML/es/kcontrol/kremotecontrol/common +share/doc/HTML/es/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/es/kcontrol/kremotecontrol/index.docbook share/doc/HTML/es/kcontrol/kresources/common share/doc/HTML/es/kcontrol/kresources/index.cache.bz2 share/doc/HTML/es/kcontrol/kresources/index.docbook -share/doc/HTML/es/kcontrol/kwincompositing/common -share/doc/HTML/es/kcontrol/kwincompositing/index.cache.bz2 -share/doc/HTML/es/kcontrol/kwincompositing/index.docbook share/doc/HTML/es/kcontrol/kwindecoration/common share/doc/HTML/es/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/es/kcontrol/kwindecoration/index.docbook -share/doc/HTML/es/kcontrol/kxkb/common -share/doc/HTML/es/kcontrol/kxkb/index.cache.bz2 -share/doc/HTML/es/kcontrol/kxkb/index.docbook share/doc/HTML/es/kcontrol/language/common share/doc/HTML/es/kcontrol/language/index.cache.bz2 share/doc/HTML/es/kcontrol/language/index.docbook @@ -550,9 +504,6 @@ share/doc/HTML/es/kcontrol/screensaver/index.docbook share/doc/HTML/es/kcontrol/smb/common share/doc/HTML/es/kcontrol/smb/index.cache.bz2 share/doc/HTML/es/kcontrol/smb/index.docbook -share/doc/HTML/es/kcontrol/solid-hardware/common -share/doc/HTML/es/kcontrol/solid-hardware/index.cache.bz2 -share/doc/HTML/es/kcontrol/solid-hardware/index.docbook share/doc/HTML/es/kcontrol/spellchecking/common share/doc/HTML/es/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/es/kcontrol/spellchecking/index.docbook @@ -568,9 +519,6 @@ share/doc/HTML/es/kcontrol/windowbehaviour/index.docbook share/doc/HTML/es/kcontrol/windowspecific/common share/doc/HTML/es/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/es/kcontrol/windowspecific/index.docbook -share/doc/HTML/es/kcontrol/workspaceoptions/common -share/doc/HTML/es/kcontrol/workspaceoptions/index.cache.bz2 -share/doc/HTML/es/kcontrol/workspaceoptions/index.docbook share/doc/HTML/es/kcron/common share/doc/HTML/es/kcron/index.cache.bz2 share/doc/HTML/es/kcron/index.docbook @@ -622,8 +570,24 @@ share/doc/HTML/es/kgeography/common share/doc/HTML/es/kgeography/index.cache.bz2 share/doc/HTML/es/kgeography/index.docbook share/doc/HTML/es/kget/common +share/doc/HTML/es/kget/file.png +share/doc/HTML/es/kget/import_link.png share/doc/HTML/es/kget/index.cache.bz2 share/doc/HTML/es/kget/index.docbook +share/doc/HTML/es/kget/kget_Advanced.png +share/doc/HTML/es/kget/kget_Appearance.png +share/doc/HTML/es/kget/kget_Network.png +share/doc/HTML/es/kget/kget_Web_Interface.png +share/doc/HTML/es/kget/kget_drop_target.png +share/doc/HTML/es/kget/kget_group.png +share/doc/HTML/es/kget/kget_groups.png +share/doc/HTML/es/kget/kget_plugins.png +share/doc/HTML/es/kget/kget_transfer_hostory.png +share/doc/HTML/es/kget/kget_verification.png +share/doc/HTML/es/kget/metalink0.png +share/doc/HTML/es/kget/metalink1.png +share/doc/HTML/es/kget/metalink2.png +share/doc/HTML/es/kget/metalink3.png share/doc/HTML/es/kgoldrunner/common share/doc/HTML/es/kgoldrunner/index.cache.bz2 share/doc/HTML/es/kgoldrunner/index.docbook @@ -646,140 +610,10 @@ share/doc/HTML/es/khangman/man-khangman.6.docbook share/doc/HTML/es/khangman/settings-general.png share/doc/HTML/es/khangman/settings-languages.png share/doc/HTML/es/khangman/settings-timers.png -share/doc/HTML/es/khelpcenter/common -share/doc/HTML/es/khelpcenter/contact.docbook -share/doc/HTML/es/khelpcenter/faq/about.docbook -share/doc/HTML/es/khelpcenter/faq/common -share/doc/HTML/es/khelpcenter/faq/configkde.docbook -share/doc/HTML/es/khelpcenter/faq/contrib.docbook -share/doc/HTML/es/khelpcenter/faq/desktop.docbook -share/doc/HTML/es/khelpcenter/faq/filemng.docbook -share/doc/HTML/es/khelpcenter/faq/getkde.docbook -share/doc/HTML/es/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/es/khelpcenter/faq/index.docbook -share/doc/HTML/es/khelpcenter/faq/install.docbook -share/doc/HTML/es/khelpcenter/faq/intro.docbook -share/doc/HTML/es/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/es/khelpcenter/faq/misc.docbook -share/doc/HTML/es/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/es/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/es/khelpcenter/faq/notrelated.docbook -share/doc/HTML/es/khelpcenter/faq/panel.docbook -share/doc/HTML/es/khelpcenter/faq/qt.docbook -share/doc/HTML/es/khelpcenter/faq/questions.docbook -share/doc/HTML/es/khelpcenter/faq/sound.docbook -share/doc/HTML/es/khelpcenter/faq/tips.docbook -share/doc/HTML/es/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/es/khelpcenter/faq/winmng.docbook share/doc/HTML/es/khelpcenter/glossary/common share/doc/HTML/es/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/es/khelpcenter/glossary/index.docbook share/doc/HTML/es/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/es/khelpcenter/help.docbook -share/doc/HTML/es/khelpcenter/index.cache.bz2 -share/doc/HTML/es/khelpcenter/index.docbook -share/doc/HTML/es/khelpcenter/khelpcenter.png -share/doc/HTML/es/khelpcenter/quickstart/common -share/doc/HTML/es/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/es/khelpcenter/quickstart/index.docbook -share/doc/HTML/es/khelpcenter/support.docbook -share/doc/HTML/es/khelpcenter/userguide/a-window.png -share/doc/HTML/es/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/es/khelpcenter/userguide/amarok.png -share/doc/HTML/es/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/es/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/es/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/es/khelpcenter/userguide/common -share/doc/HTML/es/khelpcenter/userguide/control-center.docbook -share/doc/HTML/es/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/es/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/es/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/es/khelpcenter/userguide/desktop.png -share/doc/HTML/es/khelpcenter/userguide/email.docbook -share/doc/HTML/es/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/es/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/es/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/es/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/es/khelpcenter/userguide/glossary.docbook -share/doc/HTML/es/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/es/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/es/khelpcenter/userguide/index.docbook -share/doc/HTML/es/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/es/khelpcenter/userguide/juk.png -share/doc/HTML/es/khelpcenter/userguide/kaboodle.png -share/doc/HTML/es/khelpcenter/userguide/kcalc-systray.png -share/doc/HTML/es/khelpcenter/userguide/kcontrol.png -share/doc/HTML/es/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/es/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/es/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/es/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/es/khelpcenter/userguide/kmag.png -share/doc/HTML/es/khelpcenter/userguide/kmousetool.png -share/doc/HTML/es/khelpcenter/userguide/kmouth.png -share/doc/HTML/es/khelpcenter/userguide/kmouth2.png -share/doc/HTML/es/khelpcenter/userguide/kmouth3.png -share/doc/HTML/es/khelpcenter/userguide/knode-identity.png -share/doc/HTML/es/khelpcenter/userguide/knode-mail-account.png -share/doc/HTML/es/khelpcenter/userguide/knode-news-account.png -share/doc/HTML/es/khelpcenter/userguide/knode-start.png -share/doc/HTML/es/khelpcenter/userguide/konq-sidebar.png -share/doc/HTML/es/khelpcenter/userguide/konq-simple.png -share/doc/HTML/es/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/es/khelpcenter/userguide/kopete.png -share/doc/HTML/es/khelpcenter/userguide/kppp-dialer-tab.png -share/doc/HTML/es/khelpcenter/userguide/kppp-wizard.png -share/doc/HTML/es/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/es/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/es/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/es/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/es/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/es/khelpcenter/userguide/noatun.png -share/doc/HTML/es/khelpcenter/userguide/oggfolder.png -share/doc/HTML/es/khelpcenter/userguide/open-file-dialog.png -share/doc/HTML/es/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/es/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/es/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/es/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/es/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/es/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/es/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/es/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/es/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/es/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/es/khelpcenter/userguide/rip.png -share/doc/HTML/es/khelpcenter/userguide/ripsettings.png -share/doc/HTML/es/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/es/khelpcenter/userguide/services.png -share/doc/HTML/es/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/es/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/es/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/es/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/es/khelpcenter/userguide/titlebar-menu.png -share/doc/HTML/es/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/es/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/es/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/es/khelpcenter/userguide/usenet.docbook -share/doc/HTML/es/khelpcenter/userguide/where-next.docbook -share/doc/HTML/es/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/es/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/es/khelpcenter/visualdict/common -share/doc/HTML/es/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/es/khelpcenter/visualdict/index.docbook -share/doc/HTML/es/khelpcenter/visualdict/pict1.png -share/doc/HTML/es/khelpcenter/visualdict/pict10.png -share/doc/HTML/es/khelpcenter/visualdict/pict11.png -share/doc/HTML/es/khelpcenter/visualdict/pict12.png -share/doc/HTML/es/khelpcenter/visualdict/pict13.png -share/doc/HTML/es/khelpcenter/visualdict/pict14.png -share/doc/HTML/es/khelpcenter/visualdict/pict16.png -share/doc/HTML/es/khelpcenter/visualdict/pict19.png -share/doc/HTML/es/khelpcenter/visualdict/pict20.png -share/doc/HTML/es/khelpcenter/visualdict/pict4.png -share/doc/HTML/es/khelpcenter/visualdict/pict5.png -share/doc/HTML/es/khelpcenter/visualdict/pict6.png -share/doc/HTML/es/khelpcenter/visualdict/pict7.png -share/doc/HTML/es/khelpcenter/welcome.docbook -share/doc/HTML/es/khelpcenter/whatiskde.docbook share/doc/HTML/es/kig/common share/doc/HTML/es/kig/constructed_a_point.png share/doc/HTML/es/kig/constructed_script_object.png @@ -809,59 +643,8 @@ share/doc/HTML/es/kimagemapeditor/common share/doc/HTML/es/kimagemapeditor/index.cache.bz2 share/doc/HTML/es/kimagemapeditor/index.docbook share/doc/HTML/es/kinfocenter/common -share/doc/HTML/es/kinfocenter/devices/common -share/doc/HTML/es/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/es/kinfocenter/devices/index.docbook -share/doc/HTML/es/kinfocenter/dma/common -share/doc/HTML/es/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/es/kinfocenter/dma/index.docbook share/doc/HTML/es/kinfocenter/index.cache.bz2 share/doc/HTML/es/kinfocenter/index.docbook -share/doc/HTML/es/kinfocenter/interrupts/common -share/doc/HTML/es/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/es/kinfocenter/interrupts/index.docbook -share/doc/HTML/es/kinfocenter/ioports/common -share/doc/HTML/es/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/es/kinfocenter/ioports/index.docbook -share/doc/HTML/es/kinfocenter/memory/common -share/doc/HTML/es/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/es/kinfocenter/memory/index.docbook -share/doc/HTML/es/kinfocenter/nics/common -share/doc/HTML/es/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/es/kinfocenter/nics/index.docbook -share/doc/HTML/es/kinfocenter/opengl/common -share/doc/HTML/es/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/es/kinfocenter/opengl/index.docbook -share/doc/HTML/es/kinfocenter/partitions/common -share/doc/HTML/es/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/es/kinfocenter/partitions/index.docbook -share/doc/HTML/es/kinfocenter/pci/common -share/doc/HTML/es/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/es/kinfocenter/pci/index.docbook -share/doc/HTML/es/kinfocenter/processor/common -share/doc/HTML/es/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/es/kinfocenter/processor/index.docbook -share/doc/HTML/es/kinfocenter/protocols/common -share/doc/HTML/es/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/es/kinfocenter/protocols/index.docbook -share/doc/HTML/es/kinfocenter/samba/common -share/doc/HTML/es/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/es/kinfocenter/samba/index.docbook -share/doc/HTML/es/kinfocenter/scsi/common -share/doc/HTML/es/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/es/kinfocenter/scsi/index.docbook -share/doc/HTML/es/kinfocenter/sound/common -share/doc/HTML/es/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/es/kinfocenter/sound/index.docbook -share/doc/HTML/es/kinfocenter/usb/common -share/doc/HTML/es/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/es/kinfocenter/usb/index.docbook -share/doc/HTML/es/kinfocenter/view1394/common -share/doc/HTML/es/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/es/kinfocenter/view1394/index.docbook -share/doc/HTML/es/kinfocenter/xserver/common -share/doc/HTML/es/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/es/kinfocenter/xserver/index.docbook share/doc/HTML/es/kioslave/audiocd/common share/doc/HTML/es/kioslave/audiocd/index.cache.bz2 share/doc/HTML/es/kioslave/audiocd/index.docbook @@ -922,9 +705,6 @@ share/doc/HTML/es/kioslave/mbox/index.docbook share/doc/HTML/es/kioslave/network/common share/doc/HTML/es/kioslave/network/index.cache.bz2 share/doc/HTML/es/kioslave/network/index.docbook -share/doc/HTML/es/kioslave/news/common -share/doc/HTML/es/kioslave/news/index.cache.bz2 -share/doc/HTML/es/kioslave/news/index.docbook share/doc/HTML/es/kioslave/nfs/common share/doc/HTML/es/kioslave/nfs/index.cache.bz2 share/doc/HTML/es/kioslave/nfs/index.docbook @@ -970,15 +750,9 @@ share/doc/HTML/es/kiriki/index.docbook share/doc/HTML/es/kiten/common share/doc/HTML/es/kiten/index.cache.bz2 share/doc/HTML/es/kiten/index.docbook -share/doc/HTML/es/kjots/common -share/doc/HTML/es/kjots/index.cache.bz2 -share/doc/HTML/es/kjots/index.docbook share/doc/HTML/es/kjumpingcube/common share/doc/HTML/es/kjumpingcube/index.cache.bz2 share/doc/HTML/es/kjumpingcube/index.docbook -share/doc/HTML/es/kleopatra/common -share/doc/HTML/es/kleopatra/index.cache.bz2 -share/doc/HTML/es/kleopatra/index.docbook share/doc/HTML/es/klettres/common share/doc/HTML/es/klettres/index.cache.bz2 share/doc/HTML/es/klettres/index.docbook @@ -1009,17 +783,6 @@ share/doc/HTML/es/kmag/screenshot.png share/doc/HTML/es/kmahjongg/common share/doc/HTML/es/kmahjongg/index.cache.bz2 share/doc/HTML/es/kmahjongg/index.docbook -share/doc/HTML/es/kmail/common -share/doc/HTML/es/kmail/configure.docbook -share/doc/HTML/es/kmail/credits-and-licenses.docbook -share/doc/HTML/es/kmail/faq.docbook -share/doc/HTML/es/kmail/getting-started.docbook -share/doc/HTML/es/kmail/importing.docbook -share/doc/HTML/es/kmail/index.cache.bz2 -share/doc/HTML/es/kmail/index.docbook -share/doc/HTML/es/kmail/intro.docbook -share/doc/HTML/es/kmail/menus.docbook -share/doc/HTML/es/kmail/using-kmail.docbook share/doc/HTML/es/kmenuedit/common share/doc/HTML/es/kmenuedit/index.cache.bz2 share/doc/HTML/es/kmenuedit/index.docbook @@ -1031,9 +794,12 @@ share/doc/HTML/es/kmines/kmines2.png share/doc/HTML/es/kmix/common share/doc/HTML/es/kmix/index.cache.bz2 share/doc/HTML/es/kmix/index.docbook -share/doc/HTML/es/kmix/kmix-channel-playback.png -share/doc/HTML/es/kmix/kmix-channel-record.png -share/doc/HTML/es/kmix/kmix-window.png +share/doc/HTML/es/kmix/kmix-channels.png +share/doc/HTML/es/kmix/kmix-configure.png +share/doc/HTML/es/kmix/kmix-file.png +share/doc/HTML/es/kmix/kmix-master.png +share/doc/HTML/es/kmix/kmix-options.png +share/doc/HTML/es/kmix/kmix.png share/doc/HTML/es/kmousetool/common share/doc/HTML/es/kmousetool/index.cache.bz2 share/doc/HTML/es/kmousetool/index.docbook @@ -1076,52 +842,6 @@ share/doc/HTML/es/knetattach/screenshot.png share/doc/HTML/es/knetwalk/common share/doc/HTML/es/knetwalk/index.cache.bz2 share/doc/HTML/es/knetwalk/index.docbook -share/doc/HTML/es/knode/commands.docbook -share/doc/HTML/es/knode/common -share/doc/HTML/es/knode/credits.docbook -share/doc/HTML/es/knode/eyes.png -share/doc/HTML/es/knode/faq.docbook -share/doc/HTML/es/knode/gloss.docbook -share/doc/HTML/es/knode/greyball.png -share/doc/HTML/es/knode/greyballchk.png -share/doc/HTML/es/knode/index.cache.bz2 -share/doc/HTML/es/knode/index.docbook -share/doc/HTML/es/knode/install.docbook -share/doc/HTML/es/knode/introduction.docbook -share/doc/HTML/es/knode/journey.docbook -share/doc/HTML/es/knode/knode-cleanup.png -share/doc/HTML/es/knode/knode-colors-fonts.png -share/doc/HTML/es/knode/knode-composer-attachments.png -share/doc/HTML/es/knode/knode-composer-settings.png -share/doc/HTML/es/knode/knode-edit-filter.png -share/doc/HTML/es/knode/knode-edit-header1.png -share/doc/HTML/es/knode/knode-edit-header2.png -share/doc/HTML/es/knode/knode-filters.png -share/doc/HTML/es/knode/knode-followup.png -share/doc/HTML/es/knode/knode-header-settings.png -share/doc/HTML/es/knode/knode-identity.png -share/doc/HTML/es/knode/knode-mail-account.png -share/doc/HTML/es/knode/knode-new-article.png -share/doc/HTML/es/knode/knode-news-account.png -share/doc/HTML/es/knode/knode-post-settings.png -share/doc/HTML/es/knode/knode-read-news-appearance-dialog.png -share/doc/HTML/es/knode/knode-read-news-settings.png -share/doc/HTML/es/knode/knode-reply.png -share/doc/HTML/es/knode/knode-rule-editor.png -share/doc/HTML/es/knode/knode-search.png -share/doc/HTML/es/knode/knode-start.png -share/doc/HTML/es/knode/knode-subscribe.png -share/doc/HTML/es/knode/knode-views.png -share/doc/HTML/es/knode/more.docbook -share/doc/HTML/es/knode/newsubs.png -share/doc/HTML/es/knode/redball.png -share/doc/HTML/es/knode/redballchk.png -share/doc/HTML/es/knode/using-firststart.docbook -share/doc/HTML/es/knode/using-morefeatures.docbook -share/doc/HTML/es/knode/using-subscribing.docbook -share/doc/HTML/es/knotes/common -share/doc/HTML/es/knotes/index.cache.bz2 -share/doc/HTML/es/knotes/index.docbook share/doc/HTML/es/kolf/common share/doc/HTML/es/kolf/index.cache.bz2 share/doc/HTML/es/kolf/index.docbook @@ -1235,98 +955,13 @@ share/doc/HTML/es/konsole/index.cache.bz2 share/doc/HTML/es/konsole/index.docbook share/doc/HTML/es/konsole/konsole.png share/doc/HTML/es/konsole/tabbar.png -share/doc/HTML/es/konsolekalendar/common -share/doc/HTML/es/konsolekalendar/index.cache.bz2 -share/doc/HTML/es/konsolekalendar/index.docbook -share/doc/HTML/es/kontact-admin/common -share/doc/HTML/es/kontact-admin/index.cache.bz2 -share/doc/HTML/es/kontact-admin/index.docbook -share/doc/HTML/es/kontact/calendar-sidebar-icon.png -share/doc/HTML/es/kontact/common -share/doc/HTML/es/kontact/configuration-components.png -share/doc/HTML/es/kontact/configuration-main.png -share/doc/HTML/es/kontact/configuration-select-components.png -share/doc/HTML/es/kontact/configuration-starting-component.png -share/doc/HTML/es/kontact/configuration-summary-view-kpilot.png -share/doc/HTML/es/kontact/configuration-summary-view.png -share/doc/HTML/es/kontact/index.cache.bz2 -share/doc/HTML/es/kontact/index.docbook -share/doc/HTML/es/kontact/kaddressbook-sidebar-icon.png -share/doc/HTML/es/kontact/main-view.png -share/doc/HTML/es/kontact/menu-bar-kmail.png -share/doc/HTML/es/kontact/menu-bar-korganizer.png -share/doc/HTML/es/kontact/menu-bar-summary.png -share/doc/HTML/es/kontact/new-menu.png -share/doc/HTML/es/kontact/settings-menu-kmail.png -share/doc/HTML/es/kontact/side-pane.png -share/doc/HTML/es/kontact/summary-view-calendar.png -share/doc/HTML/es/kontact/summary-view-contacts.png -share/doc/HTML/es/kontact/summary-view-kpilot.png -share/doc/HTML/es/kontact/summary-view-mail.png -share/doc/HTML/es/kontact/summary-view-newsticker.png -share/doc/HTML/es/kontact/summary-view-notes.png -share/doc/HTML/es/kontact/summary-view-repositioning.png -share/doc/HTML/es/kontact/summary-view-todos.png -share/doc/HTML/es/kontact/summary-view-weather.png -share/doc/HTML/es/kontact/summary-view.png -share/doc/HTML/es/kontact/todo-list-sidebar-icon.png share/doc/HTML/es/kopete/chatstyle.docbook share/doc/HTML/es/kopete/common share/doc/HTML/es/kopete/index.cache.bz2 share/doc/HTML/es/kopete/index.docbook share/doc/HTML/es/kopete/menus.docbook -share/doc/HTML/es/korganizer/common -share/doc/HTML/es/korganizer/event-attachments.png -share/doc/HTML/es/korganizer/event-attendees.png -share/doc/HTML/es/korganizer/event-freebusy.png -share/doc/HTML/es/korganizer/event-general.png -share/doc/HTML/es/korganizer/event-recurrence.png -share/doc/HTML/es/korganizer/groupevent.png -share/doc/HTML/es/korganizer/i_actions_newevent.png -share/doc/HTML/es/korganizer/i_actions_newtodo.png -share/doc/HTML/es/korganizer/i_copy.png -share/doc/HTML/es/korganizer/i_cut.png -share/doc/HTML/es/korganizer/i_edit_delete.png -share/doc/HTML/es/korganizer/i_edit_find.png -share/doc/HTML/es/korganizer/i_edit_redo.png -share/doc/HTML/es/korganizer/i_edit_undo.png -share/doc/HTML/es/korganizer/i_file_close.png -share/doc/HTML/es/korganizer/i_file_new.png -share/doc/HTML/es/korganizer/i_file_open.png -share/doc/HTML/es/korganizer/i_file_print.png -share/doc/HTML/es/korganizer/i_file_quit.png -share/doc/HTML/es/korganizer/i_file_revert.png -share/doc/HTML/es/korganizer/i_file_save.png -share/doc/HTML/es/korganizer/i_file_saveas.png -share/doc/HTML/es/korganizer/i_go_backward.png -share/doc/HTML/es/korganizer/i_go_forward.png -share/doc/HTML/es/korganizer/i_go_to_today.png -share/doc/HTML/es/korganizer/i_paste.png -share/doc/HTML/es/korganizer/i_settings_prefs.png -share/doc/HTML/es/korganizer/i_view_day.png -share/doc/HTML/es/korganizer/i_view_journal.png -share/doc/HTML/es/korganizer/i_view_list.png -share/doc/HTML/es/korganizer/i_view_month.png -share/doc/HTML/es/korganizer/i_view_todo_list.png -share/doc/HTML/es/korganizer/i_view_week.png -share/doc/HTML/es/korganizer/i_view_whatsnext.png -share/doc/HTML/es/korganizer/i_view_work_week.png -share/doc/HTML/es/korganizer/i_view_xdays.png -share/doc/HTML/es/korganizer/index.cache.bz2 -share/doc/HTML/es/korganizer/index.docbook -share/doc/HTML/es/korganizer/korganizer-resource.png -share/doc/HTML/es/korganizer/o2v_importing1.png -share/doc/HTML/es/korganizer/o2v_importing2.png -share/doc/HTML/es/korganizer/o2v_importing3.png -share/doc/HTML/es/korganizer/o2v_main.png -share/doc/HTML/es/korganizer/o2v_progress.png -share/doc/HTML/es/korganizer/o2v_save.png -share/doc/HTML/es/korganizer/o2v_warning.png -share/doc/HTML/es/korganizer/organizer.png -share/doc/HTML/es/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/es/korganizer/plugins-chapter.docbook -share/doc/HTML/es/korganizer/remotefile-resource.png -share/doc/HTML/es/korganizer/todo-general.png +share/doc/HTML/es/kopete/otr-auth-1.png +share/doc/HTML/es/kopete/pipes.docbook share/doc/HTML/es/kpat/common share/doc/HTML/es/kpat/index.cache.bz2 share/doc/HTML/es/kpat/index.docbook @@ -1484,16 +1119,6 @@ share/doc/HTML/es/kteatime/index.docbook share/doc/HTML/es/ktimer/common share/doc/HTML/es/ktimer/index.cache.bz2 share/doc/HTML/es/ktimer/index.docbook -share/doc/HTML/es/ktimetracker/clipboard-history.png -share/doc/HTML/es/ktimetracker/common -share/doc/HTML/es/ktimetracker/copy-this-task.png -share/doc/HTML/es/ktimetracker/csvexport.png -share/doc/HTML/es/ktimetracker/daterange.png -share/doc/HTML/es/ktimetracker/idle-detect.png -share/doc/HTML/es/ktimetracker/index.cache.bz2 -share/doc/HTML/es/ktimetracker/index.docbook -share/doc/HTML/es/ktimetracker/ktimetracker.png -share/doc/HTML/es/ktimetracker/systray.png share/doc/HTML/es/ktouch/color_options.png share/doc/HTML/es/ktouch/common share/doc/HTML/es/ktouch/general_options.png @@ -1510,17 +1135,6 @@ share/doc/HTML/es/ktouch/training_options.png share/doc/HTML/es/ktron/common share/doc/HTML/es/ktron/index.cache.bz2 share/doc/HTML/es/ktron/index.docbook -share/doc/HTML/es/kttsd/addtalker.png -share/doc/HTML/es/kttsd/common -share/doc/HTML/es/kttsd/filters.png -share/doc/HTML/es/kttsd/general.png -share/doc/HTML/es/kttsd/index.cache.bz2 -share/doc/HTML/es/kttsd/index.docbook -share/doc/HTML/es/kttsd/jobs.png -share/doc/HTML/es/kttsd/stringreplacer.png -share/doc/HTML/es/kttsd/talkerchooser.png -share/doc/HTML/es/kttsd/talkers.png -share/doc/HTML/es/kttsd/xmltransformer.png share/doc/HTML/es/ktuberling/common share/doc/HTML/es/ktuberling/index.cache.bz2 share/doc/HTML/es/ktuberling/index.docbook @@ -1548,12 +1162,6 @@ share/doc/HTML/es/kuser/kuser.png share/doc/HTML/es/kwallet/common share/doc/HTML/es/kwallet/index.cache.bz2 share/doc/HTML/es/kwallet/index.docbook -share/doc/HTML/es/kwatchgnupg/common -share/doc/HTML/es/kwatchgnupg/index.cache.bz2 -share/doc/HTML/es/kwatchgnupg/index.docbook -share/doc/HTML/es/kweather/common -share/doc/HTML/es/kweather/index.cache.bz2 -share/doc/HTML/es/kweather/index.docbook share/doc/HTML/es/kwordquiz/common share/doc/HTML/es/kwordquiz/index.cache.bz2 share/doc/HTML/es/kwordquiz/index.docbook @@ -1595,14 +1203,9 @@ share/doc/HTML/es/marble/measure-1.png share/doc/HTML/es/marble/quick-1.png share/doc/HTML/es/marble/search-1.png share/doc/HTML/es/marble/search-2.png -share/doc/HTML/es/okteta/basics.docbook share/doc/HTML/es/okteta/common -share/doc/HTML/es/okteta/credits.docbook share/doc/HTML/es/okteta/index.cache.bz2 share/doc/HTML/es/okteta/index.docbook -share/doc/HTML/es/okteta/introduction.docbook -share/doc/HTML/es/okteta/menu.docbook -share/doc/HTML/es/okteta/tools.docbook share/doc/HTML/es/okular/common share/doc/HTML/es/okular/configure.png share/doc/HTML/es/okular/embedded-files-bar.png @@ -1640,9 +1243,9 @@ share/doc/HTML/es/step/examples.docbook share/doc/HTML/es/step/index.cache.bz2 share/doc/HTML/es/step/index.docbook share/doc/HTML/es/step/tutorials.docbook -share/doc/HTML/es/superkaramba/common -share/doc/HTML/es/superkaramba/index.cache.bz2 -share/doc/HTML/es/superkaramba/index.docbook +share/doc/HTML/es/sweeper/common +share/doc/HTML/es/sweeper/index.cache.bz2 +share/doc/HTML/es/sweeper/index.docbook share/doc/HTML/es/systemsettings/common share/doc/HTML/es/systemsettings/index.cache.bz2 share/doc/HTML/es/systemsettings/index.docbook @@ -1656,33 +1259,7 @@ share/doc/HTML/es/umbrello/introduction.docbook share/doc/HTML/es/umbrello/other_features.docbook share/doc/HTML/es/umbrello/uml_basics.docbook share/doc/HTML/es/umbrello/working_with_umbrello.docbook -share/locale/es/LC_MESSAGES/akonadi-kcal.mo -share/locale/es/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/es/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/es/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/es/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/es/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/es/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/es/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/es/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/es/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/es/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/es/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/es/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/es/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/es/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/es/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/es/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/es/LC_MESSAGES/akonadi_next.mo -share/locale/es/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/es/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/es/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/es/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/es/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/es/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/es/LC_MESSAGES/akonadicontact.mo -share/locale/es/LC_MESSAGES/akonaditray.mo -share/locale/es/LC_MESSAGES/akregator.mo share/locale/es/LC_MESSAGES/amor.mo share/locale/es/LC_MESSAGES/ark.mo share/locale/es/LC_MESSAGES/attica_kde.mo @@ -1690,43 +1267,37 @@ share/locale/es/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/es/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/es/LC_MESSAGES/audiorename_plugin.mo share/locale/es/LC_MESSAGES/blinken.mo -share/locale/es/LC_MESSAGES/blogilo.mo share/locale/es/LC_MESSAGES/bomber.mo share/locale/es/LC_MESSAGES/bovo.mo share/locale/es/LC_MESSAGES/cantor.mo share/locale/es/LC_MESSAGES/cervisia.mo -share/locale/es/LC_MESSAGES/cryptopageplugin.mo share/locale/es/LC_MESSAGES/cvsservice.mo share/locale/es/LC_MESSAGES/display.mo share/locale/es/LC_MESSAGES/dolphin.mo share/locale/es/LC_MESSAGES/dragonplayer.mo share/locale/es/LC_MESSAGES/drkonqi.mo share/locale/es/LC_MESSAGES/filetypes.mo +share/locale/es/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/es/LC_MESSAGES/freespacenotifier.mo share/locale/es/LC_MESSAGES/granatier.mo share/locale/es/LC_MESSAGES/gwenview.mo share/locale/es/LC_MESSAGES/htmlsearch.mo share/locale/es/LC_MESSAGES/imagerename_plugin.mo -share/locale/es/LC_MESSAGES/irkick.mo +share/locale/es/LC_MESSAGES/jovie.mo share/locale/es/LC_MESSAGES/joystick.mo share/locale/es/LC_MESSAGES/juk.mo share/locale/es/LC_MESSAGES/kabc.mo -share/locale/es/LC_MESSAGES/kabc_akonadi.mo share/locale/es/LC_MESSAGES/kabc_dir.mo share/locale/es/LC_MESSAGES/kabc_file.mo share/locale/es/LC_MESSAGES/kabc_ldapkio.mo share/locale/es/LC_MESSAGES/kabc_net.mo -share/locale/es/LC_MESSAGES/kabc_slox.mo -share/locale/es/LC_MESSAGES/kabcclient.mo share/locale/es/LC_MESSAGES/kabcformat_binary.mo share/locale/es/LC_MESSAGES/kaccess.mo -share/locale/es/LC_MESSAGES/kaddressbook.mo -share/locale/es/LC_MESSAGES/kalarm.mo +share/locale/es/LC_MESSAGES/kajongg.mo share/locale/es/LC_MESSAGES/kalgebra.mo share/locale/es/LC_MESSAGES/kalzium.mo -share/locale/es/LC_MESSAGES/kalzium_qt.mo share/locale/es/LC_MESSAGES/kanagram.mo share/locale/es/LC_MESSAGES/kapman.mo -share/locale/es/LC_MESSAGES/kappfinder.mo share/locale/es/LC_MESSAGES/kapptemplate.mo share/locale/es/LC_MESSAGES/kate-ctags-plugin.mo share/locale/es/LC_MESSAGES/kate.mo @@ -1738,20 +1309,17 @@ share/locale/es/LC_MESSAGES/katefilebrowserplugin.mo share/locale/es/LC_MESSAGES/katefiletemplates.mo share/locale/es/LC_MESSAGES/katefindinfilesplugin.mo share/locale/es/LC_MESSAGES/katehelloworld.mo -share/locale/es/LC_MESSAGES/katehtmltools.mo share/locale/es/LC_MESSAGES/kateinsertcommand.mo share/locale/es/LC_MESSAGES/katekjswrapper.mo share/locale/es/LC_MESSAGES/katekonsoleplugin.mo share/locale/es/LC_MESSAGES/katemailfilesplugin.mo share/locale/es/LC_MESSAGES/kateopenheader.mo share/locale/es/LC_MESSAGES/katepart4.mo -share/locale/es/LC_MESSAGES/katepybrowse.mo share/locale/es/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/es/LC_MESSAGES/katesnippets.mo share/locale/es/LC_MESSAGES/katesnippets_tng.mo -share/locale/es/LC_MESSAGES/katesnippetstng_editor.mo share/locale/es/LC_MESSAGES/katesymbolviewer.mo share/locale/es/LC_MESSAGES/katetabbarextension.mo +share/locale/es/LC_MESSAGES/katetabifyplugin.mo share/locale/es/LC_MESSAGES/katetextfilter.mo share/locale/es/LC_MESSAGES/katexmlcheck.mo share/locale/es/LC_MESSAGES/katexmltools.mo @@ -1766,27 +1334,27 @@ share/locale/es/LC_MESSAGES/kbruch.mo share/locale/es/LC_MESSAGES/kbugbuster.mo share/locale/es/LC_MESSAGES/kcachegrind.mo share/locale/es/LC_MESSAGES/kcachegrind_qt.mo -share/locale/es/LC_MESSAGES/kcal_akonadi.mo share/locale/es/LC_MESSAGES/kcalc.mo share/locale/es/LC_MESSAGES/kcertpart.mo share/locale/es/LC_MESSAGES/kcharselect.mo -share/locale/es/LC_MESSAGES/kcm_akonadi.mo share/locale/es/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/es/LC_MESSAGES/kcm_attica.mo share/locale/es/LC_MESSAGES/kcm_autostart.mo +share/locale/es/LC_MESSAGES/kcm_desktoppaths.mo share/locale/es/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/es/LC_MESSAGES/kcm_device_automounter.mo share/locale/es/LC_MESSAGES/kcm_emoticons.mo +share/locale/es/LC_MESSAGES/kcm_infobase.mo +share/locale/es/LC_MESSAGES/kcm_infosummary.mo share/locale/es/LC_MESSAGES/kcm_krfb.mo share/locale/es/LC_MESSAGES/kcm_kwindesktop.mo share/locale/es/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/es/LC_MESSAGES/kcm_lirc.mo share/locale/es/LC_MESSAGES/kcm_memory.mo -share/locale/es/LC_MESSAGES/kcm_partition.mo share/locale/es/LC_MESSAGES/kcm_pci.mo share/locale/es/LC_MESSAGES/kcm_phonon.mo share/locale/es/LC_MESSAGES/kcm_phononxine.mo share/locale/es/LC_MESSAGES/kcm_platform.mo +share/locale/es/LC_MESSAGES/kcm_remotecontrol.mo share/locale/es/LC_MESSAGES/kcm_solid.mo share/locale/es/LC_MESSAGES/kcm_solid_actions.mo share/locale/es/LC_MESSAGES/kcm_standard_actions.mo @@ -1799,13 +1367,13 @@ share/locale/es/LC_MESSAGES/kcmcgi.mo share/locale/es/LC_MESSAGES/kcmcolors.mo share/locale/es/LC_MESSAGES/kcmcomponentchooser.mo share/locale/es/LC_MESSAGES/kcmcrypto.mo +share/locale/es/LC_MESSAGES/kcmdevinfo.mo share/locale/es/LC_MESSAGES/kcmfonts.mo share/locale/es/LC_MESSAGES/kcmhtmlsearch.mo share/locale/es/LC_MESSAGES/kcmicons.mo share/locale/es/LC_MESSAGES/kcminfo.mo share/locale/es/LC_MESSAGES/kcminit.mo share/locale/es/LC_MESSAGES/kcminput.mo -share/locale/es/LC_MESSAGES/kcmioslaveinfo.mo share/locale/es/LC_MESSAGES/kcmkamera.mo share/locale/es/LC_MESSAGES/kcmkclock.mo share/locale/es/LC_MESSAGES/kcmkded.mo @@ -1834,7 +1402,6 @@ share/locale/es/LC_MESSAGES/kcmscreensaver.mo share/locale/es/LC_MESSAGES/kcmshell.mo share/locale/es/LC_MESSAGES/kcmsmartcard.mo share/locale/es/LC_MESSAGES/kcmsmserver.mo -share/locale/es/LC_MESSAGES/kcmsolidproc.mo share/locale/es/LC_MESSAGES/kcmstyle.mo share/locale/es/LC_MESSAGES/kcmusb.mo share/locale/es/LC_MESSAGES/kcmview1394.mo @@ -1848,16 +1415,11 @@ share/locale/es/LC_MESSAGES/kdebugdialog.mo share/locale/es/LC_MESSAGES/kdecalendarsystems.mo share/locale/es/LC_MESSAGES/kdelibs4.mo share/locale/es/LC_MESSAGES/kdelibs_colors4.mo -share/locale/es/LC_MESSAGES/kdelirc.mo share/locale/es/LC_MESSAGES/kdepasswd.mo -share/locale/es/LC_MESSAGES/kdepimresources.mo -share/locale/es/LC_MESSAGES/kdepimwizards.mo share/locale/es/LC_MESSAGES/kdeqt.mo share/locale/es/LC_MESSAGES/kdesu.mo share/locale/es/LC_MESSAGES/kdesud.mo share/locale/es/LC_MESSAGES/kdf.mo -share/locale/es/LC_MESSAGES/kdgantt.mo -share/locale/es/LC_MESSAGES/kdgantt1.mo share/locale/es/LC_MESSAGES/kdialog.mo share/locale/es/LC_MESSAGES/kdiamond.mo share/locale/es/LC_MESSAGES/kdmconfig.mo @@ -1911,7 +1473,6 @@ share/locale/es/LC_MESSAGES/kimagemapeditor.mo share/locale/es/LC_MESSAGES/kinetd.mo share/locale/es/LC_MESSAGES/kinfocenter.mo share/locale/es/LC_MESSAGES/kio4.mo -share/locale/es/LC_MESSAGES/kio_akonadi.mo share/locale/es/LC_MESSAGES/kio_applications.mo share/locale/es/LC_MESSAGES/kio_archive.mo share/locale/es/LC_MESSAGES/kio_audiocd.mo @@ -1919,7 +1480,6 @@ share/locale/es/LC_MESSAGES/kio_bookmarks.mo share/locale/es/LC_MESSAGES/kio_finger.mo share/locale/es/LC_MESSAGES/kio_fish.mo share/locale/es/LC_MESSAGES/kio_floppy.mo -share/locale/es/LC_MESSAGES/kio_groupwise.mo share/locale/es/LC_MESSAGES/kio_help4.mo share/locale/es/LC_MESSAGES/kio_imap4.mo share/locale/es/LC_MESSAGES/kio_info.mo @@ -1947,9 +1507,7 @@ share/locale/es/LC_MESSAGES/kioclient.mo share/locale/es/LC_MESSAGES/kioexec.mo share/locale/es/LC_MESSAGES/kiriki.mo share/locale/es/LC_MESSAGES/kiten.mo -share/locale/es/LC_MESSAGES/kjots.mo share/locale/es/LC_MESSAGES/kjumpingcube.mo -share/locale/es/LC_MESSAGES/kleopatra.mo share/locale/es/LC_MESSAGES/klettres.mo share/locale/es/LC_MESSAGES/klines.mo share/locale/es/LC_MESSAGES/klinkstatus.mo @@ -1957,12 +1515,6 @@ share/locale/es/LC_MESSAGES/klipper.mo share/locale/es/LC_MESSAGES/klock.mo share/locale/es/LC_MESSAGES/kmag.mo share/locale/es/LC_MESSAGES/kmahjongg.mo -share/locale/es/LC_MESSAGES/kmail-migrator.mo -share/locale/es/LC_MESSAGES/kmail.mo -share/locale/es/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/es/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/es/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/es/LC_MESSAGES/kmailcvt.mo share/locale/es/LC_MESSAGES/kmenuedit.mo share/locale/es/LC_MESSAGES/kmimetypefinder.mo share/locale/es/LC_MESSAGES/kmines.mo @@ -1973,8 +1525,6 @@ share/locale/es/LC_MESSAGES/kmplot.mo share/locale/es/LC_MESSAGES/knetattach.mo share/locale/es/LC_MESSAGES/knetwalk.mo share/locale/es/LC_MESSAGES/knetworkconfmodule.mo -share/locale/es/LC_MESSAGES/knode.mo -share/locale/es/LC_MESSAGES/knotes.mo share/locale/es/LC_MESSAGES/knotify4.mo share/locale/es/LC_MESSAGES/kolf.mo share/locale/es/LC_MESSAGES/kollision.mo @@ -1984,11 +1534,8 @@ share/locale/es/LC_MESSAGES/kompare.mo share/locale/es/LC_MESSAGES/konqueror.mo share/locale/es/LC_MESSAGES/konquest.mo share/locale/es/LC_MESSAGES/konsole.mo -share/locale/es/LC_MESSAGES/konsolekalendar.mo -share/locale/es/LC_MESSAGES/kontact.mo share/locale/es/LC_MESSAGES/kontactinterfaces.mo share/locale/es/LC_MESSAGES/kopete.mo -share/locale/es/LC_MESSAGES/korganizer.mo share/locale/es/LC_MESSAGES/kpartloader.mo share/locale/es/LC_MESSAGES/kpartsaver.mo share/locale/es/LC_MESSAGES/kpasswdserver.mo @@ -1997,28 +1544,20 @@ share/locale/es/LC_MESSAGES/kppp.mo share/locale/es/LC_MESSAGES/kppplogview.mo share/locale/es/LC_MESSAGES/kquitapp.mo share/locale/es/LC_MESSAGES/krandr.mo +share/locale/es/LC_MESSAGES/krcdnotifieritem.mo share/locale/es/LC_MESSAGES/krdb.mo share/locale/es/LC_MESSAGES/krdc.mo share/locale/es/LC_MESSAGES/kreadconfig.mo -share/locale/es/LC_MESSAGES/kres-migrator.mo -share/locale/es/LC_MESSAGES/kres_birthday.mo -share/locale/es/LC_MESSAGES/kres_blog.mo +share/locale/es/LC_MESSAGES/kremotecontroldaemon.mo share/locale/es/LC_MESSAGES/kres_bugzilla.mo -share/locale/es/LC_MESSAGES/kres_groupware.mo -share/locale/es/LC_MESSAGES/kres_groupwise.mo -share/locale/es/LC_MESSAGES/kres_kolab.mo -share/locale/es/LC_MESSAGES/kres_remote.mo -share/locale/es/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/es/LC_MESSAGES/kreversi.mo share/locale/es/LC_MESSAGES/krfb.mo share/locale/es/LC_MESSAGES/kruler.mo share/locale/es/LC_MESSAGES/krunner.mo share/locale/es/LC_MESSAGES/ksame.mo share/locale/es/LC_MESSAGES/ksaneplugin.mo -share/locale/es/LC_MESSAGES/ksayit.mo share/locale/es/LC_MESSAGES/kscd.mo share/locale/es/LC_MESSAGES/kscreensaver.mo -share/locale/es/LC_MESSAGES/ksendemail.mo share/locale/es/LC_MESSAGES/kshisen.mo share/locale/es/LC_MESSAGES/kshorturifilter.mo share/locale/es/LC_MESSAGES/ksirk.mo @@ -2040,16 +1579,14 @@ share/locale/es/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/es/LC_MESSAGES/ksystemlog.mo share/locale/es/LC_MESSAGES/ksystraycmd.mo share/locale/es/LC_MESSAGES/kteatime.mo +share/locale/es/LC_MESSAGES/ktesnippets_editor.mo share/locale/es/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/es/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/es/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/es/LC_MESSAGES/kthememanager.mo share/locale/es/LC_MESSAGES/ktimer.mo -share/locale/es/LC_MESSAGES/ktimetracker.mo share/locale/es/LC_MESSAGES/ktouch.mo share/locale/es/LC_MESSAGES/ktraderclient.mo share/locale/es/LC_MESSAGES/ktron.mo -share/locale/es/LC_MESSAGES/kttsd.mo share/locale/es/LC_MESSAGES/ktuberling.mo share/locale/es/LC_MESSAGES/kturtle.mo share/locale/es/LC_MESSAGES/ktux.mo @@ -2060,8 +1597,6 @@ share/locale/es/LC_MESSAGES/kurifilter.mo share/locale/es/LC_MESSAGES/kuser.mo share/locale/es/LC_MESSAGES/kwalletd.mo share/locale/es/LC_MESSAGES/kwalletmanager.mo -share/locale/es/LC_MESSAGES/kwatchgnupg.mo -share/locale/es/LC_MESSAGES/kweather.mo share/locale/es/LC_MESSAGES/kwin.mo share/locale/es/LC_MESSAGES/kwin_art_clients.mo share/locale/es/LC_MESSAGES/kwin_clients.mo @@ -2083,31 +1618,25 @@ share/locale/es/LC_MESSAGES/libkcompactdisc.mo share/locale/es/LC_MESSAGES/libkdcraw.mo share/locale/es/LC_MESSAGES/libkdeedu.mo share/locale/es/LC_MESSAGES/libkdegames.mo -share/locale/es/LC_MESSAGES/libkdepim.mo share/locale/es/LC_MESSAGES/libkexiv2.mo share/locale/es/LC_MESSAGES/libkholidays.mo share/locale/es/LC_MESSAGES/libkimap.mo share/locale/es/LC_MESSAGES/libkldap.mo -share/locale/es/LC_MESSAGES/libkleopatra.mo share/locale/es/LC_MESSAGES/libkmahjongg.mo share/locale/es/LC_MESSAGES/libkmime.mo share/locale/es/LC_MESSAGES/libkonq.mo -share/locale/es/LC_MESSAGES/libkpgp.mo share/locale/es/LC_MESSAGES/libkpimidentities.mo share/locale/es/LC_MESSAGES/libkpimtextedit.mo share/locale/es/LC_MESSAGES/libkpimutils.mo +share/locale/es/LC_MESSAGES/libkremotecontrol.mo share/locale/es/LC_MESSAGES/libkresources.mo share/locale/es/LC_MESSAGES/libksane.mo share/locale/es/LC_MESSAGES/libkscreensaver.mo -share/locale/es/LC_MESSAGES/libksieve.mo share/locale/es/LC_MESSAGES/libktnef.mo share/locale/es/LC_MESSAGES/libkunitconversion.mo share/locale/es/LC_MESSAGES/libkworkspace.mo share/locale/es/LC_MESSAGES/libkxmlrpcclient.mo share/locale/es/LC_MESSAGES/libmailtransport.mo -share/locale/es/LC_MESSAGES/libmessagecore.mo -share/locale/es/LC_MESSAGES/libmessagelist.mo -share/locale/es/LC_MESSAGES/libmessageviewer.mo share/locale/es/LC_MESSAGES/liboktetacore.mo share/locale/es/LC_MESSAGES/liboktetakasten.mo share/locale/es/LC_MESSAGES/libphonon.mo @@ -2118,7 +1647,6 @@ share/locale/es/LC_MESSAGES/librtm.mo share/locale/es/LC_MESSAGES/libtaskmanager.mo share/locale/es/LC_MESSAGES/lokalize.mo share/locale/es/LC_MESSAGES/lskat.mo -share/locale/es/LC_MESSAGES/mailreader.mo share/locale/es/LC_MESSAGES/marble.mo share/locale/es/LC_MESSAGES/marble_qt.mo share/locale/es/LC_MESSAGES/mplayerthumbs.mo @@ -2152,10 +1680,12 @@ share/locale/es/LC_MESSAGES/phononserver.mo share/locale/es/LC_MESSAGES/plasma-desktop.mo share/locale/es/LC_MESSAGES/plasma-netbook.mo share/locale/es/LC_MESSAGES/plasma-overlay.mo +share/locale/es/LC_MESSAGES/plasma-windowed.mo share/locale/es/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/es/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/es/LC_MESSAGES/plasma_applet_battery.mo share/locale/es/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/es/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/es/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/es/LC_MESSAGES/plasma_applet_calculator.mo share/locale/es/LC_MESSAGES/plasma_applet_clock.mo @@ -2172,6 +1702,7 @@ share/locale/es/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/es/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/es/LC_MESSAGES/plasma_applet_icon.mo share/locale/es/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/es/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/es/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/es/LC_MESSAGES/plasma_applet_katesession.mo share/locale/es/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -2179,7 +1710,6 @@ share/locale/es/LC_MESSAGES/plasma_applet_kget.mo share/locale/es/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/es/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/es/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/es/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/es/LC_MESSAGES/plasma_applet_launcher.mo share/locale/es/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/es/LC_MESSAGES/plasma_applet_life.mo @@ -2191,6 +1721,7 @@ share/locale/es/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/es/LC_MESSAGES/plasma_applet_news.mo share/locale/es/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/es/LC_MESSAGES/plasma_applet_notes.mo +share/locale/es/LC_MESSAGES/plasma_applet_notifications.mo share/locale/es/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/es/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/es/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -2232,7 +1763,9 @@ share/locale/es/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/es/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/es/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/es/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/es/LC_MESSAGES/plasma_engine_calendar.mo share/locale/es/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/es/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/es/LC_MESSAGES/plasma_engine_keystate.mo share/locale/es/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/es/LC_MESSAGES/plasma_engine_metadata.mo @@ -2244,12 +1777,14 @@ share/locale/es/LC_MESSAGES/plasma_engine_rss.mo share/locale/es/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/es/LC_MESSAGES/plasma_engine_weather.mo share/locale/es/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/es/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/es/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/es/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/es/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/es/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/es/LC_MESSAGES/plasma_runner_contacts.mo share/locale/es/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/es/LC_MESSAGES/plasma_runner_datetime.mo share/locale/es/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/es/LC_MESSAGES/plasma_runner_kget.mo share/locale/es/LC_MESSAGES/plasma_runner_kill.mo @@ -2269,6 +1804,7 @@ share/locale/es/LC_MESSAGES/plasma_runner_shell.mo share/locale/es/LC_MESSAGES/plasma_runner_solid.mo share/locale/es/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/es/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/es/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/es/LC_MESSAGES/plasma_runner_windows.mo share/locale/es/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/es/LC_MESSAGES/plasma_wallpaper_color.mo @@ -2314,7 +1850,7 @@ share/locale/es/LC_MESSAGES/xml_mimetypes.mo share/locale/es/entry.desktop @dirrm share/doc/HTML/es/umbrello @dirrm share/doc/HTML/es/systemsettings -@dirrm share/doc/HTML/es/superkaramba +@dirrm share/doc/HTML/es/sweeper @dirrm share/doc/HTML/es/step @dirrm share/doc/HTML/es/sonnet @dirrm share/doc/HTML/es/rocs @@ -2329,17 +1865,13 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/lokalize @dirrm share/doc/HTML/es/kwrite @dirrm share/doc/HTML/es/kwordquiz -@dirrm share/doc/HTML/es/kweather -@dirrm share/doc/HTML/es/kwatchgnupg @dirrm share/doc/HTML/es/kwallet @dirrm share/doc/HTML/es/kuser @dirrm share/doc/HTML/es/kubrick @dirrm share/doc/HTML/es/kturtle @dirrm share/doc/HTML/es/ktuberling -@dirrm share/doc/HTML/es/kttsd @dirrm share/doc/HTML/es/ktron @dirrm share/doc/HTML/es/ktouch -@dirrm share/doc/HTML/es/ktimetracker @dirrm share/doc/HTML/es/ktimer @dirrm share/doc/HTML/es/kteatime @dirrm share/doc/HTML/es/ksystemlog @@ -2359,11 +1891,7 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/krdc @dirrm share/doc/HTML/es/kppp @dirrm share/doc/HTML/es/kpat -@dirrm share/doc/HTML/es/korganizer @dirrm share/doc/HTML/es/kopete -@dirrm share/doc/HTML/es/kontact-admin -@dirrm share/doc/HTML/es/kontact -@dirrm share/doc/HTML/es/konsolekalendar @dirrm share/doc/HTML/es/konsole @dirrm share/doc/HTML/es/konquest @dirrm share/doc/HTML/es/konqueror @@ -2372,8 +1900,6 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kolourpaint @dirrm share/doc/HTML/es/kollision @dirrm share/doc/HTML/es/kolf -@dirrm share/doc/HTML/es/knotes -@dirrm share/doc/HTML/es/knode @dirrm share/doc/HTML/es/knetwalk @dirrm share/doc/HTML/es/knetattach @dirrm share/doc/HTML/es/kmplot @@ -2382,16 +1908,13 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kmix @dirrm share/doc/HTML/es/kmines @dirrm share/doc/HTML/es/kmenuedit -@dirrm share/doc/HTML/es/kmail @dirrm share/doc/HTML/es/kmahjongg @dirrm share/doc/HTML/es/kmag @dirrm share/doc/HTML/es/klipper @dirrm share/doc/HTML/es/klinkstatus @dirrm share/doc/HTML/es/klines @dirrm share/doc/HTML/es/klettres -@dirrm share/doc/HTML/es/kleopatra @dirrm share/doc/HTML/es/kjumpingcube -@dirrm share/doc/HTML/es/kjots @dirrm share/doc/HTML/es/kiten @dirrm share/doc/HTML/es/kiriki @dirrm share/doc/HTML/es/kioslave/xz @@ -2407,7 +1930,6 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kioslave/pop3 @dirrm share/doc/HTML/es/kioslave/nntp @dirrm share/doc/HTML/es/kioslave/nfs -@dirrm share/doc/HTML/es/kioslave/news @dirrm share/doc/HTML/es/kioslave/network @dirrm share/doc/HTML/es/kioslave/mbox @dirrm share/doc/HTML/es/kioslave/man @@ -2429,33 +1951,12 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kioslave/bookmarks @dirrm share/doc/HTML/es/kioslave/audiocd @dirrm share/doc/HTML/es/kioslave -@dirrm share/doc/HTML/es/kinfocenter/xserver -@dirrm share/doc/HTML/es/kinfocenter/view1394 -@dirrm share/doc/HTML/es/kinfocenter/usb -@dirrm share/doc/HTML/es/kinfocenter/sound -@dirrm share/doc/HTML/es/kinfocenter/scsi -@dirrm share/doc/HTML/es/kinfocenter/samba -@dirrm share/doc/HTML/es/kinfocenter/protocols -@dirrm share/doc/HTML/es/kinfocenter/processor -@dirrm share/doc/HTML/es/kinfocenter/pci -@dirrm share/doc/HTML/es/kinfocenter/partitions -@dirrm share/doc/HTML/es/kinfocenter/opengl -@dirrm share/doc/HTML/es/kinfocenter/nics -@dirrm share/doc/HTML/es/kinfocenter/memory -@dirrm share/doc/HTML/es/kinfocenter/ioports -@dirrm share/doc/HTML/es/kinfocenter/interrupts -@dirrm share/doc/HTML/es/kinfocenter/dma -@dirrm share/doc/HTML/es/kinfocenter/devices @dirrm share/doc/HTML/es/kinfocenter @dirrm share/doc/HTML/es/kimagemapeditor @dirrm share/doc/HTML/es/killbots @dirrm share/doc/HTML/es/kigo @dirrm share/doc/HTML/es/kig -@dirrm share/doc/HTML/es/khelpcenter/visualdict -@dirrm share/doc/HTML/es/khelpcenter/userguide -@dirrm share/doc/HTML/es/khelpcenter/quickstart @dirrm share/doc/HTML/es/khelpcenter/glossary -@dirrm share/doc/HTML/es/khelpcenter/faq @dirrm share/doc/HTML/es/khelpcenter @dirrm share/doc/HTML/es/khangman @dirrm share/doc/HTML/es/kgpg @@ -2474,13 +1975,11 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kdepasswd @dirrm share/doc/HTML/es/kdebugdialog @dirrm share/doc/HTML/es/kcron -@dirrm share/doc/HTML/es/kcontrol/workspaceoptions @dirrm share/doc/HTML/es/kcontrol/windowspecific @dirrm share/doc/HTML/es/kcontrol/windowbehaviour @dirrm share/doc/HTML/es/kcontrol/useragent @dirrm share/doc/HTML/es/kcontrol/splashscreen @dirrm share/doc/HTML/es/kcontrol/spellchecking -@dirrm share/doc/HTML/es/kcontrol/solid-hardware @dirrm share/doc/HTML/es/kcontrol/smb @dirrm share/doc/HTML/es/kcontrol/screensaver @dirrm share/doc/HTML/es/kcontrol/proxy @@ -2488,10 +1987,9 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kcontrol/paths @dirrm share/doc/HTML/es/kcontrol/netpref @dirrm share/doc/HTML/es/kcontrol/language -@dirrm share/doc/HTML/es/kcontrol/kxkb @dirrm share/doc/HTML/es/kcontrol/kwindecoration -@dirrm share/doc/HTML/es/kcontrol/kwincompositing @dirrm share/doc/HTML/es/kcontrol/kresources +@dirrm share/doc/HTML/es/kcontrol/kremotecontrol @dirrm share/doc/HTML/es/kcontrol/knetworkconf @dirrm share/doc/HTML/es/kcontrol/kgamma @dirrm share/doc/HTML/es/kcontrol/keys @@ -2500,13 +1998,11 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kcontrol/kcmsmserver @dirrm share/doc/HTML/es/kcontrol/kcmnotify @dirrm share/doc/HTML/es/kcontrol/kcmlaunch -@dirrm share/doc/HTML/es/kcontrol/kcmdisplay @dirrm share/doc/HTML/es/kcontrol/kcmcss @dirrm share/doc/HTML/es/kcontrol/kcmaccess @dirrm share/doc/HTML/es/kcontrol/kamera @dirrm share/doc/HTML/es/kcontrol/joystick @dirrm share/doc/HTML/es/kcontrol/icons -@dirrm share/doc/HTML/es/kcontrol/helpindex @dirrm share/doc/HTML/es/kcontrol/fonts @dirrm share/doc/HTML/es/kcontrol/fontinst @dirrm share/doc/HTML/es/kcontrol/filetypes @@ -2514,16 +2010,13 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kcontrol/emoticons @dirrm share/doc/HTML/es/kcontrol/ebrowsing @dirrm share/doc/HTML/es/kcontrol/cookies -@dirrm share/doc/HTML/es/kcontrol/componentchooser @dirrm share/doc/HTML/es/kcontrol/colors @dirrm share/doc/HTML/es/kcontrol/clock @dirrm share/doc/HTML/es/kcontrol/cache @dirrm share/doc/HTML/es/kcontrol/blockdevices @dirrm share/doc/HTML/es/kcontrol/bell @dirrm share/doc/HTML/es/kcontrol/autostart -@dirrm share/doc/HTML/es/kcontrol/attica @dirrm share/doc/HTML/es/kcontrol -@dirrm share/doc/HTML/es/kcmlirc @dirrm share/doc/HTML/es/kcharselect @dirrm share/doc/HTML/es/kcalc @dirrm share/doc/HTML/es/kcachegrind @@ -2541,10 +2034,8 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/kanagram @dirrm share/doc/HTML/es/kalzium @dirrm share/doc/HTML/es/kalgebra -@dirrm share/doc/HTML/es/kalarm -@dirrm share/doc/HTML/es/kabcclient +@dirrm share/doc/HTML/es/kajongg @dirrm share/doc/HTML/es/juk -@dirrm share/doc/HTML/es/irkick @dirrm share/doc/HTML/es/gwenview @dirrm share/doc/HTML/es/granatier @dirrm share/doc/HTML/es/dragonplayer @@ -2554,11 +2045,9 @@ share/locale/es/entry.desktop @dirrm share/doc/HTML/es/cantor @dirrm share/doc/HTML/es/bovo @dirrm share/doc/HTML/es/bomber -@dirrm share/doc/HTML/es/blogilo @dirrm share/doc/HTML/es/blinken @dirrm share/doc/HTML/es/ark @dirrm share/doc/HTML/es/amor -@dirrm share/doc/HTML/es/akregator @dirrm share/apps/kvtml/es @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/es diff --git a/misc/kde4-l10n-et/Makefile.man b/misc/kde4-l10n-et/Makefile.man index 6b550f3cc1a7..d30fe4384e9f 100644 --- a/misc/kde4-l10n-et/Makefile.man +++ b/misc/kde4-l10n-et/Makefile.man @@ -1,4 +1,4 @@ -MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 +MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kalzium.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 MAN6= amor.6 khangman.6 kpat.6 MAN7= kdeoptions.7 qtoptions.7 MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 nepomukserver.8 nepomukservicestub.8 diff --git a/misc/kde4-l10n-et/distinfo b/misc/kde4-l10n-et/distinfo index e4eb44a1c1eb..63a7e98d0b99 100644 --- a/misc/kde4-l10n-et/distinfo +++ b/misc/kde4-l10n-et/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-et-4.4.5.tar.bz2) = b6a1986e8f50864194544a73a613f773 -SHA256 (KDE/kde-l10n/kde-l10n-et-4.4.5.tar.bz2) = bf9f286da2eeb0c1f07c1df3cee4e1ea11247cef5b12d1154cd18c91a947f66e -SIZE (KDE/kde-l10n/kde-l10n-et-4.4.5.tar.bz2) = 9251373 +MD5 (KDE/kde-l10n/kde-l10n-et-4.5.1.tar.bz2) = b9e00c8eebfb7f3ddfecc1600c9bf2e5 +SHA256 (KDE/kde-l10n/kde-l10n-et-4.5.1.tar.bz2) = 5cb6ebdf39a1e93d24917f149a9823ed5a3fa2a0582a603513054829ade441de +SIZE (KDE/kde-l10n/kde-l10n-et-4.5.1.tar.bz2) = 5413220 diff --git a/misc/kde4-l10n-et/pkg-plist b/misc/kde4-l10n-et/pkg-plist index 4c5bcc5d71b4..fa3bb6dec87f 100644 --- a/misc/kde4-l10n-et/pkg-plist +++ b/misc/kde4-l10n-et/pkg-plist @@ -10,9 +10,6 @@ share/doc/HTML/et/PolicyKit-kde/howitworks.docbook share/doc/HTML/et/PolicyKit-kde/index.cache.bz2 share/doc/HTML/et/PolicyKit-kde/index.docbook share/doc/HTML/et/PolicyKit-kde/introduction.docbook -share/doc/HTML/et/akregator/common -share/doc/HTML/et/akregator/index.cache.bz2 -share/doc/HTML/et/akregator/index.docbook share/doc/HTML/et/amor/common share/doc/HTML/et/amor/index.cache.bz2 share/doc/HTML/et/amor/index.docbook @@ -24,9 +21,6 @@ share/doc/HTML/et/ark/man-ark.1.docbook share/doc/HTML/et/blinken/common share/doc/HTML/et/blinken/index.cache.bz2 share/doc/HTML/et/blinken/index.docbook -share/doc/HTML/et/blogilo/common -share/doc/HTML/et/blogilo/index.cache.bz2 -share/doc/HTML/et/blogilo/index.docbook share/doc/HTML/et/bomber/common share/doc/HTML/et/bomber/index.cache.bz2 share/doc/HTML/et/bomber/index.docbook @@ -59,19 +53,9 @@ share/doc/HTML/et/gwenview/interface.docbook share/doc/HTML/et/gwenview/introduction.docbook share/doc/HTML/et/gwenview/keybindings.docbook share/doc/HTML/et/gwenview/mouse.docbook -share/doc/HTML/et/irkick/common -share/doc/HTML/et/irkick/index.cache.bz2 -share/doc/HTML/et/irkick/index.docbook share/doc/HTML/et/juk/common share/doc/HTML/et/juk/index.cache.bz2 share/doc/HTML/et/juk/index.docbook -share/doc/HTML/et/kabcclient/common -share/doc/HTML/et/kabcclient/index.cache.bz2 -share/doc/HTML/et/kabcclient/index.docbook -share/doc/HTML/et/kabcclient/man-kabcclient.1.docbook -share/doc/HTML/et/kalarm/common -share/doc/HTML/et/kalarm/index.cache.bz2 -share/doc/HTML/et/kalarm/index.docbook share/doc/HTML/et/kalgebra/common share/doc/HTML/et/kalgebra/index.cache.bz2 share/doc/HTML/et/kalgebra/index.docbook @@ -136,9 +120,6 @@ share/doc/HTML/et/kcalc/index.docbook share/doc/HTML/et/kcharselect/common share/doc/HTML/et/kcharselect/index.cache.bz2 share/doc/HTML/et/kcharselect/index.docbook -share/doc/HTML/et/kcmlirc/common -share/doc/HTML/et/kcmlirc/index.cache.bz2 -share/doc/HTML/et/kcmlirc/index.docbook share/doc/HTML/et/kcontrol/attica/common share/doc/HTML/et/kcontrol/attica/index.cache.bz2 share/doc/HTML/et/kcontrol/attica/index.docbook @@ -196,9 +177,6 @@ share/doc/HTML/et/kcontrol/fontinst/index.docbook share/doc/HTML/et/kcontrol/fonts/common share/doc/HTML/et/kcontrol/fonts/index.cache.bz2 share/doc/HTML/et/kcontrol/fonts/index.docbook -share/doc/HTML/et/kcontrol/helpindex/common -share/doc/HTML/et/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/et/kcontrol/helpindex/index.docbook share/doc/HTML/et/kcontrol/history/common share/doc/HTML/et/kcontrol/history/index.cache.bz2 share/doc/HTML/et/kcontrol/history/index.docbook @@ -220,9 +198,6 @@ share/doc/HTML/et/kcontrol/kcmcgi/index.docbook share/doc/HTML/et/kcontrol/kcmcss/common share/doc/HTML/et/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/et/kcontrol/kcmcss/index.docbook -share/doc/HTML/et/kcontrol/kcmdisplay/common -share/doc/HTML/et/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/et/kcontrol/kcmdisplay/index.docbook share/doc/HTML/et/kcontrol/kcmlaunch/common share/doc/HTML/et/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/et/kcontrol/kcmlaunch/index.docbook @@ -280,9 +255,6 @@ share/doc/HTML/et/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/et/kcontrol/kwintabbox/common share/doc/HTML/et/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/et/kcontrol/kwintabbox/index.docbook -share/doc/HTML/et/kcontrol/kxkb/common -share/doc/HTML/et/kcontrol/kxkb/index.cache.bz2 -share/doc/HTML/et/kcontrol/kxkb/index.docbook share/doc/HTML/et/kcontrol/language/common share/doc/HTML/et/kcontrol/language/index.cache.bz2 share/doc/HTML/et/kcontrol/language/index.docbook @@ -403,123 +375,12 @@ share/doc/HTML/et/khangman/index.cache.bz2 share/doc/HTML/et/khangman/index.docbook share/doc/HTML/et/khangman/man-khangman.6.docbook share/doc/HTML/et/khelpcenter/common -share/doc/HTML/et/khelpcenter/contact.docbook -share/doc/HTML/et/khelpcenter/faq/about.docbook -share/doc/HTML/et/khelpcenter/faq/common -share/doc/HTML/et/khelpcenter/faq/configkde.docbook -share/doc/HTML/et/khelpcenter/faq/contrib.docbook -share/doc/HTML/et/khelpcenter/faq/desktop.docbook -share/doc/HTML/et/khelpcenter/faq/filemng.docbook -share/doc/HTML/et/khelpcenter/faq/getkde.docbook -share/doc/HTML/et/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/et/khelpcenter/faq/index.docbook -share/doc/HTML/et/khelpcenter/faq/install.docbook -share/doc/HTML/et/khelpcenter/faq/intro.docbook -share/doc/HTML/et/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/et/khelpcenter/faq/misc.docbook -share/doc/HTML/et/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/et/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/et/khelpcenter/faq/notrelated.docbook -share/doc/HTML/et/khelpcenter/faq/panel.docbook -share/doc/HTML/et/khelpcenter/faq/qt.docbook -share/doc/HTML/et/khelpcenter/faq/questions.docbook -share/doc/HTML/et/khelpcenter/faq/sound.docbook -share/doc/HTML/et/khelpcenter/faq/tips.docbook -share/doc/HTML/et/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/et/khelpcenter/faq/winmng.docbook share/doc/HTML/et/khelpcenter/glossary/common share/doc/HTML/et/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/et/khelpcenter/glossary/index.docbook share/doc/HTML/et/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/et/khelpcenter/help.docbook share/doc/HTML/et/khelpcenter/index.cache.bz2 share/doc/HTML/et/khelpcenter/index.docbook -share/doc/HTML/et/khelpcenter/quickstart/common -share/doc/HTML/et/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/et/khelpcenter/quickstart/index.docbook -share/doc/HTML/et/khelpcenter/support.docbook -share/doc/HTML/et/khelpcenter/userguide/a-window.png -share/doc/HTML/et/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/et/khelpcenter/userguide/amarok.png -share/doc/HTML/et/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/et/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/et/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/et/khelpcenter/userguide/common -share/doc/HTML/et/khelpcenter/userguide/control-center.docbook -share/doc/HTML/et/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/et/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/et/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/et/khelpcenter/userguide/desktop.png -share/doc/HTML/et/khelpcenter/userguide/email.docbook -share/doc/HTML/et/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/et/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/et/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/et/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/et/khelpcenter/userguide/glossary.docbook -share/doc/HTML/et/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/et/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/et/khelpcenter/userguide/index.docbook -share/doc/HTML/et/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/et/khelpcenter/userguide/juk.png -share/doc/HTML/et/khelpcenter/userguide/kaboodle.png -share/doc/HTML/et/khelpcenter/userguide/kcontrol.png -share/doc/HTML/et/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/et/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/et/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/et/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/et/khelpcenter/userguide/kmag.png -share/doc/HTML/et/khelpcenter/userguide/kmousetool.png -share/doc/HTML/et/khelpcenter/userguide/kmouth.png -share/doc/HTML/et/khelpcenter/userguide/kmouth2.png -share/doc/HTML/et/khelpcenter/userguide/kmouth3.png -share/doc/HTML/et/khelpcenter/userguide/knode-identity.png -share/doc/HTML/et/khelpcenter/userguide/knode-mail-account.png -share/doc/HTML/et/khelpcenter/userguide/knode-start.png -share/doc/HTML/et/khelpcenter/userguide/konq-sidebar.png -share/doc/HTML/et/khelpcenter/userguide/konq-simple.png -share/doc/HTML/et/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/et/khelpcenter/userguide/kopete.png -share/doc/HTML/et/khelpcenter/userguide/kppp-dialer-tab.png -share/doc/HTML/et/khelpcenter/userguide/kppp-wizard.png -share/doc/HTML/et/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/et/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/et/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/et/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/et/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/et/khelpcenter/userguide/noatun.png -share/doc/HTML/et/khelpcenter/userguide/oggfolder.png -share/doc/HTML/et/khelpcenter/userguide/open-file-dialog.png -share/doc/HTML/et/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/et/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/et/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/et/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/et/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/et/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/et/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/et/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/et/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/et/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/et/khelpcenter/userguide/rip.png -share/doc/HTML/et/khelpcenter/userguide/ripsettings.png -share/doc/HTML/et/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/et/khelpcenter/userguide/services.png -share/doc/HTML/et/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/et/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/et/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/et/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/et/khelpcenter/userguide/titlebar-menu.png -share/doc/HTML/et/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/et/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/et/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/et/khelpcenter/userguide/usenet.docbook -share/doc/HTML/et/khelpcenter/userguide/where-next.docbook -share/doc/HTML/et/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/et/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/et/khelpcenter/visualdict/common -share/doc/HTML/et/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/et/khelpcenter/visualdict/index.docbook -share/doc/HTML/et/khelpcenter/welcome.docbook -share/doc/HTML/et/khelpcenter/whatiskde.docbook share/doc/HTML/et/kig/common share/doc/HTML/et/kig/index.cache.bz2 share/doc/HTML/et/kig/index.docbook @@ -534,59 +395,8 @@ share/doc/HTML/et/kimagemapeditor/common share/doc/HTML/et/kimagemapeditor/index.cache.bz2 share/doc/HTML/et/kimagemapeditor/index.docbook share/doc/HTML/et/kinfocenter/common -share/doc/HTML/et/kinfocenter/devices/common -share/doc/HTML/et/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/et/kinfocenter/devices/index.docbook -share/doc/HTML/et/kinfocenter/dma/common -share/doc/HTML/et/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/et/kinfocenter/dma/index.docbook share/doc/HTML/et/kinfocenter/index.cache.bz2 share/doc/HTML/et/kinfocenter/index.docbook -share/doc/HTML/et/kinfocenter/interrupts/common -share/doc/HTML/et/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/et/kinfocenter/interrupts/index.docbook -share/doc/HTML/et/kinfocenter/ioports/common -share/doc/HTML/et/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/et/kinfocenter/ioports/index.docbook -share/doc/HTML/et/kinfocenter/memory/common -share/doc/HTML/et/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/et/kinfocenter/memory/index.docbook -share/doc/HTML/et/kinfocenter/nics/common -share/doc/HTML/et/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/et/kinfocenter/nics/index.docbook -share/doc/HTML/et/kinfocenter/opengl/common -share/doc/HTML/et/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/et/kinfocenter/opengl/index.docbook -share/doc/HTML/et/kinfocenter/partitions/common -share/doc/HTML/et/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/et/kinfocenter/partitions/index.docbook -share/doc/HTML/et/kinfocenter/pci/common -share/doc/HTML/et/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/et/kinfocenter/pci/index.docbook -share/doc/HTML/et/kinfocenter/processor/common -share/doc/HTML/et/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/et/kinfocenter/processor/index.docbook -share/doc/HTML/et/kinfocenter/protocols/common -share/doc/HTML/et/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/et/kinfocenter/protocols/index.docbook -share/doc/HTML/et/kinfocenter/samba/common -share/doc/HTML/et/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/et/kinfocenter/samba/index.docbook -share/doc/HTML/et/kinfocenter/scsi/common -share/doc/HTML/et/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/et/kinfocenter/scsi/index.docbook -share/doc/HTML/et/kinfocenter/sound/common -share/doc/HTML/et/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/et/kinfocenter/sound/index.docbook -share/doc/HTML/et/kinfocenter/usb/common -share/doc/HTML/et/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/et/kinfocenter/usb/index.docbook -share/doc/HTML/et/kinfocenter/view1394/common -share/doc/HTML/et/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/et/kinfocenter/view1394/index.docbook -share/doc/HTML/et/kinfocenter/xserver/common -share/doc/HTML/et/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/et/kinfocenter/xserver/index.docbook share/doc/HTML/et/kioslave/audiocd/common share/doc/HTML/et/kioslave/audiocd/index.cache.bz2 share/doc/HTML/et/kioslave/audiocd/index.docbook @@ -647,9 +457,6 @@ share/doc/HTML/et/kioslave/mbox/index.docbook share/doc/HTML/et/kioslave/network/common share/doc/HTML/et/kioslave/network/index.cache.bz2 share/doc/HTML/et/kioslave/network/index.docbook -share/doc/HTML/et/kioslave/news/common -share/doc/HTML/et/kioslave/news/index.cache.bz2 -share/doc/HTML/et/kioslave/news/index.docbook share/doc/HTML/et/kioslave/nfs/common share/doc/HTML/et/kioslave/nfs/index.cache.bz2 share/doc/HTML/et/kioslave/nfs/index.docbook @@ -695,15 +502,9 @@ share/doc/HTML/et/kiriki/index.docbook share/doc/HTML/et/kiten/common share/doc/HTML/et/kiten/index.cache.bz2 share/doc/HTML/et/kiten/index.docbook -share/doc/HTML/et/kjots/common -share/doc/HTML/et/kjots/index.cache.bz2 -share/doc/HTML/et/kjots/index.docbook share/doc/HTML/et/kjumpingcube/common share/doc/HTML/et/kjumpingcube/index.cache.bz2 share/doc/HTML/et/kjumpingcube/index.docbook -share/doc/HTML/et/kleopatra/common -share/doc/HTML/et/kleopatra/index.cache.bz2 -share/doc/HTML/et/kleopatra/index.docbook share/doc/HTML/et/klettres/common share/doc/HTML/et/klettres/index.cache.bz2 share/doc/HTML/et/klettres/index.docbook @@ -723,17 +524,6 @@ share/doc/HTML/et/kmag/man-kmag.1.docbook share/doc/HTML/et/kmahjongg/common share/doc/HTML/et/kmahjongg/index.cache.bz2 share/doc/HTML/et/kmahjongg/index.docbook -share/doc/HTML/et/kmail/common -share/doc/HTML/et/kmail/configure.docbook -share/doc/HTML/et/kmail/credits-and-licenses.docbook -share/doc/HTML/et/kmail/faq.docbook -share/doc/HTML/et/kmail/getting-started.docbook -share/doc/HTML/et/kmail/importing.docbook -share/doc/HTML/et/kmail/index.cache.bz2 -share/doc/HTML/et/kmail/index.docbook -share/doc/HTML/et/kmail/intro.docbook -share/doc/HTML/et/kmail/menus.docbook -share/doc/HTML/et/kmail/using-kmail.docbook share/doc/HTML/et/kmenuedit/common share/doc/HTML/et/kmenuedit/index.cache.bz2 share/doc/HTML/et/kmenuedit/index.docbook @@ -772,44 +562,6 @@ share/doc/HTML/et/knetattach/screenshot.png share/doc/HTML/et/knetwalk/common share/doc/HTML/et/knetwalk/index.cache.bz2 share/doc/HTML/et/knetwalk/index.docbook -share/doc/HTML/et/knode/commands.docbook -share/doc/HTML/et/knode/common -share/doc/HTML/et/knode/credits.docbook -share/doc/HTML/et/knode/faq.docbook -share/doc/HTML/et/knode/gloss.docbook -share/doc/HTML/et/knode/index.cache.bz2 -share/doc/HTML/et/knode/index.docbook -share/doc/HTML/et/knode/install.docbook -share/doc/HTML/et/knode/introduction.docbook -share/doc/HTML/et/knode/journey.docbook -share/doc/HTML/et/knode/knode-cleanup.png -share/doc/HTML/et/knode/knode-colors-fonts.png -share/doc/HTML/et/knode/knode-composer-attachments.png -share/doc/HTML/et/knode/knode-composer-settings.png -share/doc/HTML/et/knode/knode-edit-filter.png -share/doc/HTML/et/knode/knode-edit-header1.png -share/doc/HTML/et/knode/knode-edit-header2.png -share/doc/HTML/et/knode/knode-filters.png -share/doc/HTML/et/knode/knode-followup.png -share/doc/HTML/et/knode/knode-header-settings.png -share/doc/HTML/et/knode/knode-identity.png -share/doc/HTML/et/knode/knode-mail-account.png -share/doc/HTML/et/knode/knode-new-article.png -share/doc/HTML/et/knode/knode-news-account.png -share/doc/HTML/et/knode/knode-post-settings.png -share/doc/HTML/et/knode/knode-read-news-settings.png -share/doc/HTML/et/knode/knode-reply.png -share/doc/HTML/et/knode/knode-search.png -share/doc/HTML/et/knode/knode-start.png -share/doc/HTML/et/knode/knode-subscribe.png -share/doc/HTML/et/knode/knode-views.png -share/doc/HTML/et/knode/more.docbook -share/doc/HTML/et/knode/using-firststart.docbook -share/doc/HTML/et/knode/using-morefeatures.docbook -share/doc/HTML/et/knode/using-subscribing.docbook -share/doc/HTML/et/knotes/common -share/doc/HTML/et/knotes/index.cache.bz2 -share/doc/HTML/et/knotes/index.docbook share/doc/HTML/et/kolf/common share/doc/HTML/et/kolf/index.cache.bz2 share/doc/HTML/et/kolf/index.docbook @@ -870,26 +622,12 @@ share/doc/HTML/et/konsole/index.cache.bz2 share/doc/HTML/et/konsole/index.docbook share/doc/HTML/et/konsole/konsole.png share/doc/HTML/et/konsole/tabbar.png -share/doc/HTML/et/konsolekalendar/common -share/doc/HTML/et/konsolekalendar/index.cache.bz2 -share/doc/HTML/et/konsolekalendar/index.docbook -share/doc/HTML/et/kontact-admin/common -share/doc/HTML/et/kontact-admin/index.cache.bz2 -share/doc/HTML/et/kontact-admin/index.docbook -share/doc/HTML/et/kontact/common -share/doc/HTML/et/kontact/index.cache.bz2 -share/doc/HTML/et/kontact/index.docbook share/doc/HTML/et/kopete/chatstyle.docbook share/doc/HTML/et/kopete/common share/doc/HTML/et/kopete/index.cache.bz2 share/doc/HTML/et/kopete/index.docbook share/doc/HTML/et/kopete/menus.docbook share/doc/HTML/et/kopete/pipes.docbook -share/doc/HTML/et/korganizer/common -share/doc/HTML/et/korganizer/index.cache.bz2 -share/doc/HTML/et/korganizer/index.docbook -share/doc/HTML/et/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/et/korganizer/plugins-chapter.docbook share/doc/HTML/et/kpat/common share/doc/HTML/et/kpat/index.cache.bz2 share/doc/HTML/et/kpat/index.docbook @@ -1021,9 +759,6 @@ share/doc/HTML/et/kteatime/index.docbook share/doc/HTML/et/ktimer/common share/doc/HTML/et/ktimer/index.cache.bz2 share/doc/HTML/et/ktimer/index.docbook -share/doc/HTML/et/ktimetracker/common -share/doc/HTML/et/ktimetracker/index.cache.bz2 -share/doc/HTML/et/ktimetracker/index.docbook share/doc/HTML/et/ktouch/common share/doc/HTML/et/ktouch/index.cache.bz2 share/doc/HTML/et/ktouch/index.docbook @@ -1031,9 +766,6 @@ share/doc/HTML/et/ktouch/man-ktouch.1.docbook share/doc/HTML/et/ktron/common share/doc/HTML/et/ktron/index.cache.bz2 share/doc/HTML/et/ktron/index.docbook -share/doc/HTML/et/kttsd/common -share/doc/HTML/et/kttsd/index.cache.bz2 -share/doc/HTML/et/kttsd/index.docbook share/doc/HTML/et/ktuberling/common share/doc/HTML/et/ktuberling/index.cache.bz2 share/doc/HTML/et/ktuberling/index.docbook @@ -1055,12 +787,6 @@ share/doc/HTML/et/kuser/index.docbook share/doc/HTML/et/kwallet/common share/doc/HTML/et/kwallet/index.cache.bz2 share/doc/HTML/et/kwallet/index.docbook -share/doc/HTML/et/kwatchgnupg/common -share/doc/HTML/et/kwatchgnupg/index.cache.bz2 -share/doc/HTML/et/kwatchgnupg/index.docbook -share/doc/HTML/et/kweather/common -share/doc/HTML/et/kweather/index.cache.bz2 -share/doc/HTML/et/kweather/index.docbook share/doc/HTML/et/kwordquiz/common share/doc/HTML/et/kwordquiz/index.cache.bz2 share/doc/HTML/et/kwordquiz/index.docbook @@ -1076,17 +802,15 @@ share/doc/HTML/et/lskat/index.docbook share/doc/HTML/et/marble/common share/doc/HTML/et/marble/index.cache.bz2 share/doc/HTML/et/marble/index.docbook -share/doc/HTML/et/okteta/basics.docbook share/doc/HTML/et/okteta/common -share/doc/HTML/et/okteta/credits.docbook share/doc/HTML/et/okteta/index.cache.bz2 share/doc/HTML/et/okteta/index.docbook -share/doc/HTML/et/okteta/introduction.docbook -share/doc/HTML/et/okteta/menu.docbook -share/doc/HTML/et/okteta/tools.docbook share/doc/HTML/et/okular/common share/doc/HTML/et/okular/index.cache.bz2 share/doc/HTML/et/okular/index.docbook +share/doc/HTML/et/onlinehelp/common +share/doc/HTML/et/onlinehelp/index.cache.bz2 +share/doc/HTML/et/onlinehelp/index.docbook share/doc/HTML/et/palapeli/common share/doc/HTML/et/palapeli/index.cache.bz2 share/doc/HTML/et/palapeli/index.docbook @@ -1110,9 +834,6 @@ share/doc/HTML/et/step/examples.docbook share/doc/HTML/et/step/index.cache.bz2 share/doc/HTML/et/step/index.docbook share/doc/HTML/et/step/tutorials.docbook -share/doc/HTML/et/superkaramba/common -share/doc/HTML/et/superkaramba/index.cache.bz2 -share/doc/HTML/et/superkaramba/index.docbook share/doc/HTML/et/systemsettings/common share/doc/HTML/et/systemsettings/index.cache.bz2 share/doc/HTML/et/systemsettings/index.docbook @@ -1126,33 +847,7 @@ share/doc/HTML/et/umbrello/introduction.docbook share/doc/HTML/et/umbrello/other_features.docbook share/doc/HTML/et/umbrello/uml_basics.docbook share/doc/HTML/et/umbrello/working_with_umbrello.docbook -share/locale/et/LC_MESSAGES/akonadi-kcal.mo -share/locale/et/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/et/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/et/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/et/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/et/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/et/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/et/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/et/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/et/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/et/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/et/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/et/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/et/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/et/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/et/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/et/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/et/LC_MESSAGES/akonadi_next.mo -share/locale/et/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/et/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/et/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/et/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/et/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/et/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/et/LC_MESSAGES/akonadicontact.mo -share/locale/et/LC_MESSAGES/akonaditray.mo -share/locale/et/LC_MESSAGES/akregator.mo share/locale/et/LC_MESSAGES/amor.mo share/locale/et/LC_MESSAGES/ark.mo share/locale/et/LC_MESSAGES/attica_kde.mo @@ -1160,43 +855,37 @@ share/locale/et/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/et/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/et/LC_MESSAGES/audiorename_plugin.mo share/locale/et/LC_MESSAGES/blinken.mo -share/locale/et/LC_MESSAGES/blogilo.mo share/locale/et/LC_MESSAGES/bomber.mo share/locale/et/LC_MESSAGES/bovo.mo share/locale/et/LC_MESSAGES/cantor.mo share/locale/et/LC_MESSAGES/cervisia.mo -share/locale/et/LC_MESSAGES/cryptopageplugin.mo share/locale/et/LC_MESSAGES/cvsservice.mo share/locale/et/LC_MESSAGES/display.mo share/locale/et/LC_MESSAGES/dolphin.mo share/locale/et/LC_MESSAGES/dragonplayer.mo share/locale/et/LC_MESSAGES/drkonqi.mo share/locale/et/LC_MESSAGES/filetypes.mo +share/locale/et/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/et/LC_MESSAGES/freespacenotifier.mo share/locale/et/LC_MESSAGES/granatier.mo share/locale/et/LC_MESSAGES/gwenview.mo share/locale/et/LC_MESSAGES/htmlsearch.mo share/locale/et/LC_MESSAGES/imagerename_plugin.mo -share/locale/et/LC_MESSAGES/irkick.mo +share/locale/et/LC_MESSAGES/jovie.mo share/locale/et/LC_MESSAGES/joystick.mo share/locale/et/LC_MESSAGES/juk.mo share/locale/et/LC_MESSAGES/kabc.mo -share/locale/et/LC_MESSAGES/kabc_akonadi.mo share/locale/et/LC_MESSAGES/kabc_dir.mo share/locale/et/LC_MESSAGES/kabc_file.mo share/locale/et/LC_MESSAGES/kabc_ldapkio.mo share/locale/et/LC_MESSAGES/kabc_net.mo -share/locale/et/LC_MESSAGES/kabc_slox.mo -share/locale/et/LC_MESSAGES/kabcclient.mo share/locale/et/LC_MESSAGES/kabcformat_binary.mo share/locale/et/LC_MESSAGES/kaccess.mo -share/locale/et/LC_MESSAGES/kaddressbook.mo -share/locale/et/LC_MESSAGES/kalarm.mo +share/locale/et/LC_MESSAGES/kajongg.mo share/locale/et/LC_MESSAGES/kalgebra.mo share/locale/et/LC_MESSAGES/kalzium.mo -share/locale/et/LC_MESSAGES/kalzium_qt.mo share/locale/et/LC_MESSAGES/kanagram.mo share/locale/et/LC_MESSAGES/kapman.mo -share/locale/et/LC_MESSAGES/kappfinder.mo share/locale/et/LC_MESSAGES/kapptemplate.mo share/locale/et/LC_MESSAGES/kate-ctags-plugin.mo share/locale/et/LC_MESSAGES/kate.mo @@ -1208,20 +897,17 @@ share/locale/et/LC_MESSAGES/katefilebrowserplugin.mo share/locale/et/LC_MESSAGES/katefiletemplates.mo share/locale/et/LC_MESSAGES/katefindinfilesplugin.mo share/locale/et/LC_MESSAGES/katehelloworld.mo -share/locale/et/LC_MESSAGES/katehtmltools.mo share/locale/et/LC_MESSAGES/kateinsertcommand.mo share/locale/et/LC_MESSAGES/katekjswrapper.mo share/locale/et/LC_MESSAGES/katekonsoleplugin.mo share/locale/et/LC_MESSAGES/katemailfilesplugin.mo share/locale/et/LC_MESSAGES/kateopenheader.mo share/locale/et/LC_MESSAGES/katepart4.mo -share/locale/et/LC_MESSAGES/katepybrowse.mo share/locale/et/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/et/LC_MESSAGES/katesnippets.mo share/locale/et/LC_MESSAGES/katesnippets_tng.mo -share/locale/et/LC_MESSAGES/katesnippetstng_editor.mo share/locale/et/LC_MESSAGES/katesymbolviewer.mo share/locale/et/LC_MESSAGES/katetabbarextension.mo +share/locale/et/LC_MESSAGES/katetabifyplugin.mo share/locale/et/LC_MESSAGES/katetextfilter.mo share/locale/et/LC_MESSAGES/katexmlcheck.mo share/locale/et/LC_MESSAGES/katexmltools.mo @@ -1236,27 +922,27 @@ share/locale/et/LC_MESSAGES/kbruch.mo share/locale/et/LC_MESSAGES/kbugbuster.mo share/locale/et/LC_MESSAGES/kcachegrind.mo share/locale/et/LC_MESSAGES/kcachegrind_qt.mo -share/locale/et/LC_MESSAGES/kcal_akonadi.mo share/locale/et/LC_MESSAGES/kcalc.mo share/locale/et/LC_MESSAGES/kcertpart.mo share/locale/et/LC_MESSAGES/kcharselect.mo -share/locale/et/LC_MESSAGES/kcm_akonadi.mo share/locale/et/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/et/LC_MESSAGES/kcm_attica.mo share/locale/et/LC_MESSAGES/kcm_autostart.mo +share/locale/et/LC_MESSAGES/kcm_desktoppaths.mo share/locale/et/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/et/LC_MESSAGES/kcm_device_automounter.mo share/locale/et/LC_MESSAGES/kcm_emoticons.mo +share/locale/et/LC_MESSAGES/kcm_infobase.mo +share/locale/et/LC_MESSAGES/kcm_infosummary.mo share/locale/et/LC_MESSAGES/kcm_krfb.mo share/locale/et/LC_MESSAGES/kcm_kwindesktop.mo share/locale/et/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/et/LC_MESSAGES/kcm_lirc.mo share/locale/et/LC_MESSAGES/kcm_memory.mo -share/locale/et/LC_MESSAGES/kcm_partition.mo share/locale/et/LC_MESSAGES/kcm_pci.mo share/locale/et/LC_MESSAGES/kcm_phonon.mo share/locale/et/LC_MESSAGES/kcm_phononxine.mo share/locale/et/LC_MESSAGES/kcm_platform.mo +share/locale/et/LC_MESSAGES/kcm_remotecontrol.mo share/locale/et/LC_MESSAGES/kcm_solid.mo share/locale/et/LC_MESSAGES/kcm_solid_actions.mo share/locale/et/LC_MESSAGES/kcm_standard_actions.mo @@ -1269,13 +955,13 @@ share/locale/et/LC_MESSAGES/kcmcgi.mo share/locale/et/LC_MESSAGES/kcmcolors.mo share/locale/et/LC_MESSAGES/kcmcomponentchooser.mo share/locale/et/LC_MESSAGES/kcmcrypto.mo +share/locale/et/LC_MESSAGES/kcmdevinfo.mo share/locale/et/LC_MESSAGES/kcmfonts.mo share/locale/et/LC_MESSAGES/kcmhtmlsearch.mo share/locale/et/LC_MESSAGES/kcmicons.mo share/locale/et/LC_MESSAGES/kcminfo.mo share/locale/et/LC_MESSAGES/kcminit.mo share/locale/et/LC_MESSAGES/kcminput.mo -share/locale/et/LC_MESSAGES/kcmioslaveinfo.mo share/locale/et/LC_MESSAGES/kcmkamera.mo share/locale/et/LC_MESSAGES/kcmkclock.mo share/locale/et/LC_MESSAGES/kcmkded.mo @@ -1304,7 +990,6 @@ share/locale/et/LC_MESSAGES/kcmscreensaver.mo share/locale/et/LC_MESSAGES/kcmshell.mo share/locale/et/LC_MESSAGES/kcmsmartcard.mo share/locale/et/LC_MESSAGES/kcmsmserver.mo -share/locale/et/LC_MESSAGES/kcmsolidproc.mo share/locale/et/LC_MESSAGES/kcmstyle.mo share/locale/et/LC_MESSAGES/kcmusb.mo share/locale/et/LC_MESSAGES/kcmview1394.mo @@ -1318,16 +1003,11 @@ share/locale/et/LC_MESSAGES/kdebugdialog.mo share/locale/et/LC_MESSAGES/kdecalendarsystems.mo share/locale/et/LC_MESSAGES/kdelibs4.mo share/locale/et/LC_MESSAGES/kdelibs_colors4.mo -share/locale/et/LC_MESSAGES/kdelirc.mo share/locale/et/LC_MESSAGES/kdepasswd.mo -share/locale/et/LC_MESSAGES/kdepimresources.mo -share/locale/et/LC_MESSAGES/kdepimwizards.mo share/locale/et/LC_MESSAGES/kdeqt.mo share/locale/et/LC_MESSAGES/kdesu.mo share/locale/et/LC_MESSAGES/kdesud.mo share/locale/et/LC_MESSAGES/kdf.mo -share/locale/et/LC_MESSAGES/kdgantt.mo -share/locale/et/LC_MESSAGES/kdgantt1.mo share/locale/et/LC_MESSAGES/kdialog.mo share/locale/et/LC_MESSAGES/kdiamond.mo share/locale/et/LC_MESSAGES/kdmconfig.mo @@ -1381,7 +1061,6 @@ share/locale/et/LC_MESSAGES/kimagemapeditor.mo share/locale/et/LC_MESSAGES/kinetd.mo share/locale/et/LC_MESSAGES/kinfocenter.mo share/locale/et/LC_MESSAGES/kio4.mo -share/locale/et/LC_MESSAGES/kio_akonadi.mo share/locale/et/LC_MESSAGES/kio_applications.mo share/locale/et/LC_MESSAGES/kio_archive.mo share/locale/et/LC_MESSAGES/kio_audiocd.mo @@ -1389,7 +1068,6 @@ share/locale/et/LC_MESSAGES/kio_bookmarks.mo share/locale/et/LC_MESSAGES/kio_finger.mo share/locale/et/LC_MESSAGES/kio_fish.mo share/locale/et/LC_MESSAGES/kio_floppy.mo -share/locale/et/LC_MESSAGES/kio_groupwise.mo share/locale/et/LC_MESSAGES/kio_help4.mo share/locale/et/LC_MESSAGES/kio_imap4.mo share/locale/et/LC_MESSAGES/kio_info.mo @@ -1417,9 +1095,7 @@ share/locale/et/LC_MESSAGES/kioclient.mo share/locale/et/LC_MESSAGES/kioexec.mo share/locale/et/LC_MESSAGES/kiriki.mo share/locale/et/LC_MESSAGES/kiten.mo -share/locale/et/LC_MESSAGES/kjots.mo share/locale/et/LC_MESSAGES/kjumpingcube.mo -share/locale/et/LC_MESSAGES/kleopatra.mo share/locale/et/LC_MESSAGES/klettres.mo share/locale/et/LC_MESSAGES/klines.mo share/locale/et/LC_MESSAGES/klinkstatus.mo @@ -1427,12 +1103,6 @@ share/locale/et/LC_MESSAGES/klipper.mo share/locale/et/LC_MESSAGES/klock.mo share/locale/et/LC_MESSAGES/kmag.mo share/locale/et/LC_MESSAGES/kmahjongg.mo -share/locale/et/LC_MESSAGES/kmail-migrator.mo -share/locale/et/LC_MESSAGES/kmail.mo -share/locale/et/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/et/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/et/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/et/LC_MESSAGES/kmailcvt.mo share/locale/et/LC_MESSAGES/kmenuedit.mo share/locale/et/LC_MESSAGES/kmimetypefinder.mo share/locale/et/LC_MESSAGES/kmines.mo @@ -1443,8 +1113,6 @@ share/locale/et/LC_MESSAGES/kmplot.mo share/locale/et/LC_MESSAGES/knetattach.mo share/locale/et/LC_MESSAGES/knetwalk.mo share/locale/et/LC_MESSAGES/knetworkconfmodule.mo -share/locale/et/LC_MESSAGES/knode.mo -share/locale/et/LC_MESSAGES/knotes.mo share/locale/et/LC_MESSAGES/knotify4.mo share/locale/et/LC_MESSAGES/kolf.mo share/locale/et/LC_MESSAGES/kollision.mo @@ -1454,11 +1122,8 @@ share/locale/et/LC_MESSAGES/kompare.mo share/locale/et/LC_MESSAGES/konqueror.mo share/locale/et/LC_MESSAGES/konquest.mo share/locale/et/LC_MESSAGES/konsole.mo -share/locale/et/LC_MESSAGES/konsolekalendar.mo -share/locale/et/LC_MESSAGES/kontact.mo share/locale/et/LC_MESSAGES/kontactinterfaces.mo share/locale/et/LC_MESSAGES/kopete.mo -share/locale/et/LC_MESSAGES/korganizer.mo share/locale/et/LC_MESSAGES/kpartloader.mo share/locale/et/LC_MESSAGES/kpartsaver.mo share/locale/et/LC_MESSAGES/kpasswdserver.mo @@ -1467,28 +1132,20 @@ share/locale/et/LC_MESSAGES/kppp.mo share/locale/et/LC_MESSAGES/kppplogview.mo share/locale/et/LC_MESSAGES/kquitapp.mo share/locale/et/LC_MESSAGES/krandr.mo +share/locale/et/LC_MESSAGES/krcdnotifieritem.mo share/locale/et/LC_MESSAGES/krdb.mo share/locale/et/LC_MESSAGES/krdc.mo share/locale/et/LC_MESSAGES/kreadconfig.mo -share/locale/et/LC_MESSAGES/kres-migrator.mo -share/locale/et/LC_MESSAGES/kres_birthday.mo -share/locale/et/LC_MESSAGES/kres_blog.mo +share/locale/et/LC_MESSAGES/kremotecontroldaemon.mo share/locale/et/LC_MESSAGES/kres_bugzilla.mo -share/locale/et/LC_MESSAGES/kres_groupware.mo -share/locale/et/LC_MESSAGES/kres_groupwise.mo -share/locale/et/LC_MESSAGES/kres_kolab.mo -share/locale/et/LC_MESSAGES/kres_remote.mo -share/locale/et/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/et/LC_MESSAGES/kreversi.mo share/locale/et/LC_MESSAGES/krfb.mo share/locale/et/LC_MESSAGES/kruler.mo share/locale/et/LC_MESSAGES/krunner.mo share/locale/et/LC_MESSAGES/ksame.mo share/locale/et/LC_MESSAGES/ksaneplugin.mo -share/locale/et/LC_MESSAGES/ksayit.mo share/locale/et/LC_MESSAGES/kscd.mo share/locale/et/LC_MESSAGES/kscreensaver.mo -share/locale/et/LC_MESSAGES/ksendemail.mo share/locale/et/LC_MESSAGES/kshisen.mo share/locale/et/LC_MESSAGES/kshorturifilter.mo share/locale/et/LC_MESSAGES/ksirk.mo @@ -1510,16 +1167,14 @@ share/locale/et/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/et/LC_MESSAGES/ksystemlog.mo share/locale/et/LC_MESSAGES/ksystraycmd.mo share/locale/et/LC_MESSAGES/kteatime.mo +share/locale/et/LC_MESSAGES/ktesnippets_editor.mo share/locale/et/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/et/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/et/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/et/LC_MESSAGES/kthememanager.mo share/locale/et/LC_MESSAGES/ktimer.mo -share/locale/et/LC_MESSAGES/ktimetracker.mo share/locale/et/LC_MESSAGES/ktouch.mo share/locale/et/LC_MESSAGES/ktraderclient.mo share/locale/et/LC_MESSAGES/ktron.mo -share/locale/et/LC_MESSAGES/kttsd.mo share/locale/et/LC_MESSAGES/ktuberling.mo share/locale/et/LC_MESSAGES/kturtle.mo share/locale/et/LC_MESSAGES/ktux.mo @@ -1530,8 +1185,6 @@ share/locale/et/LC_MESSAGES/kurifilter.mo share/locale/et/LC_MESSAGES/kuser.mo share/locale/et/LC_MESSAGES/kwalletd.mo share/locale/et/LC_MESSAGES/kwalletmanager.mo -share/locale/et/LC_MESSAGES/kwatchgnupg.mo -share/locale/et/LC_MESSAGES/kweather.mo share/locale/et/LC_MESSAGES/kwin.mo share/locale/et/LC_MESSAGES/kwin_art_clients.mo share/locale/et/LC_MESSAGES/kwin_clients.mo @@ -1553,31 +1206,25 @@ share/locale/et/LC_MESSAGES/libkcompactdisc.mo share/locale/et/LC_MESSAGES/libkdcraw.mo share/locale/et/LC_MESSAGES/libkdeedu.mo share/locale/et/LC_MESSAGES/libkdegames.mo -share/locale/et/LC_MESSAGES/libkdepim.mo share/locale/et/LC_MESSAGES/libkexiv2.mo share/locale/et/LC_MESSAGES/libkholidays.mo share/locale/et/LC_MESSAGES/libkimap.mo share/locale/et/LC_MESSAGES/libkldap.mo -share/locale/et/LC_MESSAGES/libkleopatra.mo share/locale/et/LC_MESSAGES/libkmahjongg.mo share/locale/et/LC_MESSAGES/libkmime.mo share/locale/et/LC_MESSAGES/libkonq.mo -share/locale/et/LC_MESSAGES/libkpgp.mo share/locale/et/LC_MESSAGES/libkpimidentities.mo share/locale/et/LC_MESSAGES/libkpimtextedit.mo share/locale/et/LC_MESSAGES/libkpimutils.mo +share/locale/et/LC_MESSAGES/libkremotecontrol.mo share/locale/et/LC_MESSAGES/libkresources.mo share/locale/et/LC_MESSAGES/libksane.mo share/locale/et/LC_MESSAGES/libkscreensaver.mo -share/locale/et/LC_MESSAGES/libksieve.mo share/locale/et/LC_MESSAGES/libktnef.mo share/locale/et/LC_MESSAGES/libkunitconversion.mo share/locale/et/LC_MESSAGES/libkworkspace.mo share/locale/et/LC_MESSAGES/libkxmlrpcclient.mo share/locale/et/LC_MESSAGES/libmailtransport.mo -share/locale/et/LC_MESSAGES/libmessagecore.mo -share/locale/et/LC_MESSAGES/libmessagelist.mo -share/locale/et/LC_MESSAGES/libmessageviewer.mo share/locale/et/LC_MESSAGES/liboktetacore.mo share/locale/et/LC_MESSAGES/liboktetakasten.mo share/locale/et/LC_MESSAGES/libphonon.mo @@ -1588,7 +1235,6 @@ share/locale/et/LC_MESSAGES/librtm.mo share/locale/et/LC_MESSAGES/libtaskmanager.mo share/locale/et/LC_MESSAGES/lokalize.mo share/locale/et/LC_MESSAGES/lskat.mo -share/locale/et/LC_MESSAGES/mailreader.mo share/locale/et/LC_MESSAGES/marble.mo share/locale/et/LC_MESSAGES/marble_qt.mo share/locale/et/LC_MESSAGES/mplayerthumbs.mo @@ -1622,10 +1268,12 @@ share/locale/et/LC_MESSAGES/phononserver.mo share/locale/et/LC_MESSAGES/plasma-desktop.mo share/locale/et/LC_MESSAGES/plasma-netbook.mo share/locale/et/LC_MESSAGES/plasma-overlay.mo +share/locale/et/LC_MESSAGES/plasma-windowed.mo share/locale/et/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/et/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/et/LC_MESSAGES/plasma_applet_battery.mo share/locale/et/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/et/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/et/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/et/LC_MESSAGES/plasma_applet_calculator.mo share/locale/et/LC_MESSAGES/plasma_applet_clock.mo @@ -1642,6 +1290,7 @@ share/locale/et/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/et/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/et/LC_MESSAGES/plasma_applet_icon.mo share/locale/et/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/et/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/et/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/et/LC_MESSAGES/plasma_applet_katesession.mo share/locale/et/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -1649,7 +1298,6 @@ share/locale/et/LC_MESSAGES/plasma_applet_kget.mo share/locale/et/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/et/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/et/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/et/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/et/LC_MESSAGES/plasma_applet_launcher.mo share/locale/et/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/et/LC_MESSAGES/plasma_applet_life.mo @@ -1661,6 +1309,7 @@ share/locale/et/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/et/LC_MESSAGES/plasma_applet_news.mo share/locale/et/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/et/LC_MESSAGES/plasma_applet_notes.mo +share/locale/et/LC_MESSAGES/plasma_applet_notifications.mo share/locale/et/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/et/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/et/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -1702,7 +1351,9 @@ share/locale/et/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/et/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/et/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/et/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/et/LC_MESSAGES/plasma_engine_calendar.mo share/locale/et/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/et/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/et/LC_MESSAGES/plasma_engine_keystate.mo share/locale/et/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/et/LC_MESSAGES/plasma_engine_metadata.mo @@ -1714,12 +1365,14 @@ share/locale/et/LC_MESSAGES/plasma_engine_rss.mo share/locale/et/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/et/LC_MESSAGES/plasma_engine_weather.mo share/locale/et/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/et/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/et/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/et/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/et/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/et/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/et/LC_MESSAGES/plasma_runner_contacts.mo share/locale/et/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/et/LC_MESSAGES/plasma_runner_datetime.mo share/locale/et/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/et/LC_MESSAGES/plasma_runner_kget.mo share/locale/et/LC_MESSAGES/plasma_runner_kill.mo @@ -1739,6 +1392,7 @@ share/locale/et/LC_MESSAGES/plasma_runner_shell.mo share/locale/et/LC_MESSAGES/plasma_runner_solid.mo share/locale/et/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/et/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/et/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/et/LC_MESSAGES/plasma_runner_windows.mo share/locale/et/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/et/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1784,7 +1438,6 @@ share/locale/et/LC_MESSAGES/xml_mimetypes.mo share/locale/et/entry.desktop @dirrm share/doc/HTML/et/umbrello @dirrm share/doc/HTML/et/systemsettings -@dirrm share/doc/HTML/et/superkaramba @dirrm share/doc/HTML/et/step @dirrm share/doc/HTML/et/sonnet @dirrm share/doc/HTML/et/rocs @@ -1792,6 +1445,7 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/plasma-desktop @dirrm share/doc/HTML/et/parley @dirrm share/doc/HTML/et/palapeli +@dirrm share/doc/HTML/et/onlinehelp @dirrm share/doc/HTML/et/okular @dirrm share/doc/HTML/et/okteta @dirrm share/doc/HTML/et/marble @@ -1799,17 +1453,13 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/lokalize @dirrm share/doc/HTML/et/kwrite @dirrm share/doc/HTML/et/kwordquiz -@dirrm share/doc/HTML/et/kweather -@dirrm share/doc/HTML/et/kwatchgnupg @dirrm share/doc/HTML/et/kwallet @dirrm share/doc/HTML/et/kuser @dirrm share/doc/HTML/et/kubrick @dirrm share/doc/HTML/et/kturtle @dirrm share/doc/HTML/et/ktuberling -@dirrm share/doc/HTML/et/kttsd @dirrm share/doc/HTML/et/ktron @dirrm share/doc/HTML/et/ktouch -@dirrm share/doc/HTML/et/ktimetracker @dirrm share/doc/HTML/et/ktimer @dirrm share/doc/HTML/et/kteatime @dirrm share/doc/HTML/et/ksystemlog @@ -1829,11 +1479,7 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/krdc @dirrm share/doc/HTML/et/kppp @dirrm share/doc/HTML/et/kpat -@dirrm share/doc/HTML/et/korganizer @dirrm share/doc/HTML/et/kopete -@dirrm share/doc/HTML/et/kontact-admin -@dirrm share/doc/HTML/et/kontact -@dirrm share/doc/HTML/et/konsolekalendar @dirrm share/doc/HTML/et/konsole @dirrm share/doc/HTML/et/konquest @dirrm share/doc/HTML/et/konqueror @@ -1842,8 +1488,6 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kolourpaint @dirrm share/doc/HTML/et/kollision @dirrm share/doc/HTML/et/kolf -@dirrm share/doc/HTML/et/knotes -@dirrm share/doc/HTML/et/knode @dirrm share/doc/HTML/et/knetwalk @dirrm share/doc/HTML/et/knetattach @dirrm share/doc/HTML/et/kmplot @@ -1852,16 +1496,13 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kmix @dirrm share/doc/HTML/et/kmines @dirrm share/doc/HTML/et/kmenuedit -@dirrm share/doc/HTML/et/kmail @dirrm share/doc/HTML/et/kmahjongg @dirrm share/doc/HTML/et/kmag @dirrm share/doc/HTML/et/klipper @dirrm share/doc/HTML/et/klinkstatus @dirrm share/doc/HTML/et/klines @dirrm share/doc/HTML/et/klettres -@dirrm share/doc/HTML/et/kleopatra @dirrm share/doc/HTML/et/kjumpingcube -@dirrm share/doc/HTML/et/kjots @dirrm share/doc/HTML/et/kiten @dirrm share/doc/HTML/et/kiriki @dirrm share/doc/HTML/et/kioslave/xz @@ -1877,7 +1518,6 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kioslave/pop3 @dirrm share/doc/HTML/et/kioslave/nntp @dirrm share/doc/HTML/et/kioslave/nfs -@dirrm share/doc/HTML/et/kioslave/news @dirrm share/doc/HTML/et/kioslave/network @dirrm share/doc/HTML/et/kioslave/mbox @dirrm share/doc/HTML/et/kioslave/man @@ -1899,33 +1539,12 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kioslave/bookmarks @dirrm share/doc/HTML/et/kioslave/audiocd @dirrm share/doc/HTML/et/kioslave -@dirrm share/doc/HTML/et/kinfocenter/xserver -@dirrm share/doc/HTML/et/kinfocenter/view1394 -@dirrm share/doc/HTML/et/kinfocenter/usb -@dirrm share/doc/HTML/et/kinfocenter/sound -@dirrm share/doc/HTML/et/kinfocenter/scsi -@dirrm share/doc/HTML/et/kinfocenter/samba -@dirrm share/doc/HTML/et/kinfocenter/protocols -@dirrm share/doc/HTML/et/kinfocenter/processor -@dirrm share/doc/HTML/et/kinfocenter/pci -@dirrm share/doc/HTML/et/kinfocenter/partitions -@dirrm share/doc/HTML/et/kinfocenter/opengl -@dirrm share/doc/HTML/et/kinfocenter/nics -@dirrm share/doc/HTML/et/kinfocenter/memory -@dirrm share/doc/HTML/et/kinfocenter/ioports -@dirrm share/doc/HTML/et/kinfocenter/interrupts -@dirrm share/doc/HTML/et/kinfocenter/dma -@dirrm share/doc/HTML/et/kinfocenter/devices @dirrm share/doc/HTML/et/kinfocenter @dirrm share/doc/HTML/et/kimagemapeditor @dirrm share/doc/HTML/et/killbots @dirrm share/doc/HTML/et/kigo @dirrm share/doc/HTML/et/kig -@dirrm share/doc/HTML/et/khelpcenter/visualdict -@dirrm share/doc/HTML/et/khelpcenter/userguide -@dirrm share/doc/HTML/et/khelpcenter/quickstart @dirrm share/doc/HTML/et/khelpcenter/glossary -@dirrm share/doc/HTML/et/khelpcenter/faq @dirrm share/doc/HTML/et/khelpcenter @dirrm share/doc/HTML/et/khangman @dirrm share/doc/HTML/et/kgpg @@ -1965,7 +1584,6 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kcontrol/nepomuk @dirrm share/doc/HTML/et/kcontrol/mouse @dirrm share/doc/HTML/et/kcontrol/language -@dirrm share/doc/HTML/et/kcontrol/kxkb @dirrm share/doc/HTML/et/kcontrol/kwintabbox @dirrm share/doc/HTML/et/kcontrol/kwinscreenedges @dirrm share/doc/HTML/et/kcontrol/kwindecoration @@ -1985,7 +1603,6 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kcontrol/kcmsmserver @dirrm share/doc/HTML/et/kcontrol/kcmnotify @dirrm share/doc/HTML/et/kcontrol/kcmlaunch -@dirrm share/doc/HTML/et/kcontrol/kcmdisplay @dirrm share/doc/HTML/et/kcontrol/kcmcss @dirrm share/doc/HTML/et/kcontrol/kcmcgi @dirrm share/doc/HTML/et/kcontrol/kcmaccess @@ -1993,7 +1610,6 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kcontrol/joystick @dirrm share/doc/HTML/et/kcontrol/icons @dirrm share/doc/HTML/et/kcontrol/history -@dirrm share/doc/HTML/et/kcontrol/helpindex @dirrm share/doc/HTML/et/kcontrol/fonts @dirrm share/doc/HTML/et/kcontrol/fontinst @dirrm share/doc/HTML/et/kcontrol/filetypes @@ -2014,7 +1630,6 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kcontrol/autostart @dirrm share/doc/HTML/et/kcontrol/attica @dirrm share/doc/HTML/et/kcontrol -@dirrm share/doc/HTML/et/kcmlirc @dirrm share/doc/HTML/et/kcharselect @dirrm share/doc/HTML/et/kcalc @dirrm share/doc/HTML/et/kcachegrind @@ -2032,10 +1647,7 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/kanagram @dirrm share/doc/HTML/et/kalzium @dirrm share/doc/HTML/et/kalgebra -@dirrm share/doc/HTML/et/kalarm -@dirrm share/doc/HTML/et/kabcclient @dirrm share/doc/HTML/et/juk -@dirrm share/doc/HTML/et/irkick @dirrm share/doc/HTML/et/gwenview @dirrm share/doc/HTML/et/granatier @dirrm share/doc/HTML/et/dragonplayer @@ -2045,11 +1657,9 @@ share/locale/et/entry.desktop @dirrm share/doc/HTML/et/cantor @dirrm share/doc/HTML/et/bovo @dirrm share/doc/HTML/et/bomber -@dirrm share/doc/HTML/et/blogilo @dirrm share/doc/HTML/et/blinken @dirrm share/doc/HTML/et/ark @dirrm share/doc/HTML/et/amor -@dirrm share/doc/HTML/et/akregator @dirrm share/doc/HTML/et/PolicyKit-kde @dirrm share/apps/kvtml/et @dirrm share/apps/kvtml diff --git a/misc/kde4-l10n-eu/distinfo b/misc/kde4-l10n-eu/distinfo index 41586aae0c75..15f438505e46 100644 --- a/misc/kde4-l10n-eu/distinfo +++ b/misc/kde4-l10n-eu/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-eu-4.4.5.tar.bz2) = 7120d1963933362f89800ca743be1e26 -SHA256 (KDE/kde-l10n/kde-l10n-eu-4.4.5.tar.bz2) = 7c9dfb71eef36741680f2aa9cdf456bb4426a0633e2c60e6db4141390e161060 -SIZE (KDE/kde-l10n/kde-l10n-eu-4.4.5.tar.bz2) = 2166606 +MD5 (KDE/kde-l10n/kde-l10n-eu-4.5.1.tar.bz2) = e4e4ff779139f5220626031a2a2af73a +SHA256 (KDE/kde-l10n/kde-l10n-eu-4.5.1.tar.bz2) = ed4ad8be5281a5242548161ece86bd78c31a12738ab67270dbc8f2b390c7197e +SIZE (KDE/kde-l10n/kde-l10n-eu-4.5.1.tar.bz2) = 1797473 diff --git a/misc/kde4-l10n-eu/pkg-plist b/misc/kde4-l10n-eu/pkg-plist index f3fb85cd0c11..e1f7a503b4c9 100644 --- a/misc/kde4-l10n-eu/pkg-plist +++ b/misc/kde4-l10n-eu/pkg-plist @@ -2,7 +2,6 @@ share/doc/HTML/eu/common/fdl-translated.html share/doc/HTML/eu/common/gpl-translated.html share/doc/HTML/eu/common/kde-localised.css share/doc/HTML/eu/common/lgpl-translated.html -share/locale/eu/LC_MESSAGES/akregator.mo share/locale/eu/LC_MESSAGES/amor.mo share/locale/eu/LC_MESSAGES/ark.mo share/locale/eu/LC_MESSAGES/attica_kde.mo @@ -10,6 +9,8 @@ share/locale/eu/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/eu/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/eu/LC_MESSAGES/audiorename_plugin.mo share/locale/eu/LC_MESSAGES/blinken.mo +share/locale/eu/LC_MESSAGES/bomber.mo +share/locale/eu/LC_MESSAGES/bovo.mo share/locale/eu/LC_MESSAGES/cervisia.mo share/locale/eu/LC_MESSAGES/cvsservice.mo share/locale/eu/LC_MESSAGES/display.mo @@ -17,34 +18,30 @@ share/locale/eu/LC_MESSAGES/dolphin.mo share/locale/eu/LC_MESSAGES/dragonplayer.mo share/locale/eu/LC_MESSAGES/drkonqi.mo share/locale/eu/LC_MESSAGES/filetypes.mo +share/locale/eu/LC_MESSAGES/freespacenotifier.mo +share/locale/eu/LC_MESSAGES/granatier.mo share/locale/eu/LC_MESSAGES/gwenview.mo share/locale/eu/LC_MESSAGES/htmlsearch.mo share/locale/eu/LC_MESSAGES/imagerename_plugin.mo -share/locale/eu/LC_MESSAGES/irkick.mo +share/locale/eu/LC_MESSAGES/jovie.mo share/locale/eu/LC_MESSAGES/joystick.mo share/locale/eu/LC_MESSAGES/juk.mo share/locale/eu/LC_MESSAGES/kabc_dir.mo share/locale/eu/LC_MESSAGES/kabc_file.mo share/locale/eu/LC_MESSAGES/kabc_ldapkio.mo share/locale/eu/LC_MESSAGES/kabc_net.mo -share/locale/eu/LC_MESSAGES/kabc_slox.mo share/locale/eu/LC_MESSAGES/kabcformat_binary.mo share/locale/eu/LC_MESSAGES/kaccess.mo -share/locale/eu/LC_MESSAGES/kaddressbook.mo -share/locale/eu/LC_MESSAGES/kalarm.mo +share/locale/eu/LC_MESSAGES/kajongg.mo share/locale/eu/LC_MESSAGES/kalzium.mo -share/locale/eu/LC_MESSAGES/kalzium_qt.mo share/locale/eu/LC_MESSAGES/kanagram.mo -share/locale/eu/LC_MESSAGES/kappfinder.mo +share/locale/eu/LC_MESSAGES/kapman.mo share/locale/eu/LC_MESSAGES/kate.mo share/locale/eu/LC_MESSAGES/katefiletemplates.mo share/locale/eu/LC_MESSAGES/katehelloworld.mo -share/locale/eu/LC_MESSAGES/katehtmltools.mo share/locale/eu/LC_MESSAGES/katekjswrapper.mo share/locale/eu/LC_MESSAGES/kateopenheader.mo share/locale/eu/LC_MESSAGES/katepart4.mo -share/locale/eu/LC_MESSAGES/katepybrowse.mo -share/locale/eu/LC_MESSAGES/katesnippets.mo share/locale/eu/LC_MESSAGES/katesymbolviewer.mo share/locale/eu/LC_MESSAGES/katetabbarextension.mo share/locale/eu/LC_MESSAGES/katetextfilter.mo @@ -54,7 +51,9 @@ share/locale/eu/LC_MESSAGES/katomic.mo share/locale/eu/LC_MESSAGES/kbattleship.mo share/locale/eu/LC_MESSAGES/kblackbox.mo share/locale/eu/LC_MESSAGES/kblankscrn.mo +share/locale/eu/LC_MESSAGES/kblocks.mo share/locale/eu/LC_MESSAGES/kbounce.mo +share/locale/eu/LC_MESSAGES/kbreakout.mo share/locale/eu/LC_MESSAGES/kbruch.mo share/locale/eu/LC_MESSAGES/kbugbuster.mo share/locale/eu/LC_MESSAGES/kcachegrind.mo @@ -63,17 +62,18 @@ share/locale/eu/LC_MESSAGES/kcertpart.mo share/locale/eu/LC_MESSAGES/kcharselect.mo share/locale/eu/LC_MESSAGES/kcm_attica.mo share/locale/eu/LC_MESSAGES/kcm_autostart.mo +share/locale/eu/LC_MESSAGES/kcm_desktoppaths.mo share/locale/eu/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/eu/LC_MESSAGES/kcm_device_automounter.mo share/locale/eu/LC_MESSAGES/kcm_emoticons.mo +share/locale/eu/LC_MESSAGES/kcm_infobase.mo share/locale/eu/LC_MESSAGES/kcm_krfb.mo share/locale/eu/LC_MESSAGES/kcm_kwindesktop.mo -share/locale/eu/LC_MESSAGES/kcm_lirc.mo share/locale/eu/LC_MESSAGES/kcm_memory.mo -share/locale/eu/LC_MESSAGES/kcm_partition.mo share/locale/eu/LC_MESSAGES/kcm_pci.mo share/locale/eu/LC_MESSAGES/kcm_phonon.mo share/locale/eu/LC_MESSAGES/kcm_phononxine.mo +share/locale/eu/LC_MESSAGES/kcm_remotecontrol.mo share/locale/eu/LC_MESSAGES/kcm_solid.mo share/locale/eu/LC_MESSAGES/kcm_standard_actions.mo share/locale/eu/LC_MESSAGES/kcmaccess.mo @@ -91,7 +91,6 @@ share/locale/eu/LC_MESSAGES/kcmicons.mo share/locale/eu/LC_MESSAGES/kcminfo.mo share/locale/eu/LC_MESSAGES/kcminit.mo share/locale/eu/LC_MESSAGES/kcminput.mo -share/locale/eu/LC_MESSAGES/kcmioslaveinfo.mo share/locale/eu/LC_MESSAGES/kcmkamera.mo share/locale/eu/LC_MESSAGES/kcmkclock.mo share/locale/eu/LC_MESSAGES/kcmkded.mo @@ -111,7 +110,6 @@ share/locale/eu/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/eu/LC_MESSAGES/kcmkwm.mo share/locale/eu/LC_MESSAGES/kcmlaunch.mo share/locale/eu/LC_MESSAGES/kcmlocale.mo -share/locale/eu/LC_MESSAGES/kcmnic.mo share/locale/eu/LC_MESSAGES/kcmnotify.mo share/locale/eu/LC_MESSAGES/kcmopengl.mo share/locale/eu/LC_MESSAGES/kcmperformance.mo @@ -120,7 +118,6 @@ share/locale/eu/LC_MESSAGES/kcmscreensaver.mo share/locale/eu/LC_MESSAGES/kcmshell.mo share/locale/eu/LC_MESSAGES/kcmsmartcard.mo share/locale/eu/LC_MESSAGES/kcmsmserver.mo -share/locale/eu/LC_MESSAGES/kcmsolidproc.mo share/locale/eu/LC_MESSAGES/kcmstyle.mo share/locale/eu/LC_MESSAGES/kcmusb.mo share/locale/eu/LC_MESSAGES/kcmview1394.mo @@ -133,16 +130,13 @@ share/locale/eu/LC_MESSAGES/kdebugdialog.mo share/locale/eu/LC_MESSAGES/kdecalendarsystems.mo share/locale/eu/LC_MESSAGES/kdelibs4.mo share/locale/eu/LC_MESSAGES/kdelibs_colors4.mo -share/locale/eu/LC_MESSAGES/kdelirc.mo share/locale/eu/LC_MESSAGES/kdepasswd.mo -share/locale/eu/LC_MESSAGES/kdepimresources.mo -share/locale/eu/LC_MESSAGES/kdepimwizards.mo share/locale/eu/LC_MESSAGES/kdeqt.mo share/locale/eu/LC_MESSAGES/kdesu.mo share/locale/eu/LC_MESSAGES/kdesud.mo share/locale/eu/LC_MESSAGES/kdf.mo -share/locale/eu/LC_MESSAGES/kdgantt1.mo share/locale/eu/LC_MESSAGES/kdialog.mo +share/locale/eu/LC_MESSAGES/kdiamond.mo share/locale/eu/LC_MESSAGES/kdmconfig.mo share/locale/eu/LC_MESSAGES/kdmgreet.mo share/locale/eu/LC_MESSAGES/keditbookmarks.mo @@ -198,13 +192,13 @@ share/locale/eu/LC_MESSAGES/kio_bookmarks.mo share/locale/eu/LC_MESSAGES/kio_finger.mo share/locale/eu/LC_MESSAGES/kio_fish.mo share/locale/eu/LC_MESSAGES/kio_floppy.mo -share/locale/eu/LC_MESSAGES/kio_groupwise.mo share/locale/eu/LC_MESSAGES/kio_help4.mo share/locale/eu/LC_MESSAGES/kio_imap4.mo share/locale/eu/LC_MESSAGES/kio_info.mo share/locale/eu/LC_MESSAGES/kio_jabberdisco.mo share/locale/eu/LC_MESSAGES/kio_ldap.mo share/locale/eu/LC_MESSAGES/kio_man.mo +share/locale/eu/LC_MESSAGES/kio_nepomuk.mo share/locale/eu/LC_MESSAGES/kio_nepomuksearch.mo share/locale/eu/LC_MESSAGES/kio_nfs.mo share/locale/eu/LC_MESSAGES/kio_nntp.mo @@ -216,14 +210,13 @@ share/locale/eu/LC_MESSAGES/kio_smb.mo share/locale/eu/LC_MESSAGES/kio_smtp.mo share/locale/eu/LC_MESSAGES/kio_svn.mo share/locale/eu/LC_MESSAGES/kio_thumbnail.mo +share/locale/eu/LC_MESSAGES/kio_timeline.mo share/locale/eu/LC_MESSAGES/kio_trash.mo share/locale/eu/LC_MESSAGES/kio_zeroconf.mo share/locale/eu/LC_MESSAGES/kioclient.mo share/locale/eu/LC_MESSAGES/kioexec.mo share/locale/eu/LC_MESSAGES/kiten.mo -share/locale/eu/LC_MESSAGES/kjots.mo share/locale/eu/LC_MESSAGES/kjumpingcube.mo -share/locale/eu/LC_MESSAGES/kleopatra.mo share/locale/eu/LC_MESSAGES/klettres.mo share/locale/eu/LC_MESSAGES/klines.mo share/locale/eu/LC_MESSAGES/klinkstatus.mo @@ -231,10 +224,6 @@ share/locale/eu/LC_MESSAGES/klipper.mo share/locale/eu/LC_MESSAGES/klock.mo share/locale/eu/LC_MESSAGES/kmag.mo share/locale/eu/LC_MESSAGES/kmahjongg.mo -share/locale/eu/LC_MESSAGES/kmail.mo -share/locale/eu/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/eu/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/eu/LC_MESSAGES/kmailcvt.mo share/locale/eu/LC_MESSAGES/kmenuedit.mo share/locale/eu/LC_MESSAGES/kmimetypefinder.mo share/locale/eu/LC_MESSAGES/kmines.mo @@ -245,8 +234,6 @@ share/locale/eu/LC_MESSAGES/kmplot.mo share/locale/eu/LC_MESSAGES/knetattach.mo share/locale/eu/LC_MESSAGES/knetwalk.mo share/locale/eu/LC_MESSAGES/knetworkconfmodule.mo -share/locale/eu/LC_MESSAGES/knode.mo -share/locale/eu/LC_MESSAGES/knotes.mo share/locale/eu/LC_MESSAGES/knotify4.mo share/locale/eu/LC_MESSAGES/kolf.mo share/locale/eu/LC_MESSAGES/kolourpaint.mo @@ -254,10 +241,7 @@ share/locale/eu/LC_MESSAGES/kompare.mo share/locale/eu/LC_MESSAGES/konqueror.mo share/locale/eu/LC_MESSAGES/konquest.mo share/locale/eu/LC_MESSAGES/konsole.mo -share/locale/eu/LC_MESSAGES/konsolekalendar.mo -share/locale/eu/LC_MESSAGES/kontact.mo share/locale/eu/LC_MESSAGES/kopete.mo -share/locale/eu/LC_MESSAGES/korganizer.mo share/locale/eu/LC_MESSAGES/kpartsaver.mo share/locale/eu/LC_MESSAGES/kpasswdserver.mo share/locale/eu/LC_MESSAGES/kpat.mo @@ -265,22 +249,18 @@ share/locale/eu/LC_MESSAGES/kppp.mo share/locale/eu/LC_MESSAGES/kppplogview.mo share/locale/eu/LC_MESSAGES/kquitapp.mo share/locale/eu/LC_MESSAGES/krandr.mo +share/locale/eu/LC_MESSAGES/krcdnotifieritem.mo share/locale/eu/LC_MESSAGES/krdb.mo share/locale/eu/LC_MESSAGES/krdc.mo share/locale/eu/LC_MESSAGES/kreadconfig.mo -share/locale/eu/LC_MESSAGES/kres_birthday.mo +share/locale/eu/LC_MESSAGES/kremotecontroldaemon.mo share/locale/eu/LC_MESSAGES/kres_bugzilla.mo -share/locale/eu/LC_MESSAGES/kres_groupware.mo -share/locale/eu/LC_MESSAGES/kres_groupwise.mo -share/locale/eu/LC_MESSAGES/kres_kolab.mo -share/locale/eu/LC_MESSAGES/kres_remote.mo share/locale/eu/LC_MESSAGES/kreversi.mo share/locale/eu/LC_MESSAGES/krfb.mo share/locale/eu/LC_MESSAGES/kruler.mo share/locale/eu/LC_MESSAGES/krunner.mo share/locale/eu/LC_MESSAGES/ksame.mo share/locale/eu/LC_MESSAGES/ksaneplugin.mo -share/locale/eu/LC_MESSAGES/ksayit.mo share/locale/eu/LC_MESSAGES/kscd.mo share/locale/eu/LC_MESSAGES/kscreensaver.mo share/locale/eu/LC_MESSAGES/kshisen.mo @@ -289,6 +269,7 @@ share/locale/eu/LC_MESSAGES/ksmserver.mo share/locale/eu/LC_MESSAGES/ksnapshot.mo share/locale/eu/LC_MESSAGES/kspaceduel.mo share/locale/eu/LC_MESSAGES/ksplashthemes.mo +share/locale/eu/LC_MESSAGES/ksquares.mo share/locale/eu/LC_MESSAGES/kstars.mo share/locale/eu/LC_MESSAGES/kstart.mo share/locale/eu/LC_MESSAGES/kstartperf.mo @@ -303,10 +284,9 @@ share/locale/eu/LC_MESSAGES/kteatime.mo share/locale/eu/LC_MESSAGES/ktexteditor_plugins.mo share/locale/eu/LC_MESSAGES/kthememanager.mo share/locale/eu/LC_MESSAGES/ktimer.mo -share/locale/eu/LC_MESSAGES/ktimetracker.mo share/locale/eu/LC_MESSAGES/ktouch.mo share/locale/eu/LC_MESSAGES/ktraderclient.mo -share/locale/eu/LC_MESSAGES/kttsd.mo +share/locale/eu/LC_MESSAGES/ktron.mo share/locale/eu/LC_MESSAGES/ktuberling.mo share/locale/eu/LC_MESSAGES/kturtle.mo share/locale/eu/LC_MESSAGES/ktux.mo @@ -316,8 +296,6 @@ share/locale/eu/LC_MESSAGES/kurifilter.mo share/locale/eu/LC_MESSAGES/kuser.mo share/locale/eu/LC_MESSAGES/kwalletd.mo share/locale/eu/LC_MESSAGES/kwalletmanager.mo -share/locale/eu/LC_MESSAGES/kwatchgnupg.mo -share/locale/eu/LC_MESSAGES/kweather.mo share/locale/eu/LC_MESSAGES/kwin.mo share/locale/eu/LC_MESSAGES/kwin_art_clients.mo share/locale/eu/LC_MESSAGES/kwin_clients.mo @@ -336,20 +314,16 @@ share/locale/eu/LC_MESSAGES/libkcddb.mo share/locale/eu/LC_MESSAGES/libkdcraw.mo share/locale/eu/LC_MESSAGES/libkdeedu.mo share/locale/eu/LC_MESSAGES/libkdegames.mo -share/locale/eu/LC_MESSAGES/libkdepim.mo share/locale/eu/LC_MESSAGES/libkexiv2.mo share/locale/eu/LC_MESSAGES/libkholidays.mo -share/locale/eu/LC_MESSAGES/libkleopatra.mo +share/locale/eu/LC_MESSAGES/libkmahjongg.mo share/locale/eu/LC_MESSAGES/libkmime.mo share/locale/eu/LC_MESSAGES/libkonq.mo -share/locale/eu/LC_MESSAGES/libkpgp.mo +share/locale/eu/LC_MESSAGES/libkremotecontrol.mo share/locale/eu/LC_MESSAGES/libksane.mo share/locale/eu/LC_MESSAGES/libkscreensaver.mo -share/locale/eu/LC_MESSAGES/libksieve.mo share/locale/eu/LC_MESSAGES/libkunitconversion.mo share/locale/eu/LC_MESSAGES/libkworkspace.mo -share/locale/eu/LC_MESSAGES/libmessagelist.mo -share/locale/eu/LC_MESSAGES/libmessageviewer.mo share/locale/eu/LC_MESSAGES/liboktetacore.mo share/locale/eu/LC_MESSAGES/liboktetakasten.mo share/locale/eu/LC_MESSAGES/libphonon.mo @@ -378,6 +352,7 @@ share/locale/eu/LC_MESSAGES/okular_plucker.mo share/locale/eu/LC_MESSAGES/okular_poppler.mo share/locale/eu/LC_MESSAGES/okular_tiff.mo share/locale/eu/LC_MESSAGES/okular_xps.mo +share/locale/eu/LC_MESSAGES/palapeli.mo share/locale/eu/LC_MESSAGES/parley.mo share/locale/eu/LC_MESSAGES/phonon-xine.mo share/locale/eu/LC_MESSAGES/phonon_gstreamer.mo @@ -386,6 +361,7 @@ share/locale/eu/LC_MESSAGES/phononserver.mo share/locale/eu/LC_MESSAGES/plasma-desktop.mo share/locale/eu/LC_MESSAGES/plasma-netbook.mo share/locale/eu/LC_MESSAGES/plasma-overlay.mo +share/locale/eu/LC_MESSAGES/plasma-windowed.mo share/locale/eu/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/eu/LC_MESSAGES/plasma_applet_battery.mo share/locale/eu/LC_MESSAGES/plasma_applet_calculator.mo @@ -403,6 +379,7 @@ share/locale/eu/LC_MESSAGES/plasma_applet_lockout.mo share/locale/eu/LC_MESSAGES/plasma_applet_luna.mo share/locale/eu/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/eu/LC_MESSAGES/plasma_applet_newspaper.mo +share/locale/eu/LC_MESSAGES/plasma_applet_notifications.mo share/locale/eu/LC_MESSAGES/plasma_applet_pager.mo share/locale/eu/LC_MESSAGES/plasma_applet_panel.mo share/locale/eu/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -427,6 +404,7 @@ share/locale/eu/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/eu/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/eu/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/eu/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/eu/LC_MESSAGES/plasma_engine_calendar.mo share/locale/eu/LC_MESSAGES/plasma_engine_keystate.mo share/locale/eu/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/eu/LC_MESSAGES/plasma_engine_metadata.mo @@ -451,6 +429,7 @@ share/locale/eu/LC_MESSAGES/plasma_runner_sessions.mo share/locale/eu/LC_MESSAGES/plasma_runner_shell.mo share/locale/eu/LC_MESSAGES/plasma_runner_solid.mo share/locale/eu/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/eu/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/eu/LC_MESSAGES/plasma_runner_windows.mo share/locale/eu/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/eu/LC_MESSAGES/plasma_wallpaper_color.mo diff --git a/misc/kde4-l10n-fi/distinfo b/misc/kde4-l10n-fi/distinfo index 19593421c922..2d39f9a99ceb 100644 --- a/misc/kde4-l10n-fi/distinfo +++ b/misc/kde4-l10n-fi/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-fi-4.4.5.tar.bz2) = 0fd3d8bef3d67e47942ea6c496bb9add -SHA256 (KDE/kde-l10n/kde-l10n-fi-4.4.5.tar.bz2) = fda5d31f17391e1fce91f7eef2845db7776b76928ee2d2abd1dfd22ec77656a5 -SIZE (KDE/kde-l10n/kde-l10n-fi-4.4.5.tar.bz2) = 2542878 +MD5 (KDE/kde-l10n/kde-l10n-fi-4.5.1.tar.bz2) = 65f23672697d4f599d430f8f55e27be4 +SHA256 (KDE/kde-l10n/kde-l10n-fi-4.5.1.tar.bz2) = cf9b4093aaeef671374018f04aa789cfb00cc2f6f26cd171e7c5f2c382870d74 +SIZE (KDE/kde-l10n/kde-l10n-fi-4.5.1.tar.bz2) = 2093382 diff --git a/misc/kde4-l10n-fi/pkg-plist b/misc/kde4-l10n-fi/pkg-plist index 58c0bd63fe31..eb1de2df063b 100644 --- a/misc/kde4-l10n-fi/pkg-plist +++ b/misc/kde4-l10n-fi/pkg-plist @@ -19,33 +19,7 @@ share/apps/kvtml/fi/animals.kvtml share/apps/kvtml/fi/easy.kvtml share/apps/kvtml/fi/hard.kvtml share/apps/kvtml/fi/medium.kvtml -share/locale/fi/LC_MESSAGES/akonadi-kcal.mo -share/locale/fi/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/fi/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/fi/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_next.mo -share/locale/fi/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/fi/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/fi/LC_MESSAGES/akonadicontact.mo -share/locale/fi/LC_MESSAGES/akonaditray.mo -share/locale/fi/LC_MESSAGES/akregator.mo share/locale/fi/LC_MESSAGES/amor.mo share/locale/fi/LC_MESSAGES/ark.mo share/locale/fi/LC_MESSAGES/attica_kde.mo @@ -62,50 +36,43 @@ share/locale/fi/LC_MESSAGES/dolphin.mo share/locale/fi/LC_MESSAGES/dragonplayer.mo share/locale/fi/LC_MESSAGES/drkonqi.mo share/locale/fi/LC_MESSAGES/filetypes.mo +share/locale/fi/LC_MESSAGES/freespacenotifier.mo share/locale/fi/LC_MESSAGES/granatier.mo share/locale/fi/LC_MESSAGES/gwenview.mo share/locale/fi/LC_MESSAGES/htmlsearch.mo share/locale/fi/LC_MESSAGES/imagerename_plugin.mo -share/locale/fi/LC_MESSAGES/irkick.mo +share/locale/fi/LC_MESSAGES/jovie.mo share/locale/fi/LC_MESSAGES/joystick.mo share/locale/fi/LC_MESSAGES/juk.mo share/locale/fi/LC_MESSAGES/kabc.mo -share/locale/fi/LC_MESSAGES/kabc_akonadi.mo share/locale/fi/LC_MESSAGES/kabc_dir.mo share/locale/fi/LC_MESSAGES/kabc_file.mo share/locale/fi/LC_MESSAGES/kabc_ldapkio.mo share/locale/fi/LC_MESSAGES/kabc_net.mo -share/locale/fi/LC_MESSAGES/kabc_slox.mo share/locale/fi/LC_MESSAGES/kabcformat_binary.mo share/locale/fi/LC_MESSAGES/kaccess.mo -share/locale/fi/LC_MESSAGES/kaddressbook.mo -share/locale/fi/LC_MESSAGES/kalarm.mo share/locale/fi/LC_MESSAGES/kalzium.mo -share/locale/fi/LC_MESSAGES/kalzium_qt.mo share/locale/fi/LC_MESSAGES/kanagram.mo -share/locale/fi/LC_MESSAGES/kappfinder.mo share/locale/fi/LC_MESSAGES/kate.mo share/locale/fi/LC_MESSAGES/kate_kttsd.mo +share/locale/fi/LC_MESSAGES/katebacktracebrowserplugin.mo share/locale/fi/LC_MESSAGES/katebuild-plugin.mo share/locale/fi/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/fi/LC_MESSAGES/katefilebrowserplugin.mo share/locale/fi/LC_MESSAGES/katefiletemplates.mo share/locale/fi/LC_MESSAGES/katefindinfilesplugin.mo share/locale/fi/LC_MESSAGES/katehelloworld.mo -share/locale/fi/LC_MESSAGES/katehtmltools.mo share/locale/fi/LC_MESSAGES/kateinsertcommand.mo share/locale/fi/LC_MESSAGES/katekjswrapper.mo share/locale/fi/LC_MESSAGES/katekonsoleplugin.mo share/locale/fi/LC_MESSAGES/katemailfilesplugin.mo share/locale/fi/LC_MESSAGES/kateopenheader.mo share/locale/fi/LC_MESSAGES/katepart4.mo -share/locale/fi/LC_MESSAGES/katepybrowse.mo share/locale/fi/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/fi/LC_MESSAGES/katesnippets.mo share/locale/fi/LC_MESSAGES/katesnippets_tng.mo -share/locale/fi/LC_MESSAGES/katesnippetstng_editor.mo share/locale/fi/LC_MESSAGES/katesymbolviewer.mo share/locale/fi/LC_MESSAGES/katetabbarextension.mo +share/locale/fi/LC_MESSAGES/katetabifyplugin.mo share/locale/fi/LC_MESSAGES/katetextfilter.mo share/locale/fi/LC_MESSAGES/katexmlcheck.mo share/locale/fi/LC_MESSAGES/katexmltools.mo @@ -118,23 +85,22 @@ share/locale/fi/LC_MESSAGES/kbreakout.mo share/locale/fi/LC_MESSAGES/kbruch.mo share/locale/fi/LC_MESSAGES/kbugbuster.mo share/locale/fi/LC_MESSAGES/kcachegrind.mo -share/locale/fi/LC_MESSAGES/kcal_akonadi.mo share/locale/fi/LC_MESSAGES/kcalc.mo share/locale/fi/LC_MESSAGES/kcertpart.mo share/locale/fi/LC_MESSAGES/kcharselect.mo -share/locale/fi/LC_MESSAGES/kcm_akonadi.mo share/locale/fi/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/fi/LC_MESSAGES/kcm_attica.mo share/locale/fi/LC_MESSAGES/kcm_autostart.mo +share/locale/fi/LC_MESSAGES/kcm_desktoppaths.mo share/locale/fi/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/fi/LC_MESSAGES/kcm_device_automounter.mo share/locale/fi/LC_MESSAGES/kcm_emoticons.mo +share/locale/fi/LC_MESSAGES/kcm_infobase.mo +share/locale/fi/LC_MESSAGES/kcm_infosummary.mo share/locale/fi/LC_MESSAGES/kcm_krfb.mo share/locale/fi/LC_MESSAGES/kcm_kwindesktop.mo share/locale/fi/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/fi/LC_MESSAGES/kcm_lirc.mo share/locale/fi/LC_MESSAGES/kcm_memory.mo -share/locale/fi/LC_MESSAGES/kcm_partition.mo share/locale/fi/LC_MESSAGES/kcm_pci.mo share/locale/fi/LC_MESSAGES/kcm_phonon.mo share/locale/fi/LC_MESSAGES/kcm_phononxine.mo @@ -151,13 +117,13 @@ share/locale/fi/LC_MESSAGES/kcmcgi.mo share/locale/fi/LC_MESSAGES/kcmcolors.mo share/locale/fi/LC_MESSAGES/kcmcomponentchooser.mo share/locale/fi/LC_MESSAGES/kcmcrypto.mo +share/locale/fi/LC_MESSAGES/kcmdevinfo.mo share/locale/fi/LC_MESSAGES/kcmfonts.mo share/locale/fi/LC_MESSAGES/kcmhtmlsearch.mo share/locale/fi/LC_MESSAGES/kcmicons.mo share/locale/fi/LC_MESSAGES/kcminfo.mo share/locale/fi/LC_MESSAGES/kcminit.mo share/locale/fi/LC_MESSAGES/kcminput.mo -share/locale/fi/LC_MESSAGES/kcmioslaveinfo.mo share/locale/fi/LC_MESSAGES/kcmkamera.mo share/locale/fi/LC_MESSAGES/kcmkclock.mo share/locale/fi/LC_MESSAGES/kcmkded.mo @@ -177,7 +143,6 @@ share/locale/fi/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/fi/LC_MESSAGES/kcmkwm.mo share/locale/fi/LC_MESSAGES/kcmlaunch.mo share/locale/fi/LC_MESSAGES/kcmlocale.mo -share/locale/fi/LC_MESSAGES/kcmnic.mo share/locale/fi/LC_MESSAGES/kcmnotify.mo share/locale/fi/LC_MESSAGES/kcmopengl.mo share/locale/fi/LC_MESSAGES/kcmperformance.mo @@ -186,7 +151,6 @@ share/locale/fi/LC_MESSAGES/kcmscreensaver.mo share/locale/fi/LC_MESSAGES/kcmshell.mo share/locale/fi/LC_MESSAGES/kcmsmartcard.mo share/locale/fi/LC_MESSAGES/kcmsmserver.mo -share/locale/fi/LC_MESSAGES/kcmsolidproc.mo share/locale/fi/LC_MESSAGES/kcmstyle.mo share/locale/fi/LC_MESSAGES/kcmusb.mo share/locale/fi/LC_MESSAGES/kcmview1394.mo @@ -200,15 +164,11 @@ share/locale/fi/LC_MESSAGES/kdebugdialog.mo share/locale/fi/LC_MESSAGES/kdecalendarsystems.mo share/locale/fi/LC_MESSAGES/kdelibs4.mo share/locale/fi/LC_MESSAGES/kdelibs_colors4.mo -share/locale/fi/LC_MESSAGES/kdelirc.mo share/locale/fi/LC_MESSAGES/kdepasswd.mo -share/locale/fi/LC_MESSAGES/kdepimresources.mo -share/locale/fi/LC_MESSAGES/kdepimwizards.mo share/locale/fi/LC_MESSAGES/kdeqt.mo share/locale/fi/LC_MESSAGES/kdesu.mo share/locale/fi/LC_MESSAGES/kdesud.mo share/locale/fi/LC_MESSAGES/kdf.mo -share/locale/fi/LC_MESSAGES/kdgantt1.mo share/locale/fi/LC_MESSAGES/kdialog.mo share/locale/fi/LC_MESSAGES/kdiamond.mo share/locale/fi/LC_MESSAGES/kdmconfig.mo @@ -261,7 +221,6 @@ share/locale/fi/LC_MESSAGES/kimagemapeditor.mo share/locale/fi/LC_MESSAGES/kinetd.mo share/locale/fi/LC_MESSAGES/kinfocenter.mo share/locale/fi/LC_MESSAGES/kio4.mo -share/locale/fi/LC_MESSAGES/kio_akonadi.mo share/locale/fi/LC_MESSAGES/kio_applications.mo share/locale/fi/LC_MESSAGES/kio_archive.mo share/locale/fi/LC_MESSAGES/kio_audiocd.mo @@ -269,7 +228,6 @@ share/locale/fi/LC_MESSAGES/kio_bookmarks.mo share/locale/fi/LC_MESSAGES/kio_finger.mo share/locale/fi/LC_MESSAGES/kio_fish.mo share/locale/fi/LC_MESSAGES/kio_floppy.mo -share/locale/fi/LC_MESSAGES/kio_groupwise.mo share/locale/fi/LC_MESSAGES/kio_help4.mo share/locale/fi/LC_MESSAGES/kio_imap4.mo share/locale/fi/LC_MESSAGES/kio_info.mo @@ -296,9 +254,7 @@ share/locale/fi/LC_MESSAGES/kioclient.mo share/locale/fi/LC_MESSAGES/kioexec.mo share/locale/fi/LC_MESSAGES/kiriki.mo share/locale/fi/LC_MESSAGES/kiten.mo -share/locale/fi/LC_MESSAGES/kjots.mo share/locale/fi/LC_MESSAGES/kjumpingcube.mo -share/locale/fi/LC_MESSAGES/kleopatra.mo share/locale/fi/LC_MESSAGES/klettres.mo share/locale/fi/LC_MESSAGES/klines.mo share/locale/fi/LC_MESSAGES/klinkstatus.mo @@ -306,10 +262,6 @@ share/locale/fi/LC_MESSAGES/klipper.mo share/locale/fi/LC_MESSAGES/klock.mo share/locale/fi/LC_MESSAGES/kmag.mo share/locale/fi/LC_MESSAGES/kmahjongg.mo -share/locale/fi/LC_MESSAGES/kmail.mo -share/locale/fi/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/fi/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/fi/LC_MESSAGES/kmailcvt.mo share/locale/fi/LC_MESSAGES/kmenuedit.mo share/locale/fi/LC_MESSAGES/kmimetypefinder.mo share/locale/fi/LC_MESSAGES/kmines.mo @@ -320,8 +272,6 @@ share/locale/fi/LC_MESSAGES/kmplot.mo share/locale/fi/LC_MESSAGES/knetattach.mo share/locale/fi/LC_MESSAGES/knetwalk.mo share/locale/fi/LC_MESSAGES/knetworkconfmodule.mo -share/locale/fi/LC_MESSAGES/knode.mo -share/locale/fi/LC_MESSAGES/knotes.mo share/locale/fi/LC_MESSAGES/knotify4.mo share/locale/fi/LC_MESSAGES/kolf.mo share/locale/fi/LC_MESSAGES/kollision.mo @@ -331,11 +281,8 @@ share/locale/fi/LC_MESSAGES/kompare.mo share/locale/fi/LC_MESSAGES/konqueror.mo share/locale/fi/LC_MESSAGES/konquest.mo share/locale/fi/LC_MESSAGES/konsole.mo -share/locale/fi/LC_MESSAGES/konsolekalendar.mo -share/locale/fi/LC_MESSAGES/kontact.mo share/locale/fi/LC_MESSAGES/kontactinterfaces.mo share/locale/fi/LC_MESSAGES/kopete.mo -share/locale/fi/LC_MESSAGES/korganizer.mo share/locale/fi/LC_MESSAGES/kpartloader.mo share/locale/fi/LC_MESSAGES/kpartsaver.mo share/locale/fi/LC_MESSAGES/kpasswdserver.mo @@ -347,24 +294,14 @@ share/locale/fi/LC_MESSAGES/krandr.mo share/locale/fi/LC_MESSAGES/krdb.mo share/locale/fi/LC_MESSAGES/krdc.mo share/locale/fi/LC_MESSAGES/kreadconfig.mo -share/locale/fi/LC_MESSAGES/kres-migrator.mo -share/locale/fi/LC_MESSAGES/kres_birthday.mo -share/locale/fi/LC_MESSAGES/kres_blog.mo share/locale/fi/LC_MESSAGES/kres_bugzilla.mo -share/locale/fi/LC_MESSAGES/kres_groupware.mo -share/locale/fi/LC_MESSAGES/kres_groupwise.mo -share/locale/fi/LC_MESSAGES/kres_kolab.mo -share/locale/fi/LC_MESSAGES/kres_remote.mo -share/locale/fi/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/fi/LC_MESSAGES/kreversi.mo share/locale/fi/LC_MESSAGES/krfb.mo share/locale/fi/LC_MESSAGES/kruler.mo share/locale/fi/LC_MESSAGES/krunner.mo share/locale/fi/LC_MESSAGES/ksame.mo -share/locale/fi/LC_MESSAGES/ksayit.mo share/locale/fi/LC_MESSAGES/kscd.mo share/locale/fi/LC_MESSAGES/kscreensaver.mo -share/locale/fi/LC_MESSAGES/ksendemail.mo share/locale/fi/LC_MESSAGES/kshisen.mo share/locale/fi/LC_MESSAGES/kshorturifilter.mo share/locale/fi/LC_MESSAGES/ksmserver.mo @@ -384,15 +321,13 @@ share/locale/fi/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/fi/LC_MESSAGES/ksystemlog.mo share/locale/fi/LC_MESSAGES/ksystraycmd.mo share/locale/fi/LC_MESSAGES/kteatime.mo +share/locale/fi/LC_MESSAGES/ktesnippets_editor.mo share/locale/fi/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/fi/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/fi/LC_MESSAGES/kthememanager.mo share/locale/fi/LC_MESSAGES/ktimer.mo -share/locale/fi/LC_MESSAGES/ktimetracker.mo share/locale/fi/LC_MESSAGES/ktouch.mo share/locale/fi/LC_MESSAGES/ktraderclient.mo share/locale/fi/LC_MESSAGES/ktron.mo -share/locale/fi/LC_MESSAGES/kttsd.mo share/locale/fi/LC_MESSAGES/ktuberling.mo share/locale/fi/LC_MESSAGES/kturtle.mo share/locale/fi/LC_MESSAGES/ktux.mo @@ -402,8 +337,6 @@ share/locale/fi/LC_MESSAGES/kurifilter.mo share/locale/fi/LC_MESSAGES/kuser.mo share/locale/fi/LC_MESSAGES/kwalletd.mo share/locale/fi/LC_MESSAGES/kwalletmanager.mo -share/locale/fi/LC_MESSAGES/kwatchgnupg.mo -share/locale/fi/LC_MESSAGES/kweather.mo share/locale/fi/LC_MESSAGES/kwin.mo share/locale/fi/LC_MESSAGES/kwin_art_clients.mo share/locale/fi/LC_MESSAGES/kwin_clients.mo @@ -423,29 +356,22 @@ share/locale/fi/LC_MESSAGES/libkcddb.mo share/locale/fi/LC_MESSAGES/libkcompactdisc.mo share/locale/fi/LC_MESSAGES/libkdeedu.mo share/locale/fi/LC_MESSAGES/libkdegames.mo -share/locale/fi/LC_MESSAGES/libkdepim.mo share/locale/fi/LC_MESSAGES/libkexiv2.mo share/locale/fi/LC_MESSAGES/libkholidays.mo share/locale/fi/LC_MESSAGES/libkldap.mo -share/locale/fi/LC_MESSAGES/libkleopatra.mo share/locale/fi/LC_MESSAGES/libkmahjongg.mo share/locale/fi/LC_MESSAGES/libkmime.mo share/locale/fi/LC_MESSAGES/libkonq.mo -share/locale/fi/LC_MESSAGES/libkpgp.mo share/locale/fi/LC_MESSAGES/libkpimidentities.mo share/locale/fi/LC_MESSAGES/libkpimtextedit.mo share/locale/fi/LC_MESSAGES/libkpimutils.mo share/locale/fi/LC_MESSAGES/libkresources.mo share/locale/fi/LC_MESSAGES/libkscreensaver.mo -share/locale/fi/LC_MESSAGES/libksieve.mo share/locale/fi/LC_MESSAGES/libktnef.mo share/locale/fi/LC_MESSAGES/libkunitconversion.mo share/locale/fi/LC_MESSAGES/libkworkspace.mo share/locale/fi/LC_MESSAGES/libkxmlrpcclient.mo share/locale/fi/LC_MESSAGES/libmailtransport.mo -share/locale/fi/LC_MESSAGES/libmessagecore.mo -share/locale/fi/LC_MESSAGES/libmessagelist.mo -share/locale/fi/LC_MESSAGES/libmessageviewer.mo share/locale/fi/LC_MESSAGES/liboktetacore.mo share/locale/fi/LC_MESSAGES/libphonon.mo share/locale/fi/LC_MESSAGES/libplasma.mo @@ -453,7 +379,6 @@ share/locale/fi/LC_MESSAGES/libplasmaclock.mo share/locale/fi/LC_MESSAGES/libtaskmanager.mo share/locale/fi/LC_MESSAGES/lokalize.mo share/locale/fi/LC_MESSAGES/lskat.mo -share/locale/fi/LC_MESSAGES/mailreader.mo share/locale/fi/LC_MESSAGES/marble.mo share/locale/fi/LC_MESSAGES/marble_qt.mo share/locale/fi/LC_MESSAGES/nepomuk.mo @@ -487,6 +412,7 @@ share/locale/fi/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/fi/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/fi/LC_MESSAGES/plasma_applet_battery.mo share/locale/fi/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/fi/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/fi/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/fi/LC_MESSAGES/plasma_applet_calculator.mo share/locale/fi/LC_MESSAGES/plasma_applet_clock.mo @@ -507,7 +433,6 @@ share/locale/fi/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/fi/LC_MESSAGES/plasma_applet_kget.mo share/locale/fi/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/fi/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/fi/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/fi/LC_MESSAGES/plasma_applet_launcher.mo share/locale/fi/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/fi/LC_MESSAGES/plasma_applet_life.mo @@ -519,6 +444,7 @@ share/locale/fi/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/fi/LC_MESSAGES/plasma_applet_news.mo share/locale/fi/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/fi/LC_MESSAGES/plasma_applet_notes.mo +share/locale/fi/LC_MESSAGES/plasma_applet_notifications.mo share/locale/fi/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/fi/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/fi/LC_MESSAGES/plasma_applet_opendesktop_activities.mo @@ -555,6 +481,7 @@ share/locale/fi/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/fi/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/fi/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/fi/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/fi/LC_MESSAGES/plasma_engine_calendar.mo share/locale/fi/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/fi/LC_MESSAGES/plasma_engine_keystate.mo share/locale/fi/LC_MESSAGES/plasma_engine_kuiserver.mo @@ -619,7 +546,10 @@ share/locale/fi/LC_MESSAGES/timezones4.mo share/locale/fi/LC_MESSAGES/umbrello.mo share/locale/fi/LC_MESSAGES/useraccount.mo share/locale/fi/LC_MESSAGES/xml_mimetypes.mo +share/locale/fi/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/fi/entry.desktop +@dirrm share/locale/fi/LC_SCRIPTS/kdelibs4 +@dirrm share/locale/fi/LC_SCRIPTS @dirrm share/apps/kvtml/fi @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/fi diff --git a/misc/kde4-l10n-fy/distinfo b/misc/kde4-l10n-fy/distinfo index 305d0b9700fe..dfd53e04f73d 100644 --- a/misc/kde4-l10n-fy/distinfo +++ b/misc/kde4-l10n-fy/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-fy-4.4.5.tar.bz2) = 763362dd94df9b68918feb33cb1400d7 -SHA256 (KDE/kde-l10n/kde-l10n-fy-4.4.5.tar.bz2) = 3ebb977c926491fe0677848fee9955916fd79c7e4befa6ad964301dfdf10ea06 -SIZE (KDE/kde-l10n/kde-l10n-fy-4.4.5.tar.bz2) = 1265536 +MD5 (KDE/kde-l10n/kde-l10n-fy-4.5.1.tar.bz2) = 5cb9aa8dcb2bfaf28a0ad77f2b0a1d12 +SHA256 (KDE/kde-l10n/kde-l10n-fy-4.5.1.tar.bz2) = 746799492d27d7eb206ef8142fd914f468c0e25896575cf3206017ee3c208791 +SIZE (KDE/kde-l10n/kde-l10n-fy-4.5.1.tar.bz2) = 752529 diff --git a/misc/kde4-l10n-fy/pkg-plist b/misc/kde4-l10n-fy/pkg-plist index be1b2ef1a096..efc86f601eaf 100644 --- a/misc/kde4-l10n-fy/pkg-plist +++ b/misc/kde4-l10n-fy/pkg-plist @@ -1,10 +1,10 @@ -share/locale/fy/LC_MESSAGES/akregator.mo share/locale/fy/LC_MESSAGES/attica_kde.mo share/locale/fy/LC_MESSAGES/audiorename_plugin.mo share/locale/fy/LC_MESSAGES/display.mo share/locale/fy/LC_MESSAGES/dolphin.mo share/locale/fy/LC_MESSAGES/drkonqi.mo share/locale/fy/LC_MESSAGES/filetypes.mo +share/locale/fy/LC_MESSAGES/freespacenotifier.mo share/locale/fy/LC_MESSAGES/htmlsearch.mo share/locale/fy/LC_MESSAGES/imagerename_plugin.mo share/locale/fy/LC_MESSAGES/joystick.mo @@ -12,34 +12,32 @@ share/locale/fy/LC_MESSAGES/kabc_dir.mo share/locale/fy/LC_MESSAGES/kabc_file.mo share/locale/fy/LC_MESSAGES/kabc_ldapkio.mo share/locale/fy/LC_MESSAGES/kabc_net.mo -share/locale/fy/LC_MESSAGES/kabc_slox.mo share/locale/fy/LC_MESSAGES/kabcformat_binary.mo share/locale/fy/LC_MESSAGES/kaccess.mo -share/locale/fy/LC_MESSAGES/kaddressbook.mo -share/locale/fy/LC_MESSAGES/kalarm.mo -share/locale/fy/LC_MESSAGES/kappfinder.mo share/locale/fy/LC_MESSAGES/kate.mo share/locale/fy/LC_MESSAGES/katefiletemplates.mo share/locale/fy/LC_MESSAGES/katehelloworld.mo -share/locale/fy/LC_MESSAGES/katehtmltools.mo share/locale/fy/LC_MESSAGES/kateinsertcommand.mo share/locale/fy/LC_MESSAGES/katekjswrapper.mo share/locale/fy/LC_MESSAGES/kateopenheader.mo share/locale/fy/LC_MESSAGES/katepart4.mo -share/locale/fy/LC_MESSAGES/katepybrowse.mo -share/locale/fy/LC_MESSAGES/katesnippets.mo share/locale/fy/LC_MESSAGES/katesymbolviewer.mo share/locale/fy/LC_MESSAGES/katetabbarextension.mo share/locale/fy/LC_MESSAGES/katetextfilter.mo share/locale/fy/LC_MESSAGES/katexmlcheck.mo share/locale/fy/LC_MESSAGES/katexmltools.mo share/locale/fy/LC_MESSAGES/kblankscrn.mo +share/locale/fy/LC_MESSAGES/kcm_attica.mo share/locale/fy/LC_MESSAGES/kcm_autostart.mo +share/locale/fy/LC_MESSAGES/kcm_desktoppaths.mo share/locale/fy/LC_MESSAGES/kcm_desktopthemedetails.mo +share/locale/fy/LC_MESSAGES/kcm_device_automounter.mo share/locale/fy/LC_MESSAGES/kcm_emoticons.mo +share/locale/fy/LC_MESSAGES/kcm_infobase.mo +share/locale/fy/LC_MESSAGES/kcm_infosummary.mo share/locale/fy/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/fy/LC_MESSAGES/kcm_kwintabbox.mo share/locale/fy/LC_MESSAGES/kcm_memory.mo -share/locale/fy/LC_MESSAGES/kcm_partition.mo share/locale/fy/LC_MESSAGES/kcm_pci.mo share/locale/fy/LC_MESSAGES/kcm_phonon.mo share/locale/fy/LC_MESSAGES/kcm_phononxine.mo @@ -54,13 +52,13 @@ share/locale/fy/LC_MESSAGES/kcmcgi.mo share/locale/fy/LC_MESSAGES/kcmcolors.mo share/locale/fy/LC_MESSAGES/kcmcomponentchooser.mo share/locale/fy/LC_MESSAGES/kcmcrypto.mo +share/locale/fy/LC_MESSAGES/kcmdevinfo.mo share/locale/fy/LC_MESSAGES/kcmfonts.mo share/locale/fy/LC_MESSAGES/kcmhtmlsearch.mo share/locale/fy/LC_MESSAGES/kcmicons.mo share/locale/fy/LC_MESSAGES/kcminfo.mo share/locale/fy/LC_MESSAGES/kcminit.mo share/locale/fy/LC_MESSAGES/kcminput.mo -share/locale/fy/LC_MESSAGES/kcmioslaveinfo.mo share/locale/fy/LC_MESSAGES/kcmkamera.mo share/locale/fy/LC_MESSAGES/kcmkclock.mo share/locale/fy/LC_MESSAGES/kcmkded.mo @@ -79,7 +77,6 @@ share/locale/fy/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/fy/LC_MESSAGES/kcmkwm.mo share/locale/fy/LC_MESSAGES/kcmlaunch.mo share/locale/fy/LC_MESSAGES/kcmlocale.mo -share/locale/fy/LC_MESSAGES/kcmnic.mo share/locale/fy/LC_MESSAGES/kcmnotify.mo share/locale/fy/LC_MESSAGES/kcmopengl.mo share/locale/fy/LC_MESSAGES/kcmperformance.mo @@ -88,10 +85,10 @@ share/locale/fy/LC_MESSAGES/kcmscreensaver.mo share/locale/fy/LC_MESSAGES/kcmshell.mo share/locale/fy/LC_MESSAGES/kcmsmartcard.mo share/locale/fy/LC_MESSAGES/kcmsmserver.mo -share/locale/fy/LC_MESSAGES/kcmsolidproc.mo share/locale/fy/LC_MESSAGES/kcmstyle.mo share/locale/fy/LC_MESSAGES/kcmusb.mo share/locale/fy/LC_MESSAGES/kcmview1394.mo +share/locale/fy/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/fy/LC_MESSAGES/kcmxinerama.mo share/locale/fy/LC_MESSAGES/kde-menu.mo share/locale/fy/LC_MESSAGES/kdebugdialog.mo @@ -99,12 +96,9 @@ share/locale/fy/LC_MESSAGES/kdecalendarsystems.mo share/locale/fy/LC_MESSAGES/kdelibs4.mo share/locale/fy/LC_MESSAGES/kdelibs_colors4.mo share/locale/fy/LC_MESSAGES/kdepasswd.mo -share/locale/fy/LC_MESSAGES/kdepimresources.mo -share/locale/fy/LC_MESSAGES/kdepimwizards.mo share/locale/fy/LC_MESSAGES/kdeqt.mo share/locale/fy/LC_MESSAGES/kdesu.mo share/locale/fy/LC_MESSAGES/kdesud.mo -share/locale/fy/LC_MESSAGES/kdgantt1.mo share/locale/fy/LC_MESSAGES/kdialog.mo share/locale/fy/LC_MESSAGES/kdmconfig.mo share/locale/fy/LC_MESSAGES/kdmgreet.mo @@ -119,6 +113,7 @@ share/locale/fy/LC_MESSAGES/kfileaudiopreview4.mo share/locale/fy/LC_MESSAGES/kfindpart.mo share/locale/fy/LC_MESSAGES/kfmclient.mo share/locale/fy/LC_MESSAGES/kfontinst.mo +share/locale/fy/LC_MESSAGES/kglobalaccel.mo share/locale/fy/LC_MESSAGES/kgreet_classic.mo share/locale/fy/LC_MESSAGES/kgreet_generic.mo share/locale/fy/LC_MESSAGES/kgreet_winbind.mo @@ -135,7 +130,6 @@ share/locale/fy/LC_MESSAGES/kio_bookmarks.mo share/locale/fy/LC_MESSAGES/kio_finger.mo share/locale/fy/LC_MESSAGES/kio_fish.mo share/locale/fy/LC_MESSAGES/kio_floppy.mo -share/locale/fy/LC_MESSAGES/kio_groupwise.mo share/locale/fy/LC_MESSAGES/kio_help4.mo share/locale/fy/LC_MESSAGES/kio_imap4.mo share/locale/fy/LC_MESSAGES/kio_info.mo @@ -152,39 +146,25 @@ share/locale/fy/LC_MESSAGES/kio_sieve.mo share/locale/fy/LC_MESSAGES/kio_smb.mo share/locale/fy/LC_MESSAGES/kio_smtp.mo share/locale/fy/LC_MESSAGES/kio_thumbnail.mo +share/locale/fy/LC_MESSAGES/kio_timeline.mo share/locale/fy/LC_MESSAGES/kio_trash.mo share/locale/fy/LC_MESSAGES/kioclient.mo share/locale/fy/LC_MESSAGES/kioexec.mo -share/locale/fy/LC_MESSAGES/kleopatra.mo share/locale/fy/LC_MESSAGES/klipper.mo share/locale/fy/LC_MESSAGES/klock.mo -share/locale/fy/LC_MESSAGES/kmail.mo -share/locale/fy/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/fy/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/fy/LC_MESSAGES/kmailcvt.mo share/locale/fy/LC_MESSAGES/kmenuedit.mo share/locale/fy/LC_MESSAGES/kmimetypefinder.mo share/locale/fy/LC_MESSAGES/knetattach.mo -share/locale/fy/LC_MESSAGES/knode.mo -share/locale/fy/LC_MESSAGES/knotes.mo share/locale/fy/LC_MESSAGES/knotify4.mo share/locale/fy/LC_MESSAGES/kolourpaint.mo share/locale/fy/LC_MESSAGES/konqueror.mo share/locale/fy/LC_MESSAGES/konsole.mo -share/locale/fy/LC_MESSAGES/konsolekalendar.mo -share/locale/fy/LC_MESSAGES/kontact.mo -share/locale/fy/LC_MESSAGES/korganizer.mo share/locale/fy/LC_MESSAGES/kpartsaver.mo share/locale/fy/LC_MESSAGES/kpasswdserver.mo share/locale/fy/LC_MESSAGES/kquitapp.mo share/locale/fy/LC_MESSAGES/krandr.mo share/locale/fy/LC_MESSAGES/krdb.mo share/locale/fy/LC_MESSAGES/kreadconfig.mo -share/locale/fy/LC_MESSAGES/kres_birthday.mo -share/locale/fy/LC_MESSAGES/kres_groupware.mo -share/locale/fy/LC_MESSAGES/kres_groupwise.mo -share/locale/fy/LC_MESSAGES/kres_kolab.mo -share/locale/fy/LC_MESSAGES/kres_remote.mo share/locale/fy/LC_MESSAGES/kruler.mo share/locale/fy/LC_MESSAGES/krunner.mo share/locale/fy/LC_MESSAGES/kscreensaver.mo @@ -201,12 +181,10 @@ share/locale/fy/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/fy/LC_MESSAGES/ksystraycmd.mo share/locale/fy/LC_MESSAGES/ktexteditor_plugins.mo share/locale/fy/LC_MESSAGES/kthememanager.mo -share/locale/fy/LC_MESSAGES/ktimetracker.mo share/locale/fy/LC_MESSAGES/ktraderclient.mo share/locale/fy/LC_MESSAGES/kuiserver.mo share/locale/fy/LC_MESSAGES/kurifilter.mo share/locale/fy/LC_MESSAGES/kwalletd.mo -share/locale/fy/LC_MESSAGES/kwatchgnupg.mo share/locale/fy/LC_MESSAGES/kwin.mo share/locale/fy/LC_MESSAGES/kwin_art_clients.mo share/locale/fy/LC_MESSAGES/kwin_clients.mo @@ -218,17 +196,11 @@ share/locale/fy/LC_MESSAGES/kwriteconfig.mo share/locale/fy/LC_MESSAGES/kxkb.mo share/locale/fy/LC_MESSAGES/kxsconfig.mo share/locale/fy/LC_MESSAGES/libkcal.mo -share/locale/fy/LC_MESSAGES/libkdepim.mo share/locale/fy/LC_MESSAGES/libkholidays.mo -share/locale/fy/LC_MESSAGES/libkleopatra.mo share/locale/fy/LC_MESSAGES/libkmime.mo share/locale/fy/LC_MESSAGES/libkonq.mo -share/locale/fy/LC_MESSAGES/libkpgp.mo share/locale/fy/LC_MESSAGES/libkscreensaver.mo -share/locale/fy/LC_MESSAGES/libksieve.mo share/locale/fy/LC_MESSAGES/libkworkspace.mo -share/locale/fy/LC_MESSAGES/libmessagelist.mo -share/locale/fy/LC_MESSAGES/libmessageviewer.mo share/locale/fy/LC_MESSAGES/libplasmaclock.mo share/locale/fy/LC_MESSAGES/libtaskmanager.mo share/locale/fy/LC_MESSAGES/nepomuk.mo @@ -237,7 +209,9 @@ share/locale/fy/LC_MESSAGES/okular.mo share/locale/fy/LC_MESSAGES/phonon_kde.mo share/locale/fy/LC_MESSAGES/phononserver.mo share/locale/fy/LC_MESSAGES/plasma-desktop.mo +share/locale/fy/LC_MESSAGES/plasma-netbook.mo share/locale/fy/LC_MESSAGES/plasma-overlay.mo +share/locale/fy/LC_MESSAGES/plasma-windowed.mo share/locale/fy/LC_MESSAGES/plasma_applet_battery.mo share/locale/fy/LC_MESSAGES/plasma_applet_clock.mo share/locale/fy/LC_MESSAGES/plasma_applet_devicenotifier.mo diff --git a/misc/kde4-l10n-ga/distinfo b/misc/kde4-l10n-ga/distinfo index 9a0a0f6da3b9..f0e41659cc0c 100644 --- a/misc/kde4-l10n-ga/distinfo +++ b/misc/kde4-l10n-ga/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-ga-4.4.5.tar.bz2) = cefecec211ce10e120b1a5bed67b1718 -SHA256 (KDE/kde-l10n/kde-l10n-ga-4.4.5.tar.bz2) = 1aae47bdf388ebc7c507e2dacfc951538ce6ed4840631bb2c81f6ab44f22d835 -SIZE (KDE/kde-l10n/kde-l10n-ga-4.4.5.tar.bz2) = 3367965 +MD5 (KDE/kde-l10n/kde-l10n-ga-4.5.1.tar.bz2) = ce152a03abd2bf4ffd7692b723f7795e +SHA256 (KDE/kde-l10n/kde-l10n-ga-4.5.1.tar.bz2) = bc4936f9050cadaf0cfa767ea8ff4ef9f33bac40fd320c91b25778ff1690ac70 +SIZE (KDE/kde-l10n/kde-l10n-ga-4.5.1.tar.bz2) = 3108581 diff --git a/misc/kde4-l10n-ga/pkg-plist b/misc/kde4-l10n-ga/pkg-plist index ea01827070c8..1d55210be692 100644 --- a/misc/kde4-l10n-ga/pkg-plist +++ b/misc/kde4-l10n-ga/pkg-plist @@ -25,33 +25,7 @@ share/apps/kvtml/ga/animals.kvtml share/apps/kvtml/ga/easy.kvtml share/apps/kvtml/ga/hard.kvtml share/apps/kvtml/ga/medium.kvtml -share/locale/ga/LC_MESSAGES/akonadi-kcal.mo -share/locale/ga/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/ga/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/ga/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_next.mo -share/locale/ga/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/ga/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/ga/LC_MESSAGES/akonadicontact.mo -share/locale/ga/LC_MESSAGES/akonaditray.mo -share/locale/ga/LC_MESSAGES/akregator.mo share/locale/ga/LC_MESSAGES/amor.mo share/locale/ga/LC_MESSAGES/ark.mo share/locale/ga/LC_MESSAGES/attica_kde.mo @@ -59,43 +33,37 @@ share/locale/ga/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ga/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ga/LC_MESSAGES/audiorename_plugin.mo share/locale/ga/LC_MESSAGES/blinken.mo -share/locale/ga/LC_MESSAGES/blogilo.mo share/locale/ga/LC_MESSAGES/bomber.mo share/locale/ga/LC_MESSAGES/bovo.mo share/locale/ga/LC_MESSAGES/cantor.mo share/locale/ga/LC_MESSAGES/cervisia.mo -share/locale/ga/LC_MESSAGES/cryptopageplugin.mo share/locale/ga/LC_MESSAGES/cvsservice.mo share/locale/ga/LC_MESSAGES/display.mo share/locale/ga/LC_MESSAGES/dolphin.mo share/locale/ga/LC_MESSAGES/dragonplayer.mo share/locale/ga/LC_MESSAGES/drkonqi.mo share/locale/ga/LC_MESSAGES/filetypes.mo +share/locale/ga/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/ga/LC_MESSAGES/freespacenotifier.mo share/locale/ga/LC_MESSAGES/granatier.mo share/locale/ga/LC_MESSAGES/gwenview.mo share/locale/ga/LC_MESSAGES/htmlsearch.mo share/locale/ga/LC_MESSAGES/imagerename_plugin.mo -share/locale/ga/LC_MESSAGES/irkick.mo +share/locale/ga/LC_MESSAGES/jovie.mo share/locale/ga/LC_MESSAGES/joystick.mo share/locale/ga/LC_MESSAGES/juk.mo share/locale/ga/LC_MESSAGES/kabc.mo -share/locale/ga/LC_MESSAGES/kabc_akonadi.mo share/locale/ga/LC_MESSAGES/kabc_dir.mo share/locale/ga/LC_MESSAGES/kabc_file.mo share/locale/ga/LC_MESSAGES/kabc_ldapkio.mo share/locale/ga/LC_MESSAGES/kabc_net.mo -share/locale/ga/LC_MESSAGES/kabc_slox.mo -share/locale/ga/LC_MESSAGES/kabcclient.mo share/locale/ga/LC_MESSAGES/kabcformat_binary.mo share/locale/ga/LC_MESSAGES/kaccess.mo -share/locale/ga/LC_MESSAGES/kaddressbook.mo -share/locale/ga/LC_MESSAGES/kalarm.mo +share/locale/ga/LC_MESSAGES/kajongg.mo share/locale/ga/LC_MESSAGES/kalgebra.mo share/locale/ga/LC_MESSAGES/kalzium.mo -share/locale/ga/LC_MESSAGES/kalzium_qt.mo share/locale/ga/LC_MESSAGES/kanagram.mo share/locale/ga/LC_MESSAGES/kapman.mo -share/locale/ga/LC_MESSAGES/kappfinder.mo share/locale/ga/LC_MESSAGES/kapptemplate.mo share/locale/ga/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ga/LC_MESSAGES/kate.mo @@ -107,20 +75,17 @@ share/locale/ga/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ga/LC_MESSAGES/katefiletemplates.mo share/locale/ga/LC_MESSAGES/katefindinfilesplugin.mo share/locale/ga/LC_MESSAGES/katehelloworld.mo -share/locale/ga/LC_MESSAGES/katehtmltools.mo share/locale/ga/LC_MESSAGES/kateinsertcommand.mo share/locale/ga/LC_MESSAGES/katekjswrapper.mo share/locale/ga/LC_MESSAGES/katekonsoleplugin.mo share/locale/ga/LC_MESSAGES/katemailfilesplugin.mo share/locale/ga/LC_MESSAGES/kateopenheader.mo share/locale/ga/LC_MESSAGES/katepart4.mo -share/locale/ga/LC_MESSAGES/katepybrowse.mo share/locale/ga/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/ga/LC_MESSAGES/katesnippets.mo share/locale/ga/LC_MESSAGES/katesnippets_tng.mo -share/locale/ga/LC_MESSAGES/katesnippetstng_editor.mo share/locale/ga/LC_MESSAGES/katesymbolviewer.mo share/locale/ga/LC_MESSAGES/katetabbarextension.mo +share/locale/ga/LC_MESSAGES/katetabifyplugin.mo share/locale/ga/LC_MESSAGES/katetextfilter.mo share/locale/ga/LC_MESSAGES/katexmlcheck.mo share/locale/ga/LC_MESSAGES/katexmltools.mo @@ -135,27 +100,27 @@ share/locale/ga/LC_MESSAGES/kbruch.mo share/locale/ga/LC_MESSAGES/kbugbuster.mo share/locale/ga/LC_MESSAGES/kcachegrind.mo share/locale/ga/LC_MESSAGES/kcachegrind_qt.mo -share/locale/ga/LC_MESSAGES/kcal_akonadi.mo share/locale/ga/LC_MESSAGES/kcalc.mo share/locale/ga/LC_MESSAGES/kcertpart.mo share/locale/ga/LC_MESSAGES/kcharselect.mo -share/locale/ga/LC_MESSAGES/kcm_akonadi.mo share/locale/ga/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/ga/LC_MESSAGES/kcm_attica.mo share/locale/ga/LC_MESSAGES/kcm_autostart.mo +share/locale/ga/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ga/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ga/LC_MESSAGES/kcm_device_automounter.mo share/locale/ga/LC_MESSAGES/kcm_emoticons.mo +share/locale/ga/LC_MESSAGES/kcm_infobase.mo +share/locale/ga/LC_MESSAGES/kcm_infosummary.mo share/locale/ga/LC_MESSAGES/kcm_krfb.mo share/locale/ga/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ga/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/ga/LC_MESSAGES/kcm_lirc.mo share/locale/ga/LC_MESSAGES/kcm_memory.mo -share/locale/ga/LC_MESSAGES/kcm_partition.mo share/locale/ga/LC_MESSAGES/kcm_pci.mo share/locale/ga/LC_MESSAGES/kcm_phonon.mo share/locale/ga/LC_MESSAGES/kcm_phononxine.mo share/locale/ga/LC_MESSAGES/kcm_platform.mo +share/locale/ga/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ga/LC_MESSAGES/kcm_solid.mo share/locale/ga/LC_MESSAGES/kcm_solid_actions.mo share/locale/ga/LC_MESSAGES/kcm_standard_actions.mo @@ -168,13 +133,13 @@ share/locale/ga/LC_MESSAGES/kcmcgi.mo share/locale/ga/LC_MESSAGES/kcmcolors.mo share/locale/ga/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ga/LC_MESSAGES/kcmcrypto.mo +share/locale/ga/LC_MESSAGES/kcmdevinfo.mo share/locale/ga/LC_MESSAGES/kcmfonts.mo share/locale/ga/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ga/LC_MESSAGES/kcmicons.mo share/locale/ga/LC_MESSAGES/kcminfo.mo share/locale/ga/LC_MESSAGES/kcminit.mo share/locale/ga/LC_MESSAGES/kcminput.mo -share/locale/ga/LC_MESSAGES/kcmioslaveinfo.mo share/locale/ga/LC_MESSAGES/kcmkamera.mo share/locale/ga/LC_MESSAGES/kcmkclock.mo share/locale/ga/LC_MESSAGES/kcmkded.mo @@ -203,7 +168,6 @@ share/locale/ga/LC_MESSAGES/kcmscreensaver.mo share/locale/ga/LC_MESSAGES/kcmshell.mo share/locale/ga/LC_MESSAGES/kcmsmartcard.mo share/locale/ga/LC_MESSAGES/kcmsmserver.mo -share/locale/ga/LC_MESSAGES/kcmsolidproc.mo share/locale/ga/LC_MESSAGES/kcmstyle.mo share/locale/ga/LC_MESSAGES/kcmusb.mo share/locale/ga/LC_MESSAGES/kcmview1394.mo @@ -217,16 +181,11 @@ share/locale/ga/LC_MESSAGES/kdebugdialog.mo share/locale/ga/LC_MESSAGES/kdecalendarsystems.mo share/locale/ga/LC_MESSAGES/kdelibs4.mo share/locale/ga/LC_MESSAGES/kdelibs_colors4.mo -share/locale/ga/LC_MESSAGES/kdelirc.mo share/locale/ga/LC_MESSAGES/kdepasswd.mo -share/locale/ga/LC_MESSAGES/kdepimresources.mo -share/locale/ga/LC_MESSAGES/kdepimwizards.mo share/locale/ga/LC_MESSAGES/kdeqt.mo share/locale/ga/LC_MESSAGES/kdesu.mo share/locale/ga/LC_MESSAGES/kdesud.mo share/locale/ga/LC_MESSAGES/kdf.mo -share/locale/ga/LC_MESSAGES/kdgantt.mo -share/locale/ga/LC_MESSAGES/kdgantt1.mo share/locale/ga/LC_MESSAGES/kdialog.mo share/locale/ga/LC_MESSAGES/kdiamond.mo share/locale/ga/LC_MESSAGES/kdmconfig.mo @@ -280,7 +239,6 @@ share/locale/ga/LC_MESSAGES/kimagemapeditor.mo share/locale/ga/LC_MESSAGES/kinetd.mo share/locale/ga/LC_MESSAGES/kinfocenter.mo share/locale/ga/LC_MESSAGES/kio4.mo -share/locale/ga/LC_MESSAGES/kio_akonadi.mo share/locale/ga/LC_MESSAGES/kio_applications.mo share/locale/ga/LC_MESSAGES/kio_archive.mo share/locale/ga/LC_MESSAGES/kio_audiocd.mo @@ -288,7 +246,6 @@ share/locale/ga/LC_MESSAGES/kio_bookmarks.mo share/locale/ga/LC_MESSAGES/kio_finger.mo share/locale/ga/LC_MESSAGES/kio_fish.mo share/locale/ga/LC_MESSAGES/kio_floppy.mo -share/locale/ga/LC_MESSAGES/kio_groupwise.mo share/locale/ga/LC_MESSAGES/kio_help4.mo share/locale/ga/LC_MESSAGES/kio_imap4.mo share/locale/ga/LC_MESSAGES/kio_info.mo @@ -316,9 +273,7 @@ share/locale/ga/LC_MESSAGES/kioclient.mo share/locale/ga/LC_MESSAGES/kioexec.mo share/locale/ga/LC_MESSAGES/kiriki.mo share/locale/ga/LC_MESSAGES/kiten.mo -share/locale/ga/LC_MESSAGES/kjots.mo share/locale/ga/LC_MESSAGES/kjumpingcube.mo -share/locale/ga/LC_MESSAGES/kleopatra.mo share/locale/ga/LC_MESSAGES/klettres.mo share/locale/ga/LC_MESSAGES/klines.mo share/locale/ga/LC_MESSAGES/klinkstatus.mo @@ -326,12 +281,6 @@ share/locale/ga/LC_MESSAGES/klipper.mo share/locale/ga/LC_MESSAGES/klock.mo share/locale/ga/LC_MESSAGES/kmag.mo share/locale/ga/LC_MESSAGES/kmahjongg.mo -share/locale/ga/LC_MESSAGES/kmail-migrator.mo -share/locale/ga/LC_MESSAGES/kmail.mo -share/locale/ga/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/ga/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/ga/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/ga/LC_MESSAGES/kmailcvt.mo share/locale/ga/LC_MESSAGES/kmenuedit.mo share/locale/ga/LC_MESSAGES/kmimetypefinder.mo share/locale/ga/LC_MESSAGES/kmines.mo @@ -342,8 +291,6 @@ share/locale/ga/LC_MESSAGES/kmplot.mo share/locale/ga/LC_MESSAGES/knetattach.mo share/locale/ga/LC_MESSAGES/knetwalk.mo share/locale/ga/LC_MESSAGES/knetworkconfmodule.mo -share/locale/ga/LC_MESSAGES/knode.mo -share/locale/ga/LC_MESSAGES/knotes.mo share/locale/ga/LC_MESSAGES/knotify4.mo share/locale/ga/LC_MESSAGES/kolf.mo share/locale/ga/LC_MESSAGES/kollision.mo @@ -353,11 +300,8 @@ share/locale/ga/LC_MESSAGES/kompare.mo share/locale/ga/LC_MESSAGES/konqueror.mo share/locale/ga/LC_MESSAGES/konquest.mo share/locale/ga/LC_MESSAGES/konsole.mo -share/locale/ga/LC_MESSAGES/konsolekalendar.mo -share/locale/ga/LC_MESSAGES/kontact.mo share/locale/ga/LC_MESSAGES/kontactinterfaces.mo share/locale/ga/LC_MESSAGES/kopete.mo -share/locale/ga/LC_MESSAGES/korganizer.mo share/locale/ga/LC_MESSAGES/kpartloader.mo share/locale/ga/LC_MESSAGES/kpartsaver.mo share/locale/ga/LC_MESSAGES/kpasswdserver.mo @@ -366,28 +310,20 @@ share/locale/ga/LC_MESSAGES/kppp.mo share/locale/ga/LC_MESSAGES/kppplogview.mo share/locale/ga/LC_MESSAGES/kquitapp.mo share/locale/ga/LC_MESSAGES/krandr.mo +share/locale/ga/LC_MESSAGES/krcdnotifieritem.mo share/locale/ga/LC_MESSAGES/krdb.mo share/locale/ga/LC_MESSAGES/krdc.mo share/locale/ga/LC_MESSAGES/kreadconfig.mo -share/locale/ga/LC_MESSAGES/kres-migrator.mo -share/locale/ga/LC_MESSAGES/kres_birthday.mo -share/locale/ga/LC_MESSAGES/kres_blog.mo +share/locale/ga/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ga/LC_MESSAGES/kres_bugzilla.mo -share/locale/ga/LC_MESSAGES/kres_groupware.mo -share/locale/ga/LC_MESSAGES/kres_groupwise.mo -share/locale/ga/LC_MESSAGES/kres_kolab.mo -share/locale/ga/LC_MESSAGES/kres_remote.mo -share/locale/ga/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ga/LC_MESSAGES/kreversi.mo share/locale/ga/LC_MESSAGES/krfb.mo share/locale/ga/LC_MESSAGES/kruler.mo share/locale/ga/LC_MESSAGES/krunner.mo share/locale/ga/LC_MESSAGES/ksame.mo share/locale/ga/LC_MESSAGES/ksaneplugin.mo -share/locale/ga/LC_MESSAGES/ksayit.mo share/locale/ga/LC_MESSAGES/kscd.mo share/locale/ga/LC_MESSAGES/kscreensaver.mo -share/locale/ga/LC_MESSAGES/ksendemail.mo share/locale/ga/LC_MESSAGES/kshisen.mo share/locale/ga/LC_MESSAGES/kshorturifilter.mo share/locale/ga/LC_MESSAGES/ksirk.mo @@ -409,16 +345,14 @@ share/locale/ga/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ga/LC_MESSAGES/ksystemlog.mo share/locale/ga/LC_MESSAGES/ksystraycmd.mo share/locale/ga/LC_MESSAGES/kteatime.mo +share/locale/ga/LC_MESSAGES/ktesnippets_editor.mo share/locale/ga/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ga/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/ga/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ga/LC_MESSAGES/kthememanager.mo share/locale/ga/LC_MESSAGES/ktimer.mo -share/locale/ga/LC_MESSAGES/ktimetracker.mo share/locale/ga/LC_MESSAGES/ktouch.mo share/locale/ga/LC_MESSAGES/ktraderclient.mo share/locale/ga/LC_MESSAGES/ktron.mo -share/locale/ga/LC_MESSAGES/kttsd.mo share/locale/ga/LC_MESSAGES/ktuberling.mo share/locale/ga/LC_MESSAGES/kturtle.mo share/locale/ga/LC_MESSAGES/ktux.mo @@ -429,8 +363,6 @@ share/locale/ga/LC_MESSAGES/kurifilter.mo share/locale/ga/LC_MESSAGES/kuser.mo share/locale/ga/LC_MESSAGES/kwalletd.mo share/locale/ga/LC_MESSAGES/kwalletmanager.mo -share/locale/ga/LC_MESSAGES/kwatchgnupg.mo -share/locale/ga/LC_MESSAGES/kweather.mo share/locale/ga/LC_MESSAGES/kwin.mo share/locale/ga/LC_MESSAGES/kwin_art_clients.mo share/locale/ga/LC_MESSAGES/kwin_clients.mo @@ -452,31 +384,25 @@ share/locale/ga/LC_MESSAGES/libkcompactdisc.mo share/locale/ga/LC_MESSAGES/libkdcraw.mo share/locale/ga/LC_MESSAGES/libkdeedu.mo share/locale/ga/LC_MESSAGES/libkdegames.mo -share/locale/ga/LC_MESSAGES/libkdepim.mo share/locale/ga/LC_MESSAGES/libkexiv2.mo share/locale/ga/LC_MESSAGES/libkholidays.mo share/locale/ga/LC_MESSAGES/libkimap.mo share/locale/ga/LC_MESSAGES/libkldap.mo -share/locale/ga/LC_MESSAGES/libkleopatra.mo share/locale/ga/LC_MESSAGES/libkmahjongg.mo share/locale/ga/LC_MESSAGES/libkmime.mo share/locale/ga/LC_MESSAGES/libkonq.mo -share/locale/ga/LC_MESSAGES/libkpgp.mo share/locale/ga/LC_MESSAGES/libkpimidentities.mo share/locale/ga/LC_MESSAGES/libkpimtextedit.mo share/locale/ga/LC_MESSAGES/libkpimutils.mo +share/locale/ga/LC_MESSAGES/libkremotecontrol.mo share/locale/ga/LC_MESSAGES/libkresources.mo share/locale/ga/LC_MESSAGES/libksane.mo share/locale/ga/LC_MESSAGES/libkscreensaver.mo -share/locale/ga/LC_MESSAGES/libksieve.mo share/locale/ga/LC_MESSAGES/libktnef.mo share/locale/ga/LC_MESSAGES/libkunitconversion.mo share/locale/ga/LC_MESSAGES/libkworkspace.mo share/locale/ga/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ga/LC_MESSAGES/libmailtransport.mo -share/locale/ga/LC_MESSAGES/libmessagecore.mo -share/locale/ga/LC_MESSAGES/libmessagelist.mo -share/locale/ga/LC_MESSAGES/libmessageviewer.mo share/locale/ga/LC_MESSAGES/liboktetacore.mo share/locale/ga/LC_MESSAGES/liboktetakasten.mo share/locale/ga/LC_MESSAGES/libphonon.mo @@ -487,7 +413,6 @@ share/locale/ga/LC_MESSAGES/librtm.mo share/locale/ga/LC_MESSAGES/libtaskmanager.mo share/locale/ga/LC_MESSAGES/lokalize.mo share/locale/ga/LC_MESSAGES/lskat.mo -share/locale/ga/LC_MESSAGES/mailreader.mo share/locale/ga/LC_MESSAGES/marble.mo share/locale/ga/LC_MESSAGES/marble_qt.mo share/locale/ga/LC_MESSAGES/mplayerthumbs.mo @@ -521,10 +446,12 @@ share/locale/ga/LC_MESSAGES/phononserver.mo share/locale/ga/LC_MESSAGES/plasma-desktop.mo share/locale/ga/LC_MESSAGES/plasma-netbook.mo share/locale/ga/LC_MESSAGES/plasma-overlay.mo +share/locale/ga/LC_MESSAGES/plasma-windowed.mo share/locale/ga/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ga/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ga/LC_MESSAGES/plasma_applet_battery.mo share/locale/ga/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ga/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ga/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ga/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ga/LC_MESSAGES/plasma_applet_clock.mo @@ -541,6 +468,7 @@ share/locale/ga/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ga/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ga/LC_MESSAGES/plasma_applet_icon.mo share/locale/ga/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ga/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ga/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ga/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ga/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -548,7 +476,6 @@ share/locale/ga/LC_MESSAGES/plasma_applet_kget.mo share/locale/ga/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ga/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ga/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/ga/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ga/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ga/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ga/LC_MESSAGES/plasma_applet_life.mo @@ -560,6 +487,7 @@ share/locale/ga/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ga/LC_MESSAGES/plasma_applet_news.mo share/locale/ga/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ga/LC_MESSAGES/plasma_applet_notes.mo +share/locale/ga/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ga/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ga/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ga/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -601,7 +529,9 @@ share/locale/ga/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ga/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ga/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ga/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ga/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ga/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/ga/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ga/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ga/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ga/LC_MESSAGES/plasma_engine_metadata.mo @@ -613,12 +543,14 @@ share/locale/ga/LC_MESSAGES/plasma_engine_rss.mo share/locale/ga/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ga/LC_MESSAGES/plasma_engine_weather.mo share/locale/ga/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/ga/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ga/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ga/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ga/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ga/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ga/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ga/LC_MESSAGES/plasma_runner_kget.mo share/locale/ga/LC_MESSAGES/plasma_runner_kill.mo @@ -638,6 +570,7 @@ share/locale/ga/LC_MESSAGES/plasma_runner_shell.mo share/locale/ga/LC_MESSAGES/plasma_runner_solid.mo share/locale/ga/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ga/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ga/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ga/LC_MESSAGES/plasma_runner_windows.mo share/locale/ga/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ga/LC_MESSAGES/plasma_wallpaper_color.mo diff --git a/misc/kde4-l10n-gl/Makefile.man b/misc/kde4-l10n-gl/Makefile.man index e18d95dc0aaa..efe2697a55b2 100644 --- a/misc/kde4-l10n-gl/Makefile.man +++ b/misc/kde4-l10n-gl/Makefile.man @@ -1,4 +1,3 @@ MAN1= cheatmake.1 checkXML.1 create_cvsignore.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kalzium.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kmplot.1 ktouch.1 makekdewidgets.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 MAN6= khangman.6 MAN7= kdeoptions.7 qtoptions.7 -MAN8= kbuildsycoca4.8 diff --git a/misc/kde4-l10n-gl/distinfo b/misc/kde4-l10n-gl/distinfo index 7cb4e4aa277b..d01062a4ec38 100644 --- a/misc/kde4-l10n-gl/distinfo +++ b/misc/kde4-l10n-gl/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-gl-4.4.5.tar.bz2) = 97f980d0cf853c953c020e36bc630032 -SHA256 (KDE/kde-l10n/kde-l10n-gl-4.4.5.tar.bz2) = 6ab13105048f544652af84fb58188e3f5a32b9eeab5774403cf29d78f920e452 -SIZE (KDE/kde-l10n/kde-l10n-gl-4.4.5.tar.bz2) = 3977873 +MD5 (KDE/kde-l10n/kde-l10n-gl-4.5.1.tar.bz2) = c0c8e6fb1fec81ccfa219f3de9d16fe1 +SHA256 (KDE/kde-l10n/kde-l10n-gl-4.5.1.tar.bz2) = 5fbe36f3266d68418dd931cec0eae4343a018f19aa9c0f2d8a0bf079fdc77c02 +SIZE (KDE/kde-l10n/kde-l10n-gl-4.5.1.tar.bz2) = 3379990 diff --git a/misc/kde4-l10n-gl/pkg-plist b/misc/kde4-l10n-gl/pkg-plist index e8f5eac2937c..2245682a8fde 100644 --- a/misc/kde4-l10n-gl/pkg-plist +++ b/misc/kde4-l10n-gl/pkg-plist @@ -84,9 +84,6 @@ share/apps/kvtml/gl/roupa.kvtml share/apps/kvtml/gl/transporte.kvtml share/apps/kvtml/gl/verduras.kvtml share/apps/kvtml/gl/xente.kvtml -share/doc/HTML/gl/akregator/common -share/doc/HTML/gl/akregator/index.cache.bz2 -share/doc/HTML/gl/akregator/index.docbook share/doc/HTML/gl/blinken/common share/doc/HTML/gl/blinken/index.cache.bz2 share/doc/HTML/gl/blinken/index.docbook @@ -101,9 +98,6 @@ share/doc/HTML/gl/gwenview/interface.docbook share/doc/HTML/gl/gwenview/introduction.docbook share/doc/HTML/gl/gwenview/keybindings.docbook share/doc/HTML/gl/gwenview/mouse.docbook -share/doc/HTML/gl/kaddressbook/common -share/doc/HTML/gl/kaddressbook/index.cache.bz2 -share/doc/HTML/gl/kaddressbook/index.docbook share/doc/HTML/gl/kalzium/common share/doc/HTML/gl/kalzium/index.cache.bz2 share/doc/HTML/gl/kalzium/index.docbook @@ -130,12 +124,6 @@ share/doc/HTML/gl/kgamma/index.docbook share/doc/HTML/gl/kgeography/common share/doc/HTML/gl/kgeography/index.cache.bz2 share/doc/HTML/gl/kgeography/index.docbook -share/doc/HTML/gl/khelpcenter/visualdict/common -share/doc/HTML/gl/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/gl/khelpcenter/visualdict/index.docbook -share/doc/HTML/gl/kinfocenter/usb/common -share/doc/HTML/gl/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/gl/kinfocenter/usb/index.docbook share/doc/HTML/gl/kioslave/cgi/common share/doc/HTML/gl/kioslave/cgi/index.cache.bz2 share/doc/HTML/gl/kioslave/cgi/index.docbook @@ -190,17 +178,6 @@ share/doc/HTML/gl/kioslave/thumbnail/index.docbook share/doc/HTML/gl/klettres/common share/doc/HTML/gl/klettres/index.cache.bz2 share/doc/HTML/gl/klettres/index.docbook -share/doc/HTML/gl/kmail/common -share/doc/HTML/gl/kmail/configure.docbook -share/doc/HTML/gl/kmail/credits-and-licenses.docbook -share/doc/HTML/gl/kmail/faq.docbook -share/doc/HTML/gl/kmail/getting-started.docbook -share/doc/HTML/gl/kmail/importing.docbook -share/doc/HTML/gl/kmail/index.cache.bz2 -share/doc/HTML/gl/kmail/index.docbook -share/doc/HTML/gl/kmail/intro.docbook -share/doc/HTML/gl/kmail/menus.docbook -share/doc/HTML/gl/kmail/using-kmail.docbook share/doc/HTML/gl/kolourpaint/common share/doc/HTML/gl/kolourpaint/index.cache.bz2 share/doc/HTML/gl/kolourpaint/index.docbook @@ -317,33 +294,13 @@ share/doc/HTML/gl/umbrello/introduction.docbook share/doc/HTML/gl/umbrello/other_features.docbook share/doc/HTML/gl/umbrello/uml_basics.docbook share/doc/HTML/gl/umbrello/working_with_umbrello.docbook -share/locale/gl/LC_MESSAGES/akonadi-kcal.mo -share/locale/gl/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/gl/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/gl/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_next.mo -share/locale/gl/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/gl/LC_MESSAGES/akonadi_vcarddir_resource.mo +share/doc/HTML/gl/usb/common +share/doc/HTML/gl/usb/index.cache.bz2 +share/doc/HTML/gl/usb/index.docbook +share/doc/HTML/gl/visualdict/common +share/doc/HTML/gl/visualdict/index.cache.bz2 +share/doc/HTML/gl/visualdict/index.docbook share/locale/gl/LC_MESSAGES/akonadicontact.mo -share/locale/gl/LC_MESSAGES/akonaditray.mo -share/locale/gl/LC_MESSAGES/akregator.mo share/locale/gl/LC_MESSAGES/amor.mo share/locale/gl/LC_MESSAGES/ark.mo share/locale/gl/LC_MESSAGES/attica_kde.mo @@ -351,12 +308,10 @@ share/locale/gl/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/gl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/gl/LC_MESSAGES/audiorename_plugin.mo share/locale/gl/LC_MESSAGES/blinken.mo -share/locale/gl/LC_MESSAGES/blogilo.mo share/locale/gl/LC_MESSAGES/bomber.mo share/locale/gl/LC_MESSAGES/bovo.mo share/locale/gl/LC_MESSAGES/cantor.mo share/locale/gl/LC_MESSAGES/cervisia.mo -share/locale/gl/LC_MESSAGES/cryptopageplugin.mo share/locale/gl/LC_MESSAGES/cvsservice.mo share/locale/gl/LC_MESSAGES/display.mo share/locale/gl/LC_MESSAGES/dolphin.mo @@ -367,27 +322,21 @@ share/locale/gl/LC_MESSAGES/granatier.mo share/locale/gl/LC_MESSAGES/gwenview.mo share/locale/gl/LC_MESSAGES/htmlsearch.mo share/locale/gl/LC_MESSAGES/imagerename_plugin.mo -share/locale/gl/LC_MESSAGES/irkick.mo +share/locale/gl/LC_MESSAGES/jovie.mo share/locale/gl/LC_MESSAGES/joystick.mo share/locale/gl/LC_MESSAGES/juk.mo share/locale/gl/LC_MESSAGES/kabc.mo -share/locale/gl/LC_MESSAGES/kabc_akonadi.mo share/locale/gl/LC_MESSAGES/kabc_dir.mo share/locale/gl/LC_MESSAGES/kabc_file.mo share/locale/gl/LC_MESSAGES/kabc_ldapkio.mo share/locale/gl/LC_MESSAGES/kabc_net.mo -share/locale/gl/LC_MESSAGES/kabc_slox.mo -share/locale/gl/LC_MESSAGES/kabcclient.mo share/locale/gl/LC_MESSAGES/kabcformat_binary.mo share/locale/gl/LC_MESSAGES/kaccess.mo -share/locale/gl/LC_MESSAGES/kaddressbook.mo -share/locale/gl/LC_MESSAGES/kalarm.mo +share/locale/gl/LC_MESSAGES/kajongg.mo share/locale/gl/LC_MESSAGES/kalgebra.mo share/locale/gl/LC_MESSAGES/kalzium.mo -share/locale/gl/LC_MESSAGES/kalzium_qt.mo share/locale/gl/LC_MESSAGES/kanagram.mo share/locale/gl/LC_MESSAGES/kapman.mo -share/locale/gl/LC_MESSAGES/kappfinder.mo share/locale/gl/LC_MESSAGES/kapptemplate.mo share/locale/gl/LC_MESSAGES/kate-ctags-plugin.mo share/locale/gl/LC_MESSAGES/kate.mo @@ -399,18 +348,14 @@ share/locale/gl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/gl/LC_MESSAGES/katefiletemplates.mo share/locale/gl/LC_MESSAGES/katefindinfilesplugin.mo share/locale/gl/LC_MESSAGES/katehelloworld.mo -share/locale/gl/LC_MESSAGES/katehtmltools.mo share/locale/gl/LC_MESSAGES/kateinsertcommand.mo share/locale/gl/LC_MESSAGES/katekjswrapper.mo share/locale/gl/LC_MESSAGES/katekonsoleplugin.mo share/locale/gl/LC_MESSAGES/katemailfilesplugin.mo share/locale/gl/LC_MESSAGES/kateopenheader.mo share/locale/gl/LC_MESSAGES/katepart4.mo -share/locale/gl/LC_MESSAGES/katepybrowse.mo share/locale/gl/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/gl/LC_MESSAGES/katesnippets.mo share/locale/gl/LC_MESSAGES/katesnippets_tng.mo -share/locale/gl/LC_MESSAGES/katesnippetstng_editor.mo share/locale/gl/LC_MESSAGES/katesymbolviewer.mo share/locale/gl/LC_MESSAGES/katetabbarextension.mo share/locale/gl/LC_MESSAGES/katetextfilter.mo @@ -427,23 +372,20 @@ share/locale/gl/LC_MESSAGES/kbruch.mo share/locale/gl/LC_MESSAGES/kbugbuster.mo share/locale/gl/LC_MESSAGES/kcachegrind.mo share/locale/gl/LC_MESSAGES/kcachegrind_qt.mo -share/locale/gl/LC_MESSAGES/kcal_akonadi.mo share/locale/gl/LC_MESSAGES/kcalc.mo share/locale/gl/LC_MESSAGES/kcertpart.mo share/locale/gl/LC_MESSAGES/kcharselect.mo -share/locale/gl/LC_MESSAGES/kcm_akonadi.mo share/locale/gl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/gl/LC_MESSAGES/kcm_attica.mo share/locale/gl/LC_MESSAGES/kcm_autostart.mo +share/locale/gl/LC_MESSAGES/kcm_desktoppaths.mo share/locale/gl/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/gl/LC_MESSAGES/kcm_device_automounter.mo share/locale/gl/LC_MESSAGES/kcm_emoticons.mo share/locale/gl/LC_MESSAGES/kcm_krfb.mo share/locale/gl/LC_MESSAGES/kcm_kwindesktop.mo share/locale/gl/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/gl/LC_MESSAGES/kcm_lirc.mo share/locale/gl/LC_MESSAGES/kcm_memory.mo -share/locale/gl/LC_MESSAGES/kcm_partition.mo share/locale/gl/LC_MESSAGES/kcm_pci.mo share/locale/gl/LC_MESSAGES/kcm_phonon.mo share/locale/gl/LC_MESSAGES/kcm_phononxine.mo @@ -460,13 +402,13 @@ share/locale/gl/LC_MESSAGES/kcmcgi.mo share/locale/gl/LC_MESSAGES/kcmcolors.mo share/locale/gl/LC_MESSAGES/kcmcomponentchooser.mo share/locale/gl/LC_MESSAGES/kcmcrypto.mo +share/locale/gl/LC_MESSAGES/kcmdevinfo.mo share/locale/gl/LC_MESSAGES/kcmfonts.mo share/locale/gl/LC_MESSAGES/kcmhtmlsearch.mo share/locale/gl/LC_MESSAGES/kcmicons.mo share/locale/gl/LC_MESSAGES/kcminfo.mo share/locale/gl/LC_MESSAGES/kcminit.mo share/locale/gl/LC_MESSAGES/kcminput.mo -share/locale/gl/LC_MESSAGES/kcmioslaveinfo.mo share/locale/gl/LC_MESSAGES/kcmkamera.mo share/locale/gl/LC_MESSAGES/kcmkclock.mo share/locale/gl/LC_MESSAGES/kcmkded.mo @@ -486,7 +428,6 @@ share/locale/gl/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/gl/LC_MESSAGES/kcmkwm.mo share/locale/gl/LC_MESSAGES/kcmlaunch.mo share/locale/gl/LC_MESSAGES/kcmlocale.mo -share/locale/gl/LC_MESSAGES/kcmnic.mo share/locale/gl/LC_MESSAGES/kcmnotify.mo share/locale/gl/LC_MESSAGES/kcmopengl.mo share/locale/gl/LC_MESSAGES/kcmperformance.mo @@ -495,7 +436,6 @@ share/locale/gl/LC_MESSAGES/kcmscreensaver.mo share/locale/gl/LC_MESSAGES/kcmshell.mo share/locale/gl/LC_MESSAGES/kcmsmartcard.mo share/locale/gl/LC_MESSAGES/kcmsmserver.mo -share/locale/gl/LC_MESSAGES/kcmsolidproc.mo share/locale/gl/LC_MESSAGES/kcmstyle.mo share/locale/gl/LC_MESSAGES/kcmusb.mo share/locale/gl/LC_MESSAGES/kcmview1394.mo @@ -509,16 +449,11 @@ share/locale/gl/LC_MESSAGES/kdebugdialog.mo share/locale/gl/LC_MESSAGES/kdecalendarsystems.mo share/locale/gl/LC_MESSAGES/kdelibs4.mo share/locale/gl/LC_MESSAGES/kdelibs_colors4.mo -share/locale/gl/LC_MESSAGES/kdelirc.mo share/locale/gl/LC_MESSAGES/kdepasswd.mo -share/locale/gl/LC_MESSAGES/kdepimresources.mo -share/locale/gl/LC_MESSAGES/kdepimwizards.mo share/locale/gl/LC_MESSAGES/kdeqt.mo share/locale/gl/LC_MESSAGES/kdesu.mo share/locale/gl/LC_MESSAGES/kdesud.mo share/locale/gl/LC_MESSAGES/kdf.mo -share/locale/gl/LC_MESSAGES/kdgantt.mo -share/locale/gl/LC_MESSAGES/kdgantt1.mo share/locale/gl/LC_MESSAGES/kdialog.mo share/locale/gl/LC_MESSAGES/kdiamond.mo share/locale/gl/LC_MESSAGES/kdmconfig.mo @@ -572,7 +507,6 @@ share/locale/gl/LC_MESSAGES/kimagemapeditor.mo share/locale/gl/LC_MESSAGES/kinetd.mo share/locale/gl/LC_MESSAGES/kinfocenter.mo share/locale/gl/LC_MESSAGES/kio4.mo -share/locale/gl/LC_MESSAGES/kio_akonadi.mo share/locale/gl/LC_MESSAGES/kio_applications.mo share/locale/gl/LC_MESSAGES/kio_archive.mo share/locale/gl/LC_MESSAGES/kio_audiocd.mo @@ -580,7 +514,6 @@ share/locale/gl/LC_MESSAGES/kio_bookmarks.mo share/locale/gl/LC_MESSAGES/kio_finger.mo share/locale/gl/LC_MESSAGES/kio_fish.mo share/locale/gl/LC_MESSAGES/kio_floppy.mo -share/locale/gl/LC_MESSAGES/kio_groupwise.mo share/locale/gl/LC_MESSAGES/kio_help4.mo share/locale/gl/LC_MESSAGES/kio_imap4.mo share/locale/gl/LC_MESSAGES/kio_info.mo @@ -608,9 +541,7 @@ share/locale/gl/LC_MESSAGES/kioclient.mo share/locale/gl/LC_MESSAGES/kioexec.mo share/locale/gl/LC_MESSAGES/kiriki.mo share/locale/gl/LC_MESSAGES/kiten.mo -share/locale/gl/LC_MESSAGES/kjots.mo share/locale/gl/LC_MESSAGES/kjumpingcube.mo -share/locale/gl/LC_MESSAGES/kleopatra.mo share/locale/gl/LC_MESSAGES/klettres.mo share/locale/gl/LC_MESSAGES/klines.mo share/locale/gl/LC_MESSAGES/klinkstatus.mo @@ -618,12 +549,6 @@ share/locale/gl/LC_MESSAGES/klipper.mo share/locale/gl/LC_MESSAGES/klock.mo share/locale/gl/LC_MESSAGES/kmag.mo share/locale/gl/LC_MESSAGES/kmahjongg.mo -share/locale/gl/LC_MESSAGES/kmail-migrator.mo -share/locale/gl/LC_MESSAGES/kmail.mo -share/locale/gl/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/gl/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/gl/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/gl/LC_MESSAGES/kmailcvt.mo share/locale/gl/LC_MESSAGES/kmenuedit.mo share/locale/gl/LC_MESSAGES/kmimetypefinder.mo share/locale/gl/LC_MESSAGES/kmines.mo @@ -634,8 +559,6 @@ share/locale/gl/LC_MESSAGES/kmplot.mo share/locale/gl/LC_MESSAGES/knetattach.mo share/locale/gl/LC_MESSAGES/knetwalk.mo share/locale/gl/LC_MESSAGES/knetworkconfmodule.mo -share/locale/gl/LC_MESSAGES/knode.mo -share/locale/gl/LC_MESSAGES/knotes.mo share/locale/gl/LC_MESSAGES/knotify4.mo share/locale/gl/LC_MESSAGES/kolf.mo share/locale/gl/LC_MESSAGES/kollision.mo @@ -645,11 +568,8 @@ share/locale/gl/LC_MESSAGES/kompare.mo share/locale/gl/LC_MESSAGES/konqueror.mo share/locale/gl/LC_MESSAGES/konquest.mo share/locale/gl/LC_MESSAGES/konsole.mo -share/locale/gl/LC_MESSAGES/konsolekalendar.mo -share/locale/gl/LC_MESSAGES/kontact.mo share/locale/gl/LC_MESSAGES/kontactinterfaces.mo share/locale/gl/LC_MESSAGES/kopete.mo -share/locale/gl/LC_MESSAGES/korganizer.mo share/locale/gl/LC_MESSAGES/kpartloader.mo share/locale/gl/LC_MESSAGES/kpartsaver.mo share/locale/gl/LC_MESSAGES/kpasswdserver.mo @@ -661,25 +581,15 @@ share/locale/gl/LC_MESSAGES/krandr.mo share/locale/gl/LC_MESSAGES/krdb.mo share/locale/gl/LC_MESSAGES/krdc.mo share/locale/gl/LC_MESSAGES/kreadconfig.mo -share/locale/gl/LC_MESSAGES/kres-migrator.mo -share/locale/gl/LC_MESSAGES/kres_birthday.mo -share/locale/gl/LC_MESSAGES/kres_blog.mo share/locale/gl/LC_MESSAGES/kres_bugzilla.mo -share/locale/gl/LC_MESSAGES/kres_groupware.mo -share/locale/gl/LC_MESSAGES/kres_groupwise.mo -share/locale/gl/LC_MESSAGES/kres_kolab.mo -share/locale/gl/LC_MESSAGES/kres_remote.mo -share/locale/gl/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/gl/LC_MESSAGES/kreversi.mo share/locale/gl/LC_MESSAGES/krfb.mo share/locale/gl/LC_MESSAGES/kruler.mo share/locale/gl/LC_MESSAGES/krunner.mo share/locale/gl/LC_MESSAGES/ksame.mo share/locale/gl/LC_MESSAGES/ksaneplugin.mo -share/locale/gl/LC_MESSAGES/ksayit.mo share/locale/gl/LC_MESSAGES/kscd.mo share/locale/gl/LC_MESSAGES/kscreensaver.mo -share/locale/gl/LC_MESSAGES/ksendemail.mo share/locale/gl/LC_MESSAGES/kshisen.mo share/locale/gl/LC_MESSAGES/kshorturifilter.mo share/locale/gl/LC_MESSAGES/ksirk.mo @@ -700,16 +610,14 @@ share/locale/gl/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/gl/LC_MESSAGES/ksystemlog.mo share/locale/gl/LC_MESSAGES/ksystraycmd.mo share/locale/gl/LC_MESSAGES/kteatime.mo +share/locale/gl/LC_MESSAGES/ktesnippets_editor.mo share/locale/gl/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/gl/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/gl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/gl/LC_MESSAGES/kthememanager.mo share/locale/gl/LC_MESSAGES/ktimer.mo -share/locale/gl/LC_MESSAGES/ktimetracker.mo share/locale/gl/LC_MESSAGES/ktouch.mo share/locale/gl/LC_MESSAGES/ktraderclient.mo share/locale/gl/LC_MESSAGES/ktron.mo -share/locale/gl/LC_MESSAGES/kttsd.mo share/locale/gl/LC_MESSAGES/ktuberling.mo share/locale/gl/LC_MESSAGES/kturtle.mo share/locale/gl/LC_MESSAGES/ktux.mo @@ -720,8 +628,6 @@ share/locale/gl/LC_MESSAGES/kurifilter.mo share/locale/gl/LC_MESSAGES/kuser.mo share/locale/gl/LC_MESSAGES/kwalletd.mo share/locale/gl/LC_MESSAGES/kwalletmanager.mo -share/locale/gl/LC_MESSAGES/kwatchgnupg.mo -share/locale/gl/LC_MESSAGES/kweather.mo share/locale/gl/LC_MESSAGES/kwin.mo share/locale/gl/LC_MESSAGES/kwin_art_clients.mo share/locale/gl/LC_MESSAGES/kwin_clients.mo @@ -743,31 +649,24 @@ share/locale/gl/LC_MESSAGES/libkcompactdisc.mo share/locale/gl/LC_MESSAGES/libkdcraw.mo share/locale/gl/LC_MESSAGES/libkdeedu.mo share/locale/gl/LC_MESSAGES/libkdegames.mo -share/locale/gl/LC_MESSAGES/libkdepim.mo share/locale/gl/LC_MESSAGES/libkexiv2.mo share/locale/gl/LC_MESSAGES/libkholidays.mo share/locale/gl/LC_MESSAGES/libkimap.mo share/locale/gl/LC_MESSAGES/libkldap.mo -share/locale/gl/LC_MESSAGES/libkleopatra.mo share/locale/gl/LC_MESSAGES/libkmahjongg.mo share/locale/gl/LC_MESSAGES/libkmime.mo share/locale/gl/LC_MESSAGES/libkonq.mo -share/locale/gl/LC_MESSAGES/libkpgp.mo share/locale/gl/LC_MESSAGES/libkpimidentities.mo share/locale/gl/LC_MESSAGES/libkpimtextedit.mo share/locale/gl/LC_MESSAGES/libkpimutils.mo share/locale/gl/LC_MESSAGES/libkresources.mo share/locale/gl/LC_MESSAGES/libksane.mo share/locale/gl/LC_MESSAGES/libkscreensaver.mo -share/locale/gl/LC_MESSAGES/libksieve.mo share/locale/gl/LC_MESSAGES/libktnef.mo share/locale/gl/LC_MESSAGES/libkunitconversion.mo share/locale/gl/LC_MESSAGES/libkworkspace.mo share/locale/gl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/gl/LC_MESSAGES/libmailtransport.mo -share/locale/gl/LC_MESSAGES/libmessagecore.mo -share/locale/gl/LC_MESSAGES/libmessagelist.mo -share/locale/gl/LC_MESSAGES/libmessageviewer.mo share/locale/gl/LC_MESSAGES/liboktetacore.mo share/locale/gl/LC_MESSAGES/liboktetakasten.mo share/locale/gl/LC_MESSAGES/libphonon.mo @@ -778,7 +677,6 @@ share/locale/gl/LC_MESSAGES/librtm.mo share/locale/gl/LC_MESSAGES/libtaskmanager.mo share/locale/gl/LC_MESSAGES/lokalize.mo share/locale/gl/LC_MESSAGES/lskat.mo -share/locale/gl/LC_MESSAGES/mailreader.mo share/locale/gl/LC_MESSAGES/marble.mo share/locale/gl/LC_MESSAGES/marble_qt.mo share/locale/gl/LC_MESSAGES/mplayerthumbs.mo @@ -838,7 +736,6 @@ share/locale/gl/LC_MESSAGES/plasma_applet_kget.mo share/locale/gl/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/gl/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/gl/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/gl/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/gl/LC_MESSAGES/plasma_applet_launcher.mo share/locale/gl/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/gl/LC_MESSAGES/plasma_applet_life.mo @@ -967,6 +864,8 @@ share/locale/gl/LC_MESSAGES/umbrello.mo share/locale/gl/LC_MESSAGES/useraccount.mo share/locale/gl/LC_MESSAGES/xml_mimetypes.mo share/locale/gl/entry.desktop +@dirrm share/doc/HTML/gl/visualdict +@dirrm share/doc/HTML/gl/usb @dirrm share/doc/HTML/gl/umbrello @dirrm share/doc/HTML/gl/step @dirrm share/doc/HTML/gl/sonnet @@ -980,7 +879,6 @@ share/locale/gl/entry.desktop @dirrm share/doc/HTML/gl/ksnapshot @dirrm share/doc/HTML/gl/kruler @dirrm share/doc/HTML/gl/kolourpaint -@dirrm share/doc/HTML/gl/kmail @dirrm share/doc/HTML/gl/klettres @dirrm share/doc/HTML/gl/kioslave/thumbnail @dirrm share/doc/HTML/gl/kioslave/telnet @@ -1000,10 +898,6 @@ share/locale/gl/entry.desktop @dirrm share/doc/HTML/gl/kioslave/data @dirrm share/doc/HTML/gl/kioslave/cgi @dirrm share/doc/HTML/gl/kioslave -@dirrm share/doc/HTML/gl/kinfocenter/usb -@dirrm share/doc/HTML/gl/kinfocenter -@dirrm share/doc/HTML/gl/khelpcenter/visualdict -@dirrm share/doc/HTML/gl/khelpcenter @dirrm share/doc/HTML/gl/kgeography @dirrm share/doc/HTML/gl/kgamma @dirrm share/doc/HTML/gl/kcontrol/keyboard @@ -1013,17 +907,14 @@ share/locale/gl/entry.desktop @dirrm share/doc/HTML/gl/kbruch @dirrm share/doc/HTML/gl/kanagram @dirrm share/doc/HTML/gl/kalzium -@dirrm share/doc/HTML/gl/kaddressbook @dirrm share/doc/HTML/gl/gwenview @dirrm share/doc/HTML/gl/common @dirrm share/doc/HTML/gl/blinken -@dirrm share/doc/HTML/gl/akregator @dirrm share/apps/kvtml/gl @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/gl @dirrm share/apps/ktuberling/sounds @dirrm share/apps/ktuberling -@dirrmtry man/gl/man8 @dirrmtry man/gl/man7 @dirrmtry man/gl/man6 @dirrmtry man/gl/man1 diff --git a/misc/kde4-l10n-gu/distinfo b/misc/kde4-l10n-gu/distinfo index b0eec6bb00f7..ec159728a5e2 100644 --- a/misc/kde4-l10n-gu/distinfo +++ b/misc/kde4-l10n-gu/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-gu-4.4.5.tar.bz2) = d2c62890352fb6e739ecb679bd2e7d8e -SHA256 (KDE/kde-l10n/kde-l10n-gu-4.4.5.tar.bz2) = 0bacfa4f6f4deec910364445a62e8cfeefa7bfabf5b36a320390cec2424e2569 -SIZE (KDE/kde-l10n/kde-l10n-gu-4.4.5.tar.bz2) = 802431 +MD5 (KDE/kde-l10n/kde-l10n-gu-4.5.1.tar.bz2) = c8d58c733a2bc4a3bc62fe87ca9e6f70 +SHA256 (KDE/kde-l10n/kde-l10n-gu-4.5.1.tar.bz2) = 154c3e90862bc86eda0b5f1301acda6832b78cbd51a21ec142904cf2b338402b +SIZE (KDE/kde-l10n/kde-l10n-gu-4.5.1.tar.bz2) = 818045 diff --git a/misc/kde4-l10n-gu/pkg-plist b/misc/kde4-l10n-gu/pkg-plist index 8cd3421ef752..ee269096cd1c 100644 --- a/misc/kde4-l10n-gu/pkg-plist +++ b/misc/kde4-l10n-gu/pkg-plist @@ -11,24 +11,23 @@ share/locale/gu/LC_MESSAGES/imagerename_plugin.mo share/locale/gu/LC_MESSAGES/joystick.mo share/locale/gu/LC_MESSAGES/kaccess.mo share/locale/gu/LC_MESSAGES/kalzium.mo -share/locale/gu/LC_MESSAGES/kalzium_qt.mo share/locale/gu/LC_MESSAGES/kanagram.mo share/locale/gu/LC_MESSAGES/kapman.mo -share/locale/gu/LC_MESSAGES/kappfinder.mo share/locale/gu/LC_MESSAGES/katepart4.mo share/locale/gu/LC_MESSAGES/kblankscrn.mo share/locale/gu/LC_MESSAGES/kblocks.mo share/locale/gu/LC_MESSAGES/kbreakout.mo share/locale/gu/LC_MESSAGES/kcertpart.mo share/locale/gu/LC_MESSAGES/kcm_autostart.mo +share/locale/gu/LC_MESSAGES/kcm_desktoppaths.mo share/locale/gu/LC_MESSAGES/kcm_desktopthemedetails.mo +share/locale/gu/LC_MESSAGES/kcm_device_automounter.mo share/locale/gu/LC_MESSAGES/kcm_emoticons.mo share/locale/gu/LC_MESSAGES/kcm_infobase.mo share/locale/gu/LC_MESSAGES/kcm_infosummary.mo share/locale/gu/LC_MESSAGES/kcm_kwindesktop.mo share/locale/gu/LC_MESSAGES/kcm_kwintabbox.mo share/locale/gu/LC_MESSAGES/kcm_memory.mo -share/locale/gu/LC_MESSAGES/kcm_partition.mo share/locale/gu/LC_MESSAGES/kcm_pci.mo share/locale/gu/LC_MESSAGES/kcm_phonon.mo share/locale/gu/LC_MESSAGES/kcm_phononxine.mo @@ -50,7 +49,6 @@ share/locale/gu/LC_MESSAGES/kcmicons.mo share/locale/gu/LC_MESSAGES/kcminfo.mo share/locale/gu/LC_MESSAGES/kcminit.mo share/locale/gu/LC_MESSAGES/kcminput.mo -share/locale/gu/LC_MESSAGES/kcmioslaveinfo.mo share/locale/gu/LC_MESSAGES/kcmkclock.mo share/locale/gu/LC_MESSAGES/kcmkded.mo share/locale/gu/LC_MESSAGES/kcmkdnssd.mo @@ -63,11 +61,9 @@ share/locale/gu/LC_MESSAGES/kcmkurifilt.mo share/locale/gu/LC_MESSAGES/kcmkwincompositing.mo share/locale/gu/LC_MESSAGES/kcmkwindecoration.mo share/locale/gu/LC_MESSAGES/kcmkwinrules.mo -share/locale/gu/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/gu/LC_MESSAGES/kcmkwm.mo share/locale/gu/LC_MESSAGES/kcmlaunch.mo share/locale/gu/LC_MESSAGES/kcmlocale.mo -share/locale/gu/LC_MESSAGES/kcmnic.mo share/locale/gu/LC_MESSAGES/kcmnotify.mo share/locale/gu/LC_MESSAGES/kcmopengl.mo share/locale/gu/LC_MESSAGES/kcmperformance.mo @@ -76,7 +72,6 @@ share/locale/gu/LC_MESSAGES/kcmscreensaver.mo share/locale/gu/LC_MESSAGES/kcmshell.mo share/locale/gu/LC_MESSAGES/kcmsmartcard.mo share/locale/gu/LC_MESSAGES/kcmsmserver.mo -share/locale/gu/LC_MESSAGES/kcmsolidproc.mo share/locale/gu/LC_MESSAGES/kcmstyle.mo share/locale/gu/LC_MESSAGES/kcmusb.mo share/locale/gu/LC_MESSAGES/kcmview1394.mo @@ -126,6 +121,8 @@ share/locale/gu/LC_MESSAGES/kio_remote.mo share/locale/gu/LC_MESSAGES/kio_sftp.mo share/locale/gu/LC_MESSAGES/kio_smb.mo share/locale/gu/LC_MESSAGES/kio_thumbnail.mo +share/locale/gu/LC_MESSAGES/kio_timeline.mo +share/locale/gu/LC_MESSAGES/kio_trash.mo share/locale/gu/LC_MESSAGES/kioclient.mo share/locale/gu/LC_MESSAGES/kioexec.mo share/locale/gu/LC_MESSAGES/klettres.mo @@ -153,6 +150,7 @@ share/locale/gu/LC_MESSAGES/kstyle_config.mo share/locale/gu/LC_MESSAGES/kstyle_keramik_config.mo share/locale/gu/LC_MESSAGES/ksysguard.mo share/locale/gu/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/gu/LC_MESSAGES/ksystraycmd.mo share/locale/gu/LC_MESSAGES/ktexteditor_plugins.mo share/locale/gu/LC_MESSAGES/kthememanager.mo share/locale/gu/LC_MESSAGES/ktouch.mo @@ -198,6 +196,7 @@ share/locale/gu/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/gu/LC_MESSAGES/plasma_applet_notifications.mo share/locale/gu/LC_MESSAGES/plasma_applet_pager.mo share/locale/gu/LC_MESSAGES/plasma_applet_panel.mo +share/locale/gu/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/gu/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/gu/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/gu/LC_MESSAGES/plasma_applet_system-monitor.mo @@ -216,15 +215,21 @@ share/locale/gu/LC_MESSAGES/plasma_engine_calendar.mo share/locale/gu/LC_MESSAGES/plasma_engine_keystate.mo share/locale/gu/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/gu/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/gu/LC_MESSAGES/plasma_engine_network.mo share/locale/gu/LC_MESSAGES/plasma_engine_rss.mo share/locale/gu/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/gu/LC_MESSAGES/plasma_engine_weather.mo share/locale/gu/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/gu/LC_MESSAGES/plasma_runner_kill.mo share/locale/gu/LC_MESSAGES/plasma_runner_locations.mo +share/locale/gu/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo +share/locale/gu/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/gu/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/gu/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/gu/LC_MESSAGES/plasma_runner_services.mo share/locale/gu/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/gu/LC_MESSAGES/plasma_runner_shell.mo +share/locale/gu/LC_MESSAGES/plasma_runner_solid.mo share/locale/gu/LC_MESSAGES/plasma_runner_webshortcuts.mo share/locale/gu/LC_MESSAGES/plasma_runner_windows.mo share/locale/gu/LC_MESSAGES/plasma_scriptengine_qscript.mo diff --git a/misc/kde4-l10n-hi/distinfo b/misc/kde4-l10n-hi/distinfo index ffa5220eecc1..f7c57a2638ea 100644 --- a/misc/kde4-l10n-hi/distinfo +++ b/misc/kde4-l10n-hi/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-hi-4.4.5.tar.bz2) = 0f408e1cd2ef67f26055a67727ed7e57 -SHA256 (KDE/kde-l10n/kde-l10n-hi-4.4.5.tar.bz2) = 936137002e793918898ddfc110a8476f23b1c234247639826b5128b00f445cfb -SIZE (KDE/kde-l10n/kde-l10n-hi-4.4.5.tar.bz2) = 1904159 +MD5 (KDE/kde-l10n/kde-l10n-hi-4.5.1.tar.bz2) = 59561d336e03c8f36d616e725e323388 +SHA256 (KDE/kde-l10n/kde-l10n-hi-4.5.1.tar.bz2) = 8f14988b10d6d4743db416fab75efeb529d96f3e6a102e09aead4d087464c66b +SIZE (KDE/kde-l10n/kde-l10n-hi-4.5.1.tar.bz2) = 1612447 diff --git a/misc/kde4-l10n-hi/pkg-plist b/misc/kde4-l10n-hi/pkg-plist index cc17df7eeb0c..661229bf34ae 100644 --- a/misc/kde4-l10n-hi/pkg-plist +++ b/misc/kde4-l10n-hi/pkg-plist @@ -1,6 +1,6 @@ -share/locale/hi/LC_MESSAGES/akregator.mo share/locale/hi/LC_MESSAGES/amor.mo share/locale/hi/LC_MESSAGES/ark.mo +share/locale/hi/LC_MESSAGES/attica_kde.mo share/locale/hi/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/hi/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/hi/LC_MESSAGES/audiorename_plugin.mo @@ -15,7 +15,7 @@ share/locale/hi/LC_MESSAGES/filetypes.mo share/locale/hi/LC_MESSAGES/gwenview.mo share/locale/hi/LC_MESSAGES/htmlsearch.mo share/locale/hi/LC_MESSAGES/imagerename_plugin.mo -share/locale/hi/LC_MESSAGES/irkick.mo +share/locale/hi/LC_MESSAGES/jovie.mo share/locale/hi/LC_MESSAGES/joystick.mo share/locale/hi/LC_MESSAGES/juk.mo share/locale/hi/LC_MESSAGES/kabc.mo @@ -23,32 +23,24 @@ share/locale/hi/LC_MESSAGES/kabc_dir.mo share/locale/hi/LC_MESSAGES/kabc_file.mo share/locale/hi/LC_MESSAGES/kabc_ldapkio.mo share/locale/hi/LC_MESSAGES/kabc_net.mo -share/locale/hi/LC_MESSAGES/kabc_slox.mo -share/locale/hi/LC_MESSAGES/kabcclient.mo share/locale/hi/LC_MESSAGES/kabcformat_binary.mo share/locale/hi/LC_MESSAGES/kaccess.mo -share/locale/hi/LC_MESSAGES/kalarm.mo share/locale/hi/LC_MESSAGES/kalgebra.mo share/locale/hi/LC_MESSAGES/kalzium.mo -share/locale/hi/LC_MESSAGES/kalzium_qt.mo share/locale/hi/LC_MESSAGES/kanagram.mo -share/locale/hi/LC_MESSAGES/kappfinder.mo share/locale/hi/LC_MESSAGES/kate.mo share/locale/hi/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/hi/LC_MESSAGES/katefilebrowserplugin.mo share/locale/hi/LC_MESSAGES/katefiletemplates.mo share/locale/hi/LC_MESSAGES/katefindinfilesplugin.mo share/locale/hi/LC_MESSAGES/katehelloworld.mo -share/locale/hi/LC_MESSAGES/katehtmltools.mo share/locale/hi/LC_MESSAGES/kateinsertcommand.mo share/locale/hi/LC_MESSAGES/katekjswrapper.mo share/locale/hi/LC_MESSAGES/katekonsoleplugin.mo share/locale/hi/LC_MESSAGES/katemailfilesplugin.mo share/locale/hi/LC_MESSAGES/kateopenheader.mo share/locale/hi/LC_MESSAGES/katepart4.mo -share/locale/hi/LC_MESSAGES/katepybrowse.mo share/locale/hi/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/hi/LC_MESSAGES/katesnippets.mo share/locale/hi/LC_MESSAGES/katesymbolviewer.mo share/locale/hi/LC_MESSAGES/katetabbarextension.mo share/locale/hi/LC_MESSAGES/katetextfilter.mo @@ -65,15 +57,16 @@ share/locale/hi/LC_MESSAGES/kcachegrind.mo share/locale/hi/LC_MESSAGES/kcalc.mo share/locale/hi/LC_MESSAGES/kcertpart.mo share/locale/hi/LC_MESSAGES/kcharselect.mo +share/locale/hi/LC_MESSAGES/kcm_attica.mo share/locale/hi/LC_MESSAGES/kcm_autostart.mo +share/locale/hi/LC_MESSAGES/kcm_desktoppaths.mo share/locale/hi/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/hi/LC_MESSAGES/kcm_emoticons.mo +share/locale/hi/LC_MESSAGES/kcm_infobase.mo share/locale/hi/LC_MESSAGES/kcm_krfb.mo share/locale/hi/LC_MESSAGES/kcm_kwindesktop.mo share/locale/hi/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/hi/LC_MESSAGES/kcm_lirc.mo share/locale/hi/LC_MESSAGES/kcm_memory.mo -share/locale/hi/LC_MESSAGES/kcm_partition.mo share/locale/hi/LC_MESSAGES/kcm_pci.mo share/locale/hi/LC_MESSAGES/kcm_phonon.mo share/locale/hi/LC_MESSAGES/kcm_phononxine.mo @@ -89,13 +82,13 @@ share/locale/hi/LC_MESSAGES/kcmcgi.mo share/locale/hi/LC_MESSAGES/kcmcolors.mo share/locale/hi/LC_MESSAGES/kcmcomponentchooser.mo share/locale/hi/LC_MESSAGES/kcmcrypto.mo +share/locale/hi/LC_MESSAGES/kcmdevinfo.mo share/locale/hi/LC_MESSAGES/kcmfonts.mo share/locale/hi/LC_MESSAGES/kcmhtmlsearch.mo share/locale/hi/LC_MESSAGES/kcmicons.mo share/locale/hi/LC_MESSAGES/kcminfo.mo share/locale/hi/LC_MESSAGES/kcminit.mo share/locale/hi/LC_MESSAGES/kcminput.mo -share/locale/hi/LC_MESSAGES/kcmioslaveinfo.mo share/locale/hi/LC_MESSAGES/kcmkamera.mo share/locale/hi/LC_MESSAGES/kcmkclock.mo share/locale/hi/LC_MESSAGES/kcmkded.mo @@ -114,7 +107,6 @@ share/locale/hi/LC_MESSAGES/kcmkwinrules.mo share/locale/hi/LC_MESSAGES/kcmkwm.mo share/locale/hi/LC_MESSAGES/kcmlaunch.mo share/locale/hi/LC_MESSAGES/kcmlocale.mo -share/locale/hi/LC_MESSAGES/kcmnic.mo share/locale/hi/LC_MESSAGES/kcmnotify.mo share/locale/hi/LC_MESSAGES/kcmopengl.mo share/locale/hi/LC_MESSAGES/kcmperformance.mo @@ -123,7 +115,6 @@ share/locale/hi/LC_MESSAGES/kcmscreensaver.mo share/locale/hi/LC_MESSAGES/kcmshell.mo share/locale/hi/LC_MESSAGES/kcmsmartcard.mo share/locale/hi/LC_MESSAGES/kcmsmserver.mo -share/locale/hi/LC_MESSAGES/kcmsolidproc.mo share/locale/hi/LC_MESSAGES/kcmstyle.mo share/locale/hi/LC_MESSAGES/kcmusb.mo share/locale/hi/LC_MESSAGES/kcmview1394.mo @@ -135,15 +126,11 @@ share/locale/hi/LC_MESSAGES/kdebugdialog.mo share/locale/hi/LC_MESSAGES/kdecalendarsystems.mo share/locale/hi/LC_MESSAGES/kdelibs4.mo share/locale/hi/LC_MESSAGES/kdelibs_colors4.mo -share/locale/hi/LC_MESSAGES/kdelirc.mo share/locale/hi/LC_MESSAGES/kdepasswd.mo -share/locale/hi/LC_MESSAGES/kdepimresources.mo -share/locale/hi/LC_MESSAGES/kdepimwizards.mo share/locale/hi/LC_MESSAGES/kdeqt.mo share/locale/hi/LC_MESSAGES/kdesu.mo share/locale/hi/LC_MESSAGES/kdesud.mo share/locale/hi/LC_MESSAGES/kdf.mo -share/locale/hi/LC_MESSAGES/kdgantt1.mo share/locale/hi/LC_MESSAGES/kdialog.mo share/locale/hi/LC_MESSAGES/kdiamond.mo share/locale/hi/LC_MESSAGES/kdmconfig.mo @@ -199,7 +186,6 @@ share/locale/hi/LC_MESSAGES/kio_audiocd.mo share/locale/hi/LC_MESSAGES/kio_finger.mo share/locale/hi/LC_MESSAGES/kio_fish.mo share/locale/hi/LC_MESSAGES/kio_floppy.mo -share/locale/hi/LC_MESSAGES/kio_groupwise.mo share/locale/hi/LC_MESSAGES/kio_help4.mo share/locale/hi/LC_MESSAGES/kio_imap4.mo share/locale/hi/LC_MESSAGES/kio_jabberdisco.mo @@ -222,9 +208,7 @@ share/locale/hi/LC_MESSAGES/kioclient.mo share/locale/hi/LC_MESSAGES/kioexec.mo share/locale/hi/LC_MESSAGES/kiriki.mo share/locale/hi/LC_MESSAGES/kiten.mo -share/locale/hi/LC_MESSAGES/kjots.mo share/locale/hi/LC_MESSAGES/kjumpingcube.mo -share/locale/hi/LC_MESSAGES/kleopatra.mo share/locale/hi/LC_MESSAGES/klettres.mo share/locale/hi/LC_MESSAGES/klines.mo share/locale/hi/LC_MESSAGES/klinkstatus.mo @@ -232,11 +216,6 @@ share/locale/hi/LC_MESSAGES/klipper.mo share/locale/hi/LC_MESSAGES/klock.mo share/locale/hi/LC_MESSAGES/kmag.mo share/locale/hi/LC_MESSAGES/kmahjongg.mo -share/locale/hi/LC_MESSAGES/kmail.mo -share/locale/hi/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/hi/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/hi/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/hi/LC_MESSAGES/kmailcvt.mo share/locale/hi/LC_MESSAGES/kmenuedit.mo share/locale/hi/LC_MESSAGES/kmimetypefinder.mo share/locale/hi/LC_MESSAGES/kmines.mo @@ -247,7 +226,6 @@ share/locale/hi/LC_MESSAGES/kmplot.mo share/locale/hi/LC_MESSAGES/knetattach.mo share/locale/hi/LC_MESSAGES/knetwalk.mo share/locale/hi/LC_MESSAGES/knetworkconfmodule.mo -share/locale/hi/LC_MESSAGES/knotes.mo share/locale/hi/LC_MESSAGES/knotify4.mo share/locale/hi/LC_MESSAGES/kolf.mo share/locale/hi/LC_MESSAGES/kolourpaint.mo @@ -255,10 +233,7 @@ share/locale/hi/LC_MESSAGES/kompare.mo share/locale/hi/LC_MESSAGES/konqueror.mo share/locale/hi/LC_MESSAGES/konquest.mo share/locale/hi/LC_MESSAGES/konsole.mo -share/locale/hi/LC_MESSAGES/konsolekalendar.mo -share/locale/hi/LC_MESSAGES/kontact.mo share/locale/hi/LC_MESSAGES/kopete.mo -share/locale/hi/LC_MESSAGES/korganizer.mo share/locale/hi/LC_MESSAGES/kpartsaver.mo share/locale/hi/LC_MESSAGES/kpasswdserver.mo share/locale/hi/LC_MESSAGES/kpat.mo @@ -269,19 +244,12 @@ share/locale/hi/LC_MESSAGES/krandr.mo share/locale/hi/LC_MESSAGES/krdb.mo share/locale/hi/LC_MESSAGES/krdc.mo share/locale/hi/LC_MESSAGES/kreadconfig.mo -share/locale/hi/LC_MESSAGES/kres_birthday.mo -share/locale/hi/LC_MESSAGES/kres_blog.mo share/locale/hi/LC_MESSAGES/kres_bugzilla.mo -share/locale/hi/LC_MESSAGES/kres_groupware.mo -share/locale/hi/LC_MESSAGES/kres_groupwise.mo -share/locale/hi/LC_MESSAGES/kres_kolab.mo -share/locale/hi/LC_MESSAGES/kres_remote.mo share/locale/hi/LC_MESSAGES/kreversi.mo share/locale/hi/LC_MESSAGES/krfb.mo share/locale/hi/LC_MESSAGES/kruler.mo share/locale/hi/LC_MESSAGES/krunner.mo share/locale/hi/LC_MESSAGES/ksame.mo -share/locale/hi/LC_MESSAGES/ksayit.mo share/locale/hi/LC_MESSAGES/kscd.mo share/locale/hi/LC_MESSAGES/kscreensaver.mo share/locale/hi/LC_MESSAGES/kshisen.mo @@ -303,12 +271,10 @@ share/locale/hi/LC_MESSAGES/ksysguard.mo share/locale/hi/LC_MESSAGES/ksystraycmd.mo share/locale/hi/LC_MESSAGES/kteatime.mo share/locale/hi/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/hi/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/hi/LC_MESSAGES/kthememanager.mo share/locale/hi/LC_MESSAGES/ktimer.mo share/locale/hi/LC_MESSAGES/ktouch.mo share/locale/hi/LC_MESSAGES/ktraderclient.mo -share/locale/hi/LC_MESSAGES/kttsd.mo share/locale/hi/LC_MESSAGES/ktuberling.mo share/locale/hi/LC_MESSAGES/kturtle.mo share/locale/hi/LC_MESSAGES/ktux.mo @@ -318,8 +284,6 @@ share/locale/hi/LC_MESSAGES/kurifilter.mo share/locale/hi/LC_MESSAGES/kuser.mo share/locale/hi/LC_MESSAGES/kwalletd.mo share/locale/hi/LC_MESSAGES/kwalletmanager.mo -share/locale/hi/LC_MESSAGES/kwatchgnupg.mo -share/locale/hi/LC_MESSAGES/kweather.mo share/locale/hi/LC_MESSAGES/kwin.mo share/locale/hi/LC_MESSAGES/kwin_art_clients.mo share/locale/hi/LC_MESSAGES/kwin_clients.mo @@ -338,27 +302,21 @@ share/locale/hi/LC_MESSAGES/libkcompactdisc.mo share/locale/hi/LC_MESSAGES/libkdcraw.mo share/locale/hi/LC_MESSAGES/libkdeedu.mo share/locale/hi/LC_MESSAGES/libkdegames.mo -share/locale/hi/LC_MESSAGES/libkdepim.mo share/locale/hi/LC_MESSAGES/libkexiv2.mo share/locale/hi/LC_MESSAGES/libkholidays.mo share/locale/hi/LC_MESSAGES/libkldap.mo -share/locale/hi/LC_MESSAGES/libkleopatra.mo share/locale/hi/LC_MESSAGES/libkmahjongg.mo share/locale/hi/LC_MESSAGES/libkmime.mo share/locale/hi/LC_MESSAGES/libkonq.mo -share/locale/hi/LC_MESSAGES/libkpgp.mo share/locale/hi/LC_MESSAGES/libkpimidentities.mo share/locale/hi/LC_MESSAGES/libkpimutils.mo share/locale/hi/LC_MESSAGES/libkresources.mo share/locale/hi/LC_MESSAGES/libksane.mo share/locale/hi/LC_MESSAGES/libkscreensaver.mo -share/locale/hi/LC_MESSAGES/libksieve.mo share/locale/hi/LC_MESSAGES/libktnef.mo share/locale/hi/LC_MESSAGES/libkworkspace.mo share/locale/hi/LC_MESSAGES/libkxmlrpcclient.mo share/locale/hi/LC_MESSAGES/libmailtransport.mo -share/locale/hi/LC_MESSAGES/libmessagelist.mo -share/locale/hi/LC_MESSAGES/libmessageviewer.mo share/locale/hi/LC_MESSAGES/libphonon.mo share/locale/hi/LC_MESSAGES/libplasma.mo share/locale/hi/LC_MESSAGES/libplasmaclock.mo @@ -453,6 +411,7 @@ share/locale/hi/LC_MESSAGES/plasmagenericshell.mo share/locale/hi/LC_MESSAGES/plasmapkg.mo share/locale/hi/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/hi/LC_MESSAGES/plasmoidviewer.mo +share/locale/hi/LC_MESSAGES/polkit-kde-authorization.mo share/locale/hi/LC_MESSAGES/powerdevil.mo share/locale/hi/LC_MESSAGES/processcore.mo share/locale/hi/LC_MESSAGES/processui.mo diff --git a/misc/kde4-l10n-hne/Makefile b/misc/kde4-l10n-hne/Makefile index 3f3d111b8b2b..cf410db3c369 100644 --- a/misc/kde4-l10n-hne/Makefile +++ b/misc/kde4-l10n-hne/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org COMMENT= Chhattisgarhi messages and documentation for KDE4 -IGNORE= unfetchable and unmaintained upstream +IGNORE= is not included in KDE SC ${KDE4_VERSION} EXPIRATION_DATE= 2010-04-01 KDE4_L10N= hne diff --git a/misc/kde4-l10n-hr/distinfo b/misc/kde4-l10n-hr/distinfo index 74b1e84d2e18..9bf5cc796f82 100644 --- a/misc/kde4-l10n-hr/distinfo +++ b/misc/kde4-l10n-hr/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-hr-4.4.5.tar.bz2) = bc58806b21faebf57064a9fa605cf36f -SHA256 (KDE/kde-l10n/kde-l10n-hr-4.4.5.tar.bz2) = f92d7bc999df7eabb4dbff2b8216cd55a05979cb62e75d0703bd06e2bfab073a -SIZE (KDE/kde-l10n/kde-l10n-hr-4.4.5.tar.bz2) = 2164983 +MD5 (KDE/kde-l10n/kde-l10n-hr-4.5.1.tar.bz2) = 37b5acd326ace26b4fa3793780e410d6 +SHA256 (KDE/kde-l10n/kde-l10n-hr-4.5.1.tar.bz2) = 1334acb74056c19c7dd38e08e4d7c64bafc1ed948ae107c43534abe9703cd004 +SIZE (KDE/kde-l10n/kde-l10n-hr-4.5.1.tar.bz2) = 1865961 diff --git a/misc/kde4-l10n-hr/pkg-plist b/misc/kde4-l10n-hr/pkg-plist index a642380fc3fa..a38ada684db5 100644 --- a/misc/kde4-l10n-hr/pkg-plist +++ b/misc/kde4-l10n-hr/pkg-plist @@ -1,8 +1,4 @@ -share/locale/hr/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/hr/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/hr/LC_MESSAGES/akonadi_pop3_resource.mo share/locale/hr/LC_MESSAGES/akonadicontact.mo -share/locale/hr/LC_MESSAGES/akregator.mo share/locale/hr/LC_MESSAGES/amor.mo share/locale/hr/LC_MESSAGES/ark.mo share/locale/hr/LC_MESSAGES/attica_kde.mo @@ -10,7 +6,6 @@ share/locale/hr/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/hr/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/hr/LC_MESSAGES/audiorename_plugin.mo share/locale/hr/LC_MESSAGES/blinken.mo -share/locale/hr/LC_MESSAGES/blogilo.mo share/locale/hr/LC_MESSAGES/bomber.mo share/locale/hr/LC_MESSAGES/bovo.mo share/locale/hr/LC_MESSAGES/cantor.mo @@ -25,7 +20,7 @@ share/locale/hr/LC_MESSAGES/granatier.mo share/locale/hr/LC_MESSAGES/gwenview.mo share/locale/hr/LC_MESSAGES/htmlsearch.mo share/locale/hr/LC_MESSAGES/imagerename_plugin.mo -share/locale/hr/LC_MESSAGES/irkick.mo +share/locale/hr/LC_MESSAGES/jovie.mo share/locale/hr/LC_MESSAGES/joystick.mo share/locale/hr/LC_MESSAGES/juk.mo share/locale/hr/LC_MESSAGES/kabc_dir.mo @@ -34,24 +29,17 @@ share/locale/hr/LC_MESSAGES/kabc_ldapkio.mo share/locale/hr/LC_MESSAGES/kabc_net.mo share/locale/hr/LC_MESSAGES/kabcformat_binary.mo share/locale/hr/LC_MESSAGES/kaccess.mo -share/locale/hr/LC_MESSAGES/kaddressbook.mo -share/locale/hr/LC_MESSAGES/kalarm.mo share/locale/hr/LC_MESSAGES/kalgebra.mo share/locale/hr/LC_MESSAGES/kalzium.mo -share/locale/hr/LC_MESSAGES/kalzium_qt.mo share/locale/hr/LC_MESSAGES/kanagram.mo share/locale/hr/LC_MESSAGES/kapman.mo -share/locale/hr/LC_MESSAGES/kappfinder.mo share/locale/hr/LC_MESSAGES/kate.mo share/locale/hr/LC_MESSAGES/katefiletemplates.mo share/locale/hr/LC_MESSAGES/katehelloworld.mo -share/locale/hr/LC_MESSAGES/katehtmltools.mo share/locale/hr/LC_MESSAGES/kateinsertcommand.mo share/locale/hr/LC_MESSAGES/katekjswrapper.mo share/locale/hr/LC_MESSAGES/kateopenheader.mo share/locale/hr/LC_MESSAGES/katepart4.mo -share/locale/hr/LC_MESSAGES/katepybrowse.mo -share/locale/hr/LC_MESSAGES/katesnippets.mo share/locale/hr/LC_MESSAGES/katesymbolviewer.mo share/locale/hr/LC_MESSAGES/katetabbarextension.mo share/locale/hr/LC_MESSAGES/katetextfilter.mo @@ -73,15 +61,15 @@ share/locale/hr/LC_MESSAGES/kcertpart.mo share/locale/hr/LC_MESSAGES/kcharselect.mo share/locale/hr/LC_MESSAGES/kcm_attica.mo share/locale/hr/LC_MESSAGES/kcm_autostart.mo +share/locale/hr/LC_MESSAGES/kcm_desktoppaths.mo share/locale/hr/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/hr/LC_MESSAGES/kcm_device_automounter.mo share/locale/hr/LC_MESSAGES/kcm_emoticons.mo +share/locale/hr/LC_MESSAGES/kcm_infosummary.mo share/locale/hr/LC_MESSAGES/kcm_krfb.mo share/locale/hr/LC_MESSAGES/kcm_kwindesktop.mo share/locale/hr/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/hr/LC_MESSAGES/kcm_lirc.mo share/locale/hr/LC_MESSAGES/kcm_memory.mo -share/locale/hr/LC_MESSAGES/kcm_partition.mo share/locale/hr/LC_MESSAGES/kcm_pci.mo share/locale/hr/LC_MESSAGES/kcm_phonon.mo share/locale/hr/LC_MESSAGES/kcm_phononxine.mo @@ -98,13 +86,13 @@ share/locale/hr/LC_MESSAGES/kcmcgi.mo share/locale/hr/LC_MESSAGES/kcmcolors.mo share/locale/hr/LC_MESSAGES/kcmcomponentchooser.mo share/locale/hr/LC_MESSAGES/kcmcrypto.mo +share/locale/hr/LC_MESSAGES/kcmdevinfo.mo share/locale/hr/LC_MESSAGES/kcmfonts.mo share/locale/hr/LC_MESSAGES/kcmhtmlsearch.mo share/locale/hr/LC_MESSAGES/kcmicons.mo share/locale/hr/LC_MESSAGES/kcminfo.mo share/locale/hr/LC_MESSAGES/kcminit.mo share/locale/hr/LC_MESSAGES/kcminput.mo -share/locale/hr/LC_MESSAGES/kcmioslaveinfo.mo share/locale/hr/LC_MESSAGES/kcmkamera.mo share/locale/hr/LC_MESSAGES/kcmkclock.mo share/locale/hr/LC_MESSAGES/kcmkded.mo @@ -133,7 +121,6 @@ share/locale/hr/LC_MESSAGES/kcmscreensaver.mo share/locale/hr/LC_MESSAGES/kcmshell.mo share/locale/hr/LC_MESSAGES/kcmsmartcard.mo share/locale/hr/LC_MESSAGES/kcmsmserver.mo -share/locale/hr/LC_MESSAGES/kcmsolidproc.mo share/locale/hr/LC_MESSAGES/kcmstyle.mo share/locale/hr/LC_MESSAGES/kcmusb.mo share/locale/hr/LC_MESSAGES/kcmview1394.mo @@ -147,9 +134,7 @@ share/locale/hr/LC_MESSAGES/kdebugdialog.mo share/locale/hr/LC_MESSAGES/kdecalendarsystems.mo share/locale/hr/LC_MESSAGES/kdelibs4.mo share/locale/hr/LC_MESSAGES/kdelibs_colors4.mo -share/locale/hr/LC_MESSAGES/kdelirc.mo share/locale/hr/LC_MESSAGES/kdepasswd.mo -share/locale/hr/LC_MESSAGES/kdepimwizards.mo share/locale/hr/LC_MESSAGES/kdeqt.mo share/locale/hr/LC_MESSAGES/kdesu.mo share/locale/hr/LC_MESSAGES/kdesud.mo @@ -237,9 +222,7 @@ share/locale/hr/LC_MESSAGES/kioclient.mo share/locale/hr/LC_MESSAGES/kioexec.mo share/locale/hr/LC_MESSAGES/kiriki.mo share/locale/hr/LC_MESSAGES/kiten.mo -share/locale/hr/LC_MESSAGES/kjots.mo share/locale/hr/LC_MESSAGES/kjumpingcube.mo -share/locale/hr/LC_MESSAGES/kleopatra.mo share/locale/hr/LC_MESSAGES/klettres.mo share/locale/hr/LC_MESSAGES/klines.mo share/locale/hr/LC_MESSAGES/klinkstatus.mo @@ -247,8 +230,6 @@ share/locale/hr/LC_MESSAGES/klipper.mo share/locale/hr/LC_MESSAGES/klock.mo share/locale/hr/LC_MESSAGES/kmag.mo share/locale/hr/LC_MESSAGES/kmahjongg.mo -share/locale/hr/LC_MESSAGES/kmail.mo -share/locale/hr/LC_MESSAGES/kmailcvt.mo share/locale/hr/LC_MESSAGES/kmenuedit.mo share/locale/hr/LC_MESSAGES/kmimetypefinder.mo share/locale/hr/LC_MESSAGES/kmines.mo @@ -259,8 +240,6 @@ share/locale/hr/LC_MESSAGES/kmplot.mo share/locale/hr/LC_MESSAGES/knetattach.mo share/locale/hr/LC_MESSAGES/knetwalk.mo share/locale/hr/LC_MESSAGES/knetworkconfmodule.mo -share/locale/hr/LC_MESSAGES/knode.mo -share/locale/hr/LC_MESSAGES/knotes.mo share/locale/hr/LC_MESSAGES/knotify4.mo share/locale/hr/LC_MESSAGES/kolf.mo share/locale/hr/LC_MESSAGES/kollision.mo @@ -269,10 +248,7 @@ share/locale/hr/LC_MESSAGES/kompare.mo share/locale/hr/LC_MESSAGES/konqueror.mo share/locale/hr/LC_MESSAGES/konquest.mo share/locale/hr/LC_MESSAGES/konsole.mo -share/locale/hr/LC_MESSAGES/konsolekalendar.mo -share/locale/hr/LC_MESSAGES/kontact.mo share/locale/hr/LC_MESSAGES/kopete.mo -share/locale/hr/LC_MESSAGES/korganizer.mo share/locale/hr/LC_MESSAGES/kpartloader.mo share/locale/hr/LC_MESSAGES/kpartsaver.mo share/locale/hr/LC_MESSAGES/kpasswdserver.mo @@ -284,15 +260,12 @@ share/locale/hr/LC_MESSAGES/krandr.mo share/locale/hr/LC_MESSAGES/krdb.mo share/locale/hr/LC_MESSAGES/krdc.mo share/locale/hr/LC_MESSAGES/kreadconfig.mo -share/locale/hr/LC_MESSAGES/kres_birthday.mo -share/locale/hr/LC_MESSAGES/kres_blog.mo share/locale/hr/LC_MESSAGES/kreversi.mo share/locale/hr/LC_MESSAGES/krfb.mo share/locale/hr/LC_MESSAGES/kruler.mo share/locale/hr/LC_MESSAGES/krunner.mo share/locale/hr/LC_MESSAGES/ksame.mo share/locale/hr/LC_MESSAGES/ksaneplugin.mo -share/locale/hr/LC_MESSAGES/ksayit.mo share/locale/hr/LC_MESSAGES/kscd.mo share/locale/hr/LC_MESSAGES/kscreensaver.mo share/locale/hr/LC_MESSAGES/kshisen.mo @@ -319,11 +292,9 @@ share/locale/hr/LC_MESSAGES/kteatime.mo share/locale/hr/LC_MESSAGES/ktexteditor_plugins.mo share/locale/hr/LC_MESSAGES/kthememanager.mo share/locale/hr/LC_MESSAGES/ktimer.mo -share/locale/hr/LC_MESSAGES/ktimetracker.mo share/locale/hr/LC_MESSAGES/ktouch.mo share/locale/hr/LC_MESSAGES/ktraderclient.mo share/locale/hr/LC_MESSAGES/ktron.mo -share/locale/hr/LC_MESSAGES/kttsd.mo share/locale/hr/LC_MESSAGES/ktuberling.mo share/locale/hr/LC_MESSAGES/kturtle.mo share/locale/hr/LC_MESSAGES/ktux.mo @@ -333,7 +304,6 @@ share/locale/hr/LC_MESSAGES/kurifilter.mo share/locale/hr/LC_MESSAGES/kuser.mo share/locale/hr/LC_MESSAGES/kwalletd.mo share/locale/hr/LC_MESSAGES/kwalletmanager.mo -share/locale/hr/LC_MESSAGES/kweather.mo share/locale/hr/LC_MESSAGES/kwin.mo share/locale/hr/LC_MESSAGES/kwin_art_clients.mo share/locale/hr/LC_MESSAGES/kwin_clients.mo @@ -353,18 +323,13 @@ share/locale/hr/LC_MESSAGES/libkcompactdisc.mo share/locale/hr/LC_MESSAGES/libkdcraw.mo share/locale/hr/LC_MESSAGES/libkdeedu.mo share/locale/hr/LC_MESSAGES/libkdegames.mo -share/locale/hr/LC_MESSAGES/libkdepim.mo share/locale/hr/LC_MESSAGES/libkexiv2.mo -share/locale/hr/LC_MESSAGES/libkleopatra.mo share/locale/hr/LC_MESSAGES/libkmahjongg.mo share/locale/hr/LC_MESSAGES/libkonq.mo -share/locale/hr/LC_MESSAGES/libkpgp.mo share/locale/hr/LC_MESSAGES/libksane.mo share/locale/hr/LC_MESSAGES/libkscreensaver.mo share/locale/hr/LC_MESSAGES/libkunitconversion.mo share/locale/hr/LC_MESSAGES/libkworkspace.mo -share/locale/hr/LC_MESSAGES/libmessagelist.mo -share/locale/hr/LC_MESSAGES/libmessageviewer.mo share/locale/hr/LC_MESSAGES/liboktetacore.mo share/locale/hr/LC_MESSAGES/liboktetakasten.mo share/locale/hr/LC_MESSAGES/libphonon.mo @@ -412,6 +377,7 @@ share/locale/hr/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/hr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/hr/LC_MESSAGES/plasma_applet_battery.mo share/locale/hr/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/hr/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/hr/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/hr/LC_MESSAGES/plasma_applet_calculator.mo share/locale/hr/LC_MESSAGES/plasma_applet_clock.mo @@ -421,12 +387,18 @@ share/locale/hr/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/hr/LC_MESSAGES/plasma_applet_devicenotifier.mo share/locale/hr/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/hr/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo +share/locale/hr/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/hr/LC_MESSAGES/plasma_applet_folderview.mo +share/locale/hr/LC_MESSAGES/plasma_applet_frame.mo +share/locale/hr/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/hr/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/hr/LC_MESSAGES/plasma_applet_icon.mo +share/locale/hr/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/hr/LC_MESSAGES/plasma_applet_kalzium.mo +share/locale/hr/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/hr/LC_MESSAGES/plasma_applet_kget.mo share/locale/hr/LC_MESSAGES/plasma_applet_kimpanel.mo +share/locale/hr/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/hr/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/hr/LC_MESSAGES/plasma_applet_launcher.mo share/locale/hr/LC_MESSAGES/plasma_applet_leavenote.mo @@ -434,14 +406,22 @@ share/locale/hr/LC_MESSAGES/plasma_applet_life.mo share/locale/hr/LC_MESSAGES/plasma_applet_lockout.mo share/locale/hr/LC_MESSAGES/plasma_applet_luna.mo share/locale/hr/LC_MESSAGES/plasma_applet_magnifique.mo +share/locale/hr/LC_MESSAGES/plasma_applet_microblog.mo share/locale/hr/LC_MESSAGES/plasma_applet_netpanel.mo +share/locale/hr/LC_MESSAGES/plasma_applet_news.mo share/locale/hr/LC_MESSAGES/plasma_applet_newspaper.mo +share/locale/hr/LC_MESSAGES/plasma_applet_notes.mo share/locale/hr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/hr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo +share/locale/hr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/hr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo share/locale/hr/LC_MESSAGES/plasma_applet_pager.mo share/locale/hr/LC_MESSAGES/plasma_applet_panel.mo share/locale/hr/LC_MESSAGES/plasma_applet_panelspacer_internal.mo +share/locale/hr/LC_MESSAGES/plasma_applet_paste.mo +share/locale/hr/LC_MESSAGES/plasma_applet_pastebin.mo +share/locale/hr/LC_MESSAGES/plasma_applet_plasmaboard.mo +share/locale/hr/LC_MESSAGES/plasma_applet_previewer.mo share/locale/hr/LC_MESSAGES/plasma_applet_qalculate.mo share/locale/hr/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/hr/LC_MESSAGES/plasma_applet_quicklaunch.mo @@ -473,6 +453,7 @@ share/locale/hr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/hr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/hr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo share/locale/hr/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/hr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/hr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/hr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/hr/LC_MESSAGES/plasma_engine_metadata.mo @@ -484,12 +465,14 @@ share/locale/hr/LC_MESSAGES/plasma_engine_rss.mo share/locale/hr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/hr/LC_MESSAGES/plasma_engine_weather.mo share/locale/hr/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/hr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/hr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/hr/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/hr/LC_MESSAGES/plasma_runner_contacts.mo share/locale/hr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/hr/LC_MESSAGES/plasma_runner_datetime.mo share/locale/hr/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/hr/LC_MESSAGES/plasma_runner_kget.mo share/locale/hr/LC_MESSAGES/plasma_runner_kill.mo diff --git a/misc/kde4-l10n-ia/Makefile b/misc/kde4-l10n-ia/Makefile new file mode 100644 index 000000000000..34e995217f35 --- /dev/null +++ b/misc/kde4-l10n-ia/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: kde4-l10n-ia +# Date created: 2010-07-31 +# Whom: Max Brazhnikov <makc@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= kde-l10n +PORTVERSION= ${KDE4_VERSION} +CATEGORIES= misc kde + +MAINTAINER= kde@FreeBSD.org +COMMENT= Interlingua messages and documentation for KDE4 + +KDE4_L10N= ia + +.include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" +.include <bsd.port.mk> diff --git a/misc/kde4-l10n-ia/distinfo b/misc/kde4-l10n-ia/distinfo new file mode 100644 index 000000000000..e17ebf81cbdf --- /dev/null +++ b/misc/kde4-l10n-ia/distinfo @@ -0,0 +1,3 @@ +MD5 (KDE/kde-l10n/kde-l10n-ia-4.5.1.tar.bz2) = a6f2186ca626e27a062ce9fb705887f9 +SHA256 (KDE/kde-l10n/kde-l10n-ia-4.5.1.tar.bz2) = b91b548bedefa01cfbc926162326360843c689919c0dd5422ab8b9d9ec69b68e +SIZE (KDE/kde-l10n/kde-l10n-ia-4.5.1.tar.bz2) = 385928 diff --git a/misc/kde4-l10n-ia/pkg-descr b/misc/kde4-l10n-ia/pkg-descr new file mode 100644 index 000000000000..3073b1096b79 --- /dev/null +++ b/misc/kde4-l10n-ia/pkg-descr @@ -0,0 +1,3 @@ +Localized messages and documentation for KDE4. + +WWW: http://i18n.kde.org/ diff --git a/misc/kde4-l10n-ia/pkg-plist b/misc/kde4-l10n-ia/pkg-plist new file mode 100644 index 000000000000..94200f65e8f7 --- /dev/null +++ b/misc/kde4-l10n-ia/pkg-plist @@ -0,0 +1,160 @@ +share/locale/ia/LC_MESSAGES/attica_kde.mo +share/locale/ia/LC_MESSAGES/audiorename_plugin.mo +share/locale/ia/LC_MESSAGES/display.mo +share/locale/ia/LC_MESSAGES/dolphin.mo +share/locale/ia/LC_MESSAGES/filetypes.mo +share/locale/ia/LC_MESSAGES/freespacenotifier.mo +share/locale/ia/LC_MESSAGES/htmlsearch.mo +share/locale/ia/LC_MESSAGES/imagerename_plugin.mo +share/locale/ia/LC_MESSAGES/joystick.mo +share/locale/ia/LC_MESSAGES/kaccess.mo +share/locale/ia/LC_MESSAGES/katepart4.mo +share/locale/ia/LC_MESSAGES/kblankscrn.mo +share/locale/ia/LC_MESSAGES/kcertpart.mo +share/locale/ia/LC_MESSAGES/kcm_attica.mo +share/locale/ia/LC_MESSAGES/kcm_autostart.mo +share/locale/ia/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/ia/LC_MESSAGES/kcm_desktopthemedetails.mo +share/locale/ia/LC_MESSAGES/kcm_device_automounter.mo +share/locale/ia/LC_MESSAGES/kcm_emoticons.mo +share/locale/ia/LC_MESSAGES/kcm_infobase.mo +share/locale/ia/LC_MESSAGES/kcm_infosummary.mo +share/locale/ia/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/ia/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/ia/LC_MESSAGES/kcm_memory.mo +share/locale/ia/LC_MESSAGES/kcm_pci.mo +share/locale/ia/LC_MESSAGES/kcm_phonon.mo +share/locale/ia/LC_MESSAGES/kcm_phononxine.mo +share/locale/ia/LC_MESSAGES/kcm_platform.mo +share/locale/ia/LC_MESSAGES/kcm_solid.mo +share/locale/ia/LC_MESSAGES/kcm_solid_actions.mo +share/locale/ia/LC_MESSAGES/kcm_standard_actions.mo +share/locale/ia/LC_MESSAGES/kcmaccess.mo +share/locale/ia/LC_MESSAGES/kcmbackground.mo +share/locale/ia/LC_MESSAGES/kcmbell.mo +share/locale/ia/LC_MESSAGES/kcmcgi.mo +share/locale/ia/LC_MESSAGES/kcmcolors.mo +share/locale/ia/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ia/LC_MESSAGES/kcmcrypto.mo +share/locale/ia/LC_MESSAGES/kcmdevinfo.mo +share/locale/ia/LC_MESSAGES/kcmfonts.mo +share/locale/ia/LC_MESSAGES/kcmhtmlsearch.mo +share/locale/ia/LC_MESSAGES/kcmicons.mo +share/locale/ia/LC_MESSAGES/kcminfo.mo +share/locale/ia/LC_MESSAGES/kcminit.mo +share/locale/ia/LC_MESSAGES/kcminput.mo +share/locale/ia/LC_MESSAGES/kcmkclock.mo +share/locale/ia/LC_MESSAGES/kcmkded.mo +share/locale/ia/LC_MESSAGES/kcmkdnssd.mo +share/locale/ia/LC_MESSAGES/kcmkeyboard.mo +share/locale/ia/LC_MESSAGES/kcmkeys.mo +share/locale/ia/LC_MESSAGES/kcmkio.mo +share/locale/ia/LC_MESSAGES/kcmkonq.mo +share/locale/ia/LC_MESSAGES/kcmkonqhtml.mo +share/locale/ia/LC_MESSAGES/kcmkurifilt.mo +share/locale/ia/LC_MESSAGES/kcmkwincompositing.mo +share/locale/ia/LC_MESSAGES/kcmkwindecoration.mo +share/locale/ia/LC_MESSAGES/kcmkwinrules.mo +share/locale/ia/LC_MESSAGES/kcmkwinscreenedges.mo +share/locale/ia/LC_MESSAGES/kcmkwm.mo +share/locale/ia/LC_MESSAGES/kcmlaunch.mo +share/locale/ia/LC_MESSAGES/kcmlocale.mo +share/locale/ia/LC_MESSAGES/kcmnic.mo +share/locale/ia/LC_MESSAGES/kcmnotify.mo +share/locale/ia/LC_MESSAGES/kcmopengl.mo +share/locale/ia/LC_MESSAGES/kcmperformance.mo +share/locale/ia/LC_MESSAGES/kcmsamba.mo +share/locale/ia/LC_MESSAGES/kcmscreensaver.mo +share/locale/ia/LC_MESSAGES/kcmshell.mo +share/locale/ia/LC_MESSAGES/kcmsmartcard.mo +share/locale/ia/LC_MESSAGES/kcmsmserver.mo +share/locale/ia/LC_MESSAGES/kcmstyle.mo +share/locale/ia/LC_MESSAGES/kcmusb.mo +share/locale/ia/LC_MESSAGES/kcmview1394.mo +share/locale/ia/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/ia/LC_MESSAGES/kcmxinerama.mo +share/locale/ia/LC_MESSAGES/kde-menu.mo +share/locale/ia/LC_MESSAGES/kdebugdialog.mo +share/locale/ia/LC_MESSAGES/kdecalendarsystems.mo +share/locale/ia/LC_MESSAGES/kdelibs4.mo +share/locale/ia/LC_MESSAGES/kdepasswd.mo +share/locale/ia/LC_MESSAGES/kdesu.mo +share/locale/ia/LC_MESSAGES/kdesud.mo +share/locale/ia/LC_MESSAGES/kdialog.mo +share/locale/ia/LC_MESSAGES/kdmconfig.mo +share/locale/ia/LC_MESSAGES/kdmgreet.mo +share/locale/ia/LC_MESSAGES/keditbookmarks.mo +share/locale/ia/LC_MESSAGES/kfile.mo +share/locale/ia/LC_MESSAGES/kfindpart.mo +share/locale/ia/LC_MESSAGES/kfmclient.mo +share/locale/ia/LC_MESSAGES/kfontinst.mo +share/locale/ia/LC_MESSAGES/kglobalaccel.mo +share/locale/ia/LC_MESSAGES/kgreet_classic.mo +share/locale/ia/LC_MESSAGES/kgreet_generic.mo +share/locale/ia/LC_MESSAGES/kgreet_winbind.mo +share/locale/ia/LC_MESSAGES/khelpcenter.mo +share/locale/ia/LC_MESSAGES/khotkeys.mo +share/locale/ia/LC_MESSAGES/khotnewstuff.mo +share/locale/ia/LC_MESSAGES/khtmlkttsd.mo +share/locale/ia/LC_MESSAGES/kiconfinder.mo +share/locale/ia/LC_MESSAGES/kinfocenter.mo +share/locale/ia/LC_MESSAGES/kio_applications.mo +share/locale/ia/LC_MESSAGES/kio_archive.mo +share/locale/ia/LC_MESSAGES/kio_bookmarks.mo +share/locale/ia/LC_MESSAGES/kio_finger.mo +share/locale/ia/LC_MESSAGES/kio_fish.mo +share/locale/ia/LC_MESSAGES/kio_floppy.mo +share/locale/ia/LC_MESSAGES/kio_info.mo +share/locale/ia/LC_MESSAGES/kio_man.mo +share/locale/ia/LC_MESSAGES/kio_nepomuk.mo +share/locale/ia/LC_MESSAGES/kio_nepomuksearch.mo +share/locale/ia/LC_MESSAGES/kio_nfs.mo +share/locale/ia/LC_MESSAGES/kio_remote.mo +share/locale/ia/LC_MESSAGES/kio_sftp.mo +share/locale/ia/LC_MESSAGES/kio_smb.mo +share/locale/ia/LC_MESSAGES/kio_thumbnail.mo +share/locale/ia/LC_MESSAGES/kio_timeline.mo +share/locale/ia/LC_MESSAGES/kio_trash.mo +share/locale/ia/LC_MESSAGES/kioclient.mo +share/locale/ia/LC_MESSAGES/kioexec.mo +share/locale/ia/LC_MESSAGES/klipper.mo +share/locale/ia/LC_MESSAGES/kmenuedit.mo +share/locale/ia/LC_MESSAGES/kmimetypefinder.mo +share/locale/ia/LC_MESSAGES/knetattach.mo +share/locale/ia/LC_MESSAGES/knotify4.mo +share/locale/ia/LC_MESSAGES/konqueror.mo +share/locale/ia/LC_MESSAGES/konsole.mo +share/locale/ia/LC_MESSAGES/kpasswdserver.mo +share/locale/ia/LC_MESSAGES/kquitapp.mo +share/locale/ia/LC_MESSAGES/krandr.mo +share/locale/ia/LC_MESSAGES/krdb.mo +share/locale/ia/LC_MESSAGES/kreadconfig.mo +share/locale/ia/LC_MESSAGES/krunner.mo +share/locale/ia/LC_MESSAGES/kscreensaver.mo +share/locale/ia/LC_MESSAGES/kshorturifilter.mo +share/locale/ia/LC_MESSAGES/ksmserver.mo +share/locale/ia/LC_MESSAGES/ksplashthemes.mo +share/locale/ia/LC_MESSAGES/kstart.mo +share/locale/ia/LC_MESSAGES/kstyle_config.mo +share/locale/ia/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/ia/LC_MESSAGES/kthememanager.mo +share/locale/ia/LC_MESSAGES/kwalletd.mo +share/locale/ia/LC_MESSAGES/kwin.mo +share/locale/ia/LC_MESSAGES/kwin_clients.mo +share/locale/ia/LC_MESSAGES/kwin_effects.mo +share/locale/ia/LC_MESSAGES/kwin_lib.mo +share/locale/ia/LC_MESSAGES/kwinstartmenu.mo +share/locale/ia/LC_MESSAGES/kwrite.mo +share/locale/ia/LC_MESSAGES/kwriteconfig.mo +share/locale/ia/LC_MESSAGES/kxkb.mo +share/locale/ia/LC_MESSAGES/libkonq.mo +share/locale/ia/LC_MESSAGES/libkscreensaver.mo +share/locale/ia/LC_MESSAGES/libkworkspace.mo +share/locale/ia/LC_MESSAGES/processcore.mo +share/locale/ia/LC_MESSAGES/processui.mo +share/locale/ia/LC_MESSAGES/randrmonitor.mo +share/locale/ia/LC_MESSAGES/systemsettings.mo +share/locale/ia/LC_MESSAGES/useraccount.mo +share/locale/ia/entry.desktop +@dirrm share/locale/ia/LC_MESSAGES +@dirrm share/locale/ia diff --git a/misc/kde4-l10n-id/distinfo b/misc/kde4-l10n-id/distinfo index f149d1493a93..137960e6bc63 100644 --- a/misc/kde4-l10n-id/distinfo +++ b/misc/kde4-l10n-id/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-id-4.4.5.tar.bz2) = 3bbe279a927005d9da5347313354ee63 -SHA256 (KDE/kde-l10n/kde-l10n-id-4.4.5.tar.bz2) = a6932808b1f27fab2c5f05090742854b2524ee832ccad8405be076b21cb344b7 -SIZE (KDE/kde-l10n/kde-l10n-id-4.4.5.tar.bz2) = 352302 +MD5 (KDE/kde-l10n/kde-l10n-id-4.5.1.tar.bz2) = 3b6da72f3612856b47d9455b91e669ff +SHA256 (KDE/kde-l10n/kde-l10n-id-4.5.1.tar.bz2) = 592b1b17fbc1f7d575d29eafbbda9d78635d7345f574b78bbeb5b9d02be03928 +SIZE (KDE/kde-l10n/kde-l10n-id-4.5.1.tar.bz2) = 492544 diff --git a/misc/kde4-l10n-id/pkg-plist b/misc/kde4-l10n-id/pkg-plist index 78bdd2a188d8..898a86931b8e 100644 --- a/misc/kde4-l10n-id/pkg-plist +++ b/misc/kde4-l10n-id/pkg-plist @@ -1,18 +1,37 @@ +share/locale/id/LC_MESSAGES/ark.mo share/locale/id/LC_MESSAGES/attica_kde.mo share/locale/id/LC_MESSAGES/audiorename_plugin.mo share/locale/id/LC_MESSAGES/display.mo share/locale/id/LC_MESSAGES/dolphin.mo share/locale/id/LC_MESSAGES/drkonqi.mo share/locale/id/LC_MESSAGES/filetypes.mo +share/locale/id/LC_MESSAGES/freespacenotifier.mo share/locale/id/LC_MESSAGES/htmlsearch.mo share/locale/id/LC_MESSAGES/imagerename_plugin.mo share/locale/id/LC_MESSAGES/joystick.mo share/locale/id/LC_MESSAGES/kaccess.mo -share/locale/id/LC_MESSAGES/kappfinder.mo share/locale/id/LC_MESSAGES/kblankscrn.mo +share/locale/id/LC_MESSAGES/kcalc.mo +share/locale/id/LC_MESSAGES/kcharselect.mo +share/locale/id/LC_MESSAGES/kcm_attica.mo +share/locale/id/LC_MESSAGES/kcm_autostart.mo +share/locale/id/LC_MESSAGES/kcm_desktoppaths.mo +share/locale/id/LC_MESSAGES/kcm_desktopthemedetails.mo +share/locale/id/LC_MESSAGES/kcm_device_automounter.mo +share/locale/id/LC_MESSAGES/kcm_emoticons.mo +share/locale/id/LC_MESSAGES/kcm_infobase.mo +share/locale/id/LC_MESSAGES/kcm_infosummary.mo +share/locale/id/LC_MESSAGES/kcm_krfb.mo +share/locale/id/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/id/LC_MESSAGES/kcm_kwintabbox.mo +share/locale/id/LC_MESSAGES/kcm_memory.mo share/locale/id/LC_MESSAGES/kcm_pci.mo share/locale/id/LC_MESSAGES/kcm_phonon.mo share/locale/id/LC_MESSAGES/kcm_phononxine.mo +share/locale/id/LC_MESSAGES/kcm_platform.mo +share/locale/id/LC_MESSAGES/kcm_remotecontrol.mo +share/locale/id/LC_MESSAGES/kcm_solid.mo +share/locale/id/LC_MESSAGES/kcm_solid_actions.mo share/locale/id/LC_MESSAGES/kcm_standard_actions.mo share/locale/id/LC_MESSAGES/kcmaccess.mo share/locale/id/LC_MESSAGES/kcmbackground.mo @@ -20,63 +39,151 @@ share/locale/id/LC_MESSAGES/kcmbell.mo share/locale/id/LC_MESSAGES/kcmcgi.mo share/locale/id/LC_MESSAGES/kcmcolors.mo share/locale/id/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/id/LC_MESSAGES/kcmdevinfo.mo share/locale/id/LC_MESSAGES/kcmfonts.mo share/locale/id/LC_MESSAGES/kcmhtmlsearch.mo share/locale/id/LC_MESSAGES/kcmicons.mo share/locale/id/LC_MESSAGES/kcminfo.mo share/locale/id/LC_MESSAGES/kcminit.mo share/locale/id/LC_MESSAGES/kcminput.mo -share/locale/id/LC_MESSAGES/kcmioslaveinfo.mo share/locale/id/LC_MESSAGES/kcmkclock.mo +share/locale/id/LC_MESSAGES/kcmkded.mo share/locale/id/LC_MESSAGES/kcmkdnssd.mo +share/locale/id/LC_MESSAGES/kcmkeyboard.mo +share/locale/id/LC_MESSAGES/kcmkeys.mo share/locale/id/LC_MESSAGES/kcmkio.mo +share/locale/id/LC_MESSAGES/kcmkonq.mo share/locale/id/LC_MESSAGES/kcmkonqhtml.mo share/locale/id/LC_MESSAGES/kcmkurifilt.mo +share/locale/id/LC_MESSAGES/kcmkwallet.mo share/locale/id/LC_MESSAGES/kcmkwincompositing.mo +share/locale/id/LC_MESSAGES/kcmkwindecoration.mo share/locale/id/LC_MESSAGES/kcmkwinrules.mo +share/locale/id/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/id/LC_MESSAGES/kcmkwm.mo +share/locale/id/LC_MESSAGES/kcmlaunch.mo share/locale/id/LC_MESSAGES/kcmlocale.mo +share/locale/id/LC_MESSAGES/kcmnic.mo +share/locale/id/LC_MESSAGES/kcmnotify.mo share/locale/id/LC_MESSAGES/kcmopengl.mo +share/locale/id/LC_MESSAGES/kcmperformance.mo +share/locale/id/LC_MESSAGES/kcmsamba.mo +share/locale/id/LC_MESSAGES/kcmscreensaver.mo +share/locale/id/LC_MESSAGES/kcmshell.mo +share/locale/id/LC_MESSAGES/kcmsmartcard.mo +share/locale/id/LC_MESSAGES/kcmsmserver.mo +share/locale/id/LC_MESSAGES/kcmstyle.mo share/locale/id/LC_MESSAGES/kcmusb.mo +share/locale/id/LC_MESSAGES/kcmview1394.mo +share/locale/id/LC_MESSAGES/kcmworkspaceoptions.mo +share/locale/id/LC_MESSAGES/kcmxinerama.mo share/locale/id/LC_MESSAGES/kde-menu.mo +share/locale/id/LC_MESSAGES/kdebugdialog.mo share/locale/id/LC_MESSAGES/kdecalendarsystems.mo share/locale/id/LC_MESSAGES/kdelibs4.mo +share/locale/id/LC_MESSAGES/kdepasswd.mo +share/locale/id/LC_MESSAGES/kdesu.mo share/locale/id/LC_MESSAGES/kdesud.mo +share/locale/id/LC_MESSAGES/kdf.mo +share/locale/id/LC_MESSAGES/kdialog.mo share/locale/id/LC_MESSAGES/kdmconfig.mo share/locale/id/LC_MESSAGES/kdmgreet.mo share/locale/id/LC_MESSAGES/keditbookmarks.mo share/locale/id/LC_MESSAGES/kfile.mo share/locale/id/LC_MESSAGES/kfileaudiopreview4.mo share/locale/id/LC_MESSAGES/kfindpart.mo +share/locale/id/LC_MESSAGES/kfloppy.mo +share/locale/id/LC_MESSAGES/kfmclient.mo share/locale/id/LC_MESSAGES/kfontinst.mo share/locale/id/LC_MESSAGES/kglobalaccel.mo +share/locale/id/LC_MESSAGES/kgpg.mo share/locale/id/LC_MESSAGES/kgreet_classic.mo share/locale/id/LC_MESSAGES/kgreet_generic.mo share/locale/id/LC_MESSAGES/kgreet_winbind.mo share/locale/id/LC_MESSAGES/khelpcenter.mo share/locale/id/LC_MESSAGES/khotkeys.mo +share/locale/id/LC_MESSAGES/khotnewstuff.mo +share/locale/id/LC_MESSAGES/khtmlkttsd.mo +share/locale/id/LC_MESSAGES/kiconfinder.mo share/locale/id/LC_MESSAGES/kinfocenter.mo +share/locale/id/LC_MESSAGES/kio_applications.mo share/locale/id/LC_MESSAGES/kio_archive.mo +share/locale/id/LC_MESSAGES/kio_bookmarks.mo +share/locale/id/LC_MESSAGES/kio_finger.mo +share/locale/id/LC_MESSAGES/kio_fish.mo +share/locale/id/LC_MESSAGES/kio_floppy.mo +share/locale/id/LC_MESSAGES/kio_info.mo +share/locale/id/LC_MESSAGES/kio_man.mo +share/locale/id/LC_MESSAGES/kio_nepomuk.mo +share/locale/id/LC_MESSAGES/kio_nepomuksearch.mo +share/locale/id/LC_MESSAGES/kio_nfs.mo share/locale/id/LC_MESSAGES/kio_remote.mo +share/locale/id/LC_MESSAGES/kio_sftp.mo +share/locale/id/LC_MESSAGES/kio_smb.mo +share/locale/id/LC_MESSAGES/kio_thumbnail.mo +share/locale/id/LC_MESSAGES/kio_timeline.mo +share/locale/id/LC_MESSAGES/kio_trash.mo +share/locale/id/LC_MESSAGES/kioclient.mo +share/locale/id/LC_MESSAGES/kioexec.mo share/locale/id/LC_MESSAGES/klipper.mo share/locale/id/LC_MESSAGES/kmenuedit.mo +share/locale/id/LC_MESSAGES/kmimetypefinder.mo +share/locale/id/LC_MESSAGES/knetattach.mo +share/locale/id/LC_MESSAGES/knotify4.mo share/locale/id/LC_MESSAGES/konqueror.mo share/locale/id/LC_MESSAGES/konsole.mo +share/locale/id/LC_MESSAGES/kpasswdserver.mo +share/locale/id/LC_MESSAGES/kquitapp.mo share/locale/id/LC_MESSAGES/krandr.mo +share/locale/id/LC_MESSAGES/krcdnotifieritem.mo +share/locale/id/LC_MESSAGES/krdb.mo +share/locale/id/LC_MESSAGES/kreadconfig.mo +share/locale/id/LC_MESSAGES/kremotecontroldaemon.mo +share/locale/id/LC_MESSAGES/krunner.mo +share/locale/id/LC_MESSAGES/kscreensaver.mo +share/locale/id/LC_MESSAGES/kshorturifilter.mo +share/locale/id/LC_MESSAGES/ksmserver.mo +share/locale/id/LC_MESSAGES/ksplashthemes.mo +share/locale/id/LC_MESSAGES/kstart.mo +share/locale/id/LC_MESSAGES/kstyle_config.mo share/locale/id/LC_MESSAGES/kstyle_keramik_config.mo share/locale/id/LC_MESSAGES/ksysguard.mo +share/locale/id/LC_MESSAGES/ksysguardlsofwidgets.mo +share/locale/id/LC_MESSAGES/ksystraycmd.mo +share/locale/id/LC_MESSAGES/kthememanager.mo +share/locale/id/LC_MESSAGES/ktimer.mo +share/locale/id/LC_MESSAGES/ktraderclient.mo +share/locale/id/LC_MESSAGES/kuiserver.mo +share/locale/id/LC_MESSAGES/kurifilter.mo +share/locale/id/LC_MESSAGES/kwalletd.mo share/locale/id/LC_MESSAGES/kwin.mo share/locale/id/LC_MESSAGES/kwin_clients.mo share/locale/id/LC_MESSAGES/kwin_effects.mo +share/locale/id/LC_MESSAGES/kwin_lib.mo +share/locale/id/LC_MESSAGES/kwinstartmenu.mo share/locale/id/LC_MESSAGES/kwrite.mo share/locale/id/LC_MESSAGES/kwriteconfig.mo +share/locale/id/LC_MESSAGES/kxkb.mo +share/locale/id/LC_MESSAGES/libkonq.mo +share/locale/id/LC_MESSAGES/libkremotecontrol.mo +share/locale/id/LC_MESSAGES/libkscreensaver.mo +share/locale/id/LC_MESSAGES/libkworkspace.mo +share/locale/id/LC_MESSAGES/liboktetacore.mo share/locale/id/LC_MESSAGES/libphonon.mo +share/locale/id/LC_MESSAGES/libplasmaclock.mo +share/locale/id/LC_MESSAGES/libtaskmanager.mo share/locale/id/LC_MESSAGES/nepomuk.mo +share/locale/id/LC_MESSAGES/nsplugin.mo +share/locale/id/LC_MESSAGES/okteta.mo +share/locale/id/LC_MESSAGES/oktetapart.mo share/locale/id/LC_MESSAGES/phonon-xine.mo share/locale/id/LC_MESSAGES/phonon_gstreamer.mo +share/locale/id/LC_MESSAGES/phonon_kde.mo +share/locale/id/LC_MESSAGES/phononserver.mo share/locale/id/LC_MESSAGES/plasma-desktop.mo share/locale/id/LC_MESSAGES/plasma-netbook.mo share/locale/id/LC_MESSAGES/plasma-overlay.mo +share/locale/id/LC_MESSAGES/plasma-windowed.mo share/locale/id/LC_MESSAGES/plasma_applet_battery.mo share/locale/id/LC_MESSAGES/plasma_applet_clock.mo share/locale/id/LC_MESSAGES/plasma_applet_currentappcontrol.mo @@ -88,6 +195,7 @@ share/locale/id/LC_MESSAGES/plasma_applet_launcher.mo share/locale/id/LC_MESSAGES/plasma_applet_lockout.mo share/locale/id/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/id/LC_MESSAGES/plasma_applet_newspaper.mo +share/locale/id/LC_MESSAGES/plasma_applet_notifications.mo share/locale/id/LC_MESSAGES/plasma_applet_pager.mo share/locale/id/LC_MESSAGES/plasma_applet_panel.mo share/locale/id/LC_MESSAGES/plasma_applet_panelspacer_internal.mo @@ -95,27 +203,58 @@ share/locale/id/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/id/LC_MESSAGES/plasma_applet_sal.mo share/locale/id/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/id/LC_MESSAGES/plasma_applet_searchbox.mo +share/locale/id/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/id/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/id/LC_MESSAGES/plasma_applet_systemtray.mo share/locale/id/LC_MESSAGES/plasma_applet_tasks.mo +share/locale/id/LC_MESSAGES/plasma_applet_trash.mo +share/locale/id/LC_MESSAGES/plasma_applet_webbrowser.mo +share/locale/id/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/id/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/id/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo +share/locale/id/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/id/LC_MESSAGES/plasma_containmentactions_switchactivity.mo +share/locale/id/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo +share/locale/id/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/id/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/id/LC_MESSAGES/plasma_engine_keystate.mo +share/locale/id/LC_MESSAGES/plasma_engine_kuiserver.mo +share/locale/id/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/id/LC_MESSAGES/plasma_engine_network.mo +share/locale/id/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/id/LC_MESSAGES/plasma_engine_nowplaying.mo +share/locale/id/LC_MESSAGES/plasma_engine_rss.mo share/locale/id/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/id/LC_MESSAGES/plasma_engine_weather.mo +share/locale/id/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/id/LC_MESSAGES/plasma_runner_calculatorrunner.mo +share/locale/id/LC_MESSAGES/plasma_runner_kill.mo +share/locale/id/LC_MESSAGES/plasma_runner_locations.mo +share/locale/id/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/id/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/id/LC_MESSAGES/plasma_runner_plasma-desktop.mo +share/locale/id/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/id/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/id/LC_MESSAGES/plasma_runner_services.mo +share/locale/id/LC_MESSAGES/plasma_runner_sessions.mo +share/locale/id/LC_MESSAGES/plasma_runner_shell.mo +share/locale/id/LC_MESSAGES/plasma_runner_solid.mo share/locale/id/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/id/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/id/LC_MESSAGES/plasma_runner_windows.mo +share/locale/id/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/id/LC_MESSAGES/plasma_wallpaper_color.mo +share/locale/id/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/id/LC_MESSAGES/plasmaengineexplorer.mo share/locale/id/LC_MESSAGES/plasmagenericshell.mo share/locale/id/LC_MESSAGES/plasmapkg.mo share/locale/id/LC_MESSAGES/plasmawallpaperviewer.mo +share/locale/id/LC_MESSAGES/plasmoidviewer.mo +share/locale/id/LC_MESSAGES/policykit-kde.mo share/locale/id/LC_MESSAGES/polkit-kde-authorization.mo share/locale/id/LC_MESSAGES/powerdevil.mo +share/locale/id/LC_MESSAGES/printer-applet.mo +share/locale/id/LC_MESSAGES/processcore.mo share/locale/id/LC_MESSAGES/processui.mo share/locale/id/LC_MESSAGES/randrmonitor.mo share/locale/id/LC_MESSAGES/solid-bluetooth.mo @@ -124,6 +263,8 @@ share/locale/id/LC_MESSAGES/solid-network.mo share/locale/id/LC_MESSAGES/solid-powermanagement.mo share/locale/id/LC_MESSAGES/solidcontrol.mo share/locale/id/LC_MESSAGES/soliduiserver.mo +share/locale/id/LC_MESSAGES/superkaramba.mo +share/locale/id/LC_MESSAGES/sweeper.mo share/locale/id/LC_MESSAGES/systemsettings.mo share/locale/id/LC_MESSAGES/useraccount.mo share/locale/id/entry.desktop diff --git a/misc/kde4-l10n-is/distinfo b/misc/kde4-l10n-is/distinfo index f1124d373378..43e73f9c9689 100644 --- a/misc/kde4-l10n-is/distinfo +++ b/misc/kde4-l10n-is/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-is-4.4.5.tar.bz2) = 38b86a12b1cccb79d0b61fce9be96afd -SHA256 (KDE/kde-l10n/kde-l10n-is-4.4.5.tar.bz2) = f2fe02476c05ae2d70a7667b2365331aef3b033f8236eeccc3b3d8e07921bd1f -SIZE (KDE/kde-l10n/kde-l10n-is-4.4.5.tar.bz2) = 2009934 +MD5 (KDE/kde-l10n/kde-l10n-is-4.5.1.tar.bz2) = 5f737a267821b277cbde32625a0e2a51 +SHA256 (KDE/kde-l10n/kde-l10n-is-4.5.1.tar.bz2) = 3999a67c35e2e2cbaf4e9c539a9ed7a099fe1deade35f64e7aa45a8275873642 +SIZE (KDE/kde-l10n/kde-l10n-is-4.5.1.tar.bz2) = 1602853 diff --git a/misc/kde4-l10n-is/pkg-plist b/misc/kde4-l10n-is/pkg-plist index 0cceca970a52..4a9c4bdad448 100644 --- a/misc/kde4-l10n-is/pkg-plist +++ b/misc/kde4-l10n-is/pkg-plist @@ -1,6 +1,6 @@ -share/locale/is/LC_MESSAGES/akregator.mo share/locale/is/LC_MESSAGES/amor.mo share/locale/is/LC_MESSAGES/ark.mo +share/locale/is/LC_MESSAGES/attica_kde.mo share/locale/is/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/is/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/is/LC_MESSAGES/audiorename_plugin.mo @@ -13,36 +13,30 @@ share/locale/is/LC_MESSAGES/dolphin.mo share/locale/is/LC_MESSAGES/dragonplayer.mo share/locale/is/LC_MESSAGES/drkonqi.mo share/locale/is/LC_MESSAGES/filetypes.mo +share/locale/is/LC_MESSAGES/freespacenotifier.mo +share/locale/is/LC_MESSAGES/granatier.mo share/locale/is/LC_MESSAGES/gwenview.mo share/locale/is/LC_MESSAGES/htmlsearch.mo share/locale/is/LC_MESSAGES/imagerename_plugin.mo -share/locale/is/LC_MESSAGES/irkick.mo +share/locale/is/LC_MESSAGES/jovie.mo share/locale/is/LC_MESSAGES/joystick.mo share/locale/is/LC_MESSAGES/juk.mo -share/locale/is/LC_MESSAGES/kabc.mo share/locale/is/LC_MESSAGES/kabc_dir.mo share/locale/is/LC_MESSAGES/kabc_file.mo share/locale/is/LC_MESSAGES/kabc_ldapkio.mo share/locale/is/LC_MESSAGES/kabc_net.mo -share/locale/is/LC_MESSAGES/kabc_slox.mo share/locale/is/LC_MESSAGES/kabcformat_binary.mo share/locale/is/LC_MESSAGES/kaccess.mo -share/locale/is/LC_MESSAGES/kaddressbook.mo -share/locale/is/LC_MESSAGES/kalarm.mo +share/locale/is/LC_MESSAGES/kajongg.mo share/locale/is/LC_MESSAGES/kalzium.mo -share/locale/is/LC_MESSAGES/kalzium_qt.mo share/locale/is/LC_MESSAGES/kapman.mo -share/locale/is/LC_MESSAGES/kappfinder.mo share/locale/is/LC_MESSAGES/kate.mo share/locale/is/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/is/LC_MESSAGES/katefiletemplates.mo share/locale/is/LC_MESSAGES/katehelloworld.mo -share/locale/is/LC_MESSAGES/katehtmltools.mo share/locale/is/LC_MESSAGES/katekjswrapper.mo share/locale/is/LC_MESSAGES/kateopenheader.mo share/locale/is/LC_MESSAGES/katepart4.mo -share/locale/is/LC_MESSAGES/katepybrowse.mo -share/locale/is/LC_MESSAGES/katesnippets.mo share/locale/is/LC_MESSAGES/katesymbolviewer.mo share/locale/is/LC_MESSAGES/katetabbarextension.mo share/locale/is/LC_MESSAGES/katetextfilter.mo @@ -61,15 +55,16 @@ share/locale/is/LC_MESSAGES/kcertpart.mo share/locale/is/LC_MESSAGES/kcharselect.mo share/locale/is/LC_MESSAGES/kcm_attica.mo share/locale/is/LC_MESSAGES/kcm_autostart.mo +share/locale/is/LC_MESSAGES/kcm_desktoppaths.mo share/locale/is/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/is/LC_MESSAGES/kcm_device_automounter.mo share/locale/is/LC_MESSAGES/kcm_emoticons.mo +share/locale/is/LC_MESSAGES/kcm_infobase.mo +share/locale/is/LC_MESSAGES/kcm_infosummary.mo share/locale/is/LC_MESSAGES/kcm_krfb.mo share/locale/is/LC_MESSAGES/kcm_kwindesktop.mo share/locale/is/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/is/LC_MESSAGES/kcm_lirc.mo share/locale/is/LC_MESSAGES/kcm_memory.mo -share/locale/is/LC_MESSAGES/kcm_partition.mo share/locale/is/LC_MESSAGES/kcm_pci.mo share/locale/is/LC_MESSAGES/kcm_phonon.mo share/locale/is/LC_MESSAGES/kcm_phononxine.mo @@ -86,13 +81,13 @@ share/locale/is/LC_MESSAGES/kcmcgi.mo share/locale/is/LC_MESSAGES/kcmcolors.mo share/locale/is/LC_MESSAGES/kcmcomponentchooser.mo share/locale/is/LC_MESSAGES/kcmcrypto.mo +share/locale/is/LC_MESSAGES/kcmdevinfo.mo share/locale/is/LC_MESSAGES/kcmfonts.mo share/locale/is/LC_MESSAGES/kcmhtmlsearch.mo share/locale/is/LC_MESSAGES/kcmicons.mo share/locale/is/LC_MESSAGES/kcminfo.mo share/locale/is/LC_MESSAGES/kcminit.mo share/locale/is/LC_MESSAGES/kcminput.mo -share/locale/is/LC_MESSAGES/kcmioslaveinfo.mo share/locale/is/LC_MESSAGES/kcmkamera.mo share/locale/is/LC_MESSAGES/kcmkclock.mo share/locale/is/LC_MESSAGES/kcmkded.mo @@ -121,7 +116,6 @@ share/locale/is/LC_MESSAGES/kcmscreensaver.mo share/locale/is/LC_MESSAGES/kcmshell.mo share/locale/is/LC_MESSAGES/kcmsmartcard.mo share/locale/is/LC_MESSAGES/kcmsmserver.mo -share/locale/is/LC_MESSAGES/kcmsolidproc.mo share/locale/is/LC_MESSAGES/kcmstyle.mo share/locale/is/LC_MESSAGES/kcmusb.mo share/locale/is/LC_MESSAGES/kcmview1394.mo @@ -135,15 +129,11 @@ share/locale/is/LC_MESSAGES/kdebugdialog.mo share/locale/is/LC_MESSAGES/kdecalendarsystems.mo share/locale/is/LC_MESSAGES/kdelibs4.mo share/locale/is/LC_MESSAGES/kdelibs_colors4.mo -share/locale/is/LC_MESSAGES/kdelirc.mo share/locale/is/LC_MESSAGES/kdepasswd.mo -share/locale/is/LC_MESSAGES/kdepimresources.mo -share/locale/is/LC_MESSAGES/kdepimwizards.mo share/locale/is/LC_MESSAGES/kdeqt.mo share/locale/is/LC_MESSAGES/kdesu.mo share/locale/is/LC_MESSAGES/kdesud.mo share/locale/is/LC_MESSAGES/kdf.mo -share/locale/is/LC_MESSAGES/kdgantt1.mo share/locale/is/LC_MESSAGES/kdialog.mo share/locale/is/LC_MESSAGES/kdiamond.mo share/locale/is/LC_MESSAGES/kdmconfig.mo @@ -190,6 +180,7 @@ share/locale/is/LC_MESSAGES/khotnewstuff.mo share/locale/is/LC_MESSAGES/khtmlkttsd.mo share/locale/is/LC_MESSAGES/kiconfinder.mo share/locale/is/LC_MESSAGES/kig.mo +share/locale/is/LC_MESSAGES/kigo.mo share/locale/is/LC_MESSAGES/killbots.mo share/locale/is/LC_MESSAGES/kinetd.mo share/locale/is/LC_MESSAGES/kinfocenter.mo @@ -201,7 +192,6 @@ share/locale/is/LC_MESSAGES/kio_bookmarks.mo share/locale/is/LC_MESSAGES/kio_finger.mo share/locale/is/LC_MESSAGES/kio_fish.mo share/locale/is/LC_MESSAGES/kio_floppy.mo -share/locale/is/LC_MESSAGES/kio_groupwise.mo share/locale/is/LC_MESSAGES/kio_help4.mo share/locale/is/LC_MESSAGES/kio_imap4.mo share/locale/is/LC_MESSAGES/kio_info.mo @@ -227,19 +217,13 @@ share/locale/is/LC_MESSAGES/kioclient.mo share/locale/is/LC_MESSAGES/kioexec.mo share/locale/is/LC_MESSAGES/kiriki.mo share/locale/is/LC_MESSAGES/kiten.mo -share/locale/is/LC_MESSAGES/kjots.mo share/locale/is/LC_MESSAGES/kjumpingcube.mo -share/locale/is/LC_MESSAGES/kleopatra.mo share/locale/is/LC_MESSAGES/klettres.mo share/locale/is/LC_MESSAGES/klines.mo share/locale/is/LC_MESSAGES/klipper.mo share/locale/is/LC_MESSAGES/klock.mo share/locale/is/LC_MESSAGES/kmag.mo share/locale/is/LC_MESSAGES/kmahjongg.mo -share/locale/is/LC_MESSAGES/kmail.mo -share/locale/is/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/is/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/is/LC_MESSAGES/kmailcvt.mo share/locale/is/LC_MESSAGES/kmenuedit.mo share/locale/is/LC_MESSAGES/kmimetypefinder.mo share/locale/is/LC_MESSAGES/kmines.mo @@ -250,8 +234,6 @@ share/locale/is/LC_MESSAGES/kmplot.mo share/locale/is/LC_MESSAGES/knetattach.mo share/locale/is/LC_MESSAGES/knetwalk.mo share/locale/is/LC_MESSAGES/knetworkconfmodule.mo -share/locale/is/LC_MESSAGES/knode.mo -share/locale/is/LC_MESSAGES/knotes.mo share/locale/is/LC_MESSAGES/knotify4.mo share/locale/is/LC_MESSAGES/kolf.mo share/locale/is/LC_MESSAGES/kollision.mo @@ -260,10 +242,7 @@ share/locale/is/LC_MESSAGES/kompare.mo share/locale/is/LC_MESSAGES/konqueror.mo share/locale/is/LC_MESSAGES/konquest.mo share/locale/is/LC_MESSAGES/konsole.mo -share/locale/is/LC_MESSAGES/konsolekalendar.mo -share/locale/is/LC_MESSAGES/kontact.mo share/locale/is/LC_MESSAGES/kopete.mo -share/locale/is/LC_MESSAGES/korganizer.mo share/locale/is/LC_MESSAGES/kpartsaver.mo share/locale/is/LC_MESSAGES/kpasswdserver.mo share/locale/is/LC_MESSAGES/kpat.mo @@ -271,22 +250,17 @@ share/locale/is/LC_MESSAGES/kppp.mo share/locale/is/LC_MESSAGES/kppplogview.mo share/locale/is/LC_MESSAGES/kquitapp.mo share/locale/is/LC_MESSAGES/krandr.mo +share/locale/is/LC_MESSAGES/krcdnotifieritem.mo share/locale/is/LC_MESSAGES/krdb.mo share/locale/is/LC_MESSAGES/krdc.mo share/locale/is/LC_MESSAGES/kreadconfig.mo -share/locale/is/LC_MESSAGES/kres_birthday.mo share/locale/is/LC_MESSAGES/kres_bugzilla.mo -share/locale/is/LC_MESSAGES/kres_groupware.mo -share/locale/is/LC_MESSAGES/kres_groupwise.mo -share/locale/is/LC_MESSAGES/kres_kolab.mo -share/locale/is/LC_MESSAGES/kres_remote.mo share/locale/is/LC_MESSAGES/kreversi.mo share/locale/is/LC_MESSAGES/krfb.mo share/locale/is/LC_MESSAGES/kruler.mo share/locale/is/LC_MESSAGES/krunner.mo share/locale/is/LC_MESSAGES/ksame.mo share/locale/is/LC_MESSAGES/ksaneplugin.mo -share/locale/is/LC_MESSAGES/ksayit.mo share/locale/is/LC_MESSAGES/kscd.mo share/locale/is/LC_MESSAGES/kscreensaver.mo share/locale/is/LC_MESSAGES/kshisen.mo @@ -313,11 +287,9 @@ share/locale/is/LC_MESSAGES/kteatime.mo share/locale/is/LC_MESSAGES/ktexteditor_plugins.mo share/locale/is/LC_MESSAGES/kthememanager.mo share/locale/is/LC_MESSAGES/ktimer.mo -share/locale/is/LC_MESSAGES/ktimetracker.mo share/locale/is/LC_MESSAGES/ktouch.mo share/locale/is/LC_MESSAGES/ktraderclient.mo share/locale/is/LC_MESSAGES/ktron.mo -share/locale/is/LC_MESSAGES/kttsd.mo share/locale/is/LC_MESSAGES/ktuberling.mo share/locale/is/LC_MESSAGES/ktux.mo share/locale/is/LC_MESSAGES/kubrick.mo @@ -327,8 +299,6 @@ share/locale/is/LC_MESSAGES/kurifilter.mo share/locale/is/LC_MESSAGES/kuser.mo share/locale/is/LC_MESSAGES/kwalletd.mo share/locale/is/LC_MESSAGES/kwalletmanager.mo -share/locale/is/LC_MESSAGES/kwatchgnupg.mo -share/locale/is/LC_MESSAGES/kweather.mo share/locale/is/LC_MESSAGES/kwin.mo share/locale/is/LC_MESSAGES/kwin_art_clients.mo share/locale/is/LC_MESSAGES/kwin_clients.mo @@ -347,19 +317,15 @@ share/locale/is/LC_MESSAGES/libkcompactdisc.mo share/locale/is/LC_MESSAGES/libkdcraw.mo share/locale/is/LC_MESSAGES/libkdeedu.mo share/locale/is/LC_MESSAGES/libkdegames.mo -share/locale/is/LC_MESSAGES/libkdepim.mo share/locale/is/LC_MESSAGES/libkexiv2.mo share/locale/is/LC_MESSAGES/libkholidays.mo -share/locale/is/LC_MESSAGES/libkleopatra.mo share/locale/is/LC_MESSAGES/libkmahjongg.mo share/locale/is/LC_MESSAGES/libkonq.mo +share/locale/is/LC_MESSAGES/libkremotecontrol.mo share/locale/is/LC_MESSAGES/libksane.mo share/locale/is/LC_MESSAGES/libkscreensaver.mo -share/locale/is/LC_MESSAGES/libksieve.mo share/locale/is/LC_MESSAGES/libkunitconversion.mo share/locale/is/LC_MESSAGES/libkworkspace.mo -share/locale/is/LC_MESSAGES/libmessagelist.mo -share/locale/is/LC_MESSAGES/libmessageviewer.mo share/locale/is/LC_MESSAGES/liboktetacore.mo share/locale/is/LC_MESSAGES/liboktetakasten.mo share/locale/is/LC_MESSAGES/libphonon.mo @@ -392,6 +358,7 @@ share/locale/is/LC_MESSAGES/okular_plucker.mo share/locale/is/LC_MESSAGES/okular_poppler.mo share/locale/is/LC_MESSAGES/okular_tiff.mo share/locale/is/LC_MESSAGES/okular_xps.mo +share/locale/is/LC_MESSAGES/palapeli.mo share/locale/is/LC_MESSAGES/parley.mo share/locale/is/LC_MESSAGES/phonon-xine.mo share/locale/is/LC_MESSAGES/phonon_gstreamer.mo @@ -400,6 +367,7 @@ share/locale/is/LC_MESSAGES/phononserver.mo share/locale/is/LC_MESSAGES/plasma-desktop.mo share/locale/is/LC_MESSAGES/plasma-netbook.mo share/locale/is/LC_MESSAGES/plasma-overlay.mo +share/locale/is/LC_MESSAGES/plasma-windowed.mo share/locale/is/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/is/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/is/LC_MESSAGES/plasma_applet_battery.mo @@ -432,6 +400,7 @@ share/locale/is/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/is/LC_MESSAGES/plasma_applet_news.mo share/locale/is/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/is/LC_MESSAGES/plasma_applet_notes.mo +share/locale/is/LC_MESSAGES/plasma_applet_notifications.mo share/locale/is/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/is/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/is/LC_MESSAGES/plasma_applet_pager.mo @@ -467,6 +436,7 @@ share/locale/is/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/is/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo share/locale/is/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/is/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/is/LC_MESSAGES/plasma_engine_calendar.mo share/locale/is/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/is/LC_MESSAGES/plasma_engine_metadata.mo share/locale/is/LC_MESSAGES/plasma_engine_network.mo @@ -474,6 +444,7 @@ share/locale/is/LC_MESSAGES/plasma_engine_notifications.mo share/locale/is/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/is/LC_MESSAGES/plasma_engine_pastebin.mo share/locale/is/LC_MESSAGES/plasma_engine_rss.mo +share/locale/is/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/is/LC_MESSAGES/plasma_engine_weather.mo share/locale/is/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/is/LC_MESSAGES/plasma_runner_bookmarksrunner.mo @@ -487,6 +458,7 @@ share/locale/is/LC_MESSAGES/plasma_runner_kill.mo share/locale/is/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/is/LC_MESSAGES/plasma_runner_konsolesessions.mo share/locale/is/LC_MESSAGES/plasma_runner_locations.mo +share/locale/is/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/is/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/is/LC_MESSAGES/plasma_runner_placesrunner.mo share/locale/is/LC_MESSAGES/plasma_runner_plasma-desktop.mo @@ -498,6 +470,7 @@ share/locale/is/LC_MESSAGES/plasma_runner_shell.mo share/locale/is/LC_MESSAGES/plasma_runner_solid.mo share/locale/is/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/is/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/is/LC_MESSAGES/plasma_runner_windows.mo share/locale/is/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/is/LC_MESSAGES/plasma_wallpaper_image.mo @@ -517,6 +490,7 @@ share/locale/is/LC_MESSAGES/powerdevil.mo share/locale/is/LC_MESSAGES/printer-applet.mo share/locale/is/LC_MESSAGES/processcore.mo share/locale/is/LC_MESSAGES/processui.mo +share/locale/is/LC_MESSAGES/randrmonitor.mo share/locale/is/LC_MESSAGES/solid-bluetooth.mo share/locale/is/LC_MESSAGES/solid-hardware.mo share/locale/is/LC_MESSAGES/solid-network.mo diff --git a/misc/kde4-l10n-it/Makefile.man b/misc/kde4-l10n-it/Makefile.man index 6b550f3cc1a7..d30fe4384e9f 100644 --- a/misc/kde4-l10n-it/Makefile.man +++ b/misc/kde4-l10n-it/Makefile.man @@ -1,4 +1,4 @@ -MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 +MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kalzium.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 MAN6= amor.6 khangman.6 kpat.6 MAN7= kdeoptions.7 qtoptions.7 MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 nepomukserver.8 nepomukservicestub.8 diff --git a/misc/kde4-l10n-it/distinfo b/misc/kde4-l10n-it/distinfo index 656f26875616..1ba16d569946 100644 --- a/misc/kde4-l10n-it/distinfo +++ b/misc/kde4-l10n-it/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-it-4.4.5.tar.bz2) = f78caa4875c7ded7ad177201fbf5f1fb -SHA256 (KDE/kde-l10n/kde-l10n-it-4.4.5.tar.bz2) = b906a97d071967816d460d11c28273a9adf14f6a96d5978c2905f6794b0af4a9 -SIZE (KDE/kde-l10n/kde-l10n-it-4.4.5.tar.bz2) = 11339894 +MD5 (KDE/kde-l10n/kde-l10n-it-4.5.1.tar.bz2) = db882fb319c9db1abaa96969632e4168 +SHA256 (KDE/kde-l10n/kde-l10n-it-4.5.1.tar.bz2) = c50b3418f7acd399220145dde6f7b6e69651ae8b35aede1e360a47ea2b6d937c +SIZE (KDE/kde-l10n/kde-l10n-it-4.5.1.tar.bz2) = 9877713 diff --git a/misc/kde4-l10n-it/pkg-plist b/misc/kde4-l10n-it/pkg-plist index 13ed7c02b8ae..330f18d850cb 100644 --- a/misc/kde4-l10n-it/pkg-plist +++ b/misc/kde4-l10n-it/pkg-plist @@ -153,9 +153,6 @@ share/doc/HTML/it/PolicyKit-kde/howitworks.docbook share/doc/HTML/it/PolicyKit-kde/index.cache.bz2 share/doc/HTML/it/PolicyKit-kde/index.docbook share/doc/HTML/it/PolicyKit-kde/introduction.docbook -share/doc/HTML/it/akregator/common -share/doc/HTML/it/akregator/index.cache.bz2 -share/doc/HTML/it/akregator/index.docbook share/doc/HTML/it/amor/common share/doc/HTML/it/amor/index.cache.bz2 share/doc/HTML/it/amor/index.docbook @@ -167,9 +164,6 @@ share/doc/HTML/it/ark/man-ark.1.docbook share/doc/HTML/it/blinken/common share/doc/HTML/it/blinken/index.cache.bz2 share/doc/HTML/it/blinken/index.docbook -share/doc/HTML/it/blogilo/common -share/doc/HTML/it/blogilo/index.cache.bz2 -share/doc/HTML/it/blogilo/index.docbook share/doc/HTML/it/bomber/common share/doc/HTML/it/bomber/index.cache.bz2 share/doc/HTML/it/bomber/index.docbook @@ -192,9 +186,6 @@ share/doc/HTML/it/dolphin/index.docbook share/doc/HTML/it/dragonplayer/common share/doc/HTML/it/dragonplayer/index.cache.bz2 share/doc/HTML/it/dragonplayer/index.docbook -share/doc/HTML/it/filelight/common -share/doc/HTML/it/filelight/index.cache.bz2 -share/doc/HTML/it/filelight/index.docbook share/doc/HTML/it/granatier/common share/doc/HTML/it/granatier/index.cache.bz2 share/doc/HTML/it/granatier/index.docbook @@ -208,19 +199,15 @@ share/doc/HTML/it/gwenview/introduction.docbook share/doc/HTML/it/gwenview/keybindings.docbook share/doc/HTML/it/gwenview/mouse.docbook share/doc/HTML/it/gwenview/view_mode.png -share/doc/HTML/it/irkick/common -share/doc/HTML/it/irkick/index.cache.bz2 -share/doc/HTML/it/irkick/index.docbook +share/doc/HTML/it/jovie/common +share/doc/HTML/it/jovie/index.cache.bz2 +share/doc/HTML/it/jovie/index.docbook share/doc/HTML/it/juk/common share/doc/HTML/it/juk/index.cache.bz2 share/doc/HTML/it/juk/index.docbook -share/doc/HTML/it/kabcclient/common -share/doc/HTML/it/kabcclient/index.cache.bz2 -share/doc/HTML/it/kabcclient/index.docbook -share/doc/HTML/it/kabcclient/man-kabcclient.1.docbook -share/doc/HTML/it/kalarm/common -share/doc/HTML/it/kalarm/index.cache.bz2 -share/doc/HTML/it/kalarm/index.docbook +share/doc/HTML/it/kajongg/common +share/doc/HTML/it/kajongg/index.cache.bz2 +share/doc/HTML/it/kajongg/index.docbook share/doc/HTML/it/kalgebra/common share/doc/HTML/it/kalgebra/index.cache.bz2 share/doc/HTML/it/kalgebra/index.docbook @@ -306,9 +293,6 @@ share/doc/HTML/it/kcalc/index.docbook share/doc/HTML/it/kcharselect/common share/doc/HTML/it/kcharselect/index.cache.bz2 share/doc/HTML/it/kcharselect/index.docbook -share/doc/HTML/it/kcmlirc/common -share/doc/HTML/it/kcmlirc/index.cache.bz2 -share/doc/HTML/it/kcmlirc/index.docbook share/doc/HTML/it/kcontrol/attica/common share/doc/HTML/it/kcontrol/attica/index.cache.bz2 share/doc/HTML/it/kcontrol/attica/index.docbook @@ -435,6 +419,9 @@ share/doc/HTML/it/kcontrol/khtml-plugins/index.docbook share/doc/HTML/it/kcontrol/knetworkconf/common share/doc/HTML/it/kcontrol/knetworkconf/index.cache.bz2 share/doc/HTML/it/kcontrol/knetworkconf/index.docbook +share/doc/HTML/it/kcontrol/kremotecontrol/common +share/doc/HTML/it/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/it/kcontrol/kremotecontrol/index.docbook share/doc/HTML/it/kcontrol/kresources/common share/doc/HTML/it/kcontrol/kresources/index.cache.bz2 share/doc/HTML/it/kcontrol/kresources/index.docbook @@ -553,6 +540,9 @@ share/doc/HTML/it/kfind/man-kfind.1.docbook share/doc/HTML/it/kfloppy/common share/doc/HTML/it/kfloppy/index.cache.bz2 share/doc/HTML/it/kfloppy/index.docbook +share/doc/HTML/it/kfontview/common +share/doc/HTML/it/kfontview/index.cache.bz2 +share/doc/HTML/it/kfontview/index.docbook share/doc/HTML/it/kfourinline/common share/doc/HTML/it/kfourinline/index.cache.bz2 share/doc/HTML/it/kfourinline/index.docbook @@ -579,97 +569,12 @@ share/doc/HTML/it/khangman/index.cache.bz2 share/doc/HTML/it/khangman/index.docbook share/doc/HTML/it/khangman/man-khangman.6.docbook share/doc/HTML/it/khelpcenter/common -share/doc/HTML/it/khelpcenter/contact.docbook -share/doc/HTML/it/khelpcenter/faq/about.docbook -share/doc/HTML/it/khelpcenter/faq/common -share/doc/HTML/it/khelpcenter/faq/configkde.docbook -share/doc/HTML/it/khelpcenter/faq/contrib.docbook -share/doc/HTML/it/khelpcenter/faq/desktop.docbook -share/doc/HTML/it/khelpcenter/faq/filemng.docbook -share/doc/HTML/it/khelpcenter/faq/getkde.docbook -share/doc/HTML/it/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/it/khelpcenter/faq/index.docbook -share/doc/HTML/it/khelpcenter/faq/install.docbook -share/doc/HTML/it/khelpcenter/faq/intro.docbook -share/doc/HTML/it/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/it/khelpcenter/faq/misc.docbook -share/doc/HTML/it/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/it/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/it/khelpcenter/faq/notrelated.docbook -share/doc/HTML/it/khelpcenter/faq/panel.docbook -share/doc/HTML/it/khelpcenter/faq/qt.docbook -share/doc/HTML/it/khelpcenter/faq/questions.docbook -share/doc/HTML/it/khelpcenter/faq/sound.docbook -share/doc/HTML/it/khelpcenter/faq/tips.docbook -share/doc/HTML/it/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/it/khelpcenter/faq/winmng.docbook share/doc/HTML/it/khelpcenter/glossary/common share/doc/HTML/it/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/it/khelpcenter/glossary/index.docbook share/doc/HTML/it/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/it/khelpcenter/help.docbook share/doc/HTML/it/khelpcenter/index.cache.bz2 share/doc/HTML/it/khelpcenter/index.docbook -share/doc/HTML/it/khelpcenter/quickstart/common -share/doc/HTML/it/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/it/khelpcenter/quickstart/index.docbook -share/doc/HTML/it/khelpcenter/support.docbook -share/doc/HTML/it/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/it/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/it/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/it/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/it/khelpcenter/userguide/common -share/doc/HTML/it/khelpcenter/userguide/control-center.docbook -share/doc/HTML/it/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/it/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/it/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/it/khelpcenter/userguide/email.docbook -share/doc/HTML/it/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/it/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/it/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/it/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/it/khelpcenter/userguide/glossary.docbook -share/doc/HTML/it/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/it/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/it/khelpcenter/userguide/index.docbook -share/doc/HTML/it/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/it/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/it/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/it/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/it/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/it/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/it/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/it/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/it/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/it/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/it/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/it/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/it/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/it/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/it/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/it/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/it/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/it/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/it/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/it/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/it/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/it/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/it/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/it/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/it/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/it/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/it/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/it/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/it/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/it/khelpcenter/userguide/usenet.docbook -share/doc/HTML/it/khelpcenter/userguide/where-next.docbook -share/doc/HTML/it/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/it/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/it/khelpcenter/visualdict/common -share/doc/HTML/it/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/it/khelpcenter/visualdict/index.docbook -share/doc/HTML/it/khelpcenter/welcome.docbook -share/doc/HTML/it/khelpcenter/whatiskde.docbook share/doc/HTML/it/kig/common share/doc/HTML/it/kig/index.cache.bz2 share/doc/HTML/it/kig/index.docbook @@ -684,62 +589,8 @@ share/doc/HTML/it/kimagemapeditor/common share/doc/HTML/it/kimagemapeditor/index.cache.bz2 share/doc/HTML/it/kimagemapeditor/index.docbook share/doc/HTML/it/kinfocenter/common -share/doc/HTML/it/kinfocenter/devices/common -share/doc/HTML/it/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/it/kinfocenter/devices/index.docbook -share/doc/HTML/it/kinfocenter/dma/common -share/doc/HTML/it/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/it/kinfocenter/dma/index.docbook share/doc/HTML/it/kinfocenter/index.cache.bz2 share/doc/HTML/it/kinfocenter/index.docbook -share/doc/HTML/it/kinfocenter/interrupts/common -share/doc/HTML/it/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/it/kinfocenter/interrupts/index.docbook -share/doc/HTML/it/kinfocenter/ioports/common -share/doc/HTML/it/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/it/kinfocenter/ioports/index.docbook -share/doc/HTML/it/kinfocenter/memory/common -share/doc/HTML/it/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/it/kinfocenter/memory/index.docbook -share/doc/HTML/it/kinfocenter/nics/common -share/doc/HTML/it/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/it/kinfocenter/nics/index.docbook -share/doc/HTML/it/kinfocenter/opengl/common -share/doc/HTML/it/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/it/kinfocenter/opengl/index.docbook -share/doc/HTML/it/kinfocenter/partitions/common -share/doc/HTML/it/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/it/kinfocenter/partitions/index.docbook -share/doc/HTML/it/kinfocenter/pci/common -share/doc/HTML/it/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/it/kinfocenter/pci/index.docbook -share/doc/HTML/it/kinfocenter/pcmcia/common -share/doc/HTML/it/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/it/kinfocenter/pcmcia/index.docbook -share/doc/HTML/it/kinfocenter/processor/common -share/doc/HTML/it/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/it/kinfocenter/processor/index.docbook -share/doc/HTML/it/kinfocenter/protocols/common -share/doc/HTML/it/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/it/kinfocenter/protocols/index.docbook -share/doc/HTML/it/kinfocenter/samba/common -share/doc/HTML/it/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/it/kinfocenter/samba/index.docbook -share/doc/HTML/it/kinfocenter/scsi/common -share/doc/HTML/it/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/it/kinfocenter/scsi/index.docbook -share/doc/HTML/it/kinfocenter/sound/common -share/doc/HTML/it/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/it/kinfocenter/sound/index.docbook -share/doc/HTML/it/kinfocenter/usb/common -share/doc/HTML/it/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/it/kinfocenter/usb/index.docbook -share/doc/HTML/it/kinfocenter/view1394/common -share/doc/HTML/it/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/it/kinfocenter/view1394/index.docbook -share/doc/HTML/it/kinfocenter/xserver/common -share/doc/HTML/it/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/it/kinfocenter/xserver/index.docbook share/doc/HTML/it/kioslave/audiocd/common share/doc/HTML/it/kioslave/audiocd/index.cache.bz2 share/doc/HTML/it/kioslave/audiocd/index.docbook @@ -800,9 +651,6 @@ share/doc/HTML/it/kioslave/mbox/index.docbook share/doc/HTML/it/kioslave/network/common share/doc/HTML/it/kioslave/network/index.cache.bz2 share/doc/HTML/it/kioslave/network/index.docbook -share/doc/HTML/it/kioslave/news/common -share/doc/HTML/it/kioslave/news/index.cache.bz2 -share/doc/HTML/it/kioslave/news/index.docbook share/doc/HTML/it/kioslave/nfs/common share/doc/HTML/it/kioslave/nfs/index.cache.bz2 share/doc/HTML/it/kioslave/nfs/index.docbook @@ -848,15 +696,9 @@ share/doc/HTML/it/kiriki/index.docbook share/doc/HTML/it/kiten/common share/doc/HTML/it/kiten/index.cache.bz2 share/doc/HTML/it/kiten/index.docbook -share/doc/HTML/it/kjots/common -share/doc/HTML/it/kjots/index.cache.bz2 -share/doc/HTML/it/kjots/index.docbook share/doc/HTML/it/kjumpingcube/common share/doc/HTML/it/kjumpingcube/index.cache.bz2 share/doc/HTML/it/kjumpingcube/index.docbook -share/doc/HTML/it/kleopatra/common -share/doc/HTML/it/kleopatra/index.cache.bz2 -share/doc/HTML/it/kleopatra/index.docbook share/doc/HTML/it/klettres/common share/doc/HTML/it/klettres/index.cache.bz2 share/doc/HTML/it/klettres/index.docbook @@ -878,17 +720,6 @@ share/doc/HTML/it/kmag/man-kmag.1.docbook share/doc/HTML/it/kmahjongg/common share/doc/HTML/it/kmahjongg/index.cache.bz2 share/doc/HTML/it/kmahjongg/index.docbook -share/doc/HTML/it/kmail/common -share/doc/HTML/it/kmail/configure.docbook -share/doc/HTML/it/kmail/credits-and-licenses.docbook -share/doc/HTML/it/kmail/faq.docbook -share/doc/HTML/it/kmail/getting-started.docbook -share/doc/HTML/it/kmail/importing.docbook -share/doc/HTML/it/kmail/index.cache.bz2 -share/doc/HTML/it/kmail/index.docbook -share/doc/HTML/it/kmail/intro.docbook -share/doc/HTML/it/kmail/menus.docbook -share/doc/HTML/it/kmail/using-kmail.docbook share/doc/HTML/it/kmenuedit/common share/doc/HTML/it/kmenuedit/index.cache.bz2 share/doc/HTML/it/kmenuedit/index.docbook @@ -929,23 +760,6 @@ share/doc/HTML/it/knetattach/index.docbook share/doc/HTML/it/knetwalk/common share/doc/HTML/it/knetwalk/index.cache.bz2 share/doc/HTML/it/knetwalk/index.docbook -share/doc/HTML/it/knode/commands.docbook -share/doc/HTML/it/knode/common -share/doc/HTML/it/knode/credits.docbook -share/doc/HTML/it/knode/faq.docbook -share/doc/HTML/it/knode/gloss.docbook -share/doc/HTML/it/knode/index.cache.bz2 -share/doc/HTML/it/knode/index.docbook -share/doc/HTML/it/knode/install.docbook -share/doc/HTML/it/knode/introduction.docbook -share/doc/HTML/it/knode/journey.docbook -share/doc/HTML/it/knode/more.docbook -share/doc/HTML/it/knode/using-firststart.docbook -share/doc/HTML/it/knode/using-morefeatures.docbook -share/doc/HTML/it/knode/using-subscribing.docbook -share/doc/HTML/it/knotes/common -share/doc/HTML/it/knotes/index.cache.bz2 -share/doc/HTML/it/knotes/index.docbook share/doc/HTML/it/kolf/common share/doc/HTML/it/kolf/index.cache.bz2 share/doc/HTML/it/kolf/index.docbook @@ -999,26 +813,12 @@ share/doc/HTML/it/konsole/index.cache.bz2 share/doc/HTML/it/konsole/index.docbook share/doc/HTML/it/konsole/konsole.png share/doc/HTML/it/konsole/tabbar.png -share/doc/HTML/it/konsolekalendar/common -share/doc/HTML/it/konsolekalendar/index.cache.bz2 -share/doc/HTML/it/konsolekalendar/index.docbook -share/doc/HTML/it/kontact-admin/common -share/doc/HTML/it/kontact-admin/index.cache.bz2 -share/doc/HTML/it/kontact-admin/index.docbook -share/doc/HTML/it/kontact/common -share/doc/HTML/it/kontact/index.cache.bz2 -share/doc/HTML/it/kontact/index.docbook share/doc/HTML/it/kopete/chatstyle.docbook share/doc/HTML/it/kopete/common share/doc/HTML/it/kopete/index.cache.bz2 share/doc/HTML/it/kopete/index.docbook share/doc/HTML/it/kopete/menus.docbook share/doc/HTML/it/kopete/pipes.docbook -share/doc/HTML/it/korganizer/common -share/doc/HTML/it/korganizer/index.cache.bz2 -share/doc/HTML/it/korganizer/index.docbook -share/doc/HTML/it/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/it/korganizer/plugins-chapter.docbook share/doc/HTML/it/kpat/common share/doc/HTML/it/kpat/index.cache.bz2 share/doc/HTML/it/kpat/index.docbook @@ -1170,9 +970,6 @@ share/doc/HTML/it/kteatime/index.docbook share/doc/HTML/it/ktimer/common share/doc/HTML/it/ktimer/index.cache.bz2 share/doc/HTML/it/ktimer/index.docbook -share/doc/HTML/it/ktimetracker/common -share/doc/HTML/it/ktimetracker/index.cache.bz2 -share/doc/HTML/it/ktimetracker/index.docbook share/doc/HTML/it/ktouch/common share/doc/HTML/it/ktouch/index.cache.bz2 share/doc/HTML/it/ktouch/index.docbook @@ -1183,9 +980,6 @@ share/doc/HTML/it/ktouch/screenshot3.png share/doc/HTML/it/ktron/common share/doc/HTML/it/ktron/index.cache.bz2 share/doc/HTML/it/ktron/index.docbook -share/doc/HTML/it/kttsd/common -share/doc/HTML/it/kttsd/index.cache.bz2 -share/doc/HTML/it/kttsd/index.docbook share/doc/HTML/it/ktuberling/common share/doc/HTML/it/ktuberling/index.cache.bz2 share/doc/HTML/it/ktuberling/index.docbook @@ -1207,12 +1001,6 @@ share/doc/HTML/it/kuser/index.docbook share/doc/HTML/it/kwallet/common share/doc/HTML/it/kwallet/index.cache.bz2 share/doc/HTML/it/kwallet/index.docbook -share/doc/HTML/it/kwatchgnupg/common -share/doc/HTML/it/kwatchgnupg/index.cache.bz2 -share/doc/HTML/it/kwatchgnupg/index.docbook -share/doc/HTML/it/kweather/common -share/doc/HTML/it/kweather/index.cache.bz2 -share/doc/HTML/it/kweather/index.docbook share/doc/HTML/it/kwordquiz/common share/doc/HTML/it/kwordquiz/index.cache.bz2 share/doc/HTML/it/kwordquiz/index.docbook @@ -1228,51 +1016,18 @@ share/doc/HTML/it/lskat/index.docbook share/doc/HTML/it/marble/common share/doc/HTML/it/marble/index.cache.bz2 share/doc/HTML/it/marble/index.docbook -share/doc/HTML/it/okteta/basics.docbook share/doc/HTML/it/okteta/common -share/doc/HTML/it/okteta/credits.docbook share/doc/HTML/it/okteta/index.cache.bz2 share/doc/HTML/it/okteta/index.docbook -share/doc/HTML/it/okteta/introduction.docbook -share/doc/HTML/it/okteta/menu.docbook -share/doc/HTML/it/okteta/tools.docbook share/doc/HTML/it/okular/common share/doc/HTML/it/okular/index.cache.bz2 share/doc/HTML/it/okular/index.docbook +share/doc/HTML/it/onlinehelp/common +share/doc/HTML/it/onlinehelp/index.cache.bz2 +share/doc/HTML/it/onlinehelp/index.docbook share/doc/HTML/it/palapeli/common share/doc/HTML/it/palapeli/index.cache.bz2 share/doc/HTML/it/palapeli/index.docbook -share/doc/HTML/it/parley/art-query-dlg.png -share/doc/HTML/it/parley/common -share/doc/HTML/it/parley/comp-query-dlg.png -share/doc/HTML/it/parley/docprop1-dlg.png -share/doc/HTML/it/parley/docprop2-dlg.png -share/doc/HTML/it/parley/docprop6-dlg.png -share/doc/HTML/it/parley/entry1-dlg.png -share/doc/HTML/it/parley/entry2-dlg.png -share/doc/HTML/it/parley/entry3-dlg.png -share/doc/HTML/it/parley/entry4-dlg.png -share/doc/HTML/it/parley/entry5-dlg.png -share/doc/HTML/it/parley/entry6-dlg.png -share/doc/HTML/it/parley/index.cache.bz2 -share/doc/HTML/it/parley/index.docbook -share/doc/HTML/it/parley/lang1-dlg.png -share/doc/HTML/it/parley/mainview.png -share/doc/HTML/it/parley/mu-query-dlg.png -share/doc/HTML/it/parley/options1-dlg.png -share/doc/HTML/it/parley/options2-dlg.png -share/doc/HTML/it/parley/options3-dlg.png -share/doc/HTML/it/parley/options4-dlg.png -share/doc/HTML/it/parley/pron-dlg.png -share/doc/HTML/it/parley/q-opt1-dlg.png -share/doc/HTML/it/parley/q-opt2-dlg.png -share/doc/HTML/it/parley/q-opt3-dlg.png -share/doc/HTML/it/parley/q-opt4-dlg.png -share/doc/HTML/it/parley/query-dlg.png -share/doc/HTML/it/parley/stat1-dlg.png -share/doc/HTML/it/parley/stat2-dlg.png -share/doc/HTML/it/parley/syn-query-dlg.png -share/doc/HTML/it/parley/verb-query-dlg.png share/doc/HTML/it/plasma-desktop/common share/doc/HTML/it/plasma-desktop/index.cache.bz2 share/doc/HTML/it/plasma-desktop/index.docbook @@ -1290,9 +1045,6 @@ share/doc/HTML/it/step/examples.docbook share/doc/HTML/it/step/index.cache.bz2 share/doc/HTML/it/step/index.docbook share/doc/HTML/it/step/tutorials.docbook -share/doc/HTML/it/superkaramba/common -share/doc/HTML/it/superkaramba/index.cache.bz2 -share/doc/HTML/it/superkaramba/index.docbook share/doc/HTML/it/systemsettings/common share/doc/HTML/it/systemsettings/index.cache.bz2 share/doc/HTML/it/systemsettings/index.docbook @@ -1306,33 +1058,7 @@ share/doc/HTML/it/umbrello/introduction.docbook share/doc/HTML/it/umbrello/other_features.docbook share/doc/HTML/it/umbrello/uml_basics.docbook share/doc/HTML/it/umbrello/working_with_umbrello.docbook -share/locale/it/LC_MESSAGES/akonadi-kcal.mo -share/locale/it/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/it/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/it/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/it/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/it/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/it/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/it/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/it/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/it/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/it/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/it/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/it/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/it/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/it/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/it/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/it/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/it/LC_MESSAGES/akonadi_next.mo -share/locale/it/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/it/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/it/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/it/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/it/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/it/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/it/LC_MESSAGES/akonadicontact.mo -share/locale/it/LC_MESSAGES/akonaditray.mo -share/locale/it/LC_MESSAGES/akregator.mo share/locale/it/LC_MESSAGES/amor.mo share/locale/it/LC_MESSAGES/ark.mo share/locale/it/LC_MESSAGES/attica_kde.mo @@ -1340,43 +1066,37 @@ share/locale/it/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/it/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/it/LC_MESSAGES/audiorename_plugin.mo share/locale/it/LC_MESSAGES/blinken.mo -share/locale/it/LC_MESSAGES/blogilo.mo share/locale/it/LC_MESSAGES/bomber.mo share/locale/it/LC_MESSAGES/bovo.mo share/locale/it/LC_MESSAGES/cantor.mo share/locale/it/LC_MESSAGES/cervisia.mo -share/locale/it/LC_MESSAGES/cryptopageplugin.mo share/locale/it/LC_MESSAGES/cvsservice.mo share/locale/it/LC_MESSAGES/display.mo share/locale/it/LC_MESSAGES/dolphin.mo share/locale/it/LC_MESSAGES/dragonplayer.mo share/locale/it/LC_MESSAGES/drkonqi.mo share/locale/it/LC_MESSAGES/filetypes.mo +share/locale/it/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/it/LC_MESSAGES/freespacenotifier.mo share/locale/it/LC_MESSAGES/granatier.mo share/locale/it/LC_MESSAGES/gwenview.mo share/locale/it/LC_MESSAGES/htmlsearch.mo share/locale/it/LC_MESSAGES/imagerename_plugin.mo -share/locale/it/LC_MESSAGES/irkick.mo +share/locale/it/LC_MESSAGES/jovie.mo share/locale/it/LC_MESSAGES/joystick.mo share/locale/it/LC_MESSAGES/juk.mo share/locale/it/LC_MESSAGES/kabc.mo -share/locale/it/LC_MESSAGES/kabc_akonadi.mo share/locale/it/LC_MESSAGES/kabc_dir.mo share/locale/it/LC_MESSAGES/kabc_file.mo share/locale/it/LC_MESSAGES/kabc_ldapkio.mo share/locale/it/LC_MESSAGES/kabc_net.mo -share/locale/it/LC_MESSAGES/kabc_slox.mo -share/locale/it/LC_MESSAGES/kabcclient.mo share/locale/it/LC_MESSAGES/kabcformat_binary.mo share/locale/it/LC_MESSAGES/kaccess.mo -share/locale/it/LC_MESSAGES/kaddressbook.mo -share/locale/it/LC_MESSAGES/kalarm.mo +share/locale/it/LC_MESSAGES/kajongg.mo share/locale/it/LC_MESSAGES/kalgebra.mo share/locale/it/LC_MESSAGES/kalzium.mo -share/locale/it/LC_MESSAGES/kalzium_qt.mo share/locale/it/LC_MESSAGES/kanagram.mo share/locale/it/LC_MESSAGES/kapman.mo -share/locale/it/LC_MESSAGES/kappfinder.mo share/locale/it/LC_MESSAGES/kapptemplate.mo share/locale/it/LC_MESSAGES/kate-ctags-plugin.mo share/locale/it/LC_MESSAGES/kate.mo @@ -1388,20 +1108,17 @@ share/locale/it/LC_MESSAGES/katefilebrowserplugin.mo share/locale/it/LC_MESSAGES/katefiletemplates.mo share/locale/it/LC_MESSAGES/katefindinfilesplugin.mo share/locale/it/LC_MESSAGES/katehelloworld.mo -share/locale/it/LC_MESSAGES/katehtmltools.mo share/locale/it/LC_MESSAGES/kateinsertcommand.mo share/locale/it/LC_MESSAGES/katekjswrapper.mo share/locale/it/LC_MESSAGES/katekonsoleplugin.mo share/locale/it/LC_MESSAGES/katemailfilesplugin.mo share/locale/it/LC_MESSAGES/kateopenheader.mo share/locale/it/LC_MESSAGES/katepart4.mo -share/locale/it/LC_MESSAGES/katepybrowse.mo share/locale/it/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/it/LC_MESSAGES/katesnippets.mo share/locale/it/LC_MESSAGES/katesnippets_tng.mo -share/locale/it/LC_MESSAGES/katesnippetstng_editor.mo share/locale/it/LC_MESSAGES/katesymbolviewer.mo share/locale/it/LC_MESSAGES/katetabbarextension.mo +share/locale/it/LC_MESSAGES/katetabifyplugin.mo share/locale/it/LC_MESSAGES/katetextfilter.mo share/locale/it/LC_MESSAGES/katexmlcheck.mo share/locale/it/LC_MESSAGES/katexmltools.mo @@ -1416,27 +1133,27 @@ share/locale/it/LC_MESSAGES/kbruch.mo share/locale/it/LC_MESSAGES/kbugbuster.mo share/locale/it/LC_MESSAGES/kcachegrind.mo share/locale/it/LC_MESSAGES/kcachegrind_qt.mo -share/locale/it/LC_MESSAGES/kcal_akonadi.mo share/locale/it/LC_MESSAGES/kcalc.mo share/locale/it/LC_MESSAGES/kcertpart.mo share/locale/it/LC_MESSAGES/kcharselect.mo -share/locale/it/LC_MESSAGES/kcm_akonadi.mo share/locale/it/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/it/LC_MESSAGES/kcm_attica.mo share/locale/it/LC_MESSAGES/kcm_autostart.mo +share/locale/it/LC_MESSAGES/kcm_desktoppaths.mo share/locale/it/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/it/LC_MESSAGES/kcm_device_automounter.mo share/locale/it/LC_MESSAGES/kcm_emoticons.mo +share/locale/it/LC_MESSAGES/kcm_infobase.mo +share/locale/it/LC_MESSAGES/kcm_infosummary.mo share/locale/it/LC_MESSAGES/kcm_krfb.mo share/locale/it/LC_MESSAGES/kcm_kwindesktop.mo share/locale/it/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/it/LC_MESSAGES/kcm_lirc.mo share/locale/it/LC_MESSAGES/kcm_memory.mo -share/locale/it/LC_MESSAGES/kcm_partition.mo share/locale/it/LC_MESSAGES/kcm_pci.mo share/locale/it/LC_MESSAGES/kcm_phonon.mo share/locale/it/LC_MESSAGES/kcm_phononxine.mo share/locale/it/LC_MESSAGES/kcm_platform.mo +share/locale/it/LC_MESSAGES/kcm_remotecontrol.mo share/locale/it/LC_MESSAGES/kcm_solid.mo share/locale/it/LC_MESSAGES/kcm_solid_actions.mo share/locale/it/LC_MESSAGES/kcm_standard_actions.mo @@ -1449,13 +1166,13 @@ share/locale/it/LC_MESSAGES/kcmcgi.mo share/locale/it/LC_MESSAGES/kcmcolors.mo share/locale/it/LC_MESSAGES/kcmcomponentchooser.mo share/locale/it/LC_MESSAGES/kcmcrypto.mo +share/locale/it/LC_MESSAGES/kcmdevinfo.mo share/locale/it/LC_MESSAGES/kcmfonts.mo share/locale/it/LC_MESSAGES/kcmhtmlsearch.mo share/locale/it/LC_MESSAGES/kcmicons.mo share/locale/it/LC_MESSAGES/kcminfo.mo share/locale/it/LC_MESSAGES/kcminit.mo share/locale/it/LC_MESSAGES/kcminput.mo -share/locale/it/LC_MESSAGES/kcmioslaveinfo.mo share/locale/it/LC_MESSAGES/kcmkamera.mo share/locale/it/LC_MESSAGES/kcmkclock.mo share/locale/it/LC_MESSAGES/kcmkded.mo @@ -1484,7 +1201,6 @@ share/locale/it/LC_MESSAGES/kcmscreensaver.mo share/locale/it/LC_MESSAGES/kcmshell.mo share/locale/it/LC_MESSAGES/kcmsmartcard.mo share/locale/it/LC_MESSAGES/kcmsmserver.mo -share/locale/it/LC_MESSAGES/kcmsolidproc.mo share/locale/it/LC_MESSAGES/kcmstyle.mo share/locale/it/LC_MESSAGES/kcmusb.mo share/locale/it/LC_MESSAGES/kcmview1394.mo @@ -1498,16 +1214,11 @@ share/locale/it/LC_MESSAGES/kdebugdialog.mo share/locale/it/LC_MESSAGES/kdecalendarsystems.mo share/locale/it/LC_MESSAGES/kdelibs4.mo share/locale/it/LC_MESSAGES/kdelibs_colors4.mo -share/locale/it/LC_MESSAGES/kdelirc.mo share/locale/it/LC_MESSAGES/kdepasswd.mo -share/locale/it/LC_MESSAGES/kdepimresources.mo -share/locale/it/LC_MESSAGES/kdepimwizards.mo share/locale/it/LC_MESSAGES/kdeqt.mo share/locale/it/LC_MESSAGES/kdesu.mo share/locale/it/LC_MESSAGES/kdesud.mo share/locale/it/LC_MESSAGES/kdf.mo -share/locale/it/LC_MESSAGES/kdgantt.mo -share/locale/it/LC_MESSAGES/kdgantt1.mo share/locale/it/LC_MESSAGES/kdialog.mo share/locale/it/LC_MESSAGES/kdiamond.mo share/locale/it/LC_MESSAGES/kdmconfig.mo @@ -1561,7 +1272,6 @@ share/locale/it/LC_MESSAGES/kimagemapeditor.mo share/locale/it/LC_MESSAGES/kinetd.mo share/locale/it/LC_MESSAGES/kinfocenter.mo share/locale/it/LC_MESSAGES/kio4.mo -share/locale/it/LC_MESSAGES/kio_akonadi.mo share/locale/it/LC_MESSAGES/kio_applications.mo share/locale/it/LC_MESSAGES/kio_archive.mo share/locale/it/LC_MESSAGES/kio_audiocd.mo @@ -1569,7 +1279,6 @@ share/locale/it/LC_MESSAGES/kio_bookmarks.mo share/locale/it/LC_MESSAGES/kio_finger.mo share/locale/it/LC_MESSAGES/kio_fish.mo share/locale/it/LC_MESSAGES/kio_floppy.mo -share/locale/it/LC_MESSAGES/kio_groupwise.mo share/locale/it/LC_MESSAGES/kio_help4.mo share/locale/it/LC_MESSAGES/kio_imap4.mo share/locale/it/LC_MESSAGES/kio_info.mo @@ -1597,9 +1306,7 @@ share/locale/it/LC_MESSAGES/kioclient.mo share/locale/it/LC_MESSAGES/kioexec.mo share/locale/it/LC_MESSAGES/kiriki.mo share/locale/it/LC_MESSAGES/kiten.mo -share/locale/it/LC_MESSAGES/kjots.mo share/locale/it/LC_MESSAGES/kjumpingcube.mo -share/locale/it/LC_MESSAGES/kleopatra.mo share/locale/it/LC_MESSAGES/klettres.mo share/locale/it/LC_MESSAGES/klines.mo share/locale/it/LC_MESSAGES/klinkstatus.mo @@ -1607,12 +1314,6 @@ share/locale/it/LC_MESSAGES/klipper.mo share/locale/it/LC_MESSAGES/klock.mo share/locale/it/LC_MESSAGES/kmag.mo share/locale/it/LC_MESSAGES/kmahjongg.mo -share/locale/it/LC_MESSAGES/kmail-migrator.mo -share/locale/it/LC_MESSAGES/kmail.mo -share/locale/it/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/it/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/it/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/it/LC_MESSAGES/kmailcvt.mo share/locale/it/LC_MESSAGES/kmenuedit.mo share/locale/it/LC_MESSAGES/kmimetypefinder.mo share/locale/it/LC_MESSAGES/kmines.mo @@ -1623,8 +1324,6 @@ share/locale/it/LC_MESSAGES/kmplot.mo share/locale/it/LC_MESSAGES/knetattach.mo share/locale/it/LC_MESSAGES/knetwalk.mo share/locale/it/LC_MESSAGES/knetworkconfmodule.mo -share/locale/it/LC_MESSAGES/knode.mo -share/locale/it/LC_MESSAGES/knotes.mo share/locale/it/LC_MESSAGES/knotify4.mo share/locale/it/LC_MESSAGES/kolf.mo share/locale/it/LC_MESSAGES/kollision.mo @@ -1634,11 +1333,8 @@ share/locale/it/LC_MESSAGES/kompare.mo share/locale/it/LC_MESSAGES/konqueror.mo share/locale/it/LC_MESSAGES/konquest.mo share/locale/it/LC_MESSAGES/konsole.mo -share/locale/it/LC_MESSAGES/konsolekalendar.mo -share/locale/it/LC_MESSAGES/kontact.mo share/locale/it/LC_MESSAGES/kontactinterfaces.mo share/locale/it/LC_MESSAGES/kopete.mo -share/locale/it/LC_MESSAGES/korganizer.mo share/locale/it/LC_MESSAGES/kpartloader.mo share/locale/it/LC_MESSAGES/kpartsaver.mo share/locale/it/LC_MESSAGES/kpasswdserver.mo @@ -1647,28 +1343,20 @@ share/locale/it/LC_MESSAGES/kppp.mo share/locale/it/LC_MESSAGES/kppplogview.mo share/locale/it/LC_MESSAGES/kquitapp.mo share/locale/it/LC_MESSAGES/krandr.mo +share/locale/it/LC_MESSAGES/krcdnotifieritem.mo share/locale/it/LC_MESSAGES/krdb.mo share/locale/it/LC_MESSAGES/krdc.mo share/locale/it/LC_MESSAGES/kreadconfig.mo -share/locale/it/LC_MESSAGES/kres-migrator.mo -share/locale/it/LC_MESSAGES/kres_birthday.mo -share/locale/it/LC_MESSAGES/kres_blog.mo +share/locale/it/LC_MESSAGES/kremotecontroldaemon.mo share/locale/it/LC_MESSAGES/kres_bugzilla.mo -share/locale/it/LC_MESSAGES/kres_groupware.mo -share/locale/it/LC_MESSAGES/kres_groupwise.mo -share/locale/it/LC_MESSAGES/kres_kolab.mo -share/locale/it/LC_MESSAGES/kres_remote.mo -share/locale/it/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/it/LC_MESSAGES/kreversi.mo share/locale/it/LC_MESSAGES/krfb.mo share/locale/it/LC_MESSAGES/kruler.mo share/locale/it/LC_MESSAGES/krunner.mo share/locale/it/LC_MESSAGES/ksame.mo share/locale/it/LC_MESSAGES/ksaneplugin.mo -share/locale/it/LC_MESSAGES/ksayit.mo share/locale/it/LC_MESSAGES/kscd.mo share/locale/it/LC_MESSAGES/kscreensaver.mo -share/locale/it/LC_MESSAGES/ksendemail.mo share/locale/it/LC_MESSAGES/kshisen.mo share/locale/it/LC_MESSAGES/kshorturifilter.mo share/locale/it/LC_MESSAGES/ksirk.mo @@ -1690,16 +1378,14 @@ share/locale/it/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/it/LC_MESSAGES/ksystemlog.mo share/locale/it/LC_MESSAGES/ksystraycmd.mo share/locale/it/LC_MESSAGES/kteatime.mo +share/locale/it/LC_MESSAGES/ktesnippets_editor.mo share/locale/it/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/it/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/it/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/it/LC_MESSAGES/kthememanager.mo share/locale/it/LC_MESSAGES/ktimer.mo -share/locale/it/LC_MESSAGES/ktimetracker.mo share/locale/it/LC_MESSAGES/ktouch.mo share/locale/it/LC_MESSAGES/ktraderclient.mo share/locale/it/LC_MESSAGES/ktron.mo -share/locale/it/LC_MESSAGES/kttsd.mo share/locale/it/LC_MESSAGES/ktuberling.mo share/locale/it/LC_MESSAGES/kturtle.mo share/locale/it/LC_MESSAGES/ktux.mo @@ -1710,8 +1396,6 @@ share/locale/it/LC_MESSAGES/kurifilter.mo share/locale/it/LC_MESSAGES/kuser.mo share/locale/it/LC_MESSAGES/kwalletd.mo share/locale/it/LC_MESSAGES/kwalletmanager.mo -share/locale/it/LC_MESSAGES/kwatchgnupg.mo -share/locale/it/LC_MESSAGES/kweather.mo share/locale/it/LC_MESSAGES/kwin.mo share/locale/it/LC_MESSAGES/kwin_art_clients.mo share/locale/it/LC_MESSAGES/kwin_clients.mo @@ -1733,31 +1417,25 @@ share/locale/it/LC_MESSAGES/libkcompactdisc.mo share/locale/it/LC_MESSAGES/libkdcraw.mo share/locale/it/LC_MESSAGES/libkdeedu.mo share/locale/it/LC_MESSAGES/libkdegames.mo -share/locale/it/LC_MESSAGES/libkdepim.mo share/locale/it/LC_MESSAGES/libkexiv2.mo share/locale/it/LC_MESSAGES/libkholidays.mo share/locale/it/LC_MESSAGES/libkimap.mo share/locale/it/LC_MESSAGES/libkldap.mo -share/locale/it/LC_MESSAGES/libkleopatra.mo share/locale/it/LC_MESSAGES/libkmahjongg.mo share/locale/it/LC_MESSAGES/libkmime.mo share/locale/it/LC_MESSAGES/libkonq.mo -share/locale/it/LC_MESSAGES/libkpgp.mo share/locale/it/LC_MESSAGES/libkpimidentities.mo share/locale/it/LC_MESSAGES/libkpimtextedit.mo share/locale/it/LC_MESSAGES/libkpimutils.mo +share/locale/it/LC_MESSAGES/libkremotecontrol.mo share/locale/it/LC_MESSAGES/libkresources.mo share/locale/it/LC_MESSAGES/libksane.mo share/locale/it/LC_MESSAGES/libkscreensaver.mo -share/locale/it/LC_MESSAGES/libksieve.mo share/locale/it/LC_MESSAGES/libktnef.mo share/locale/it/LC_MESSAGES/libkunitconversion.mo share/locale/it/LC_MESSAGES/libkworkspace.mo share/locale/it/LC_MESSAGES/libkxmlrpcclient.mo share/locale/it/LC_MESSAGES/libmailtransport.mo -share/locale/it/LC_MESSAGES/libmessagecore.mo -share/locale/it/LC_MESSAGES/libmessagelist.mo -share/locale/it/LC_MESSAGES/libmessageviewer.mo share/locale/it/LC_MESSAGES/liboktetacore.mo share/locale/it/LC_MESSAGES/liboktetakasten.mo share/locale/it/LC_MESSAGES/libphonon.mo @@ -1768,7 +1446,6 @@ share/locale/it/LC_MESSAGES/librtm.mo share/locale/it/LC_MESSAGES/libtaskmanager.mo share/locale/it/LC_MESSAGES/lokalize.mo share/locale/it/LC_MESSAGES/lskat.mo -share/locale/it/LC_MESSAGES/mailreader.mo share/locale/it/LC_MESSAGES/marble.mo share/locale/it/LC_MESSAGES/marble_qt.mo share/locale/it/LC_MESSAGES/mplayerthumbs.mo @@ -1802,10 +1479,12 @@ share/locale/it/LC_MESSAGES/phononserver.mo share/locale/it/LC_MESSAGES/plasma-desktop.mo share/locale/it/LC_MESSAGES/plasma-netbook.mo share/locale/it/LC_MESSAGES/plasma-overlay.mo +share/locale/it/LC_MESSAGES/plasma-windowed.mo share/locale/it/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/it/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/it/LC_MESSAGES/plasma_applet_battery.mo share/locale/it/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/it/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/it/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/it/LC_MESSAGES/plasma_applet_calculator.mo share/locale/it/LC_MESSAGES/plasma_applet_clock.mo @@ -1822,6 +1501,7 @@ share/locale/it/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/it/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/it/LC_MESSAGES/plasma_applet_icon.mo share/locale/it/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/it/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/it/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/it/LC_MESSAGES/plasma_applet_katesession.mo share/locale/it/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -1829,7 +1509,6 @@ share/locale/it/LC_MESSAGES/plasma_applet_kget.mo share/locale/it/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/it/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/it/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/it/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/it/LC_MESSAGES/plasma_applet_launcher.mo share/locale/it/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/it/LC_MESSAGES/plasma_applet_life.mo @@ -1841,6 +1520,7 @@ share/locale/it/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/it/LC_MESSAGES/plasma_applet_news.mo share/locale/it/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/it/LC_MESSAGES/plasma_applet_notes.mo +share/locale/it/LC_MESSAGES/plasma_applet_notifications.mo share/locale/it/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/it/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/it/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -1882,7 +1562,9 @@ share/locale/it/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/it/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/it/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/it/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/it/LC_MESSAGES/plasma_engine_calendar.mo share/locale/it/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/it/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/it/LC_MESSAGES/plasma_engine_keystate.mo share/locale/it/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/it/LC_MESSAGES/plasma_engine_metadata.mo @@ -1894,12 +1576,14 @@ share/locale/it/LC_MESSAGES/plasma_engine_rss.mo share/locale/it/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/it/LC_MESSAGES/plasma_engine_weather.mo share/locale/it/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/it/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/it/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/it/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/it/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/it/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/it/LC_MESSAGES/plasma_runner_contacts.mo share/locale/it/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/it/LC_MESSAGES/plasma_runner_datetime.mo share/locale/it/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/it/LC_MESSAGES/plasma_runner_kget.mo share/locale/it/LC_MESSAGES/plasma_runner_kill.mo @@ -1919,6 +1603,7 @@ share/locale/it/LC_MESSAGES/plasma_runner_shell.mo share/locale/it/LC_MESSAGES/plasma_runner_solid.mo share/locale/it/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/it/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/it/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/it/LC_MESSAGES/plasma_runner_windows.mo share/locale/it/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/it/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1964,14 +1649,13 @@ share/locale/it/LC_MESSAGES/xml_mimetypes.mo share/locale/it/entry.desktop @dirrm share/doc/HTML/it/umbrello @dirrm share/doc/HTML/it/systemsettings -@dirrm share/doc/HTML/it/superkaramba @dirrm share/doc/HTML/it/step @dirrm share/doc/HTML/it/sonnet @dirrm share/doc/HTML/it/rocs @dirrm share/doc/HTML/it/printer-applet @dirrm share/doc/HTML/it/plasma-desktop -@dirrm share/doc/HTML/it/parley @dirrm share/doc/HTML/it/palapeli +@dirrm share/doc/HTML/it/onlinehelp @dirrm share/doc/HTML/it/okular @dirrm share/doc/HTML/it/okteta @dirrm share/doc/HTML/it/marble @@ -1979,17 +1663,13 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/lokalize @dirrm share/doc/HTML/it/kwrite @dirrm share/doc/HTML/it/kwordquiz -@dirrm share/doc/HTML/it/kweather -@dirrm share/doc/HTML/it/kwatchgnupg @dirrm share/doc/HTML/it/kwallet @dirrm share/doc/HTML/it/kuser @dirrm share/doc/HTML/it/kubrick @dirrm share/doc/HTML/it/kturtle @dirrm share/doc/HTML/it/ktuberling -@dirrm share/doc/HTML/it/kttsd @dirrm share/doc/HTML/it/ktron @dirrm share/doc/HTML/it/ktouch -@dirrm share/doc/HTML/it/ktimetracker @dirrm share/doc/HTML/it/ktimer @dirrm share/doc/HTML/it/kteatime @dirrm share/doc/HTML/it/ksystemlog @@ -2009,11 +1689,7 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/krdc @dirrm share/doc/HTML/it/kppp @dirrm share/doc/HTML/it/kpat -@dirrm share/doc/HTML/it/korganizer @dirrm share/doc/HTML/it/kopete -@dirrm share/doc/HTML/it/kontact-admin -@dirrm share/doc/HTML/it/kontact -@dirrm share/doc/HTML/it/konsolekalendar @dirrm share/doc/HTML/it/konsole @dirrm share/doc/HTML/it/konquest @dirrm share/doc/HTML/it/konqueror @@ -2022,8 +1698,6 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/kolourpaint @dirrm share/doc/HTML/it/kollision @dirrm share/doc/HTML/it/kolf -@dirrm share/doc/HTML/it/knotes -@dirrm share/doc/HTML/it/knode @dirrm share/doc/HTML/it/knetwalk @dirrm share/doc/HTML/it/knetattach @dirrm share/doc/HTML/it/kmplot @@ -2032,16 +1706,13 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/kmix @dirrm share/doc/HTML/it/kmines @dirrm share/doc/HTML/it/kmenuedit -@dirrm share/doc/HTML/it/kmail @dirrm share/doc/HTML/it/kmahjongg @dirrm share/doc/HTML/it/kmag @dirrm share/doc/HTML/it/klipper @dirrm share/doc/HTML/it/klinkstatus @dirrm share/doc/HTML/it/klines @dirrm share/doc/HTML/it/klettres -@dirrm share/doc/HTML/it/kleopatra @dirrm share/doc/HTML/it/kjumpingcube -@dirrm share/doc/HTML/it/kjots @dirrm share/doc/HTML/it/kiten @dirrm share/doc/HTML/it/kiriki @dirrm share/doc/HTML/it/kioslave/xz @@ -2057,7 +1728,6 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/kioslave/pop3 @dirrm share/doc/HTML/it/kioslave/nntp @dirrm share/doc/HTML/it/kioslave/nfs -@dirrm share/doc/HTML/it/kioslave/news @dirrm share/doc/HTML/it/kioslave/network @dirrm share/doc/HTML/it/kioslave/mbox @dirrm share/doc/HTML/it/kioslave/man @@ -2079,34 +1749,12 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/kioslave/bookmarks @dirrm share/doc/HTML/it/kioslave/audiocd @dirrm share/doc/HTML/it/kioslave -@dirrm share/doc/HTML/it/kinfocenter/xserver -@dirrm share/doc/HTML/it/kinfocenter/view1394 -@dirrm share/doc/HTML/it/kinfocenter/usb -@dirrm share/doc/HTML/it/kinfocenter/sound -@dirrm share/doc/HTML/it/kinfocenter/scsi -@dirrm share/doc/HTML/it/kinfocenter/samba -@dirrm share/doc/HTML/it/kinfocenter/protocols -@dirrm share/doc/HTML/it/kinfocenter/processor -@dirrm share/doc/HTML/it/kinfocenter/pcmcia -@dirrm share/doc/HTML/it/kinfocenter/pci -@dirrm share/doc/HTML/it/kinfocenter/partitions -@dirrm share/doc/HTML/it/kinfocenter/opengl -@dirrm share/doc/HTML/it/kinfocenter/nics -@dirrm share/doc/HTML/it/kinfocenter/memory -@dirrm share/doc/HTML/it/kinfocenter/ioports -@dirrm share/doc/HTML/it/kinfocenter/interrupts -@dirrm share/doc/HTML/it/kinfocenter/dma -@dirrm share/doc/HTML/it/kinfocenter/devices @dirrm share/doc/HTML/it/kinfocenter @dirrm share/doc/HTML/it/kimagemapeditor @dirrm share/doc/HTML/it/killbots @dirrm share/doc/HTML/it/kigo @dirrm share/doc/HTML/it/kig -@dirrm share/doc/HTML/it/khelpcenter/visualdict -@dirrm share/doc/HTML/it/khelpcenter/userguide -@dirrm share/doc/HTML/it/khelpcenter/quickstart @dirrm share/doc/HTML/it/khelpcenter/glossary -@dirrm share/doc/HTML/it/khelpcenter/faq @dirrm share/doc/HTML/it/khelpcenter @dirrm share/doc/HTML/it/khangman @dirrm share/doc/HTML/it/kgpg @@ -2114,6 +1762,7 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/kget @dirrm share/doc/HTML/it/kgeography @dirrm share/doc/HTML/it/kfourinline +@dirrm share/doc/HTML/it/kfontview @dirrm share/doc/HTML/it/kfloppy @dirrm share/doc/HTML/it/kfind @dirrm share/doc/HTML/it/kfilereplace @@ -2152,6 +1801,7 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/kcontrol/kwindecoration @dirrm share/doc/HTML/it/kcontrol/kwincompositing @dirrm share/doc/HTML/it/kcontrol/kresources +@dirrm share/doc/HTML/it/kcontrol/kremotecontrol @dirrm share/doc/HTML/it/kcontrol/knetworkconf @dirrm share/doc/HTML/it/kcontrol/khtml-plugins @dirrm share/doc/HTML/it/kcontrol/khtml-java-js @@ -2195,7 +1845,6 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/kcontrol/autostart @dirrm share/doc/HTML/it/kcontrol/attica @dirrm share/doc/HTML/it/kcontrol -@dirrm share/doc/HTML/it/kcmlirc @dirrm share/doc/HTML/it/kcharselect @dirrm share/doc/HTML/it/kcalc @dirrm share/doc/HTML/it/kcachegrind @@ -2213,13 +1862,11 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/kanagram @dirrm share/doc/HTML/it/kalzium @dirrm share/doc/HTML/it/kalgebra -@dirrm share/doc/HTML/it/kalarm -@dirrm share/doc/HTML/it/kabcclient +@dirrm share/doc/HTML/it/kajongg @dirrm share/doc/HTML/it/juk -@dirrm share/doc/HTML/it/irkick +@dirrm share/doc/HTML/it/jovie @dirrm share/doc/HTML/it/gwenview @dirrm share/doc/HTML/it/granatier -@dirrm share/doc/HTML/it/filelight @dirrm share/doc/HTML/it/dragonplayer @dirrm share/doc/HTML/it/dolphin @dirrm share/doc/HTML/it/common @@ -2227,11 +1874,9 @@ share/locale/it/entry.desktop @dirrm share/doc/HTML/it/cantor @dirrm share/doc/HTML/it/bovo @dirrm share/doc/HTML/it/bomber -@dirrm share/doc/HTML/it/blogilo @dirrm share/doc/HTML/it/blinken @dirrm share/doc/HTML/it/ark @dirrm share/doc/HTML/it/amor -@dirrm share/doc/HTML/it/akregator @dirrm share/doc/HTML/it/PolicyKit-kde @dirrm share/apps/step/objinfo/l10n/it @dirrm share/apps/step/objinfo/l10n diff --git a/misc/kde4-l10n-kk/distinfo b/misc/kde4-l10n-kk/distinfo index c1ad918e4ac8..54658036bafd 100644 --- a/misc/kde4-l10n-kk/distinfo +++ b/misc/kde4-l10n-kk/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-kk-4.4.5.tar.bz2) = c04585de54ce15b5e22d01aff67e1742 -SHA256 (KDE/kde-l10n/kde-l10n-kk-4.4.5.tar.bz2) = b9bf0d1895bbb9ea3e63c07edd694a15a5169939d4899e16316b399f478974be -SIZE (KDE/kde-l10n/kde-l10n-kk-4.4.5.tar.bz2) = 1690115 +MD5 (KDE/kde-l10n/kde-l10n-kk-4.5.1.tar.bz2) = 2f8d302d7f85cbd2e0e46f7a7abfc6cf +SHA256 (KDE/kde-l10n/kde-l10n-kk-4.5.1.tar.bz2) = d87a48c7959ae10f443c6be038e08c683f1cf1ece310058d7ad06cd56513fddb +SIZE (KDE/kde-l10n/kde-l10n-kk-4.5.1.tar.bz2) = 1381377 diff --git a/misc/kde4-l10n-kk/pkg-plist b/misc/kde4-l10n-kk/pkg-plist index 9de6e91636d4..bf8533225e72 100644 --- a/misc/kde4-l10n-kk/pkg-plist +++ b/misc/kde4-l10n-kk/pkg-plist @@ -1,4 +1,3 @@ -share/locale/kk/LC_MESSAGES/akregator.mo share/locale/kk/LC_MESSAGES/ark.mo share/locale/kk/LC_MESSAGES/attica_kde.mo share/locale/kk/LC_MESSAGES/audiocd_encoder_lame.mo @@ -6,35 +5,44 @@ share/locale/kk/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/kk/LC_MESSAGES/audiorename_plugin.mo share/locale/kk/LC_MESSAGES/display.mo share/locale/kk/LC_MESSAGES/dolphin.mo +share/locale/kk/LC_MESSAGES/dragonplayer.mo share/locale/kk/LC_MESSAGES/drkonqi.mo share/locale/kk/LC_MESSAGES/filetypes.mo +share/locale/kk/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/kk/LC_MESSAGES/freespacenotifier.mo share/locale/kk/LC_MESSAGES/gwenview.mo share/locale/kk/LC_MESSAGES/htmlsearch.mo share/locale/kk/LC_MESSAGES/imagerename_plugin.mo -share/locale/kk/LC_MESSAGES/irkick.mo share/locale/kk/LC_MESSAGES/joystick.mo share/locale/kk/LC_MESSAGES/juk.mo share/locale/kk/LC_MESSAGES/kabc_dir.mo share/locale/kk/LC_MESSAGES/kabc_file.mo share/locale/kk/LC_MESSAGES/kabc_ldapkio.mo share/locale/kk/LC_MESSAGES/kabc_net.mo -share/locale/kk/LC_MESSAGES/kabc_slox.mo share/locale/kk/LC_MESSAGES/kabcformat_binary.mo share/locale/kk/LC_MESSAGES/kaccess.mo -share/locale/kk/LC_MESSAGES/kaddressbook.mo -share/locale/kk/LC_MESSAGES/kalarm.mo -share/locale/kk/LC_MESSAGES/kappfinder.mo +share/locale/kk/LC_MESSAGES/kapptemplate.mo +share/locale/kk/LC_MESSAGES/kate-ctags-plugin.mo share/locale/kk/LC_MESSAGES/kate.mo +share/locale/kk/LC_MESSAGES/kate_kttsd.mo +share/locale/kk/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/kk/LC_MESSAGES/katebuild-plugin.mo +share/locale/kk/LC_MESSAGES/kateexternaltoolsplugin.mo +share/locale/kk/LC_MESSAGES/katefilebrowserplugin.mo share/locale/kk/LC_MESSAGES/katefiletemplates.mo +share/locale/kk/LC_MESSAGES/katefindinfilesplugin.mo share/locale/kk/LC_MESSAGES/katehelloworld.mo -share/locale/kk/LC_MESSAGES/katehtmltools.mo +share/locale/kk/LC_MESSAGES/kateinsertcommand.mo share/locale/kk/LC_MESSAGES/katekjswrapper.mo +share/locale/kk/LC_MESSAGES/katekonsoleplugin.mo +share/locale/kk/LC_MESSAGES/katemailfilesplugin.mo share/locale/kk/LC_MESSAGES/kateopenheader.mo share/locale/kk/LC_MESSAGES/katepart4.mo -share/locale/kk/LC_MESSAGES/katepybrowse.mo -share/locale/kk/LC_MESSAGES/katesnippets.mo +share/locale/kk/LC_MESSAGES/katequickdocumentswitcherplugin.mo +share/locale/kk/LC_MESSAGES/katesnippets_tng.mo share/locale/kk/LC_MESSAGES/katesymbolviewer.mo share/locale/kk/LC_MESSAGES/katetabbarextension.mo +share/locale/kk/LC_MESSAGES/katetabifyplugin.mo share/locale/kk/LC_MESSAGES/katetextfilter.mo share/locale/kk/LC_MESSAGES/katexmlcheck.mo share/locale/kk/LC_MESSAGES/katexmltools.mo @@ -44,19 +52,21 @@ share/locale/kk/LC_MESSAGES/kcertpart.mo share/locale/kk/LC_MESSAGES/kcharselect.mo share/locale/kk/LC_MESSAGES/kcm_attica.mo share/locale/kk/LC_MESSAGES/kcm_autostart.mo +share/locale/kk/LC_MESSAGES/kcm_desktoppaths.mo share/locale/kk/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/kk/LC_MESSAGES/kcm_device_automounter.mo share/locale/kk/LC_MESSAGES/kcm_emoticons.mo +share/locale/kk/LC_MESSAGES/kcm_infobase.mo +share/locale/kk/LC_MESSAGES/kcm_infosummary.mo share/locale/kk/LC_MESSAGES/kcm_krfb.mo share/locale/kk/LC_MESSAGES/kcm_kwindesktop.mo share/locale/kk/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/kk/LC_MESSAGES/kcm_lirc.mo share/locale/kk/LC_MESSAGES/kcm_memory.mo -share/locale/kk/LC_MESSAGES/kcm_partition.mo share/locale/kk/LC_MESSAGES/kcm_pci.mo share/locale/kk/LC_MESSAGES/kcm_phonon.mo share/locale/kk/LC_MESSAGES/kcm_phononxine.mo share/locale/kk/LC_MESSAGES/kcm_platform.mo +share/locale/kk/LC_MESSAGES/kcm_remotecontrol.mo share/locale/kk/LC_MESSAGES/kcm_solid.mo share/locale/kk/LC_MESSAGES/kcm_solid_actions.mo share/locale/kk/LC_MESSAGES/kcm_standard_actions.mo @@ -69,13 +79,14 @@ share/locale/kk/LC_MESSAGES/kcmcgi.mo share/locale/kk/LC_MESSAGES/kcmcolors.mo share/locale/kk/LC_MESSAGES/kcmcomponentchooser.mo share/locale/kk/LC_MESSAGES/kcmcrypto.mo +share/locale/kk/LC_MESSAGES/kcmdevinfo.mo share/locale/kk/LC_MESSAGES/kcmfonts.mo share/locale/kk/LC_MESSAGES/kcmhtmlsearch.mo share/locale/kk/LC_MESSAGES/kcmicons.mo share/locale/kk/LC_MESSAGES/kcminfo.mo share/locale/kk/LC_MESSAGES/kcminit.mo share/locale/kk/LC_MESSAGES/kcminput.mo -share/locale/kk/LC_MESSAGES/kcmioslaveinfo.mo +share/locale/kk/LC_MESSAGES/kcmkamera.mo share/locale/kk/LC_MESSAGES/kcmkclock.mo share/locale/kk/LC_MESSAGES/kcmkded.mo share/locale/kk/LC_MESSAGES/kcmkdnssd.mo @@ -103,27 +114,23 @@ share/locale/kk/LC_MESSAGES/kcmscreensaver.mo share/locale/kk/LC_MESSAGES/kcmshell.mo share/locale/kk/LC_MESSAGES/kcmsmartcard.mo share/locale/kk/LC_MESSAGES/kcmsmserver.mo -share/locale/kk/LC_MESSAGES/kcmsolidproc.mo share/locale/kk/LC_MESSAGES/kcmstyle.mo share/locale/kk/LC_MESSAGES/kcmusb.mo share/locale/kk/LC_MESSAGES/kcmview1394.mo share/locale/kk/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/kk/LC_MESSAGES/kcmxinerama.mo +share/locale/kk/LC_MESSAGES/kcolorchooser.mo share/locale/kk/LC_MESSAGES/kcron.mo share/locale/kk/LC_MESSAGES/kde-menu.mo share/locale/kk/LC_MESSAGES/kdebugdialog.mo share/locale/kk/LC_MESSAGES/kdecalendarsystems.mo share/locale/kk/LC_MESSAGES/kdelibs4.mo share/locale/kk/LC_MESSAGES/kdelibs_colors4.mo -share/locale/kk/LC_MESSAGES/kdelirc.mo share/locale/kk/LC_MESSAGES/kdepasswd.mo -share/locale/kk/LC_MESSAGES/kdepimresources.mo -share/locale/kk/LC_MESSAGES/kdepimwizards.mo share/locale/kk/LC_MESSAGES/kdeqt.mo share/locale/kk/LC_MESSAGES/kdesu.mo share/locale/kk/LC_MESSAGES/kdesud.mo share/locale/kk/LC_MESSAGES/kdf.mo -share/locale/kk/LC_MESSAGES/kdgantt1.mo share/locale/kk/LC_MESSAGES/kdialog.mo share/locale/kk/LC_MESSAGES/kdmconfig.mo share/locale/kk/LC_MESSAGES/kdmgreet.mo @@ -173,7 +180,6 @@ share/locale/kk/LC_MESSAGES/kio_bookmarks.mo share/locale/kk/LC_MESSAGES/kio_finger.mo share/locale/kk/LC_MESSAGES/kio_fish.mo share/locale/kk/LC_MESSAGES/kio_floppy.mo -share/locale/kk/LC_MESSAGES/kio_groupwise.mo share/locale/kk/LC_MESSAGES/kio_help4.mo share/locale/kk/LC_MESSAGES/kio_imap4.mo share/locale/kk/LC_MESSAGES/kio_info.mo @@ -184,57 +190,47 @@ share/locale/kk/LC_MESSAGES/kio_nepomuk.mo share/locale/kk/LC_MESSAGES/kio_nepomuksearch.mo share/locale/kk/LC_MESSAGES/kio_nfs.mo share/locale/kk/LC_MESSAGES/kio_nntp.mo +share/locale/kk/LC_MESSAGES/kio_perldoc.mo share/locale/kk/LC_MESSAGES/kio_pop3.mo share/locale/kk/LC_MESSAGES/kio_remote.mo share/locale/kk/LC_MESSAGES/kio_sftp.mo share/locale/kk/LC_MESSAGES/kio_sieve.mo share/locale/kk/LC_MESSAGES/kio_smb.mo share/locale/kk/LC_MESSAGES/kio_smtp.mo +share/locale/kk/LC_MESSAGES/kio_svn.mo share/locale/kk/LC_MESSAGES/kio_thumbnail.mo share/locale/kk/LC_MESSAGES/kio_timeline.mo share/locale/kk/LC_MESSAGES/kio_trash.mo share/locale/kk/LC_MESSAGES/kio_zeroconf.mo share/locale/kk/LC_MESSAGES/kioclient.mo share/locale/kk/LC_MESSAGES/kioexec.mo -share/locale/kk/LC_MESSAGES/kjots.mo -share/locale/kk/LC_MESSAGES/kleopatra.mo share/locale/kk/LC_MESSAGES/klipper.mo -share/locale/kk/LC_MESSAGES/kmail.mo -share/locale/kk/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/kk/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/kk/LC_MESSAGES/kmailcvt.mo share/locale/kk/LC_MESSAGES/kmenuedit.mo share/locale/kk/LC_MESSAGES/kmimetypefinder.mo share/locale/kk/LC_MESSAGES/kmines.mo share/locale/kk/LC_MESSAGES/kmix.mo share/locale/kk/LC_MESSAGES/knetattach.mo share/locale/kk/LC_MESSAGES/knetworkconfmodule.mo -share/locale/kk/LC_MESSAGES/knode.mo -share/locale/kk/LC_MESSAGES/knotes.mo share/locale/kk/LC_MESSAGES/knotify4.mo share/locale/kk/LC_MESSAGES/kolourpaint.mo +share/locale/kk/LC_MESSAGES/kompare.mo share/locale/kk/LC_MESSAGES/konqueror.mo share/locale/kk/LC_MESSAGES/konsole.mo -share/locale/kk/LC_MESSAGES/konsolekalendar.mo -share/locale/kk/LC_MESSAGES/kontact.mo share/locale/kk/LC_MESSAGES/kopete.mo -share/locale/kk/LC_MESSAGES/korganizer.mo share/locale/kk/LC_MESSAGES/kpasswdserver.mo share/locale/kk/LC_MESSAGES/kppp.mo share/locale/kk/LC_MESSAGES/kppplogview.mo share/locale/kk/LC_MESSAGES/kquitapp.mo share/locale/kk/LC_MESSAGES/krandr.mo +share/locale/kk/LC_MESSAGES/krcdnotifieritem.mo share/locale/kk/LC_MESSAGES/krdb.mo share/locale/kk/LC_MESSAGES/krdc.mo share/locale/kk/LC_MESSAGES/kreadconfig.mo -share/locale/kk/LC_MESSAGES/kres_birthday.mo -share/locale/kk/LC_MESSAGES/kres_groupware.mo -share/locale/kk/LC_MESSAGES/kres_groupwise.mo -share/locale/kk/LC_MESSAGES/kres_kolab.mo -share/locale/kk/LC_MESSAGES/kres_remote.mo +share/locale/kk/LC_MESSAGES/kremotecontroldaemon.mo share/locale/kk/LC_MESSAGES/krfb.mo share/locale/kk/LC_MESSAGES/kruler.mo share/locale/kk/LC_MESSAGES/krunner.mo +share/locale/kk/LC_MESSAGES/ksaneplugin.mo share/locale/kk/LC_MESSAGES/kscd.mo share/locale/kk/LC_MESSAGES/kscreensaver.mo share/locale/kk/LC_MESSAGES/kshorturifilter.mo @@ -251,14 +247,12 @@ share/locale/kk/LC_MESSAGES/ksystraycmd.mo share/locale/kk/LC_MESSAGES/ktexteditor_plugins.mo share/locale/kk/LC_MESSAGES/kthememanager.mo share/locale/kk/LC_MESSAGES/ktimer.mo -share/locale/kk/LC_MESSAGES/ktimetracker.mo share/locale/kk/LC_MESSAGES/ktraderclient.mo share/locale/kk/LC_MESSAGES/kuiserver.mo share/locale/kk/LC_MESSAGES/kurifilter.mo share/locale/kk/LC_MESSAGES/kuser.mo share/locale/kk/LC_MESSAGES/kwalletd.mo share/locale/kk/LC_MESSAGES/kwalletmanager.mo -share/locale/kk/LC_MESSAGES/kwatchgnupg.mo share/locale/kk/LC_MESSAGES/kwin.mo share/locale/kk/LC_MESSAGES/kwin_clients.mo share/locale/kk/LC_MESSAGES/kwin_effects.mo @@ -268,19 +262,21 @@ share/locale/kk/LC_MESSAGES/kwrite.mo share/locale/kk/LC_MESSAGES/kwriteconfig.mo share/locale/kk/LC_MESSAGES/kxkb.mo share/locale/kk/LC_MESSAGES/lancelot.mo +share/locale/kk/LC_MESSAGES/libkasten.mo share/locale/kk/LC_MESSAGES/libkcal.mo share/locale/kk/LC_MESSAGES/libkcddb.mo -share/locale/kk/LC_MESSAGES/libkdepim.mo +share/locale/kk/LC_MESSAGES/libkcompactdisc.mo +share/locale/kk/LC_MESSAGES/libkdcraw.mo +share/locale/kk/LC_MESSAGES/libkexiv2.mo share/locale/kk/LC_MESSAGES/libkholidays.mo -share/locale/kk/LC_MESSAGES/libkleopatra.mo share/locale/kk/LC_MESSAGES/libkonq.mo -share/locale/kk/LC_MESSAGES/libkpgp.mo +share/locale/kk/LC_MESSAGES/libkremotecontrol.mo +share/locale/kk/LC_MESSAGES/libksane.mo share/locale/kk/LC_MESSAGES/libkscreensaver.mo -share/locale/kk/LC_MESSAGES/libksieve.mo share/locale/kk/LC_MESSAGES/libkunitconversion.mo share/locale/kk/LC_MESSAGES/libkworkspace.mo -share/locale/kk/LC_MESSAGES/libmessagelist.mo -share/locale/kk/LC_MESSAGES/libmessageviewer.mo +share/locale/kk/LC_MESSAGES/liboktetacore.mo +share/locale/kk/LC_MESSAGES/liboktetakasten.mo share/locale/kk/LC_MESSAGES/libphonon.mo share/locale/kk/LC_MESSAGES/libplasma.mo share/locale/kk/LC_MESSAGES/libplasmaclock.mo @@ -288,22 +284,40 @@ share/locale/kk/LC_MESSAGES/libplasmaweather.mo share/locale/kk/LC_MESSAGES/librtm.mo share/locale/kk/LC_MESSAGES/libtaskmanager.mo share/locale/kk/LC_MESSAGES/lokalize.mo +share/locale/kk/LC_MESSAGES/mplayerthumbs.mo +share/locale/kk/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/kk/LC_MESSAGES/nepomuk.mo share/locale/kk/LC_MESSAGES/nsplugin.mo +share/locale/kk/LC_MESSAGES/okteta.mo share/locale/kk/LC_MESSAGES/oktetapart.mo share/locale/kk/LC_MESSAGES/okular.mo +share/locale/kk/LC_MESSAGES/okular_chm.mo +share/locale/kk/LC_MESSAGES/okular_comicbook.mo +share/locale/kk/LC_MESSAGES/okular_djvu.mo share/locale/kk/LC_MESSAGES/okular_dvi.mo +share/locale/kk/LC_MESSAGES/okular_epub.mo +share/locale/kk/LC_MESSAGES/okular_fax.mo +share/locale/kk/LC_MESSAGES/okular_fictionbook.mo +share/locale/kk/LC_MESSAGES/okular_ghostview.mo +share/locale/kk/LC_MESSAGES/okular_kimgio.mo +share/locale/kk/LC_MESSAGES/okular_mobi.mo share/locale/kk/LC_MESSAGES/okular_ooo.mo +share/locale/kk/LC_MESSAGES/okular_plucker.mo +share/locale/kk/LC_MESSAGES/okular_poppler.mo +share/locale/kk/LC_MESSAGES/okular_tiff.mo +share/locale/kk/LC_MESSAGES/okular_xps.mo share/locale/kk/LC_MESSAGES/phonon-xine.mo share/locale/kk/LC_MESSAGES/phonon_kde.mo share/locale/kk/LC_MESSAGES/phononserver.mo share/locale/kk/LC_MESSAGES/plasma-desktop.mo share/locale/kk/LC_MESSAGES/plasma-netbook.mo share/locale/kk/LC_MESSAGES/plasma-overlay.mo +share/locale/kk/LC_MESSAGES/plasma-windowed.mo share/locale/kk/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/kk/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/kk/LC_MESSAGES/plasma_applet_battery.mo share/locale/kk/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/kk/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/kk/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/kk/LC_MESSAGES/plasma_applet_calculator.mo share/locale/kk/LC_MESSAGES/plasma_applet_clock.mo @@ -334,6 +348,7 @@ share/locale/kk/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/kk/LC_MESSAGES/plasma_applet_news.mo share/locale/kk/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/kk/LC_MESSAGES/plasma_applet_notes.mo +share/locale/kk/LC_MESSAGES/plasma_applet_notifications.mo share/locale/kk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/kk/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/kk/LC_MESSAGES/plasma_applet_opendesktop_activities.mo @@ -354,6 +369,7 @@ share/locale/kk/LC_MESSAGES/plasma_applet_saverdesktop.mo share/locale/kk/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/kk/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/kk/LC_MESSAGES/plasma_applet_showdesktop.mo +share/locale/kk/LC_MESSAGES/plasma_applet_skapplet.mo share/locale/kk/LC_MESSAGES/plasma_applet_spellcheck.mo share/locale/kk/LC_MESSAGES/plasma_applet_system-monitor.mo share/locale/kk/LC_MESSAGES/plasma_applet_systemloadviewer.mo @@ -373,6 +389,8 @@ share/locale/kk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/kk/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/kk/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/kk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/kk/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/kk/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/kk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/kk/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/kk/LC_MESSAGES/plasma_engine_metadata.mo @@ -384,12 +402,14 @@ share/locale/kk/LC_MESSAGES/plasma_engine_rss.mo share/locale/kk/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/kk/LC_MESSAGES/plasma_engine_weather.mo share/locale/kk/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/kk/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/kk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/kk/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_contacts.mo share/locale/kk/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/kk/LC_MESSAGES/plasma_runner_datetime.mo share/locale/kk/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/kk/LC_MESSAGES/plasma_runner_kget.mo share/locale/kk/LC_MESSAGES/plasma_runner_kill.mo @@ -409,6 +429,7 @@ share/locale/kk/LC_MESSAGES/plasma_runner_shell.mo share/locale/kk/LC_MESSAGES/plasma_runner_solid.mo share/locale/kk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/kk/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/kk/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/kk/LC_MESSAGES/plasma_runner_windows.mo share/locale/kk/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/kk/LC_MESSAGES/plasma_wallpaper_color.mo @@ -426,6 +447,7 @@ share/locale/kk/LC_MESSAGES/plasmoidviewer.mo share/locale/kk/LC_MESSAGES/policykit-kde.mo share/locale/kk/LC_MESSAGES/polkit-kde-authorization.mo share/locale/kk/LC_MESSAGES/powerdevil.mo +share/locale/kk/LC_MESSAGES/printer-applet.mo share/locale/kk/LC_MESSAGES/processcore.mo share/locale/kk/LC_MESSAGES/processui.mo share/locale/kk/LC_MESSAGES/randrmonitor.mo @@ -437,6 +459,7 @@ share/locale/kk/LC_MESSAGES/solid_qt.mo share/locale/kk/LC_MESSAGES/solidcontrol.mo share/locale/kk/LC_MESSAGES/soliduiserver.mo share/locale/kk/LC_MESSAGES/superkaramba.mo +share/locale/kk/LC_MESSAGES/svgpart.mo share/locale/kk/LC_MESSAGES/sweeper.mo share/locale/kk/LC_MESSAGES/systemsettings.mo share/locale/kk/LC_MESSAGES/timezones4.mo diff --git a/misc/kde4-l10n-km/distinfo b/misc/kde4-l10n-km/distinfo index 7de1f16aba1a..fb95803ca1d9 100644 --- a/misc/kde4-l10n-km/distinfo +++ b/misc/kde4-l10n-km/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-km-4.4.5.tar.bz2) = 72a5982dd520a6214f7392c9584bb0ca -SHA256 (KDE/kde-l10n/kde-l10n-km-4.4.5.tar.bz2) = 580dadae3c1124a83c62f88b4629c3b4139820b3a8c09765ca527f604af92304 -SIZE (KDE/kde-l10n/kde-l10n-km-4.4.5.tar.bz2) = 2251377 +MD5 (KDE/kde-l10n/kde-l10n-km-4.5.1.tar.bz2) = 6bdc0087ff6ad9bed1790dd81881c6c9 +SHA256 (KDE/kde-l10n/kde-l10n-km-4.5.1.tar.bz2) = 89dbb506d42ddce07554f0da85837330d80513120ae0b6e0c6033f2aaf32a365 +SIZE (KDE/kde-l10n/kde-l10n-km-4.5.1.tar.bz2) = 1784595 diff --git a/misc/kde4-l10n-km/pkg-plist b/misc/kde4-l10n-km/pkg-plist index 5aa1ee94f798..32d615dd6bfd 100644 --- a/misc/kde4-l10n-km/pkg-plist +++ b/misc/kde4-l10n-km/pkg-plist @@ -1,26 +1,4 @@ -share/locale/km/LC_MESSAGES/akonadi-kcal.mo -share/locale/km/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/km/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/km/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/km/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/km/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/km/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/km/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/km/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/km/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/km/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/km/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/km/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/km/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/km/LC_MESSAGES/akonadi_next.mo -share/locale/km/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/km/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/km/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/km/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/km/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/km/LC_MESSAGES/akonadicontact.mo -share/locale/km/LC_MESSAGES/akonaditray.mo -share/locale/km/LC_MESSAGES/akregator.mo share/locale/km/LC_MESSAGES/amor.mo share/locale/km/LC_MESSAGES/ark.mo share/locale/km/LC_MESSAGES/attica_kde.mo @@ -37,31 +15,26 @@ share/locale/km/LC_MESSAGES/dolphin.mo share/locale/km/LC_MESSAGES/dragonplayer.mo share/locale/km/LC_MESSAGES/drkonqi.mo share/locale/km/LC_MESSAGES/filetypes.mo +share/locale/km/LC_MESSAGES/freespacenotifier.mo share/locale/km/LC_MESSAGES/granatier.mo share/locale/km/LC_MESSAGES/gwenview.mo share/locale/km/LC_MESSAGES/htmlsearch.mo share/locale/km/LC_MESSAGES/imagerename_plugin.mo -share/locale/km/LC_MESSAGES/irkick.mo +share/locale/km/LC_MESSAGES/jovie.mo share/locale/km/LC_MESSAGES/joystick.mo share/locale/km/LC_MESSAGES/juk.mo share/locale/km/LC_MESSAGES/kabc.mo -share/locale/km/LC_MESSAGES/kabc_akonadi.mo share/locale/km/LC_MESSAGES/kabc_dir.mo share/locale/km/LC_MESSAGES/kabc_file.mo share/locale/km/LC_MESSAGES/kabc_ldapkio.mo share/locale/km/LC_MESSAGES/kabc_net.mo -share/locale/km/LC_MESSAGES/kabc_slox.mo -share/locale/km/LC_MESSAGES/kabcclient.mo share/locale/km/LC_MESSAGES/kabcformat_binary.mo share/locale/km/LC_MESSAGES/kaccess.mo -share/locale/km/LC_MESSAGES/kaddressbook.mo -share/locale/km/LC_MESSAGES/kalarm.mo +share/locale/km/LC_MESSAGES/kajongg.mo share/locale/km/LC_MESSAGES/kalgebra.mo share/locale/km/LC_MESSAGES/kalzium.mo -share/locale/km/LC_MESSAGES/kalzium_qt.mo share/locale/km/LC_MESSAGES/kanagram.mo share/locale/km/LC_MESSAGES/kapman.mo -share/locale/km/LC_MESSAGES/kappfinder.mo share/locale/km/LC_MESSAGES/kate-ctags-plugin.mo share/locale/km/LC_MESSAGES/kate.mo share/locale/km/LC_MESSAGES/kate_kttsd.mo @@ -72,16 +45,13 @@ share/locale/km/LC_MESSAGES/katefilebrowserplugin.mo share/locale/km/LC_MESSAGES/katefiletemplates.mo share/locale/km/LC_MESSAGES/katefindinfilesplugin.mo share/locale/km/LC_MESSAGES/katehelloworld.mo -share/locale/km/LC_MESSAGES/katehtmltools.mo share/locale/km/LC_MESSAGES/kateinsertcommand.mo share/locale/km/LC_MESSAGES/katekjswrapper.mo share/locale/km/LC_MESSAGES/katekonsoleplugin.mo share/locale/km/LC_MESSAGES/katemailfilesplugin.mo share/locale/km/LC_MESSAGES/kateopenheader.mo share/locale/km/LC_MESSAGES/katepart4.mo -share/locale/km/LC_MESSAGES/katepybrowse.mo share/locale/km/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/km/LC_MESSAGES/katesnippets.mo share/locale/km/LC_MESSAGES/katesymbolviewer.mo share/locale/km/LC_MESSAGES/katetabbarextension.mo share/locale/km/LC_MESSAGES/katetextfilter.mo @@ -100,18 +70,19 @@ share/locale/km/LC_MESSAGES/kcachegrind.mo share/locale/km/LC_MESSAGES/kcalc.mo share/locale/km/LC_MESSAGES/kcertpart.mo share/locale/km/LC_MESSAGES/kcharselect.mo -share/locale/km/LC_MESSAGES/kcm_akonadi.mo share/locale/km/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/km/LC_MESSAGES/kcm_attica.mo share/locale/km/LC_MESSAGES/kcm_autostart.mo +share/locale/km/LC_MESSAGES/kcm_desktoppaths.mo share/locale/km/LC_MESSAGES/kcm_desktopthemedetails.mo +share/locale/km/LC_MESSAGES/kcm_device_automounter.mo share/locale/km/LC_MESSAGES/kcm_emoticons.mo +share/locale/km/LC_MESSAGES/kcm_infobase.mo +share/locale/km/LC_MESSAGES/kcm_infosummary.mo share/locale/km/LC_MESSAGES/kcm_krfb.mo share/locale/km/LC_MESSAGES/kcm_kwindesktop.mo share/locale/km/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/km/LC_MESSAGES/kcm_lirc.mo share/locale/km/LC_MESSAGES/kcm_memory.mo -share/locale/km/LC_MESSAGES/kcm_partition.mo share/locale/km/LC_MESSAGES/kcm_pci.mo share/locale/km/LC_MESSAGES/kcm_phonon.mo share/locale/km/LC_MESSAGES/kcm_phononxine.mo @@ -134,7 +105,6 @@ share/locale/km/LC_MESSAGES/kcmicons.mo share/locale/km/LC_MESSAGES/kcminfo.mo share/locale/km/LC_MESSAGES/kcminit.mo share/locale/km/LC_MESSAGES/kcminput.mo -share/locale/km/LC_MESSAGES/kcmioslaveinfo.mo share/locale/km/LC_MESSAGES/kcmkamera.mo share/locale/km/LC_MESSAGES/kcmkclock.mo share/locale/km/LC_MESSAGES/kcmkded.mo @@ -163,7 +133,6 @@ share/locale/km/LC_MESSAGES/kcmscreensaver.mo share/locale/km/LC_MESSAGES/kcmshell.mo share/locale/km/LC_MESSAGES/kcmsmartcard.mo share/locale/km/LC_MESSAGES/kcmsmserver.mo -share/locale/km/LC_MESSAGES/kcmsolidproc.mo share/locale/km/LC_MESSAGES/kcmstyle.mo share/locale/km/LC_MESSAGES/kcmusb.mo share/locale/km/LC_MESSAGES/kcmview1394.mo @@ -176,16 +145,11 @@ share/locale/km/LC_MESSAGES/kdebugdialog.mo share/locale/km/LC_MESSAGES/kdecalendarsystems.mo share/locale/km/LC_MESSAGES/kdelibs4.mo share/locale/km/LC_MESSAGES/kdelibs_colors4.mo -share/locale/km/LC_MESSAGES/kdelirc.mo share/locale/km/LC_MESSAGES/kdepasswd.mo -share/locale/km/LC_MESSAGES/kdepimresources.mo -share/locale/km/LC_MESSAGES/kdepimwizards.mo share/locale/km/LC_MESSAGES/kdeqt.mo share/locale/km/LC_MESSAGES/kdesu.mo share/locale/km/LC_MESSAGES/kdesud.mo share/locale/km/LC_MESSAGES/kdf.mo -share/locale/km/LC_MESSAGES/kdgantt.mo -share/locale/km/LC_MESSAGES/kdgantt1.mo share/locale/km/LC_MESSAGES/kdialog.mo share/locale/km/LC_MESSAGES/kdiamond.mo share/locale/km/LC_MESSAGES/kdmconfig.mo @@ -239,7 +203,6 @@ share/locale/km/LC_MESSAGES/kimagemapeditor.mo share/locale/km/LC_MESSAGES/kinetd.mo share/locale/km/LC_MESSAGES/kinfocenter.mo share/locale/km/LC_MESSAGES/kio4.mo -share/locale/km/LC_MESSAGES/kio_akonadi.mo share/locale/km/LC_MESSAGES/kio_applications.mo share/locale/km/LC_MESSAGES/kio_archive.mo share/locale/km/LC_MESSAGES/kio_audiocd.mo @@ -247,7 +210,6 @@ share/locale/km/LC_MESSAGES/kio_bookmarks.mo share/locale/km/LC_MESSAGES/kio_finger.mo share/locale/km/LC_MESSAGES/kio_fish.mo share/locale/km/LC_MESSAGES/kio_floppy.mo -share/locale/km/LC_MESSAGES/kio_groupwise.mo share/locale/km/LC_MESSAGES/kio_help4.mo share/locale/km/LC_MESSAGES/kio_imap4.mo share/locale/km/LC_MESSAGES/kio_info.mo @@ -274,9 +236,7 @@ share/locale/km/LC_MESSAGES/kioclient.mo share/locale/km/LC_MESSAGES/kioexec.mo share/locale/km/LC_MESSAGES/kiriki.mo share/locale/km/LC_MESSAGES/kiten.mo -share/locale/km/LC_MESSAGES/kjots.mo share/locale/km/LC_MESSAGES/kjumpingcube.mo -share/locale/km/LC_MESSAGES/kleopatra.mo share/locale/km/LC_MESSAGES/klettres.mo share/locale/km/LC_MESSAGES/klines.mo share/locale/km/LC_MESSAGES/klinkstatus.mo @@ -284,11 +244,6 @@ share/locale/km/LC_MESSAGES/klipper.mo share/locale/km/LC_MESSAGES/klock.mo share/locale/km/LC_MESSAGES/kmag.mo share/locale/km/LC_MESSAGES/kmahjongg.mo -share/locale/km/LC_MESSAGES/kmail.mo -share/locale/km/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/km/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/km/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/km/LC_MESSAGES/kmailcvt.mo share/locale/km/LC_MESSAGES/kmenuedit.mo share/locale/km/LC_MESSAGES/kmimetypefinder.mo share/locale/km/LC_MESSAGES/kmines.mo @@ -299,8 +254,6 @@ share/locale/km/LC_MESSAGES/kmplot.mo share/locale/km/LC_MESSAGES/knetattach.mo share/locale/km/LC_MESSAGES/knetwalk.mo share/locale/km/LC_MESSAGES/knetworkconfmodule.mo -share/locale/km/LC_MESSAGES/knode.mo -share/locale/km/LC_MESSAGES/knotes.mo share/locale/km/LC_MESSAGES/knotify4.mo share/locale/km/LC_MESSAGES/kolf.mo share/locale/km/LC_MESSAGES/kollision.mo @@ -310,11 +263,8 @@ share/locale/km/LC_MESSAGES/kompare.mo share/locale/km/LC_MESSAGES/konqueror.mo share/locale/km/LC_MESSAGES/konquest.mo share/locale/km/LC_MESSAGES/konsole.mo -share/locale/km/LC_MESSAGES/konsolekalendar.mo -share/locale/km/LC_MESSAGES/kontact.mo share/locale/km/LC_MESSAGES/kontactinterfaces.mo share/locale/km/LC_MESSAGES/kopete.mo -share/locale/km/LC_MESSAGES/korganizer.mo share/locale/km/LC_MESSAGES/kpartsaver.mo share/locale/km/LC_MESSAGES/kpasswdserver.mo share/locale/km/LC_MESSAGES/kpat.mo @@ -325,23 +275,15 @@ share/locale/km/LC_MESSAGES/krandr.mo share/locale/km/LC_MESSAGES/krdb.mo share/locale/km/LC_MESSAGES/krdc.mo share/locale/km/LC_MESSAGES/kreadconfig.mo -share/locale/km/LC_MESSAGES/kres_birthday.mo -share/locale/km/LC_MESSAGES/kres_blog.mo share/locale/km/LC_MESSAGES/kres_bugzilla.mo -share/locale/km/LC_MESSAGES/kres_groupware.mo -share/locale/km/LC_MESSAGES/kres_groupwise.mo -share/locale/km/LC_MESSAGES/kres_kolab.mo -share/locale/km/LC_MESSAGES/kres_remote.mo share/locale/km/LC_MESSAGES/kreversi.mo share/locale/km/LC_MESSAGES/krfb.mo share/locale/km/LC_MESSAGES/kruler.mo share/locale/km/LC_MESSAGES/krunner.mo share/locale/km/LC_MESSAGES/ksame.mo share/locale/km/LC_MESSAGES/ksaneplugin.mo -share/locale/km/LC_MESSAGES/ksayit.mo share/locale/km/LC_MESSAGES/kscd.mo share/locale/km/LC_MESSAGES/kscreensaver.mo -share/locale/km/LC_MESSAGES/ksendemail.mo share/locale/km/LC_MESSAGES/kshisen.mo share/locale/km/LC_MESSAGES/kshorturifilter.mo share/locale/km/LC_MESSAGES/ksirk.mo @@ -364,14 +306,11 @@ share/locale/km/LC_MESSAGES/ksystemlog.mo share/locale/km/LC_MESSAGES/ksystraycmd.mo share/locale/km/LC_MESSAGES/kteatime.mo share/locale/km/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/km/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/km/LC_MESSAGES/kthememanager.mo share/locale/km/LC_MESSAGES/ktimer.mo -share/locale/km/LC_MESSAGES/ktimetracker.mo share/locale/km/LC_MESSAGES/ktouch.mo share/locale/km/LC_MESSAGES/ktraderclient.mo share/locale/km/LC_MESSAGES/ktron.mo -share/locale/km/LC_MESSAGES/kttsd.mo share/locale/km/LC_MESSAGES/ktuberling.mo share/locale/km/LC_MESSAGES/kturtle.mo share/locale/km/LC_MESSAGES/ktux.mo @@ -382,8 +321,6 @@ share/locale/km/LC_MESSAGES/kurifilter.mo share/locale/km/LC_MESSAGES/kuser.mo share/locale/km/LC_MESSAGES/kwalletd.mo share/locale/km/LC_MESSAGES/kwalletmanager.mo -share/locale/km/LC_MESSAGES/kwatchgnupg.mo -share/locale/km/LC_MESSAGES/kweather.mo share/locale/km/LC_MESSAGES/kwin.mo share/locale/km/LC_MESSAGES/kwin_art_clients.mo share/locale/km/LC_MESSAGES/kwin_clients.mo @@ -405,29 +342,23 @@ share/locale/km/LC_MESSAGES/libkcompactdisc.mo share/locale/km/LC_MESSAGES/libkdcraw.mo share/locale/km/LC_MESSAGES/libkdeedu.mo share/locale/km/LC_MESSAGES/libkdegames.mo -share/locale/km/LC_MESSAGES/libkdepim.mo share/locale/km/LC_MESSAGES/libkexiv2.mo share/locale/km/LC_MESSAGES/libkholidays.mo share/locale/km/LC_MESSAGES/libkimap.mo share/locale/km/LC_MESSAGES/libkldap.mo -share/locale/km/LC_MESSAGES/libkleopatra.mo share/locale/km/LC_MESSAGES/libkmahjongg.mo share/locale/km/LC_MESSAGES/libkmime.mo share/locale/km/LC_MESSAGES/libkonq.mo -share/locale/km/LC_MESSAGES/libkpgp.mo share/locale/km/LC_MESSAGES/libkpimidentities.mo share/locale/km/LC_MESSAGES/libkpimtextedit.mo share/locale/km/LC_MESSAGES/libkpimutils.mo share/locale/km/LC_MESSAGES/libkresources.mo share/locale/km/LC_MESSAGES/libksane.mo share/locale/km/LC_MESSAGES/libkscreensaver.mo -share/locale/km/LC_MESSAGES/libksieve.mo share/locale/km/LC_MESSAGES/libktnef.mo share/locale/km/LC_MESSAGES/libkworkspace.mo share/locale/km/LC_MESSAGES/libkxmlrpcclient.mo share/locale/km/LC_MESSAGES/libmailtransport.mo -share/locale/km/LC_MESSAGES/libmessagelist.mo -share/locale/km/LC_MESSAGES/libmessageviewer.mo share/locale/km/LC_MESSAGES/liboktetakasten.mo share/locale/km/LC_MESSAGES/libphonon.mo share/locale/km/LC_MESSAGES/libplasma.mo @@ -469,10 +400,12 @@ share/locale/km/LC_MESSAGES/phononserver.mo share/locale/km/LC_MESSAGES/plasma-desktop.mo share/locale/km/LC_MESSAGES/plasma-netbook.mo share/locale/km/LC_MESSAGES/plasma-overlay.mo +share/locale/km/LC_MESSAGES/plasma-windowed.mo share/locale/km/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/km/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/km/LC_MESSAGES/plasma_applet_battery.mo share/locale/km/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/km/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/km/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/km/LC_MESSAGES/plasma_applet_calculator.mo share/locale/km/LC_MESSAGES/plasma_applet_clock.mo @@ -489,6 +422,7 @@ share/locale/km/LC_MESSAGES/plasma_applet_icon.mo share/locale/km/LC_MESSAGES/plasma_applet_incomingmsg.mo share/locale/km/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/km/LC_MESSAGES/plasma_applet_katesession.mo +share/locale/km/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/km/LC_MESSAGES/plasma_applet_kget.mo share/locale/km/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/km/LC_MESSAGES/plasma_applet_knowledgebase.mo @@ -504,6 +438,7 @@ share/locale/km/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/km/LC_MESSAGES/plasma_applet_news.mo share/locale/km/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/km/LC_MESSAGES/plasma_applet_notes.mo +share/locale/km/LC_MESSAGES/plasma_applet_notifications.mo share/locale/km/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/km/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/km/LC_MESSAGES/plasma_applet_opendesktop_activities.mo @@ -544,7 +479,9 @@ share/locale/km/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/km/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/km/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/km/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/km/LC_MESSAGES/plasma_engine_calendar.mo share/locale/km/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/km/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/km/LC_MESSAGES/plasma_engine_keystate.mo share/locale/km/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/km/LC_MESSAGES/plasma_engine_metadata.mo @@ -555,13 +492,16 @@ share/locale/km/LC_MESSAGES/plasma_engine_pastebin.mo share/locale/km/LC_MESSAGES/plasma_engine_rss.mo share/locale/km/LC_MESSAGES/plasma_engine_weather.mo share/locale/km/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/km/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/km/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/km/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/km/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_contacts.mo share/locale/km/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/km/LC_MESSAGES/plasma_runner_datetime.mo share/locale/km/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/km/LC_MESSAGES/plasma_runner_kget.mo share/locale/km/LC_MESSAGES/plasma_runner_kill.mo share/locale/km/LC_MESSAGES/plasma_runner_konquerorsessions.mo share/locale/km/LC_MESSAGES/plasma_runner_konsolesessions.mo @@ -576,8 +516,11 @@ share/locale/km/LC_MESSAGES/plasma_runner_recentdocuments.mo share/locale/km/LC_MESSAGES/plasma_runner_services.mo share/locale/km/LC_MESSAGES/plasma_runner_sessions.mo share/locale/km/LC_MESSAGES/plasma_runner_shell.mo +share/locale/km/LC_MESSAGES/plasma_runner_solid.mo share/locale/km/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/km/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/km/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/km/LC_MESSAGES/plasma_runner_windows.mo share/locale/km/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/km/LC_MESSAGES/plasma_wallpaper_image.mo diff --git a/misc/kde4-l10n-kn/distinfo b/misc/kde4-l10n-kn/distinfo index cbfa8fd7d9dc..870171cb32f6 100644 --- a/misc/kde4-l10n-kn/distinfo +++ b/misc/kde4-l10n-kn/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-kn-4.4.5.tar.bz2) = a73c86cc3e1a73f53969b94268627007 -SHA256 (KDE/kde-l10n/kde-l10n-kn-4.4.5.tar.bz2) = 092132b50d806e8c90934448b4420fff84edb01ac3a33fe6b50e064175facf54 -SIZE (KDE/kde-l10n/kde-l10n-kn-4.4.5.tar.bz2) = 423253 +MD5 (KDE/kde-l10n/kde-l10n-kn-4.5.1.tar.bz2) = 866acc295fc904ea461e378de62aa7f3 +SHA256 (KDE/kde-l10n/kde-l10n-kn-4.5.1.tar.bz2) = b4e89870a383ce33ca37551859743a9bd76fdaed1f76531628385e562de4872a +SIZE (KDE/kde-l10n/kde-l10n-kn-4.5.1.tar.bz2) = 432925 diff --git a/misc/kde4-l10n-kn/pkg-plist b/misc/kde4-l10n-kn/pkg-plist index f548848f5e13..15c68cedb89e 100644 --- a/misc/kde4-l10n-kn/pkg-plist +++ b/misc/kde4-l10n-kn/pkg-plist @@ -8,18 +8,17 @@ share/locale/kn/LC_MESSAGES/htmlsearch.mo share/locale/kn/LC_MESSAGES/imagerename_plugin.mo share/locale/kn/LC_MESSAGES/joystick.mo share/locale/kn/LC_MESSAGES/kaccess.mo -share/locale/kn/LC_MESSAGES/kappfinder.mo share/locale/kn/LC_MESSAGES/kblankscrn.mo share/locale/kn/LC_MESSAGES/kcertpart.mo share/locale/kn/LC_MESSAGES/kcm_attica.mo share/locale/kn/LC_MESSAGES/kcm_autostart.mo +share/locale/kn/LC_MESSAGES/kcm_desktoppaths.mo share/locale/kn/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/kn/LC_MESSAGES/kcm_device_automounter.mo share/locale/kn/LC_MESSAGES/kcm_emoticons.mo share/locale/kn/LC_MESSAGES/kcm_kwindesktop.mo share/locale/kn/LC_MESSAGES/kcm_kwintabbox.mo share/locale/kn/LC_MESSAGES/kcm_memory.mo -share/locale/kn/LC_MESSAGES/kcm_partition.mo share/locale/kn/LC_MESSAGES/kcm_pci.mo share/locale/kn/LC_MESSAGES/kcm_phonon.mo share/locale/kn/LC_MESSAGES/kcm_phononxine.mo @@ -38,7 +37,6 @@ share/locale/kn/LC_MESSAGES/kcmicons.mo share/locale/kn/LC_MESSAGES/kcminfo.mo share/locale/kn/LC_MESSAGES/kcminit.mo share/locale/kn/LC_MESSAGES/kcminput.mo -share/locale/kn/LC_MESSAGES/kcmioslaveinfo.mo share/locale/kn/LC_MESSAGES/kcmkclock.mo share/locale/kn/LC_MESSAGES/kcmkded.mo share/locale/kn/LC_MESSAGES/kcmkdnssd.mo @@ -54,7 +52,6 @@ share/locale/kn/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/kn/LC_MESSAGES/kcmkwm.mo share/locale/kn/LC_MESSAGES/kcmlaunch.mo share/locale/kn/LC_MESSAGES/kcmlocale.mo -share/locale/kn/LC_MESSAGES/kcmnic.mo share/locale/kn/LC_MESSAGES/kcmnotify.mo share/locale/kn/LC_MESSAGES/kcmopengl.mo share/locale/kn/LC_MESSAGES/kcmperformance.mo @@ -63,7 +60,6 @@ share/locale/kn/LC_MESSAGES/kcmscreensaver.mo share/locale/kn/LC_MESSAGES/kcmshell.mo share/locale/kn/LC_MESSAGES/kcmsmartcard.mo share/locale/kn/LC_MESSAGES/kcmsmserver.mo -share/locale/kn/LC_MESSAGES/kcmsolidproc.mo share/locale/kn/LC_MESSAGES/kcmstyle.mo share/locale/kn/LC_MESSAGES/kcmusb.mo share/locale/kn/LC_MESSAGES/kcmview1394.mo diff --git a/misc/kde4-l10n-ku/Makefile b/misc/kde4-l10n-ku/Makefile index 0c04b3ae8b02..8532aa3010d4 100644 --- a/misc/kde4-l10n-ku/Makefile +++ b/misc/kde4-l10n-ku/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org COMMENT= Kurdish messages and documentation for KDE4 -IGNORE= unfetchable and unmaintained upstream +IGNORE= is not included in KDE SC ${KDE4_VERSION} EXPIRATION_DATE= 2010-04-01 KDE4_L10N= ku diff --git a/misc/kde4-l10n-lt/Makefile b/misc/kde4-l10n-lt/Makefile index 500fa758b0a0..5c48841652dc 100644 --- a/misc/kde4-l10n-lt/Makefile +++ b/misc/kde4-l10n-lt/Makefile @@ -14,5 +14,8 @@ COMMENT= Lithuanian messages and documentation for KDE4 KDE4_L10N= lt +MANLANG= ${KDE4_L10N} +.include <${.CURDIR}/Makefile.man> + .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-lt/Makefile.man b/misc/kde4-l10n-lt/Makefile.man new file mode 100644 index 000000000000..25cb720bd62f --- /dev/null +++ b/misc/kde4-l10n-lt/Makefile.man @@ -0,0 +1 @@ +MAN1= checkXML.1 kfind.1 diff --git a/misc/kde4-l10n-lt/distinfo b/misc/kde4-l10n-lt/distinfo index fa9d6391e51c..efe1898e3bf0 100644 --- a/misc/kde4-l10n-lt/distinfo +++ b/misc/kde4-l10n-lt/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-lt-4.4.5.tar.bz2) = caa777040c9afc35c8204ee6b07e9250 -SHA256 (KDE/kde-l10n/kde-l10n-lt-4.4.5.tar.bz2) = 67c8e464e2caeb45611a3cf7f8226659968ad30c96b336d280732c554db85c83 -SIZE (KDE/kde-l10n/kde-l10n-lt-4.4.5.tar.bz2) = 2140341 +MD5 (KDE/kde-l10n/kde-l10n-lt-4.5.1.tar.bz2) = 133cc6bbcda6900669c29a53e54cf3e2 +SHA256 (KDE/kde-l10n/kde-l10n-lt-4.5.1.tar.bz2) = e0ff8748d29e64f11aacf2edf93d82d448b4fb657920619fdc347cc38f75bc72 +SIZE (KDE/kde-l10n/kde-l10n-lt-4.5.1.tar.bz2) = 3355990 diff --git a/misc/kde4-l10n-lt/pkg-plist b/misc/kde4-l10n-lt/pkg-plist index 5f8acbec20e4..ce0ef88dddb2 100644 --- a/misc/kde4-l10n-lt/pkg-plist +++ b/misc/kde4-l10n-lt/pkg-plist @@ -2,36 +2,91 @@ share/doc/HTML/lt/common/fdl-translated.html share/doc/HTML/lt/common/gpl-translated.html share/doc/HTML/lt/common/kde-localised.css share/doc/HTML/lt/common/lgpl-translated.html -share/doc/HTML/lt/khelpcenter/visualdict/common -share/doc/HTML/lt/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/lt/khelpcenter/visualdict/index.docbook -share/locale/lt/LC_MESSAGES/akonadi-kcal.mo -share/locale/lt/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/lt/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/lt/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_next.mo -share/locale/lt/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/lt/LC_MESSAGES/akonadi_vcarddir_resource.mo +share/doc/HTML/lt/dolphin/common +share/doc/HTML/lt/dolphin/default-ui.png +share/doc/HTML/lt/dolphin/index.cache.bz2 +share/doc/HTML/lt/dolphin/index.docbook +share/doc/HTML/lt/dolphin/locationbar-breadcrumb.png +share/doc/HTML/lt/dolphin/locationbar-editable.png +share/doc/HTML/lt/dolphin/nepomuk-search.png +share/doc/HTML/lt/dolphin/preferences-general-behavior.png +share/doc/HTML/lt/dolphin/preferences-navigation.png +share/doc/HTML/lt/dolphin/preferences-startup.png +share/doc/HTML/lt/dolphin/preferences-trash.png +share/doc/HTML/lt/dolphin/preferences-viewmodes-icons.png +share/doc/HTML/lt/dolphin/toolbar-navigation.png +share/doc/HTML/lt/dolphin/toolbar-view-appearance.png +share/doc/HTML/lt/dolphin/viewproperties-dialog.png +share/doc/HTML/lt/kbugbuster/common +share/doc/HTML/lt/kbugbuster/index.cache.bz2 +share/doc/HTML/lt/kbugbuster/index.docbook +share/doc/HTML/lt/kcalc/commands.docbook +share/doc/HTML/lt/kcalc/common +share/doc/HTML/lt/kcalc/index.cache.bz2 +share/doc/HTML/lt/kcalc/index.docbook +share/doc/HTML/lt/kcontrol/keyboard/common +share/doc/HTML/lt/kcontrol/keyboard/index.cache.bz2 +share/doc/HTML/lt/kcontrol/keyboard/index.docbook +share/doc/HTML/lt/kcontrol/khtml-plugins/common +share/doc/HTML/lt/kcontrol/khtml-plugins/index.cache.bz2 +share/doc/HTML/lt/kcontrol/khtml-plugins/index.docbook +share/doc/HTML/lt/kdepasswd/common +share/doc/HTML/lt/kdepasswd/index.cache.bz2 +share/doc/HTML/lt/kdepasswd/index.docbook +share/doc/HTML/lt/kdepasswd/password.png +share/doc/HTML/lt/kdiamond/common +share/doc/HTML/lt/kdiamond/index.cache.bz2 +share/doc/HTML/lt/kdiamond/index.docbook +share/doc/HTML/lt/kfind/common +share/doc/HTML/lt/kfind/index.cache.bz2 +share/doc/HTML/lt/kfind/index.docbook +share/doc/HTML/lt/kfind/man-kfind.1.docbook +share/doc/HTML/lt/kgpg/common +share/doc/HTML/lt/kgpg/index.cache.bz2 +share/doc/HTML/lt/kgpg/index.docbook +share/doc/HTML/lt/khelpcenter/common +share/doc/HTML/lt/khelpcenter/contact.docbook +share/doc/HTML/lt/khelpcenter/help.docbook +share/doc/HTML/lt/khelpcenter/index.cache.bz2 +share/doc/HTML/lt/khelpcenter/index.docbook +share/doc/HTML/lt/khelpcenter/support.docbook +share/doc/HTML/lt/khelpcenter/welcome.docbook +share/doc/HTML/lt/khelpcenter/whatiskde.docbook +share/doc/HTML/lt/kioslave/cgi/common +share/doc/HTML/lt/kioslave/cgi/index.cache.bz2 +share/doc/HTML/lt/kioslave/cgi/index.docbook +share/doc/HTML/lt/klipper/common +share/doc/HTML/lt/klipper/index.cache.bz2 +share/doc/HTML/lt/klipper/index.docbook +share/doc/HTML/lt/kmahjongg/common +share/doc/HTML/lt/kmahjongg/config.png +share/doc/HTML/lt/kmahjongg/config_background.png +share/doc/HTML/lt/kmahjongg/config_layout.png +share/doc/HTML/lt/kmahjongg/config_tiles.png +share/doc/HTML/lt/kmahjongg/gamescreen.png +share/doc/HTML/lt/kmahjongg/highscore.png +share/doc/HTML/lt/kmahjongg/index.cache.bz2 +share/doc/HTML/lt/kmahjongg/index.docbook +share/doc/HTML/lt/kmahjongg/numbered.png +share/doc/HTML/lt/kmahjongg/shortcuts.png +share/doc/HTML/lt/kmenuedit/common +share/doc/HTML/lt/kmenuedit/done.png +share/doc/HTML/lt/kmenuedit/index.cache.bz2 +share/doc/HTML/lt/kmenuedit/index.docbook +share/doc/HTML/lt/kmenuedit/itemname.png +share/doc/HTML/lt/kmenuedit/new.png +share/doc/HTML/lt/kmenuedit/selecticon.png +share/doc/HTML/lt/kmenuedit/selectinternet.png +share/doc/HTML/lt/kmix/common +share/doc/HTML/lt/kmix/index.cache.bz2 +share/doc/HTML/lt/kmix/index.docbook +share/doc/HTML/lt/ksnapshot/common +share/doc/HTML/lt/ksnapshot/index.cache.bz2 +share/doc/HTML/lt/ksnapshot/index.docbook +share/doc/HTML/lt/kwrite/common +share/doc/HTML/lt/kwrite/index.cache.bz2 +share/doc/HTML/lt/kwrite/index.docbook share/locale/lt/LC_MESSAGES/akonadicontact.mo -share/locale/lt/LC_MESSAGES/akonaditray.mo -share/locale/lt/LC_MESSAGES/akregator.mo share/locale/lt/LC_MESSAGES/amor.mo share/locale/lt/LC_MESSAGES/ark.mo share/locale/lt/LC_MESSAGES/attica_kde.mo @@ -39,43 +94,37 @@ share/locale/lt/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/lt/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/lt/LC_MESSAGES/audiorename_plugin.mo share/locale/lt/LC_MESSAGES/blinken.mo -share/locale/lt/LC_MESSAGES/blogilo.mo share/locale/lt/LC_MESSAGES/bomber.mo share/locale/lt/LC_MESSAGES/bovo.mo share/locale/lt/LC_MESSAGES/cantor.mo share/locale/lt/LC_MESSAGES/cervisia.mo -share/locale/lt/LC_MESSAGES/cryptopageplugin.mo share/locale/lt/LC_MESSAGES/cvsservice.mo share/locale/lt/LC_MESSAGES/display.mo share/locale/lt/LC_MESSAGES/dolphin.mo share/locale/lt/LC_MESSAGES/dragonplayer.mo share/locale/lt/LC_MESSAGES/drkonqi.mo share/locale/lt/LC_MESSAGES/filetypes.mo +share/locale/lt/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/lt/LC_MESSAGES/freespacenotifier.mo share/locale/lt/LC_MESSAGES/granatier.mo share/locale/lt/LC_MESSAGES/gwenview.mo share/locale/lt/LC_MESSAGES/htmlsearch.mo share/locale/lt/LC_MESSAGES/imagerename_plugin.mo -share/locale/lt/LC_MESSAGES/irkick.mo +share/locale/lt/LC_MESSAGES/jovie.mo share/locale/lt/LC_MESSAGES/joystick.mo share/locale/lt/LC_MESSAGES/juk.mo share/locale/lt/LC_MESSAGES/kabc.mo -share/locale/lt/LC_MESSAGES/kabc_akonadi.mo share/locale/lt/LC_MESSAGES/kabc_dir.mo share/locale/lt/LC_MESSAGES/kabc_file.mo share/locale/lt/LC_MESSAGES/kabc_ldapkio.mo share/locale/lt/LC_MESSAGES/kabc_net.mo -share/locale/lt/LC_MESSAGES/kabc_slox.mo -share/locale/lt/LC_MESSAGES/kabcclient.mo share/locale/lt/LC_MESSAGES/kabcformat_binary.mo share/locale/lt/LC_MESSAGES/kaccess.mo -share/locale/lt/LC_MESSAGES/kaddressbook.mo -share/locale/lt/LC_MESSAGES/kalarm.mo +share/locale/lt/LC_MESSAGES/kajongg.mo share/locale/lt/LC_MESSAGES/kalgebra.mo share/locale/lt/LC_MESSAGES/kalzium.mo -share/locale/lt/LC_MESSAGES/kalzium_qt.mo share/locale/lt/LC_MESSAGES/kanagram.mo share/locale/lt/LC_MESSAGES/kapman.mo -share/locale/lt/LC_MESSAGES/kappfinder.mo share/locale/lt/LC_MESSAGES/kapptemplate.mo share/locale/lt/LC_MESSAGES/kate-ctags-plugin.mo share/locale/lt/LC_MESSAGES/kate.mo @@ -87,20 +136,17 @@ share/locale/lt/LC_MESSAGES/katefilebrowserplugin.mo share/locale/lt/LC_MESSAGES/katefiletemplates.mo share/locale/lt/LC_MESSAGES/katefindinfilesplugin.mo share/locale/lt/LC_MESSAGES/katehelloworld.mo -share/locale/lt/LC_MESSAGES/katehtmltools.mo share/locale/lt/LC_MESSAGES/kateinsertcommand.mo share/locale/lt/LC_MESSAGES/katekjswrapper.mo share/locale/lt/LC_MESSAGES/katekonsoleplugin.mo share/locale/lt/LC_MESSAGES/katemailfilesplugin.mo share/locale/lt/LC_MESSAGES/kateopenheader.mo share/locale/lt/LC_MESSAGES/katepart4.mo -share/locale/lt/LC_MESSAGES/katepybrowse.mo share/locale/lt/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/lt/LC_MESSAGES/katesnippets.mo share/locale/lt/LC_MESSAGES/katesnippets_tng.mo -share/locale/lt/LC_MESSAGES/katesnippetstng_editor.mo share/locale/lt/LC_MESSAGES/katesymbolviewer.mo share/locale/lt/LC_MESSAGES/katetabbarextension.mo +share/locale/lt/LC_MESSAGES/katetabifyplugin.mo share/locale/lt/LC_MESSAGES/katetextfilter.mo share/locale/lt/LC_MESSAGES/katexmlcheck.mo share/locale/lt/LC_MESSAGES/katexmltools.mo @@ -115,27 +161,27 @@ share/locale/lt/LC_MESSAGES/kbruch.mo share/locale/lt/LC_MESSAGES/kbugbuster.mo share/locale/lt/LC_MESSAGES/kcachegrind.mo share/locale/lt/LC_MESSAGES/kcachegrind_qt.mo -share/locale/lt/LC_MESSAGES/kcal_akonadi.mo share/locale/lt/LC_MESSAGES/kcalc.mo share/locale/lt/LC_MESSAGES/kcertpart.mo share/locale/lt/LC_MESSAGES/kcharselect.mo -share/locale/lt/LC_MESSAGES/kcm_akonadi.mo share/locale/lt/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/lt/LC_MESSAGES/kcm_attica.mo share/locale/lt/LC_MESSAGES/kcm_autostart.mo +share/locale/lt/LC_MESSAGES/kcm_desktoppaths.mo share/locale/lt/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/lt/LC_MESSAGES/kcm_device_automounter.mo share/locale/lt/LC_MESSAGES/kcm_emoticons.mo +share/locale/lt/LC_MESSAGES/kcm_infobase.mo +share/locale/lt/LC_MESSAGES/kcm_infosummary.mo share/locale/lt/LC_MESSAGES/kcm_krfb.mo share/locale/lt/LC_MESSAGES/kcm_kwindesktop.mo share/locale/lt/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/lt/LC_MESSAGES/kcm_lirc.mo share/locale/lt/LC_MESSAGES/kcm_memory.mo -share/locale/lt/LC_MESSAGES/kcm_partition.mo share/locale/lt/LC_MESSAGES/kcm_pci.mo share/locale/lt/LC_MESSAGES/kcm_phonon.mo share/locale/lt/LC_MESSAGES/kcm_phononxine.mo share/locale/lt/LC_MESSAGES/kcm_platform.mo +share/locale/lt/LC_MESSAGES/kcm_remotecontrol.mo share/locale/lt/LC_MESSAGES/kcm_solid.mo share/locale/lt/LC_MESSAGES/kcm_solid_actions.mo share/locale/lt/LC_MESSAGES/kcm_standard_actions.mo @@ -148,13 +194,13 @@ share/locale/lt/LC_MESSAGES/kcmcgi.mo share/locale/lt/LC_MESSAGES/kcmcolors.mo share/locale/lt/LC_MESSAGES/kcmcomponentchooser.mo share/locale/lt/LC_MESSAGES/kcmcrypto.mo +share/locale/lt/LC_MESSAGES/kcmdevinfo.mo share/locale/lt/LC_MESSAGES/kcmfonts.mo share/locale/lt/LC_MESSAGES/kcmhtmlsearch.mo share/locale/lt/LC_MESSAGES/kcmicons.mo share/locale/lt/LC_MESSAGES/kcminfo.mo share/locale/lt/LC_MESSAGES/kcminit.mo share/locale/lt/LC_MESSAGES/kcminput.mo -share/locale/lt/LC_MESSAGES/kcmioslaveinfo.mo share/locale/lt/LC_MESSAGES/kcmkamera.mo share/locale/lt/LC_MESSAGES/kcmkclock.mo share/locale/lt/LC_MESSAGES/kcmkded.mo @@ -183,7 +229,6 @@ share/locale/lt/LC_MESSAGES/kcmscreensaver.mo share/locale/lt/LC_MESSAGES/kcmshell.mo share/locale/lt/LC_MESSAGES/kcmsmartcard.mo share/locale/lt/LC_MESSAGES/kcmsmserver.mo -share/locale/lt/LC_MESSAGES/kcmsolidproc.mo share/locale/lt/LC_MESSAGES/kcmstyle.mo share/locale/lt/LC_MESSAGES/kcmusb.mo share/locale/lt/LC_MESSAGES/kcmview1394.mo @@ -197,16 +242,11 @@ share/locale/lt/LC_MESSAGES/kdebugdialog.mo share/locale/lt/LC_MESSAGES/kdecalendarsystems.mo share/locale/lt/LC_MESSAGES/kdelibs4.mo share/locale/lt/LC_MESSAGES/kdelibs_colors4.mo -share/locale/lt/LC_MESSAGES/kdelirc.mo share/locale/lt/LC_MESSAGES/kdepasswd.mo -share/locale/lt/LC_MESSAGES/kdepimresources.mo -share/locale/lt/LC_MESSAGES/kdepimwizards.mo share/locale/lt/LC_MESSAGES/kdeqt.mo share/locale/lt/LC_MESSAGES/kdesu.mo share/locale/lt/LC_MESSAGES/kdesud.mo share/locale/lt/LC_MESSAGES/kdf.mo -share/locale/lt/LC_MESSAGES/kdgantt.mo -share/locale/lt/LC_MESSAGES/kdgantt1.mo share/locale/lt/LC_MESSAGES/kdialog.mo share/locale/lt/LC_MESSAGES/kdiamond.mo share/locale/lt/LC_MESSAGES/kdmconfig.mo @@ -260,7 +300,6 @@ share/locale/lt/LC_MESSAGES/kimagemapeditor.mo share/locale/lt/LC_MESSAGES/kinetd.mo share/locale/lt/LC_MESSAGES/kinfocenter.mo share/locale/lt/LC_MESSAGES/kio4.mo -share/locale/lt/LC_MESSAGES/kio_akonadi.mo share/locale/lt/LC_MESSAGES/kio_applications.mo share/locale/lt/LC_MESSAGES/kio_archive.mo share/locale/lt/LC_MESSAGES/kio_audiocd.mo @@ -268,7 +307,6 @@ share/locale/lt/LC_MESSAGES/kio_bookmarks.mo share/locale/lt/LC_MESSAGES/kio_finger.mo share/locale/lt/LC_MESSAGES/kio_fish.mo share/locale/lt/LC_MESSAGES/kio_floppy.mo -share/locale/lt/LC_MESSAGES/kio_groupwise.mo share/locale/lt/LC_MESSAGES/kio_help4.mo share/locale/lt/LC_MESSAGES/kio_imap4.mo share/locale/lt/LC_MESSAGES/kio_info.mo @@ -296,9 +334,7 @@ share/locale/lt/LC_MESSAGES/kioclient.mo share/locale/lt/LC_MESSAGES/kioexec.mo share/locale/lt/LC_MESSAGES/kiriki.mo share/locale/lt/LC_MESSAGES/kiten.mo -share/locale/lt/LC_MESSAGES/kjots.mo share/locale/lt/LC_MESSAGES/kjumpingcube.mo -share/locale/lt/LC_MESSAGES/kleopatra.mo share/locale/lt/LC_MESSAGES/klettres.mo share/locale/lt/LC_MESSAGES/klines.mo share/locale/lt/LC_MESSAGES/klinkstatus.mo @@ -306,12 +342,6 @@ share/locale/lt/LC_MESSAGES/klipper.mo share/locale/lt/LC_MESSAGES/klock.mo share/locale/lt/LC_MESSAGES/kmag.mo share/locale/lt/LC_MESSAGES/kmahjongg.mo -share/locale/lt/LC_MESSAGES/kmail-migrator.mo -share/locale/lt/LC_MESSAGES/kmail.mo -share/locale/lt/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/lt/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/lt/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/lt/LC_MESSAGES/kmailcvt.mo share/locale/lt/LC_MESSAGES/kmenuedit.mo share/locale/lt/LC_MESSAGES/kmimetypefinder.mo share/locale/lt/LC_MESSAGES/kmines.mo @@ -322,8 +352,6 @@ share/locale/lt/LC_MESSAGES/kmplot.mo share/locale/lt/LC_MESSAGES/knetattach.mo share/locale/lt/LC_MESSAGES/knetwalk.mo share/locale/lt/LC_MESSAGES/knetworkconfmodule.mo -share/locale/lt/LC_MESSAGES/knode.mo -share/locale/lt/LC_MESSAGES/knotes.mo share/locale/lt/LC_MESSAGES/knotify4.mo share/locale/lt/LC_MESSAGES/kolf.mo share/locale/lt/LC_MESSAGES/kollision.mo @@ -333,11 +361,8 @@ share/locale/lt/LC_MESSAGES/kompare.mo share/locale/lt/LC_MESSAGES/konqueror.mo share/locale/lt/LC_MESSAGES/konquest.mo share/locale/lt/LC_MESSAGES/konsole.mo -share/locale/lt/LC_MESSAGES/konsolekalendar.mo -share/locale/lt/LC_MESSAGES/kontact.mo share/locale/lt/LC_MESSAGES/kontactinterfaces.mo share/locale/lt/LC_MESSAGES/kopete.mo -share/locale/lt/LC_MESSAGES/korganizer.mo share/locale/lt/LC_MESSAGES/kpartloader.mo share/locale/lt/LC_MESSAGES/kpartsaver.mo share/locale/lt/LC_MESSAGES/kpasswdserver.mo @@ -346,28 +371,20 @@ share/locale/lt/LC_MESSAGES/kppp.mo share/locale/lt/LC_MESSAGES/kppplogview.mo share/locale/lt/LC_MESSAGES/kquitapp.mo share/locale/lt/LC_MESSAGES/krandr.mo +share/locale/lt/LC_MESSAGES/krcdnotifieritem.mo share/locale/lt/LC_MESSAGES/krdb.mo share/locale/lt/LC_MESSAGES/krdc.mo share/locale/lt/LC_MESSAGES/kreadconfig.mo -share/locale/lt/LC_MESSAGES/kres-migrator.mo -share/locale/lt/LC_MESSAGES/kres_birthday.mo -share/locale/lt/LC_MESSAGES/kres_blog.mo +share/locale/lt/LC_MESSAGES/kremotecontroldaemon.mo share/locale/lt/LC_MESSAGES/kres_bugzilla.mo -share/locale/lt/LC_MESSAGES/kres_groupware.mo -share/locale/lt/LC_MESSAGES/kres_groupwise.mo -share/locale/lt/LC_MESSAGES/kres_kolab.mo -share/locale/lt/LC_MESSAGES/kres_remote.mo -share/locale/lt/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/lt/LC_MESSAGES/kreversi.mo share/locale/lt/LC_MESSAGES/krfb.mo share/locale/lt/LC_MESSAGES/kruler.mo share/locale/lt/LC_MESSAGES/krunner.mo share/locale/lt/LC_MESSAGES/ksame.mo share/locale/lt/LC_MESSAGES/ksaneplugin.mo -share/locale/lt/LC_MESSAGES/ksayit.mo share/locale/lt/LC_MESSAGES/kscd.mo share/locale/lt/LC_MESSAGES/kscreensaver.mo -share/locale/lt/LC_MESSAGES/ksendemail.mo share/locale/lt/LC_MESSAGES/kshisen.mo share/locale/lt/LC_MESSAGES/kshorturifilter.mo share/locale/lt/LC_MESSAGES/ksirk.mo @@ -389,16 +406,14 @@ share/locale/lt/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/lt/LC_MESSAGES/ksystemlog.mo share/locale/lt/LC_MESSAGES/ksystraycmd.mo share/locale/lt/LC_MESSAGES/kteatime.mo +share/locale/lt/LC_MESSAGES/ktesnippets_editor.mo share/locale/lt/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/lt/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/lt/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/lt/LC_MESSAGES/kthememanager.mo share/locale/lt/LC_MESSAGES/ktimer.mo -share/locale/lt/LC_MESSAGES/ktimetracker.mo share/locale/lt/LC_MESSAGES/ktouch.mo share/locale/lt/LC_MESSAGES/ktraderclient.mo share/locale/lt/LC_MESSAGES/ktron.mo -share/locale/lt/LC_MESSAGES/kttsd.mo share/locale/lt/LC_MESSAGES/ktuberling.mo share/locale/lt/LC_MESSAGES/kturtle.mo share/locale/lt/LC_MESSAGES/ktux.mo @@ -409,8 +424,6 @@ share/locale/lt/LC_MESSAGES/kurifilter.mo share/locale/lt/LC_MESSAGES/kuser.mo share/locale/lt/LC_MESSAGES/kwalletd.mo share/locale/lt/LC_MESSAGES/kwalletmanager.mo -share/locale/lt/LC_MESSAGES/kwatchgnupg.mo -share/locale/lt/LC_MESSAGES/kweather.mo share/locale/lt/LC_MESSAGES/kwin.mo share/locale/lt/LC_MESSAGES/kwin_art_clients.mo share/locale/lt/LC_MESSAGES/kwin_clients.mo @@ -432,31 +445,25 @@ share/locale/lt/LC_MESSAGES/libkcompactdisc.mo share/locale/lt/LC_MESSAGES/libkdcraw.mo share/locale/lt/LC_MESSAGES/libkdeedu.mo share/locale/lt/LC_MESSAGES/libkdegames.mo -share/locale/lt/LC_MESSAGES/libkdepim.mo share/locale/lt/LC_MESSAGES/libkexiv2.mo share/locale/lt/LC_MESSAGES/libkholidays.mo share/locale/lt/LC_MESSAGES/libkimap.mo share/locale/lt/LC_MESSAGES/libkldap.mo -share/locale/lt/LC_MESSAGES/libkleopatra.mo share/locale/lt/LC_MESSAGES/libkmahjongg.mo share/locale/lt/LC_MESSAGES/libkmime.mo share/locale/lt/LC_MESSAGES/libkonq.mo -share/locale/lt/LC_MESSAGES/libkpgp.mo share/locale/lt/LC_MESSAGES/libkpimidentities.mo share/locale/lt/LC_MESSAGES/libkpimtextedit.mo share/locale/lt/LC_MESSAGES/libkpimutils.mo +share/locale/lt/LC_MESSAGES/libkremotecontrol.mo share/locale/lt/LC_MESSAGES/libkresources.mo share/locale/lt/LC_MESSAGES/libksane.mo share/locale/lt/LC_MESSAGES/libkscreensaver.mo -share/locale/lt/LC_MESSAGES/libksieve.mo share/locale/lt/LC_MESSAGES/libktnef.mo share/locale/lt/LC_MESSAGES/libkunitconversion.mo share/locale/lt/LC_MESSAGES/libkworkspace.mo share/locale/lt/LC_MESSAGES/libkxmlrpcclient.mo share/locale/lt/LC_MESSAGES/libmailtransport.mo -share/locale/lt/LC_MESSAGES/libmessagecore.mo -share/locale/lt/LC_MESSAGES/libmessagelist.mo -share/locale/lt/LC_MESSAGES/libmessageviewer.mo share/locale/lt/LC_MESSAGES/liboktetacore.mo share/locale/lt/LC_MESSAGES/liboktetakasten.mo share/locale/lt/LC_MESSAGES/libphonon.mo @@ -467,7 +474,6 @@ share/locale/lt/LC_MESSAGES/librtm.mo share/locale/lt/LC_MESSAGES/libtaskmanager.mo share/locale/lt/LC_MESSAGES/lokalize.mo share/locale/lt/LC_MESSAGES/lskat.mo -share/locale/lt/LC_MESSAGES/mailreader.mo share/locale/lt/LC_MESSAGES/marble.mo share/locale/lt/LC_MESSAGES/marble_qt.mo share/locale/lt/LC_MESSAGES/mplayerthumbs.mo @@ -501,10 +507,12 @@ share/locale/lt/LC_MESSAGES/phononserver.mo share/locale/lt/LC_MESSAGES/plasma-desktop.mo share/locale/lt/LC_MESSAGES/plasma-netbook.mo share/locale/lt/LC_MESSAGES/plasma-overlay.mo +share/locale/lt/LC_MESSAGES/plasma-windowed.mo share/locale/lt/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/lt/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/lt/LC_MESSAGES/plasma_applet_battery.mo share/locale/lt/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/lt/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/lt/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/lt/LC_MESSAGES/plasma_applet_calculator.mo share/locale/lt/LC_MESSAGES/plasma_applet_clock.mo @@ -521,6 +529,7 @@ share/locale/lt/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/lt/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/lt/LC_MESSAGES/plasma_applet_icon.mo share/locale/lt/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/lt/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/lt/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/lt/LC_MESSAGES/plasma_applet_katesession.mo share/locale/lt/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -528,7 +537,6 @@ share/locale/lt/LC_MESSAGES/plasma_applet_kget.mo share/locale/lt/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/lt/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/lt/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/lt/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/lt/LC_MESSAGES/plasma_applet_launcher.mo share/locale/lt/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/lt/LC_MESSAGES/plasma_applet_life.mo @@ -540,6 +548,7 @@ share/locale/lt/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/lt/LC_MESSAGES/plasma_applet_news.mo share/locale/lt/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/lt/LC_MESSAGES/plasma_applet_notes.mo +share/locale/lt/LC_MESSAGES/plasma_applet_notifications.mo share/locale/lt/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/lt/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/lt/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -581,7 +590,9 @@ share/locale/lt/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/lt/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/lt/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/lt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/lt/LC_MESSAGES/plasma_engine_calendar.mo share/locale/lt/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/lt/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/lt/LC_MESSAGES/plasma_engine_keystate.mo share/locale/lt/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/lt/LC_MESSAGES/plasma_engine_metadata.mo @@ -593,12 +604,14 @@ share/locale/lt/LC_MESSAGES/plasma_engine_rss.mo share/locale/lt/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/lt/LC_MESSAGES/plasma_engine_weather.mo share/locale/lt/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/lt/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/lt/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/lt/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_contacts.mo share/locale/lt/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/lt/LC_MESSAGES/plasma_runner_datetime.mo share/locale/lt/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/lt/LC_MESSAGES/plasma_runner_kget.mo share/locale/lt/LC_MESSAGES/plasma_runner_kill.mo @@ -618,6 +631,7 @@ share/locale/lt/LC_MESSAGES/plasma_runner_shell.mo share/locale/lt/LC_MESSAGES/plasma_runner_solid.mo share/locale/lt/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/lt/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/lt/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/lt/LC_MESSAGES/plasma_runner_windows.mo share/locale/lt/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/lt/LC_MESSAGES/plasma_wallpaper_color.mo @@ -661,6 +675,25 @@ share/locale/lt/LC_MESSAGES/umbrello.mo share/locale/lt/LC_MESSAGES/useraccount.mo share/locale/lt/LC_MESSAGES/xml_mimetypes.mo share/locale/lt/entry.desktop -@dirrm share/doc/HTML/lt/khelpcenter/visualdict +@dirrm share/doc/HTML/lt/kwrite +@dirrm share/doc/HTML/lt/ksnapshot +@dirrm share/doc/HTML/lt/kmix +@dirrm share/doc/HTML/lt/kmenuedit +@dirrm share/doc/HTML/lt/kmahjongg +@dirrm share/doc/HTML/lt/klipper +@dirrm share/doc/HTML/lt/kioslave/cgi +@dirrm share/doc/HTML/lt/kioslave @dirrm share/doc/HTML/lt/khelpcenter +@dirrm share/doc/HTML/lt/kgpg +@dirrm share/doc/HTML/lt/kfind +@dirrm share/doc/HTML/lt/kdiamond +@dirrm share/doc/HTML/lt/kdepasswd +@dirrm share/doc/HTML/lt/kcontrol/khtml-plugins +@dirrm share/doc/HTML/lt/kcontrol/keyboard +@dirrm share/doc/HTML/lt/kcontrol +@dirrm share/doc/HTML/lt/kcalc +@dirrm share/doc/HTML/lt/kbugbuster +@dirrm share/doc/HTML/lt/dolphin @dirrm share/doc/HTML/lt/common +@dirrmtry man/lt/man1 +@dirrmtry man/lt diff --git a/misc/kde4-l10n-lv/distinfo b/misc/kde4-l10n-lv/distinfo index d1d1682a6786..e973fd2741d3 100644 --- a/misc/kde4-l10n-lv/distinfo +++ b/misc/kde4-l10n-lv/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-lv-4.4.5.tar.bz2) = 5910f94fdb609f1974e03562f784540d -SHA256 (KDE/kde-l10n/kde-l10n-lv-4.4.5.tar.bz2) = 4cc2a2d89eed235d2bf49c3882063868d910ed407c0f13dfe8d635c655623e5a -SIZE (KDE/kde-l10n/kde-l10n-lv-4.4.5.tar.bz2) = 2253462 +MD5 (KDE/kde-l10n/kde-l10n-lv-4.5.1.tar.bz2) = b32eed918528a1f3eec81b9430cb011b +SHA256 (KDE/kde-l10n/kde-l10n-lv-4.5.1.tar.bz2) = 88d33fa52eb23f84b6efb7189bfe9197945308c733b6270ab51e5403723e93f0 +SIZE (KDE/kde-l10n/kde-l10n-lv-4.5.1.tar.bz2) = 1840184 diff --git a/misc/kde4-l10n-lv/pkg-plist b/misc/kde4-l10n-lv/pkg-plist index f5252de630fc..ba56e307ac36 100644 --- a/misc/kde4-l10n-lv/pkg-plist +++ b/misc/kde4-l10n-lv/pkg-plist @@ -1,28 +1,4 @@ -share/locale/lv/LC_MESSAGES/akonadi-kcal.mo -share/locale/lv/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/lv/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/lv/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_next.mo -share/locale/lv/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/lv/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/lv/LC_MESSAGES/akonadicontact.mo -share/locale/lv/LC_MESSAGES/akonaditray.mo -share/locale/lv/LC_MESSAGES/akregator.mo share/locale/lv/LC_MESSAGES/amor.mo share/locale/lv/LC_MESSAGES/ark.mo share/locale/lv/LC_MESSAGES/attica_kde.mo @@ -34,38 +10,30 @@ share/locale/lv/LC_MESSAGES/bomber.mo share/locale/lv/LC_MESSAGES/bovo.mo share/locale/lv/LC_MESSAGES/cantor.mo share/locale/lv/LC_MESSAGES/cervisia.mo -share/locale/lv/LC_MESSAGES/cryptopageplugin.mo share/locale/lv/LC_MESSAGES/cvsservice.mo share/locale/lv/LC_MESSAGES/display.mo share/locale/lv/LC_MESSAGES/dolphin.mo share/locale/lv/LC_MESSAGES/dragonplayer.mo share/locale/lv/LC_MESSAGES/drkonqi.mo share/locale/lv/LC_MESSAGES/filetypes.mo +share/locale/lv/LC_MESSAGES/freespacenotifier.mo share/locale/lv/LC_MESSAGES/granatier.mo share/locale/lv/LC_MESSAGES/gwenview.mo share/locale/lv/LC_MESSAGES/htmlsearch.mo share/locale/lv/LC_MESSAGES/imagerename_plugin.mo -share/locale/lv/LC_MESSAGES/irkick.mo share/locale/lv/LC_MESSAGES/joystick.mo share/locale/lv/LC_MESSAGES/juk.mo share/locale/lv/LC_MESSAGES/kabc.mo -share/locale/lv/LC_MESSAGES/kabc_akonadi.mo share/locale/lv/LC_MESSAGES/kabc_dir.mo share/locale/lv/LC_MESSAGES/kabc_file.mo share/locale/lv/LC_MESSAGES/kabc_ldapkio.mo share/locale/lv/LC_MESSAGES/kabc_net.mo -share/locale/lv/LC_MESSAGES/kabc_slox.mo -share/locale/lv/LC_MESSAGES/kabcclient.mo share/locale/lv/LC_MESSAGES/kabcformat_binary.mo share/locale/lv/LC_MESSAGES/kaccess.mo -share/locale/lv/LC_MESSAGES/kaddressbook.mo -share/locale/lv/LC_MESSAGES/kalarm.mo share/locale/lv/LC_MESSAGES/kalgebra.mo share/locale/lv/LC_MESSAGES/kalzium.mo -share/locale/lv/LC_MESSAGES/kalzium_qt.mo share/locale/lv/LC_MESSAGES/kanagram.mo share/locale/lv/LC_MESSAGES/kapman.mo -share/locale/lv/LC_MESSAGES/kappfinder.mo share/locale/lv/LC_MESSAGES/kapptemplate.mo share/locale/lv/LC_MESSAGES/kate.mo share/locale/lv/LC_MESSAGES/kateexternaltoolsplugin.mo @@ -73,16 +41,13 @@ share/locale/lv/LC_MESSAGES/katefilebrowserplugin.mo share/locale/lv/LC_MESSAGES/katefiletemplates.mo share/locale/lv/LC_MESSAGES/katefindinfilesplugin.mo share/locale/lv/LC_MESSAGES/katehelloworld.mo -share/locale/lv/LC_MESSAGES/katehtmltools.mo share/locale/lv/LC_MESSAGES/kateinsertcommand.mo share/locale/lv/LC_MESSAGES/katekjswrapper.mo share/locale/lv/LC_MESSAGES/katekonsoleplugin.mo share/locale/lv/LC_MESSAGES/katemailfilesplugin.mo share/locale/lv/LC_MESSAGES/kateopenheader.mo share/locale/lv/LC_MESSAGES/katepart4.mo -share/locale/lv/LC_MESSAGES/katepybrowse.mo share/locale/lv/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/lv/LC_MESSAGES/katesnippets.mo share/locale/lv/LC_MESSAGES/katesymbolviewer.mo share/locale/lv/LC_MESSAGES/katetabbarextension.mo share/locale/lv/LC_MESSAGES/katetextfilter.mo @@ -97,14 +62,13 @@ share/locale/lv/LC_MESSAGES/kbounce.mo share/locale/lv/LC_MESSAGES/kbreakout.mo share/locale/lv/LC_MESSAGES/kbruch.mo share/locale/lv/LC_MESSAGES/kbugbuster.mo -share/locale/lv/LC_MESSAGES/kcal_akonadi.mo share/locale/lv/LC_MESSAGES/kcalc.mo share/locale/lv/LC_MESSAGES/kcertpart.mo share/locale/lv/LC_MESSAGES/kcharselect.mo -share/locale/lv/LC_MESSAGES/kcm_akonadi.mo share/locale/lv/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/lv/LC_MESSAGES/kcm_attica.mo share/locale/lv/LC_MESSAGES/kcm_autostart.mo +share/locale/lv/LC_MESSAGES/kcm_desktoppaths.mo share/locale/lv/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/lv/LC_MESSAGES/kcm_device_automounter.mo share/locale/lv/LC_MESSAGES/kcm_emoticons.mo @@ -112,7 +76,6 @@ share/locale/lv/LC_MESSAGES/kcm_krfb.mo share/locale/lv/LC_MESSAGES/kcm_kwindesktop.mo share/locale/lv/LC_MESSAGES/kcm_kwintabbox.mo share/locale/lv/LC_MESSAGES/kcm_memory.mo -share/locale/lv/LC_MESSAGES/kcm_partition.mo share/locale/lv/LC_MESSAGES/kcm_pci.mo share/locale/lv/LC_MESSAGES/kcm_phonon.mo share/locale/lv/LC_MESSAGES/kcm_phononxine.mo @@ -135,7 +98,6 @@ share/locale/lv/LC_MESSAGES/kcmicons.mo share/locale/lv/LC_MESSAGES/kcminfo.mo share/locale/lv/LC_MESSAGES/kcminit.mo share/locale/lv/LC_MESSAGES/kcminput.mo -share/locale/lv/LC_MESSAGES/kcmioslaveinfo.mo share/locale/lv/LC_MESSAGES/kcmkamera.mo share/locale/lv/LC_MESSAGES/kcmkclock.mo share/locale/lv/LC_MESSAGES/kcmkded.mo @@ -164,7 +126,6 @@ share/locale/lv/LC_MESSAGES/kcmscreensaver.mo share/locale/lv/LC_MESSAGES/kcmshell.mo share/locale/lv/LC_MESSAGES/kcmsmartcard.mo share/locale/lv/LC_MESSAGES/kcmsmserver.mo -share/locale/lv/LC_MESSAGES/kcmsolidproc.mo share/locale/lv/LC_MESSAGES/kcmstyle.mo share/locale/lv/LC_MESSAGES/kcmusb.mo share/locale/lv/LC_MESSAGES/kcmview1394.mo @@ -178,16 +139,11 @@ share/locale/lv/LC_MESSAGES/kdebugdialog.mo share/locale/lv/LC_MESSAGES/kdecalendarsystems.mo share/locale/lv/LC_MESSAGES/kdelibs4.mo share/locale/lv/LC_MESSAGES/kdelibs_colors4.mo -share/locale/lv/LC_MESSAGES/kdelirc.mo share/locale/lv/LC_MESSAGES/kdepasswd.mo -share/locale/lv/LC_MESSAGES/kdepimresources.mo -share/locale/lv/LC_MESSAGES/kdepimwizards.mo share/locale/lv/LC_MESSAGES/kdeqt.mo share/locale/lv/LC_MESSAGES/kdesu.mo share/locale/lv/LC_MESSAGES/kdesud.mo share/locale/lv/LC_MESSAGES/kdf.mo -share/locale/lv/LC_MESSAGES/kdgantt.mo -share/locale/lv/LC_MESSAGES/kdgantt1.mo share/locale/lv/LC_MESSAGES/kdialog.mo share/locale/lv/LC_MESSAGES/kdiamond.mo share/locale/lv/LC_MESSAGES/kdmconfig.mo @@ -241,7 +197,6 @@ share/locale/lv/LC_MESSAGES/kimagemapeditor.mo share/locale/lv/LC_MESSAGES/kinetd.mo share/locale/lv/LC_MESSAGES/kinfocenter.mo share/locale/lv/LC_MESSAGES/kio4.mo -share/locale/lv/LC_MESSAGES/kio_akonadi.mo share/locale/lv/LC_MESSAGES/kio_applications.mo share/locale/lv/LC_MESSAGES/kio_archive.mo share/locale/lv/LC_MESSAGES/kio_audiocd.mo @@ -249,7 +204,6 @@ share/locale/lv/LC_MESSAGES/kio_bookmarks.mo share/locale/lv/LC_MESSAGES/kio_finger.mo share/locale/lv/LC_MESSAGES/kio_fish.mo share/locale/lv/LC_MESSAGES/kio_floppy.mo -share/locale/lv/LC_MESSAGES/kio_groupwise.mo share/locale/lv/LC_MESSAGES/kio_help4.mo share/locale/lv/LC_MESSAGES/kio_imap4.mo share/locale/lv/LC_MESSAGES/kio_info.mo @@ -276,7 +230,6 @@ share/locale/lv/LC_MESSAGES/kioclient.mo share/locale/lv/LC_MESSAGES/kioexec.mo share/locale/lv/LC_MESSAGES/kiriki.mo share/locale/lv/LC_MESSAGES/kiten.mo -share/locale/lv/LC_MESSAGES/kjots.mo share/locale/lv/LC_MESSAGES/kjumpingcube.mo share/locale/lv/LC_MESSAGES/klettres.mo share/locale/lv/LC_MESSAGES/klines.mo @@ -285,12 +238,6 @@ share/locale/lv/LC_MESSAGES/klipper.mo share/locale/lv/LC_MESSAGES/klock.mo share/locale/lv/LC_MESSAGES/kmag.mo share/locale/lv/LC_MESSAGES/kmahjongg.mo -share/locale/lv/LC_MESSAGES/kmail-migrator.mo -share/locale/lv/LC_MESSAGES/kmail.mo -share/locale/lv/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/lv/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/lv/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/lv/LC_MESSAGES/kmailcvt.mo share/locale/lv/LC_MESSAGES/kmenuedit.mo share/locale/lv/LC_MESSAGES/kmimetypefinder.mo share/locale/lv/LC_MESSAGES/kmines.mo @@ -301,8 +248,6 @@ share/locale/lv/LC_MESSAGES/kmplot.mo share/locale/lv/LC_MESSAGES/knetattach.mo share/locale/lv/LC_MESSAGES/knetwalk.mo share/locale/lv/LC_MESSAGES/knetworkconfmodule.mo -share/locale/lv/LC_MESSAGES/knode.mo -share/locale/lv/LC_MESSAGES/knotes.mo share/locale/lv/LC_MESSAGES/knotify4.mo share/locale/lv/LC_MESSAGES/kolf.mo share/locale/lv/LC_MESSAGES/kollision.mo @@ -311,10 +256,8 @@ share/locale/lv/LC_MESSAGES/kompare.mo share/locale/lv/LC_MESSAGES/konqueror.mo share/locale/lv/LC_MESSAGES/konquest.mo share/locale/lv/LC_MESSAGES/konsole.mo -share/locale/lv/LC_MESSAGES/kontact.mo share/locale/lv/LC_MESSAGES/kontactinterfaces.mo share/locale/lv/LC_MESSAGES/kopete.mo -share/locale/lv/LC_MESSAGES/korganizer.mo share/locale/lv/LC_MESSAGES/kpartloader.mo share/locale/lv/LC_MESSAGES/kpartsaver.mo share/locale/lv/LC_MESSAGES/kpasswdserver.mo @@ -326,24 +269,15 @@ share/locale/lv/LC_MESSAGES/krandr.mo share/locale/lv/LC_MESSAGES/krdb.mo share/locale/lv/LC_MESSAGES/krdc.mo share/locale/lv/LC_MESSAGES/kreadconfig.mo -share/locale/lv/LC_MESSAGES/kres_birthday.mo -share/locale/lv/LC_MESSAGES/kres_blog.mo share/locale/lv/LC_MESSAGES/kres_bugzilla.mo -share/locale/lv/LC_MESSAGES/kres_groupware.mo -share/locale/lv/LC_MESSAGES/kres_groupwise.mo -share/locale/lv/LC_MESSAGES/kres_kolab.mo -share/locale/lv/LC_MESSAGES/kres_remote.mo -share/locale/lv/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/lv/LC_MESSAGES/kreversi.mo share/locale/lv/LC_MESSAGES/krfb.mo share/locale/lv/LC_MESSAGES/kruler.mo share/locale/lv/LC_MESSAGES/krunner.mo share/locale/lv/LC_MESSAGES/ksame.mo share/locale/lv/LC_MESSAGES/ksaneplugin.mo -share/locale/lv/LC_MESSAGES/ksayit.mo share/locale/lv/LC_MESSAGES/kscd.mo share/locale/lv/LC_MESSAGES/kscreensaver.mo -share/locale/lv/LC_MESSAGES/ksendemail.mo share/locale/lv/LC_MESSAGES/kshisen.mo share/locale/lv/LC_MESSAGES/kshorturifilter.mo share/locale/lv/LC_MESSAGES/ksirk.mo @@ -366,10 +300,8 @@ share/locale/lv/LC_MESSAGES/ksystemlog.mo share/locale/lv/LC_MESSAGES/ksystraycmd.mo share/locale/lv/LC_MESSAGES/kteatime.mo share/locale/lv/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/lv/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/lv/LC_MESSAGES/kthememanager.mo share/locale/lv/LC_MESSAGES/ktimer.mo -share/locale/lv/LC_MESSAGES/ktimetracker.mo share/locale/lv/LC_MESSAGES/ktouch.mo share/locale/lv/LC_MESSAGES/ktraderclient.mo share/locale/lv/LC_MESSAGES/ktron.mo @@ -383,8 +315,6 @@ share/locale/lv/LC_MESSAGES/kurifilter.mo share/locale/lv/LC_MESSAGES/kuser.mo share/locale/lv/LC_MESSAGES/kwalletd.mo share/locale/lv/LC_MESSAGES/kwalletmanager.mo -share/locale/lv/LC_MESSAGES/kwatchgnupg.mo -share/locale/lv/LC_MESSAGES/kweather.mo share/locale/lv/LC_MESSAGES/kwin.mo share/locale/lv/LC_MESSAGES/kwin_art_clients.mo share/locale/lv/LC_MESSAGES/kwin_clients.mo @@ -406,31 +336,24 @@ share/locale/lv/LC_MESSAGES/libkcompactdisc.mo share/locale/lv/LC_MESSAGES/libkdcraw.mo share/locale/lv/LC_MESSAGES/libkdeedu.mo share/locale/lv/LC_MESSAGES/libkdegames.mo -share/locale/lv/LC_MESSAGES/libkdepim.mo share/locale/lv/LC_MESSAGES/libkexiv2.mo share/locale/lv/LC_MESSAGES/libkholidays.mo share/locale/lv/LC_MESSAGES/libkimap.mo share/locale/lv/LC_MESSAGES/libkldap.mo -share/locale/lv/LC_MESSAGES/libkleopatra.mo share/locale/lv/LC_MESSAGES/libkmahjongg.mo share/locale/lv/LC_MESSAGES/libkmime.mo share/locale/lv/LC_MESSAGES/libkonq.mo -share/locale/lv/LC_MESSAGES/libkpgp.mo share/locale/lv/LC_MESSAGES/libkpimidentities.mo share/locale/lv/LC_MESSAGES/libkpimtextedit.mo share/locale/lv/LC_MESSAGES/libkpimutils.mo share/locale/lv/LC_MESSAGES/libkresources.mo share/locale/lv/LC_MESSAGES/libksane.mo share/locale/lv/LC_MESSAGES/libkscreensaver.mo -share/locale/lv/LC_MESSAGES/libksieve.mo share/locale/lv/LC_MESSAGES/libktnef.mo share/locale/lv/LC_MESSAGES/libkunitconversion.mo share/locale/lv/LC_MESSAGES/libkworkspace.mo share/locale/lv/LC_MESSAGES/libkxmlrpcclient.mo share/locale/lv/LC_MESSAGES/libmailtransport.mo -share/locale/lv/LC_MESSAGES/libmessagecore.mo -share/locale/lv/LC_MESSAGES/libmessagelist.mo -share/locale/lv/LC_MESSAGES/libmessageviewer.mo share/locale/lv/LC_MESSAGES/liboktetacore.mo share/locale/lv/LC_MESSAGES/liboktetakasten.mo share/locale/lv/LC_MESSAGES/libphonon.mo @@ -441,7 +364,6 @@ share/locale/lv/LC_MESSAGES/librtm.mo share/locale/lv/LC_MESSAGES/libtaskmanager.mo share/locale/lv/LC_MESSAGES/lokalize.mo share/locale/lv/LC_MESSAGES/lskat.mo -share/locale/lv/LC_MESSAGES/mailreader.mo share/locale/lv/LC_MESSAGES/marble.mo share/locale/lv/LC_MESSAGES/marble_qt.mo share/locale/lv/LC_MESSAGES/mplayerthumbs.mo @@ -495,12 +417,12 @@ share/locale/lv/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/lv/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/lv/LC_MESSAGES/plasma_applet_icon.mo share/locale/lv/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/lv/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/lv/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/lv/LC_MESSAGES/plasma_applet_katesession.mo share/locale/lv/LC_MESSAGES/plasma_applet_kdeobservatory.mo share/locale/lv/LC_MESSAGES/plasma_applet_kget.mo share/locale/lv/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/lv/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/lv/LC_MESSAGES/plasma_applet_launcher.mo share/locale/lv/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/lv/LC_MESSAGES/plasma_applet_life.mo diff --git a/misc/kde4-l10n-mai/Makefile b/misc/kde4-l10n-mai/Makefile index 5764cf0c2f98..1e0e400f3b96 100644 --- a/misc/kde4-l10n-mai/Makefile +++ b/misc/kde4-l10n-mai/Makefile @@ -14,5 +14,7 @@ COMMENT= Maithili messages and documentation for KDE4 KDE4_L10N= mai +IGNORE= is not included in KDE SC ${KDE4_VERSION} + .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-mk/Makefile b/misc/kde4-l10n-mk/Makefile index 6002524709b1..38cdcd24fda4 100644 --- a/misc/kde4-l10n-mk/Makefile +++ b/misc/kde4-l10n-mk/Makefile @@ -14,5 +14,7 @@ COMMENT= Macedonian messages and documentation for KDE4 KDE4_L10N= mk +IGNORE= is not included in KDE SC ${KDE4_VERSION} + .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-ml/distinfo b/misc/kde4-l10n-ml/distinfo index bb0d078eb92e..99940945dbbe 100644 --- a/misc/kde4-l10n-ml/distinfo +++ b/misc/kde4-l10n-ml/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-ml-4.4.5.tar.bz2) = e7a4edd45001562f082a334b9f38d91f -SHA256 (KDE/kde-l10n/kde-l10n-ml-4.4.5.tar.bz2) = 494e5d96c82c43326fde9b1ad68ff52a07e858f9201d7aede30380bb232359af -SIZE (KDE/kde-l10n/kde-l10n-ml-4.4.5.tar.bz2) = 20301499 +MD5 (KDE/kde-l10n/kde-l10n-ml-4.5.1.tar.bz2) = 5b64475eee5321dd68e807bc29b1a595 +SHA256 (KDE/kde-l10n/kde-l10n-ml-4.5.1.tar.bz2) = 188ece72a32c46be65a9e49e30cc77897a0e6a0d35e0e54d224c87ee7937fae1 +SIZE (KDE/kde-l10n/kde-l10n-ml-4.5.1.tar.bz2) = 20318187 diff --git a/misc/kde4-l10n-ml/pkg-plist b/misc/kde4-l10n-ml/pkg-plist index 230e43540990..3a1045760d72 100644 --- a/misc/kde4-l10n-ml/pkg-plist +++ b/misc/kde4-l10n-ml/pkg-plist @@ -529,15 +529,15 @@ share/locale/ml/LC_MESSAGES/display.mo share/locale/ml/LC_MESSAGES/dolphin.mo share/locale/ml/LC_MESSAGES/drkonqi.mo share/locale/ml/LC_MESSAGES/filetypes.mo +share/locale/ml/LC_MESSAGES/freespacenotifier.mo share/locale/ml/LC_MESSAGES/htmlsearch.mo share/locale/ml/LC_MESSAGES/imagerename_plugin.mo +share/locale/ml/LC_MESSAGES/jovie.mo share/locale/ml/LC_MESSAGES/joystick.mo share/locale/ml/LC_MESSAGES/kaccess.mo share/locale/ml/LC_MESSAGES/kalgebra.mo share/locale/ml/LC_MESSAGES/kalzium.mo -share/locale/ml/LC_MESSAGES/kalzium_qt.mo share/locale/ml/LC_MESSAGES/kapman.mo -share/locale/ml/LC_MESSAGES/kappfinder.mo share/locale/ml/LC_MESSAGES/katepart4.mo share/locale/ml/LC_MESSAGES/kblankscrn.mo share/locale/ml/LC_MESSAGES/kblocks.mo @@ -545,13 +545,14 @@ share/locale/ml/LC_MESSAGES/kbounce.mo share/locale/ml/LC_MESSAGES/kbreakout.mo share/locale/ml/LC_MESSAGES/kbruch.mo share/locale/ml/LC_MESSAGES/kcertpart.mo +share/locale/ml/LC_MESSAGES/kcm_attica.mo share/locale/ml/LC_MESSAGES/kcm_autostart.mo +share/locale/ml/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ml/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ml/LC_MESSAGES/kcm_emoticons.mo share/locale/ml/LC_MESSAGES/kcm_krfb.mo share/locale/ml/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ml/LC_MESSAGES/kcm_memory.mo -share/locale/ml/LC_MESSAGES/kcm_partition.mo share/locale/ml/LC_MESSAGES/kcm_pci.mo share/locale/ml/LC_MESSAGES/kcm_phonon.mo share/locale/ml/LC_MESSAGES/kcm_phononxine.mo @@ -564,13 +565,13 @@ share/locale/ml/LC_MESSAGES/kcmbell.mo share/locale/ml/LC_MESSAGES/kcmcgi.mo share/locale/ml/LC_MESSAGES/kcmcolors.mo share/locale/ml/LC_MESSAGES/kcmcomponentchooser.mo +share/locale/ml/LC_MESSAGES/kcmdevinfo.mo share/locale/ml/LC_MESSAGES/kcmfonts.mo share/locale/ml/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ml/LC_MESSAGES/kcmicons.mo share/locale/ml/LC_MESSAGES/kcminfo.mo share/locale/ml/LC_MESSAGES/kcminit.mo share/locale/ml/LC_MESSAGES/kcminput.mo -share/locale/ml/LC_MESSAGES/kcmioslaveinfo.mo share/locale/ml/LC_MESSAGES/kcmkclock.mo share/locale/ml/LC_MESSAGES/kcmkded.mo share/locale/ml/LC_MESSAGES/kcmkdnssd.mo @@ -596,10 +597,10 @@ share/locale/ml/LC_MESSAGES/kcmscreensaver.mo share/locale/ml/LC_MESSAGES/kcmshell.mo share/locale/ml/LC_MESSAGES/kcmsmartcard.mo share/locale/ml/LC_MESSAGES/kcmsmserver.mo -share/locale/ml/LC_MESSAGES/kcmsolidproc.mo share/locale/ml/LC_MESSAGES/kcmstyle.mo share/locale/ml/LC_MESSAGES/kcmusb.mo share/locale/ml/LC_MESSAGES/kcmview1394.mo +share/locale/ml/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/ml/LC_MESSAGES/kcmxinerama.mo share/locale/ml/LC_MESSAGES/kde-menu.mo share/locale/ml/LC_MESSAGES/kdeasciiquarium.mo @@ -624,6 +625,7 @@ share/locale/ml/LC_MESSAGES/kfindpart.mo share/locale/ml/LC_MESSAGES/kfmclient.mo share/locale/ml/LC_MESSAGES/kfontinst.mo share/locale/ml/LC_MESSAGES/kgeography.mo +share/locale/ml/LC_MESSAGES/kglobalaccel.mo share/locale/ml/LC_MESSAGES/kgreet_classic.mo share/locale/ml/LC_MESSAGES/kgreet_generic.mo share/locale/ml/LC_MESSAGES/kgreet_winbind.mo @@ -649,6 +651,7 @@ share/locale/ml/LC_MESSAGES/kio_remote.mo share/locale/ml/LC_MESSAGES/kio_sftp.mo share/locale/ml/LC_MESSAGES/kio_smb.mo share/locale/ml/LC_MESSAGES/kio_thumbnail.mo +share/locale/ml/LC_MESSAGES/kio_timeline.mo share/locale/ml/LC_MESSAGES/kio_trash.mo share/locale/ml/LC_MESSAGES/kio_zeroconf.mo share/locale/ml/LC_MESSAGES/kioclient.mo @@ -675,7 +678,7 @@ share/locale/ml/LC_MESSAGES/krdb.mo share/locale/ml/LC_MESSAGES/kreadconfig.mo share/locale/ml/LC_MESSAGES/krfb.mo share/locale/ml/LC_MESSAGES/krunner.mo -share/locale/ml/LC_MESSAGES/ksayit.mo +share/locale/ml/LC_MESSAGES/ksame.mo share/locale/ml/LC_MESSAGES/kscreensaver.mo share/locale/ml/LC_MESSAGES/kshorturifilter.mo share/locale/ml/LC_MESSAGES/ksmserver.mo @@ -693,12 +696,10 @@ share/locale/ml/LC_MESSAGES/ktexteditor_plugins.mo share/locale/ml/LC_MESSAGES/kthememanager.mo share/locale/ml/LC_MESSAGES/ktouch.mo share/locale/ml/LC_MESSAGES/ktraderclient.mo -share/locale/ml/LC_MESSAGES/kttsd.mo share/locale/ml/LC_MESSAGES/ktux.mo share/locale/ml/LC_MESSAGES/kuiserver.mo share/locale/ml/LC_MESSAGES/kurifilter.mo share/locale/ml/LC_MESSAGES/kwalletd.mo -share/locale/ml/LC_MESSAGES/kweather.mo share/locale/ml/LC_MESSAGES/kwin.mo share/locale/ml/LC_MESSAGES/kwin_art_clients.mo share/locale/ml/LC_MESSAGES/kwin_clients.mo @@ -750,7 +751,9 @@ share/locale/ml/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo share/locale/ml/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/ml/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/ml/LC_MESSAGES/plasma_engine_rss.mo +share/locale/ml/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ml/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ml/LC_MESSAGES/plasma_runner_kill.mo share/locale/ml/LC_MESSAGES/plasma_runner_locations.mo share/locale/ml/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo share/locale/ml/LC_MESSAGES/plasma_runner_powerdevil.mo diff --git a/misc/kde4-l10n-mr/Makefile b/misc/kde4-l10n-mr/Makefile index ec98e007e2c5..fca4c6c5b2ec 100644 --- a/misc/kde4-l10n-mr/Makefile +++ b/misc/kde4-l10n-mr/Makefile @@ -12,7 +12,7 @@ CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org COMMENT= Marathi messages and documentation for KDE4 -IGNORE= unfetchable and unmaintained upstream +IGNORE= is not included in KDE SC ${KDE4_VERSION} EXPIRATION_DATE= 2010-04-01 KDE4_L10N= mr diff --git a/misc/kde4-l10n-nb/distinfo b/misc/kde4-l10n-nb/distinfo index 024745c98653..66db49102e95 100644 --- a/misc/kde4-l10n-nb/distinfo +++ b/misc/kde4-l10n-nb/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-nb-4.4.5.tar.bz2) = 10175f34499de78d1863b35316ab92eb -SHA256 (KDE/kde-l10n/kde-l10n-nb-4.4.5.tar.bz2) = 549a318c5ed31191a42b76b2b7aef1b5d0fb4fdb936ba0761642830bbf822cc5 -SIZE (KDE/kde-l10n/kde-l10n-nb-4.4.5.tar.bz2) = 2628027 +MD5 (KDE/kde-l10n/kde-l10n-nb-4.5.1.tar.bz2) = f9c8825cabb46c9e74e4c4d43d6c85d5 +SHA256 (KDE/kde-l10n/kde-l10n-nb-4.5.1.tar.bz2) = c1a3b49b9527c90368396d1406482d194fbca66034d96a594864a26755b7363b +SIZE (KDE/kde-l10n/kde-l10n-nb-4.5.1.tar.bz2) = 2265117 diff --git a/misc/kde4-l10n-nb/pkg-plist b/misc/kde4-l10n-nb/pkg-plist index ecae26f6f8cc..8a64b3a5375f 100644 --- a/misc/kde4-l10n-nb/pkg-plist +++ b/misc/kde4-l10n-nb/pkg-plist @@ -51,9 +51,15 @@ share/doc/HTML/nb/common/fdl-translated.html share/doc/HTML/nb/common/gpl-translated.html share/doc/HTML/nb/common/kde-localised.css share/doc/HTML/nb/common/lgpl-translated.html -share/doc/HTML/nb/kcontrol/background/common -share/doc/HTML/nb/kcontrol/background/index.cache.bz2 -share/doc/HTML/nb/kcontrol/background/index.docbook +share/doc/HTML/nb/dma/common +share/doc/HTML/nb/dma/index.cache.bz2 +share/doc/HTML/nb/dma/index.docbook +share/doc/HTML/nb/interrupts/common +share/doc/HTML/nb/interrupts/index.cache.bz2 +share/doc/HTML/nb/interrupts/index.docbook +share/doc/HTML/nb/ioports/common +share/doc/HTML/nb/ioports/index.cache.bz2 +share/doc/HTML/nb/ioports/index.docbook share/doc/HTML/nb/kcontrol/bell/common share/doc/HTML/nb/kcontrol/bell/index.cache.bz2 share/doc/HTML/nb/kcontrol/bell/index.docbook @@ -78,99 +84,40 @@ share/doc/HTML/nb/kcontrol/desktop/index.docbook share/doc/HTML/nb/kcontrol/desktopbehavior/common share/doc/HTML/nb/kcontrol/desktopbehavior/index.cache.bz2 share/doc/HTML/nb/kcontrol/desktopbehavior/index.docbook -share/doc/HTML/nb/kcontrol/email/common -share/doc/HTML/nb/kcontrol/email/index.cache.bz2 -share/doc/HTML/nb/kcontrol/email/index.docbook -share/doc/HTML/nb/kcontrol/filemanager/common -share/doc/HTML/nb/kcontrol/filemanager/index.cache.bz2 -share/doc/HTML/nb/kcontrol/filemanager/index.docbook -share/doc/HTML/nb/kcontrol/filetypes/common -share/doc/HTML/nb/kcontrol/filetypes/index.cache.bz2 -share/doc/HTML/nb/kcontrol/filetypes/index.docbook -share/doc/HTML/nb/kcontrol/icons/common -share/doc/HTML/nb/kcontrol/icons/index.cache.bz2 -share/doc/HTML/nb/kcontrol/icons/index.docbook -share/doc/HTML/nb/khelpcenter/quickstart/common -share/doc/HTML/nb/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/nb/khelpcenter/quickstart/index.docbook -share/doc/HTML/nb/kinfocenter/devices/common -share/doc/HTML/nb/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/devices/index.docbook -share/doc/HTML/nb/kinfocenter/dma/common -share/doc/HTML/nb/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/dma/index.docbook -share/doc/HTML/nb/kinfocenter/interrupts/common -share/doc/HTML/nb/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/interrupts/index.docbook -share/doc/HTML/nb/kinfocenter/ioports/common -share/doc/HTML/nb/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/ioports/index.docbook -share/doc/HTML/nb/kinfocenter/memory/common -share/doc/HTML/nb/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/memory/index.docbook -share/doc/HTML/nb/kinfocenter/nics/common -share/doc/HTML/nb/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/nics/index.docbook -share/doc/HTML/nb/kinfocenter/opengl/common -share/doc/HTML/nb/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/opengl/index.docbook -share/doc/HTML/nb/kinfocenter/partitions/common -share/doc/HTML/nb/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/partitions/index.docbook -share/doc/HTML/nb/kinfocenter/pci/common -share/doc/HTML/nb/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/pci/index.docbook -share/doc/HTML/nb/kinfocenter/pcmcia/common -share/doc/HTML/nb/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/pcmcia/index.docbook -share/doc/HTML/nb/kinfocenter/protocols/common -share/doc/HTML/nb/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/protocols/index.docbook -share/doc/HTML/nb/kinfocenter/samba/common -share/doc/HTML/nb/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/samba/index.docbook -share/doc/HTML/nb/kinfocenter/scsi/common -share/doc/HTML/nb/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/scsi/index.docbook -share/doc/HTML/nb/kinfocenter/sound/common -share/doc/HTML/nb/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/sound/index.docbook -share/doc/HTML/nb/kinfocenter/usb/common -share/doc/HTML/nb/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/usb/index.docbook -share/doc/HTML/nb/kinfocenter/xserver/common -share/doc/HTML/nb/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/nb/kinfocenter/xserver/index.docbook share/doc/HTML/nb/kioslave/data/common share/doc/HTML/nb/kioslave/data/index.cache.bz2 share/doc/HTML/nb/kioslave/data/index.docbook -share/locale/nb/LC_MESSAGES/akonadi-kcal.mo -share/locale/nb/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/nb/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/nb/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_next.mo -share/locale/nb/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/nb/LC_MESSAGES/akonadi_vcarddir_resource.mo +share/doc/HTML/nb/memory/common +share/doc/HTML/nb/memory/index.cache.bz2 +share/doc/HTML/nb/memory/index.docbook +share/doc/HTML/nb/opengl/common +share/doc/HTML/nb/opengl/index.cache.bz2 +share/doc/HTML/nb/opengl/index.docbook +share/doc/HTML/nb/pci/common +share/doc/HTML/nb/pci/index.cache.bz2 +share/doc/HTML/nb/pci/index.docbook +share/doc/HTML/nb/pcmcia/common +share/doc/HTML/nb/pcmcia/index.cache.bz2 +share/doc/HTML/nb/pcmcia/index.docbook +share/doc/HTML/nb/protocols/common +share/doc/HTML/nb/protocols/index.cache.bz2 +share/doc/HTML/nb/protocols/index.docbook +share/doc/HTML/nb/quickstart/common +share/doc/HTML/nb/quickstart/index.cache.bz2 +share/doc/HTML/nb/quickstart/index.docbook +share/doc/HTML/nb/samba/common +share/doc/HTML/nb/samba/index.cache.bz2 +share/doc/HTML/nb/samba/index.docbook +share/doc/HTML/nb/scsi/common +share/doc/HTML/nb/scsi/index.cache.bz2 +share/doc/HTML/nb/scsi/index.docbook +share/doc/HTML/nb/usb/common +share/doc/HTML/nb/usb/index.cache.bz2 +share/doc/HTML/nb/usb/index.docbook +share/doc/HTML/nb/xserver/common +share/doc/HTML/nb/xserver/index.cache.bz2 +share/doc/HTML/nb/xserver/index.docbook share/locale/nb/LC_MESSAGES/akonadicontact.mo -share/locale/nb/LC_MESSAGES/akonaditray.mo -share/locale/nb/LC_MESSAGES/akregator.mo share/locale/nb/LC_MESSAGES/amor.mo share/locale/nb/LC_MESSAGES/ark.mo share/locale/nb/LC_MESSAGES/attica_kde.mo @@ -178,42 +125,35 @@ share/locale/nb/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/nb/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/nb/LC_MESSAGES/audiorename_plugin.mo share/locale/nb/LC_MESSAGES/blinken.mo -share/locale/nb/LC_MESSAGES/blogilo.mo share/locale/nb/LC_MESSAGES/bomber.mo share/locale/nb/LC_MESSAGES/bovo.mo share/locale/nb/LC_MESSAGES/cantor.mo share/locale/nb/LC_MESSAGES/cervisia.mo -share/locale/nb/LC_MESSAGES/cryptopageplugin.mo share/locale/nb/LC_MESSAGES/cvsservice.mo share/locale/nb/LC_MESSAGES/display.mo share/locale/nb/LC_MESSAGES/dolphin.mo share/locale/nb/LC_MESSAGES/dragonplayer.mo share/locale/nb/LC_MESSAGES/drkonqi.mo share/locale/nb/LC_MESSAGES/filetypes.mo +share/locale/nb/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/nb/LC_MESSAGES/freespacenotifier.mo share/locale/nb/LC_MESSAGES/gwenview.mo share/locale/nb/LC_MESSAGES/htmlsearch.mo share/locale/nb/LC_MESSAGES/imagerename_plugin.mo -share/locale/nb/LC_MESSAGES/irkick.mo +share/locale/nb/LC_MESSAGES/jovie.mo share/locale/nb/LC_MESSAGES/joystick.mo share/locale/nb/LC_MESSAGES/juk.mo share/locale/nb/LC_MESSAGES/kabc.mo -share/locale/nb/LC_MESSAGES/kabc_akonadi.mo share/locale/nb/LC_MESSAGES/kabc_dir.mo share/locale/nb/LC_MESSAGES/kabc_file.mo share/locale/nb/LC_MESSAGES/kabc_ldapkio.mo share/locale/nb/LC_MESSAGES/kabc_net.mo -share/locale/nb/LC_MESSAGES/kabc_slox.mo -share/locale/nb/LC_MESSAGES/kabcclient.mo share/locale/nb/LC_MESSAGES/kabcformat_binary.mo share/locale/nb/LC_MESSAGES/kaccess.mo -share/locale/nb/LC_MESSAGES/kaddressbook.mo -share/locale/nb/LC_MESSAGES/kalarm.mo share/locale/nb/LC_MESSAGES/kalgebra.mo share/locale/nb/LC_MESSAGES/kalzium.mo -share/locale/nb/LC_MESSAGES/kalzium_qt.mo share/locale/nb/LC_MESSAGES/kanagram.mo share/locale/nb/LC_MESSAGES/kapman.mo -share/locale/nb/LC_MESSAGES/kappfinder.mo share/locale/nb/LC_MESSAGES/kapptemplate.mo share/locale/nb/LC_MESSAGES/kate-ctags-plugin.mo share/locale/nb/LC_MESSAGES/kate.mo @@ -225,20 +165,17 @@ share/locale/nb/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nb/LC_MESSAGES/katefiletemplates.mo share/locale/nb/LC_MESSAGES/katefindinfilesplugin.mo share/locale/nb/LC_MESSAGES/katehelloworld.mo -share/locale/nb/LC_MESSAGES/katehtmltools.mo share/locale/nb/LC_MESSAGES/kateinsertcommand.mo share/locale/nb/LC_MESSAGES/katekjswrapper.mo share/locale/nb/LC_MESSAGES/katekonsoleplugin.mo share/locale/nb/LC_MESSAGES/katemailfilesplugin.mo share/locale/nb/LC_MESSAGES/kateopenheader.mo share/locale/nb/LC_MESSAGES/katepart4.mo -share/locale/nb/LC_MESSAGES/katepybrowse.mo share/locale/nb/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/nb/LC_MESSAGES/katesnippets.mo share/locale/nb/LC_MESSAGES/katesnippets_tng.mo -share/locale/nb/LC_MESSAGES/katesnippetstng_editor.mo share/locale/nb/LC_MESSAGES/katesymbolviewer.mo share/locale/nb/LC_MESSAGES/katetabbarextension.mo +share/locale/nb/LC_MESSAGES/katetabifyplugin.mo share/locale/nb/LC_MESSAGES/katetextfilter.mo share/locale/nb/LC_MESSAGES/katexmlcheck.mo share/locale/nb/LC_MESSAGES/katexmltools.mo @@ -253,27 +190,27 @@ share/locale/nb/LC_MESSAGES/kbruch.mo share/locale/nb/LC_MESSAGES/kbugbuster.mo share/locale/nb/LC_MESSAGES/kcachegrind.mo share/locale/nb/LC_MESSAGES/kcachegrind_qt.mo -share/locale/nb/LC_MESSAGES/kcal_akonadi.mo share/locale/nb/LC_MESSAGES/kcalc.mo share/locale/nb/LC_MESSAGES/kcertpart.mo share/locale/nb/LC_MESSAGES/kcharselect.mo -share/locale/nb/LC_MESSAGES/kcm_akonadi.mo share/locale/nb/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nb/LC_MESSAGES/kcm_attica.mo share/locale/nb/LC_MESSAGES/kcm_autostart.mo +share/locale/nb/LC_MESSAGES/kcm_desktoppaths.mo share/locale/nb/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/nb/LC_MESSAGES/kcm_device_automounter.mo share/locale/nb/LC_MESSAGES/kcm_emoticons.mo +share/locale/nb/LC_MESSAGES/kcm_infobase.mo +share/locale/nb/LC_MESSAGES/kcm_infosummary.mo share/locale/nb/LC_MESSAGES/kcm_krfb.mo share/locale/nb/LC_MESSAGES/kcm_kwindesktop.mo share/locale/nb/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/nb/LC_MESSAGES/kcm_lirc.mo share/locale/nb/LC_MESSAGES/kcm_memory.mo -share/locale/nb/LC_MESSAGES/kcm_partition.mo share/locale/nb/LC_MESSAGES/kcm_pci.mo share/locale/nb/LC_MESSAGES/kcm_phonon.mo share/locale/nb/LC_MESSAGES/kcm_phononxine.mo share/locale/nb/LC_MESSAGES/kcm_platform.mo +share/locale/nb/LC_MESSAGES/kcm_remotecontrol.mo share/locale/nb/LC_MESSAGES/kcm_solid.mo share/locale/nb/LC_MESSAGES/kcm_solid_actions.mo share/locale/nb/LC_MESSAGES/kcm_standard_actions.mo @@ -286,13 +223,13 @@ share/locale/nb/LC_MESSAGES/kcmcgi.mo share/locale/nb/LC_MESSAGES/kcmcolors.mo share/locale/nb/LC_MESSAGES/kcmcomponentchooser.mo share/locale/nb/LC_MESSAGES/kcmcrypto.mo +share/locale/nb/LC_MESSAGES/kcmdevinfo.mo share/locale/nb/LC_MESSAGES/kcmfonts.mo share/locale/nb/LC_MESSAGES/kcmhtmlsearch.mo share/locale/nb/LC_MESSAGES/kcmicons.mo share/locale/nb/LC_MESSAGES/kcminfo.mo share/locale/nb/LC_MESSAGES/kcminit.mo share/locale/nb/LC_MESSAGES/kcminput.mo -share/locale/nb/LC_MESSAGES/kcmioslaveinfo.mo share/locale/nb/LC_MESSAGES/kcmkamera.mo share/locale/nb/LC_MESSAGES/kcmkclock.mo share/locale/nb/LC_MESSAGES/kcmkded.mo @@ -321,7 +258,6 @@ share/locale/nb/LC_MESSAGES/kcmscreensaver.mo share/locale/nb/LC_MESSAGES/kcmshell.mo share/locale/nb/LC_MESSAGES/kcmsmartcard.mo share/locale/nb/LC_MESSAGES/kcmsmserver.mo -share/locale/nb/LC_MESSAGES/kcmsolidproc.mo share/locale/nb/LC_MESSAGES/kcmstyle.mo share/locale/nb/LC_MESSAGES/kcmusb.mo share/locale/nb/LC_MESSAGES/kcmview1394.mo @@ -335,16 +271,11 @@ share/locale/nb/LC_MESSAGES/kdebugdialog.mo share/locale/nb/LC_MESSAGES/kdecalendarsystems.mo share/locale/nb/LC_MESSAGES/kdelibs4.mo share/locale/nb/LC_MESSAGES/kdelibs_colors4.mo -share/locale/nb/LC_MESSAGES/kdelirc.mo share/locale/nb/LC_MESSAGES/kdepasswd.mo -share/locale/nb/LC_MESSAGES/kdepimresources.mo -share/locale/nb/LC_MESSAGES/kdepimwizards.mo share/locale/nb/LC_MESSAGES/kdeqt.mo share/locale/nb/LC_MESSAGES/kdesu.mo share/locale/nb/LC_MESSAGES/kdesud.mo share/locale/nb/LC_MESSAGES/kdf.mo -share/locale/nb/LC_MESSAGES/kdgantt.mo -share/locale/nb/LC_MESSAGES/kdgantt1.mo share/locale/nb/LC_MESSAGES/kdialog.mo share/locale/nb/LC_MESSAGES/kdiamond.mo share/locale/nb/LC_MESSAGES/kdmconfig.mo @@ -398,7 +329,6 @@ share/locale/nb/LC_MESSAGES/kimagemapeditor.mo share/locale/nb/LC_MESSAGES/kinetd.mo share/locale/nb/LC_MESSAGES/kinfocenter.mo share/locale/nb/LC_MESSAGES/kio4.mo -share/locale/nb/LC_MESSAGES/kio_akonadi.mo share/locale/nb/LC_MESSAGES/kio_applications.mo share/locale/nb/LC_MESSAGES/kio_archive.mo share/locale/nb/LC_MESSAGES/kio_audiocd.mo @@ -406,7 +336,6 @@ share/locale/nb/LC_MESSAGES/kio_bookmarks.mo share/locale/nb/LC_MESSAGES/kio_finger.mo share/locale/nb/LC_MESSAGES/kio_fish.mo share/locale/nb/LC_MESSAGES/kio_floppy.mo -share/locale/nb/LC_MESSAGES/kio_groupwise.mo share/locale/nb/LC_MESSAGES/kio_help4.mo share/locale/nb/LC_MESSAGES/kio_imap4.mo share/locale/nb/LC_MESSAGES/kio_info.mo @@ -434,9 +363,7 @@ share/locale/nb/LC_MESSAGES/kioclient.mo share/locale/nb/LC_MESSAGES/kioexec.mo share/locale/nb/LC_MESSAGES/kiriki.mo share/locale/nb/LC_MESSAGES/kiten.mo -share/locale/nb/LC_MESSAGES/kjots.mo share/locale/nb/LC_MESSAGES/kjumpingcube.mo -share/locale/nb/LC_MESSAGES/kleopatra.mo share/locale/nb/LC_MESSAGES/klettres.mo share/locale/nb/LC_MESSAGES/klines.mo share/locale/nb/LC_MESSAGES/klinkstatus.mo @@ -444,12 +371,6 @@ share/locale/nb/LC_MESSAGES/klipper.mo share/locale/nb/LC_MESSAGES/klock.mo share/locale/nb/LC_MESSAGES/kmag.mo share/locale/nb/LC_MESSAGES/kmahjongg.mo -share/locale/nb/LC_MESSAGES/kmail-migrator.mo -share/locale/nb/LC_MESSAGES/kmail.mo -share/locale/nb/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/nb/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/nb/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/nb/LC_MESSAGES/kmailcvt.mo share/locale/nb/LC_MESSAGES/kmenuedit.mo share/locale/nb/LC_MESSAGES/kmimetypefinder.mo share/locale/nb/LC_MESSAGES/kmines.mo @@ -460,8 +381,6 @@ share/locale/nb/LC_MESSAGES/kmplot.mo share/locale/nb/LC_MESSAGES/knetattach.mo share/locale/nb/LC_MESSAGES/knetwalk.mo share/locale/nb/LC_MESSAGES/knetworkconfmodule.mo -share/locale/nb/LC_MESSAGES/knode.mo -share/locale/nb/LC_MESSAGES/knotes.mo share/locale/nb/LC_MESSAGES/knotify4.mo share/locale/nb/LC_MESSAGES/kolf.mo share/locale/nb/LC_MESSAGES/kollision.mo @@ -471,11 +390,8 @@ share/locale/nb/LC_MESSAGES/kompare.mo share/locale/nb/LC_MESSAGES/konqueror.mo share/locale/nb/LC_MESSAGES/konquest.mo share/locale/nb/LC_MESSAGES/konsole.mo -share/locale/nb/LC_MESSAGES/konsolekalendar.mo -share/locale/nb/LC_MESSAGES/kontact.mo share/locale/nb/LC_MESSAGES/kontactinterfaces.mo share/locale/nb/LC_MESSAGES/kopete.mo -share/locale/nb/LC_MESSAGES/korganizer.mo share/locale/nb/LC_MESSAGES/kpartloader.mo share/locale/nb/LC_MESSAGES/kpartsaver.mo share/locale/nb/LC_MESSAGES/kpasswdserver.mo @@ -484,28 +400,20 @@ share/locale/nb/LC_MESSAGES/kppp.mo share/locale/nb/LC_MESSAGES/kppplogview.mo share/locale/nb/LC_MESSAGES/kquitapp.mo share/locale/nb/LC_MESSAGES/krandr.mo +share/locale/nb/LC_MESSAGES/krcdnotifieritem.mo share/locale/nb/LC_MESSAGES/krdb.mo share/locale/nb/LC_MESSAGES/krdc.mo share/locale/nb/LC_MESSAGES/kreadconfig.mo -share/locale/nb/LC_MESSAGES/kres-migrator.mo -share/locale/nb/LC_MESSAGES/kres_birthday.mo -share/locale/nb/LC_MESSAGES/kres_blog.mo +share/locale/nb/LC_MESSAGES/kremotecontroldaemon.mo share/locale/nb/LC_MESSAGES/kres_bugzilla.mo -share/locale/nb/LC_MESSAGES/kres_groupware.mo -share/locale/nb/LC_MESSAGES/kres_groupwise.mo -share/locale/nb/LC_MESSAGES/kres_kolab.mo -share/locale/nb/LC_MESSAGES/kres_remote.mo -share/locale/nb/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/nb/LC_MESSAGES/kreversi.mo share/locale/nb/LC_MESSAGES/krfb.mo share/locale/nb/LC_MESSAGES/kruler.mo share/locale/nb/LC_MESSAGES/krunner.mo share/locale/nb/LC_MESSAGES/ksame.mo share/locale/nb/LC_MESSAGES/ksaneplugin.mo -share/locale/nb/LC_MESSAGES/ksayit.mo share/locale/nb/LC_MESSAGES/kscd.mo share/locale/nb/LC_MESSAGES/kscreensaver.mo -share/locale/nb/LC_MESSAGES/ksendemail.mo share/locale/nb/LC_MESSAGES/kshisen.mo share/locale/nb/LC_MESSAGES/kshorturifilter.mo share/locale/nb/LC_MESSAGES/ksirk.mo @@ -527,16 +435,14 @@ share/locale/nb/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nb/LC_MESSAGES/ksystemlog.mo share/locale/nb/LC_MESSAGES/ksystraycmd.mo share/locale/nb/LC_MESSAGES/kteatime.mo +share/locale/nb/LC_MESSAGES/ktesnippets_editor.mo share/locale/nb/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/nb/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/nb/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nb/LC_MESSAGES/kthememanager.mo share/locale/nb/LC_MESSAGES/ktimer.mo -share/locale/nb/LC_MESSAGES/ktimetracker.mo share/locale/nb/LC_MESSAGES/ktouch.mo share/locale/nb/LC_MESSAGES/ktraderclient.mo share/locale/nb/LC_MESSAGES/ktron.mo -share/locale/nb/LC_MESSAGES/kttsd.mo share/locale/nb/LC_MESSAGES/ktuberling.mo share/locale/nb/LC_MESSAGES/kturtle.mo share/locale/nb/LC_MESSAGES/ktux.mo @@ -547,8 +453,6 @@ share/locale/nb/LC_MESSAGES/kurifilter.mo share/locale/nb/LC_MESSAGES/kuser.mo share/locale/nb/LC_MESSAGES/kwalletd.mo share/locale/nb/LC_MESSAGES/kwalletmanager.mo -share/locale/nb/LC_MESSAGES/kwatchgnupg.mo -share/locale/nb/LC_MESSAGES/kweather.mo share/locale/nb/LC_MESSAGES/kwin.mo share/locale/nb/LC_MESSAGES/kwin_art_clients.mo share/locale/nb/LC_MESSAGES/kwin_clients.mo @@ -570,31 +474,25 @@ share/locale/nb/LC_MESSAGES/libkcompactdisc.mo share/locale/nb/LC_MESSAGES/libkdcraw.mo share/locale/nb/LC_MESSAGES/libkdeedu.mo share/locale/nb/LC_MESSAGES/libkdegames.mo -share/locale/nb/LC_MESSAGES/libkdepim.mo share/locale/nb/LC_MESSAGES/libkexiv2.mo share/locale/nb/LC_MESSAGES/libkholidays.mo share/locale/nb/LC_MESSAGES/libkimap.mo share/locale/nb/LC_MESSAGES/libkldap.mo -share/locale/nb/LC_MESSAGES/libkleopatra.mo share/locale/nb/LC_MESSAGES/libkmahjongg.mo share/locale/nb/LC_MESSAGES/libkmime.mo share/locale/nb/LC_MESSAGES/libkonq.mo -share/locale/nb/LC_MESSAGES/libkpgp.mo share/locale/nb/LC_MESSAGES/libkpimidentities.mo share/locale/nb/LC_MESSAGES/libkpimtextedit.mo share/locale/nb/LC_MESSAGES/libkpimutils.mo +share/locale/nb/LC_MESSAGES/libkremotecontrol.mo share/locale/nb/LC_MESSAGES/libkresources.mo share/locale/nb/LC_MESSAGES/libksane.mo share/locale/nb/LC_MESSAGES/libkscreensaver.mo -share/locale/nb/LC_MESSAGES/libksieve.mo share/locale/nb/LC_MESSAGES/libktnef.mo share/locale/nb/LC_MESSAGES/libkunitconversion.mo share/locale/nb/LC_MESSAGES/libkworkspace.mo share/locale/nb/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nb/LC_MESSAGES/libmailtransport.mo -share/locale/nb/LC_MESSAGES/libmessagecore.mo -share/locale/nb/LC_MESSAGES/libmessagelist.mo -share/locale/nb/LC_MESSAGES/libmessageviewer.mo share/locale/nb/LC_MESSAGES/liboktetacore.mo share/locale/nb/LC_MESSAGES/liboktetakasten.mo share/locale/nb/LC_MESSAGES/libphonon.mo @@ -605,7 +503,6 @@ share/locale/nb/LC_MESSAGES/librtm.mo share/locale/nb/LC_MESSAGES/libtaskmanager.mo share/locale/nb/LC_MESSAGES/lokalize.mo share/locale/nb/LC_MESSAGES/lskat.mo -share/locale/nb/LC_MESSAGES/mailreader.mo share/locale/nb/LC_MESSAGES/marble.mo share/locale/nb/LC_MESSAGES/marble_qt.mo share/locale/nb/LC_MESSAGES/mplayerthumbs.mo @@ -639,10 +536,12 @@ share/locale/nb/LC_MESSAGES/phononserver.mo share/locale/nb/LC_MESSAGES/plasma-desktop.mo share/locale/nb/LC_MESSAGES/plasma-netbook.mo share/locale/nb/LC_MESSAGES/plasma-overlay.mo +share/locale/nb/LC_MESSAGES/plasma-windowed.mo share/locale/nb/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/nb/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/nb/LC_MESSAGES/plasma_applet_battery.mo share/locale/nb/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/nb/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/nb/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/nb/LC_MESSAGES/plasma_applet_calculator.mo share/locale/nb/LC_MESSAGES/plasma_applet_clock.mo @@ -659,6 +558,7 @@ share/locale/nb/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/nb/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/nb/LC_MESSAGES/plasma_applet_icon.mo share/locale/nb/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/nb/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/nb/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/nb/LC_MESSAGES/plasma_applet_katesession.mo share/locale/nb/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -666,7 +566,6 @@ share/locale/nb/LC_MESSAGES/plasma_applet_kget.mo share/locale/nb/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/nb/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/nb/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/nb/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/nb/LC_MESSAGES/plasma_applet_launcher.mo share/locale/nb/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/nb/LC_MESSAGES/plasma_applet_life.mo @@ -678,6 +577,7 @@ share/locale/nb/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nb/LC_MESSAGES/plasma_applet_news.mo share/locale/nb/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nb/LC_MESSAGES/plasma_applet_notes.mo +share/locale/nb/LC_MESSAGES/plasma_applet_notifications.mo share/locale/nb/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nb/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nb/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -719,7 +619,9 @@ share/locale/nb/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/nb/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/nb/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/nb/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/nb/LC_MESSAGES/plasma_engine_calendar.mo share/locale/nb/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/nb/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/nb/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nb/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/nb/LC_MESSAGES/plasma_engine_metadata.mo @@ -731,12 +633,14 @@ share/locale/nb/LC_MESSAGES/plasma_engine_rss.mo share/locale/nb/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/nb/LC_MESSAGES/plasma_engine_weather.mo share/locale/nb/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/nb/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/nb/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/nb/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_contacts.mo share/locale/nb/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/nb/LC_MESSAGES/plasma_runner_datetime.mo share/locale/nb/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/nb/LC_MESSAGES/plasma_runner_kget.mo share/locale/nb/LC_MESSAGES/plasma_runner_kill.mo @@ -756,6 +660,7 @@ share/locale/nb/LC_MESSAGES/plasma_runner_shell.mo share/locale/nb/LC_MESSAGES/plasma_runner_solid.mo share/locale/nb/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/nb/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/nb/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/nb/LC_MESSAGES/plasma_runner_windows.mo share/locale/nb/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/nb/LC_MESSAGES/plasma_wallpaper_color.mo @@ -802,31 +707,18 @@ share/locale/nb/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/nb/entry.desktop @dirrm share/locale/nb/LC_SCRIPTS/kdelibs4 @dirrm share/locale/nb/LC_SCRIPTS +@dirrm share/doc/HTML/nb/xserver +@dirrm share/doc/HTML/nb/usb +@dirrm share/doc/HTML/nb/scsi +@dirrm share/doc/HTML/nb/samba +@dirrm share/doc/HTML/nb/quickstart +@dirrm share/doc/HTML/nb/protocols +@dirrm share/doc/HTML/nb/pcmcia +@dirrm share/doc/HTML/nb/pci +@dirrm share/doc/HTML/nb/opengl +@dirrm share/doc/HTML/nb/memory @dirrm share/doc/HTML/nb/kioslave/data @dirrm share/doc/HTML/nb/kioslave -@dirrm share/doc/HTML/nb/kinfocenter/xserver -@dirrm share/doc/HTML/nb/kinfocenter/usb -@dirrm share/doc/HTML/nb/kinfocenter/sound -@dirrm share/doc/HTML/nb/kinfocenter/scsi -@dirrm share/doc/HTML/nb/kinfocenter/samba -@dirrm share/doc/HTML/nb/kinfocenter/protocols -@dirrm share/doc/HTML/nb/kinfocenter/pcmcia -@dirrm share/doc/HTML/nb/kinfocenter/pci -@dirrm share/doc/HTML/nb/kinfocenter/partitions -@dirrm share/doc/HTML/nb/kinfocenter/opengl -@dirrm share/doc/HTML/nb/kinfocenter/nics -@dirrm share/doc/HTML/nb/kinfocenter/memory -@dirrm share/doc/HTML/nb/kinfocenter/ioports -@dirrm share/doc/HTML/nb/kinfocenter/interrupts -@dirrm share/doc/HTML/nb/kinfocenter/dma -@dirrm share/doc/HTML/nb/kinfocenter/devices -@dirrm share/doc/HTML/nb/kinfocenter -@dirrm share/doc/HTML/nb/khelpcenter/quickstart -@dirrm share/doc/HTML/nb/khelpcenter -@dirrm share/doc/HTML/nb/kcontrol/icons -@dirrm share/doc/HTML/nb/kcontrol/filetypes -@dirrm share/doc/HTML/nb/kcontrol/filemanager -@dirrm share/doc/HTML/nb/kcontrol/email @dirrm share/doc/HTML/nb/kcontrol/desktopbehavior @dirrm share/doc/HTML/nb/kcontrol/desktop @dirrm share/doc/HTML/nb/kcontrol/crypto @@ -835,8 +727,10 @@ share/locale/nb/entry.desktop @dirrm share/doc/HTML/nb/kcontrol/clock @dirrm share/doc/HTML/nb/kcontrol/cache @dirrm share/doc/HTML/nb/kcontrol/bell -@dirrm share/doc/HTML/nb/kcontrol/background @dirrm share/doc/HTML/nb/kcontrol +@dirrm share/doc/HTML/nb/ioports +@dirrm share/doc/HTML/nb/interrupts +@dirrm share/doc/HTML/nb/dma @dirrm share/doc/HTML/nb/common @dirrm share/apps/kvtml/nb @dirrm share/apps/kvtml diff --git a/misc/kde4-l10n-nds/distinfo b/misc/kde4-l10n-nds/distinfo index a91796e0d1e1..9ad71cd917d4 100644 --- a/misc/kde4-l10n-nds/distinfo +++ b/misc/kde4-l10n-nds/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-nds-4.4.5.tar.bz2) = f340a739143839cd8f977d44079cd5e8 -SHA256 (KDE/kde-l10n/kde-l10n-nds-4.4.5.tar.bz2) = 8cf2d58d4f97b28bd5d47527cf4d2c146aee0942151a6c4ad30354896c45d64f -SIZE (KDE/kde-l10n/kde-l10n-nds-4.4.5.tar.bz2) = 3883818 +MD5 (KDE/kde-l10n/kde-l10n-nds-4.5.1.tar.bz2) = 82983bcf3d32ffdcbb02e6c11a7666cb +SHA256 (KDE/kde-l10n/kde-l10n-nds-4.5.1.tar.bz2) = f93607beaec71330e755d6de1d2a1dd8522347fdd1674ce8ce1de6fcb14170dc +SIZE (KDE/kde-l10n/kde-l10n-nds-4.5.1.tar.bz2) = 3455575 diff --git a/misc/kde4-l10n-nds/pkg-plist b/misc/kde4-l10n-nds/pkg-plist index 53c1a35fa0a8..043dae0a25e6 100644 --- a/misc/kde4-l10n-nds/pkg-plist +++ b/misc/kde4-l10n-nds/pkg-plist @@ -183,33 +183,7 @@ share/doc/HTML/nds/common/fdl-translated.html share/doc/HTML/nds/common/gpl-translated.html share/doc/HTML/nds/common/kde-localised.css share/doc/HTML/nds/common/lgpl-translated.html -share/locale/nds/LC_MESSAGES/akonadi-kcal.mo -share/locale/nds/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/nds/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/nds/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_next.mo -share/locale/nds/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/nds/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/nds/LC_MESSAGES/akonadicontact.mo -share/locale/nds/LC_MESSAGES/akonaditray.mo -share/locale/nds/LC_MESSAGES/akregator.mo share/locale/nds/LC_MESSAGES/amor.mo share/locale/nds/LC_MESSAGES/ark.mo share/locale/nds/LC_MESSAGES/attica_kde.mo @@ -217,43 +191,37 @@ share/locale/nds/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/nds/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/nds/LC_MESSAGES/audiorename_plugin.mo share/locale/nds/LC_MESSAGES/blinken.mo -share/locale/nds/LC_MESSAGES/blogilo.mo share/locale/nds/LC_MESSAGES/bomber.mo share/locale/nds/LC_MESSAGES/bovo.mo share/locale/nds/LC_MESSAGES/cantor.mo share/locale/nds/LC_MESSAGES/cervisia.mo -share/locale/nds/LC_MESSAGES/cryptopageplugin.mo share/locale/nds/LC_MESSAGES/cvsservice.mo share/locale/nds/LC_MESSAGES/display.mo share/locale/nds/LC_MESSAGES/dolphin.mo share/locale/nds/LC_MESSAGES/dragonplayer.mo share/locale/nds/LC_MESSAGES/drkonqi.mo share/locale/nds/LC_MESSAGES/filetypes.mo +share/locale/nds/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/nds/LC_MESSAGES/freespacenotifier.mo share/locale/nds/LC_MESSAGES/granatier.mo share/locale/nds/LC_MESSAGES/gwenview.mo share/locale/nds/LC_MESSAGES/htmlsearch.mo share/locale/nds/LC_MESSAGES/imagerename_plugin.mo -share/locale/nds/LC_MESSAGES/irkick.mo +share/locale/nds/LC_MESSAGES/jovie.mo share/locale/nds/LC_MESSAGES/joystick.mo share/locale/nds/LC_MESSAGES/juk.mo share/locale/nds/LC_MESSAGES/kabc.mo -share/locale/nds/LC_MESSAGES/kabc_akonadi.mo share/locale/nds/LC_MESSAGES/kabc_dir.mo share/locale/nds/LC_MESSAGES/kabc_file.mo share/locale/nds/LC_MESSAGES/kabc_ldapkio.mo share/locale/nds/LC_MESSAGES/kabc_net.mo -share/locale/nds/LC_MESSAGES/kabc_slox.mo -share/locale/nds/LC_MESSAGES/kabcclient.mo share/locale/nds/LC_MESSAGES/kabcformat_binary.mo share/locale/nds/LC_MESSAGES/kaccess.mo -share/locale/nds/LC_MESSAGES/kaddressbook.mo -share/locale/nds/LC_MESSAGES/kalarm.mo +share/locale/nds/LC_MESSAGES/kajongg.mo share/locale/nds/LC_MESSAGES/kalgebra.mo share/locale/nds/LC_MESSAGES/kalzium.mo -share/locale/nds/LC_MESSAGES/kalzium_qt.mo share/locale/nds/LC_MESSAGES/kanagram.mo share/locale/nds/LC_MESSAGES/kapman.mo -share/locale/nds/LC_MESSAGES/kappfinder.mo share/locale/nds/LC_MESSAGES/kapptemplate.mo share/locale/nds/LC_MESSAGES/kate-ctags-plugin.mo share/locale/nds/LC_MESSAGES/kate.mo @@ -265,20 +233,17 @@ share/locale/nds/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nds/LC_MESSAGES/katefiletemplates.mo share/locale/nds/LC_MESSAGES/katefindinfilesplugin.mo share/locale/nds/LC_MESSAGES/katehelloworld.mo -share/locale/nds/LC_MESSAGES/katehtmltools.mo share/locale/nds/LC_MESSAGES/kateinsertcommand.mo share/locale/nds/LC_MESSAGES/katekjswrapper.mo share/locale/nds/LC_MESSAGES/katekonsoleplugin.mo share/locale/nds/LC_MESSAGES/katemailfilesplugin.mo share/locale/nds/LC_MESSAGES/kateopenheader.mo share/locale/nds/LC_MESSAGES/katepart4.mo -share/locale/nds/LC_MESSAGES/katepybrowse.mo share/locale/nds/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/nds/LC_MESSAGES/katesnippets.mo share/locale/nds/LC_MESSAGES/katesnippets_tng.mo -share/locale/nds/LC_MESSAGES/katesnippetstng_editor.mo share/locale/nds/LC_MESSAGES/katesymbolviewer.mo share/locale/nds/LC_MESSAGES/katetabbarextension.mo +share/locale/nds/LC_MESSAGES/katetabifyplugin.mo share/locale/nds/LC_MESSAGES/katetextfilter.mo share/locale/nds/LC_MESSAGES/katexmlcheck.mo share/locale/nds/LC_MESSAGES/katexmltools.mo @@ -293,27 +258,27 @@ share/locale/nds/LC_MESSAGES/kbruch.mo share/locale/nds/LC_MESSAGES/kbugbuster.mo share/locale/nds/LC_MESSAGES/kcachegrind.mo share/locale/nds/LC_MESSAGES/kcachegrind_qt.mo -share/locale/nds/LC_MESSAGES/kcal_akonadi.mo share/locale/nds/LC_MESSAGES/kcalc.mo share/locale/nds/LC_MESSAGES/kcertpart.mo share/locale/nds/LC_MESSAGES/kcharselect.mo -share/locale/nds/LC_MESSAGES/kcm_akonadi.mo share/locale/nds/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nds/LC_MESSAGES/kcm_attica.mo share/locale/nds/LC_MESSAGES/kcm_autostart.mo +share/locale/nds/LC_MESSAGES/kcm_desktoppaths.mo share/locale/nds/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/nds/LC_MESSAGES/kcm_device_automounter.mo share/locale/nds/LC_MESSAGES/kcm_emoticons.mo +share/locale/nds/LC_MESSAGES/kcm_infobase.mo +share/locale/nds/LC_MESSAGES/kcm_infosummary.mo share/locale/nds/LC_MESSAGES/kcm_krfb.mo share/locale/nds/LC_MESSAGES/kcm_kwindesktop.mo share/locale/nds/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/nds/LC_MESSAGES/kcm_lirc.mo share/locale/nds/LC_MESSAGES/kcm_memory.mo -share/locale/nds/LC_MESSAGES/kcm_partition.mo share/locale/nds/LC_MESSAGES/kcm_pci.mo share/locale/nds/LC_MESSAGES/kcm_phonon.mo share/locale/nds/LC_MESSAGES/kcm_phononxine.mo share/locale/nds/LC_MESSAGES/kcm_platform.mo +share/locale/nds/LC_MESSAGES/kcm_remotecontrol.mo share/locale/nds/LC_MESSAGES/kcm_solid.mo share/locale/nds/LC_MESSAGES/kcm_solid_actions.mo share/locale/nds/LC_MESSAGES/kcm_standard_actions.mo @@ -326,13 +291,13 @@ share/locale/nds/LC_MESSAGES/kcmcgi.mo share/locale/nds/LC_MESSAGES/kcmcolors.mo share/locale/nds/LC_MESSAGES/kcmcomponentchooser.mo share/locale/nds/LC_MESSAGES/kcmcrypto.mo +share/locale/nds/LC_MESSAGES/kcmdevinfo.mo share/locale/nds/LC_MESSAGES/kcmfonts.mo share/locale/nds/LC_MESSAGES/kcmhtmlsearch.mo share/locale/nds/LC_MESSAGES/kcmicons.mo share/locale/nds/LC_MESSAGES/kcminfo.mo share/locale/nds/LC_MESSAGES/kcminit.mo share/locale/nds/LC_MESSAGES/kcminput.mo -share/locale/nds/LC_MESSAGES/kcmioslaveinfo.mo share/locale/nds/LC_MESSAGES/kcmkamera.mo share/locale/nds/LC_MESSAGES/kcmkclock.mo share/locale/nds/LC_MESSAGES/kcmkded.mo @@ -361,7 +326,6 @@ share/locale/nds/LC_MESSAGES/kcmscreensaver.mo share/locale/nds/LC_MESSAGES/kcmshell.mo share/locale/nds/LC_MESSAGES/kcmsmartcard.mo share/locale/nds/LC_MESSAGES/kcmsmserver.mo -share/locale/nds/LC_MESSAGES/kcmsolidproc.mo share/locale/nds/LC_MESSAGES/kcmstyle.mo share/locale/nds/LC_MESSAGES/kcmusb.mo share/locale/nds/LC_MESSAGES/kcmview1394.mo @@ -375,16 +339,11 @@ share/locale/nds/LC_MESSAGES/kdebugdialog.mo share/locale/nds/LC_MESSAGES/kdecalendarsystems.mo share/locale/nds/LC_MESSAGES/kdelibs4.mo share/locale/nds/LC_MESSAGES/kdelibs_colors4.mo -share/locale/nds/LC_MESSAGES/kdelirc.mo share/locale/nds/LC_MESSAGES/kdepasswd.mo -share/locale/nds/LC_MESSAGES/kdepimresources.mo -share/locale/nds/LC_MESSAGES/kdepimwizards.mo share/locale/nds/LC_MESSAGES/kdeqt.mo share/locale/nds/LC_MESSAGES/kdesu.mo share/locale/nds/LC_MESSAGES/kdesud.mo share/locale/nds/LC_MESSAGES/kdf.mo -share/locale/nds/LC_MESSAGES/kdgantt.mo -share/locale/nds/LC_MESSAGES/kdgantt1.mo share/locale/nds/LC_MESSAGES/kdialog.mo share/locale/nds/LC_MESSAGES/kdiamond.mo share/locale/nds/LC_MESSAGES/kdmconfig.mo @@ -438,7 +397,6 @@ share/locale/nds/LC_MESSAGES/kimagemapeditor.mo share/locale/nds/LC_MESSAGES/kinetd.mo share/locale/nds/LC_MESSAGES/kinfocenter.mo share/locale/nds/LC_MESSAGES/kio4.mo -share/locale/nds/LC_MESSAGES/kio_akonadi.mo share/locale/nds/LC_MESSAGES/kio_applications.mo share/locale/nds/LC_MESSAGES/kio_archive.mo share/locale/nds/LC_MESSAGES/kio_audiocd.mo @@ -446,7 +404,6 @@ share/locale/nds/LC_MESSAGES/kio_bookmarks.mo share/locale/nds/LC_MESSAGES/kio_finger.mo share/locale/nds/LC_MESSAGES/kio_fish.mo share/locale/nds/LC_MESSAGES/kio_floppy.mo -share/locale/nds/LC_MESSAGES/kio_groupwise.mo share/locale/nds/LC_MESSAGES/kio_help4.mo share/locale/nds/LC_MESSAGES/kio_imap4.mo share/locale/nds/LC_MESSAGES/kio_info.mo @@ -474,9 +431,7 @@ share/locale/nds/LC_MESSAGES/kioclient.mo share/locale/nds/LC_MESSAGES/kioexec.mo share/locale/nds/LC_MESSAGES/kiriki.mo share/locale/nds/LC_MESSAGES/kiten.mo -share/locale/nds/LC_MESSAGES/kjots.mo share/locale/nds/LC_MESSAGES/kjumpingcube.mo -share/locale/nds/LC_MESSAGES/kleopatra.mo share/locale/nds/LC_MESSAGES/klettres.mo share/locale/nds/LC_MESSAGES/klines.mo share/locale/nds/LC_MESSAGES/klinkstatus.mo @@ -484,12 +439,6 @@ share/locale/nds/LC_MESSAGES/klipper.mo share/locale/nds/LC_MESSAGES/klock.mo share/locale/nds/LC_MESSAGES/kmag.mo share/locale/nds/LC_MESSAGES/kmahjongg.mo -share/locale/nds/LC_MESSAGES/kmail-migrator.mo -share/locale/nds/LC_MESSAGES/kmail.mo -share/locale/nds/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/nds/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/nds/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/nds/LC_MESSAGES/kmailcvt.mo share/locale/nds/LC_MESSAGES/kmenuedit.mo share/locale/nds/LC_MESSAGES/kmimetypefinder.mo share/locale/nds/LC_MESSAGES/kmines.mo @@ -500,8 +449,6 @@ share/locale/nds/LC_MESSAGES/kmplot.mo share/locale/nds/LC_MESSAGES/knetattach.mo share/locale/nds/LC_MESSAGES/knetwalk.mo share/locale/nds/LC_MESSAGES/knetworkconfmodule.mo -share/locale/nds/LC_MESSAGES/knode.mo -share/locale/nds/LC_MESSAGES/knotes.mo share/locale/nds/LC_MESSAGES/knotify4.mo share/locale/nds/LC_MESSAGES/kolf.mo share/locale/nds/LC_MESSAGES/kollision.mo @@ -511,11 +458,8 @@ share/locale/nds/LC_MESSAGES/kompare.mo share/locale/nds/LC_MESSAGES/konqueror.mo share/locale/nds/LC_MESSAGES/konquest.mo share/locale/nds/LC_MESSAGES/konsole.mo -share/locale/nds/LC_MESSAGES/konsolekalendar.mo -share/locale/nds/LC_MESSAGES/kontact.mo share/locale/nds/LC_MESSAGES/kontactinterfaces.mo share/locale/nds/LC_MESSAGES/kopete.mo -share/locale/nds/LC_MESSAGES/korganizer.mo share/locale/nds/LC_MESSAGES/kpartloader.mo share/locale/nds/LC_MESSAGES/kpartsaver.mo share/locale/nds/LC_MESSAGES/kpasswdserver.mo @@ -524,28 +468,20 @@ share/locale/nds/LC_MESSAGES/kppp.mo share/locale/nds/LC_MESSAGES/kppplogview.mo share/locale/nds/LC_MESSAGES/kquitapp.mo share/locale/nds/LC_MESSAGES/krandr.mo +share/locale/nds/LC_MESSAGES/krcdnotifieritem.mo share/locale/nds/LC_MESSAGES/krdb.mo share/locale/nds/LC_MESSAGES/krdc.mo share/locale/nds/LC_MESSAGES/kreadconfig.mo -share/locale/nds/LC_MESSAGES/kres-migrator.mo -share/locale/nds/LC_MESSAGES/kres_birthday.mo -share/locale/nds/LC_MESSAGES/kres_blog.mo +share/locale/nds/LC_MESSAGES/kremotecontroldaemon.mo share/locale/nds/LC_MESSAGES/kres_bugzilla.mo -share/locale/nds/LC_MESSAGES/kres_groupware.mo -share/locale/nds/LC_MESSAGES/kres_groupwise.mo -share/locale/nds/LC_MESSAGES/kres_kolab.mo -share/locale/nds/LC_MESSAGES/kres_remote.mo -share/locale/nds/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/nds/LC_MESSAGES/kreversi.mo share/locale/nds/LC_MESSAGES/krfb.mo share/locale/nds/LC_MESSAGES/kruler.mo share/locale/nds/LC_MESSAGES/krunner.mo share/locale/nds/LC_MESSAGES/ksame.mo share/locale/nds/LC_MESSAGES/ksaneplugin.mo -share/locale/nds/LC_MESSAGES/ksayit.mo share/locale/nds/LC_MESSAGES/kscd.mo share/locale/nds/LC_MESSAGES/kscreensaver.mo -share/locale/nds/LC_MESSAGES/ksendemail.mo share/locale/nds/LC_MESSAGES/kshisen.mo share/locale/nds/LC_MESSAGES/kshorturifilter.mo share/locale/nds/LC_MESSAGES/ksirk.mo @@ -567,16 +503,14 @@ share/locale/nds/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nds/LC_MESSAGES/ksystemlog.mo share/locale/nds/LC_MESSAGES/ksystraycmd.mo share/locale/nds/LC_MESSAGES/kteatime.mo +share/locale/nds/LC_MESSAGES/ktesnippets_editor.mo share/locale/nds/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/nds/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/nds/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nds/LC_MESSAGES/kthememanager.mo share/locale/nds/LC_MESSAGES/ktimer.mo -share/locale/nds/LC_MESSAGES/ktimetracker.mo share/locale/nds/LC_MESSAGES/ktouch.mo share/locale/nds/LC_MESSAGES/ktraderclient.mo share/locale/nds/LC_MESSAGES/ktron.mo -share/locale/nds/LC_MESSAGES/kttsd.mo share/locale/nds/LC_MESSAGES/ktuberling.mo share/locale/nds/LC_MESSAGES/kturtle.mo share/locale/nds/LC_MESSAGES/ktux.mo @@ -587,8 +521,6 @@ share/locale/nds/LC_MESSAGES/kurifilter.mo share/locale/nds/LC_MESSAGES/kuser.mo share/locale/nds/LC_MESSAGES/kwalletd.mo share/locale/nds/LC_MESSAGES/kwalletmanager.mo -share/locale/nds/LC_MESSAGES/kwatchgnupg.mo -share/locale/nds/LC_MESSAGES/kweather.mo share/locale/nds/LC_MESSAGES/kwin.mo share/locale/nds/LC_MESSAGES/kwin_art_clients.mo share/locale/nds/LC_MESSAGES/kwin_clients.mo @@ -610,31 +542,25 @@ share/locale/nds/LC_MESSAGES/libkcompactdisc.mo share/locale/nds/LC_MESSAGES/libkdcraw.mo share/locale/nds/LC_MESSAGES/libkdeedu.mo share/locale/nds/LC_MESSAGES/libkdegames.mo -share/locale/nds/LC_MESSAGES/libkdepim.mo share/locale/nds/LC_MESSAGES/libkexiv2.mo share/locale/nds/LC_MESSAGES/libkholidays.mo share/locale/nds/LC_MESSAGES/libkimap.mo share/locale/nds/LC_MESSAGES/libkldap.mo -share/locale/nds/LC_MESSAGES/libkleopatra.mo share/locale/nds/LC_MESSAGES/libkmahjongg.mo share/locale/nds/LC_MESSAGES/libkmime.mo share/locale/nds/LC_MESSAGES/libkonq.mo -share/locale/nds/LC_MESSAGES/libkpgp.mo share/locale/nds/LC_MESSAGES/libkpimidentities.mo share/locale/nds/LC_MESSAGES/libkpimtextedit.mo share/locale/nds/LC_MESSAGES/libkpimutils.mo +share/locale/nds/LC_MESSAGES/libkremotecontrol.mo share/locale/nds/LC_MESSAGES/libkresources.mo share/locale/nds/LC_MESSAGES/libksane.mo share/locale/nds/LC_MESSAGES/libkscreensaver.mo -share/locale/nds/LC_MESSAGES/libksieve.mo share/locale/nds/LC_MESSAGES/libktnef.mo share/locale/nds/LC_MESSAGES/libkunitconversion.mo share/locale/nds/LC_MESSAGES/libkworkspace.mo share/locale/nds/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nds/LC_MESSAGES/libmailtransport.mo -share/locale/nds/LC_MESSAGES/libmessagecore.mo -share/locale/nds/LC_MESSAGES/libmessagelist.mo -share/locale/nds/LC_MESSAGES/libmessageviewer.mo share/locale/nds/LC_MESSAGES/liboktetacore.mo share/locale/nds/LC_MESSAGES/liboktetakasten.mo share/locale/nds/LC_MESSAGES/libphonon.mo @@ -645,7 +571,6 @@ share/locale/nds/LC_MESSAGES/librtm.mo share/locale/nds/LC_MESSAGES/libtaskmanager.mo share/locale/nds/LC_MESSAGES/lokalize.mo share/locale/nds/LC_MESSAGES/lskat.mo -share/locale/nds/LC_MESSAGES/mailreader.mo share/locale/nds/LC_MESSAGES/marble.mo share/locale/nds/LC_MESSAGES/marble_qt.mo share/locale/nds/LC_MESSAGES/mplayerthumbs.mo @@ -679,10 +604,12 @@ share/locale/nds/LC_MESSAGES/phononserver.mo share/locale/nds/LC_MESSAGES/plasma-desktop.mo share/locale/nds/LC_MESSAGES/plasma-netbook.mo share/locale/nds/LC_MESSAGES/plasma-overlay.mo +share/locale/nds/LC_MESSAGES/plasma-windowed.mo share/locale/nds/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/nds/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/nds/LC_MESSAGES/plasma_applet_battery.mo share/locale/nds/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/nds/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/nds/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/nds/LC_MESSAGES/plasma_applet_calculator.mo share/locale/nds/LC_MESSAGES/plasma_applet_clock.mo @@ -699,6 +626,7 @@ share/locale/nds/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/nds/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/nds/LC_MESSAGES/plasma_applet_icon.mo share/locale/nds/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/nds/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/nds/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/nds/LC_MESSAGES/plasma_applet_katesession.mo share/locale/nds/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -706,7 +634,6 @@ share/locale/nds/LC_MESSAGES/plasma_applet_kget.mo share/locale/nds/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/nds/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/nds/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/nds/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/nds/LC_MESSAGES/plasma_applet_launcher.mo share/locale/nds/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/nds/LC_MESSAGES/plasma_applet_life.mo @@ -718,6 +645,7 @@ share/locale/nds/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nds/LC_MESSAGES/plasma_applet_news.mo share/locale/nds/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nds/LC_MESSAGES/plasma_applet_notes.mo +share/locale/nds/LC_MESSAGES/plasma_applet_notifications.mo share/locale/nds/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nds/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nds/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -759,7 +687,9 @@ share/locale/nds/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/nds/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/nds/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/nds/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/nds/LC_MESSAGES/plasma_engine_calendar.mo share/locale/nds/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/nds/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/nds/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nds/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/nds/LC_MESSAGES/plasma_engine_metadata.mo @@ -771,12 +701,14 @@ share/locale/nds/LC_MESSAGES/plasma_engine_rss.mo share/locale/nds/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/nds/LC_MESSAGES/plasma_engine_weather.mo share/locale/nds/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/nds/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/nds/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/nds/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_contacts.mo share/locale/nds/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/nds/LC_MESSAGES/plasma_runner_datetime.mo share/locale/nds/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/nds/LC_MESSAGES/plasma_runner_kget.mo share/locale/nds/LC_MESSAGES/plasma_runner_kill.mo @@ -796,6 +728,7 @@ share/locale/nds/LC_MESSAGES/plasma_runner_shell.mo share/locale/nds/LC_MESSAGES/plasma_runner_solid.mo share/locale/nds/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/nds/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/nds/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/nds/LC_MESSAGES/plasma_runner_windows.mo share/locale/nds/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/nds/LC_MESSAGES/plasma_wallpaper_color.mo diff --git a/misc/kde4-l10n-nl/Makefile.man b/misc/kde4-l10n-nl/Makefile.man index 6d1e3ecc02ab..9e0ea0a4117f 100644 --- a/misc/kde4-l10n-nl/Makefile.man +++ b/misc/kde4-l10n-nl/Makefile.man @@ -1,4 +1,4 @@ -MAN1= adddebug.1 ark.1 checkXML.1 fixincludes.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 qtdoc.1 split2po.1 swappo.1 xml2pot.1 zonetab2pot.py.1 +MAN1= adddebug.1 ark.1 checkXML.1 demangle.1 fixincludes.1 kalzium.1 kate.1 kbookmarkmerger.1 kbruch.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 qtdoc.1 split2po.1 swappo.1 xml2pot.1 zonetab2pot.py.1 MAN6= amor.6 khangman.6 kpat.6 -MAN7= kdeoptions.7 +MAN7= kdeoptions.7 qtoptions.7 MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 nepomukserver.8 nepomukservicestub.8 diff --git a/misc/kde4-l10n-nl/distinfo b/misc/kde4-l10n-nl/distinfo index 1c6a18d62a4a..a5dae0fdd774 100644 --- a/misc/kde4-l10n-nl/distinfo +++ b/misc/kde4-l10n-nl/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-nl-4.4.5.tar.bz2) = 708a063b2de18046a6c8c0899cce59b6 -SHA256 (KDE/kde-l10n/kde-l10n-nl-4.4.5.tar.bz2) = 99eb08aaeb4540f8fc7c36903b5e15e8374315213e16bcd36b1df51de3d6da3a -SIZE (KDE/kde-l10n/kde-l10n-nl-4.4.5.tar.bz2) = 14226957 +MD5 (KDE/kde-l10n/kde-l10n-nl-4.5.1.tar.bz2) = ab6d5dea71119d4f8520ea4b7f501001 +SHA256 (KDE/kde-l10n/kde-l10n-nl-4.5.1.tar.bz2) = f457ba3744e8f09973be0c1d12b4694ebc65002a1bcf598754542907a4a0f052 +SIZE (KDE/kde-l10n/kde-l10n-nl-4.5.1.tar.bz2) = 12598178 diff --git a/misc/kde4-l10n-nl/pkg-plist b/misc/kde4-l10n-nl/pkg-plist index 89bbed4f5c2e..06dc14cb645b 100644 --- a/misc/kde4-l10n-nl/pkg-plist +++ b/misc/kde4-l10n-nl/pkg-plist @@ -128,6 +128,9 @@ share/doc/HTML/nl/dolphin/preferences-viewmodes-icons.png share/doc/HTML/nl/dolphin/toolbar-navigation.png share/doc/HTML/nl/dolphin/toolbar-view-appearance.png share/doc/HTML/nl/dolphin/viewproperties-dialog.png +share/doc/HTML/nl/dragonplayer/common +share/doc/HTML/nl/dragonplayer/index.cache.bz2 +share/doc/HTML/nl/dragonplayer/index.docbook share/doc/HTML/nl/gwenview/common share/doc/HTML/nl/gwenview/index.cache.bz2 share/doc/HTML/nl/gwenview/index.docbook @@ -135,9 +138,9 @@ share/doc/HTML/nl/gwenview/interface.docbook share/doc/HTML/nl/gwenview/introduction.docbook share/doc/HTML/nl/gwenview/keybindings.docbook share/doc/HTML/nl/gwenview/mouse.docbook -share/doc/HTML/nl/irkick/common -share/doc/HTML/nl/irkick/index.cache.bz2 -share/doc/HTML/nl/irkick/index.docbook +share/doc/HTML/nl/jovie/common +share/doc/HTML/nl/jovie/index.cache.bz2 +share/doc/HTML/nl/jovie/index.docbook share/doc/HTML/nl/juk/common share/doc/HTML/nl/juk/index.cache.bz2 share/doc/HTML/nl/juk/index.docbook @@ -177,6 +180,9 @@ share/doc/HTML/nl/kbruch/common share/doc/HTML/nl/kbruch/index.cache.bz2 share/doc/HTML/nl/kbruch/index.docbook share/doc/HTML/nl/kbruch/man-kbruch.1.docbook +share/doc/HTML/nl/kbugbuster/common +share/doc/HTML/nl/kbugbuster/index.cache.bz2 +share/doc/HTML/nl/kbugbuster/index.docbook share/doc/HTML/nl/kcalc/commands.docbook share/doc/HTML/nl/kcalc/common share/doc/HTML/nl/kcalc/index.cache.bz2 @@ -184,9 +190,6 @@ share/doc/HTML/nl/kcalc/index.docbook share/doc/HTML/nl/kcharselect/common share/doc/HTML/nl/kcharselect/index.cache.bz2 share/doc/HTML/nl/kcharselect/index.docbook -share/doc/HTML/nl/kcmlirc/common -share/doc/HTML/nl/kcmlirc/index.cache.bz2 -share/doc/HTML/nl/kcmlirc/index.docbook share/doc/HTML/nl/kcontrol/attica/common share/doc/HTML/nl/kcontrol/attica/index.cache.bz2 share/doc/HTML/nl/kcontrol/attica/index.docbook @@ -243,9 +246,6 @@ share/doc/HTML/nl/kcontrol/fontinst/index.docbook share/doc/HTML/nl/kcontrol/fonts/common share/doc/HTML/nl/kcontrol/fonts/index.cache.bz2 share/doc/HTML/nl/kcontrol/fonts/index.docbook -share/doc/HTML/nl/kcontrol/helpindex/common -share/doc/HTML/nl/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/nl/kcontrol/helpindex/index.docbook share/doc/HTML/nl/kcontrol/history/common share/doc/HTML/nl/kcontrol/history/index.cache.bz2 share/doc/HTML/nl/kcontrol/history/index.docbook @@ -271,9 +271,6 @@ share/doc/HTML/nl/kcontrol/kcmcgi/index.docbook share/doc/HTML/nl/kcontrol/kcmcss/common share/doc/HTML/nl/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/nl/kcontrol/kcmcss/index.docbook -share/doc/HTML/nl/kcontrol/kcmdisplay/common -share/doc/HTML/nl/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/nl/kcontrol/kcmdisplay/index.docbook share/doc/HTML/nl/kcontrol/kcmlaunch/common share/doc/HTML/nl/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/nl/kcontrol/kcmlaunch/index.docbook @@ -330,9 +327,6 @@ share/doc/HTML/nl/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/nl/kcontrol/kwintabbox/common share/doc/HTML/nl/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/nl/kcontrol/kwintabbox/index.docbook -share/doc/HTML/nl/kcontrol/kxkb/common -share/doc/HTML/nl/kcontrol/kxkb/index.cache.bz2 -share/doc/HTML/nl/kcontrol/kxkb/index.docbook share/doc/HTML/nl/kcontrol/language/common share/doc/HTML/nl/kcontrol/language/index.cache.bz2 share/doc/HTML/nl/kcontrol/language/index.docbook @@ -455,6 +449,9 @@ share/doc/HTML/nl/kfind/common share/doc/HTML/nl/kfind/index.cache.bz2 share/doc/HTML/nl/kfind/index.docbook share/doc/HTML/nl/kfind/man-kfind.1.docbook +share/doc/HTML/nl/kfontview/common +share/doc/HTML/nl/kfontview/index.cache.bz2 +share/doc/HTML/nl/kfontview/index.docbook share/doc/HTML/nl/kgeography/common share/doc/HTML/nl/kgeography/first-start1.png share/doc/HTML/nl/kgeography/first-start2.png @@ -470,97 +467,12 @@ share/doc/HTML/nl/khangman/index.cache.bz2 share/doc/HTML/nl/khangman/index.docbook share/doc/HTML/nl/khangman/man-khangman.6.docbook share/doc/HTML/nl/khelpcenter/common -share/doc/HTML/nl/khelpcenter/contact.docbook -share/doc/HTML/nl/khelpcenter/faq/about.docbook -share/doc/HTML/nl/khelpcenter/faq/common -share/doc/HTML/nl/khelpcenter/faq/configkde.docbook -share/doc/HTML/nl/khelpcenter/faq/contrib.docbook -share/doc/HTML/nl/khelpcenter/faq/desktop.docbook -share/doc/HTML/nl/khelpcenter/faq/filemng.docbook -share/doc/HTML/nl/khelpcenter/faq/getkde.docbook -share/doc/HTML/nl/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/nl/khelpcenter/faq/index.docbook -share/doc/HTML/nl/khelpcenter/faq/install.docbook -share/doc/HTML/nl/khelpcenter/faq/intro.docbook -share/doc/HTML/nl/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/nl/khelpcenter/faq/misc.docbook -share/doc/HTML/nl/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/nl/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/nl/khelpcenter/faq/notrelated.docbook -share/doc/HTML/nl/khelpcenter/faq/panel.docbook -share/doc/HTML/nl/khelpcenter/faq/qt.docbook -share/doc/HTML/nl/khelpcenter/faq/questions.docbook -share/doc/HTML/nl/khelpcenter/faq/sound.docbook -share/doc/HTML/nl/khelpcenter/faq/tips.docbook -share/doc/HTML/nl/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/nl/khelpcenter/faq/winmng.docbook share/doc/HTML/nl/khelpcenter/glossary/common share/doc/HTML/nl/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/nl/khelpcenter/glossary/index.docbook share/doc/HTML/nl/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/nl/khelpcenter/help.docbook share/doc/HTML/nl/khelpcenter/index.cache.bz2 share/doc/HTML/nl/khelpcenter/index.docbook -share/doc/HTML/nl/khelpcenter/quickstart/common -share/doc/HTML/nl/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/nl/khelpcenter/quickstart/index.docbook -share/doc/HTML/nl/khelpcenter/support.docbook -share/doc/HTML/nl/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/nl/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/nl/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/nl/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/nl/khelpcenter/userguide/common -share/doc/HTML/nl/khelpcenter/userguide/control-center.docbook -share/doc/HTML/nl/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/nl/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/nl/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/nl/khelpcenter/userguide/email.docbook -share/doc/HTML/nl/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/nl/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/nl/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/nl/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/nl/khelpcenter/userguide/glossary.docbook -share/doc/HTML/nl/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/nl/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/nl/khelpcenter/userguide/index.docbook -share/doc/HTML/nl/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/nl/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/nl/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/nl/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/nl/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/nl/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/nl/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/nl/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/nl/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/nl/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/nl/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/nl/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/nl/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/nl/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/nl/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/nl/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/nl/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/nl/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/nl/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/nl/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/nl/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/nl/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/nl/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/nl/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/nl/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/nl/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/nl/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/nl/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/nl/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/nl/khelpcenter/userguide/usenet.docbook -share/doc/HTML/nl/khelpcenter/userguide/where-next.docbook -share/doc/HTML/nl/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/nl/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/nl/khelpcenter/visualdict/common -share/doc/HTML/nl/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/nl/khelpcenter/visualdict/index.docbook -share/doc/HTML/nl/khelpcenter/welcome.docbook -share/doc/HTML/nl/khelpcenter/whatiskde.docbook share/doc/HTML/nl/kig/common share/doc/HTML/nl/kig/constructed_a_point.png share/doc/HTML/nl/kig/constructed_script_object.png @@ -581,59 +493,8 @@ share/doc/HTML/nl/kimagemapeditor/common share/doc/HTML/nl/kimagemapeditor/index.cache.bz2 share/doc/HTML/nl/kimagemapeditor/index.docbook share/doc/HTML/nl/kinfocenter/common -share/doc/HTML/nl/kinfocenter/devices/common -share/doc/HTML/nl/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/devices/index.docbook -share/doc/HTML/nl/kinfocenter/dma/common -share/doc/HTML/nl/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/dma/index.docbook share/doc/HTML/nl/kinfocenter/index.cache.bz2 share/doc/HTML/nl/kinfocenter/index.docbook -share/doc/HTML/nl/kinfocenter/interrupts/common -share/doc/HTML/nl/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/interrupts/index.docbook -share/doc/HTML/nl/kinfocenter/ioports/common -share/doc/HTML/nl/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/ioports/index.docbook -share/doc/HTML/nl/kinfocenter/memory/common -share/doc/HTML/nl/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/memory/index.docbook -share/doc/HTML/nl/kinfocenter/nics/common -share/doc/HTML/nl/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/nics/index.docbook -share/doc/HTML/nl/kinfocenter/opengl/common -share/doc/HTML/nl/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/opengl/index.docbook -share/doc/HTML/nl/kinfocenter/partitions/common -share/doc/HTML/nl/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/partitions/index.docbook -share/doc/HTML/nl/kinfocenter/pci/common -share/doc/HTML/nl/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/pci/index.docbook -share/doc/HTML/nl/kinfocenter/processor/common -share/doc/HTML/nl/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/processor/index.docbook -share/doc/HTML/nl/kinfocenter/protocols/common -share/doc/HTML/nl/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/protocols/index.docbook -share/doc/HTML/nl/kinfocenter/samba/common -share/doc/HTML/nl/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/samba/index.docbook -share/doc/HTML/nl/kinfocenter/scsi/common -share/doc/HTML/nl/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/scsi/index.docbook -share/doc/HTML/nl/kinfocenter/sound/common -share/doc/HTML/nl/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/sound/index.docbook -share/doc/HTML/nl/kinfocenter/usb/common -share/doc/HTML/nl/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/usb/index.docbook -share/doc/HTML/nl/kinfocenter/view1394/common -share/doc/HTML/nl/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/view1394/index.docbook -share/doc/HTML/nl/kinfocenter/xserver/common -share/doc/HTML/nl/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/nl/kinfocenter/xserver/index.docbook share/doc/HTML/nl/kioslave/audiocd/common share/doc/HTML/nl/kioslave/audiocd/index.cache.bz2 share/doc/HTML/nl/kioslave/audiocd/index.docbook @@ -694,9 +555,6 @@ share/doc/HTML/nl/kioslave/mbox/index.docbook share/doc/HTML/nl/kioslave/network/common share/doc/HTML/nl/kioslave/network/index.cache.bz2 share/doc/HTML/nl/kioslave/network/index.docbook -share/doc/HTML/nl/kioslave/news/common -share/doc/HTML/nl/kioslave/news/index.cache.bz2 -share/doc/HTML/nl/kioslave/news/index.docbook share/doc/HTML/nl/kioslave/nfs/common share/doc/HTML/nl/kioslave/nfs/index.cache.bz2 share/doc/HTML/nl/kioslave/nfs/index.docbook @@ -739,9 +597,6 @@ share/doc/HTML/nl/kioslave/xz/index.docbook share/doc/HTML/nl/kiten/common share/doc/HTML/nl/kiten/index.cache.bz2 share/doc/HTML/nl/kiten/index.docbook -share/doc/HTML/nl/kjots/common -share/doc/HTML/nl/kjots/index.cache.bz2 -share/doc/HTML/nl/kjots/index.docbook share/doc/HTML/nl/klettres/common share/doc/HTML/nl/klettres/index.cache.bz2 share/doc/HTML/nl/klettres/index.docbook @@ -762,17 +617,6 @@ share/doc/HTML/nl/kmag/screenshot.png share/doc/HTML/nl/kmahjongg/common share/doc/HTML/nl/kmahjongg/index.cache.bz2 share/doc/HTML/nl/kmahjongg/index.docbook -share/doc/HTML/nl/kmail/common -share/doc/HTML/nl/kmail/configure.docbook -share/doc/HTML/nl/kmail/credits-and-licenses.docbook -share/doc/HTML/nl/kmail/faq.docbook -share/doc/HTML/nl/kmail/getting-started.docbook -share/doc/HTML/nl/kmail/importing.docbook -share/doc/HTML/nl/kmail/index.cache.bz2 -share/doc/HTML/nl/kmail/index.docbook -share/doc/HTML/nl/kmail/intro.docbook -share/doc/HTML/nl/kmail/menus.docbook -share/doc/HTML/nl/kmail/using-kmail.docbook share/doc/HTML/nl/kmenuedit/common share/doc/HTML/nl/kmenuedit/index.cache.bz2 share/doc/HTML/nl/kmenuedit/index.docbook @@ -825,23 +669,6 @@ share/doc/HTML/nl/kmplot/using.docbook share/doc/HTML/nl/knetattach/common share/doc/HTML/nl/knetattach/index.cache.bz2 share/doc/HTML/nl/knetattach/index.docbook -share/doc/HTML/nl/knode/commands.docbook -share/doc/HTML/nl/knode/common -share/doc/HTML/nl/knode/credits.docbook -share/doc/HTML/nl/knode/faq.docbook -share/doc/HTML/nl/knode/gloss.docbook -share/doc/HTML/nl/knode/index.cache.bz2 -share/doc/HTML/nl/knode/index.docbook -share/doc/HTML/nl/knode/install.docbook -share/doc/HTML/nl/knode/introduction.docbook -share/doc/HTML/nl/knode/journey.docbook -share/doc/HTML/nl/knode/more.docbook -share/doc/HTML/nl/knode/using-firststart.docbook -share/doc/HTML/nl/knode/using-morefeatures.docbook -share/doc/HTML/nl/knode/using-subscribing.docbook -share/doc/HTML/nl/knotes/common -share/doc/HTML/nl/knotes/index.cache.bz2 -share/doc/HTML/nl/knotes/index.docbook share/doc/HTML/nl/kommander/basics.docbook share/doc/HTML/nl/kommander/commands.docbook share/doc/HTML/nl/kommander/common @@ -885,20 +712,6 @@ share/doc/HTML/nl/konqueror/sidebar.docbook share/doc/HTML/nl/konsole/common share/doc/HTML/nl/konsole/index.cache.bz2 share/doc/HTML/nl/konsole/index.docbook -share/doc/HTML/nl/konsolekalendar/common -share/doc/HTML/nl/konsolekalendar/index.cache.bz2 -share/doc/HTML/nl/konsolekalendar/index.docbook -share/doc/HTML/nl/kontact-admin/common -share/doc/HTML/nl/kontact-admin/index.cache.bz2 -share/doc/HTML/nl/kontact-admin/index.docbook -share/doc/HTML/nl/kontact/common -share/doc/HTML/nl/kontact/index.cache.bz2 -share/doc/HTML/nl/kontact/index.docbook -share/doc/HTML/nl/korganizer/common -share/doc/HTML/nl/korganizer/index.cache.bz2 -share/doc/HTML/nl/korganizer/index.docbook -share/doc/HTML/nl/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/nl/korganizer/plugins-chapter.docbook share/doc/HTML/nl/kpat/common share/doc/HTML/nl/kpat/index.cache.bz2 share/doc/HTML/nl/kpat/index.docbook @@ -1020,31 +833,15 @@ share/doc/HTML/nl/kstars/zenith.docbook share/doc/HTML/nl/ksysguard/common share/doc/HTML/nl/ksysguard/index.cache.bz2 share/doc/HTML/nl/ksysguard/index.docbook +share/doc/HTML/nl/ksystemlog/common +share/doc/HTML/nl/ksystemlog/index.cache.bz2 +share/doc/HTML/nl/ksystemlog/index.docbook share/doc/HTML/nl/kteatime/common share/doc/HTML/nl/kteatime/index.cache.bz2 share/doc/HTML/nl/kteatime/index.docbook share/doc/HTML/nl/ktimer/common share/doc/HTML/nl/ktimer/index.cache.bz2 share/doc/HTML/nl/ktimer/index.docbook -share/doc/HTML/nl/ktimetracker/common -share/doc/HTML/nl/ktimetracker/index.cache.bz2 -share/doc/HTML/nl/ktimetracker/index.docbook -share/doc/HTML/nl/kttsd/addtalker.png -share/doc/HTML/nl/kttsd/audio.png -share/doc/HTML/nl/kttsd/common -share/doc/HTML/nl/kttsd/festivalintconf.png -share/doc/HTML/nl/kttsd/filters.png -share/doc/HTML/nl/kttsd/general.png -share/doc/HTML/nl/kttsd/index.cache.bz2 -share/doc/HTML/nl/kttsd/index.docbook -share/doc/HTML/nl/kttsd/interruption.png -share/doc/HTML/nl/kttsd/jobs.png -share/doc/HTML/nl/kttsd/notifications.png -share/doc/HTML/nl/kttsd/selecttalker.png -share/doc/HTML/nl/kttsd/stringreplacer.png -share/doc/HTML/nl/kttsd/talkerchooser.png -share/doc/HTML/nl/kttsd/talkers.png -share/doc/HTML/nl/kttsd/xmltransformer.png share/doc/HTML/nl/ktuberling/common share/doc/HTML/nl/ktuberling/index.cache.bz2 share/doc/HTML/nl/ktuberling/index.docbook @@ -1067,12 +864,6 @@ share/doc/HTML/nl/kuser/kuser.png share/doc/HTML/nl/kwallet/common share/doc/HTML/nl/kwallet/index.cache.bz2 share/doc/HTML/nl/kwallet/index.docbook -share/doc/HTML/nl/kwatchgnupg/common -share/doc/HTML/nl/kwatchgnupg/index.cache.bz2 -share/doc/HTML/nl/kwatchgnupg/index.docbook -share/doc/HTML/nl/kweather/common -share/doc/HTML/nl/kweather/index.cache.bz2 -share/doc/HTML/nl/kweather/index.docbook share/doc/HTML/nl/kwordquiz/common share/doc/HTML/nl/kwordquiz/index.cache.bz2 share/doc/HTML/nl/kwordquiz/index.docbook @@ -1098,6 +889,9 @@ share/doc/HTML/nl/marble/measure-1.png share/doc/HTML/nl/marble/quick-1.png share/doc/HTML/nl/marble/search-1.png share/doc/HTML/nl/marble/search-2.png +share/doc/HTML/nl/onlinehelp/common +share/doc/HTML/nl/onlinehelp/index.cache.bz2 +share/doc/HTML/nl/onlinehelp/index.docbook share/doc/HTML/nl/plasma-desktop/common share/doc/HTML/nl/plasma-desktop/favorite-widgets.png share/doc/HTML/nl/plasma-desktop/index.cache.bz2 @@ -1115,6 +909,9 @@ share/doc/HTML/nl/step/index.cache.bz2 share/doc/HTML/nl/step/index.docbook share/doc/HTML/nl/step/mainwindow.png share/doc/HTML/nl/step/tutorials.docbook +share/doc/HTML/nl/sweeper/common +share/doc/HTML/nl/sweeper/index.cache.bz2 +share/doc/HTML/nl/sweeper/index.docbook share/doc/HTML/nl/systemsettings/common share/doc/HTML/nl/systemsettings/index.cache.bz2 share/doc/HTML/nl/systemsettings/index.docbook @@ -1128,33 +925,7 @@ share/doc/HTML/nl/umbrello/introduction.docbook share/doc/HTML/nl/umbrello/other_features.docbook share/doc/HTML/nl/umbrello/uml_basics.docbook share/doc/HTML/nl/umbrello/working_with_umbrello.docbook -share/locale/nl/LC_MESSAGES/akonadi-kcal.mo -share/locale/nl/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/nl/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/nl/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_next.mo -share/locale/nl/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/nl/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/nl/LC_MESSAGES/akonadicontact.mo -share/locale/nl/LC_MESSAGES/akonaditray.mo -share/locale/nl/LC_MESSAGES/akregator.mo share/locale/nl/LC_MESSAGES/amor.mo share/locale/nl/LC_MESSAGES/ark.mo share/locale/nl/LC_MESSAGES/attica_kde.mo @@ -1162,43 +933,37 @@ share/locale/nl/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/nl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/nl/LC_MESSAGES/audiorename_plugin.mo share/locale/nl/LC_MESSAGES/blinken.mo -share/locale/nl/LC_MESSAGES/blogilo.mo share/locale/nl/LC_MESSAGES/bomber.mo share/locale/nl/LC_MESSAGES/bovo.mo share/locale/nl/LC_MESSAGES/cantor.mo share/locale/nl/LC_MESSAGES/cervisia.mo -share/locale/nl/LC_MESSAGES/cryptopageplugin.mo share/locale/nl/LC_MESSAGES/cvsservice.mo share/locale/nl/LC_MESSAGES/display.mo share/locale/nl/LC_MESSAGES/dolphin.mo share/locale/nl/LC_MESSAGES/dragonplayer.mo share/locale/nl/LC_MESSAGES/drkonqi.mo share/locale/nl/LC_MESSAGES/filetypes.mo +share/locale/nl/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/nl/LC_MESSAGES/freespacenotifier.mo share/locale/nl/LC_MESSAGES/granatier.mo share/locale/nl/LC_MESSAGES/gwenview.mo share/locale/nl/LC_MESSAGES/htmlsearch.mo share/locale/nl/LC_MESSAGES/imagerename_plugin.mo -share/locale/nl/LC_MESSAGES/irkick.mo +share/locale/nl/LC_MESSAGES/jovie.mo share/locale/nl/LC_MESSAGES/joystick.mo share/locale/nl/LC_MESSAGES/juk.mo share/locale/nl/LC_MESSAGES/kabc.mo -share/locale/nl/LC_MESSAGES/kabc_akonadi.mo share/locale/nl/LC_MESSAGES/kabc_dir.mo share/locale/nl/LC_MESSAGES/kabc_file.mo share/locale/nl/LC_MESSAGES/kabc_ldapkio.mo share/locale/nl/LC_MESSAGES/kabc_net.mo -share/locale/nl/LC_MESSAGES/kabc_slox.mo -share/locale/nl/LC_MESSAGES/kabcclient.mo share/locale/nl/LC_MESSAGES/kabcformat_binary.mo share/locale/nl/LC_MESSAGES/kaccess.mo -share/locale/nl/LC_MESSAGES/kaddressbook.mo -share/locale/nl/LC_MESSAGES/kalarm.mo +share/locale/nl/LC_MESSAGES/kajongg.mo share/locale/nl/LC_MESSAGES/kalgebra.mo share/locale/nl/LC_MESSAGES/kalzium.mo -share/locale/nl/LC_MESSAGES/kalzium_qt.mo share/locale/nl/LC_MESSAGES/kanagram.mo share/locale/nl/LC_MESSAGES/kapman.mo -share/locale/nl/LC_MESSAGES/kappfinder.mo share/locale/nl/LC_MESSAGES/kapptemplate.mo share/locale/nl/LC_MESSAGES/kate-ctags-plugin.mo share/locale/nl/LC_MESSAGES/kate.mo @@ -1210,20 +975,17 @@ share/locale/nl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nl/LC_MESSAGES/katefiletemplates.mo share/locale/nl/LC_MESSAGES/katefindinfilesplugin.mo share/locale/nl/LC_MESSAGES/katehelloworld.mo -share/locale/nl/LC_MESSAGES/katehtmltools.mo share/locale/nl/LC_MESSAGES/kateinsertcommand.mo share/locale/nl/LC_MESSAGES/katekjswrapper.mo share/locale/nl/LC_MESSAGES/katekonsoleplugin.mo share/locale/nl/LC_MESSAGES/katemailfilesplugin.mo share/locale/nl/LC_MESSAGES/kateopenheader.mo share/locale/nl/LC_MESSAGES/katepart4.mo -share/locale/nl/LC_MESSAGES/katepybrowse.mo share/locale/nl/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/nl/LC_MESSAGES/katesnippets.mo share/locale/nl/LC_MESSAGES/katesnippets_tng.mo -share/locale/nl/LC_MESSAGES/katesnippetstng_editor.mo share/locale/nl/LC_MESSAGES/katesymbolviewer.mo share/locale/nl/LC_MESSAGES/katetabbarextension.mo +share/locale/nl/LC_MESSAGES/katetabifyplugin.mo share/locale/nl/LC_MESSAGES/katetextfilter.mo share/locale/nl/LC_MESSAGES/katexmlcheck.mo share/locale/nl/LC_MESSAGES/katexmltools.mo @@ -1238,27 +1000,27 @@ share/locale/nl/LC_MESSAGES/kbruch.mo share/locale/nl/LC_MESSAGES/kbugbuster.mo share/locale/nl/LC_MESSAGES/kcachegrind.mo share/locale/nl/LC_MESSAGES/kcachegrind_qt.mo -share/locale/nl/LC_MESSAGES/kcal_akonadi.mo share/locale/nl/LC_MESSAGES/kcalc.mo share/locale/nl/LC_MESSAGES/kcertpart.mo share/locale/nl/LC_MESSAGES/kcharselect.mo -share/locale/nl/LC_MESSAGES/kcm_akonadi.mo share/locale/nl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nl/LC_MESSAGES/kcm_attica.mo share/locale/nl/LC_MESSAGES/kcm_autostart.mo +share/locale/nl/LC_MESSAGES/kcm_desktoppaths.mo share/locale/nl/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/nl/LC_MESSAGES/kcm_device_automounter.mo share/locale/nl/LC_MESSAGES/kcm_emoticons.mo +share/locale/nl/LC_MESSAGES/kcm_infobase.mo +share/locale/nl/LC_MESSAGES/kcm_infosummary.mo share/locale/nl/LC_MESSAGES/kcm_krfb.mo share/locale/nl/LC_MESSAGES/kcm_kwindesktop.mo share/locale/nl/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/nl/LC_MESSAGES/kcm_lirc.mo share/locale/nl/LC_MESSAGES/kcm_memory.mo -share/locale/nl/LC_MESSAGES/kcm_partition.mo share/locale/nl/LC_MESSAGES/kcm_pci.mo share/locale/nl/LC_MESSAGES/kcm_phonon.mo share/locale/nl/LC_MESSAGES/kcm_phononxine.mo share/locale/nl/LC_MESSAGES/kcm_platform.mo +share/locale/nl/LC_MESSAGES/kcm_remotecontrol.mo share/locale/nl/LC_MESSAGES/kcm_solid.mo share/locale/nl/LC_MESSAGES/kcm_solid_actions.mo share/locale/nl/LC_MESSAGES/kcm_standard_actions.mo @@ -1271,13 +1033,13 @@ share/locale/nl/LC_MESSAGES/kcmcgi.mo share/locale/nl/LC_MESSAGES/kcmcolors.mo share/locale/nl/LC_MESSAGES/kcmcomponentchooser.mo share/locale/nl/LC_MESSAGES/kcmcrypto.mo +share/locale/nl/LC_MESSAGES/kcmdevinfo.mo share/locale/nl/LC_MESSAGES/kcmfonts.mo share/locale/nl/LC_MESSAGES/kcmhtmlsearch.mo share/locale/nl/LC_MESSAGES/kcmicons.mo share/locale/nl/LC_MESSAGES/kcminfo.mo share/locale/nl/LC_MESSAGES/kcminit.mo share/locale/nl/LC_MESSAGES/kcminput.mo -share/locale/nl/LC_MESSAGES/kcmioslaveinfo.mo share/locale/nl/LC_MESSAGES/kcmkamera.mo share/locale/nl/LC_MESSAGES/kcmkclock.mo share/locale/nl/LC_MESSAGES/kcmkded.mo @@ -1306,7 +1068,6 @@ share/locale/nl/LC_MESSAGES/kcmscreensaver.mo share/locale/nl/LC_MESSAGES/kcmshell.mo share/locale/nl/LC_MESSAGES/kcmsmartcard.mo share/locale/nl/LC_MESSAGES/kcmsmserver.mo -share/locale/nl/LC_MESSAGES/kcmsolidproc.mo share/locale/nl/LC_MESSAGES/kcmstyle.mo share/locale/nl/LC_MESSAGES/kcmusb.mo share/locale/nl/LC_MESSAGES/kcmview1394.mo @@ -1320,16 +1081,11 @@ share/locale/nl/LC_MESSAGES/kdebugdialog.mo share/locale/nl/LC_MESSAGES/kdecalendarsystems.mo share/locale/nl/LC_MESSAGES/kdelibs4.mo share/locale/nl/LC_MESSAGES/kdelibs_colors4.mo -share/locale/nl/LC_MESSAGES/kdelirc.mo share/locale/nl/LC_MESSAGES/kdepasswd.mo -share/locale/nl/LC_MESSAGES/kdepimresources.mo -share/locale/nl/LC_MESSAGES/kdepimwizards.mo share/locale/nl/LC_MESSAGES/kdeqt.mo share/locale/nl/LC_MESSAGES/kdesu.mo share/locale/nl/LC_MESSAGES/kdesud.mo share/locale/nl/LC_MESSAGES/kdf.mo -share/locale/nl/LC_MESSAGES/kdgantt.mo -share/locale/nl/LC_MESSAGES/kdgantt1.mo share/locale/nl/LC_MESSAGES/kdialog.mo share/locale/nl/LC_MESSAGES/kdiamond.mo share/locale/nl/LC_MESSAGES/kdmconfig.mo @@ -1383,7 +1139,6 @@ share/locale/nl/LC_MESSAGES/kimagemapeditor.mo share/locale/nl/LC_MESSAGES/kinetd.mo share/locale/nl/LC_MESSAGES/kinfocenter.mo share/locale/nl/LC_MESSAGES/kio4.mo -share/locale/nl/LC_MESSAGES/kio_akonadi.mo share/locale/nl/LC_MESSAGES/kio_applications.mo share/locale/nl/LC_MESSAGES/kio_archive.mo share/locale/nl/LC_MESSAGES/kio_audiocd.mo @@ -1391,7 +1146,6 @@ share/locale/nl/LC_MESSAGES/kio_bookmarks.mo share/locale/nl/LC_MESSAGES/kio_finger.mo share/locale/nl/LC_MESSAGES/kio_fish.mo share/locale/nl/LC_MESSAGES/kio_floppy.mo -share/locale/nl/LC_MESSAGES/kio_groupwise.mo share/locale/nl/LC_MESSAGES/kio_help4.mo share/locale/nl/LC_MESSAGES/kio_imap4.mo share/locale/nl/LC_MESSAGES/kio_info.mo @@ -1419,9 +1173,7 @@ share/locale/nl/LC_MESSAGES/kioclient.mo share/locale/nl/LC_MESSAGES/kioexec.mo share/locale/nl/LC_MESSAGES/kiriki.mo share/locale/nl/LC_MESSAGES/kiten.mo -share/locale/nl/LC_MESSAGES/kjots.mo share/locale/nl/LC_MESSAGES/kjumpingcube.mo -share/locale/nl/LC_MESSAGES/kleopatra.mo share/locale/nl/LC_MESSAGES/klettres.mo share/locale/nl/LC_MESSAGES/klines.mo share/locale/nl/LC_MESSAGES/klinkstatus.mo @@ -1429,12 +1181,6 @@ share/locale/nl/LC_MESSAGES/klipper.mo share/locale/nl/LC_MESSAGES/klock.mo share/locale/nl/LC_MESSAGES/kmag.mo share/locale/nl/LC_MESSAGES/kmahjongg.mo -share/locale/nl/LC_MESSAGES/kmail-migrator.mo -share/locale/nl/LC_MESSAGES/kmail.mo -share/locale/nl/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/nl/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/nl/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/nl/LC_MESSAGES/kmailcvt.mo share/locale/nl/LC_MESSAGES/kmenuedit.mo share/locale/nl/LC_MESSAGES/kmimetypefinder.mo share/locale/nl/LC_MESSAGES/kmines.mo @@ -1445,8 +1191,6 @@ share/locale/nl/LC_MESSAGES/kmplot.mo share/locale/nl/LC_MESSAGES/knetattach.mo share/locale/nl/LC_MESSAGES/knetwalk.mo share/locale/nl/LC_MESSAGES/knetworkconfmodule.mo -share/locale/nl/LC_MESSAGES/knode.mo -share/locale/nl/LC_MESSAGES/knotes.mo share/locale/nl/LC_MESSAGES/knotify4.mo share/locale/nl/LC_MESSAGES/kolf.mo share/locale/nl/LC_MESSAGES/kollision.mo @@ -1456,11 +1200,8 @@ share/locale/nl/LC_MESSAGES/kompare.mo share/locale/nl/LC_MESSAGES/konqueror.mo share/locale/nl/LC_MESSAGES/konquest.mo share/locale/nl/LC_MESSAGES/konsole.mo -share/locale/nl/LC_MESSAGES/konsolekalendar.mo -share/locale/nl/LC_MESSAGES/kontact.mo share/locale/nl/LC_MESSAGES/kontactinterfaces.mo share/locale/nl/LC_MESSAGES/kopete.mo -share/locale/nl/LC_MESSAGES/korganizer.mo share/locale/nl/LC_MESSAGES/kpartloader.mo share/locale/nl/LC_MESSAGES/kpartsaver.mo share/locale/nl/LC_MESSAGES/kpasswdserver.mo @@ -1469,28 +1210,20 @@ share/locale/nl/LC_MESSAGES/kppp.mo share/locale/nl/LC_MESSAGES/kppplogview.mo share/locale/nl/LC_MESSAGES/kquitapp.mo share/locale/nl/LC_MESSAGES/krandr.mo +share/locale/nl/LC_MESSAGES/krcdnotifieritem.mo share/locale/nl/LC_MESSAGES/krdb.mo share/locale/nl/LC_MESSAGES/krdc.mo share/locale/nl/LC_MESSAGES/kreadconfig.mo -share/locale/nl/LC_MESSAGES/kres-migrator.mo -share/locale/nl/LC_MESSAGES/kres_birthday.mo -share/locale/nl/LC_MESSAGES/kres_blog.mo +share/locale/nl/LC_MESSAGES/kremotecontroldaemon.mo share/locale/nl/LC_MESSAGES/kres_bugzilla.mo -share/locale/nl/LC_MESSAGES/kres_groupware.mo -share/locale/nl/LC_MESSAGES/kres_groupwise.mo -share/locale/nl/LC_MESSAGES/kres_kolab.mo -share/locale/nl/LC_MESSAGES/kres_remote.mo -share/locale/nl/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/nl/LC_MESSAGES/kreversi.mo share/locale/nl/LC_MESSAGES/krfb.mo share/locale/nl/LC_MESSAGES/kruler.mo share/locale/nl/LC_MESSAGES/krunner.mo share/locale/nl/LC_MESSAGES/ksame.mo share/locale/nl/LC_MESSAGES/ksaneplugin.mo -share/locale/nl/LC_MESSAGES/ksayit.mo share/locale/nl/LC_MESSAGES/kscd.mo share/locale/nl/LC_MESSAGES/kscreensaver.mo -share/locale/nl/LC_MESSAGES/ksendemail.mo share/locale/nl/LC_MESSAGES/kshisen.mo share/locale/nl/LC_MESSAGES/kshorturifilter.mo share/locale/nl/LC_MESSAGES/ksirk.mo @@ -1512,16 +1245,14 @@ share/locale/nl/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nl/LC_MESSAGES/ksystemlog.mo share/locale/nl/LC_MESSAGES/ksystraycmd.mo share/locale/nl/LC_MESSAGES/kteatime.mo +share/locale/nl/LC_MESSAGES/ktesnippets_editor.mo share/locale/nl/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/nl/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/nl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nl/LC_MESSAGES/kthememanager.mo share/locale/nl/LC_MESSAGES/ktimer.mo -share/locale/nl/LC_MESSAGES/ktimetracker.mo share/locale/nl/LC_MESSAGES/ktouch.mo share/locale/nl/LC_MESSAGES/ktraderclient.mo share/locale/nl/LC_MESSAGES/ktron.mo -share/locale/nl/LC_MESSAGES/kttsd.mo share/locale/nl/LC_MESSAGES/ktuberling.mo share/locale/nl/LC_MESSAGES/kturtle.mo share/locale/nl/LC_MESSAGES/ktux.mo @@ -1532,8 +1263,6 @@ share/locale/nl/LC_MESSAGES/kurifilter.mo share/locale/nl/LC_MESSAGES/kuser.mo share/locale/nl/LC_MESSAGES/kwalletd.mo share/locale/nl/LC_MESSAGES/kwalletmanager.mo -share/locale/nl/LC_MESSAGES/kwatchgnupg.mo -share/locale/nl/LC_MESSAGES/kweather.mo share/locale/nl/LC_MESSAGES/kwin.mo share/locale/nl/LC_MESSAGES/kwin_art_clients.mo share/locale/nl/LC_MESSAGES/kwin_clients.mo @@ -1555,31 +1284,25 @@ share/locale/nl/LC_MESSAGES/libkcompactdisc.mo share/locale/nl/LC_MESSAGES/libkdcraw.mo share/locale/nl/LC_MESSAGES/libkdeedu.mo share/locale/nl/LC_MESSAGES/libkdegames.mo -share/locale/nl/LC_MESSAGES/libkdepim.mo share/locale/nl/LC_MESSAGES/libkexiv2.mo share/locale/nl/LC_MESSAGES/libkholidays.mo share/locale/nl/LC_MESSAGES/libkimap.mo share/locale/nl/LC_MESSAGES/libkldap.mo -share/locale/nl/LC_MESSAGES/libkleopatra.mo share/locale/nl/LC_MESSAGES/libkmahjongg.mo share/locale/nl/LC_MESSAGES/libkmime.mo share/locale/nl/LC_MESSAGES/libkonq.mo -share/locale/nl/LC_MESSAGES/libkpgp.mo share/locale/nl/LC_MESSAGES/libkpimidentities.mo share/locale/nl/LC_MESSAGES/libkpimtextedit.mo share/locale/nl/LC_MESSAGES/libkpimutils.mo +share/locale/nl/LC_MESSAGES/libkremotecontrol.mo share/locale/nl/LC_MESSAGES/libkresources.mo share/locale/nl/LC_MESSAGES/libksane.mo share/locale/nl/LC_MESSAGES/libkscreensaver.mo -share/locale/nl/LC_MESSAGES/libksieve.mo share/locale/nl/LC_MESSAGES/libktnef.mo share/locale/nl/LC_MESSAGES/libkunitconversion.mo share/locale/nl/LC_MESSAGES/libkworkspace.mo share/locale/nl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nl/LC_MESSAGES/libmailtransport.mo -share/locale/nl/LC_MESSAGES/libmessagecore.mo -share/locale/nl/LC_MESSAGES/libmessagelist.mo -share/locale/nl/LC_MESSAGES/libmessageviewer.mo share/locale/nl/LC_MESSAGES/liboktetacore.mo share/locale/nl/LC_MESSAGES/liboktetakasten.mo share/locale/nl/LC_MESSAGES/libphonon.mo @@ -1590,7 +1313,6 @@ share/locale/nl/LC_MESSAGES/librtm.mo share/locale/nl/LC_MESSAGES/libtaskmanager.mo share/locale/nl/LC_MESSAGES/lokalize.mo share/locale/nl/LC_MESSAGES/lskat.mo -share/locale/nl/LC_MESSAGES/mailreader.mo share/locale/nl/LC_MESSAGES/marble.mo share/locale/nl/LC_MESSAGES/marble_qt.mo share/locale/nl/LC_MESSAGES/mplayerthumbs.mo @@ -1624,10 +1346,12 @@ share/locale/nl/LC_MESSAGES/phononserver.mo share/locale/nl/LC_MESSAGES/plasma-desktop.mo share/locale/nl/LC_MESSAGES/plasma-netbook.mo share/locale/nl/LC_MESSAGES/plasma-overlay.mo +share/locale/nl/LC_MESSAGES/plasma-windowed.mo share/locale/nl/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/nl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/nl/LC_MESSAGES/plasma_applet_battery.mo share/locale/nl/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/nl/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/nl/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/nl/LC_MESSAGES/plasma_applet_calculator.mo share/locale/nl/LC_MESSAGES/plasma_applet_clock.mo @@ -1644,6 +1368,7 @@ share/locale/nl/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/nl/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/nl/LC_MESSAGES/plasma_applet_icon.mo share/locale/nl/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/nl/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/nl/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/nl/LC_MESSAGES/plasma_applet_katesession.mo share/locale/nl/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -1651,7 +1376,6 @@ share/locale/nl/LC_MESSAGES/plasma_applet_kget.mo share/locale/nl/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/nl/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/nl/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/nl/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/nl/LC_MESSAGES/plasma_applet_launcher.mo share/locale/nl/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/nl/LC_MESSAGES/plasma_applet_life.mo @@ -1663,6 +1387,7 @@ share/locale/nl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/nl/LC_MESSAGES/plasma_applet_news.mo share/locale/nl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/nl/LC_MESSAGES/plasma_applet_notes.mo +share/locale/nl/LC_MESSAGES/plasma_applet_notifications.mo share/locale/nl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/nl/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/nl/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -1704,7 +1429,9 @@ share/locale/nl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/nl/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/nl/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/nl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/nl/LC_MESSAGES/plasma_engine_calendar.mo share/locale/nl/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/nl/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/nl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/nl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/nl/LC_MESSAGES/plasma_engine_metadata.mo @@ -1716,12 +1443,14 @@ share/locale/nl/LC_MESSAGES/plasma_engine_rss.mo share/locale/nl/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/nl/LC_MESSAGES/plasma_engine_weather.mo share/locale/nl/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/nl/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/nl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/nl/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_contacts.mo share/locale/nl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/nl/LC_MESSAGES/plasma_runner_datetime.mo share/locale/nl/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/nl/LC_MESSAGES/plasma_runner_kget.mo share/locale/nl/LC_MESSAGES/plasma_runner_kill.mo @@ -1741,6 +1470,7 @@ share/locale/nl/LC_MESSAGES/plasma_runner_shell.mo share/locale/nl/LC_MESSAGES/plasma_runner_solid.mo share/locale/nl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/nl/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/nl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/nl/LC_MESSAGES/plasma_runner_windows.mo share/locale/nl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/nl/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1789,25 +1519,24 @@ share/locale/nl/entry.desktop @dirrm share/locale/nl/LC_SCRIPTS @dirrm share/doc/HTML/nl/umbrello @dirrm share/doc/HTML/nl/systemsettings +@dirrm share/doc/HTML/nl/sweeper @dirrm share/doc/HTML/nl/step @dirrm share/doc/HTML/nl/sonnet @dirrm share/doc/HTML/nl/printer-applet @dirrm share/doc/HTML/nl/plasma-desktop +@dirrm share/doc/HTML/nl/onlinehelp @dirrm share/doc/HTML/nl/marble @dirrm share/doc/HTML/nl/lskat @dirrm share/doc/HTML/nl/lokalize @dirrm share/doc/HTML/nl/kwrite @dirrm share/doc/HTML/nl/kwordquiz -@dirrm share/doc/HTML/nl/kweather -@dirrm share/doc/HTML/nl/kwatchgnupg @dirrm share/doc/HTML/nl/kwallet @dirrm share/doc/HTML/nl/kuser @dirrm share/doc/HTML/nl/kturtle @dirrm share/doc/HTML/nl/ktuberling -@dirrm share/doc/HTML/nl/kttsd -@dirrm share/doc/HTML/nl/ktimetracker @dirrm share/doc/HTML/nl/ktimer @dirrm share/doc/HTML/nl/kteatime +@dirrm share/doc/HTML/nl/ksystemlog @dirrm share/doc/HTML/nl/ksysguard @dirrm share/doc/HTML/nl/kstars @dirrm share/doc/HTML/nl/kspaceduel @@ -1816,15 +1545,9 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/ksame @dirrm share/doc/HTML/nl/kruler @dirrm share/doc/HTML/nl/kpat -@dirrm share/doc/HTML/nl/korganizer -@dirrm share/doc/HTML/nl/kontact-admin -@dirrm share/doc/HTML/nl/kontact -@dirrm share/doc/HTML/nl/konsolekalendar @dirrm share/doc/HTML/nl/konsole @dirrm share/doc/HTML/nl/konqueror @dirrm share/doc/HTML/nl/kommander -@dirrm share/doc/HTML/nl/knotes -@dirrm share/doc/HTML/nl/knode @dirrm share/doc/HTML/nl/knetattach @dirrm share/doc/HTML/nl/kmplot @dirrm share/doc/HTML/nl/kmouth @@ -1832,14 +1555,12 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/kmix @dirrm share/doc/HTML/nl/kmines @dirrm share/doc/HTML/nl/kmenuedit -@dirrm share/doc/HTML/nl/kmail @dirrm share/doc/HTML/nl/kmahjongg @dirrm share/doc/HTML/nl/kmag @dirrm share/doc/HTML/nl/klipper @dirrm share/doc/HTML/nl/klinkstatus @dirrm share/doc/HTML/nl/klines @dirrm share/doc/HTML/nl/klettres -@dirrm share/doc/HTML/nl/kjots @dirrm share/doc/HTML/nl/kiten @dirrm share/doc/HTML/nl/kioslave/xz @dirrm share/doc/HTML/nl/kioslave/webdav @@ -1854,7 +1575,6 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/kioslave/pop3 @dirrm share/doc/HTML/nl/kioslave/nntp @dirrm share/doc/HTML/nl/kioslave/nfs -@dirrm share/doc/HTML/nl/kioslave/news @dirrm share/doc/HTML/nl/kioslave/network @dirrm share/doc/HTML/nl/kioslave/mbox @dirrm share/doc/HTML/nl/kioslave/man @@ -1876,35 +1596,15 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/kioslave/bookmarks @dirrm share/doc/HTML/nl/kioslave/audiocd @dirrm share/doc/HTML/nl/kioslave -@dirrm share/doc/HTML/nl/kinfocenter/xserver -@dirrm share/doc/HTML/nl/kinfocenter/view1394 -@dirrm share/doc/HTML/nl/kinfocenter/usb -@dirrm share/doc/HTML/nl/kinfocenter/sound -@dirrm share/doc/HTML/nl/kinfocenter/scsi -@dirrm share/doc/HTML/nl/kinfocenter/samba -@dirrm share/doc/HTML/nl/kinfocenter/protocols -@dirrm share/doc/HTML/nl/kinfocenter/processor -@dirrm share/doc/HTML/nl/kinfocenter/pci -@dirrm share/doc/HTML/nl/kinfocenter/partitions -@dirrm share/doc/HTML/nl/kinfocenter/opengl -@dirrm share/doc/HTML/nl/kinfocenter/nics -@dirrm share/doc/HTML/nl/kinfocenter/memory -@dirrm share/doc/HTML/nl/kinfocenter/ioports -@dirrm share/doc/HTML/nl/kinfocenter/interrupts -@dirrm share/doc/HTML/nl/kinfocenter/dma -@dirrm share/doc/HTML/nl/kinfocenter/devices @dirrm share/doc/HTML/nl/kinfocenter @dirrm share/doc/HTML/nl/kimagemapeditor @dirrm share/doc/HTML/nl/kig -@dirrm share/doc/HTML/nl/khelpcenter/visualdict -@dirrm share/doc/HTML/nl/khelpcenter/userguide -@dirrm share/doc/HTML/nl/khelpcenter/quickstart @dirrm share/doc/HTML/nl/khelpcenter/glossary -@dirrm share/doc/HTML/nl/khelpcenter/faq @dirrm share/doc/HTML/nl/khelpcenter @dirrm share/doc/HTML/nl/khangman @dirrm share/doc/HTML/nl/kgpg @dirrm share/doc/HTML/nl/kgeography +@dirrm share/doc/HTML/nl/kfontview @dirrm share/doc/HTML/nl/kfind @dirrm share/doc/HTML/nl/kfilereplace @dirrm share/doc/HTML/nl/kdm @@ -1934,7 +1634,6 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/kcontrol/nepomuk @dirrm share/doc/HTML/nl/kcontrol/mouse @dirrm share/doc/HTML/nl/kcontrol/language -@dirrm share/doc/HTML/nl/kcontrol/kxkb @dirrm share/doc/HTML/nl/kcontrol/kwintabbox @dirrm share/doc/HTML/nl/kcontrol/kwinscreenedges @dirrm share/doc/HTML/nl/kcontrol/kwindecoration @@ -1953,7 +1652,6 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/kcontrol/kcmsmserver @dirrm share/doc/HTML/nl/kcontrol/kcmnotify @dirrm share/doc/HTML/nl/kcontrol/kcmlaunch -@dirrm share/doc/HTML/nl/kcontrol/kcmdisplay @dirrm share/doc/HTML/nl/kcontrol/kcmcss @dirrm share/doc/HTML/nl/kcontrol/kcmcgi @dirrm share/doc/HTML/nl/kcontrol/kcmaccess @@ -1961,7 +1659,6 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/kcontrol/joystick @dirrm share/doc/HTML/nl/kcontrol/icons @dirrm share/doc/HTML/nl/kcontrol/history -@dirrm share/doc/HTML/nl/kcontrol/helpindex @dirrm share/doc/HTML/nl/kcontrol/fonts @dirrm share/doc/HTML/nl/kcontrol/fontinst @dirrm share/doc/HTML/nl/kcontrol/filetypes @@ -1981,15 +1678,16 @@ share/locale/nl/entry.desktop @dirrm share/doc/HTML/nl/kcontrol/autostart @dirrm share/doc/HTML/nl/kcontrol/attica @dirrm share/doc/HTML/nl/kcontrol -@dirrm share/doc/HTML/nl/kcmlirc @dirrm share/doc/HTML/nl/kcharselect @dirrm share/doc/HTML/nl/kcalc +@dirrm share/doc/HTML/nl/kbugbuster @dirrm share/doc/HTML/nl/kbruch @dirrm share/doc/HTML/nl/kalzium @dirrm share/doc/HTML/nl/kalgebra @dirrm share/doc/HTML/nl/juk -@dirrm share/doc/HTML/nl/irkick +@dirrm share/doc/HTML/nl/jovie @dirrm share/doc/HTML/nl/gwenview +@dirrm share/doc/HTML/nl/dragonplayer @dirrm share/doc/HTML/nl/dolphin @dirrm share/doc/HTML/nl/common @dirrm share/doc/HTML/nl/cantor diff --git a/misc/kde4-l10n-nn/distinfo b/misc/kde4-l10n-nn/distinfo index 9446c68eb475..23f3870a478a 100644 --- a/misc/kde4-l10n-nn/distinfo +++ b/misc/kde4-l10n-nn/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-nn-4.4.5.tar.bz2) = 549994ec4265d55e281797c02ccfb94c -SHA256 (KDE/kde-l10n/kde-l10n-nn-4.4.5.tar.bz2) = edddb150563756cd5b5c261f0bc54a7a42385c122c8541dc1b2ddbd0b11cd955 -SIZE (KDE/kde-l10n/kde-l10n-nn-4.4.5.tar.bz2) = 2202500 +MD5 (KDE/kde-l10n/kde-l10n-nn-4.5.1.tar.bz2) = 04a88305e96135fc078dbbbd50937664 +SHA256 (KDE/kde-l10n/kde-l10n-nn-4.5.1.tar.bz2) = 4fea5852d080d94e09ce064790bea314eccf905f454bd96598733ded3e11f21a +SIZE (KDE/kde-l10n/kde-l10n-nn-4.5.1.tar.bz2) = 1849755 diff --git a/misc/kde4-l10n-nn/pkg-plist b/misc/kde4-l10n-nn/pkg-plist index c9482733bc00..97abd829a836 100644 --- a/misc/kde4-l10n-nn/pkg-plist +++ b/misc/kde4-l10n-nn/pkg-plist @@ -7,45 +7,16 @@ share/doc/HTML/nn/common/fdl-translated.html share/doc/HTML/nn/common/gpl-translated.html share/doc/HTML/nn/common/kde-localised.css share/doc/HTML/nn/common/lgpl-translated.html -share/doc/HTML/nn/kaddressbook/common -share/doc/HTML/nn/kaddressbook/index.cache.bz2 -share/doc/HTML/nn/kaddressbook/index.docbook share/doc/HTML/nn/kcontrol/bell/common share/doc/HTML/nn/kcontrol/bell/index.cache.bz2 share/doc/HTML/nn/kcontrol/bell/index.docbook -share/doc/HTML/nn/kinfocenter/usb/common -share/doc/HTML/nn/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/nn/kinfocenter/usb/index.docbook share/doc/HTML/nn/kollision/common share/doc/HTML/nn/kollision/index.cache.bz2 share/doc/HTML/nn/kollision/index.docbook -share/locale/nn/LC_MESSAGES/akonadi-kcal.mo -share/locale/nn/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/nn/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/nn/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_next.mo -share/locale/nn/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/nn/LC_MESSAGES/akonadi_vcarddir_resource.mo +share/doc/HTML/nn/usb/common +share/doc/HTML/nn/usb/index.cache.bz2 +share/doc/HTML/nn/usb/index.docbook share/locale/nn/LC_MESSAGES/akonadicontact.mo -share/locale/nn/LC_MESSAGES/akonaditray.mo -share/locale/nn/LC_MESSAGES/akregator.mo share/locale/nn/LC_MESSAGES/amor.mo share/locale/nn/LC_MESSAGES/ark.mo share/locale/nn/LC_MESSAGES/attica_kde.mo @@ -53,12 +24,10 @@ share/locale/nn/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/nn/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/nn/LC_MESSAGES/audiorename_plugin.mo share/locale/nn/LC_MESSAGES/blinken.mo -share/locale/nn/LC_MESSAGES/blogilo.mo share/locale/nn/LC_MESSAGES/bomber.mo share/locale/nn/LC_MESSAGES/bovo.mo share/locale/nn/LC_MESSAGES/cantor.mo share/locale/nn/LC_MESSAGES/cervisia.mo -share/locale/nn/LC_MESSAGES/cryptopageplugin.mo share/locale/nn/LC_MESSAGES/cvsservice.mo share/locale/nn/LC_MESSAGES/display.mo share/locale/nn/LC_MESSAGES/dolphin.mo @@ -69,27 +38,20 @@ share/locale/nn/LC_MESSAGES/granatier.mo share/locale/nn/LC_MESSAGES/gwenview.mo share/locale/nn/LC_MESSAGES/htmlsearch.mo share/locale/nn/LC_MESSAGES/imagerename_plugin.mo -share/locale/nn/LC_MESSAGES/irkick.mo +share/locale/nn/LC_MESSAGES/jovie.mo share/locale/nn/LC_MESSAGES/joystick.mo share/locale/nn/LC_MESSAGES/juk.mo share/locale/nn/LC_MESSAGES/kabc.mo -share/locale/nn/LC_MESSAGES/kabc_akonadi.mo share/locale/nn/LC_MESSAGES/kabc_dir.mo share/locale/nn/LC_MESSAGES/kabc_file.mo share/locale/nn/LC_MESSAGES/kabc_ldapkio.mo share/locale/nn/LC_MESSAGES/kabc_net.mo -share/locale/nn/LC_MESSAGES/kabc_slox.mo -share/locale/nn/LC_MESSAGES/kabcclient.mo share/locale/nn/LC_MESSAGES/kabcformat_binary.mo share/locale/nn/LC_MESSAGES/kaccess.mo -share/locale/nn/LC_MESSAGES/kaddressbook.mo -share/locale/nn/LC_MESSAGES/kalarm.mo share/locale/nn/LC_MESSAGES/kalgebra.mo share/locale/nn/LC_MESSAGES/kalzium.mo -share/locale/nn/LC_MESSAGES/kalzium_qt.mo share/locale/nn/LC_MESSAGES/kanagram.mo share/locale/nn/LC_MESSAGES/kapman.mo -share/locale/nn/LC_MESSAGES/kappfinder.mo share/locale/nn/LC_MESSAGES/kapptemplate.mo share/locale/nn/LC_MESSAGES/kate-ctags-plugin.mo share/locale/nn/LC_MESSAGES/kate.mo @@ -101,18 +63,14 @@ share/locale/nn/LC_MESSAGES/katefilebrowserplugin.mo share/locale/nn/LC_MESSAGES/katefiletemplates.mo share/locale/nn/LC_MESSAGES/katefindinfilesplugin.mo share/locale/nn/LC_MESSAGES/katehelloworld.mo -share/locale/nn/LC_MESSAGES/katehtmltools.mo share/locale/nn/LC_MESSAGES/kateinsertcommand.mo share/locale/nn/LC_MESSAGES/katekjswrapper.mo share/locale/nn/LC_MESSAGES/katekonsoleplugin.mo share/locale/nn/LC_MESSAGES/katemailfilesplugin.mo share/locale/nn/LC_MESSAGES/kateopenheader.mo share/locale/nn/LC_MESSAGES/katepart4.mo -share/locale/nn/LC_MESSAGES/katepybrowse.mo share/locale/nn/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/nn/LC_MESSAGES/katesnippets.mo share/locale/nn/LC_MESSAGES/katesnippets_tng.mo -share/locale/nn/LC_MESSAGES/katesnippetstng_editor.mo share/locale/nn/LC_MESSAGES/katesymbolviewer.mo share/locale/nn/LC_MESSAGES/katetabbarextension.mo share/locale/nn/LC_MESSAGES/katetextfilter.mo @@ -129,23 +87,20 @@ share/locale/nn/LC_MESSAGES/kbruch.mo share/locale/nn/LC_MESSAGES/kbugbuster.mo share/locale/nn/LC_MESSAGES/kcachegrind.mo share/locale/nn/LC_MESSAGES/kcachegrind_qt.mo -share/locale/nn/LC_MESSAGES/kcal_akonadi.mo share/locale/nn/LC_MESSAGES/kcalc.mo share/locale/nn/LC_MESSAGES/kcertpart.mo share/locale/nn/LC_MESSAGES/kcharselect.mo -share/locale/nn/LC_MESSAGES/kcm_akonadi.mo share/locale/nn/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/nn/LC_MESSAGES/kcm_attica.mo share/locale/nn/LC_MESSAGES/kcm_autostart.mo +share/locale/nn/LC_MESSAGES/kcm_desktoppaths.mo share/locale/nn/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/nn/LC_MESSAGES/kcm_device_automounter.mo share/locale/nn/LC_MESSAGES/kcm_emoticons.mo share/locale/nn/LC_MESSAGES/kcm_krfb.mo share/locale/nn/LC_MESSAGES/kcm_kwindesktop.mo share/locale/nn/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/nn/LC_MESSAGES/kcm_lirc.mo share/locale/nn/LC_MESSAGES/kcm_memory.mo -share/locale/nn/LC_MESSAGES/kcm_partition.mo share/locale/nn/LC_MESSAGES/kcm_pci.mo share/locale/nn/LC_MESSAGES/kcm_phonon.mo share/locale/nn/LC_MESSAGES/kcm_phononxine.mo @@ -168,7 +123,6 @@ share/locale/nn/LC_MESSAGES/kcmicons.mo share/locale/nn/LC_MESSAGES/kcminfo.mo share/locale/nn/LC_MESSAGES/kcminit.mo share/locale/nn/LC_MESSAGES/kcminput.mo -share/locale/nn/LC_MESSAGES/kcmioslaveinfo.mo share/locale/nn/LC_MESSAGES/kcmkamera.mo share/locale/nn/LC_MESSAGES/kcmkclock.mo share/locale/nn/LC_MESSAGES/kcmkded.mo @@ -197,7 +151,6 @@ share/locale/nn/LC_MESSAGES/kcmscreensaver.mo share/locale/nn/LC_MESSAGES/kcmshell.mo share/locale/nn/LC_MESSAGES/kcmsmartcard.mo share/locale/nn/LC_MESSAGES/kcmsmserver.mo -share/locale/nn/LC_MESSAGES/kcmsolidproc.mo share/locale/nn/LC_MESSAGES/kcmstyle.mo share/locale/nn/LC_MESSAGES/kcmusb.mo share/locale/nn/LC_MESSAGES/kcmview1394.mo @@ -211,16 +164,11 @@ share/locale/nn/LC_MESSAGES/kdebugdialog.mo share/locale/nn/LC_MESSAGES/kdecalendarsystems.mo share/locale/nn/LC_MESSAGES/kdelibs4.mo share/locale/nn/LC_MESSAGES/kdelibs_colors4.mo -share/locale/nn/LC_MESSAGES/kdelirc.mo share/locale/nn/LC_MESSAGES/kdepasswd.mo -share/locale/nn/LC_MESSAGES/kdepimresources.mo -share/locale/nn/LC_MESSAGES/kdepimwizards.mo share/locale/nn/LC_MESSAGES/kdeqt.mo share/locale/nn/LC_MESSAGES/kdesu.mo share/locale/nn/LC_MESSAGES/kdesud.mo share/locale/nn/LC_MESSAGES/kdf.mo -share/locale/nn/LC_MESSAGES/kdgantt.mo -share/locale/nn/LC_MESSAGES/kdgantt1.mo share/locale/nn/LC_MESSAGES/kdialog.mo share/locale/nn/LC_MESSAGES/kdiamond.mo share/locale/nn/LC_MESSAGES/kdmconfig.mo @@ -274,7 +222,6 @@ share/locale/nn/LC_MESSAGES/kimagemapeditor.mo share/locale/nn/LC_MESSAGES/kinetd.mo share/locale/nn/LC_MESSAGES/kinfocenter.mo share/locale/nn/LC_MESSAGES/kio4.mo -share/locale/nn/LC_MESSAGES/kio_akonadi.mo share/locale/nn/LC_MESSAGES/kio_applications.mo share/locale/nn/LC_MESSAGES/kio_archive.mo share/locale/nn/LC_MESSAGES/kio_audiocd.mo @@ -282,7 +229,6 @@ share/locale/nn/LC_MESSAGES/kio_bookmarks.mo share/locale/nn/LC_MESSAGES/kio_finger.mo share/locale/nn/LC_MESSAGES/kio_fish.mo share/locale/nn/LC_MESSAGES/kio_floppy.mo -share/locale/nn/LC_MESSAGES/kio_groupwise.mo share/locale/nn/LC_MESSAGES/kio_help4.mo share/locale/nn/LC_MESSAGES/kio_imap4.mo share/locale/nn/LC_MESSAGES/kio_info.mo @@ -310,9 +256,7 @@ share/locale/nn/LC_MESSAGES/kioclient.mo share/locale/nn/LC_MESSAGES/kioexec.mo share/locale/nn/LC_MESSAGES/kiriki.mo share/locale/nn/LC_MESSAGES/kiten.mo -share/locale/nn/LC_MESSAGES/kjots.mo share/locale/nn/LC_MESSAGES/kjumpingcube.mo -share/locale/nn/LC_MESSAGES/kleopatra.mo share/locale/nn/LC_MESSAGES/klettres.mo share/locale/nn/LC_MESSAGES/klines.mo share/locale/nn/LC_MESSAGES/klinkstatus.mo @@ -320,12 +264,6 @@ share/locale/nn/LC_MESSAGES/klipper.mo share/locale/nn/LC_MESSAGES/klock.mo share/locale/nn/LC_MESSAGES/kmag.mo share/locale/nn/LC_MESSAGES/kmahjongg.mo -share/locale/nn/LC_MESSAGES/kmail-migrator.mo -share/locale/nn/LC_MESSAGES/kmail.mo -share/locale/nn/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/nn/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/nn/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/nn/LC_MESSAGES/kmailcvt.mo share/locale/nn/LC_MESSAGES/kmenuedit.mo share/locale/nn/LC_MESSAGES/kmimetypefinder.mo share/locale/nn/LC_MESSAGES/kmines.mo @@ -336,8 +274,6 @@ share/locale/nn/LC_MESSAGES/kmplot.mo share/locale/nn/LC_MESSAGES/knetattach.mo share/locale/nn/LC_MESSAGES/knetwalk.mo share/locale/nn/LC_MESSAGES/knetworkconfmodule.mo -share/locale/nn/LC_MESSAGES/knode.mo -share/locale/nn/LC_MESSAGES/knotes.mo share/locale/nn/LC_MESSAGES/knotify4.mo share/locale/nn/LC_MESSAGES/kolf.mo share/locale/nn/LC_MESSAGES/kollision.mo @@ -347,11 +283,8 @@ share/locale/nn/LC_MESSAGES/kompare.mo share/locale/nn/LC_MESSAGES/konqueror.mo share/locale/nn/LC_MESSAGES/konquest.mo share/locale/nn/LC_MESSAGES/konsole.mo -share/locale/nn/LC_MESSAGES/konsolekalendar.mo -share/locale/nn/LC_MESSAGES/kontact.mo share/locale/nn/LC_MESSAGES/kontactinterfaces.mo share/locale/nn/LC_MESSAGES/kopete.mo -share/locale/nn/LC_MESSAGES/korganizer.mo share/locale/nn/LC_MESSAGES/kpartloader.mo share/locale/nn/LC_MESSAGES/kpartsaver.mo share/locale/nn/LC_MESSAGES/kpasswdserver.mo @@ -363,25 +296,15 @@ share/locale/nn/LC_MESSAGES/krandr.mo share/locale/nn/LC_MESSAGES/krdb.mo share/locale/nn/LC_MESSAGES/krdc.mo share/locale/nn/LC_MESSAGES/kreadconfig.mo -share/locale/nn/LC_MESSAGES/kres-migrator.mo -share/locale/nn/LC_MESSAGES/kres_birthday.mo -share/locale/nn/LC_MESSAGES/kres_blog.mo share/locale/nn/LC_MESSAGES/kres_bugzilla.mo -share/locale/nn/LC_MESSAGES/kres_groupware.mo -share/locale/nn/LC_MESSAGES/kres_groupwise.mo -share/locale/nn/LC_MESSAGES/kres_kolab.mo -share/locale/nn/LC_MESSAGES/kres_remote.mo -share/locale/nn/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/nn/LC_MESSAGES/kreversi.mo share/locale/nn/LC_MESSAGES/krfb.mo share/locale/nn/LC_MESSAGES/kruler.mo share/locale/nn/LC_MESSAGES/krunner.mo share/locale/nn/LC_MESSAGES/ksame.mo share/locale/nn/LC_MESSAGES/ksaneplugin.mo -share/locale/nn/LC_MESSAGES/ksayit.mo share/locale/nn/LC_MESSAGES/kscd.mo share/locale/nn/LC_MESSAGES/kscreensaver.mo -share/locale/nn/LC_MESSAGES/ksendemail.mo share/locale/nn/LC_MESSAGES/kshisen.mo share/locale/nn/LC_MESSAGES/kshorturifilter.mo share/locale/nn/LC_MESSAGES/ksirk.mo @@ -403,16 +326,14 @@ share/locale/nn/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/nn/LC_MESSAGES/ksystemlog.mo share/locale/nn/LC_MESSAGES/ksystraycmd.mo share/locale/nn/LC_MESSAGES/kteatime.mo +share/locale/nn/LC_MESSAGES/ktesnippets_editor.mo share/locale/nn/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/nn/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/nn/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/nn/LC_MESSAGES/kthememanager.mo share/locale/nn/LC_MESSAGES/ktimer.mo -share/locale/nn/LC_MESSAGES/ktimetracker.mo share/locale/nn/LC_MESSAGES/ktouch.mo share/locale/nn/LC_MESSAGES/ktraderclient.mo share/locale/nn/LC_MESSAGES/ktron.mo -share/locale/nn/LC_MESSAGES/kttsd.mo share/locale/nn/LC_MESSAGES/ktuberling.mo share/locale/nn/LC_MESSAGES/kturtle.mo share/locale/nn/LC_MESSAGES/ktux.mo @@ -423,8 +344,6 @@ share/locale/nn/LC_MESSAGES/kurifilter.mo share/locale/nn/LC_MESSAGES/kuser.mo share/locale/nn/LC_MESSAGES/kwalletd.mo share/locale/nn/LC_MESSAGES/kwalletmanager.mo -share/locale/nn/LC_MESSAGES/kwatchgnupg.mo -share/locale/nn/LC_MESSAGES/kweather.mo share/locale/nn/LC_MESSAGES/kwin.mo share/locale/nn/LC_MESSAGES/kwin_art_clients.mo share/locale/nn/LC_MESSAGES/kwin_clients.mo @@ -446,31 +365,24 @@ share/locale/nn/LC_MESSAGES/libkcompactdisc.mo share/locale/nn/LC_MESSAGES/libkdcraw.mo share/locale/nn/LC_MESSAGES/libkdeedu.mo share/locale/nn/LC_MESSAGES/libkdegames.mo -share/locale/nn/LC_MESSAGES/libkdepim.mo share/locale/nn/LC_MESSAGES/libkexiv2.mo share/locale/nn/LC_MESSAGES/libkholidays.mo share/locale/nn/LC_MESSAGES/libkimap.mo share/locale/nn/LC_MESSAGES/libkldap.mo -share/locale/nn/LC_MESSAGES/libkleopatra.mo share/locale/nn/LC_MESSAGES/libkmahjongg.mo share/locale/nn/LC_MESSAGES/libkmime.mo share/locale/nn/LC_MESSAGES/libkonq.mo -share/locale/nn/LC_MESSAGES/libkpgp.mo share/locale/nn/LC_MESSAGES/libkpimidentities.mo share/locale/nn/LC_MESSAGES/libkpimtextedit.mo share/locale/nn/LC_MESSAGES/libkpimutils.mo share/locale/nn/LC_MESSAGES/libkresources.mo share/locale/nn/LC_MESSAGES/libksane.mo share/locale/nn/LC_MESSAGES/libkscreensaver.mo -share/locale/nn/LC_MESSAGES/libksieve.mo share/locale/nn/LC_MESSAGES/libktnef.mo share/locale/nn/LC_MESSAGES/libkunitconversion.mo share/locale/nn/LC_MESSAGES/libkworkspace.mo share/locale/nn/LC_MESSAGES/libkxmlrpcclient.mo share/locale/nn/LC_MESSAGES/libmailtransport.mo -share/locale/nn/LC_MESSAGES/libmessagecore.mo -share/locale/nn/LC_MESSAGES/libmessagelist.mo -share/locale/nn/LC_MESSAGES/libmessageviewer.mo share/locale/nn/LC_MESSAGES/liboktetacore.mo share/locale/nn/LC_MESSAGES/liboktetakasten.mo share/locale/nn/LC_MESSAGES/libphonon.mo @@ -481,7 +393,6 @@ share/locale/nn/LC_MESSAGES/librtm.mo share/locale/nn/LC_MESSAGES/libtaskmanager.mo share/locale/nn/LC_MESSAGES/lokalize.mo share/locale/nn/LC_MESSAGES/lskat.mo -share/locale/nn/LC_MESSAGES/mailreader.mo share/locale/nn/LC_MESSAGES/marble.mo share/locale/nn/LC_MESSAGES/marble_qt.mo share/locale/nn/LC_MESSAGES/mplayerthumbs.mo @@ -542,7 +453,6 @@ share/locale/nn/LC_MESSAGES/plasma_applet_kget.mo share/locale/nn/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/nn/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/nn/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/nn/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/nn/LC_MESSAGES/plasma_applet_launcher.mo share/locale/nn/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/nn/LC_MESSAGES/plasma_applet_life.mo @@ -681,12 +591,10 @@ share/locale/nn/entry.desktop @dirrm share/locale/nn/LC_SCRIPTS/step @dirrm share/locale/nn/LC_SCRIPTS/kdelibs4 @dirrm share/locale/nn/LC_SCRIPTS +@dirrm share/doc/HTML/nn/usb @dirrm share/doc/HTML/nn/kollision -@dirrm share/doc/HTML/nn/kinfocenter/usb -@dirrm share/doc/HTML/nn/kinfocenter @dirrm share/doc/HTML/nn/kcontrol/bell @dirrm share/doc/HTML/nn/kcontrol -@dirrm share/doc/HTML/nn/kaddressbook @dirrm share/doc/HTML/nn/common @dirrm share/apps/kvtml/nn @dirrm share/apps/kvtml diff --git a/misc/kde4-l10n-pa/distinfo b/misc/kde4-l10n-pa/distinfo index ff789a1549a5..082265e8d04d 100644 --- a/misc/kde4-l10n-pa/distinfo +++ b/misc/kde4-l10n-pa/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-pa-4.4.5.tar.bz2) = e299a8db8b10873201a5b699a3715643 -SHA256 (KDE/kde-l10n/kde-l10n-pa-4.4.5.tar.bz2) = 8420037aac0feea5b502d9c88498ea01eb119660baa14664b1cdfe7c158c9129 -SIZE (KDE/kde-l10n/kde-l10n-pa-4.4.5.tar.bz2) = 1818030 +MD5 (KDE/kde-l10n/kde-l10n-pa-4.5.1.tar.bz2) = c17349ffa421951c7bbc131f80c8db60 +SHA256 (KDE/kde-l10n/kde-l10n-pa-4.5.1.tar.bz2) = b950e388277ef30102531234445dc650e7fd2c9526ee37695bc3f0dfb75518eb +SIZE (KDE/kde-l10n/kde-l10n-pa-4.5.1.tar.bz2) = 1513755 diff --git a/misc/kde4-l10n-pa/pkg-plist b/misc/kde4-l10n-pa/pkg-plist index ee8e4b9d6b1b..51d73a470e00 100644 --- a/misc/kde4-l10n-pa/pkg-plist +++ b/misc/kde4-l10n-pa/pkg-plist @@ -1,27 +1,4 @@ -share/locale/pa/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/pa/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/pa/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_next.mo -share/locale/pa/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/pa/LC_MESSAGES/akonadi_vcard_resource.mo share/locale/pa/LC_MESSAGES/akonadicontact.mo -share/locale/pa/LC_MESSAGES/akonaditray.mo -share/locale/pa/LC_MESSAGES/akregator.mo share/locale/pa/LC_MESSAGES/amor.mo share/locale/pa/LC_MESSAGES/ark.mo share/locale/pa/LC_MESSAGES/attica_kde.mo @@ -29,41 +6,33 @@ share/locale/pa/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/pa/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pa/LC_MESSAGES/audiorename_plugin.mo share/locale/pa/LC_MESSAGES/blinken.mo -share/locale/pa/LC_MESSAGES/blogilo.mo share/locale/pa/LC_MESSAGES/bomber.mo share/locale/pa/LC_MESSAGES/bovo.mo share/locale/pa/LC_MESSAGES/cantor.mo share/locale/pa/LC_MESSAGES/cervisia.mo -share/locale/pa/LC_MESSAGES/cryptopageplugin.mo share/locale/pa/LC_MESSAGES/cvsservice.mo share/locale/pa/LC_MESSAGES/display.mo share/locale/pa/LC_MESSAGES/dolphin.mo share/locale/pa/LC_MESSAGES/dragonplayer.mo share/locale/pa/LC_MESSAGES/drkonqi.mo share/locale/pa/LC_MESSAGES/filetypes.mo +share/locale/pa/LC_MESSAGES/freespacenotifier.mo share/locale/pa/LC_MESSAGES/gwenview.mo share/locale/pa/LC_MESSAGES/htmlsearch.mo share/locale/pa/LC_MESSAGES/imagerename_plugin.mo -share/locale/pa/LC_MESSAGES/irkick.mo +share/locale/pa/LC_MESSAGES/jovie.mo share/locale/pa/LC_MESSAGES/joystick.mo share/locale/pa/LC_MESSAGES/juk.mo share/locale/pa/LC_MESSAGES/kabc.mo -share/locale/pa/LC_MESSAGES/kabc_akonadi.mo share/locale/pa/LC_MESSAGES/kabc_dir.mo share/locale/pa/LC_MESSAGES/kabc_file.mo share/locale/pa/LC_MESSAGES/kabc_ldapkio.mo share/locale/pa/LC_MESSAGES/kabc_net.mo -share/locale/pa/LC_MESSAGES/kabc_slox.mo -share/locale/pa/LC_MESSAGES/kabcclient.mo share/locale/pa/LC_MESSAGES/kabcformat_binary.mo share/locale/pa/LC_MESSAGES/kaccess.mo -share/locale/pa/LC_MESSAGES/kaddressbook.mo -share/locale/pa/LC_MESSAGES/kalarm.mo share/locale/pa/LC_MESSAGES/kalgebra.mo share/locale/pa/LC_MESSAGES/kalzium.mo -share/locale/pa/LC_MESSAGES/kalzium_qt.mo share/locale/pa/LC_MESSAGES/kanagram.mo -share/locale/pa/LC_MESSAGES/kappfinder.mo share/locale/pa/LC_MESSAGES/kate-ctags-plugin.mo share/locale/pa/LC_MESSAGES/kate.mo share/locale/pa/LC_MESSAGES/kate_kttsd.mo @@ -73,18 +42,14 @@ share/locale/pa/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pa/LC_MESSAGES/katefiletemplates.mo share/locale/pa/LC_MESSAGES/katefindinfilesplugin.mo share/locale/pa/LC_MESSAGES/katehelloworld.mo -share/locale/pa/LC_MESSAGES/katehtmltools.mo share/locale/pa/LC_MESSAGES/kateinsertcommand.mo share/locale/pa/LC_MESSAGES/katekjswrapper.mo share/locale/pa/LC_MESSAGES/katekonsoleplugin.mo share/locale/pa/LC_MESSAGES/katemailfilesplugin.mo share/locale/pa/LC_MESSAGES/kateopenheader.mo share/locale/pa/LC_MESSAGES/katepart4.mo -share/locale/pa/LC_MESSAGES/katepybrowse.mo share/locale/pa/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/pa/LC_MESSAGES/katesnippets.mo share/locale/pa/LC_MESSAGES/katesnippets_tng.mo -share/locale/pa/LC_MESSAGES/katesnippetstng_editor.mo share/locale/pa/LC_MESSAGES/katesymbolviewer.mo share/locale/pa/LC_MESSAGES/katetabbarextension.mo share/locale/pa/LC_MESSAGES/katetextfilter.mo @@ -98,23 +63,22 @@ share/locale/pa/LC_MESSAGES/kbounce.mo share/locale/pa/LC_MESSAGES/kbruch.mo share/locale/pa/LC_MESSAGES/kbugbuster.mo share/locale/pa/LC_MESSAGES/kcachegrind.mo -share/locale/pa/LC_MESSAGES/kcal_akonadi.mo share/locale/pa/LC_MESSAGES/kcalc.mo share/locale/pa/LC_MESSAGES/kcertpart.mo share/locale/pa/LC_MESSAGES/kcharselect.mo -share/locale/pa/LC_MESSAGES/kcm_akonadi.mo share/locale/pa/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pa/LC_MESSAGES/kcm_attica.mo share/locale/pa/LC_MESSAGES/kcm_autostart.mo +share/locale/pa/LC_MESSAGES/kcm_desktoppaths.mo share/locale/pa/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/pa/LC_MESSAGES/kcm_device_automounter.mo share/locale/pa/LC_MESSAGES/kcm_emoticons.mo +share/locale/pa/LC_MESSAGES/kcm_infobase.mo +share/locale/pa/LC_MESSAGES/kcm_infosummary.mo share/locale/pa/LC_MESSAGES/kcm_krfb.mo share/locale/pa/LC_MESSAGES/kcm_kwindesktop.mo share/locale/pa/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/pa/LC_MESSAGES/kcm_lirc.mo share/locale/pa/LC_MESSAGES/kcm_memory.mo -share/locale/pa/LC_MESSAGES/kcm_partition.mo share/locale/pa/LC_MESSAGES/kcm_pci.mo share/locale/pa/LC_MESSAGES/kcm_phonon.mo share/locale/pa/LC_MESSAGES/kcm_phononxine.mo @@ -131,13 +95,13 @@ share/locale/pa/LC_MESSAGES/kcmcgi.mo share/locale/pa/LC_MESSAGES/kcmcolors.mo share/locale/pa/LC_MESSAGES/kcmcomponentchooser.mo share/locale/pa/LC_MESSAGES/kcmcrypto.mo +share/locale/pa/LC_MESSAGES/kcmdevinfo.mo share/locale/pa/LC_MESSAGES/kcmfonts.mo share/locale/pa/LC_MESSAGES/kcmhtmlsearch.mo share/locale/pa/LC_MESSAGES/kcmicons.mo share/locale/pa/LC_MESSAGES/kcminfo.mo share/locale/pa/LC_MESSAGES/kcminit.mo share/locale/pa/LC_MESSAGES/kcminput.mo -share/locale/pa/LC_MESSAGES/kcmioslaveinfo.mo share/locale/pa/LC_MESSAGES/kcmkamera.mo share/locale/pa/LC_MESSAGES/kcmkclock.mo share/locale/pa/LC_MESSAGES/kcmkded.mo @@ -166,7 +130,6 @@ share/locale/pa/LC_MESSAGES/kcmscreensaver.mo share/locale/pa/LC_MESSAGES/kcmshell.mo share/locale/pa/LC_MESSAGES/kcmsmartcard.mo share/locale/pa/LC_MESSAGES/kcmsmserver.mo -share/locale/pa/LC_MESSAGES/kcmsolidproc.mo share/locale/pa/LC_MESSAGES/kcmstyle.mo share/locale/pa/LC_MESSAGES/kcmusb.mo share/locale/pa/LC_MESSAGES/kcmview1394.mo @@ -180,15 +143,11 @@ share/locale/pa/LC_MESSAGES/kdebugdialog.mo share/locale/pa/LC_MESSAGES/kdecalendarsystems.mo share/locale/pa/LC_MESSAGES/kdelibs4.mo share/locale/pa/LC_MESSAGES/kdelibs_colors4.mo -share/locale/pa/LC_MESSAGES/kdelirc.mo share/locale/pa/LC_MESSAGES/kdepasswd.mo -share/locale/pa/LC_MESSAGES/kdepimresources.mo -share/locale/pa/LC_MESSAGES/kdepimwizards.mo share/locale/pa/LC_MESSAGES/kdeqt.mo share/locale/pa/LC_MESSAGES/kdesu.mo share/locale/pa/LC_MESSAGES/kdesud.mo share/locale/pa/LC_MESSAGES/kdf.mo -share/locale/pa/LC_MESSAGES/kdgantt.mo share/locale/pa/LC_MESSAGES/kdialog.mo share/locale/pa/LC_MESSAGES/kdmconfig.mo share/locale/pa/LC_MESSAGES/kdmgreet.mo @@ -238,7 +197,6 @@ share/locale/pa/LC_MESSAGES/kimagemapeditor.mo share/locale/pa/LC_MESSAGES/kinetd.mo share/locale/pa/LC_MESSAGES/kinfocenter.mo share/locale/pa/LC_MESSAGES/kio4.mo -share/locale/pa/LC_MESSAGES/kio_akonadi.mo share/locale/pa/LC_MESSAGES/kio_applications.mo share/locale/pa/LC_MESSAGES/kio_archive.mo share/locale/pa/LC_MESSAGES/kio_audiocd.mo @@ -246,7 +204,6 @@ share/locale/pa/LC_MESSAGES/kio_bookmarks.mo share/locale/pa/LC_MESSAGES/kio_finger.mo share/locale/pa/LC_MESSAGES/kio_fish.mo share/locale/pa/LC_MESSAGES/kio_floppy.mo -share/locale/pa/LC_MESSAGES/kio_groupwise.mo share/locale/pa/LC_MESSAGES/kio_help4.mo share/locale/pa/LC_MESSAGES/kio_imap4.mo share/locale/pa/LC_MESSAGES/kio_jabberdisco.mo @@ -271,21 +228,13 @@ share/locale/pa/LC_MESSAGES/kio_trash.mo share/locale/pa/LC_MESSAGES/kio_zeroconf.mo share/locale/pa/LC_MESSAGES/kioclient.mo share/locale/pa/LC_MESSAGES/kioexec.mo -share/locale/pa/LC_MESSAGES/kjots.mo share/locale/pa/LC_MESSAGES/kjumpingcube.mo -share/locale/pa/LC_MESSAGES/kleopatra.mo share/locale/pa/LC_MESSAGES/klettres.mo share/locale/pa/LC_MESSAGES/klines.mo share/locale/pa/LC_MESSAGES/klipper.mo share/locale/pa/LC_MESSAGES/klock.mo share/locale/pa/LC_MESSAGES/kmag.mo share/locale/pa/LC_MESSAGES/kmahjongg.mo -share/locale/pa/LC_MESSAGES/kmail-migrator.mo -share/locale/pa/LC_MESSAGES/kmail.mo -share/locale/pa/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/pa/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/pa/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/pa/LC_MESSAGES/kmailcvt.mo share/locale/pa/LC_MESSAGES/kmenuedit.mo share/locale/pa/LC_MESSAGES/kmimetypefinder.mo share/locale/pa/LC_MESSAGES/kmines.mo @@ -296,8 +245,6 @@ share/locale/pa/LC_MESSAGES/kmplot.mo share/locale/pa/LC_MESSAGES/knetattach.mo share/locale/pa/LC_MESSAGES/knetwalk.mo share/locale/pa/LC_MESSAGES/knetworkconfmodule.mo -share/locale/pa/LC_MESSAGES/knode.mo -share/locale/pa/LC_MESSAGES/knotes.mo share/locale/pa/LC_MESSAGES/knotify4.mo share/locale/pa/LC_MESSAGES/kolf.mo share/locale/pa/LC_MESSAGES/kolourpaint.mo @@ -305,11 +252,8 @@ share/locale/pa/LC_MESSAGES/kompare.mo share/locale/pa/LC_MESSAGES/konqueror.mo share/locale/pa/LC_MESSAGES/konquest.mo share/locale/pa/LC_MESSAGES/konsole.mo -share/locale/pa/LC_MESSAGES/konsolekalendar.mo -share/locale/pa/LC_MESSAGES/kontact.mo share/locale/pa/LC_MESSAGES/kontactinterfaces.mo share/locale/pa/LC_MESSAGES/kopete.mo -share/locale/pa/LC_MESSAGES/korganizer.mo share/locale/pa/LC_MESSAGES/kpartloader.mo share/locale/pa/LC_MESSAGES/kpartsaver.mo share/locale/pa/LC_MESSAGES/kpasswdserver.mo @@ -321,14 +265,7 @@ share/locale/pa/LC_MESSAGES/krandr.mo share/locale/pa/LC_MESSAGES/krdb.mo share/locale/pa/LC_MESSAGES/krdc.mo share/locale/pa/LC_MESSAGES/kreadconfig.mo -share/locale/pa/LC_MESSAGES/kres-migrator.mo -share/locale/pa/LC_MESSAGES/kres_birthday.mo -share/locale/pa/LC_MESSAGES/kres_blog.mo share/locale/pa/LC_MESSAGES/kres_bugzilla.mo -share/locale/pa/LC_MESSAGES/kres_groupware.mo -share/locale/pa/LC_MESSAGES/kres_groupwise.mo -share/locale/pa/LC_MESSAGES/kres_kolab.mo -share/locale/pa/LC_MESSAGES/kres_remote.mo share/locale/pa/LC_MESSAGES/krfb.mo share/locale/pa/LC_MESSAGES/kruler.mo share/locale/pa/LC_MESSAGES/krunner.mo @@ -336,7 +273,6 @@ share/locale/pa/LC_MESSAGES/ksame.mo share/locale/pa/LC_MESSAGES/ksaneplugin.mo share/locale/pa/LC_MESSAGES/kscd.mo share/locale/pa/LC_MESSAGES/kscreensaver.mo -share/locale/pa/LC_MESSAGES/ksendemail.mo share/locale/pa/LC_MESSAGES/kshisen.mo share/locale/pa/LC_MESSAGES/kshorturifilter.mo share/locale/pa/LC_MESSAGES/ksmserver.mo @@ -355,14 +291,12 @@ share/locale/pa/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pa/LC_MESSAGES/ksystemlog.mo share/locale/pa/LC_MESSAGES/ksystraycmd.mo share/locale/pa/LC_MESSAGES/kteatime.mo +share/locale/pa/LC_MESSAGES/ktesnippets_editor.mo share/locale/pa/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/pa/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pa/LC_MESSAGES/kthememanager.mo share/locale/pa/LC_MESSAGES/ktimer.mo -share/locale/pa/LC_MESSAGES/ktimetracker.mo share/locale/pa/LC_MESSAGES/ktouch.mo share/locale/pa/LC_MESSAGES/ktraderclient.mo -share/locale/pa/LC_MESSAGES/kttsd.mo share/locale/pa/LC_MESSAGES/ktuberling.mo share/locale/pa/LC_MESSAGES/kturtle.mo share/locale/pa/LC_MESSAGES/ktux.mo @@ -372,8 +306,6 @@ share/locale/pa/LC_MESSAGES/kurifilter.mo share/locale/pa/LC_MESSAGES/kuser.mo share/locale/pa/LC_MESSAGES/kwalletd.mo share/locale/pa/LC_MESSAGES/kwalletmanager.mo -share/locale/pa/LC_MESSAGES/kwatchgnupg.mo -share/locale/pa/LC_MESSAGES/kweather.mo share/locale/pa/LC_MESSAGES/kwin.mo share/locale/pa/LC_MESSAGES/kwin_art_clients.mo share/locale/pa/LC_MESSAGES/kwin_clients.mo @@ -394,29 +326,23 @@ share/locale/pa/LC_MESSAGES/libkcompactdisc.mo share/locale/pa/LC_MESSAGES/libkdcraw.mo share/locale/pa/LC_MESSAGES/libkdeedu.mo share/locale/pa/LC_MESSAGES/libkdegames.mo -share/locale/pa/LC_MESSAGES/libkdepim.mo share/locale/pa/LC_MESSAGES/libkexiv2.mo share/locale/pa/LC_MESSAGES/libkholidays.mo share/locale/pa/LC_MESSAGES/libkimap.mo share/locale/pa/LC_MESSAGES/libkldap.mo -share/locale/pa/LC_MESSAGES/libkleopatra.mo share/locale/pa/LC_MESSAGES/libkmime.mo share/locale/pa/LC_MESSAGES/libkonq.mo -share/locale/pa/LC_MESSAGES/libkpgp.mo share/locale/pa/LC_MESSAGES/libkpimidentities.mo share/locale/pa/LC_MESSAGES/libkpimtextedit.mo share/locale/pa/LC_MESSAGES/libkpimutils.mo share/locale/pa/LC_MESSAGES/libkresources.mo share/locale/pa/LC_MESSAGES/libksane.mo share/locale/pa/LC_MESSAGES/libkscreensaver.mo -share/locale/pa/LC_MESSAGES/libksieve.mo share/locale/pa/LC_MESSAGES/libktnef.mo share/locale/pa/LC_MESSAGES/libkunitconversion.mo share/locale/pa/LC_MESSAGES/libkworkspace.mo share/locale/pa/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pa/LC_MESSAGES/libmailtransport.mo -share/locale/pa/LC_MESSAGES/libmessagelist.mo -share/locale/pa/LC_MESSAGES/libmessageviewer.mo share/locale/pa/LC_MESSAGES/liboktetacore.mo share/locale/pa/LC_MESSAGES/libphonon.mo share/locale/pa/LC_MESSAGES/libplasma.mo @@ -426,7 +352,6 @@ share/locale/pa/LC_MESSAGES/librtm.mo share/locale/pa/LC_MESSAGES/libtaskmanager.mo share/locale/pa/LC_MESSAGES/lokalize.mo share/locale/pa/LC_MESSAGES/lskat.mo -share/locale/pa/LC_MESSAGES/mailreader.mo share/locale/pa/LC_MESSAGES/marble.mo share/locale/pa/LC_MESSAGES/marble_qt.mo share/locale/pa/LC_MESSAGES/mplayerthumbs.mo @@ -459,10 +384,12 @@ share/locale/pa/LC_MESSAGES/phononserver.mo share/locale/pa/LC_MESSAGES/plasma-desktop.mo share/locale/pa/LC_MESSAGES/plasma-netbook.mo share/locale/pa/LC_MESSAGES/plasma-overlay.mo +share/locale/pa/LC_MESSAGES/plasma-windowed.mo share/locale/pa/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/pa/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/pa/LC_MESSAGES/plasma_applet_battery.mo share/locale/pa/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/pa/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/pa/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/pa/LC_MESSAGES/plasma_applet_calculator.mo share/locale/pa/LC_MESSAGES/plasma_applet_clock.mo @@ -486,7 +413,6 @@ share/locale/pa/LC_MESSAGES/plasma_applet_kget.mo share/locale/pa/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/pa/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/pa/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/pa/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/pa/LC_MESSAGES/plasma_applet_launcher.mo share/locale/pa/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/pa/LC_MESSAGES/plasma_applet_life.mo @@ -498,6 +424,7 @@ share/locale/pa/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pa/LC_MESSAGES/plasma_applet_news.mo share/locale/pa/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pa/LC_MESSAGES/plasma_applet_notes.mo +share/locale/pa/LC_MESSAGES/plasma_applet_notifications.mo share/locale/pa/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pa/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pa/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -539,6 +466,7 @@ share/locale/pa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/pa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/pa/LC_MESSAGES/plasma_engine_calendar.mo share/locale/pa/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/pa/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pa/LC_MESSAGES/plasma_engine_kuiserver.mo @@ -572,6 +500,7 @@ share/locale/pa/LC_MESSAGES/plasma_runner_sessions.mo share/locale/pa/LC_MESSAGES/plasma_runner_shell.mo share/locale/pa/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pa/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/pa/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pa/LC_MESSAGES/plasma_runner_windows.mo share/locale/pa/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pa/LC_MESSAGES/plasma_wallpaper_color.mo diff --git a/misc/kde4-l10n-ro/distinfo b/misc/kde4-l10n-ro/distinfo index e9748d0f8bf6..61e3677d228a 100644 --- a/misc/kde4-l10n-ro/distinfo +++ b/misc/kde4-l10n-ro/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-ro-4.4.5.tar.bz2) = 04a6f811adb9e7bf74d5db39d4fcdc42 -SHA256 (KDE/kde-l10n/kde-l10n-ro-4.4.5.tar.bz2) = dccfbd27d13a099be13031d6b730fe6ddc8145b444de831970a086005441bfd2 -SIZE (KDE/kde-l10n/kde-l10n-ro-4.4.5.tar.bz2) = 3498826 +MD5 (KDE/kde-l10n/kde-l10n-ro-4.5.1.tar.bz2) = 0fea5f33a78ec42ba09f93e38e4ad074 +SHA256 (KDE/kde-l10n/kde-l10n-ro-4.5.1.tar.bz2) = 5e82f085c7268c132178f8e23a34ac53c6165a528287ecb33bbb5a392f95decd +SIZE (KDE/kde-l10n/kde-l10n-ro-4.5.1.tar.bz2) = 3120170 diff --git a/misc/kde4-l10n-ro/pkg-plist b/misc/kde4-l10n-ro/pkg-plist index 3c1cc03cfa54..a2b1c6443f45 100644 --- a/misc/kde4-l10n-ro/pkg-plist +++ b/misc/kde4-l10n-ro/pkg-plist @@ -28,6 +28,15 @@ share/doc/HTML/ro/common/fdl-translated.html share/doc/HTML/ro/common/gpl-translated.html share/doc/HTML/ro/common/kde-localised.css share/doc/HTML/ro/common/lgpl-translated.html +share/doc/HTML/ro/dma/common +share/doc/HTML/ro/dma/index.cache.bz2 +share/doc/HTML/ro/dma/index.docbook +share/doc/HTML/ro/interrupts/common +share/doc/HTML/ro/interrupts/index.cache.bz2 +share/doc/HTML/ro/interrupts/index.docbook +share/doc/HTML/ro/ioports/common +share/doc/HTML/ro/ioports/index.cache.bz2 +share/doc/HTML/ro/ioports/index.docbook share/doc/HTML/ro/khelpcenter/common share/doc/HTML/ro/khelpcenter/contact.docbook share/doc/HTML/ro/khelpcenter/glossary/common @@ -38,85 +47,11 @@ share/doc/HTML/ro/khelpcenter/help.docbook share/doc/HTML/ro/khelpcenter/index.cache.bz2 share/doc/HTML/ro/khelpcenter/index.docbook share/doc/HTML/ro/khelpcenter/support.docbook -share/doc/HTML/ro/khelpcenter/visualdict/common -share/doc/HTML/ro/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/ro/khelpcenter/visualdict/index.docbook -share/doc/HTML/ro/khelpcenter/visualdict/pict1.png -share/doc/HTML/ro/khelpcenter/visualdict/pict10.png -share/doc/HTML/ro/khelpcenter/visualdict/pict11.png -share/doc/HTML/ro/khelpcenter/visualdict/pict12.png -share/doc/HTML/ro/khelpcenter/visualdict/pict13.png -share/doc/HTML/ro/khelpcenter/visualdict/pict14.png -share/doc/HTML/ro/khelpcenter/visualdict/pict15.png -share/doc/HTML/ro/khelpcenter/visualdict/pict16.png -share/doc/HTML/ro/khelpcenter/visualdict/pict17.png -share/doc/HTML/ro/khelpcenter/visualdict/pict18.png -share/doc/HTML/ro/khelpcenter/visualdict/pict19.png -share/doc/HTML/ro/khelpcenter/visualdict/pict2.png -share/doc/HTML/ro/khelpcenter/visualdict/pict20.png -share/doc/HTML/ro/khelpcenter/visualdict/pict3.png -share/doc/HTML/ro/khelpcenter/visualdict/pict4.png -share/doc/HTML/ro/khelpcenter/visualdict/pict5.png -share/doc/HTML/ro/khelpcenter/visualdict/pict6.png -share/doc/HTML/ro/khelpcenter/visualdict/pict7.png -share/doc/HTML/ro/khelpcenter/visualdict/pict8.png -share/doc/HTML/ro/khelpcenter/visualdict/pict9.png share/doc/HTML/ro/khelpcenter/welcome.docbook share/doc/HTML/ro/khelpcenter/whatiskde.docbook share/doc/HTML/ro/kinfocenter/common -share/doc/HTML/ro/kinfocenter/devices/common -share/doc/HTML/ro/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/devices/index.docbook -share/doc/HTML/ro/kinfocenter/dma/common -share/doc/HTML/ro/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/dma/index.docbook share/doc/HTML/ro/kinfocenter/index.cache.bz2 share/doc/HTML/ro/kinfocenter/index.docbook -share/doc/HTML/ro/kinfocenter/interrupts/common -share/doc/HTML/ro/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/interrupts/index.docbook -share/doc/HTML/ro/kinfocenter/ioports/common -share/doc/HTML/ro/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/ioports/index.docbook -share/doc/HTML/ro/kinfocenter/memory/common -share/doc/HTML/ro/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/memory/index.docbook -share/doc/HTML/ro/kinfocenter/nics/common -share/doc/HTML/ro/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/nics/index.docbook -share/doc/HTML/ro/kinfocenter/opengl/common -share/doc/HTML/ro/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/opengl/index.docbook -share/doc/HTML/ro/kinfocenter/partitions/common -share/doc/HTML/ro/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/partitions/index.docbook -share/doc/HTML/ro/kinfocenter/pci/common -share/doc/HTML/ro/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/pci/index.docbook -share/doc/HTML/ro/kinfocenter/pcmcia/common -share/doc/HTML/ro/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/pcmcia/index.docbook -share/doc/HTML/ro/kinfocenter/processor/common -share/doc/HTML/ro/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/processor/index.docbook -share/doc/HTML/ro/kinfocenter/protocols/common -share/doc/HTML/ro/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/protocols/index.docbook -share/doc/HTML/ro/kinfocenter/samba/common -share/doc/HTML/ro/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/samba/index.docbook -share/doc/HTML/ro/kinfocenter/scsi/common -share/doc/HTML/ro/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/scsi/index.docbook -share/doc/HTML/ro/kinfocenter/sound/common -share/doc/HTML/ro/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/sound/index.docbook -share/doc/HTML/ro/kinfocenter/usb/common -share/doc/HTML/ro/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/usb/index.docbook -share/doc/HTML/ro/kinfocenter/xserver/common -share/doc/HTML/ro/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/ro/kinfocenter/xserver/index.docbook share/doc/HTML/ro/kioslave/kioslave/bzip.docbook share/doc/HTML/ro/kioslave/kioslave/bzip2.docbook share/doc/HTML/ro/kioslave/kioslave/cgi.docbook @@ -159,26 +94,56 @@ share/doc/HTML/ro/kioslave/kioslave/telnet.docbook share/doc/HTML/ro/kioslave/kioslave/thumbnail.docbook share/doc/HTML/ro/kioslave/kioslave/webdav.docbook share/doc/HTML/ro/kioslave/kioslave/webdavs.docbook -share/locale/ro/LC_MESSAGES/akonadi-kcal.mo -share/locale/ro/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/ro/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_next.mo -share/locale/ro/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/ro/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/ro/LC_MESSAGES/akonaditray.mo -share/locale/ro/LC_MESSAGES/akregator.mo +share/doc/HTML/ro/memory/common +share/doc/HTML/ro/memory/index.cache.bz2 +share/doc/HTML/ro/memory/index.docbook +share/doc/HTML/ro/opengl/common +share/doc/HTML/ro/opengl/index.cache.bz2 +share/doc/HTML/ro/opengl/index.docbook +share/doc/HTML/ro/pci/common +share/doc/HTML/ro/pci/index.cache.bz2 +share/doc/HTML/ro/pci/index.docbook +share/doc/HTML/ro/pcmcia/common +share/doc/HTML/ro/pcmcia/index.cache.bz2 +share/doc/HTML/ro/pcmcia/index.docbook +share/doc/HTML/ro/protocols/common +share/doc/HTML/ro/protocols/index.cache.bz2 +share/doc/HTML/ro/protocols/index.docbook +share/doc/HTML/ro/samba/common +share/doc/HTML/ro/samba/index.cache.bz2 +share/doc/HTML/ro/samba/index.docbook +share/doc/HTML/ro/scsi/common +share/doc/HTML/ro/scsi/index.cache.bz2 +share/doc/HTML/ro/scsi/index.docbook +share/doc/HTML/ro/usb/common +share/doc/HTML/ro/usb/index.cache.bz2 +share/doc/HTML/ro/usb/index.docbook +share/doc/HTML/ro/visualdict/common +share/doc/HTML/ro/visualdict/index.cache.bz2 +share/doc/HTML/ro/visualdict/index.docbook +share/doc/HTML/ro/visualdict/pict1.png +share/doc/HTML/ro/visualdict/pict10.png +share/doc/HTML/ro/visualdict/pict11.png +share/doc/HTML/ro/visualdict/pict12.png +share/doc/HTML/ro/visualdict/pict13.png +share/doc/HTML/ro/visualdict/pict14.png +share/doc/HTML/ro/visualdict/pict15.png +share/doc/HTML/ro/visualdict/pict16.png +share/doc/HTML/ro/visualdict/pict17.png +share/doc/HTML/ro/visualdict/pict18.png +share/doc/HTML/ro/visualdict/pict19.png +share/doc/HTML/ro/visualdict/pict2.png +share/doc/HTML/ro/visualdict/pict20.png +share/doc/HTML/ro/visualdict/pict3.png +share/doc/HTML/ro/visualdict/pict4.png +share/doc/HTML/ro/visualdict/pict5.png +share/doc/HTML/ro/visualdict/pict6.png +share/doc/HTML/ro/visualdict/pict7.png +share/doc/HTML/ro/visualdict/pict8.png +share/doc/HTML/ro/visualdict/pict9.png +share/doc/HTML/ro/xserver/common +share/doc/HTML/ro/xserver/index.cache.bz2 +share/doc/HTML/ro/xserver/index.docbook share/locale/ro/LC_MESSAGES/amor.mo share/locale/ro/LC_MESSAGES/ark.mo share/locale/ro/LC_MESSAGES/attica_kde.mo @@ -200,43 +165,33 @@ share/locale/ro/LC_MESSAGES/granatier.mo share/locale/ro/LC_MESSAGES/gwenview.mo share/locale/ro/LC_MESSAGES/htmlsearch.mo share/locale/ro/LC_MESSAGES/imagerename_plugin.mo -share/locale/ro/LC_MESSAGES/irkick.mo +share/locale/ro/LC_MESSAGES/jovie.mo share/locale/ro/LC_MESSAGES/joystick.mo share/locale/ro/LC_MESSAGES/juk.mo share/locale/ro/LC_MESSAGES/kabc.mo -share/locale/ro/LC_MESSAGES/kabc_akonadi.mo share/locale/ro/LC_MESSAGES/kabc_dir.mo share/locale/ro/LC_MESSAGES/kabc_file.mo share/locale/ro/LC_MESSAGES/kabc_ldapkio.mo share/locale/ro/LC_MESSAGES/kabc_net.mo -share/locale/ro/LC_MESSAGES/kabc_slox.mo -share/locale/ro/LC_MESSAGES/kabcclient.mo share/locale/ro/LC_MESSAGES/kabcformat_binary.mo share/locale/ro/LC_MESSAGES/kaccess.mo -share/locale/ro/LC_MESSAGES/kaddressbook.mo -share/locale/ro/LC_MESSAGES/kalarm.mo share/locale/ro/LC_MESSAGES/kalgebra.mo share/locale/ro/LC_MESSAGES/kalzium.mo -share/locale/ro/LC_MESSAGES/kalzium_qt.mo share/locale/ro/LC_MESSAGES/kanagram.mo share/locale/ro/LC_MESSAGES/kapman.mo -share/locale/ro/LC_MESSAGES/kappfinder.mo share/locale/ro/LC_MESSAGES/kate.mo share/locale/ro/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ro/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ro/LC_MESSAGES/katefiletemplates.mo share/locale/ro/LC_MESSAGES/katefindinfilesplugin.mo share/locale/ro/LC_MESSAGES/katehelloworld.mo -share/locale/ro/LC_MESSAGES/katehtmltools.mo share/locale/ro/LC_MESSAGES/kateinsertcommand.mo share/locale/ro/LC_MESSAGES/katekjswrapper.mo share/locale/ro/LC_MESSAGES/katekonsoleplugin.mo share/locale/ro/LC_MESSAGES/katemailfilesplugin.mo share/locale/ro/LC_MESSAGES/kateopenheader.mo share/locale/ro/LC_MESSAGES/katepart4.mo -share/locale/ro/LC_MESSAGES/katepybrowse.mo share/locale/ro/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/ro/LC_MESSAGES/katesnippets.mo share/locale/ro/LC_MESSAGES/katesymbolviewer.mo share/locale/ro/LC_MESSAGES/katetabbarextension.mo share/locale/ro/LC_MESSAGES/katetextfilter.mo @@ -255,18 +210,16 @@ share/locale/ro/LC_MESSAGES/kcachegrind.mo share/locale/ro/LC_MESSAGES/kcalc.mo share/locale/ro/LC_MESSAGES/kcertpart.mo share/locale/ro/LC_MESSAGES/kcharselect.mo -share/locale/ro/LC_MESSAGES/kcm_akonadi.mo share/locale/ro/LC_MESSAGES/kcm_attica.mo share/locale/ro/LC_MESSAGES/kcm_autostart.mo +share/locale/ro/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ro/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ro/LC_MESSAGES/kcm_device_automounter.mo share/locale/ro/LC_MESSAGES/kcm_emoticons.mo share/locale/ro/LC_MESSAGES/kcm_krfb.mo share/locale/ro/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ro/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/ro/LC_MESSAGES/kcm_lirc.mo share/locale/ro/LC_MESSAGES/kcm_memory.mo -share/locale/ro/LC_MESSAGES/kcm_partition.mo share/locale/ro/LC_MESSAGES/kcm_pci.mo share/locale/ro/LC_MESSAGES/kcm_phonon.mo share/locale/ro/LC_MESSAGES/kcm_phononxine.mo @@ -289,7 +242,6 @@ share/locale/ro/LC_MESSAGES/kcmicons.mo share/locale/ro/LC_MESSAGES/kcminfo.mo share/locale/ro/LC_MESSAGES/kcminit.mo share/locale/ro/LC_MESSAGES/kcminput.mo -share/locale/ro/LC_MESSAGES/kcmioslaveinfo.mo share/locale/ro/LC_MESSAGES/kcmkamera.mo share/locale/ro/LC_MESSAGES/kcmkclock.mo share/locale/ro/LC_MESSAGES/kcmkded.mo @@ -309,7 +261,6 @@ share/locale/ro/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/ro/LC_MESSAGES/kcmkwm.mo share/locale/ro/LC_MESSAGES/kcmlaunch.mo share/locale/ro/LC_MESSAGES/kcmlocale.mo -share/locale/ro/LC_MESSAGES/kcmnic.mo share/locale/ro/LC_MESSAGES/kcmnotify.mo share/locale/ro/LC_MESSAGES/kcmopengl.mo share/locale/ro/LC_MESSAGES/kcmperformance.mo @@ -318,7 +269,6 @@ share/locale/ro/LC_MESSAGES/kcmscreensaver.mo share/locale/ro/LC_MESSAGES/kcmshell.mo share/locale/ro/LC_MESSAGES/kcmsmartcard.mo share/locale/ro/LC_MESSAGES/kcmsmserver.mo -share/locale/ro/LC_MESSAGES/kcmsolidproc.mo share/locale/ro/LC_MESSAGES/kcmstyle.mo share/locale/ro/LC_MESSAGES/kcmusb.mo share/locale/ro/LC_MESSAGES/kcmview1394.mo @@ -332,16 +282,11 @@ share/locale/ro/LC_MESSAGES/kdebugdialog.mo share/locale/ro/LC_MESSAGES/kdecalendarsystems.mo share/locale/ro/LC_MESSAGES/kdelibs4.mo share/locale/ro/LC_MESSAGES/kdelibs_colors4.mo -share/locale/ro/LC_MESSAGES/kdelirc.mo share/locale/ro/LC_MESSAGES/kdepasswd.mo -share/locale/ro/LC_MESSAGES/kdepimresources.mo -share/locale/ro/LC_MESSAGES/kdepimwizards.mo share/locale/ro/LC_MESSAGES/kdeqt.mo share/locale/ro/LC_MESSAGES/kdesu.mo share/locale/ro/LC_MESSAGES/kdesud.mo share/locale/ro/LC_MESSAGES/kdf.mo -share/locale/ro/LC_MESSAGES/kdgantt.mo -share/locale/ro/LC_MESSAGES/kdgantt1.mo share/locale/ro/LC_MESSAGES/kdialog.mo share/locale/ro/LC_MESSAGES/kdiamond.mo share/locale/ro/LC_MESSAGES/kdmconfig.mo @@ -402,7 +347,6 @@ share/locale/ro/LC_MESSAGES/kio_bookmarks.mo share/locale/ro/LC_MESSAGES/kio_finger.mo share/locale/ro/LC_MESSAGES/kio_fish.mo share/locale/ro/LC_MESSAGES/kio_floppy.mo -share/locale/ro/LC_MESSAGES/kio_groupwise.mo share/locale/ro/LC_MESSAGES/kio_help4.mo share/locale/ro/LC_MESSAGES/kio_imap4.mo share/locale/ro/LC_MESSAGES/kio_info.mo @@ -429,9 +373,7 @@ share/locale/ro/LC_MESSAGES/kioclient.mo share/locale/ro/LC_MESSAGES/kioexec.mo share/locale/ro/LC_MESSAGES/kiriki.mo share/locale/ro/LC_MESSAGES/kiten.mo -share/locale/ro/LC_MESSAGES/kjots.mo share/locale/ro/LC_MESSAGES/kjumpingcube.mo -share/locale/ro/LC_MESSAGES/kleopatra.mo share/locale/ro/LC_MESSAGES/klettres.mo share/locale/ro/LC_MESSAGES/klines.mo share/locale/ro/LC_MESSAGES/klinkstatus.mo @@ -439,11 +381,6 @@ share/locale/ro/LC_MESSAGES/klipper.mo share/locale/ro/LC_MESSAGES/klock.mo share/locale/ro/LC_MESSAGES/kmag.mo share/locale/ro/LC_MESSAGES/kmahjongg.mo -share/locale/ro/LC_MESSAGES/kmail.mo -share/locale/ro/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/ro/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/ro/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/ro/LC_MESSAGES/kmailcvt.mo share/locale/ro/LC_MESSAGES/kmenuedit.mo share/locale/ro/LC_MESSAGES/kmimetypefinder.mo share/locale/ro/LC_MESSAGES/kmines.mo @@ -454,8 +391,6 @@ share/locale/ro/LC_MESSAGES/kmplot.mo share/locale/ro/LC_MESSAGES/knetattach.mo share/locale/ro/LC_MESSAGES/knetwalk.mo share/locale/ro/LC_MESSAGES/knetworkconfmodule.mo -share/locale/ro/LC_MESSAGES/knode.mo -share/locale/ro/LC_MESSAGES/knotes.mo share/locale/ro/LC_MESSAGES/knotify4.mo share/locale/ro/LC_MESSAGES/kolf.mo share/locale/ro/LC_MESSAGES/kollision.mo @@ -465,11 +400,8 @@ share/locale/ro/LC_MESSAGES/kompare.mo share/locale/ro/LC_MESSAGES/konqueror.mo share/locale/ro/LC_MESSAGES/konquest.mo share/locale/ro/LC_MESSAGES/konsole.mo -share/locale/ro/LC_MESSAGES/konsolekalendar.mo -share/locale/ro/LC_MESSAGES/kontact.mo share/locale/ro/LC_MESSAGES/kontactinterfaces.mo share/locale/ro/LC_MESSAGES/kopete.mo -share/locale/ro/LC_MESSAGES/korganizer.mo share/locale/ro/LC_MESSAGES/kpartsaver.mo share/locale/ro/LC_MESSAGES/kpasswdserver.mo share/locale/ro/LC_MESSAGES/kpat.mo @@ -480,23 +412,15 @@ share/locale/ro/LC_MESSAGES/krandr.mo share/locale/ro/LC_MESSAGES/krdb.mo share/locale/ro/LC_MESSAGES/krdc.mo share/locale/ro/LC_MESSAGES/kreadconfig.mo -share/locale/ro/LC_MESSAGES/kres_birthday.mo -share/locale/ro/LC_MESSAGES/kres_blog.mo share/locale/ro/LC_MESSAGES/kres_bugzilla.mo -share/locale/ro/LC_MESSAGES/kres_groupware.mo -share/locale/ro/LC_MESSAGES/kres_groupwise.mo -share/locale/ro/LC_MESSAGES/kres_kolab.mo -share/locale/ro/LC_MESSAGES/kres_remote.mo share/locale/ro/LC_MESSAGES/kreversi.mo share/locale/ro/LC_MESSAGES/krfb.mo share/locale/ro/LC_MESSAGES/kruler.mo share/locale/ro/LC_MESSAGES/krunner.mo share/locale/ro/LC_MESSAGES/ksame.mo share/locale/ro/LC_MESSAGES/ksaneplugin.mo -share/locale/ro/LC_MESSAGES/ksayit.mo share/locale/ro/LC_MESSAGES/kscd.mo share/locale/ro/LC_MESSAGES/kscreensaver.mo -share/locale/ro/LC_MESSAGES/ksendemail.mo share/locale/ro/LC_MESSAGES/kshisen.mo share/locale/ro/LC_MESSAGES/kshorturifilter.mo share/locale/ro/LC_MESSAGES/ksirk.mo @@ -519,14 +443,11 @@ share/locale/ro/LC_MESSAGES/ksystemlog.mo share/locale/ro/LC_MESSAGES/ksystraycmd.mo share/locale/ro/LC_MESSAGES/kteatime.mo share/locale/ro/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/ro/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ro/LC_MESSAGES/kthememanager.mo share/locale/ro/LC_MESSAGES/ktimer.mo -share/locale/ro/LC_MESSAGES/ktimetracker.mo share/locale/ro/LC_MESSAGES/ktouch.mo share/locale/ro/LC_MESSAGES/ktraderclient.mo share/locale/ro/LC_MESSAGES/ktron.mo -share/locale/ro/LC_MESSAGES/kttsd.mo share/locale/ro/LC_MESSAGES/ktuberling.mo share/locale/ro/LC_MESSAGES/kturtle.mo share/locale/ro/LC_MESSAGES/ktux.mo @@ -537,8 +458,6 @@ share/locale/ro/LC_MESSAGES/kurifilter.mo share/locale/ro/LC_MESSAGES/kuser.mo share/locale/ro/LC_MESSAGES/kwalletd.mo share/locale/ro/LC_MESSAGES/kwalletmanager.mo -share/locale/ro/LC_MESSAGES/kwatchgnupg.mo -share/locale/ro/LC_MESSAGES/kweather.mo share/locale/ro/LC_MESSAGES/kwin.mo share/locale/ro/LC_MESSAGES/kwin_art_clients.mo share/locale/ro/LC_MESSAGES/kwin_clients.mo @@ -560,28 +479,22 @@ share/locale/ro/LC_MESSAGES/libkcompactdisc.mo share/locale/ro/LC_MESSAGES/libkdcraw.mo share/locale/ro/LC_MESSAGES/libkdeedu.mo share/locale/ro/LC_MESSAGES/libkdegames.mo -share/locale/ro/LC_MESSAGES/libkdepim.mo share/locale/ro/LC_MESSAGES/libkexiv2.mo share/locale/ro/LC_MESSAGES/libkholidays.mo share/locale/ro/LC_MESSAGES/libkldap.mo -share/locale/ro/LC_MESSAGES/libkleopatra.mo share/locale/ro/LC_MESSAGES/libkmahjongg.mo share/locale/ro/LC_MESSAGES/libkmime.mo share/locale/ro/LC_MESSAGES/libkonq.mo -share/locale/ro/LC_MESSAGES/libkpgp.mo share/locale/ro/LC_MESSAGES/libkpimidentities.mo share/locale/ro/LC_MESSAGES/libkpimutils.mo share/locale/ro/LC_MESSAGES/libkresources.mo share/locale/ro/LC_MESSAGES/libksane.mo share/locale/ro/LC_MESSAGES/libkscreensaver.mo -share/locale/ro/LC_MESSAGES/libksieve.mo share/locale/ro/LC_MESSAGES/libktnef.mo share/locale/ro/LC_MESSAGES/libkunitconversion.mo share/locale/ro/LC_MESSAGES/libkworkspace.mo share/locale/ro/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ro/LC_MESSAGES/libmailtransport.mo -share/locale/ro/LC_MESSAGES/libmessagelist.mo -share/locale/ro/LC_MESSAGES/libmessageviewer.mo share/locale/ro/LC_MESSAGES/liboktetacore.mo share/locale/ro/LC_MESSAGES/liboktetakasten.mo share/locale/ro/LC_MESSAGES/libphonon.mo @@ -627,6 +540,7 @@ share/locale/ro/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ro/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ro/LC_MESSAGES/plasma_applet_battery.mo share/locale/ro/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ro/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ro/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ro/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ro/LC_MESSAGES/plasma_applet_clock.mo @@ -770,29 +684,24 @@ share/locale/ro/LC_MESSAGES/umbrello.mo share/locale/ro/LC_MESSAGES/useraccount.mo share/locale/ro/LC_MESSAGES/xml_mimetypes.mo share/locale/ro/entry.desktop +@dirrm share/doc/HTML/ro/xserver +@dirrm share/doc/HTML/ro/visualdict +@dirrm share/doc/HTML/ro/usb +@dirrm share/doc/HTML/ro/scsi +@dirrm share/doc/HTML/ro/samba +@dirrm share/doc/HTML/ro/protocols +@dirrm share/doc/HTML/ro/pcmcia +@dirrm share/doc/HTML/ro/pci +@dirrm share/doc/HTML/ro/opengl +@dirrm share/doc/HTML/ro/memory @dirrm share/doc/HTML/ro/kioslave/kioslave @dirrm share/doc/HTML/ro/kioslave -@dirrm share/doc/HTML/ro/kinfocenter/xserver -@dirrm share/doc/HTML/ro/kinfocenter/usb -@dirrm share/doc/HTML/ro/kinfocenter/sound -@dirrm share/doc/HTML/ro/kinfocenter/scsi -@dirrm share/doc/HTML/ro/kinfocenter/samba -@dirrm share/doc/HTML/ro/kinfocenter/protocols -@dirrm share/doc/HTML/ro/kinfocenter/processor -@dirrm share/doc/HTML/ro/kinfocenter/pcmcia -@dirrm share/doc/HTML/ro/kinfocenter/pci -@dirrm share/doc/HTML/ro/kinfocenter/partitions -@dirrm share/doc/HTML/ro/kinfocenter/opengl -@dirrm share/doc/HTML/ro/kinfocenter/nics -@dirrm share/doc/HTML/ro/kinfocenter/memory -@dirrm share/doc/HTML/ro/kinfocenter/ioports -@dirrm share/doc/HTML/ro/kinfocenter/interrupts -@dirrm share/doc/HTML/ro/kinfocenter/dma -@dirrm share/doc/HTML/ro/kinfocenter/devices @dirrm share/doc/HTML/ro/kinfocenter -@dirrm share/doc/HTML/ro/khelpcenter/visualdict @dirrm share/doc/HTML/ro/khelpcenter/glossary @dirrm share/doc/HTML/ro/khelpcenter +@dirrm share/doc/HTML/ro/ioports +@dirrm share/doc/HTML/ro/interrupts +@dirrm share/doc/HTML/ro/dma @dirrm share/doc/HTML/ro/common @dirrm share/apps/kvtml/ro @dirrm share/apps/kvtml diff --git a/misc/kde4-l10n-si/Makefile b/misc/kde4-l10n-si/Makefile index a829eb6bbfce..2589bbd38c39 100644 --- a/misc/kde4-l10n-si/Makefile +++ b/misc/kde4-l10n-si/Makefile @@ -14,5 +14,7 @@ COMMENT= Sinhalese messages and documentation for KDE4 KDE4_L10N= si +IGNORE= is not included in KDE SC ${KDE4_VERSION} + .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-sk/distinfo b/misc/kde4-l10n-sk/distinfo index 0186c6553e1d..f3299cf6b81f 100644 --- a/misc/kde4-l10n-sk/distinfo +++ b/misc/kde4-l10n-sk/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-sk-4.4.5.tar.bz2) = f8069e2bff3d0e4438b52ed50ea56689 -SHA256 (KDE/kde-l10n/kde-l10n-sk-4.4.5.tar.bz2) = dfa0f20d03f44bb2af215a2ebcf556932a74a469b706d55fd7c238ffc833b485 -SIZE (KDE/kde-l10n/kde-l10n-sk-4.4.5.tar.bz2) = 4402588 +MD5 (KDE/kde-l10n/kde-l10n-sk-4.5.1.tar.bz2) = 9314459ffbd4b53b7da334cf162b1b6c +SHA256 (KDE/kde-l10n/kde-l10n-sk-4.5.1.tar.bz2) = 6c0c4ee78bf82a17cd4f6edf1178109c780fb3417281199106d0234b2bd5ff1e +SIZE (KDE/kde-l10n/kde-l10n-sk-4.5.1.tar.bz2) = 4076557 diff --git a/misc/kde4-l10n-sk/pkg-plist b/misc/kde4-l10n-sk/pkg-plist index 0a49aaacf717..9c24a5189804 100644 --- a/misc/kde4-l10n-sk/pkg-plist +++ b/misc/kde4-l10n-sk/pkg-plist @@ -1,43 +1,4 @@ -share/doc/HTML/sk/marble/common -share/doc/HTML/sk/marble/configure-cacheproxy.png -share/doc/HTML/sk/marble/configure-navigation.png -share/doc/HTML/sk/marble/configure-plugins.png -share/doc/HTML/sk/marble/configure-view.png -share/doc/HTML/sk/marble/index.cache.bz2 -share/doc/HTML/sk/marble/index.docbook -share/doc/HTML/sk/marble/logo-1.png -share/doc/HTML/sk/marble/mapview-1.png -share/doc/HTML/sk/marble/measure-1.png -share/doc/HTML/sk/marble/quick-1.png -share/doc/HTML/sk/marble/search-1.png -share/doc/HTML/sk/marble/search-2.png -share/locale/sk/LC_MESSAGES/akonadi-kcal.mo -share/locale/sk/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/sk/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/sk/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_next.mo -share/locale/sk/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/sk/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sk/LC_MESSAGES/akonadicontact.mo -share/locale/sk/LC_MESSAGES/akonaditray.mo -share/locale/sk/LC_MESSAGES/akregator.mo share/locale/sk/LC_MESSAGES/amor.mo share/locale/sk/LC_MESSAGES/ark.mo share/locale/sk/LC_MESSAGES/attica_kde.mo @@ -45,43 +6,37 @@ share/locale/sk/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/sk/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sk/LC_MESSAGES/audiorename_plugin.mo share/locale/sk/LC_MESSAGES/blinken.mo -share/locale/sk/LC_MESSAGES/blogilo.mo share/locale/sk/LC_MESSAGES/bomber.mo share/locale/sk/LC_MESSAGES/bovo.mo share/locale/sk/LC_MESSAGES/cantor.mo share/locale/sk/LC_MESSAGES/cervisia.mo -share/locale/sk/LC_MESSAGES/cryptopageplugin.mo share/locale/sk/LC_MESSAGES/cvsservice.mo share/locale/sk/LC_MESSAGES/display.mo share/locale/sk/LC_MESSAGES/dolphin.mo share/locale/sk/LC_MESSAGES/dragonplayer.mo share/locale/sk/LC_MESSAGES/drkonqi.mo share/locale/sk/LC_MESSAGES/filetypes.mo +share/locale/sk/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/sk/LC_MESSAGES/freespacenotifier.mo share/locale/sk/LC_MESSAGES/granatier.mo share/locale/sk/LC_MESSAGES/gwenview.mo share/locale/sk/LC_MESSAGES/htmlsearch.mo share/locale/sk/LC_MESSAGES/imagerename_plugin.mo -share/locale/sk/LC_MESSAGES/irkick.mo +share/locale/sk/LC_MESSAGES/jovie.mo share/locale/sk/LC_MESSAGES/joystick.mo share/locale/sk/LC_MESSAGES/juk.mo share/locale/sk/LC_MESSAGES/kabc.mo -share/locale/sk/LC_MESSAGES/kabc_akonadi.mo share/locale/sk/LC_MESSAGES/kabc_dir.mo share/locale/sk/LC_MESSAGES/kabc_file.mo share/locale/sk/LC_MESSAGES/kabc_ldapkio.mo share/locale/sk/LC_MESSAGES/kabc_net.mo -share/locale/sk/LC_MESSAGES/kabc_slox.mo -share/locale/sk/LC_MESSAGES/kabcclient.mo share/locale/sk/LC_MESSAGES/kabcformat_binary.mo share/locale/sk/LC_MESSAGES/kaccess.mo -share/locale/sk/LC_MESSAGES/kaddressbook.mo -share/locale/sk/LC_MESSAGES/kalarm.mo +share/locale/sk/LC_MESSAGES/kajongg.mo share/locale/sk/LC_MESSAGES/kalgebra.mo share/locale/sk/LC_MESSAGES/kalzium.mo -share/locale/sk/LC_MESSAGES/kalzium_qt.mo share/locale/sk/LC_MESSAGES/kanagram.mo share/locale/sk/LC_MESSAGES/kapman.mo -share/locale/sk/LC_MESSAGES/kappfinder.mo share/locale/sk/LC_MESSAGES/kapptemplate.mo share/locale/sk/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sk/LC_MESSAGES/kate.mo @@ -93,20 +48,17 @@ share/locale/sk/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sk/LC_MESSAGES/katefiletemplates.mo share/locale/sk/LC_MESSAGES/katefindinfilesplugin.mo share/locale/sk/LC_MESSAGES/katehelloworld.mo -share/locale/sk/LC_MESSAGES/katehtmltools.mo share/locale/sk/LC_MESSAGES/kateinsertcommand.mo share/locale/sk/LC_MESSAGES/katekjswrapper.mo share/locale/sk/LC_MESSAGES/katekonsoleplugin.mo share/locale/sk/LC_MESSAGES/katemailfilesplugin.mo share/locale/sk/LC_MESSAGES/kateopenheader.mo share/locale/sk/LC_MESSAGES/katepart4.mo -share/locale/sk/LC_MESSAGES/katepybrowse.mo share/locale/sk/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/sk/LC_MESSAGES/katesnippets.mo share/locale/sk/LC_MESSAGES/katesnippets_tng.mo -share/locale/sk/LC_MESSAGES/katesnippetstng_editor.mo share/locale/sk/LC_MESSAGES/katesymbolviewer.mo share/locale/sk/LC_MESSAGES/katetabbarextension.mo +share/locale/sk/LC_MESSAGES/katetabifyplugin.mo share/locale/sk/LC_MESSAGES/katetextfilter.mo share/locale/sk/LC_MESSAGES/katexmlcheck.mo share/locale/sk/LC_MESSAGES/katexmltools.mo @@ -121,27 +73,27 @@ share/locale/sk/LC_MESSAGES/kbruch.mo share/locale/sk/LC_MESSAGES/kbugbuster.mo share/locale/sk/LC_MESSAGES/kcachegrind.mo share/locale/sk/LC_MESSAGES/kcachegrind_qt.mo -share/locale/sk/LC_MESSAGES/kcal_akonadi.mo share/locale/sk/LC_MESSAGES/kcalc.mo share/locale/sk/LC_MESSAGES/kcertpart.mo share/locale/sk/LC_MESSAGES/kcharselect.mo -share/locale/sk/LC_MESSAGES/kcm_akonadi.mo share/locale/sk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sk/LC_MESSAGES/kcm_attica.mo share/locale/sk/LC_MESSAGES/kcm_autostart.mo +share/locale/sk/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sk/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sk/LC_MESSAGES/kcm_device_automounter.mo share/locale/sk/LC_MESSAGES/kcm_emoticons.mo +share/locale/sk/LC_MESSAGES/kcm_infobase.mo +share/locale/sk/LC_MESSAGES/kcm_infosummary.mo share/locale/sk/LC_MESSAGES/kcm_krfb.mo share/locale/sk/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sk/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/sk/LC_MESSAGES/kcm_lirc.mo share/locale/sk/LC_MESSAGES/kcm_memory.mo -share/locale/sk/LC_MESSAGES/kcm_partition.mo share/locale/sk/LC_MESSAGES/kcm_pci.mo share/locale/sk/LC_MESSAGES/kcm_phonon.mo share/locale/sk/LC_MESSAGES/kcm_phononxine.mo share/locale/sk/LC_MESSAGES/kcm_platform.mo +share/locale/sk/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sk/LC_MESSAGES/kcm_solid.mo share/locale/sk/LC_MESSAGES/kcm_solid_actions.mo share/locale/sk/LC_MESSAGES/kcm_standard_actions.mo @@ -154,13 +106,13 @@ share/locale/sk/LC_MESSAGES/kcmcgi.mo share/locale/sk/LC_MESSAGES/kcmcolors.mo share/locale/sk/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sk/LC_MESSAGES/kcmcrypto.mo +share/locale/sk/LC_MESSAGES/kcmdevinfo.mo share/locale/sk/LC_MESSAGES/kcmfonts.mo share/locale/sk/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sk/LC_MESSAGES/kcmicons.mo share/locale/sk/LC_MESSAGES/kcminfo.mo share/locale/sk/LC_MESSAGES/kcminit.mo share/locale/sk/LC_MESSAGES/kcminput.mo -share/locale/sk/LC_MESSAGES/kcmioslaveinfo.mo share/locale/sk/LC_MESSAGES/kcmkamera.mo share/locale/sk/LC_MESSAGES/kcmkclock.mo share/locale/sk/LC_MESSAGES/kcmkded.mo @@ -189,7 +141,6 @@ share/locale/sk/LC_MESSAGES/kcmscreensaver.mo share/locale/sk/LC_MESSAGES/kcmshell.mo share/locale/sk/LC_MESSAGES/kcmsmartcard.mo share/locale/sk/LC_MESSAGES/kcmsmserver.mo -share/locale/sk/LC_MESSAGES/kcmsolidproc.mo share/locale/sk/LC_MESSAGES/kcmstyle.mo share/locale/sk/LC_MESSAGES/kcmusb.mo share/locale/sk/LC_MESSAGES/kcmview1394.mo @@ -203,16 +154,11 @@ share/locale/sk/LC_MESSAGES/kdebugdialog.mo share/locale/sk/LC_MESSAGES/kdecalendarsystems.mo share/locale/sk/LC_MESSAGES/kdelibs4.mo share/locale/sk/LC_MESSAGES/kdelibs_colors4.mo -share/locale/sk/LC_MESSAGES/kdelirc.mo share/locale/sk/LC_MESSAGES/kdepasswd.mo -share/locale/sk/LC_MESSAGES/kdepimresources.mo -share/locale/sk/LC_MESSAGES/kdepimwizards.mo share/locale/sk/LC_MESSAGES/kdeqt.mo share/locale/sk/LC_MESSAGES/kdesu.mo share/locale/sk/LC_MESSAGES/kdesud.mo share/locale/sk/LC_MESSAGES/kdf.mo -share/locale/sk/LC_MESSAGES/kdgantt.mo -share/locale/sk/LC_MESSAGES/kdgantt1.mo share/locale/sk/LC_MESSAGES/kdialog.mo share/locale/sk/LC_MESSAGES/kdiamond.mo share/locale/sk/LC_MESSAGES/kdmconfig.mo @@ -266,7 +212,6 @@ share/locale/sk/LC_MESSAGES/kimagemapeditor.mo share/locale/sk/LC_MESSAGES/kinetd.mo share/locale/sk/LC_MESSAGES/kinfocenter.mo share/locale/sk/LC_MESSAGES/kio4.mo -share/locale/sk/LC_MESSAGES/kio_akonadi.mo share/locale/sk/LC_MESSAGES/kio_applications.mo share/locale/sk/LC_MESSAGES/kio_archive.mo share/locale/sk/LC_MESSAGES/kio_audiocd.mo @@ -274,7 +219,6 @@ share/locale/sk/LC_MESSAGES/kio_bookmarks.mo share/locale/sk/LC_MESSAGES/kio_finger.mo share/locale/sk/LC_MESSAGES/kio_fish.mo share/locale/sk/LC_MESSAGES/kio_floppy.mo -share/locale/sk/LC_MESSAGES/kio_groupwise.mo share/locale/sk/LC_MESSAGES/kio_help4.mo share/locale/sk/LC_MESSAGES/kio_imap4.mo share/locale/sk/LC_MESSAGES/kio_info.mo @@ -302,9 +246,7 @@ share/locale/sk/LC_MESSAGES/kioclient.mo share/locale/sk/LC_MESSAGES/kioexec.mo share/locale/sk/LC_MESSAGES/kiriki.mo share/locale/sk/LC_MESSAGES/kiten.mo -share/locale/sk/LC_MESSAGES/kjots.mo share/locale/sk/LC_MESSAGES/kjumpingcube.mo -share/locale/sk/LC_MESSAGES/kleopatra.mo share/locale/sk/LC_MESSAGES/klettres.mo share/locale/sk/LC_MESSAGES/klines.mo share/locale/sk/LC_MESSAGES/klinkstatus.mo @@ -312,12 +254,6 @@ share/locale/sk/LC_MESSAGES/klipper.mo share/locale/sk/LC_MESSAGES/klock.mo share/locale/sk/LC_MESSAGES/kmag.mo share/locale/sk/LC_MESSAGES/kmahjongg.mo -share/locale/sk/LC_MESSAGES/kmail-migrator.mo -share/locale/sk/LC_MESSAGES/kmail.mo -share/locale/sk/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/sk/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/sk/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/sk/LC_MESSAGES/kmailcvt.mo share/locale/sk/LC_MESSAGES/kmenuedit.mo share/locale/sk/LC_MESSAGES/kmimetypefinder.mo share/locale/sk/LC_MESSAGES/kmines.mo @@ -328,8 +264,6 @@ share/locale/sk/LC_MESSAGES/kmplot.mo share/locale/sk/LC_MESSAGES/knetattach.mo share/locale/sk/LC_MESSAGES/knetwalk.mo share/locale/sk/LC_MESSAGES/knetworkconfmodule.mo -share/locale/sk/LC_MESSAGES/knode.mo -share/locale/sk/LC_MESSAGES/knotes.mo share/locale/sk/LC_MESSAGES/knotify4.mo share/locale/sk/LC_MESSAGES/kolf.mo share/locale/sk/LC_MESSAGES/kollision.mo @@ -339,11 +273,8 @@ share/locale/sk/LC_MESSAGES/kompare.mo share/locale/sk/LC_MESSAGES/konqueror.mo share/locale/sk/LC_MESSAGES/konquest.mo share/locale/sk/LC_MESSAGES/konsole.mo -share/locale/sk/LC_MESSAGES/konsolekalendar.mo -share/locale/sk/LC_MESSAGES/kontact.mo share/locale/sk/LC_MESSAGES/kontactinterfaces.mo share/locale/sk/LC_MESSAGES/kopete.mo -share/locale/sk/LC_MESSAGES/korganizer.mo share/locale/sk/LC_MESSAGES/kpartloader.mo share/locale/sk/LC_MESSAGES/kpartsaver.mo share/locale/sk/LC_MESSAGES/kpasswdserver.mo @@ -352,28 +283,20 @@ share/locale/sk/LC_MESSAGES/kppp.mo share/locale/sk/LC_MESSAGES/kppplogview.mo share/locale/sk/LC_MESSAGES/kquitapp.mo share/locale/sk/LC_MESSAGES/krandr.mo +share/locale/sk/LC_MESSAGES/krcdnotifieritem.mo share/locale/sk/LC_MESSAGES/krdb.mo share/locale/sk/LC_MESSAGES/krdc.mo share/locale/sk/LC_MESSAGES/kreadconfig.mo -share/locale/sk/LC_MESSAGES/kres-migrator.mo -share/locale/sk/LC_MESSAGES/kres_birthday.mo -share/locale/sk/LC_MESSAGES/kres_blog.mo +share/locale/sk/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sk/LC_MESSAGES/kres_bugzilla.mo -share/locale/sk/LC_MESSAGES/kres_groupware.mo -share/locale/sk/LC_MESSAGES/kres_groupwise.mo -share/locale/sk/LC_MESSAGES/kres_kolab.mo -share/locale/sk/LC_MESSAGES/kres_remote.mo -share/locale/sk/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/sk/LC_MESSAGES/kreversi.mo share/locale/sk/LC_MESSAGES/krfb.mo share/locale/sk/LC_MESSAGES/kruler.mo share/locale/sk/LC_MESSAGES/krunner.mo share/locale/sk/LC_MESSAGES/ksame.mo share/locale/sk/LC_MESSAGES/ksaneplugin.mo -share/locale/sk/LC_MESSAGES/ksayit.mo share/locale/sk/LC_MESSAGES/kscd.mo share/locale/sk/LC_MESSAGES/kscreensaver.mo -share/locale/sk/LC_MESSAGES/ksendemail.mo share/locale/sk/LC_MESSAGES/kshisen.mo share/locale/sk/LC_MESSAGES/kshorturifilter.mo share/locale/sk/LC_MESSAGES/ksirk.mo @@ -395,16 +318,14 @@ share/locale/sk/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sk/LC_MESSAGES/ksystemlog.mo share/locale/sk/LC_MESSAGES/ksystraycmd.mo share/locale/sk/LC_MESSAGES/kteatime.mo +share/locale/sk/LC_MESSAGES/ktesnippets_editor.mo share/locale/sk/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sk/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/sk/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sk/LC_MESSAGES/kthememanager.mo share/locale/sk/LC_MESSAGES/ktimer.mo -share/locale/sk/LC_MESSAGES/ktimetracker.mo share/locale/sk/LC_MESSAGES/ktouch.mo share/locale/sk/LC_MESSAGES/ktraderclient.mo share/locale/sk/LC_MESSAGES/ktron.mo -share/locale/sk/LC_MESSAGES/kttsd.mo share/locale/sk/LC_MESSAGES/ktuberling.mo share/locale/sk/LC_MESSAGES/kturtle.mo share/locale/sk/LC_MESSAGES/ktux.mo @@ -415,8 +336,6 @@ share/locale/sk/LC_MESSAGES/kurifilter.mo share/locale/sk/LC_MESSAGES/kuser.mo share/locale/sk/LC_MESSAGES/kwalletd.mo share/locale/sk/LC_MESSAGES/kwalletmanager.mo -share/locale/sk/LC_MESSAGES/kwatchgnupg.mo -share/locale/sk/LC_MESSAGES/kweather.mo share/locale/sk/LC_MESSAGES/kwin.mo share/locale/sk/LC_MESSAGES/kwin_art_clients.mo share/locale/sk/LC_MESSAGES/kwin_clients.mo @@ -438,31 +357,25 @@ share/locale/sk/LC_MESSAGES/libkcompactdisc.mo share/locale/sk/LC_MESSAGES/libkdcraw.mo share/locale/sk/LC_MESSAGES/libkdeedu.mo share/locale/sk/LC_MESSAGES/libkdegames.mo -share/locale/sk/LC_MESSAGES/libkdepim.mo share/locale/sk/LC_MESSAGES/libkexiv2.mo share/locale/sk/LC_MESSAGES/libkholidays.mo share/locale/sk/LC_MESSAGES/libkimap.mo share/locale/sk/LC_MESSAGES/libkldap.mo -share/locale/sk/LC_MESSAGES/libkleopatra.mo share/locale/sk/LC_MESSAGES/libkmahjongg.mo share/locale/sk/LC_MESSAGES/libkmime.mo share/locale/sk/LC_MESSAGES/libkonq.mo -share/locale/sk/LC_MESSAGES/libkpgp.mo share/locale/sk/LC_MESSAGES/libkpimidentities.mo share/locale/sk/LC_MESSAGES/libkpimtextedit.mo share/locale/sk/LC_MESSAGES/libkpimutils.mo +share/locale/sk/LC_MESSAGES/libkremotecontrol.mo share/locale/sk/LC_MESSAGES/libkresources.mo share/locale/sk/LC_MESSAGES/libksane.mo share/locale/sk/LC_MESSAGES/libkscreensaver.mo -share/locale/sk/LC_MESSAGES/libksieve.mo share/locale/sk/LC_MESSAGES/libktnef.mo share/locale/sk/LC_MESSAGES/libkunitconversion.mo share/locale/sk/LC_MESSAGES/libkworkspace.mo share/locale/sk/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sk/LC_MESSAGES/libmailtransport.mo -share/locale/sk/LC_MESSAGES/libmessagecore.mo -share/locale/sk/LC_MESSAGES/libmessagelist.mo -share/locale/sk/LC_MESSAGES/libmessageviewer.mo share/locale/sk/LC_MESSAGES/liboktetacore.mo share/locale/sk/LC_MESSAGES/liboktetakasten.mo share/locale/sk/LC_MESSAGES/libphonon.mo @@ -473,7 +386,6 @@ share/locale/sk/LC_MESSAGES/librtm.mo share/locale/sk/LC_MESSAGES/libtaskmanager.mo share/locale/sk/LC_MESSAGES/lokalize.mo share/locale/sk/LC_MESSAGES/lskat.mo -share/locale/sk/LC_MESSAGES/mailreader.mo share/locale/sk/LC_MESSAGES/marble.mo share/locale/sk/LC_MESSAGES/marble_qt.mo share/locale/sk/LC_MESSAGES/mplayerthumbs.mo @@ -507,10 +419,12 @@ share/locale/sk/LC_MESSAGES/phononserver.mo share/locale/sk/LC_MESSAGES/plasma-desktop.mo share/locale/sk/LC_MESSAGES/plasma-netbook.mo share/locale/sk/LC_MESSAGES/plasma-overlay.mo +share/locale/sk/LC_MESSAGES/plasma-windowed.mo share/locale/sk/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sk/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sk/LC_MESSAGES/plasma_applet_battery.mo share/locale/sk/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sk/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sk/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sk/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sk/LC_MESSAGES/plasma_applet_clock.mo @@ -527,6 +441,7 @@ share/locale/sk/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/sk/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/sk/LC_MESSAGES/plasma_applet_icon.mo share/locale/sk/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/sk/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/sk/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/sk/LC_MESSAGES/plasma_applet_katesession.mo share/locale/sk/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -534,7 +449,6 @@ share/locale/sk/LC_MESSAGES/plasma_applet_kget.mo share/locale/sk/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/sk/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/sk/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/sk/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/sk/LC_MESSAGES/plasma_applet_launcher.mo share/locale/sk/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/sk/LC_MESSAGES/plasma_applet_life.mo @@ -546,6 +460,7 @@ share/locale/sk/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sk/LC_MESSAGES/plasma_applet_news.mo share/locale/sk/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sk/LC_MESSAGES/plasma_applet_notes.mo +share/locale/sk/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sk/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -587,7 +502,9 @@ share/locale/sk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sk/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sk/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sk/LC_MESSAGES/plasma_engine_calendar.mo share/locale/sk/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/sk/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sk/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sk/LC_MESSAGES/plasma_engine_metadata.mo @@ -599,12 +516,14 @@ share/locale/sk/LC_MESSAGES/plasma_engine_rss.mo share/locale/sk/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sk/LC_MESSAGES/plasma_engine_weather.mo share/locale/sk/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sk/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sk/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sk/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sk/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sk/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sk/LC_MESSAGES/plasma_runner_kget.mo share/locale/sk/LC_MESSAGES/plasma_runner_kill.mo @@ -624,6 +543,7 @@ share/locale/sk/LC_MESSAGES/plasma_runner_shell.mo share/locale/sk/LC_MESSAGES/plasma_runner_solid.mo share/locale/sk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sk/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sk/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sk/LC_MESSAGES/plasma_runner_windows.mo share/locale/sk/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sk/LC_MESSAGES/plasma_wallpaper_color.mo @@ -667,4 +587,3 @@ share/locale/sk/LC_MESSAGES/umbrello.mo share/locale/sk/LC_MESSAGES/useraccount.mo share/locale/sk/LC_MESSAGES/xml_mimetypes.mo share/locale/sk/entry.desktop -@dirrm share/doc/HTML/sk/marble diff --git a/misc/kde4-l10n-sl/distinfo b/misc/kde4-l10n-sl/distinfo index fca0f946df63..ac39edd09585 100644 --- a/misc/kde4-l10n-sl/distinfo +++ b/misc/kde4-l10n-sl/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-sl-4.4.5.tar.bz2) = 32de21138946faa384fa07ffc81e8fd4 -SHA256 (KDE/kde-l10n/kde-l10n-sl-4.4.5.tar.bz2) = 2dc5996ffa638fa33f34a238cd21e90a26fdc59d233af3d174f33bff5679e3dc -SIZE (KDE/kde-l10n/kde-l10n-sl-4.4.5.tar.bz2) = 4501882 +MD5 (KDE/kde-l10n/kde-l10n-sl-4.5.1.tar.bz2) = 6fb39403ca76f9b51a41efced68ca6e1 +SHA256 (KDE/kde-l10n/kde-l10n-sl-4.5.1.tar.bz2) = e14a4948b5a9198fe7319f73f9cc88572ee54a9e0da1c9a252d7c458e8fa2def +SIZE (KDE/kde-l10n/kde-l10n-sl-4.5.1.tar.bz2) = 3798039 diff --git a/misc/kde4-l10n-sl/pkg-plist b/misc/kde4-l10n-sl/pkg-plist index e945be812951..956947ac6532 100644 --- a/misc/kde4-l10n-sl/pkg-plist +++ b/misc/kde4-l10n-sl/pkg-plist @@ -47,107 +47,7 @@ share/doc/HTML/sl/common/fdl-translated.html share/doc/HTML/sl/common/gpl-translated.html share/doc/HTML/sl/common/kde-localised.css share/doc/HTML/sl/common/lgpl-translated.html -share/doc/HTML/sl/kaddressbook/common -share/doc/HTML/sl/kaddressbook/index.cache.bz2 -share/doc/HTML/sl/kaddressbook/index.docbook -share/doc/HTML/sl/kcontrol/cookies/common -share/doc/HTML/sl/kcontrol/cookies/index.cache.bz2 -share/doc/HTML/sl/kcontrol/cookies/index.docbook -share/doc/HTML/sl/kcontrol/crypto/common -share/doc/HTML/sl/kcontrol/crypto/index.cache.bz2 -share/doc/HTML/sl/kcontrol/crypto/index.docbook -share/doc/HTML/sl/kcontrol/ebrowsing/common -share/doc/HTML/sl/kcontrol/ebrowsing/index.cache.bz2 -share/doc/HTML/sl/kcontrol/ebrowsing/index.docbook -share/doc/HTML/sl/kcontrol/filetypes/common -share/doc/HTML/sl/kcontrol/filetypes/index.cache.bz2 -share/doc/HTML/sl/kcontrol/filetypes/index.docbook -share/doc/HTML/sl/kcontrol/kcmcss/common -share/doc/HTML/sl/kcontrol/kcmcss/index.cache.bz2 -share/doc/HTML/sl/kcontrol/kcmcss/index.docbook -share/doc/HTML/sl/kcontrol/kcmlaunch/common -share/doc/HTML/sl/kcontrol/kcmlaunch/index.cache.bz2 -share/doc/HTML/sl/kcontrol/kcmlaunch/index.docbook -share/doc/HTML/sl/kcontrol/kcmsmserver/common -share/doc/HTML/sl/kcontrol/kcmsmserver/index.cache.bz2 -share/doc/HTML/sl/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/sl/kcontrol/smb/common -share/doc/HTML/sl/kcontrol/smb/index.cache.bz2 -share/doc/HTML/sl/kcontrol/smb/index.docbook -share/doc/HTML/sl/kcontrol/spellchecking/common -share/doc/HTML/sl/kcontrol/spellchecking/index.cache.bz2 -share/doc/HTML/sl/kcontrol/spellchecking/index.docbook -share/doc/HTML/sl/kdesu/common -share/doc/HTML/sl/kdesu/index.cache.bz2 -share/doc/HTML/sl/kdesu/index.docbook -share/doc/HTML/sl/kdm/common -share/doc/HTML/sl/kdm/index.cache.bz2 -share/doc/HTML/sl/kdm/index.docbook -share/doc/HTML/sl/kfind/common -share/doc/HTML/sl/kfind/index.cache.bz2 -share/doc/HTML/sl/kfind/index.docbook -share/doc/HTML/sl/kinfocenter/dma/common -share/doc/HTML/sl/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/sl/kinfocenter/dma/index.docbook -share/doc/HTML/sl/kinfocenter/partitions/common -share/doc/HTML/sl/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/sl/kinfocenter/partitions/index.docbook -share/doc/HTML/sl/kinfocenter/pci/common -share/doc/HTML/sl/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/sl/kinfocenter/pci/index.docbook -share/doc/HTML/sl/kinfocenter/pcmcia/common -share/doc/HTML/sl/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/sl/kinfocenter/pcmcia/index.docbook -share/doc/HTML/sl/kinfocenter/processor/common -share/doc/HTML/sl/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/sl/kinfocenter/processor/index.docbook -share/doc/HTML/sl/kinfocenter/protocols/common -share/doc/HTML/sl/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/sl/kinfocenter/protocols/index.docbook -share/doc/HTML/sl/kinfocenter/samba/common -share/doc/HTML/sl/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/sl/kinfocenter/samba/index.docbook -share/doc/HTML/sl/kinfocenter/scsi/common -share/doc/HTML/sl/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/sl/kinfocenter/scsi/index.docbook -share/doc/HTML/sl/kinfocenter/sound/common -share/doc/HTML/sl/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/sl/kinfocenter/sound/index.docbook -share/doc/HTML/sl/kinfocenter/xserver/common -share/doc/HTML/sl/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/sl/kinfocenter/xserver/index.docbook -share/doc/HTML/sl/kpackage/common -share/doc/HTML/sl/kpackage/index.cache.bz2 -share/doc/HTML/sl/kpackage/index.docbook -share/doc/HTML/sl/kppp/accounting.docbook -share/doc/HTML/sl/kppp/callback.docbook -share/doc/HTML/sl/kppp/chap.docbook -share/doc/HTML/sl/kppp/common -share/doc/HTML/sl/kppp/dialog-setup.docbook -share/doc/HTML/sl/kppp/getting-online.docbook -share/doc/HTML/sl/kppp/global-settings.docbook -share/doc/HTML/sl/kppp/hayes.docbook -share/doc/HTML/sl/kppp/index.cache.bz2 -share/doc/HTML/sl/kppp/index.docbook -share/doc/HTML/sl/kppp/kppp-faq.docbook -share/doc/HTML/sl/kppp/security.docbook -share/doc/HTML/sl/kppp/tricks.docbook -share/doc/HTML/sl/kppp/wizard.docbook -share/locale/sl/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/sl/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sl/LC_MESSAGES/akonadicontact.mo -share/locale/sl/LC_MESSAGES/akonaditray.mo -share/locale/sl/LC_MESSAGES/akregator.mo share/locale/sl/LC_MESSAGES/amor.mo share/locale/sl/LC_MESSAGES/ark.mo share/locale/sl/LC_MESSAGES/attica_kde.mo @@ -155,7 +55,6 @@ share/locale/sl/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/sl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sl/LC_MESSAGES/audiorename_plugin.mo share/locale/sl/LC_MESSAGES/blinken.mo -share/locale/sl/LC_MESSAGES/blogilo.mo share/locale/sl/LC_MESSAGES/bomber.mo share/locale/sl/LC_MESSAGES/bovo.mo share/locale/sl/LC_MESSAGES/cantor.mo @@ -166,44 +65,35 @@ share/locale/sl/LC_MESSAGES/dolphin.mo share/locale/sl/LC_MESSAGES/dragonplayer.mo share/locale/sl/LC_MESSAGES/drkonqi.mo share/locale/sl/LC_MESSAGES/filetypes.mo +share/locale/sl/LC_MESSAGES/freespacenotifier.mo share/locale/sl/LC_MESSAGES/gwenview.mo share/locale/sl/LC_MESSAGES/htmlsearch.mo share/locale/sl/LC_MESSAGES/imagerename_plugin.mo -share/locale/sl/LC_MESSAGES/irkick.mo +share/locale/sl/LC_MESSAGES/jovie.mo share/locale/sl/LC_MESSAGES/joystick.mo share/locale/sl/LC_MESSAGES/juk.mo share/locale/sl/LC_MESSAGES/kabc.mo -share/locale/sl/LC_MESSAGES/kabc_akonadi.mo share/locale/sl/LC_MESSAGES/kabc_dir.mo share/locale/sl/LC_MESSAGES/kabc_file.mo share/locale/sl/LC_MESSAGES/kabc_ldapkio.mo share/locale/sl/LC_MESSAGES/kabc_net.mo -share/locale/sl/LC_MESSAGES/kabc_slox.mo -share/locale/sl/LC_MESSAGES/kabcclient.mo share/locale/sl/LC_MESSAGES/kabcformat_binary.mo share/locale/sl/LC_MESSAGES/kaccess.mo -share/locale/sl/LC_MESSAGES/kaddressbook.mo -share/locale/sl/LC_MESSAGES/kalarm.mo share/locale/sl/LC_MESSAGES/kalgebra.mo share/locale/sl/LC_MESSAGES/kalzium.mo -share/locale/sl/LC_MESSAGES/kalzium_qt.mo share/locale/sl/LC_MESSAGES/kanagram.mo share/locale/sl/LC_MESSAGES/kapman.mo -share/locale/sl/LC_MESSAGES/kappfinder.mo share/locale/sl/LC_MESSAGES/kate.mo share/locale/sl/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/sl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sl/LC_MESSAGES/katefiletemplates.mo share/locale/sl/LC_MESSAGES/katefindinfilesplugin.mo share/locale/sl/LC_MESSAGES/katehelloworld.mo -share/locale/sl/LC_MESSAGES/katehtmltools.mo share/locale/sl/LC_MESSAGES/kateinsertcommand.mo share/locale/sl/LC_MESSAGES/katekjswrapper.mo share/locale/sl/LC_MESSAGES/katemailfilesplugin.mo share/locale/sl/LC_MESSAGES/kateopenheader.mo share/locale/sl/LC_MESSAGES/katepart4.mo -share/locale/sl/LC_MESSAGES/katepybrowse.mo -share/locale/sl/LC_MESSAGES/katesnippets.mo share/locale/sl/LC_MESSAGES/katesymbolviewer.mo share/locale/sl/LC_MESSAGES/katetabbarextension.mo share/locale/sl/LC_MESSAGES/katetextfilter.mo @@ -219,23 +109,22 @@ share/locale/sl/LC_MESSAGES/kbreakout.mo share/locale/sl/LC_MESSAGES/kbruch.mo share/locale/sl/LC_MESSAGES/kbugbuster.mo share/locale/sl/LC_MESSAGES/kcachegrind.mo -share/locale/sl/LC_MESSAGES/kcal_akonadi.mo share/locale/sl/LC_MESSAGES/kcalc.mo share/locale/sl/LC_MESSAGES/kcertpart.mo share/locale/sl/LC_MESSAGES/kcharselect.mo -share/locale/sl/LC_MESSAGES/kcm_akonadi.mo share/locale/sl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sl/LC_MESSAGES/kcm_attica.mo share/locale/sl/LC_MESSAGES/kcm_autostart.mo +share/locale/sl/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sl/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sl/LC_MESSAGES/kcm_device_automounter.mo share/locale/sl/LC_MESSAGES/kcm_emoticons.mo +share/locale/sl/LC_MESSAGES/kcm_infobase.mo +share/locale/sl/LC_MESSAGES/kcm_infosummary.mo share/locale/sl/LC_MESSAGES/kcm_krfb.mo share/locale/sl/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sl/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/sl/LC_MESSAGES/kcm_lirc.mo share/locale/sl/LC_MESSAGES/kcm_memory.mo -share/locale/sl/LC_MESSAGES/kcm_partition.mo share/locale/sl/LC_MESSAGES/kcm_pci.mo share/locale/sl/LC_MESSAGES/kcm_phonon.mo share/locale/sl/LC_MESSAGES/kcm_phononxine.mo @@ -252,13 +141,13 @@ share/locale/sl/LC_MESSAGES/kcmcgi.mo share/locale/sl/LC_MESSAGES/kcmcolors.mo share/locale/sl/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sl/LC_MESSAGES/kcmcrypto.mo +share/locale/sl/LC_MESSAGES/kcmdevinfo.mo share/locale/sl/LC_MESSAGES/kcmfonts.mo share/locale/sl/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sl/LC_MESSAGES/kcmicons.mo share/locale/sl/LC_MESSAGES/kcminfo.mo share/locale/sl/LC_MESSAGES/kcminit.mo share/locale/sl/LC_MESSAGES/kcminput.mo -share/locale/sl/LC_MESSAGES/kcmioslaveinfo.mo share/locale/sl/LC_MESSAGES/kcmkamera.mo share/locale/sl/LC_MESSAGES/kcmkclock.mo share/locale/sl/LC_MESSAGES/kcmkded.mo @@ -287,7 +176,6 @@ share/locale/sl/LC_MESSAGES/kcmscreensaver.mo share/locale/sl/LC_MESSAGES/kcmshell.mo share/locale/sl/LC_MESSAGES/kcmsmartcard.mo share/locale/sl/LC_MESSAGES/kcmsmserver.mo -share/locale/sl/LC_MESSAGES/kcmsolidproc.mo share/locale/sl/LC_MESSAGES/kcmstyle.mo share/locale/sl/LC_MESSAGES/kcmusb.mo share/locale/sl/LC_MESSAGES/kcmview1394.mo @@ -301,16 +189,11 @@ share/locale/sl/LC_MESSAGES/kdebugdialog.mo share/locale/sl/LC_MESSAGES/kdecalendarsystems.mo share/locale/sl/LC_MESSAGES/kdelibs4.mo share/locale/sl/LC_MESSAGES/kdelibs_colors4.mo -share/locale/sl/LC_MESSAGES/kdelirc.mo share/locale/sl/LC_MESSAGES/kdepasswd.mo -share/locale/sl/LC_MESSAGES/kdepimresources.mo -share/locale/sl/LC_MESSAGES/kdepimwizards.mo share/locale/sl/LC_MESSAGES/kdeqt.mo share/locale/sl/LC_MESSAGES/kdesu.mo share/locale/sl/LC_MESSAGES/kdesud.mo share/locale/sl/LC_MESSAGES/kdf.mo -share/locale/sl/LC_MESSAGES/kdgantt.mo -share/locale/sl/LC_MESSAGES/kdgantt1.mo share/locale/sl/LC_MESSAGES/kdialog.mo share/locale/sl/LC_MESSAGES/kdiamond.mo share/locale/sl/LC_MESSAGES/kdmconfig.mo @@ -363,7 +246,6 @@ share/locale/sl/LC_MESSAGES/kimagemapeditor.mo share/locale/sl/LC_MESSAGES/kinetd.mo share/locale/sl/LC_MESSAGES/kinfocenter.mo share/locale/sl/LC_MESSAGES/kio4.mo -share/locale/sl/LC_MESSAGES/kio_akonadi.mo share/locale/sl/LC_MESSAGES/kio_applications.mo share/locale/sl/LC_MESSAGES/kio_archive.mo share/locale/sl/LC_MESSAGES/kio_audiocd.mo @@ -371,7 +253,6 @@ share/locale/sl/LC_MESSAGES/kio_bookmarks.mo share/locale/sl/LC_MESSAGES/kio_finger.mo share/locale/sl/LC_MESSAGES/kio_fish.mo share/locale/sl/LC_MESSAGES/kio_floppy.mo -share/locale/sl/LC_MESSAGES/kio_groupwise.mo share/locale/sl/LC_MESSAGES/kio_help4.mo share/locale/sl/LC_MESSAGES/kio_imap4.mo share/locale/sl/LC_MESSAGES/kio_info.mo @@ -398,9 +279,7 @@ share/locale/sl/LC_MESSAGES/kioclient.mo share/locale/sl/LC_MESSAGES/kioexec.mo share/locale/sl/LC_MESSAGES/kiriki.mo share/locale/sl/LC_MESSAGES/kiten.mo -share/locale/sl/LC_MESSAGES/kjots.mo share/locale/sl/LC_MESSAGES/kjumpingcube.mo -share/locale/sl/LC_MESSAGES/kleopatra.mo share/locale/sl/LC_MESSAGES/klettres.mo share/locale/sl/LC_MESSAGES/klines.mo share/locale/sl/LC_MESSAGES/klinkstatus.mo @@ -408,11 +287,6 @@ share/locale/sl/LC_MESSAGES/klipper.mo share/locale/sl/LC_MESSAGES/klock.mo share/locale/sl/LC_MESSAGES/kmag.mo share/locale/sl/LC_MESSAGES/kmahjongg.mo -share/locale/sl/LC_MESSAGES/kmail.mo -share/locale/sl/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/sl/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/sl/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/sl/LC_MESSAGES/kmailcvt.mo share/locale/sl/LC_MESSAGES/kmenuedit.mo share/locale/sl/LC_MESSAGES/kmimetypefinder.mo share/locale/sl/LC_MESSAGES/kmines.mo @@ -423,8 +297,6 @@ share/locale/sl/LC_MESSAGES/kmplot.mo share/locale/sl/LC_MESSAGES/knetattach.mo share/locale/sl/LC_MESSAGES/knetwalk.mo share/locale/sl/LC_MESSAGES/knetworkconfmodule.mo -share/locale/sl/LC_MESSAGES/knode.mo -share/locale/sl/LC_MESSAGES/knotes.mo share/locale/sl/LC_MESSAGES/knotify4.mo share/locale/sl/LC_MESSAGES/kolf.mo share/locale/sl/LC_MESSAGES/kollision.mo @@ -433,11 +305,8 @@ share/locale/sl/LC_MESSAGES/kompare.mo share/locale/sl/LC_MESSAGES/konqueror.mo share/locale/sl/LC_MESSAGES/konquest.mo share/locale/sl/LC_MESSAGES/konsole.mo -share/locale/sl/LC_MESSAGES/konsolekalendar.mo -share/locale/sl/LC_MESSAGES/kontact.mo share/locale/sl/LC_MESSAGES/kontactinterfaces.mo share/locale/sl/LC_MESSAGES/kopete.mo -share/locale/sl/LC_MESSAGES/korganizer.mo share/locale/sl/LC_MESSAGES/kpartsaver.mo share/locale/sl/LC_MESSAGES/kpasswdserver.mo share/locale/sl/LC_MESSAGES/kpat.mo @@ -448,22 +317,14 @@ share/locale/sl/LC_MESSAGES/krandr.mo share/locale/sl/LC_MESSAGES/krdb.mo share/locale/sl/LC_MESSAGES/krdc.mo share/locale/sl/LC_MESSAGES/kreadconfig.mo -share/locale/sl/LC_MESSAGES/kres_birthday.mo -share/locale/sl/LC_MESSAGES/kres_blog.mo share/locale/sl/LC_MESSAGES/kres_bugzilla.mo -share/locale/sl/LC_MESSAGES/kres_groupware.mo -share/locale/sl/LC_MESSAGES/kres_groupwise.mo -share/locale/sl/LC_MESSAGES/kres_kolab.mo -share/locale/sl/LC_MESSAGES/kres_remote.mo share/locale/sl/LC_MESSAGES/kreversi.mo share/locale/sl/LC_MESSAGES/krfb.mo share/locale/sl/LC_MESSAGES/kruler.mo share/locale/sl/LC_MESSAGES/krunner.mo share/locale/sl/LC_MESSAGES/ksame.mo -share/locale/sl/LC_MESSAGES/ksayit.mo share/locale/sl/LC_MESSAGES/kscd.mo share/locale/sl/LC_MESSAGES/kscreensaver.mo -share/locale/sl/LC_MESSAGES/ksendemail.mo share/locale/sl/LC_MESSAGES/kshisen.mo share/locale/sl/LC_MESSAGES/kshorturifilter.mo share/locale/sl/LC_MESSAGES/ksirk.mo @@ -484,13 +345,10 @@ share/locale/sl/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sl/LC_MESSAGES/ksystraycmd.mo share/locale/sl/LC_MESSAGES/kteatime.mo share/locale/sl/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/sl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sl/LC_MESSAGES/kthememanager.mo share/locale/sl/LC_MESSAGES/ktimer.mo -share/locale/sl/LC_MESSAGES/ktimetracker.mo share/locale/sl/LC_MESSAGES/ktouch.mo share/locale/sl/LC_MESSAGES/ktraderclient.mo -share/locale/sl/LC_MESSAGES/kttsd.mo share/locale/sl/LC_MESSAGES/ktuberling.mo share/locale/sl/LC_MESSAGES/kturtle.mo share/locale/sl/LC_MESSAGES/ktux.mo @@ -501,8 +359,6 @@ share/locale/sl/LC_MESSAGES/kurifilter.mo share/locale/sl/LC_MESSAGES/kuser.mo share/locale/sl/LC_MESSAGES/kwalletd.mo share/locale/sl/LC_MESSAGES/kwalletmanager.mo -share/locale/sl/LC_MESSAGES/kwatchgnupg.mo -share/locale/sl/LC_MESSAGES/kweather.mo share/locale/sl/LC_MESSAGES/kwin.mo share/locale/sl/LC_MESSAGES/kwin_art_clients.mo share/locale/sl/LC_MESSAGES/kwin_clients.mo @@ -523,31 +379,24 @@ share/locale/sl/LC_MESSAGES/libkcddb.mo share/locale/sl/LC_MESSAGES/libkcompactdisc.mo share/locale/sl/LC_MESSAGES/libkdeedu.mo share/locale/sl/LC_MESSAGES/libkdegames.mo -share/locale/sl/LC_MESSAGES/libkdepim.mo share/locale/sl/LC_MESSAGES/libkexiv2.mo share/locale/sl/LC_MESSAGES/libkholidays.mo share/locale/sl/LC_MESSAGES/libkimap.mo share/locale/sl/LC_MESSAGES/libkldap.mo -share/locale/sl/LC_MESSAGES/libkleopatra.mo share/locale/sl/LC_MESSAGES/libkmahjongg.mo share/locale/sl/LC_MESSAGES/libkmime.mo share/locale/sl/LC_MESSAGES/libkonq.mo -share/locale/sl/LC_MESSAGES/libkpgp.mo share/locale/sl/LC_MESSAGES/libkpimidentities.mo share/locale/sl/LC_MESSAGES/libkpimtextedit.mo share/locale/sl/LC_MESSAGES/libkpimutils.mo share/locale/sl/LC_MESSAGES/libkresources.mo share/locale/sl/LC_MESSAGES/libksane.mo share/locale/sl/LC_MESSAGES/libkscreensaver.mo -share/locale/sl/LC_MESSAGES/libksieve.mo share/locale/sl/LC_MESSAGES/libktnef.mo share/locale/sl/LC_MESSAGES/libkunitconversion.mo share/locale/sl/LC_MESSAGES/libkworkspace.mo share/locale/sl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sl/LC_MESSAGES/libmailtransport.mo -share/locale/sl/LC_MESSAGES/libmessagecore.mo -share/locale/sl/LC_MESSAGES/libmessagelist.mo -share/locale/sl/LC_MESSAGES/libmessageviewer.mo share/locale/sl/LC_MESSAGES/liboktetacore.mo share/locale/sl/LC_MESSAGES/liboktetakasten.mo share/locale/sl/LC_MESSAGES/libphonon.mo @@ -558,7 +407,6 @@ share/locale/sl/LC_MESSAGES/librtm.mo share/locale/sl/LC_MESSAGES/libtaskmanager.mo share/locale/sl/LC_MESSAGES/lokalize.mo share/locale/sl/LC_MESSAGES/lskat.mo -share/locale/sl/LC_MESSAGES/mailreader.mo share/locale/sl/LC_MESSAGES/marble.mo share/locale/sl/LC_MESSAGES/marble_qt.mo share/locale/sl/LC_MESSAGES/mplayerthumbs.mo @@ -583,10 +431,12 @@ share/locale/sl/LC_MESSAGES/phononserver.mo share/locale/sl/LC_MESSAGES/plasma-desktop.mo share/locale/sl/LC_MESSAGES/plasma-netbook.mo share/locale/sl/LC_MESSAGES/plasma-overlay.mo +share/locale/sl/LC_MESSAGES/plasma-windowed.mo share/locale/sl/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sl/LC_MESSAGES/plasma_applet_battery.mo share/locale/sl/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sl/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sl/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sl/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sl/LC_MESSAGES/plasma_applet_clock.mo @@ -606,7 +456,6 @@ share/locale/sl/LC_MESSAGES/plasma_applet_kget.mo share/locale/sl/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/sl/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/sl/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/sl/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/sl/LC_MESSAGES/plasma_applet_launcher.mo share/locale/sl/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/sl/LC_MESSAGES/plasma_applet_life.mo @@ -618,6 +467,7 @@ share/locale/sl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sl/LC_MESSAGES/plasma_applet_news.mo share/locale/sl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sl/LC_MESSAGES/plasma_applet_notes.mo +share/locale/sl/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo @@ -658,6 +508,8 @@ share/locale/sl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sl/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/sl/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sl/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sl/LC_MESSAGES/plasma_engine_metadata.mo @@ -669,12 +521,14 @@ share/locale/sl/LC_MESSAGES/plasma_engine_rss.mo share/locale/sl/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sl/LC_MESSAGES/plasma_engine_weather.mo share/locale/sl/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sl/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sl/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sl/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sl/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sl/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sl/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sl/LC_MESSAGES/plasma_runner_kill.mo share/locale/sl/LC_MESSAGES/plasma_runner_konquerorsessions.mo @@ -693,6 +547,7 @@ share/locale/sl/LC_MESSAGES/plasma_runner_shell.mo share/locale/sl/LC_MESSAGES/plasma_runner_solid.mo share/locale/sl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sl/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sl/LC_MESSAGES/plasma_runner_windows.mo share/locale/sl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sl/LC_MESSAGES/plasma_wallpaper_color.mo @@ -732,33 +587,6 @@ share/locale/sl/LC_MESSAGES/umbrello.mo share/locale/sl/LC_MESSAGES/useraccount.mo share/locale/sl/LC_MESSAGES/xml_mimetypes.mo share/locale/sl/entry.desktop -@dirrm share/doc/HTML/sl/kppp -@dirrm share/doc/HTML/sl/kpackage -@dirrm share/doc/HTML/sl/kinfocenter/xserver -@dirrm share/doc/HTML/sl/kinfocenter/sound -@dirrm share/doc/HTML/sl/kinfocenter/scsi -@dirrm share/doc/HTML/sl/kinfocenter/samba -@dirrm share/doc/HTML/sl/kinfocenter/protocols -@dirrm share/doc/HTML/sl/kinfocenter/processor -@dirrm share/doc/HTML/sl/kinfocenter/pcmcia -@dirrm share/doc/HTML/sl/kinfocenter/pci -@dirrm share/doc/HTML/sl/kinfocenter/partitions -@dirrm share/doc/HTML/sl/kinfocenter/dma -@dirrm share/doc/HTML/sl/kinfocenter -@dirrm share/doc/HTML/sl/kfind -@dirrm share/doc/HTML/sl/kdm -@dirrm share/doc/HTML/sl/kdesu -@dirrm share/doc/HTML/sl/kcontrol/spellchecking -@dirrm share/doc/HTML/sl/kcontrol/smb -@dirrm share/doc/HTML/sl/kcontrol/kcmsmserver -@dirrm share/doc/HTML/sl/kcontrol/kcmlaunch -@dirrm share/doc/HTML/sl/kcontrol/kcmcss -@dirrm share/doc/HTML/sl/kcontrol/filetypes -@dirrm share/doc/HTML/sl/kcontrol/ebrowsing -@dirrm share/doc/HTML/sl/kcontrol/crypto -@dirrm share/doc/HTML/sl/kcontrol/cookies -@dirrm share/doc/HTML/sl/kcontrol -@dirrm share/doc/HTML/sl/kaddressbook @dirrm share/doc/HTML/sl/common @dirrm share/apps/kvtml/sl @dirrm share/apps/kvtml diff --git a/misc/kde4-l10n-sr/Makefile b/misc/kde4-l10n-sr/Makefile index ca8524476ea0..591dbb724940 100644 --- a/misc/kde4-l10n-sr/Makefile +++ b/misc/kde4-l10n-sr/Makefile @@ -13,7 +13,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Serbian messages and documentation for KDE4 KDE4_L10N= sr -MANLANG= ${KDE4_L10N} +MANLANG= ${KDE4_L10N} sr@latin .include <${.CURDIR}/Makefile.man> .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-sr/Makefile.man b/misc/kde4-l10n-sr/Makefile.man index 37f448f11206..1edca7cfe8f4 100644 --- a/misc/kde4-l10n-sr/Makefile.man +++ b/misc/kde4-l10n-sr/Makefile.man @@ -1 +1,2 @@ -MAN1= ark.1 kappfinder.1 kbookmarkmerger.1 kdesu.1 kfind.1 +MAN1_SR= ark.1 kbookmarkmerger.1 kdesu.1 kfind.1 +MAN1_SR@LATIN= ark.1 kbookmarkmerger.1 kdesu.1 kfind.1 diff --git a/misc/kde4-l10n-sr/distinfo b/misc/kde4-l10n-sr/distinfo index 5dfea12cb2c3..8ebe858c9c92 100644 --- a/misc/kde4-l10n-sr/distinfo +++ b/misc/kde4-l10n-sr/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-sr-4.4.5.tar.bz2) = e9d5f984148d62fe9d1217b593c43147 -SHA256 (KDE/kde-l10n/kde-l10n-sr-4.4.5.tar.bz2) = 31f0b0a9fa13a178ed34ce9d6f7822bc95ac457f6e5bf98762c9de6fb30266b5 -SIZE (KDE/kde-l10n/kde-l10n-sr-4.4.5.tar.bz2) = 8508792 +MD5 (KDE/kde-l10n/kde-l10n-sr-4.5.1.tar.bz2) = 422ecb7312f5cf86bae237112ea4df15 +SHA256 (KDE/kde-l10n/kde-l10n-sr-4.5.1.tar.bz2) = 0ecb4a26367274203766c94da070e23db59a31971cc36e68b099820c0166d6a0 +SIZE (KDE/kde-l10n/kde-l10n-sr-4.5.1.tar.bz2) = 10339811 diff --git a/misc/kde4-l10n-sr/pkg-plist b/misc/kde4-l10n-sr/pkg-plist index c5e9e8ee07f4..caae68847782 100644 --- a/misc/kde4-l10n-sr/pkg-plist +++ b/misc/kde4-l10n-sr/pkg-plist @@ -1,7 +1,15 @@ +share/apps/desktoptheme/default/icons/l10n/sr/notification.svgz +share/apps/desktoptheme/default/icons/l10n/sr@ijekavian/notification.svgz +share/apps/desktoptheme/default/icons/l10n/sr@ijekavianlatin/notification.svgz +share/apps/desktoptheme/default/icons/l10n/sr@latin/notification.svgz share/apps/desktoptheme/default/widgets/l10n/sr/branding.svgz share/apps/desktoptheme/default/widgets/l10n/sr@ijekavian/branding.svgz share/apps/desktoptheme/default/widgets/l10n/sr@ijekavianlatin/branding.svgz share/apps/desktoptheme/default/widgets/l10n/sr@latin/branding.svgz +share/apps/desktoptheme/oxygen/widgets/l10n/sr/branding.svgz +share/apps/desktoptheme/oxygen/widgets/l10n/sr@ijekavian/branding.svgz +share/apps/desktoptheme/oxygen/widgets/l10n/sr@ijekavianlatin/branding.svgz +share/apps/desktoptheme/oxygen/widgets/l10n/sr@latin/branding.svgz share/apps/khangman/sr@latin.txt share/apps/ktuberling/sounds/sr.soundtheme share/apps/ktuberling/sounds/sr/brkovi.ogg @@ -49,8 +57,6 @@ share/doc/HTML/sr/common/lgpl-translated.html share/doc/HTML/sr/dolphin/common share/doc/HTML/sr/dolphin/index.cache.bz2 share/doc/HTML/sr/dolphin/index.docbook -share/doc/HTML/sr/dolphin/toolbarbuttons.png -share/doc/HTML/sr/dolphin/workspacebuttons.png share/doc/HTML/sr/dragonplayer/common share/doc/HTML/sr/dragonplayer/index.cache.bz2 share/doc/HTML/sr/dragonplayer/index.docbook @@ -61,9 +67,6 @@ share/doc/HTML/sr/gwenview/interface.docbook share/doc/HTML/sr/gwenview/introduction.docbook share/doc/HTML/sr/gwenview/keybindings.docbook share/doc/HTML/sr/gwenview/mouse.docbook -share/doc/HTML/sr/irkick/common -share/doc/HTML/sr/irkick/index.cache.bz2 -share/doc/HTML/sr/irkick/index.docbook share/doc/HTML/sr/juk/common share/doc/HTML/sr/juk/index.cache.bz2 share/doc/HTML/sr/juk/index.docbook @@ -74,9 +77,6 @@ share/doc/HTML/sr/kcalc/index.docbook share/doc/HTML/sr/kcharselect/common share/doc/HTML/sr/kcharselect/index.cache.bz2 share/doc/HTML/sr/kcharselect/index.docbook -share/doc/HTML/sr/kcmlirc/common -share/doc/HTML/sr/kcmlirc/index.cache.bz2 -share/doc/HTML/sr/kcmlirc/index.docbook share/doc/HTML/sr/kcontrol/autostart/common share/doc/HTML/sr/kcontrol/autostart/index.cache.bz2 share/doc/HTML/sr/kcontrol/autostart/index.docbook @@ -92,12 +92,18 @@ share/doc/HTML/sr/kcontrol/bookmarks/index.docbook share/doc/HTML/sr/kcontrol/cache/common share/doc/HTML/sr/kcontrol/cache/index.cache.bz2 share/doc/HTML/sr/kcontrol/cache/index.docbook +share/doc/HTML/sr/kcontrol/cddbretrieval/common +share/doc/HTML/sr/kcontrol/cddbretrieval/index.cache.bz2 +share/doc/HTML/sr/kcontrol/cddbretrieval/index.docbook share/doc/HTML/sr/kcontrol/clock/common share/doc/HTML/sr/kcontrol/clock/index.cache.bz2 share/doc/HTML/sr/kcontrol/clock/index.docbook share/doc/HTML/sr/kcontrol/cookies/common share/doc/HTML/sr/kcontrol/cookies/index.cache.bz2 share/doc/HTML/sr/kcontrol/cookies/index.docbook +share/doc/HTML/sr/kcontrol/desktop/common +share/doc/HTML/sr/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/sr/kcontrol/desktop/index.docbook share/doc/HTML/sr/kcontrol/ebrowsing/common share/doc/HTML/sr/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/sr/kcontrol/ebrowsing/index.docbook @@ -110,9 +116,6 @@ share/doc/HTML/sr/kcontrol/filemanager/index.docbook share/doc/HTML/sr/kcontrol/filetypes/common share/doc/HTML/sr/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/sr/kcontrol/filetypes/index.docbook -share/doc/HTML/sr/kcontrol/helpindex/common -share/doc/HTML/sr/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/sr/kcontrol/helpindex/index.docbook share/doc/HTML/sr/kcontrol/icons/common share/doc/HTML/sr/kcontrol/icons/index.cache.bz2 share/doc/HTML/sr/kcontrol/icons/index.docbook @@ -125,9 +128,6 @@ share/doc/HTML/sr/kcontrol/kcmlaunch/index.docbook share/doc/HTML/sr/kcontrol/kcmnotify/common share/doc/HTML/sr/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/sr/kcontrol/kcmnotify/index.docbook -share/doc/HTML/sr/kcontrol/kdm/common -share/doc/HTML/sr/kcontrol/kdm/index.cache.bz2 -share/doc/HTML/sr/kcontrol/kdm/index.docbook share/doc/HTML/sr/kcontrol/khtml-adblock/common share/doc/HTML/sr/kcontrol/khtml-adblock/index.cache.bz2 share/doc/HTML/sr/kcontrol/khtml-adblock/index.docbook @@ -191,121 +191,11 @@ share/doc/HTML/sr/kgpg/common share/doc/HTML/sr/kgpg/index.cache.bz2 share/doc/HTML/sr/kgpg/index.docbook share/doc/HTML/sr/khelpcenter/common -share/doc/HTML/sr/khelpcenter/contact.docbook -share/doc/HTML/sr/khelpcenter/help.docbook share/doc/HTML/sr/khelpcenter/index.cache.bz2 share/doc/HTML/sr/khelpcenter/index.docbook -share/doc/HTML/sr/khelpcenter/quickstart/common -share/doc/HTML/sr/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/sr/khelpcenter/quickstart/index.docbook -share/doc/HTML/sr/khelpcenter/support.docbook -share/doc/HTML/sr/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/sr/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/sr/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/sr/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/sr/khelpcenter/userguide/common -share/doc/HTML/sr/khelpcenter/userguide/control-center.docbook -share/doc/HTML/sr/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/sr/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/sr/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/sr/khelpcenter/userguide/email.docbook -share/doc/HTML/sr/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/sr/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/sr/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/sr/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/sr/khelpcenter/userguide/glossary.docbook -share/doc/HTML/sr/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/sr/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/sr/khelpcenter/userguide/index.docbook -share/doc/HTML/sr/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/sr/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/sr/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/sr/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/sr/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/sr/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/sr/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/sr/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/sr/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/sr/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/sr/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/sr/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/sr/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/sr/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/sr/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/sr/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/sr/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/sr/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/sr/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/sr/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/sr/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/sr/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/sr/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/sr/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/sr/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/sr/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/sr/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/sr/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/sr/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/sr/khelpcenter/userguide/usenet.docbook -share/doc/HTML/sr/khelpcenter/userguide/where-next.docbook -share/doc/HTML/sr/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/sr/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/sr/khelpcenter/welcome.docbook -share/doc/HTML/sr/khelpcenter/whatiskde.docbook share/doc/HTML/sr/kinfocenter/common -share/doc/HTML/sr/kinfocenter/devices/common -share/doc/HTML/sr/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/devices/index.docbook -share/doc/HTML/sr/kinfocenter/dma/common -share/doc/HTML/sr/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/dma/index.docbook share/doc/HTML/sr/kinfocenter/index.cache.bz2 share/doc/HTML/sr/kinfocenter/index.docbook -share/doc/HTML/sr/kinfocenter/interrupts/common -share/doc/HTML/sr/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/interrupts/index.docbook -share/doc/HTML/sr/kinfocenter/ioports/common -share/doc/HTML/sr/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/ioports/index.docbook -share/doc/HTML/sr/kinfocenter/memory/common -share/doc/HTML/sr/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/memory/index.docbook -share/doc/HTML/sr/kinfocenter/nics/common -share/doc/HTML/sr/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/nics/index.docbook -share/doc/HTML/sr/kinfocenter/opengl/common -share/doc/HTML/sr/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/opengl/index.docbook -share/doc/HTML/sr/kinfocenter/partitions/common -share/doc/HTML/sr/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/partitions/index.docbook -share/doc/HTML/sr/kinfocenter/pci/common -share/doc/HTML/sr/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/pci/index.docbook -share/doc/HTML/sr/kinfocenter/pcmcia/common -share/doc/HTML/sr/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/pcmcia/index.docbook -share/doc/HTML/sr/kinfocenter/processor/common -share/doc/HTML/sr/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/processor/index.docbook -share/doc/HTML/sr/kinfocenter/protocols/common -share/doc/HTML/sr/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/protocols/index.docbook -share/doc/HTML/sr/kinfocenter/samba/common -share/doc/HTML/sr/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/samba/index.docbook -share/doc/HTML/sr/kinfocenter/scsi/common -share/doc/HTML/sr/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/scsi/index.docbook -share/doc/HTML/sr/kinfocenter/sound/common -share/doc/HTML/sr/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/sound/index.docbook -share/doc/HTML/sr/kinfocenter/usb/common -share/doc/HTML/sr/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/usb/index.docbook -share/doc/HTML/sr/kinfocenter/xserver/common -share/doc/HTML/sr/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/sr/kinfocenter/xserver/index.docbook share/doc/HTML/sr/kioslave/audiocd/common share/doc/HTML/sr/kioslave/audiocd/index.cache.bz2 share/doc/HTML/sr/kioslave/audiocd/index.docbook @@ -360,9 +250,6 @@ share/doc/HTML/sr/kioslave/mailto/index.docbook share/doc/HTML/sr/kioslave/man/common share/doc/HTML/sr/kioslave/man/index.cache.bz2 share/doc/HTML/sr/kioslave/man/index.docbook -share/doc/HTML/sr/kioslave/news/common -share/doc/HTML/sr/kioslave/news/index.cache.bz2 -share/doc/HTML/sr/kioslave/news/index.docbook share/doc/HTML/sr/kioslave/nfs/common share/doc/HTML/sr/kioslave/nfs/index.cache.bz2 share/doc/HTML/sr/kioslave/nfs/index.docbook @@ -428,6 +315,20 @@ share/doc/HTML/sr/kopete/index.cache.bz2 share/doc/HTML/sr/kopete/index.docbook share/doc/HTML/sr/kopete/menus.docbook share/doc/HTML/sr/kopete/pipes.docbook +share/doc/HTML/sr/kppp/accounting.docbook +share/doc/HTML/sr/kppp/callback.docbook +share/doc/HTML/sr/kppp/chap.docbook +share/doc/HTML/sr/kppp/common +share/doc/HTML/sr/kppp/dialog-setup.docbook +share/doc/HTML/sr/kppp/getting-online.docbook +share/doc/HTML/sr/kppp/global-settings.docbook +share/doc/HTML/sr/kppp/hayes.docbook +share/doc/HTML/sr/kppp/index.cache.bz2 +share/doc/HTML/sr/kppp/index.docbook +share/doc/HTML/sr/kppp/kppp-faq.docbook +share/doc/HTML/sr/kppp/security.docbook +share/doc/HTML/sr/kppp/tricks.docbook +share/doc/HTML/sr/kppp/wizard.docbook share/doc/HTML/sr/krdc/common share/doc/HTML/sr/krdc/index.cache.bz2 share/doc/HTML/sr/krdc/index.docbook @@ -450,20 +351,315 @@ share/doc/HTML/sr/lokalize/index.docbook share/doc/HTML/sr/lokalize/original-diff.png share/doc/HTML/sr/lokalize/sync.png share/doc/HTML/sr/lokalize/tmview.png -share/doc/HTML/sr/okteta/basics.docbook share/doc/HTML/sr/okteta/common -share/doc/HTML/sr/okteta/credits.docbook share/doc/HTML/sr/okteta/index.cache.bz2 share/doc/HTML/sr/okteta/index.docbook -share/doc/HTML/sr/okteta/introduction.docbook -share/doc/HTML/sr/okteta/menu.docbook -share/doc/HTML/sr/okteta/tools.docbook share/doc/HTML/sr/sonnet/common share/doc/HTML/sr/sonnet/index.cache.bz2 share/doc/HTML/sr/sonnet/index.docbook -share/doc/HTML/sr/superkaramba/common -share/doc/HTML/sr/superkaramba/index.cache.bz2 -share/doc/HTML/sr/superkaramba/index.docbook +share/doc/HTML/sr@latin/ark/common +share/doc/HTML/sr@latin/ark/index.cache.bz2 +share/doc/HTML/sr@latin/ark/index.docbook +share/doc/HTML/sr@latin/ark/man-ark.1.docbook +share/doc/HTML/sr@latin/dolphin/common +share/doc/HTML/sr@latin/dolphin/index.cache.bz2 +share/doc/HTML/sr@latin/dolphin/index.docbook +share/doc/HTML/sr@latin/dragonplayer/common +share/doc/HTML/sr@latin/dragonplayer/index.cache.bz2 +share/doc/HTML/sr@latin/dragonplayer/index.docbook +share/doc/HTML/sr@latin/gwenview/common +share/doc/HTML/sr@latin/gwenview/index.cache.bz2 +share/doc/HTML/sr@latin/gwenview/index.docbook +share/doc/HTML/sr@latin/gwenview/interface.docbook +share/doc/HTML/sr@latin/gwenview/introduction.docbook +share/doc/HTML/sr@latin/gwenview/keybindings.docbook +share/doc/HTML/sr@latin/gwenview/mouse.docbook +share/doc/HTML/sr@latin/juk/common +share/doc/HTML/sr@latin/juk/index.cache.bz2 +share/doc/HTML/sr@latin/juk/index.docbook +share/doc/HTML/sr@latin/kcalc/commands.docbook +share/doc/HTML/sr@latin/kcalc/common +share/doc/HTML/sr@latin/kcalc/index.cache.bz2 +share/doc/HTML/sr@latin/kcalc/index.docbook +share/doc/HTML/sr@latin/kcharselect/common +share/doc/HTML/sr@latin/kcharselect/index.cache.bz2 +share/doc/HTML/sr@latin/kcharselect/index.docbook +share/doc/HTML/sr@latin/kcontrol/autostart/common +share/doc/HTML/sr@latin/kcontrol/autostart/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/autostart/index.docbook +share/doc/HTML/sr@latin/kcontrol/bell/common +share/doc/HTML/sr@latin/kcontrol/bell/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/bell/index.docbook +share/doc/HTML/sr@latin/kcontrol/blockdevices/common +share/doc/HTML/sr@latin/kcontrol/blockdevices/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/blockdevices/index.docbook +share/doc/HTML/sr@latin/kcontrol/bookmarks/common +share/doc/HTML/sr@latin/kcontrol/bookmarks/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/bookmarks/index.docbook +share/doc/HTML/sr@latin/kcontrol/cache/common +share/doc/HTML/sr@latin/kcontrol/cache/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/cache/index.docbook +share/doc/HTML/sr@latin/kcontrol/cddbretrieval/common +share/doc/HTML/sr@latin/kcontrol/cddbretrieval/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/cddbretrieval/index.docbook +share/doc/HTML/sr@latin/kcontrol/clock/common +share/doc/HTML/sr@latin/kcontrol/clock/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/clock/index.docbook +share/doc/HTML/sr@latin/kcontrol/cookies/common +share/doc/HTML/sr@latin/kcontrol/cookies/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/cookies/index.docbook +share/doc/HTML/sr@latin/kcontrol/desktop/common +share/doc/HTML/sr@latin/kcontrol/desktop/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/desktop/index.docbook +share/doc/HTML/sr@latin/kcontrol/ebrowsing/common +share/doc/HTML/sr@latin/kcontrol/ebrowsing/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/ebrowsing/index.docbook +share/doc/HTML/sr@latin/kcontrol/emoticons/common +share/doc/HTML/sr@latin/kcontrol/emoticons/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/emoticons/index.docbook +share/doc/HTML/sr@latin/kcontrol/filemanager/common +share/doc/HTML/sr@latin/kcontrol/filemanager/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/filemanager/index.docbook +share/doc/HTML/sr@latin/kcontrol/filetypes/common +share/doc/HTML/sr@latin/kcontrol/filetypes/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/filetypes/index.docbook +share/doc/HTML/sr@latin/kcontrol/icons/common +share/doc/HTML/sr@latin/kcontrol/icons/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/icons/index.docbook +share/doc/HTML/sr@latin/kcontrol/kcmcss/common +share/doc/HTML/sr@latin/kcontrol/kcmcss/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/kcmcss/index.docbook +share/doc/HTML/sr@latin/kcontrol/kcmlaunch/common +share/doc/HTML/sr@latin/kcontrol/kcmlaunch/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/kcmlaunch/index.docbook +share/doc/HTML/sr@latin/kcontrol/kcmnotify/common +share/doc/HTML/sr@latin/kcontrol/kcmnotify/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/kcmnotify/index.docbook +share/doc/HTML/sr@latin/kcontrol/khtml-adblock/common +share/doc/HTML/sr@latin/kcontrol/khtml-adblock/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/khtml-adblock/index.docbook +share/doc/HTML/sr@latin/kcontrol/khtml-behavior/common +share/doc/HTML/sr@latin/kcontrol/khtml-behavior/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/khtml-behavior/index.docbook +share/doc/HTML/sr@latin/kcontrol/khtml-java-js/common +share/doc/HTML/sr@latin/kcontrol/khtml-java-js/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/khtml-java-js/index.docbook +share/doc/HTML/sr@latin/kcontrol/khtml-plugins/common +share/doc/HTML/sr@latin/kcontrol/khtml-plugins/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/khtml-plugins/index.docbook +share/doc/HTML/sr@latin/kcontrol/language/common +share/doc/HTML/sr@latin/kcontrol/language/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/language/index.docbook +share/doc/HTML/sr@latin/kcontrol/netpref/common +share/doc/HTML/sr@latin/kcontrol/netpref/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/netpref/index.docbook +share/doc/HTML/sr@latin/kcontrol/paths/common +share/doc/HTML/sr@latin/kcontrol/paths/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/paths/index.docbook +share/doc/HTML/sr@latin/kcontrol/performance/common +share/doc/HTML/sr@latin/kcontrol/performance/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/performance/index.docbook +share/doc/HTML/sr@latin/kcontrol/proxy/common +share/doc/HTML/sr@latin/kcontrol/proxy/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/proxy/index.docbook +share/doc/HTML/sr@latin/kcontrol/smb/common +share/doc/HTML/sr@latin/kcontrol/smb/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/smb/index.docbook +share/doc/HTML/sr@latin/kcontrol/spellchecking/common +share/doc/HTML/sr@latin/kcontrol/spellchecking/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/spellchecking/index.docbook +share/doc/HTML/sr@latin/kcontrol/useragent/common +share/doc/HTML/sr@latin/kcontrol/useragent/index.cache.bz2 +share/doc/HTML/sr@latin/kcontrol/useragent/index.docbook +share/doc/HTML/sr@latin/kdebugdialog/common +share/doc/HTML/sr@latin/kdebugdialog/index.cache.bz2 +share/doc/HTML/sr@latin/kdebugdialog/index.docbook +share/doc/HTML/sr@latin/kdepasswd/common +share/doc/HTML/sr@latin/kdepasswd/index.cache.bz2 +share/doc/HTML/sr@latin/kdepasswd/index.docbook +share/doc/HTML/sr@latin/kdesu/common +share/doc/HTML/sr@latin/kdesu/index.cache.bz2 +share/doc/HTML/sr@latin/kdesu/index.docbook +share/doc/HTML/sr@latin/kdesu/man-kdesu.1.docbook +share/doc/HTML/sr@latin/kdf/common +share/doc/HTML/sr@latin/kdf/index.cache.bz2 +share/doc/HTML/sr@latin/kdf/index.docbook +share/doc/HTML/sr@latin/kfind/common +share/doc/HTML/sr@latin/kfind/index.cache.bz2 +share/doc/HTML/sr@latin/kfind/index.docbook +share/doc/HTML/sr@latin/kfind/man-kfind.1.docbook +share/doc/HTML/sr@latin/kfloppy/common +share/doc/HTML/sr@latin/kfloppy/index.cache.bz2 +share/doc/HTML/sr@latin/kfloppy/index.docbook +share/doc/HTML/sr@latin/kget/common +share/doc/HTML/sr@latin/kget/index.cache.bz2 +share/doc/HTML/sr@latin/kget/index.docbook +share/doc/HTML/sr@latin/kgpg/common +share/doc/HTML/sr@latin/kgpg/index.cache.bz2 +share/doc/HTML/sr@latin/kgpg/index.docbook +share/doc/HTML/sr@latin/khelpcenter/common +share/doc/HTML/sr@latin/khelpcenter/index.cache.bz2 +share/doc/HTML/sr@latin/khelpcenter/index.docbook +share/doc/HTML/sr@latin/kinfocenter/common +share/doc/HTML/sr@latin/kinfocenter/index.cache.bz2 +share/doc/HTML/sr@latin/kinfocenter/index.docbook +share/doc/HTML/sr@latin/kioslave/audiocd/common +share/doc/HTML/sr@latin/kioslave/audiocd/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/audiocd/index.docbook +share/doc/HTML/sr@latin/kioslave/bookmarks/common +share/doc/HTML/sr@latin/kioslave/bookmarks/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/bookmarks/index.docbook +share/doc/HTML/sr@latin/kioslave/bzip2/common +share/doc/HTML/sr@latin/kioslave/bzip2/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/bzip2/index.docbook +share/doc/HTML/sr@latin/kioslave/cgi/common +share/doc/HTML/sr@latin/kioslave/cgi/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/cgi/index.docbook +share/doc/HTML/sr@latin/kioslave/data/common +share/doc/HTML/sr@latin/kioslave/data/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/data/index.docbook +share/doc/HTML/sr@latin/kioslave/file/common +share/doc/HTML/sr@latin/kioslave/file/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/file/index.docbook +share/doc/HTML/sr@latin/kioslave/finger/common +share/doc/HTML/sr@latin/kioslave/finger/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/finger/index.docbook +share/doc/HTML/sr@latin/kioslave/fish/common +share/doc/HTML/sr@latin/kioslave/fish/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/fish/index.docbook +share/doc/HTML/sr@latin/kioslave/floppy/common +share/doc/HTML/sr@latin/kioslave/floppy/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/floppy/index.docbook +share/doc/HTML/sr@latin/kioslave/ftp/common +share/doc/HTML/sr@latin/kioslave/ftp/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/ftp/index.docbook +share/doc/HTML/sr@latin/kioslave/gzip/common +share/doc/HTML/sr@latin/kioslave/gzip/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/gzip/index.docbook +share/doc/HTML/sr@latin/kioslave/help/common +share/doc/HTML/sr@latin/kioslave/help/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/help/index.docbook +share/doc/HTML/sr@latin/kioslave/http/common +share/doc/HTML/sr@latin/kioslave/http/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/http/index.docbook +share/doc/HTML/sr@latin/kioslave/imap/common +share/doc/HTML/sr@latin/kioslave/imap/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/imap/index.docbook +share/doc/HTML/sr@latin/kioslave/info/common +share/doc/HTML/sr@latin/kioslave/info/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/info/index.docbook +share/doc/HTML/sr@latin/kioslave/ldap/common +share/doc/HTML/sr@latin/kioslave/ldap/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/ldap/index.docbook +share/doc/HTML/sr@latin/kioslave/mailto/common +share/doc/HTML/sr@latin/kioslave/mailto/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/mailto/index.docbook +share/doc/HTML/sr@latin/kioslave/man/common +share/doc/HTML/sr@latin/kioslave/man/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/man/index.docbook +share/doc/HTML/sr@latin/kioslave/nfs/common +share/doc/HTML/sr@latin/kioslave/nfs/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/nfs/index.docbook +share/doc/HTML/sr@latin/kioslave/nntp/common +share/doc/HTML/sr@latin/kioslave/nntp/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/nntp/index.docbook +share/doc/HTML/sr@latin/kioslave/pop3/common +share/doc/HTML/sr@latin/kioslave/pop3/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/pop3/index.docbook +share/doc/HTML/sr@latin/kioslave/rlogin/common +share/doc/HTML/sr@latin/kioslave/rlogin/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/rlogin/index.docbook +share/doc/HTML/sr@latin/kioslave/sftp/common +share/doc/HTML/sr@latin/kioslave/sftp/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/sftp/index.docbook +share/doc/HTML/sr@latin/kioslave/smb/common +share/doc/HTML/sr@latin/kioslave/smb/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/smb/index.docbook +share/doc/HTML/sr@latin/kioslave/smtp/common +share/doc/HTML/sr@latin/kioslave/smtp/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/smtp/index.docbook +share/doc/HTML/sr@latin/kioslave/tar/common +share/doc/HTML/sr@latin/kioslave/tar/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/tar/index.docbook +share/doc/HTML/sr@latin/kioslave/telnet/common +share/doc/HTML/sr@latin/kioslave/telnet/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/telnet/index.docbook +share/doc/HTML/sr@latin/kioslave/thumbnail/common +share/doc/HTML/sr@latin/kioslave/thumbnail/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/thumbnail/index.docbook +share/doc/HTML/sr@latin/kioslave/webdav/common +share/doc/HTML/sr@latin/kioslave/webdav/index.cache.bz2 +share/doc/HTML/sr@latin/kioslave/webdav/index.docbook +share/doc/HTML/sr@latin/kmix/common +share/doc/HTML/sr@latin/kmix/index.cache.bz2 +share/doc/HTML/sr@latin/kmix/index.docbook +share/doc/HTML/sr@latin/knetattach/common +share/doc/HTML/sr@latin/knetattach/index.cache.bz2 +share/doc/HTML/sr@latin/knetattach/index.docbook +share/doc/HTML/sr@latin/konqueror/basics.docbook +share/doc/HTML/sr@latin/konqueror/bookmarks.docbook +share/doc/HTML/sr@latin/konqueror/browser.docbook +share/doc/HTML/sr@latin/konqueror/commands.docbook +share/doc/HTML/sr@latin/konqueror/common +share/doc/HTML/sr@latin/konqueror/config.docbook +share/doc/HTML/sr@latin/konqueror/credits.docbook +share/doc/HTML/sr@latin/konqueror/faq.docbook +share/doc/HTML/sr@latin/konqueror/filemanager.docbook +share/doc/HTML/sr@latin/konqueror/index.cache.bz2 +share/doc/HTML/sr@latin/konqueror/index.docbook +share/doc/HTML/sr@latin/konqueror/introduction.docbook +share/doc/HTML/sr@latin/konqueror/man-kbookmarkmerger.1.docbook +share/doc/HTML/sr@latin/konqueror/path-complete.docbook +share/doc/HTML/sr@latin/konqueror/plugins.docbook +share/doc/HTML/sr@latin/konqueror/save-settings.docbook +share/doc/HTML/sr@latin/konqueror/sidebar.docbook +share/doc/HTML/sr@latin/konsole/common +share/doc/HTML/sr@latin/konsole/index.cache.bz2 +share/doc/HTML/sr@latin/konsole/index.docbook +share/doc/HTML/sr@latin/kopete/chatstyle.docbook +share/doc/HTML/sr@latin/kopete/common +share/doc/HTML/sr@latin/kopete/index.cache.bz2 +share/doc/HTML/sr@latin/kopete/index.docbook +share/doc/HTML/sr@latin/kopete/menus.docbook +share/doc/HTML/sr@latin/kopete/pipes.docbook +share/doc/HTML/sr@latin/kppp/accounting.docbook +share/doc/HTML/sr@latin/kppp/callback.docbook +share/doc/HTML/sr@latin/kppp/chap.docbook +share/doc/HTML/sr@latin/kppp/common +share/doc/HTML/sr@latin/kppp/dialog-setup.docbook +share/doc/HTML/sr@latin/kppp/getting-online.docbook +share/doc/HTML/sr@latin/kppp/global-settings.docbook +share/doc/HTML/sr@latin/kppp/hayes.docbook +share/doc/HTML/sr@latin/kppp/index.cache.bz2 +share/doc/HTML/sr@latin/kppp/index.docbook +share/doc/HTML/sr@latin/kppp/kppp-faq.docbook +share/doc/HTML/sr@latin/kppp/security.docbook +share/doc/HTML/sr@latin/kppp/tricks.docbook +share/doc/HTML/sr@latin/kppp/wizard.docbook +share/doc/HTML/sr@latin/krdc/common +share/doc/HTML/sr@latin/krdc/index.cache.bz2 +share/doc/HTML/sr@latin/krdc/index.docbook +share/doc/HTML/sr@latin/krfb/common +share/doc/HTML/sr@latin/krfb/index.cache.bz2 +share/doc/HTML/sr@latin/krfb/index.docbook +share/doc/HTML/sr@latin/ktimer/common +share/doc/HTML/sr@latin/ktimer/index.cache.bz2 +share/doc/HTML/sr@latin/ktimer/index.docbook +share/doc/HTML/sr@latin/kwallet/common +share/doc/HTML/sr@latin/kwallet/index.cache.bz2 +share/doc/HTML/sr@latin/kwallet/index.docbook +share/doc/HTML/sr@latin/kwrite/common +share/doc/HTML/sr@latin/kwrite/index.cache.bz2 +share/doc/HTML/sr@latin/kwrite/index.docbook +share/doc/HTML/sr@latin/lokalize/common +share/doc/HTML/sr@latin/lokalize/index.cache.bz2 +share/doc/HTML/sr@latin/lokalize/index.docbook +share/doc/HTML/sr@latin/okteta/common +share/doc/HTML/sr@latin/okteta/index.cache.bz2 +share/doc/HTML/sr@latin/okteta/index.docbook +share/doc/HTML/sr@latin/sonnet/common +share/doc/HTML/sr@latin/sonnet/index.cache.bz2 +share/doc/HTML/sr@latin/sonnet/index.docbook share/icons/hicolor/16x16/actions/l10n/sr/approved.png share/icons/hicolor/16x16/actions/l10n/sr@latin/approved.png share/icons/hicolor/22x22/actions/l10n/sr/approved.png @@ -592,11 +788,12 @@ share/locale/sr/LC_MESSAGES/dolphin.mo share/locale/sr/LC_MESSAGES/dragonplayer.mo share/locale/sr/LC_MESSAGES/drkonqi.mo share/locale/sr/LC_MESSAGES/filetypes.mo +share/locale/sr/LC_MESSAGES/freespacenotifier.mo share/locale/sr/LC_MESSAGES/granatier.mo share/locale/sr/LC_MESSAGES/gwenview.mo share/locale/sr/LC_MESSAGES/htmlsearch.mo share/locale/sr/LC_MESSAGES/imagerename_plugin.mo -share/locale/sr/LC_MESSAGES/irkick.mo +share/locale/sr/LC_MESSAGES/jovie.mo share/locale/sr/LC_MESSAGES/joystick.mo share/locale/sr/LC_MESSAGES/juk.mo share/locale/sr/LC_MESSAGES/kabc.mo @@ -607,7 +804,6 @@ share/locale/sr/LC_MESSAGES/kabc_net.mo share/locale/sr/LC_MESSAGES/kabcformat_binary.mo share/locale/sr/LC_MESSAGES/kaccess.mo share/locale/sr/LC_MESSAGES/kapman.mo -share/locale/sr/LC_MESSAGES/kappfinder.mo share/locale/sr/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr/LC_MESSAGES/kate.mo share/locale/sr/LC_MESSAGES/kate_kttsd.mo @@ -618,20 +814,17 @@ share/locale/sr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr/LC_MESSAGES/katefiletemplates.mo share/locale/sr/LC_MESSAGES/katefindinfilesplugin.mo share/locale/sr/LC_MESSAGES/katehelloworld.mo -share/locale/sr/LC_MESSAGES/katehtmltools.mo share/locale/sr/LC_MESSAGES/kateinsertcommand.mo share/locale/sr/LC_MESSAGES/katekjswrapper.mo share/locale/sr/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr/LC_MESSAGES/kateopenheader.mo share/locale/sr/LC_MESSAGES/katepart4.mo -share/locale/sr/LC_MESSAGES/katepybrowse.mo share/locale/sr/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/sr/LC_MESSAGES/katesnippets.mo share/locale/sr/LC_MESSAGES/katesnippets_tng.mo -share/locale/sr/LC_MESSAGES/katesnippetstng_editor.mo share/locale/sr/LC_MESSAGES/katesymbolviewer.mo share/locale/sr/LC_MESSAGES/katetabbarextension.mo +share/locale/sr/LC_MESSAGES/katetabifyplugin.mo share/locale/sr/LC_MESSAGES/katetextfilter.mo share/locale/sr/LC_MESSAGES/katexmlcheck.mo share/locale/sr/LC_MESSAGES/katexmltools.mo @@ -648,19 +841,21 @@ share/locale/sr/LC_MESSAGES/kcharselect.mo share/locale/sr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr/LC_MESSAGES/kcm_attica.mo share/locale/sr/LC_MESSAGES/kcm_autostart.mo +share/locale/sr/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sr/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sr/LC_MESSAGES/kcm_device_automounter.mo share/locale/sr/LC_MESSAGES/kcm_emoticons.mo +share/locale/sr/LC_MESSAGES/kcm_infobase.mo +share/locale/sr/LC_MESSAGES/kcm_infosummary.mo share/locale/sr/LC_MESSAGES/kcm_krfb.mo share/locale/sr/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sr/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/sr/LC_MESSAGES/kcm_lirc.mo share/locale/sr/LC_MESSAGES/kcm_memory.mo -share/locale/sr/LC_MESSAGES/kcm_partition.mo share/locale/sr/LC_MESSAGES/kcm_pci.mo share/locale/sr/LC_MESSAGES/kcm_phonon.mo share/locale/sr/LC_MESSAGES/kcm_phononxine.mo share/locale/sr/LC_MESSAGES/kcm_platform.mo +share/locale/sr/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr/LC_MESSAGES/kcm_solid.mo share/locale/sr/LC_MESSAGES/kcm_solid_actions.mo share/locale/sr/LC_MESSAGES/kcm_standard_actions.mo @@ -673,13 +868,13 @@ share/locale/sr/LC_MESSAGES/kcmcgi.mo share/locale/sr/LC_MESSAGES/kcmcolors.mo share/locale/sr/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sr/LC_MESSAGES/kcmcrypto.mo +share/locale/sr/LC_MESSAGES/kcmdevinfo.mo share/locale/sr/LC_MESSAGES/kcmfonts.mo share/locale/sr/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sr/LC_MESSAGES/kcmicons.mo share/locale/sr/LC_MESSAGES/kcminfo.mo share/locale/sr/LC_MESSAGES/kcminit.mo share/locale/sr/LC_MESSAGES/kcminput.mo -share/locale/sr/LC_MESSAGES/kcmioslaveinfo.mo share/locale/sr/LC_MESSAGES/kcmkclock.mo share/locale/sr/LC_MESSAGES/kcmkded.mo share/locale/sr/LC_MESSAGES/kcmkdnssd.mo @@ -706,7 +901,6 @@ share/locale/sr/LC_MESSAGES/kcmscreensaver.mo share/locale/sr/LC_MESSAGES/kcmshell.mo share/locale/sr/LC_MESSAGES/kcmsmartcard.mo share/locale/sr/LC_MESSAGES/kcmsmserver.mo -share/locale/sr/LC_MESSAGES/kcmsolidproc.mo share/locale/sr/LC_MESSAGES/kcmstyle.mo share/locale/sr/LC_MESSAGES/kcmusb.mo share/locale/sr/LC_MESSAGES/kcmview1394.mo @@ -720,7 +914,6 @@ share/locale/sr/LC_MESSAGES/kdebugdialog.mo share/locale/sr/LC_MESSAGES/kdecalendarsystems.mo share/locale/sr/LC_MESSAGES/kdelibs4.mo share/locale/sr/LC_MESSAGES/kdelibs_colors4.mo -share/locale/sr/LC_MESSAGES/kdelirc.mo share/locale/sr/LC_MESSAGES/kdepasswd.mo share/locale/sr/LC_MESSAGES/kdeqt.mo share/locale/sr/LC_MESSAGES/kdesu.mo @@ -824,15 +1017,16 @@ share/locale/sr/LC_MESSAGES/kppp.mo share/locale/sr/LC_MESSAGES/kppplogview.mo share/locale/sr/LC_MESSAGES/kquitapp.mo share/locale/sr/LC_MESSAGES/krandr.mo +share/locale/sr/LC_MESSAGES/krcdnotifieritem.mo share/locale/sr/LC_MESSAGES/krdb.mo share/locale/sr/LC_MESSAGES/krdc.mo share/locale/sr/LC_MESSAGES/kreadconfig.mo +share/locale/sr/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sr/LC_MESSAGES/kreversi.mo share/locale/sr/LC_MESSAGES/krfb.mo share/locale/sr/LC_MESSAGES/kruler.mo share/locale/sr/LC_MESSAGES/krunner.mo share/locale/sr/LC_MESSAGES/ksame.mo -share/locale/sr/LC_MESSAGES/ksayit.mo share/locale/sr/LC_MESSAGES/kscd.mo share/locale/sr/LC_MESSAGES/kscreensaver.mo share/locale/sr/LC_MESSAGES/kshisen.mo @@ -853,14 +1047,13 @@ share/locale/sr/LC_MESSAGES/ksysguard.mo share/locale/sr/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr/LC_MESSAGES/ksystraycmd.mo share/locale/sr/LC_MESSAGES/kteatime.mo +share/locale/sr/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/sr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr/LC_MESSAGES/kthememanager.mo share/locale/sr/LC_MESSAGES/ktimer.mo share/locale/sr/LC_MESSAGES/ktraderclient.mo share/locale/sr/LC_MESSAGES/ktron.mo -share/locale/sr/LC_MESSAGES/kttsd.mo share/locale/sr/LC_MESSAGES/ktuberling.mo share/locale/sr/LC_MESSAGES/ktux.mo share/locale/sr/LC_MESSAGES/kubrick.mo @@ -868,7 +1061,6 @@ share/locale/sr/LC_MESSAGES/kuiserver.mo share/locale/sr/LC_MESSAGES/kurifilter.mo share/locale/sr/LC_MESSAGES/kwalletd.mo share/locale/sr/LC_MESSAGES/kwalletmanager.mo -share/locale/sr/LC_MESSAGES/kweather.mo share/locale/sr/LC_MESSAGES/kwin.mo share/locale/sr/LC_MESSAGES/kwin_art_clients.mo share/locale/sr/LC_MESSAGES/kwin_clients.mo @@ -896,6 +1088,7 @@ share/locale/sr/LC_MESSAGES/libkonq.mo share/locale/sr/LC_MESSAGES/libkpimidentities.mo share/locale/sr/LC_MESSAGES/libkpimtextedit.mo share/locale/sr/LC_MESSAGES/libkpimutils.mo +share/locale/sr/LC_MESSAGES/libkremotecontrol.mo share/locale/sr/LC_MESSAGES/libkresources.mo share/locale/sr/LC_MESSAGES/libkscreensaver.mo share/locale/sr/LC_MESSAGES/libktnef.mo @@ -943,10 +1136,12 @@ share/locale/sr/LC_MESSAGES/phononserver.mo share/locale/sr/LC_MESSAGES/plasma-desktop.mo share/locale/sr/LC_MESSAGES/plasma-netbook.mo share/locale/sr/LC_MESSAGES/plasma-overlay.mo +share/locale/sr/LC_MESSAGES/plasma-windowed.mo share/locale/sr/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sr/LC_MESSAGES/plasma_applet_battery.mo share/locale/sr/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sr/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sr/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sr/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sr/LC_MESSAGES/plasma_applet_clock.mo @@ -978,6 +1173,7 @@ share/locale/sr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sr/LC_MESSAGES/plasma_applet_news.mo share/locale/sr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr/LC_MESSAGES/plasma_applet_notes.mo +share/locale/sr/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr/LC_MESSAGES/plasma_applet_opendesktop_activities.mo @@ -1018,6 +1214,8 @@ share/locale/sr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sr/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/sr/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr/LC_MESSAGES/plasma_engine_metadata.mo @@ -1029,12 +1227,14 @@ share/locale/sr/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sr/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sr/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sr/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sr/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sr/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sr/LC_MESSAGES/plasma_runner_kget.mo share/locale/sr/LC_MESSAGES/plasma_runner_kill.mo @@ -1054,6 +1254,7 @@ share/locale/sr/LC_MESSAGES/plasma_runner_shell.mo share/locale/sr/LC_MESSAGES/plasma_runner_solid.mo share/locale/sr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr/LC_MESSAGES/plasma_runner_windows.mo share/locale/sr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1102,33 +1303,17 @@ share/locale/sr@ijekavian/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@ijekavian/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/bomber.mo share/locale/sr@ijekavian/LC_MESSAGES/bovo.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_extragear-network_ktorrent.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeaccessibility.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeadmin.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeartwork.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdebase.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegames.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdegraphics.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdelibs.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdemultimedia.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdenetwork.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdepimlibs.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeplasma-addons.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdesdk.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdetoys.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_kdeutils.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_l10n.mo -share/locale/sr@ijekavian/LC_MESSAGES/desktop_phonon.mo share/locale/sr@ijekavian/LC_MESSAGES/display.mo share/locale/sr@ijekavian/LC_MESSAGES/dolphin.mo share/locale/sr@ijekavian/LC_MESSAGES/dragonplayer.mo share/locale/sr@ijekavian/LC_MESSAGES/drkonqi.mo share/locale/sr@ijekavian/LC_MESSAGES/filetypes.mo +share/locale/sr@ijekavian/LC_MESSAGES/freespacenotifier.mo share/locale/sr@ijekavian/LC_MESSAGES/granatier.mo share/locale/sr@ijekavian/LC_MESSAGES/gwenview.mo share/locale/sr@ijekavian/LC_MESSAGES/htmlsearch.mo share/locale/sr@ijekavian/LC_MESSAGES/imagerename_plugin.mo -share/locale/sr@ijekavian/LC_MESSAGES/irkick.mo +share/locale/sr@ijekavian/LC_MESSAGES/jovie.mo share/locale/sr@ijekavian/LC_MESSAGES/joystick.mo share/locale/sr@ijekavian/LC_MESSAGES/juk.mo share/locale/sr@ijekavian/LC_MESSAGES/kabc.mo @@ -1139,7 +1324,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kabc_net.mo share/locale/sr@ijekavian/LC_MESSAGES/kabcformat_binary.mo share/locale/sr@ijekavian/LC_MESSAGES/kaccess.mo share/locale/sr@ijekavian/LC_MESSAGES/kapman.mo -share/locale/sr@ijekavian/LC_MESSAGES/kappfinder.mo share/locale/sr@ijekavian/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kate.mo share/locale/sr@ijekavian/LC_MESSAGES/kate_kttsd.mo @@ -1150,20 +1334,17 @@ share/locale/sr@ijekavian/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katefiletemplates.mo share/locale/sr@ijekavian/LC_MESSAGES/katefindinfilesplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katehelloworld.mo -share/locale/sr@ijekavian/LC_MESSAGES/katehtmltools.mo share/locale/sr@ijekavian/LC_MESSAGES/kateinsertcommand.mo share/locale/sr@ijekavian/LC_MESSAGES/katekjswrapper.mo share/locale/sr@ijekavian/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kateopenheader.mo share/locale/sr@ijekavian/LC_MESSAGES/katepart4.mo -share/locale/sr@ijekavian/LC_MESSAGES/katepybrowse.mo share/locale/sr@ijekavian/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/sr@ijekavian/LC_MESSAGES/katesnippets.mo share/locale/sr@ijekavian/LC_MESSAGES/katesnippets_tng.mo -share/locale/sr@ijekavian/LC_MESSAGES/katesnippetstng_editor.mo share/locale/sr@ijekavian/LC_MESSAGES/katesymbolviewer.mo share/locale/sr@ijekavian/LC_MESSAGES/katetabbarextension.mo +share/locale/sr@ijekavian/LC_MESSAGES/katetabifyplugin.mo share/locale/sr@ijekavian/LC_MESSAGES/katetextfilter.mo share/locale/sr@ijekavian/LC_MESSAGES/katexmlcheck.mo share/locale/sr@ijekavian/LC_MESSAGES/katexmltools.mo @@ -1180,19 +1361,21 @@ share/locale/sr@ijekavian/LC_MESSAGES/kcharselect.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_attica.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_autostart.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_device_automounter.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_emoticons.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_infobase.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_infosummary.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_krfb.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_lirc.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_memory.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcm_partition.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_pci.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_phonon.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_phononxine.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_platform.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_solid.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_solid_actions.mo share/locale/sr@ijekavian/LC_MESSAGES/kcm_standard_actions.mo @@ -1205,13 +1388,13 @@ share/locale/sr@ijekavian/LC_MESSAGES/kcmcgi.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmcolors.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmcrypto.mo +share/locale/sr@ijekavian/LC_MESSAGES/kcmdevinfo.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmfonts.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmicons.mo share/locale/sr@ijekavian/LC_MESSAGES/kcminfo.mo share/locale/sr@ijekavian/LC_MESSAGES/kcminit.mo share/locale/sr@ijekavian/LC_MESSAGES/kcminput.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmioslaveinfo.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkclock.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkded.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmkdnssd.mo @@ -1238,7 +1421,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kcmscreensaver.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmshell.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmsmartcard.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmsmserver.mo -share/locale/sr@ijekavian/LC_MESSAGES/kcmsolidproc.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmstyle.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmusb.mo share/locale/sr@ijekavian/LC_MESSAGES/kcmview1394.mo @@ -1252,7 +1434,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kdebugdialog.mo share/locale/sr@ijekavian/LC_MESSAGES/kdecalendarsystems.mo share/locale/sr@ijekavian/LC_MESSAGES/kdelibs4.mo share/locale/sr@ijekavian/LC_MESSAGES/kdelibs_colors4.mo -share/locale/sr@ijekavian/LC_MESSAGES/kdelirc.mo share/locale/sr@ijekavian/LC_MESSAGES/kdepasswd.mo share/locale/sr@ijekavian/LC_MESSAGES/kdeqt.mo share/locale/sr@ijekavian/LC_MESSAGES/kdesu.mo @@ -1356,15 +1537,16 @@ share/locale/sr@ijekavian/LC_MESSAGES/kppp.mo share/locale/sr@ijekavian/LC_MESSAGES/kppplogview.mo share/locale/sr@ijekavian/LC_MESSAGES/kquitapp.mo share/locale/sr@ijekavian/LC_MESSAGES/krandr.mo +share/locale/sr@ijekavian/LC_MESSAGES/krcdnotifieritem.mo share/locale/sr@ijekavian/LC_MESSAGES/krdb.mo share/locale/sr@ijekavian/LC_MESSAGES/krdc.mo share/locale/sr@ijekavian/LC_MESSAGES/kreadconfig.mo +share/locale/sr@ijekavian/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sr@ijekavian/LC_MESSAGES/kreversi.mo share/locale/sr@ijekavian/LC_MESSAGES/krfb.mo share/locale/sr@ijekavian/LC_MESSAGES/kruler.mo share/locale/sr@ijekavian/LC_MESSAGES/krunner.mo share/locale/sr@ijekavian/LC_MESSAGES/ksame.mo -share/locale/sr@ijekavian/LC_MESSAGES/ksayit.mo share/locale/sr@ijekavian/LC_MESSAGES/kscd.mo share/locale/sr@ijekavian/LC_MESSAGES/kscreensaver.mo share/locale/sr@ijekavian/LC_MESSAGES/kshisen.mo @@ -1385,15 +1567,13 @@ share/locale/sr@ijekavian/LC_MESSAGES/ksysguard.mo share/locale/sr@ijekavian/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr@ijekavian/LC_MESSAGES/ksystraycmd.mo share/locale/sr@ijekavian/LC_MESSAGES/kteatime.mo +share/locale/sr@ijekavian/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr@ijekavian/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr@ijekavian/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr@ijekavian/LC_MESSAGES/kthememanager.mo share/locale/sr@ijekavian/LC_MESSAGES/ktimer.mo -share/locale/sr@ijekavian/LC_MESSAGES/ktorrent.mo share/locale/sr@ijekavian/LC_MESSAGES/ktraderclient.mo share/locale/sr@ijekavian/LC_MESSAGES/ktron.mo -share/locale/sr@ijekavian/LC_MESSAGES/kttsd.mo share/locale/sr@ijekavian/LC_MESSAGES/ktuberling.mo share/locale/sr@ijekavian/LC_MESSAGES/ktux.mo share/locale/sr@ijekavian/LC_MESSAGES/kubrick.mo @@ -1401,7 +1581,6 @@ share/locale/sr@ijekavian/LC_MESSAGES/kuiserver.mo share/locale/sr@ijekavian/LC_MESSAGES/kurifilter.mo share/locale/sr@ijekavian/LC_MESSAGES/kwalletd.mo share/locale/sr@ijekavian/LC_MESSAGES/kwalletmanager.mo -share/locale/sr@ijekavian/LC_MESSAGES/kweather.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin_art_clients.mo share/locale/sr@ijekavian/LC_MESSAGES/kwin_clients.mo @@ -1429,10 +1608,10 @@ share/locale/sr@ijekavian/LC_MESSAGES/libkonq.mo share/locale/sr@ijekavian/LC_MESSAGES/libkpimidentities.mo share/locale/sr@ijekavian/LC_MESSAGES/libkpimtextedit.mo share/locale/sr@ijekavian/LC_MESSAGES/libkpimutils.mo +share/locale/sr@ijekavian/LC_MESSAGES/libkremotecontrol.mo share/locale/sr@ijekavian/LC_MESSAGES/libkresources.mo share/locale/sr@ijekavian/LC_MESSAGES/libkscreensaver.mo share/locale/sr@ijekavian/LC_MESSAGES/libktnef.mo -share/locale/sr@ijekavian/LC_MESSAGES/libktorrent.mo share/locale/sr@ijekavian/LC_MESSAGES/libkunitconversion.mo share/locale/sr@ijekavian/LC_MESSAGES/libkworkspace.mo share/locale/sr@ijekavian/LC_MESSAGES/libkxmlrpcclient.mo @@ -1477,10 +1656,12 @@ share/locale/sr@ijekavian/LC_MESSAGES/phononserver.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-desktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-netbook.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma-overlay.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma-windowed.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_battery.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_clock.mo @@ -1512,6 +1693,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_news.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_notes.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_applet_opendesktop_activities.mo @@ -1552,6 +1734,8 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_metadata.mo @@ -1563,12 +1747,14 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kget.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_kill.mo @@ -1588,6 +1774,7 @@ share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_shell.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_solid.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_runner_windows.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr@ijekavian/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1622,6 +1809,10 @@ share/locale/sr@ijekavian/LC_MESSAGES/systemsettings.mo share/locale/sr@ijekavian/LC_MESSAGES/timezones4.mo share/locale/sr@ijekavian/LC_MESSAGES/useraccount.mo share/locale/sr@ijekavian/LC_MESSAGES/xml_mimetypes.mo +share/locale/sr@ijekavian/LC_SCRIPTS/kdelibs4/kdelibs4.js +share/locale/sr@ijekavian/LC_SCRIPTS/kdelibs4/trapnakron.pmap +share/locale/sr@ijekavian/LC_SCRIPTS/kdelibs4/trapnakron.pmapc +share/locale/sr@ijekavian/LC_SCRIPTS/kfontinst/kfontinst.js share/locale/sr@ijekavian/entry.desktop share/locale/sr@ijekavianlatin/LC_MESSAGES/akonadicontact.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/amor.mo @@ -1632,33 +1823,17 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/bomber.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/bovo.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_extragear-network_ktorrent.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeaccessibility.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeadmin.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeartwork.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdebase.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegames.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdegraphics.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdelibs.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdemultimedia.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdenetwork.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdepimlibs.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeplasma-addons.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdesdk.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdetoys.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_kdeutils.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_l10n.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/desktop_phonon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/display.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/dolphin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/dragonplayer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/drkonqi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/filetypes.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/freespacenotifier.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/granatier.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/gwenview.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/htmlsearch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/imagerename_plugin.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/irkick.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/jovie.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/joystick.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/juk.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kabc.mo @@ -1669,7 +1844,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kabc_net.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kabcformat_binary.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kaccess.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kapman.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kappfinder.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kate.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kate_kttsd.mo @@ -1680,20 +1854,17 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katefiletemplates.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katefindinfilesplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katehelloworld.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/katehtmltools.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kateinsertcommand.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katekjswrapper.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kateopenheader.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katepart4.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/katepybrowse.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/katesnippets.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesnippets_tng.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/katesnippetstng_editor.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katesymbolviewer.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katetabbarextension.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/katetabifyplugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katetextfilter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katexmlcheck.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/katexmltools.mo @@ -1710,19 +1881,21 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcharselect.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_attica.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_autostart.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_device_automounter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_emoticons.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_infobase.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_infosummary.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_krfb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_lirc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_memory.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_partition.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_pci.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_phonon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_phononxine.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_platform.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_solid.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_solid_actions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcm_standard_actions.mo @@ -1735,13 +1908,13 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcgi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcolors.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmcrypto.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmdevinfo.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmfonts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmicons.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminfo.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminit.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcminput.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmioslaveinfo.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkclock.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkded.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmkdnssd.mo @@ -1768,7 +1941,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmscreensaver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmshell.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsmartcard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsmserver.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmsolidproc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmstyle.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmusb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kcmview1394.mo @@ -1782,7 +1954,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kdebugdialog.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdecalendarsystems.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdelibs4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdelibs_colors4.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kdelirc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdepasswd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdeqt.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kdesu.mo @@ -1886,15 +2057,16 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kppp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kppplogview.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kquitapp.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krandr.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/krcdnotifieritem.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krdb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krdc.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kreadconfig.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kreversi.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krfb.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kruler.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/krunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksame.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ksayit.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kscd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kscreensaver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kshisen.mo @@ -1915,15 +2087,13 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/ksysguard.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ksystraycmd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kteatime.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kthememanager.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktimer.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/ktorrent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktraderclient.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktron.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kttsd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktuberling.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/ktux.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kubrick.mo @@ -1931,7 +2101,6 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/kuiserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kurifilter.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwalletd.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwalletmanager.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/kweather.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_art_clients.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/kwin_clients.mo @@ -1959,10 +2128,10 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/libkonq.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpimidentities.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpimtextedit.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkpimutils.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/libkremotecontrol.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkresources.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkscreensaver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libktnef.mo -share/locale/sr@ijekavianlatin/LC_MESSAGES/libktorrent.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkunitconversion.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkworkspace.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/libkxmlrpcclient.mo @@ -2007,10 +2176,12 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/phononserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-desktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-netbook.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-overlay.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma-windowed.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_battery.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_clock.mo @@ -2042,6 +2213,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_news.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_notes.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_applet_opendesktop_activities.mo @@ -2082,6 +2254,8 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_contextmenu share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_metadata.mo @@ -2093,12 +2267,14 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kget.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_kill.mo @@ -2118,6 +2294,7 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_shell.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_solid.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_runner_windows.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/plasma_wallpaper_color.mo @@ -2152,6 +2329,10 @@ share/locale/sr@ijekavianlatin/LC_MESSAGES/systemsettings.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/timezones4.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/useraccount.mo share/locale/sr@ijekavianlatin/LC_MESSAGES/xml_mimetypes.mo +share/locale/sr@ijekavianlatin/LC_SCRIPTS/kdelibs4/kdelibs4.js +share/locale/sr@ijekavianlatin/LC_SCRIPTS/kdelibs4/trapnakron.pmap +share/locale/sr@ijekavianlatin/LC_SCRIPTS/kdelibs4/trapnakron.pmapc +share/locale/sr@ijekavianlatin/LC_SCRIPTS/kfontinst/kfontinst.js share/locale/sr@ijekavianlatin/entry.desktop share/locale/sr@latin/LC_MESSAGES/akonadicontact.mo share/locale/sr@latin/LC_MESSAGES/amor.mo @@ -2162,33 +2343,17 @@ share/locale/sr@latin/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sr@latin/LC_MESSAGES/audiorename_plugin.mo share/locale/sr@latin/LC_MESSAGES/bomber.mo share/locale/sr@latin/LC_MESSAGES/bovo.mo -share/locale/sr@latin/LC_MESSAGES/desktop_extragear-network_ktorrent.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdeaccessibility.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdeadmin.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdeartwork.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdebase.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdegames.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdegraphics.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdelibs.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdemultimedia.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdenetwork.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdepimlibs.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdeplasma-addons.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdesdk.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdetoys.mo -share/locale/sr@latin/LC_MESSAGES/desktop_kdeutils.mo -share/locale/sr@latin/LC_MESSAGES/desktop_l10n.mo -share/locale/sr@latin/LC_MESSAGES/desktop_phonon.mo share/locale/sr@latin/LC_MESSAGES/display.mo share/locale/sr@latin/LC_MESSAGES/dolphin.mo share/locale/sr@latin/LC_MESSAGES/dragonplayer.mo share/locale/sr@latin/LC_MESSAGES/drkonqi.mo share/locale/sr@latin/LC_MESSAGES/filetypes.mo +share/locale/sr@latin/LC_MESSAGES/freespacenotifier.mo share/locale/sr@latin/LC_MESSAGES/granatier.mo share/locale/sr@latin/LC_MESSAGES/gwenview.mo share/locale/sr@latin/LC_MESSAGES/htmlsearch.mo share/locale/sr@latin/LC_MESSAGES/imagerename_plugin.mo -share/locale/sr@latin/LC_MESSAGES/irkick.mo +share/locale/sr@latin/LC_MESSAGES/jovie.mo share/locale/sr@latin/LC_MESSAGES/joystick.mo share/locale/sr@latin/LC_MESSAGES/juk.mo share/locale/sr@latin/LC_MESSAGES/kabc.mo @@ -2199,7 +2364,6 @@ share/locale/sr@latin/LC_MESSAGES/kabc_net.mo share/locale/sr@latin/LC_MESSAGES/kabcformat_binary.mo share/locale/sr@latin/LC_MESSAGES/kaccess.mo share/locale/sr@latin/LC_MESSAGES/kapman.mo -share/locale/sr@latin/LC_MESSAGES/kappfinder.mo share/locale/sr@latin/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sr@latin/LC_MESSAGES/kate.mo share/locale/sr@latin/LC_MESSAGES/kate_kttsd.mo @@ -2210,20 +2374,17 @@ share/locale/sr@latin/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sr@latin/LC_MESSAGES/katefiletemplates.mo share/locale/sr@latin/LC_MESSAGES/katefindinfilesplugin.mo share/locale/sr@latin/LC_MESSAGES/katehelloworld.mo -share/locale/sr@latin/LC_MESSAGES/katehtmltools.mo share/locale/sr@latin/LC_MESSAGES/kateinsertcommand.mo share/locale/sr@latin/LC_MESSAGES/katekjswrapper.mo share/locale/sr@latin/LC_MESSAGES/katekonsoleplugin.mo share/locale/sr@latin/LC_MESSAGES/katemailfilesplugin.mo share/locale/sr@latin/LC_MESSAGES/kateopenheader.mo share/locale/sr@latin/LC_MESSAGES/katepart4.mo -share/locale/sr@latin/LC_MESSAGES/katepybrowse.mo share/locale/sr@latin/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/sr@latin/LC_MESSAGES/katesnippets.mo share/locale/sr@latin/LC_MESSAGES/katesnippets_tng.mo -share/locale/sr@latin/LC_MESSAGES/katesnippetstng_editor.mo share/locale/sr@latin/LC_MESSAGES/katesymbolviewer.mo share/locale/sr@latin/LC_MESSAGES/katetabbarextension.mo +share/locale/sr@latin/LC_MESSAGES/katetabifyplugin.mo share/locale/sr@latin/LC_MESSAGES/katetextfilter.mo share/locale/sr@latin/LC_MESSAGES/katexmlcheck.mo share/locale/sr@latin/LC_MESSAGES/katexmltools.mo @@ -2240,19 +2401,21 @@ share/locale/sr@latin/LC_MESSAGES/kcharselect.mo share/locale/sr@latin/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sr@latin/LC_MESSAGES/kcm_attica.mo share/locale/sr@latin/LC_MESSAGES/kcm_autostart.mo +share/locale/sr@latin/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sr@latin/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sr@latin/LC_MESSAGES/kcm_device_automounter.mo share/locale/sr@latin/LC_MESSAGES/kcm_emoticons.mo +share/locale/sr@latin/LC_MESSAGES/kcm_infobase.mo +share/locale/sr@latin/LC_MESSAGES/kcm_infosummary.mo share/locale/sr@latin/LC_MESSAGES/kcm_krfb.mo share/locale/sr@latin/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sr@latin/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/sr@latin/LC_MESSAGES/kcm_lirc.mo share/locale/sr@latin/LC_MESSAGES/kcm_memory.mo -share/locale/sr@latin/LC_MESSAGES/kcm_partition.mo share/locale/sr@latin/LC_MESSAGES/kcm_pci.mo share/locale/sr@latin/LC_MESSAGES/kcm_phonon.mo share/locale/sr@latin/LC_MESSAGES/kcm_phononxine.mo share/locale/sr@latin/LC_MESSAGES/kcm_platform.mo +share/locale/sr@latin/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sr@latin/LC_MESSAGES/kcm_solid.mo share/locale/sr@latin/LC_MESSAGES/kcm_solid_actions.mo share/locale/sr@latin/LC_MESSAGES/kcm_standard_actions.mo @@ -2265,13 +2428,13 @@ share/locale/sr@latin/LC_MESSAGES/kcmcgi.mo share/locale/sr@latin/LC_MESSAGES/kcmcolors.mo share/locale/sr@latin/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sr@latin/LC_MESSAGES/kcmcrypto.mo +share/locale/sr@latin/LC_MESSAGES/kcmdevinfo.mo share/locale/sr@latin/LC_MESSAGES/kcmfonts.mo share/locale/sr@latin/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sr@latin/LC_MESSAGES/kcmicons.mo share/locale/sr@latin/LC_MESSAGES/kcminfo.mo share/locale/sr@latin/LC_MESSAGES/kcminit.mo share/locale/sr@latin/LC_MESSAGES/kcminput.mo -share/locale/sr@latin/LC_MESSAGES/kcmioslaveinfo.mo share/locale/sr@latin/LC_MESSAGES/kcmkclock.mo share/locale/sr@latin/LC_MESSAGES/kcmkded.mo share/locale/sr@latin/LC_MESSAGES/kcmkdnssd.mo @@ -2298,7 +2461,6 @@ share/locale/sr@latin/LC_MESSAGES/kcmscreensaver.mo share/locale/sr@latin/LC_MESSAGES/kcmshell.mo share/locale/sr@latin/LC_MESSAGES/kcmsmartcard.mo share/locale/sr@latin/LC_MESSAGES/kcmsmserver.mo -share/locale/sr@latin/LC_MESSAGES/kcmsolidproc.mo share/locale/sr@latin/LC_MESSAGES/kcmstyle.mo share/locale/sr@latin/LC_MESSAGES/kcmusb.mo share/locale/sr@latin/LC_MESSAGES/kcmview1394.mo @@ -2312,7 +2474,6 @@ share/locale/sr@latin/LC_MESSAGES/kdebugdialog.mo share/locale/sr@latin/LC_MESSAGES/kdecalendarsystems.mo share/locale/sr@latin/LC_MESSAGES/kdelibs4.mo share/locale/sr@latin/LC_MESSAGES/kdelibs_colors4.mo -share/locale/sr@latin/LC_MESSAGES/kdelirc.mo share/locale/sr@latin/LC_MESSAGES/kdepasswd.mo share/locale/sr@latin/LC_MESSAGES/kdeqt.mo share/locale/sr@latin/LC_MESSAGES/kdesu.mo @@ -2416,15 +2577,16 @@ share/locale/sr@latin/LC_MESSAGES/kppp.mo share/locale/sr@latin/LC_MESSAGES/kppplogview.mo share/locale/sr@latin/LC_MESSAGES/kquitapp.mo share/locale/sr@latin/LC_MESSAGES/krandr.mo +share/locale/sr@latin/LC_MESSAGES/krcdnotifieritem.mo share/locale/sr@latin/LC_MESSAGES/krdb.mo share/locale/sr@latin/LC_MESSAGES/krdc.mo share/locale/sr@latin/LC_MESSAGES/kreadconfig.mo +share/locale/sr@latin/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sr@latin/LC_MESSAGES/kreversi.mo share/locale/sr@latin/LC_MESSAGES/krfb.mo share/locale/sr@latin/LC_MESSAGES/kruler.mo share/locale/sr@latin/LC_MESSAGES/krunner.mo share/locale/sr@latin/LC_MESSAGES/ksame.mo -share/locale/sr@latin/LC_MESSAGES/ksayit.mo share/locale/sr@latin/LC_MESSAGES/kscd.mo share/locale/sr@latin/LC_MESSAGES/kscreensaver.mo share/locale/sr@latin/LC_MESSAGES/kshisen.mo @@ -2445,15 +2607,13 @@ share/locale/sr@latin/LC_MESSAGES/ksysguard.mo share/locale/sr@latin/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sr@latin/LC_MESSAGES/ksystraycmd.mo share/locale/sr@latin/LC_MESSAGES/kteatime.mo +share/locale/sr@latin/LC_MESSAGES/ktesnippets_editor.mo share/locale/sr@latin/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sr@latin/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/sr@latin/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sr@latin/LC_MESSAGES/kthememanager.mo share/locale/sr@latin/LC_MESSAGES/ktimer.mo -share/locale/sr@latin/LC_MESSAGES/ktorrent.mo share/locale/sr@latin/LC_MESSAGES/ktraderclient.mo share/locale/sr@latin/LC_MESSAGES/ktron.mo -share/locale/sr@latin/LC_MESSAGES/kttsd.mo share/locale/sr@latin/LC_MESSAGES/ktuberling.mo share/locale/sr@latin/LC_MESSAGES/ktux.mo share/locale/sr@latin/LC_MESSAGES/kubrick.mo @@ -2461,7 +2621,6 @@ share/locale/sr@latin/LC_MESSAGES/kuiserver.mo share/locale/sr@latin/LC_MESSAGES/kurifilter.mo share/locale/sr@latin/LC_MESSAGES/kwalletd.mo share/locale/sr@latin/LC_MESSAGES/kwalletmanager.mo -share/locale/sr@latin/LC_MESSAGES/kweather.mo share/locale/sr@latin/LC_MESSAGES/kwin.mo share/locale/sr@latin/LC_MESSAGES/kwin_art_clients.mo share/locale/sr@latin/LC_MESSAGES/kwin_clients.mo @@ -2489,10 +2648,10 @@ share/locale/sr@latin/LC_MESSAGES/libkonq.mo share/locale/sr@latin/LC_MESSAGES/libkpimidentities.mo share/locale/sr@latin/LC_MESSAGES/libkpimtextedit.mo share/locale/sr@latin/LC_MESSAGES/libkpimutils.mo +share/locale/sr@latin/LC_MESSAGES/libkremotecontrol.mo share/locale/sr@latin/LC_MESSAGES/libkresources.mo share/locale/sr@latin/LC_MESSAGES/libkscreensaver.mo share/locale/sr@latin/LC_MESSAGES/libktnef.mo -share/locale/sr@latin/LC_MESSAGES/libktorrent.mo share/locale/sr@latin/LC_MESSAGES/libkunitconversion.mo share/locale/sr@latin/LC_MESSAGES/libkworkspace.mo share/locale/sr@latin/LC_MESSAGES/libkxmlrpcclient.mo @@ -2537,10 +2696,12 @@ share/locale/sr@latin/LC_MESSAGES/phononserver.mo share/locale/sr@latin/LC_MESSAGES/plasma-desktop.mo share/locale/sr@latin/LC_MESSAGES/plasma-netbook.mo share/locale/sr@latin/LC_MESSAGES/plasma-overlay.mo +share/locale/sr@latin/LC_MESSAGES/plasma-windowed.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_battery.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_clock.mo @@ -2572,6 +2733,7 @@ share/locale/sr@latin/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_news.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_notes.mo +share/locale/sr@latin/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_applet_opendesktop_activities.mo @@ -2612,6 +2774,8 @@ share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sr@latin/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/sr@latin/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_metadata.mo @@ -2623,12 +2787,14 @@ share/locale/sr@latin/LC_MESSAGES/plasma_engine_rss.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sr@latin/LC_MESSAGES/plasma_engine_weather.mo share/locale/sr@latin/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_kget.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_kill.mo @@ -2648,6 +2814,7 @@ share/locale/sr@latin/LC_MESSAGES/plasma_runner_shell.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_solid.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sr@latin/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sr@latin/LC_MESSAGES/plasma_runner_windows.mo share/locale/sr@latin/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sr@latin/LC_MESSAGES/plasma_wallpaper_color.mo @@ -2682,11 +2849,20 @@ share/locale/sr@latin/LC_MESSAGES/systemsettings.mo share/locale/sr@latin/LC_MESSAGES/timezones4.mo share/locale/sr@latin/LC_MESSAGES/useraccount.mo share/locale/sr@latin/LC_MESSAGES/xml_mimetypes.mo +share/locale/sr@latin/LC_SCRIPTS/kdelibs4/kdelibs4.js +share/locale/sr@latin/LC_SCRIPTS/kdelibs4/trapnakron.pmap +share/locale/sr@latin/LC_SCRIPTS/kdelibs4/trapnakron.pmapc +share/locale/sr@latin/LC_SCRIPTS/kfontinst/kfontinst.js share/locale/sr@latin/entry.desktop -@dirrm share/locale/sr@latin/LC_MESSAGES -@dirrm share/locale/sr@latin -@dirrm share/locale/sr@ijekavianlatin/LC_MESSAGES -@dirrm share/locale/sr@ijekavianlatin +@dirrm share/locale/sr@latin/LC_SCRIPTS/kfontinst +@dirrm share/locale/sr@latin/LC_SCRIPTS/kdelibs4 +@dirrm share/locale/sr@latin/LC_SCRIPTS +@dirrm share/locale/sr@ijekavianlatin/LC_SCRIPTS/kfontinst +@dirrm share/locale/sr@ijekavianlatin/LC_SCRIPTS/kdelibs4 +@dirrm share/locale/sr@ijekavianlatin/LC_SCRIPTS +@dirrm share/locale/sr@ijekavian/LC_SCRIPTS/kfontinst +@dirrm share/locale/sr@ijekavian/LC_SCRIPTS/kdelibs4 +@dirrm share/locale/sr@ijekavian/LC_SCRIPTS @dirrm share/locale/sr/LC_SCRIPTS/kfontinst @dirrm share/locale/sr/LC_SCRIPTS/kdelibs4 @dirrm share/locale/sr/LC_SCRIPTS @@ -2785,7 +2961,98 @@ share/locale/sr@latin/entry.desktop @dirrm share/icons/hicolor/16x16/actions/l10n/sr@latin @dirrm share/icons/hicolor/16x16/actions/l10n/sr @dirrm share/icons/hicolor/16x16/actions/l10n -@dirrm share/doc/HTML/sr/superkaramba +@dirrm share/doc/HTML/sr@latin/sonnet +@dirrm share/doc/HTML/sr@latin/okteta +@dirrm share/doc/HTML/sr@latin/lokalize +@dirrm share/doc/HTML/sr@latin/kwrite +@dirrm share/doc/HTML/sr@latin/kwallet +@dirrm share/doc/HTML/sr@latin/ktimer +@dirrm share/doc/HTML/sr@latin/krfb +@dirrm share/doc/HTML/sr@latin/krdc +@dirrm share/doc/HTML/sr@latin/kppp +@dirrm share/doc/HTML/sr@latin/kopete +@dirrm share/doc/HTML/sr@latin/konsole +@dirrm share/doc/HTML/sr@latin/konqueror +@dirrm share/doc/HTML/sr@latin/knetattach +@dirrm share/doc/HTML/sr@latin/kmix +@dirrm share/doc/HTML/sr@latin/kioslave/webdav +@dirrm share/doc/HTML/sr@latin/kioslave/thumbnail +@dirrm share/doc/HTML/sr@latin/kioslave/telnet +@dirrm share/doc/HTML/sr@latin/kioslave/tar +@dirrm share/doc/HTML/sr@latin/kioslave/smtp +@dirrm share/doc/HTML/sr@latin/kioslave/smb +@dirrm share/doc/HTML/sr@latin/kioslave/sftp +@dirrm share/doc/HTML/sr@latin/kioslave/rlogin +@dirrm share/doc/HTML/sr@latin/kioslave/pop3 +@dirrm share/doc/HTML/sr@latin/kioslave/nntp +@dirrm share/doc/HTML/sr@latin/kioslave/nfs +@dirrm share/doc/HTML/sr@latin/kioslave/man +@dirrm share/doc/HTML/sr@latin/kioslave/mailto +@dirrm share/doc/HTML/sr@latin/kioslave/ldap +@dirrm share/doc/HTML/sr@latin/kioslave/info +@dirrm share/doc/HTML/sr@latin/kioslave/imap +@dirrm share/doc/HTML/sr@latin/kioslave/http +@dirrm share/doc/HTML/sr@latin/kioslave/help +@dirrm share/doc/HTML/sr@latin/kioslave/gzip +@dirrm share/doc/HTML/sr@latin/kioslave/ftp +@dirrm share/doc/HTML/sr@latin/kioslave/floppy +@dirrm share/doc/HTML/sr@latin/kioslave/fish +@dirrm share/doc/HTML/sr@latin/kioslave/finger +@dirrm share/doc/HTML/sr@latin/kioslave/file +@dirrm share/doc/HTML/sr@latin/kioslave/data +@dirrm share/doc/HTML/sr@latin/kioslave/cgi +@dirrm share/doc/HTML/sr@latin/kioslave/bzip2 +@dirrm share/doc/HTML/sr@latin/kioslave/bookmarks +@dirrm share/doc/HTML/sr@latin/kioslave/audiocd +@dirrm share/doc/HTML/sr@latin/kioslave +@dirrm share/doc/HTML/sr@latin/kinfocenter +@dirrm share/doc/HTML/sr@latin/khelpcenter +@dirrm share/doc/HTML/sr@latin/kgpg +@dirrm share/doc/HTML/sr@latin/kget +@dirrm share/doc/HTML/sr@latin/kfloppy +@dirrm share/doc/HTML/sr@latin/kfind +@dirrm share/doc/HTML/sr@latin/kdf +@dirrm share/doc/HTML/sr@latin/kdesu +@dirrm share/doc/HTML/sr@latin/kdepasswd +@dirrm share/doc/HTML/sr@latin/kdebugdialog +@dirrm share/doc/HTML/sr@latin/kcontrol/useragent +@dirrm share/doc/HTML/sr@latin/kcontrol/spellchecking +@dirrm share/doc/HTML/sr@latin/kcontrol/smb +@dirrm share/doc/HTML/sr@latin/kcontrol/proxy +@dirrm share/doc/HTML/sr@latin/kcontrol/performance +@dirrm share/doc/HTML/sr@latin/kcontrol/paths +@dirrm share/doc/HTML/sr@latin/kcontrol/netpref +@dirrm share/doc/HTML/sr@latin/kcontrol/language +@dirrm share/doc/HTML/sr@latin/kcontrol/khtml-plugins +@dirrm share/doc/HTML/sr@latin/kcontrol/khtml-java-js +@dirrm share/doc/HTML/sr@latin/kcontrol/khtml-behavior +@dirrm share/doc/HTML/sr@latin/kcontrol/khtml-adblock +@dirrm share/doc/HTML/sr@latin/kcontrol/kcmnotify +@dirrm share/doc/HTML/sr@latin/kcontrol/kcmlaunch +@dirrm share/doc/HTML/sr@latin/kcontrol/kcmcss +@dirrm share/doc/HTML/sr@latin/kcontrol/icons +@dirrm share/doc/HTML/sr@latin/kcontrol/filetypes +@dirrm share/doc/HTML/sr@latin/kcontrol/filemanager +@dirrm share/doc/HTML/sr@latin/kcontrol/emoticons +@dirrm share/doc/HTML/sr@latin/kcontrol/ebrowsing +@dirrm share/doc/HTML/sr@latin/kcontrol/desktop +@dirrm share/doc/HTML/sr@latin/kcontrol/cookies +@dirrm share/doc/HTML/sr@latin/kcontrol/clock +@dirrm share/doc/HTML/sr@latin/kcontrol/cddbretrieval +@dirrm share/doc/HTML/sr@latin/kcontrol/cache +@dirrm share/doc/HTML/sr@latin/kcontrol/bookmarks +@dirrm share/doc/HTML/sr@latin/kcontrol/blockdevices +@dirrm share/doc/HTML/sr@latin/kcontrol/bell +@dirrm share/doc/HTML/sr@latin/kcontrol/autostart +@dirrm share/doc/HTML/sr@latin/kcontrol +@dirrm share/doc/HTML/sr@latin/kcharselect +@dirrm share/doc/HTML/sr@latin/kcalc +@dirrm share/doc/HTML/sr@latin/juk +@dirrm share/doc/HTML/sr@latin/gwenview +@dirrm share/doc/HTML/sr@latin/dragonplayer +@dirrm share/doc/HTML/sr@latin/dolphin +@dirrm share/doc/HTML/sr@latin/ark +@dirrm share/doc/HTML/sr@latin @dirrm share/doc/HTML/sr/sonnet @dirrm share/doc/HTML/sr/okteta @dirrm share/doc/HTML/sr/lokalize @@ -2794,6 +3061,7 @@ share/locale/sr@latin/entry.desktop @dirrm share/doc/HTML/sr/ktimer @dirrm share/doc/HTML/sr/krfb @dirrm share/doc/HTML/sr/krdc +@dirrm share/doc/HTML/sr/kppp @dirrm share/doc/HTML/sr/kopete @dirrm share/doc/HTML/sr/konsole @dirrm share/doc/HTML/sr/konqueror @@ -2810,7 +3078,6 @@ share/locale/sr@latin/entry.desktop @dirrm share/doc/HTML/sr/kioslave/pop3 @dirrm share/doc/HTML/sr/kioslave/nntp @dirrm share/doc/HTML/sr/kioslave/nfs -@dirrm share/doc/HTML/sr/kioslave/news @dirrm share/doc/HTML/sr/kioslave/man @dirrm share/doc/HTML/sr/kioslave/mailto @dirrm share/doc/HTML/sr/kioslave/ldap @@ -2830,26 +3097,7 @@ share/locale/sr@latin/entry.desktop @dirrm share/doc/HTML/sr/kioslave/bookmarks @dirrm share/doc/HTML/sr/kioslave/audiocd @dirrm share/doc/HTML/sr/kioslave -@dirrm share/doc/HTML/sr/kinfocenter/xserver -@dirrm share/doc/HTML/sr/kinfocenter/usb -@dirrm share/doc/HTML/sr/kinfocenter/sound -@dirrm share/doc/HTML/sr/kinfocenter/scsi -@dirrm share/doc/HTML/sr/kinfocenter/samba -@dirrm share/doc/HTML/sr/kinfocenter/protocols -@dirrm share/doc/HTML/sr/kinfocenter/processor -@dirrm share/doc/HTML/sr/kinfocenter/pcmcia -@dirrm share/doc/HTML/sr/kinfocenter/pci -@dirrm share/doc/HTML/sr/kinfocenter/partitions -@dirrm share/doc/HTML/sr/kinfocenter/opengl -@dirrm share/doc/HTML/sr/kinfocenter/nics -@dirrm share/doc/HTML/sr/kinfocenter/memory -@dirrm share/doc/HTML/sr/kinfocenter/ioports -@dirrm share/doc/HTML/sr/kinfocenter/interrupts -@dirrm share/doc/HTML/sr/kinfocenter/dma -@dirrm share/doc/HTML/sr/kinfocenter/devices @dirrm share/doc/HTML/sr/kinfocenter -@dirrm share/doc/HTML/sr/khelpcenter/userguide -@dirrm share/doc/HTML/sr/khelpcenter/quickstart @dirrm share/doc/HTML/sr/khelpcenter @dirrm share/doc/HTML/sr/kgpg @dirrm share/doc/HTML/sr/kget @@ -2871,29 +3119,27 @@ share/locale/sr@latin/entry.desktop @dirrm share/doc/HTML/sr/kcontrol/khtml-java-js @dirrm share/doc/HTML/sr/kcontrol/khtml-behavior @dirrm share/doc/HTML/sr/kcontrol/khtml-adblock -@dirrm share/doc/HTML/sr/kcontrol/kdm @dirrm share/doc/HTML/sr/kcontrol/kcmnotify @dirrm share/doc/HTML/sr/kcontrol/kcmlaunch @dirrm share/doc/HTML/sr/kcontrol/kcmcss @dirrm share/doc/HTML/sr/kcontrol/icons -@dirrm share/doc/HTML/sr/kcontrol/helpindex @dirrm share/doc/HTML/sr/kcontrol/filetypes @dirrm share/doc/HTML/sr/kcontrol/filemanager @dirrm share/doc/HTML/sr/kcontrol/emoticons @dirrm share/doc/HTML/sr/kcontrol/ebrowsing +@dirrm share/doc/HTML/sr/kcontrol/desktop @dirrm share/doc/HTML/sr/kcontrol/cookies @dirrm share/doc/HTML/sr/kcontrol/clock +@dirrm share/doc/HTML/sr/kcontrol/cddbretrieval @dirrm share/doc/HTML/sr/kcontrol/cache @dirrm share/doc/HTML/sr/kcontrol/bookmarks @dirrm share/doc/HTML/sr/kcontrol/blockdevices @dirrm share/doc/HTML/sr/kcontrol/bell @dirrm share/doc/HTML/sr/kcontrol/autostart @dirrm share/doc/HTML/sr/kcontrol -@dirrm share/doc/HTML/sr/kcmlirc @dirrm share/doc/HTML/sr/kcharselect @dirrm share/doc/HTML/sr/kcalc @dirrm share/doc/HTML/sr/juk -@dirrm share/doc/HTML/sr/irkick @dirrm share/doc/HTML/sr/gwenview @dirrm share/doc/HTML/sr/dragonplayer @dirrm share/doc/HTML/sr/dolphin @@ -2903,15 +3149,30 @@ share/locale/sr@latin/entry.desktop @dirrm share/apps/kvtml/sr@ijekavianlatin @dirrm share/apps/kvtml/sr@ijekavian @dirrm share/apps/kvtml/sr -@dirrmtry share/apps/kvtml +@dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/sr -@dirrmtry share/apps/ktuberling/sounds -@dirrmtry share/apps/ktuberling -@dirrmtry share/apps/khangman +@dirrm share/apps/ktuberling/sounds +@dirrm share/apps/ktuberling +@dirrm share/apps/khangman +@dirrm share/apps/desktoptheme/oxygen/widgets/l10n/sr@latin +@dirrm share/apps/desktoptheme/oxygen/widgets/l10n/sr@ijekavianlatin +@dirrm share/apps/desktoptheme/oxygen/widgets/l10n/sr@ijekavian +@dirrm share/apps/desktoptheme/oxygen/widgets/l10n/sr +@dirrm share/apps/desktoptheme/oxygen/widgets/l10n +@dirrm share/apps/desktoptheme/oxygen/widgets +@dirrm share/apps/desktoptheme/oxygen @dirrm share/apps/desktoptheme/default/widgets/l10n/sr@latin @dirrm share/apps/desktoptheme/default/widgets/l10n/sr@ijekavianlatin @dirrm share/apps/desktoptheme/default/widgets/l10n/sr@ijekavian @dirrm share/apps/desktoptheme/default/widgets/l10n/sr @dirrm share/apps/desktoptheme/default/widgets/l10n +@dirrm share/apps/desktoptheme/default/icons/l10n/sr@latin +@dirrm share/apps/desktoptheme/default/icons/l10n/sr@ijekavianlatin +@dirrm share/apps/desktoptheme/default/icons/l10n/sr@ijekavian +@dirrm share/apps/desktoptheme/default/icons/l10n/sr +@dirrm share/apps/desktoptheme/default/icons/l10n +@dirrm share/apps/desktoptheme/default/icons +@dirrmtry man/sr@latin/man1 +@dirrmtry man/sr@latin @dirrmtry man/sr/man1 @dirrmtry man/sr diff --git a/misc/kde4-l10n-sv/Makefile.man b/misc/kde4-l10n-sv/Makefile.man index 01665a6abc13..d30fe4384e9f 100644 --- a/misc/kde4-l10n-sv/Makefile.man +++ b/misc/kde4-l10n-sv/Makefile.man @@ -1,4 +1,4 @@ -MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 transxx.1 zonetab2pot.py.1 +MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kalzium.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 MAN6= amor.6 khangman.6 kpat.6 MAN7= kdeoptions.7 qtoptions.7 MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 nepomukserver.8 nepomukservicestub.8 diff --git a/misc/kde4-l10n-sv/distinfo b/misc/kde4-l10n-sv/distinfo index 7887732360fd..e571d0d1608e 100644 --- a/misc/kde4-l10n-sv/distinfo +++ b/misc/kde4-l10n-sv/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-sv-4.4.5.tar.bz2) = ca500da3319db5bd3c2d84f8ab5db060 -SHA256 (KDE/kde-l10n/kde-l10n-sv-4.4.5.tar.bz2) = 7800ef1e0a32418283f5da4f70603960e8ac4fdb3750833435be8742147397c6 -SIZE (KDE/kde-l10n/kde-l10n-sv-4.4.5.tar.bz2) = 18802546 +MD5 (KDE/kde-l10n/kde-l10n-sv-4.5.1.tar.bz2) = c2f301a0850c504c77e277de31ebcab8 +SHA256 (KDE/kde-l10n/kde-l10n-sv-4.5.1.tar.bz2) = 464f13f0ddb82ec60be081112ccd5e8f0b06e0cf3f3ca79bc86e06558e76c264 +SIZE (KDE/kde-l10n/kde-l10n-sv-4.5.1.tar.bz2) = 14179099 diff --git a/misc/kde4-l10n-sv/pkg-plist b/misc/kde4-l10n-sv/pkg-plist index b38f23af5b1c..d2379e00ead1 100644 --- a/misc/kde4-l10n-sv/pkg-plist +++ b/misc/kde4-l10n-sv/pkg-plist @@ -47,25 +47,6 @@ share/doc/HTML/sv/PolicyKit-kde/howitworks.docbook share/doc/HTML/sv/PolicyKit-kde/index.cache.bz2 share/doc/HTML/sv/PolicyKit-kde/index.docbook share/doc/HTML/sv/PolicyKit-kde/introduction.docbook -share/doc/HTML/sv/akregator/add-feed.png -share/doc/HTML/sv/akregator/add-feed2.png -share/doc/HTML/sv/akregator/add-folder.png -share/doc/HTML/sv/akregator/add-folder2.png -share/doc/HTML/sv/akregator/advanced-tab.png -share/doc/HTML/sv/akregator/appearance-tab.png -share/doc/HTML/sv/akregator/archive-tab.png -share/doc/HTML/sv/akregator/browser-tab.png -share/doc/HTML/sv/akregator/common -share/doc/HTML/sv/akregator/general-tab.png -share/doc/HTML/sv/akregator/index.cache.bz2 -share/doc/HTML/sv/akregator/index.docbook -share/doc/HTML/sv/akregator/konq.png -share/doc/HTML/sv/akregator/konq2.png -share/doc/HTML/sv/akregator/main-window.png -share/doc/HTML/sv/akregator/main-window2.png -share/doc/HTML/sv/akregator/main-window3.png -share/doc/HTML/sv/akregator/main-window4.png -share/doc/HTML/sv/akregator/quick-filter.png share/doc/HTML/sv/amor/common share/doc/HTML/sv/amor/index.cache.bz2 share/doc/HTML/sv/amor/index.docbook @@ -81,9 +62,6 @@ share/doc/HTML/sv/blinken/blinken_nickprompt.png share/doc/HTML/sv/blinken/common share/doc/HTML/sv/blinken/index.cache.bz2 share/doc/HTML/sv/blinken/index.docbook -share/doc/HTML/sv/blogilo/common -share/doc/HTML/sv/blogilo/index.cache.bz2 -share/doc/HTML/sv/blogilo/index.docbook share/doc/HTML/sv/bomber/common share/doc/HTML/sv/bomber/index.cache.bz2 share/doc/HTML/sv/bomber/index.docbook @@ -142,9 +120,22 @@ share/doc/HTML/sv/gwenview/introduction.docbook share/doc/HTML/sv/gwenview/keybindings.docbook share/doc/HTML/sv/gwenview/mouse.docbook share/doc/HTML/sv/gwenview/view_mode.png -share/doc/HTML/sv/irkick/common -share/doc/HTML/sv/irkick/index.cache.bz2 -share/doc/HTML/sv/irkick/index.docbook +share/doc/HTML/sv/jovie/addtalker.png +share/doc/HTML/sv/jovie/audio.png +share/doc/HTML/sv/jovie/common +share/doc/HTML/sv/jovie/festivalintconf.png +share/doc/HTML/sv/jovie/filters.png +share/doc/HTML/sv/jovie/general.png +share/doc/HTML/sv/jovie/index.cache.bz2 +share/doc/HTML/sv/jovie/index.docbook +share/doc/HTML/sv/jovie/interruption.png +share/doc/HTML/sv/jovie/jobs.png +share/doc/HTML/sv/jovie/notifications.png +share/doc/HTML/sv/jovie/selecttalker.png +share/doc/HTML/sv/jovie/stringreplacer.png +share/doc/HTML/sv/jovie/talkerchooser.png +share/doc/HTML/sv/jovie/talkers.png +share/doc/HTML/sv/jovie/xmltransformer.png share/doc/HTML/sv/juk/common share/doc/HTML/sv/juk/history-playlist.png share/doc/HTML/sv/juk/index.cache.bz2 @@ -155,17 +146,9 @@ share/doc/HTML/sv/juk/juk-main.png share/doc/HTML/sv/juk/juk-tag-guesser.png share/doc/HTML/sv/juk/normal-playlist.png share/doc/HTML/sv/juk/search-playlist.png -share/doc/HTML/sv/kabcclient/common -share/doc/HTML/sv/kabcclient/index.cache.bz2 -share/doc/HTML/sv/kabcclient/index.docbook -share/doc/HTML/sv/kabcclient/man-kabcclient.1.docbook -share/doc/HTML/sv/kalarm/alarmmessage.png -share/doc/HTML/sv/kalarm/common -share/doc/HTML/sv/kalarm/editwindow-simple.png -share/doc/HTML/sv/kalarm/editwindow.png -share/doc/HTML/sv/kalarm/index.cache.bz2 -share/doc/HTML/sv/kalarm/index.docbook -share/doc/HTML/sv/kalarm/mainwindow.png +share/doc/HTML/sv/kajongg/common +share/doc/HTML/sv/kajongg/index.cache.bz2 +share/doc/HTML/sv/kajongg/index.docbook share/doc/HTML/sv/kalgebra/common share/doc/HTML/sv/kalgebra/index.cache.bz2 share/doc/HTML/sv/kalgebra/index.docbook @@ -270,18 +253,12 @@ share/doc/HTML/sv/kcalc/index.docbook share/doc/HTML/sv/kcharselect/common share/doc/HTML/sv/kcharselect/index.cache.bz2 share/doc/HTML/sv/kcharselect/index.docbook -share/doc/HTML/sv/kcmlirc/common -share/doc/HTML/sv/kcmlirc/index.cache.bz2 -share/doc/HTML/sv/kcmlirc/index.docbook share/doc/HTML/sv/kcontrol/attica/common share/doc/HTML/sv/kcontrol/attica/index.cache.bz2 share/doc/HTML/sv/kcontrol/attica/index.docbook share/doc/HTML/sv/kcontrol/autostart/common share/doc/HTML/sv/kcontrol/autostart/index.cache.bz2 share/doc/HTML/sv/kcontrol/autostart/index.docbook -share/doc/HTML/sv/kcontrol/background/common -share/doc/HTML/sv/kcontrol/background/index.cache.bz2 -share/doc/HTML/sv/kcontrol/background/index.docbook share/doc/HTML/sv/kcontrol/bell/common share/doc/HTML/sv/kcontrol/bell/index.cache.bz2 share/doc/HTML/sv/kcontrol/bell/index.docbook @@ -309,24 +286,15 @@ share/doc/HTML/sv/kcontrol/componentchooser/index.docbook share/doc/HTML/sv/kcontrol/cookies/common share/doc/HTML/sv/kcontrol/cookies/index.cache.bz2 share/doc/HTML/sv/kcontrol/cookies/index.docbook -share/doc/HTML/sv/kcontrol/crypto/common -share/doc/HTML/sv/kcontrol/crypto/index.cache.bz2 -share/doc/HTML/sv/kcontrol/crypto/index.docbook share/doc/HTML/sv/kcontrol/desktop/common share/doc/HTML/sv/kcontrol/desktop/index.cache.bz2 share/doc/HTML/sv/kcontrol/desktop/index.docbook -share/doc/HTML/sv/kcontrol/desktopbehavior/common -share/doc/HTML/sv/kcontrol/desktopbehavior/index.cache.bz2 -share/doc/HTML/sv/kcontrol/desktopbehavior/index.docbook share/doc/HTML/sv/kcontrol/desktopthemedetails/common share/doc/HTML/sv/kcontrol/desktopthemedetails/index.cache.bz2 share/doc/HTML/sv/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/sv/kcontrol/ebrowsing/common share/doc/HTML/sv/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/sv/kcontrol/ebrowsing/index.docbook -share/doc/HTML/sv/kcontrol/email/common -share/doc/HTML/sv/kcontrol/email/index.cache.bz2 -share/doc/HTML/sv/kcontrol/email/index.docbook share/doc/HTML/sv/kcontrol/emoticons/common share/doc/HTML/sv/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/sv/kcontrol/emoticons/index.docbook @@ -344,9 +312,6 @@ share/doc/HTML/sv/kcontrol/fontinst/index.docbook share/doc/HTML/sv/kcontrol/fonts/common share/doc/HTML/sv/kcontrol/fonts/index.cache.bz2 share/doc/HTML/sv/kcontrol/fonts/index.docbook -share/doc/HTML/sv/kcontrol/helpindex/common -share/doc/HTML/sv/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/sv/kcontrol/helpindex/index.docbook share/doc/HTML/sv/kcontrol/history/common share/doc/HTML/sv/kcontrol/history/index.cache.bz2 share/doc/HTML/sv/kcontrol/history/index.docbook @@ -368,9 +333,6 @@ share/doc/HTML/sv/kcontrol/kcmcgi/index.docbook share/doc/HTML/sv/kcontrol/kcmcss/common share/doc/HTML/sv/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcmcss/index.docbook -share/doc/HTML/sv/kcontrol/kcmdisplay/common -share/doc/HTML/sv/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kcmdisplay/index.docbook share/doc/HTML/sv/kcontrol/kcmlaunch/common share/doc/HTML/sv/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcmlaunch/index.docbook @@ -383,15 +345,9 @@ share/doc/HTML/sv/kcontrol/kcmsmserver/index.docbook share/doc/HTML/sv/kcontrol/kcmstyle/common share/doc/HTML/sv/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/sv/kcontrol/kcmstyle/index.docbook -share/doc/HTML/sv/kcontrol/kcmtaskbar/common -share/doc/HTML/sv/kcontrol/kcmtaskbar/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kcmtaskbar/index.docbook share/doc/HTML/sv/kcontrol/kded/common share/doc/HTML/sv/kcontrol/kded/index.cache.bz2 share/doc/HTML/sv/kcontrol/kded/index.docbook -share/doc/HTML/sv/kcontrol/kdm/common -share/doc/HTML/sv/kcontrol/kdm/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kdm/index.docbook share/doc/HTML/sv/kcontrol/keyboard/common share/doc/HTML/sv/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/sv/kcontrol/keyboard/index.docbook @@ -419,6 +375,9 @@ share/doc/HTML/sv/kcontrol/khtml-plugins/index.docbook share/doc/HTML/sv/kcontrol/knetworkconf/common share/doc/HTML/sv/kcontrol/knetworkconf/index.cache.bz2 share/doc/HTML/sv/kcontrol/knetworkconf/index.docbook +share/doc/HTML/sv/kcontrol/kremotecontrol/common +share/doc/HTML/sv/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/sv/kcontrol/kremotecontrol/index.docbook share/doc/HTML/sv/kcontrol/kresources/common share/doc/HTML/sv/kcontrol/kresources/index.cache.bz2 share/doc/HTML/sv/kcontrol/kresources/index.docbook @@ -434,9 +393,6 @@ share/doc/HTML/sv/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/sv/kcontrol/kwintabbox/common share/doc/HTML/sv/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/sv/kcontrol/kwintabbox/index.docbook -share/doc/HTML/sv/kcontrol/kxkb/common -share/doc/HTML/sv/kcontrol/kxkb/index.cache.bz2 -share/doc/HTML/sv/kcontrol/kxkb/index.docbook share/doc/HTML/sv/kcontrol/language/common share/doc/HTML/sv/kcontrol/language/index.cache.bz2 share/doc/HTML/sv/kcontrol/language/index.docbook @@ -449,15 +405,6 @@ share/doc/HTML/sv/kcontrol/nepomuk/index.docbook share/doc/HTML/sv/kcontrol/netpref/common share/doc/HTML/sv/kcontrol/netpref/index.cache.bz2 share/doc/HTML/sv/kcontrol/netpref/index.docbook -share/doc/HTML/sv/kcontrol/panel/common -share/doc/HTML/sv/kcontrol/panel/index.cache.bz2 -share/doc/HTML/sv/kcontrol/panel/index.docbook -share/doc/HTML/sv/kcontrol/panelappearance/common -share/doc/HTML/sv/kcontrol/panelappearance/index.cache.bz2 -share/doc/HTML/sv/kcontrol/panelappearance/index.docbook -share/doc/HTML/sv/kcontrol/passwords/common -share/doc/HTML/sv/kcontrol/passwords/index.cache.bz2 -share/doc/HTML/sv/kcontrol/passwords/index.docbook share/doc/HTML/sv/kcontrol/paths/common share/doc/HTML/sv/kcontrol/paths/index.cache.bz2 share/doc/HTML/sv/kcontrol/paths/index.docbook @@ -563,6 +510,9 @@ share/doc/HTML/sv/kfind/man-kfind.1.docbook share/doc/HTML/sv/kfloppy/common share/doc/HTML/sv/kfloppy/index.cache.bz2 share/doc/HTML/sv/kfloppy/index.docbook +share/doc/HTML/sv/kfontview/common +share/doc/HTML/sv/kfontview/index.cache.bz2 +share/doc/HTML/sv/kfontview/index.docbook share/doc/HTML/sv/kfourinline/common share/doc/HTML/sv/kfourinline/index.cache.bz2 share/doc/HTML/sv/kfourinline/index.docbook @@ -610,147 +560,12 @@ share/doc/HTML/sv/khangman/index.cache.bz2 share/doc/HTML/sv/khangman/index.docbook share/doc/HTML/sv/khangman/man-khangman.6.docbook share/doc/HTML/sv/khelpcenter/common -share/doc/HTML/sv/khelpcenter/contact.docbook -share/doc/HTML/sv/khelpcenter/faq/about.docbook -share/doc/HTML/sv/khelpcenter/faq/common -share/doc/HTML/sv/khelpcenter/faq/configkde.docbook -share/doc/HTML/sv/khelpcenter/faq/contrib.docbook -share/doc/HTML/sv/khelpcenter/faq/desktop.docbook -share/doc/HTML/sv/khelpcenter/faq/filemng.docbook -share/doc/HTML/sv/khelpcenter/faq/getkde.docbook -share/doc/HTML/sv/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/sv/khelpcenter/faq/index.docbook -share/doc/HTML/sv/khelpcenter/faq/install.docbook -share/doc/HTML/sv/khelpcenter/faq/intro.docbook -share/doc/HTML/sv/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/sv/khelpcenter/faq/misc.docbook -share/doc/HTML/sv/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/sv/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/sv/khelpcenter/faq/notrelated.docbook -share/doc/HTML/sv/khelpcenter/faq/panel.docbook -share/doc/HTML/sv/khelpcenter/faq/qt.docbook -share/doc/HTML/sv/khelpcenter/faq/questions.docbook -share/doc/HTML/sv/khelpcenter/faq/sound.docbook -share/doc/HTML/sv/khelpcenter/faq/tips.docbook -share/doc/HTML/sv/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/sv/khelpcenter/faq/winmng.docbook share/doc/HTML/sv/khelpcenter/glossary/common share/doc/HTML/sv/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/sv/khelpcenter/glossary/index.docbook share/doc/HTML/sv/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/sv/khelpcenter/help.docbook share/doc/HTML/sv/khelpcenter/index.cache.bz2 share/doc/HTML/sv/khelpcenter/index.docbook -share/doc/HTML/sv/khelpcenter/quickstart/common -share/doc/HTML/sv/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/sv/khelpcenter/quickstart/index.docbook -share/doc/HTML/sv/khelpcenter/support.docbook -share/doc/HTML/sv/khelpcenter/userguide/a-window.png -share/doc/HTML/sv/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/sv/khelpcenter/userguide/amarok.png -share/doc/HTML/sv/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/sv/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/sv/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/sv/khelpcenter/userguide/common -share/doc/HTML/sv/khelpcenter/userguide/control-center.docbook -share/doc/HTML/sv/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/sv/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/sv/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/sv/khelpcenter/userguide/desktop.png -share/doc/HTML/sv/khelpcenter/userguide/email.docbook -share/doc/HTML/sv/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/sv/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/sv/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/sv/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/sv/khelpcenter/userguide/glossary.docbook -share/doc/HTML/sv/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/sv/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/sv/khelpcenter/userguide/index.docbook -share/doc/HTML/sv/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/sv/khelpcenter/userguide/juk.png -share/doc/HTML/sv/khelpcenter/userguide/kaboodle.png -share/doc/HTML/sv/khelpcenter/userguide/kcontrol.png -share/doc/HTML/sv/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/sv/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/sv/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/sv/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/sv/khelpcenter/userguide/kmag.png -share/doc/HTML/sv/khelpcenter/userguide/kmousetool.png -share/doc/HTML/sv/khelpcenter/userguide/kmouth.png -share/doc/HTML/sv/khelpcenter/userguide/kmouth2.png -share/doc/HTML/sv/khelpcenter/userguide/kmouth3.png -share/doc/HTML/sv/khelpcenter/userguide/knode-identity.png -share/doc/HTML/sv/khelpcenter/userguide/knode-mail-account.png -share/doc/HTML/sv/khelpcenter/userguide/knode-news-account.png -share/doc/HTML/sv/khelpcenter/userguide/knode-start.png -share/doc/HTML/sv/khelpcenter/userguide/konq-sidebar.png -share/doc/HTML/sv/khelpcenter/userguide/konq-simple.png -share/doc/HTML/sv/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/sv/khelpcenter/userguide/kopete.png -share/doc/HTML/sv/khelpcenter/userguide/kppp-dialer-tab.png -share/doc/HTML/sv/khelpcenter/userguide/kppp-wizard.png -share/doc/HTML/sv/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/sv/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/sv/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/sv/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/sv/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/sv/khelpcenter/userguide/noatun.png -share/doc/HTML/sv/khelpcenter/userguide/oggfolder.png -share/doc/HTML/sv/khelpcenter/userguide/open-file-dialog.png -share/doc/HTML/sv/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/sv/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/sv/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/sv/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/sv/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/sv/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/sv/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/sv/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/sv/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/sv/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/sv/khelpcenter/userguide/rip.png -share/doc/HTML/sv/khelpcenter/userguide/ripsettings.png -share/doc/HTML/sv/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/sv/khelpcenter/userguide/services.png -share/doc/HTML/sv/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/sv/khelpcenter/userguide/splash-screen.png -share/doc/HTML/sv/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/sv/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/sv/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/sv/khelpcenter/userguide/titlebar-menu.png -share/doc/HTML/sv/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/sv/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/sv/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/sv/khelpcenter/userguide/usenet.docbook -share/doc/HTML/sv/khelpcenter/userguide/where-next.docbook -share/doc/HTML/sv/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/sv/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/sv/khelpcenter/visualdict/common -share/doc/HTML/sv/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/sv/khelpcenter/visualdict/index.docbook -share/doc/HTML/sv/khelpcenter/visualdict/pict1.png -share/doc/HTML/sv/khelpcenter/visualdict/pict10.png -share/doc/HTML/sv/khelpcenter/visualdict/pict11.png -share/doc/HTML/sv/khelpcenter/visualdict/pict12.png -share/doc/HTML/sv/khelpcenter/visualdict/pict13.png -share/doc/HTML/sv/khelpcenter/visualdict/pict14.png -share/doc/HTML/sv/khelpcenter/visualdict/pict15.png -share/doc/HTML/sv/khelpcenter/visualdict/pict16.png -share/doc/HTML/sv/khelpcenter/visualdict/pict17.png -share/doc/HTML/sv/khelpcenter/visualdict/pict18.png -share/doc/HTML/sv/khelpcenter/visualdict/pict19.png -share/doc/HTML/sv/khelpcenter/visualdict/pict2.png -share/doc/HTML/sv/khelpcenter/visualdict/pict20.png -share/doc/HTML/sv/khelpcenter/visualdict/pict21.png -share/doc/HTML/sv/khelpcenter/visualdict/pict22.png -share/doc/HTML/sv/khelpcenter/visualdict/pict23.png -share/doc/HTML/sv/khelpcenter/visualdict/pict3.png -share/doc/HTML/sv/khelpcenter/visualdict/pict4.png -share/doc/HTML/sv/khelpcenter/visualdict/pict5.png -share/doc/HTML/sv/khelpcenter/visualdict/pict6.png -share/doc/HTML/sv/khelpcenter/visualdict/pict7.png -share/doc/HTML/sv/khelpcenter/visualdict/pict8.png -share/doc/HTML/sv/khelpcenter/welcome.docbook -share/doc/HTML/sv/khelpcenter/whatiskde.docbook share/doc/HTML/sv/kig/common share/doc/HTML/sv/kig/constructed_a_point.png share/doc/HTML/sv/kig/constructed_script_object.png @@ -780,62 +595,8 @@ share/doc/HTML/sv/kimagemapeditor/common share/doc/HTML/sv/kimagemapeditor/index.cache.bz2 share/doc/HTML/sv/kimagemapeditor/index.docbook share/doc/HTML/sv/kinfocenter/common -share/doc/HTML/sv/kinfocenter/devices/common -share/doc/HTML/sv/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/devices/index.docbook -share/doc/HTML/sv/kinfocenter/dma/common -share/doc/HTML/sv/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/dma/index.docbook share/doc/HTML/sv/kinfocenter/index.cache.bz2 share/doc/HTML/sv/kinfocenter/index.docbook -share/doc/HTML/sv/kinfocenter/interrupts/common -share/doc/HTML/sv/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/interrupts/index.docbook -share/doc/HTML/sv/kinfocenter/ioports/common -share/doc/HTML/sv/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/ioports/index.docbook -share/doc/HTML/sv/kinfocenter/memory/common -share/doc/HTML/sv/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/memory/index.docbook -share/doc/HTML/sv/kinfocenter/nics/common -share/doc/HTML/sv/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/nics/index.docbook -share/doc/HTML/sv/kinfocenter/opengl/common -share/doc/HTML/sv/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/opengl/index.docbook -share/doc/HTML/sv/kinfocenter/partitions/common -share/doc/HTML/sv/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/partitions/index.docbook -share/doc/HTML/sv/kinfocenter/pci/common -share/doc/HTML/sv/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/pci/index.docbook -share/doc/HTML/sv/kinfocenter/pcmcia/common -share/doc/HTML/sv/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/pcmcia/index.docbook -share/doc/HTML/sv/kinfocenter/processor/common -share/doc/HTML/sv/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/processor/index.docbook -share/doc/HTML/sv/kinfocenter/protocols/common -share/doc/HTML/sv/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/protocols/index.docbook -share/doc/HTML/sv/kinfocenter/samba/common -share/doc/HTML/sv/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/samba/index.docbook -share/doc/HTML/sv/kinfocenter/scsi/common -share/doc/HTML/sv/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/scsi/index.docbook -share/doc/HTML/sv/kinfocenter/sound/common -share/doc/HTML/sv/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/sound/index.docbook -share/doc/HTML/sv/kinfocenter/usb/common -share/doc/HTML/sv/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/usb/index.docbook -share/doc/HTML/sv/kinfocenter/view1394/common -share/doc/HTML/sv/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/view1394/index.docbook -share/doc/HTML/sv/kinfocenter/xserver/common -share/doc/HTML/sv/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/sv/kinfocenter/xserver/index.docbook share/doc/HTML/sv/kioslave/audiocd/common share/doc/HTML/sv/kioslave/audiocd/index.cache.bz2 share/doc/HTML/sv/kioslave/audiocd/index.docbook @@ -896,9 +657,6 @@ share/doc/HTML/sv/kioslave/mbox/index.docbook share/doc/HTML/sv/kioslave/network/common share/doc/HTML/sv/kioslave/network/index.cache.bz2 share/doc/HTML/sv/kioslave/network/index.docbook -share/doc/HTML/sv/kioslave/news/common -share/doc/HTML/sv/kioslave/news/index.cache.bz2 -share/doc/HTML/sv/kioslave/news/index.docbook share/doc/HTML/sv/kioslave/nfs/common share/doc/HTML/sv/kioslave/nfs/index.cache.bz2 share/doc/HTML/sv/kioslave/nfs/index.docbook @@ -946,15 +704,9 @@ share/doc/HTML/sv/kiten/index.cache.bz2 share/doc/HTML/sv/kiten/index.docbook share/doc/HTML/sv/kiten/kiten1.png share/doc/HTML/sv/kiten/kiten2.png -share/doc/HTML/sv/kjots/common -share/doc/HTML/sv/kjots/index.cache.bz2 -share/doc/HTML/sv/kjots/index.docbook share/doc/HTML/sv/kjumpingcube/common share/doc/HTML/sv/kjumpingcube/index.cache.bz2 share/doc/HTML/sv/kjumpingcube/index.docbook -share/doc/HTML/sv/kleopatra/common -share/doc/HTML/sv/kleopatra/index.cache.bz2 -share/doc/HTML/sv/kleopatra/index.docbook share/doc/HTML/sv/klettres/common share/doc/HTML/sv/klettres/index.cache.bz2 share/doc/HTML/sv/klettres/index.docbook @@ -989,17 +741,6 @@ share/doc/HTML/sv/kmahjongg/index.docbook share/doc/HTML/sv/kmahjongg/numbered.png share/doc/HTML/sv/kmahjongg/shortcuts.png share/doc/HTML/sv/kmahjongg/showremoved.png -share/doc/HTML/sv/kmail/common -share/doc/HTML/sv/kmail/configure.docbook -share/doc/HTML/sv/kmail/credits-and-licenses.docbook -share/doc/HTML/sv/kmail/faq.docbook -share/doc/HTML/sv/kmail/getting-started.docbook -share/doc/HTML/sv/kmail/importing.docbook -share/doc/HTML/sv/kmail/index.cache.bz2 -share/doc/HTML/sv/kmail/index.docbook -share/doc/HTML/sv/kmail/intro.docbook -share/doc/HTML/sv/kmail/menus.docbook -share/doc/HTML/sv/kmail/using-kmail.docbook share/doc/HTML/sv/kmenuedit/common share/doc/HTML/sv/kmenuedit/done.png share/doc/HTML/sv/kmenuedit/index.cache.bz2 @@ -1057,45 +798,6 @@ share/doc/HTML/sv/knetattach/screenshot4.png share/doc/HTML/sv/knetwalk/common share/doc/HTML/sv/knetwalk/index.cache.bz2 share/doc/HTML/sv/knetwalk/index.docbook -share/doc/HTML/sv/knode/commands.docbook -share/doc/HTML/sv/knode/common -share/doc/HTML/sv/knode/credits.docbook -share/doc/HTML/sv/knode/faq.docbook -share/doc/HTML/sv/knode/gloss.docbook -share/doc/HTML/sv/knode/index.cache.bz2 -share/doc/HTML/sv/knode/index.docbook -share/doc/HTML/sv/knode/install.docbook -share/doc/HTML/sv/knode/introduction.docbook -share/doc/HTML/sv/knode/journey.docbook -share/doc/HTML/sv/knode/knode-cleanup.png -share/doc/HTML/sv/knode/knode-colors-fonts.png -share/doc/HTML/sv/knode/knode-composer-attachments.png -share/doc/HTML/sv/knode/knode-composer-settings.png -share/doc/HTML/sv/knode/knode-edit-filter.png -share/doc/HTML/sv/knode/knode-edit-header1.png -share/doc/HTML/sv/knode/knode-edit-header2.png -share/doc/HTML/sv/knode/knode-filters.png -share/doc/HTML/sv/knode/knode-followup.png -share/doc/HTML/sv/knode/knode-header-settings.png -share/doc/HTML/sv/knode/knode-identity.png -share/doc/HTML/sv/knode/knode-mail-account.png -share/doc/HTML/sv/knode/knode-new-article.png -share/doc/HTML/sv/knode/knode-news-account.png -share/doc/HTML/sv/knode/knode-post-settings.png -share/doc/HTML/sv/knode/knode-read-news-settings.png -share/doc/HTML/sv/knode/knode-reply.png -share/doc/HTML/sv/knode/knode-rule-editor.png -share/doc/HTML/sv/knode/knode-search.png -share/doc/HTML/sv/knode/knode-start.png -share/doc/HTML/sv/knode/knode-subscribe.png -share/doc/HTML/sv/knode/knode-views.png -share/doc/HTML/sv/knode/more.docbook -share/doc/HTML/sv/knode/using-firststart.docbook -share/doc/HTML/sv/knode/using-morefeatures.docbook -share/doc/HTML/sv/knode/using-subscribing.docbook -share/doc/HTML/sv/knotes/common -share/doc/HTML/sv/knotes/index.cache.bz2 -share/doc/HTML/sv/knotes/index.docbook share/doc/HTML/sv/kolf/common share/doc/HTML/sv/kolf/index.cache.bz2 share/doc/HTML/sv/kolf/index.docbook @@ -1172,74 +874,12 @@ share/doc/HTML/sv/konquest/index.docbook share/doc/HTML/sv/konsole/common share/doc/HTML/sv/konsole/index.cache.bz2 share/doc/HTML/sv/konsole/index.docbook -share/doc/HTML/sv/konsolekalendar/common -share/doc/HTML/sv/konsolekalendar/index.cache.bz2 -share/doc/HTML/sv/konsolekalendar/index.docbook -share/doc/HTML/sv/kontact-admin/common -share/doc/HTML/sv/kontact-admin/index.cache.bz2 -share/doc/HTML/sv/kontact-admin/index.docbook -share/doc/HTML/sv/kontact/calendar-sidebar-icon.png -share/doc/HTML/sv/kontact/common -share/doc/HTML/sv/kontact/configuration-components.png -share/doc/HTML/sv/kontact/configuration-main.png -share/doc/HTML/sv/kontact/configuration-starting-component.png -share/doc/HTML/sv/kontact/index.cache.bz2 -share/doc/HTML/sv/kontact/index.docbook -share/doc/HTML/sv/kontact/kaddressbook-sidebar-icon.png -share/doc/HTML/sv/kontact/main-view.png -share/doc/HTML/sv/kontact/menu-bar-kmail.png -share/doc/HTML/sv/kontact/menu-bar-korganizer.png -share/doc/HTML/sv/kontact/menu-bar-summary.png -share/doc/HTML/sv/kontact/new-menu.png -share/doc/HTML/sv/kontact/settings-menu-kmail.png -share/doc/HTML/sv/kontact/side-pane.png -share/doc/HTML/sv/kontact/summary-view-calendar.png -share/doc/HTML/sv/kontact/summary-view-contacts.png -share/doc/HTML/sv/kontact/summary-view-kpilot.png -share/doc/HTML/sv/kontact/summary-view-mail.png -share/doc/HTML/sv/kontact/summary-view-newsticker.png -share/doc/HTML/sv/kontact/summary-view-notes.png -share/doc/HTML/sv/kontact/summary-view-repositioning.png -share/doc/HTML/sv/kontact/summary-view-todos.png -share/doc/HTML/sv/kontact/summary-view-weather.png -share/doc/HTML/sv/kontact/summary-view.png -share/doc/HTML/sv/kontact/todo-list-sidebar-icon.png share/doc/HTML/sv/kopete/chatstyle.docbook share/doc/HTML/sv/kopete/common share/doc/HTML/sv/kopete/index.cache.bz2 share/doc/HTML/sv/kopete/index.docbook share/doc/HTML/sv/kopete/menus.docbook share/doc/HTML/sv/kopete/pipes.docbook -share/doc/HTML/sv/korganizer/common -share/doc/HTML/sv/korganizer/event-attendees.png -share/doc/HTML/sv/korganizer/event-freebusy.png -share/doc/HTML/sv/korganizer/event-general.png -share/doc/HTML/sv/korganizer/event-recurrence.png -share/doc/HTML/sv/korganizer/index.cache.bz2 -share/doc/HTML/sv/korganizer/index.docbook -share/doc/HTML/sv/korganizer/korganizer-resource.png -share/doc/HTML/sv/korganizer/o2v_importing1.png -share/doc/HTML/sv/korganizer/o2v_importing2.png -share/doc/HTML/sv/korganizer/o2v_importing3.png -share/doc/HTML/sv/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/sv/korganizer/plugins-chapter.docbook -share/doc/HTML/sv/korganizer/remotefile-resource.png -share/doc/HTML/sv/korganizer/todo-general.png -share/doc/HTML/sv/kpackage/common -share/doc/HTML/sv/kpackage/debloc.png -share/doc/HTML/sv/kpackage/handle.png -share/doc/HTML/sv/kpackage/index.cache.bz2 -share/doc/HTML/sv/kpackage/index.docbook -share/doc/HTML/sv/kpackage/install.png -share/doc/HTML/sv/kpackage/left.png -share/doc/HTML/sv/kpackage/right-change.png -share/doc/HTML/sv/kpackage/right-files.png -share/doc/HTML/sv/kpackage/right-prop.png -share/doc/HTML/sv/kpackage/root-prompt.png -share/doc/HTML/sv/kpackage/search.png -share/doc/HTML/sv/kpackage/searchf.png -share/doc/HTML/sv/kpackage/searchl.png -share/doc/HTML/sv/kpackage/uninstall.png share/doc/HTML/sv/kpat/common share/doc/HTML/sv/kpat/index.cache.bz2 share/doc/HTML/sv/kpat/index.docbook @@ -1437,14 +1077,6 @@ share/doc/HTML/sv/kteatime/index.docbook share/doc/HTML/sv/ktimer/common share/doc/HTML/sv/ktimer/index.cache.bz2 share/doc/HTML/sv/ktimer/index.docbook -share/doc/HTML/sv/ktimetracker/common -share/doc/HTML/sv/ktimetracker/copy-this-task.png -share/doc/HTML/sv/ktimetracker/csvexport.png -share/doc/HTML/sv/ktimetracker/daterange.png -share/doc/HTML/sv/ktimetracker/idle-detect.png -share/doc/HTML/sv/ktimetracker/index.cache.bz2 -share/doc/HTML/sv/ktimetracker/index.docbook -share/doc/HTML/sv/ktimetracker/karm.png share/doc/HTML/sv/ktouch/color_options.png share/doc/HTML/sv/ktouch/common share/doc/HTML/sv/ktouch/general_options.png @@ -1460,22 +1092,6 @@ share/doc/HTML/sv/ktouch/training_options.png share/doc/HTML/sv/ktron/common share/doc/HTML/sv/ktron/index.cache.bz2 share/doc/HTML/sv/ktron/index.docbook -share/doc/HTML/sv/kttsd/addtalker.png -share/doc/HTML/sv/kttsd/audio.png -share/doc/HTML/sv/kttsd/common -share/doc/HTML/sv/kttsd/festivalintconf.png -share/doc/HTML/sv/kttsd/filters.png -share/doc/HTML/sv/kttsd/general.png -share/doc/HTML/sv/kttsd/index.cache.bz2 -share/doc/HTML/sv/kttsd/index.docbook -share/doc/HTML/sv/kttsd/interruption.png -share/doc/HTML/sv/kttsd/jobs.png -share/doc/HTML/sv/kttsd/notifications.png -share/doc/HTML/sv/kttsd/selecttalker.png -share/doc/HTML/sv/kttsd/stringreplacer.png -share/doc/HTML/sv/kttsd/talkerchooser.png -share/doc/HTML/sv/kttsd/talkers.png -share/doc/HTML/sv/kttsd/xmltransformer.png share/doc/HTML/sv/ktuberling/common share/doc/HTML/sv/ktuberling/index.cache.bz2 share/doc/HTML/sv/ktuberling/index.docbook @@ -1507,12 +1123,6 @@ share/doc/HTML/sv/kwallet/edit2.png share/doc/HTML/sv/kwallet/index.cache.bz2 share/doc/HTML/sv/kwallet/index.docbook share/doc/HTML/sv/kwallet/kwalletmanager.png -share/doc/HTML/sv/kwatchgnupg/common -share/doc/HTML/sv/kwatchgnupg/index.cache.bz2 -share/doc/HTML/sv/kwatchgnupg/index.docbook -share/doc/HTML/sv/kweather/common -share/doc/HTML/sv/kweather/index.cache.bz2 -share/doc/HTML/sv/kweather/index.docbook share/doc/HTML/sv/kwordquiz/common share/doc/HTML/sv/kwordquiz/index.cache.bz2 share/doc/HTML/sv/kwordquiz/index.docbook @@ -1542,18 +1152,16 @@ share/doc/HTML/sv/lskat/index.docbook share/doc/HTML/sv/marble/common share/doc/HTML/sv/marble/index.cache.bz2 share/doc/HTML/sv/marble/index.docbook -share/doc/HTML/sv/okteta/basics.docbook share/doc/HTML/sv/okteta/common -share/doc/HTML/sv/okteta/credits.docbook share/doc/HTML/sv/okteta/index.cache.bz2 share/doc/HTML/sv/okteta/index.docbook -share/doc/HTML/sv/okteta/introduction.docbook -share/doc/HTML/sv/okteta/menu.docbook -share/doc/HTML/sv/okteta/tools.docbook share/doc/HTML/sv/okular/common share/doc/HTML/sv/okular/configure.png share/doc/HTML/sv/okular/index.cache.bz2 share/doc/HTML/sv/okular/index.docbook +share/doc/HTML/sv/onlinehelp/common +share/doc/HTML/sv/onlinehelp/index.cache.bz2 +share/doc/HTML/sv/onlinehelp/index.docbook share/doc/HTML/sv/palapeli/common share/doc/HTML/sv/palapeli/index.cache.bz2 share/doc/HTML/sv/palapeli/index.docbook @@ -1611,9 +1219,9 @@ share/doc/HTML/sv/step/examples.docbook share/doc/HTML/sv/step/index.cache.bz2 share/doc/HTML/sv/step/index.docbook share/doc/HTML/sv/step/tutorials.docbook -share/doc/HTML/sv/superkaramba/common -share/doc/HTML/sv/superkaramba/index.cache.bz2 -share/doc/HTML/sv/superkaramba/index.docbook +share/doc/HTML/sv/sweeper/common +share/doc/HTML/sv/sweeper/index.cache.bz2 +share/doc/HTML/sv/sweeper/index.docbook share/doc/HTML/sv/systemsettings/common share/doc/HTML/sv/systemsettings/index.cache.bz2 share/doc/HTML/sv/systemsettings/index.docbook @@ -1642,33 +1250,7 @@ share/doc/HTML/sv/umbrello/umbrello-ui.png share/doc/HTML/sv/umbrello/uml_basics.docbook share/doc/HTML/sv/umbrello/use-case-diagram.png share/doc/HTML/sv/umbrello/working_with_umbrello.docbook -share/locale/sv/LC_MESSAGES/akonadi-kcal.mo -share/locale/sv/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/sv/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/sv/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_next.mo -share/locale/sv/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/sv/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/sv/LC_MESSAGES/akonadicontact.mo -share/locale/sv/LC_MESSAGES/akonaditray.mo -share/locale/sv/LC_MESSAGES/akregator.mo share/locale/sv/LC_MESSAGES/amor.mo share/locale/sv/LC_MESSAGES/ark.mo share/locale/sv/LC_MESSAGES/attica_kde.mo @@ -1676,43 +1258,37 @@ share/locale/sv/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/sv/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/sv/LC_MESSAGES/audiorename_plugin.mo share/locale/sv/LC_MESSAGES/blinken.mo -share/locale/sv/LC_MESSAGES/blogilo.mo share/locale/sv/LC_MESSAGES/bomber.mo share/locale/sv/LC_MESSAGES/bovo.mo share/locale/sv/LC_MESSAGES/cantor.mo share/locale/sv/LC_MESSAGES/cervisia.mo -share/locale/sv/LC_MESSAGES/cryptopageplugin.mo share/locale/sv/LC_MESSAGES/cvsservice.mo share/locale/sv/LC_MESSAGES/display.mo share/locale/sv/LC_MESSAGES/dolphin.mo share/locale/sv/LC_MESSAGES/dragonplayer.mo share/locale/sv/LC_MESSAGES/drkonqi.mo share/locale/sv/LC_MESSAGES/filetypes.mo +share/locale/sv/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/sv/LC_MESSAGES/freespacenotifier.mo share/locale/sv/LC_MESSAGES/granatier.mo share/locale/sv/LC_MESSAGES/gwenview.mo share/locale/sv/LC_MESSAGES/htmlsearch.mo share/locale/sv/LC_MESSAGES/imagerename_plugin.mo -share/locale/sv/LC_MESSAGES/irkick.mo +share/locale/sv/LC_MESSAGES/jovie.mo share/locale/sv/LC_MESSAGES/joystick.mo share/locale/sv/LC_MESSAGES/juk.mo share/locale/sv/LC_MESSAGES/kabc.mo -share/locale/sv/LC_MESSAGES/kabc_akonadi.mo share/locale/sv/LC_MESSAGES/kabc_dir.mo share/locale/sv/LC_MESSAGES/kabc_file.mo share/locale/sv/LC_MESSAGES/kabc_ldapkio.mo share/locale/sv/LC_MESSAGES/kabc_net.mo -share/locale/sv/LC_MESSAGES/kabc_slox.mo -share/locale/sv/LC_MESSAGES/kabcclient.mo share/locale/sv/LC_MESSAGES/kabcformat_binary.mo share/locale/sv/LC_MESSAGES/kaccess.mo -share/locale/sv/LC_MESSAGES/kaddressbook.mo -share/locale/sv/LC_MESSAGES/kalarm.mo +share/locale/sv/LC_MESSAGES/kajongg.mo share/locale/sv/LC_MESSAGES/kalgebra.mo share/locale/sv/LC_MESSAGES/kalzium.mo -share/locale/sv/LC_MESSAGES/kalzium_qt.mo share/locale/sv/LC_MESSAGES/kanagram.mo share/locale/sv/LC_MESSAGES/kapman.mo -share/locale/sv/LC_MESSAGES/kappfinder.mo share/locale/sv/LC_MESSAGES/kapptemplate.mo share/locale/sv/LC_MESSAGES/kate-ctags-plugin.mo share/locale/sv/LC_MESSAGES/kate.mo @@ -1724,20 +1300,17 @@ share/locale/sv/LC_MESSAGES/katefilebrowserplugin.mo share/locale/sv/LC_MESSAGES/katefiletemplates.mo share/locale/sv/LC_MESSAGES/katefindinfilesplugin.mo share/locale/sv/LC_MESSAGES/katehelloworld.mo -share/locale/sv/LC_MESSAGES/katehtmltools.mo share/locale/sv/LC_MESSAGES/kateinsertcommand.mo share/locale/sv/LC_MESSAGES/katekjswrapper.mo share/locale/sv/LC_MESSAGES/katekonsoleplugin.mo share/locale/sv/LC_MESSAGES/katemailfilesplugin.mo share/locale/sv/LC_MESSAGES/kateopenheader.mo share/locale/sv/LC_MESSAGES/katepart4.mo -share/locale/sv/LC_MESSAGES/katepybrowse.mo share/locale/sv/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/sv/LC_MESSAGES/katesnippets.mo share/locale/sv/LC_MESSAGES/katesnippets_tng.mo -share/locale/sv/LC_MESSAGES/katesnippetstng_editor.mo share/locale/sv/LC_MESSAGES/katesymbolviewer.mo share/locale/sv/LC_MESSAGES/katetabbarextension.mo +share/locale/sv/LC_MESSAGES/katetabifyplugin.mo share/locale/sv/LC_MESSAGES/katetextfilter.mo share/locale/sv/LC_MESSAGES/katexmlcheck.mo share/locale/sv/LC_MESSAGES/katexmltools.mo @@ -1752,27 +1325,27 @@ share/locale/sv/LC_MESSAGES/kbruch.mo share/locale/sv/LC_MESSAGES/kbugbuster.mo share/locale/sv/LC_MESSAGES/kcachegrind.mo share/locale/sv/LC_MESSAGES/kcachegrind_qt.mo -share/locale/sv/LC_MESSAGES/kcal_akonadi.mo share/locale/sv/LC_MESSAGES/kcalc.mo share/locale/sv/LC_MESSAGES/kcertpart.mo share/locale/sv/LC_MESSAGES/kcharselect.mo -share/locale/sv/LC_MESSAGES/kcm_akonadi.mo share/locale/sv/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/sv/LC_MESSAGES/kcm_attica.mo share/locale/sv/LC_MESSAGES/kcm_autostart.mo +share/locale/sv/LC_MESSAGES/kcm_desktoppaths.mo share/locale/sv/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/sv/LC_MESSAGES/kcm_device_automounter.mo share/locale/sv/LC_MESSAGES/kcm_emoticons.mo +share/locale/sv/LC_MESSAGES/kcm_infobase.mo +share/locale/sv/LC_MESSAGES/kcm_infosummary.mo share/locale/sv/LC_MESSAGES/kcm_krfb.mo share/locale/sv/LC_MESSAGES/kcm_kwindesktop.mo share/locale/sv/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/sv/LC_MESSAGES/kcm_lirc.mo share/locale/sv/LC_MESSAGES/kcm_memory.mo -share/locale/sv/LC_MESSAGES/kcm_partition.mo share/locale/sv/LC_MESSAGES/kcm_pci.mo share/locale/sv/LC_MESSAGES/kcm_phonon.mo share/locale/sv/LC_MESSAGES/kcm_phononxine.mo share/locale/sv/LC_MESSAGES/kcm_platform.mo +share/locale/sv/LC_MESSAGES/kcm_remotecontrol.mo share/locale/sv/LC_MESSAGES/kcm_solid.mo share/locale/sv/LC_MESSAGES/kcm_solid_actions.mo share/locale/sv/LC_MESSAGES/kcm_standard_actions.mo @@ -1785,13 +1358,13 @@ share/locale/sv/LC_MESSAGES/kcmcgi.mo share/locale/sv/LC_MESSAGES/kcmcolors.mo share/locale/sv/LC_MESSAGES/kcmcomponentchooser.mo share/locale/sv/LC_MESSAGES/kcmcrypto.mo +share/locale/sv/LC_MESSAGES/kcmdevinfo.mo share/locale/sv/LC_MESSAGES/kcmfonts.mo share/locale/sv/LC_MESSAGES/kcmhtmlsearch.mo share/locale/sv/LC_MESSAGES/kcmicons.mo share/locale/sv/LC_MESSAGES/kcminfo.mo share/locale/sv/LC_MESSAGES/kcminit.mo share/locale/sv/LC_MESSAGES/kcminput.mo -share/locale/sv/LC_MESSAGES/kcmioslaveinfo.mo share/locale/sv/LC_MESSAGES/kcmkamera.mo share/locale/sv/LC_MESSAGES/kcmkclock.mo share/locale/sv/LC_MESSAGES/kcmkded.mo @@ -1820,7 +1393,6 @@ share/locale/sv/LC_MESSAGES/kcmscreensaver.mo share/locale/sv/LC_MESSAGES/kcmshell.mo share/locale/sv/LC_MESSAGES/kcmsmartcard.mo share/locale/sv/LC_MESSAGES/kcmsmserver.mo -share/locale/sv/LC_MESSAGES/kcmsolidproc.mo share/locale/sv/LC_MESSAGES/kcmstyle.mo share/locale/sv/LC_MESSAGES/kcmusb.mo share/locale/sv/LC_MESSAGES/kcmview1394.mo @@ -1834,16 +1406,11 @@ share/locale/sv/LC_MESSAGES/kdebugdialog.mo share/locale/sv/LC_MESSAGES/kdecalendarsystems.mo share/locale/sv/LC_MESSAGES/kdelibs4.mo share/locale/sv/LC_MESSAGES/kdelibs_colors4.mo -share/locale/sv/LC_MESSAGES/kdelirc.mo share/locale/sv/LC_MESSAGES/kdepasswd.mo -share/locale/sv/LC_MESSAGES/kdepimresources.mo -share/locale/sv/LC_MESSAGES/kdepimwizards.mo share/locale/sv/LC_MESSAGES/kdeqt.mo share/locale/sv/LC_MESSAGES/kdesu.mo share/locale/sv/LC_MESSAGES/kdesud.mo share/locale/sv/LC_MESSAGES/kdf.mo -share/locale/sv/LC_MESSAGES/kdgantt.mo -share/locale/sv/LC_MESSAGES/kdgantt1.mo share/locale/sv/LC_MESSAGES/kdialog.mo share/locale/sv/LC_MESSAGES/kdiamond.mo share/locale/sv/LC_MESSAGES/kdmconfig.mo @@ -1897,7 +1464,6 @@ share/locale/sv/LC_MESSAGES/kimagemapeditor.mo share/locale/sv/LC_MESSAGES/kinetd.mo share/locale/sv/LC_MESSAGES/kinfocenter.mo share/locale/sv/LC_MESSAGES/kio4.mo -share/locale/sv/LC_MESSAGES/kio_akonadi.mo share/locale/sv/LC_MESSAGES/kio_applications.mo share/locale/sv/LC_MESSAGES/kio_archive.mo share/locale/sv/LC_MESSAGES/kio_audiocd.mo @@ -1905,7 +1471,6 @@ share/locale/sv/LC_MESSAGES/kio_bookmarks.mo share/locale/sv/LC_MESSAGES/kio_finger.mo share/locale/sv/LC_MESSAGES/kio_fish.mo share/locale/sv/LC_MESSAGES/kio_floppy.mo -share/locale/sv/LC_MESSAGES/kio_groupwise.mo share/locale/sv/LC_MESSAGES/kio_help4.mo share/locale/sv/LC_MESSAGES/kio_imap4.mo share/locale/sv/LC_MESSAGES/kio_info.mo @@ -1933,9 +1498,7 @@ share/locale/sv/LC_MESSAGES/kioclient.mo share/locale/sv/LC_MESSAGES/kioexec.mo share/locale/sv/LC_MESSAGES/kiriki.mo share/locale/sv/LC_MESSAGES/kiten.mo -share/locale/sv/LC_MESSAGES/kjots.mo share/locale/sv/LC_MESSAGES/kjumpingcube.mo -share/locale/sv/LC_MESSAGES/kleopatra.mo share/locale/sv/LC_MESSAGES/klettres.mo share/locale/sv/LC_MESSAGES/klines.mo share/locale/sv/LC_MESSAGES/klinkstatus.mo @@ -1943,12 +1506,6 @@ share/locale/sv/LC_MESSAGES/klipper.mo share/locale/sv/LC_MESSAGES/klock.mo share/locale/sv/LC_MESSAGES/kmag.mo share/locale/sv/LC_MESSAGES/kmahjongg.mo -share/locale/sv/LC_MESSAGES/kmail-migrator.mo -share/locale/sv/LC_MESSAGES/kmail.mo -share/locale/sv/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/sv/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/sv/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/sv/LC_MESSAGES/kmailcvt.mo share/locale/sv/LC_MESSAGES/kmenuedit.mo share/locale/sv/LC_MESSAGES/kmimetypefinder.mo share/locale/sv/LC_MESSAGES/kmines.mo @@ -1959,8 +1516,6 @@ share/locale/sv/LC_MESSAGES/kmplot.mo share/locale/sv/LC_MESSAGES/knetattach.mo share/locale/sv/LC_MESSAGES/knetwalk.mo share/locale/sv/LC_MESSAGES/knetworkconfmodule.mo -share/locale/sv/LC_MESSAGES/knode.mo -share/locale/sv/LC_MESSAGES/knotes.mo share/locale/sv/LC_MESSAGES/knotify4.mo share/locale/sv/LC_MESSAGES/kolf.mo share/locale/sv/LC_MESSAGES/kollision.mo @@ -1970,11 +1525,8 @@ share/locale/sv/LC_MESSAGES/kompare.mo share/locale/sv/LC_MESSAGES/konqueror.mo share/locale/sv/LC_MESSAGES/konquest.mo share/locale/sv/LC_MESSAGES/konsole.mo -share/locale/sv/LC_MESSAGES/konsolekalendar.mo -share/locale/sv/LC_MESSAGES/kontact.mo share/locale/sv/LC_MESSAGES/kontactinterfaces.mo share/locale/sv/LC_MESSAGES/kopete.mo -share/locale/sv/LC_MESSAGES/korganizer.mo share/locale/sv/LC_MESSAGES/kpartloader.mo share/locale/sv/LC_MESSAGES/kpartsaver.mo share/locale/sv/LC_MESSAGES/kpasswdserver.mo @@ -1983,28 +1535,20 @@ share/locale/sv/LC_MESSAGES/kppp.mo share/locale/sv/LC_MESSAGES/kppplogview.mo share/locale/sv/LC_MESSAGES/kquitapp.mo share/locale/sv/LC_MESSAGES/krandr.mo +share/locale/sv/LC_MESSAGES/krcdnotifieritem.mo share/locale/sv/LC_MESSAGES/krdb.mo share/locale/sv/LC_MESSAGES/krdc.mo share/locale/sv/LC_MESSAGES/kreadconfig.mo -share/locale/sv/LC_MESSAGES/kres-migrator.mo -share/locale/sv/LC_MESSAGES/kres_birthday.mo -share/locale/sv/LC_MESSAGES/kres_blog.mo +share/locale/sv/LC_MESSAGES/kremotecontroldaemon.mo share/locale/sv/LC_MESSAGES/kres_bugzilla.mo -share/locale/sv/LC_MESSAGES/kres_groupware.mo -share/locale/sv/LC_MESSAGES/kres_groupwise.mo -share/locale/sv/LC_MESSAGES/kres_kolab.mo -share/locale/sv/LC_MESSAGES/kres_remote.mo -share/locale/sv/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/sv/LC_MESSAGES/kreversi.mo share/locale/sv/LC_MESSAGES/krfb.mo share/locale/sv/LC_MESSAGES/kruler.mo share/locale/sv/LC_MESSAGES/krunner.mo share/locale/sv/LC_MESSAGES/ksame.mo share/locale/sv/LC_MESSAGES/ksaneplugin.mo -share/locale/sv/LC_MESSAGES/ksayit.mo share/locale/sv/LC_MESSAGES/kscd.mo share/locale/sv/LC_MESSAGES/kscreensaver.mo -share/locale/sv/LC_MESSAGES/ksendemail.mo share/locale/sv/LC_MESSAGES/kshisen.mo share/locale/sv/LC_MESSAGES/kshorturifilter.mo share/locale/sv/LC_MESSAGES/ksirk.mo @@ -2026,16 +1570,14 @@ share/locale/sv/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/sv/LC_MESSAGES/ksystemlog.mo share/locale/sv/LC_MESSAGES/ksystraycmd.mo share/locale/sv/LC_MESSAGES/kteatime.mo +share/locale/sv/LC_MESSAGES/ktesnippets_editor.mo share/locale/sv/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/sv/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/sv/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/sv/LC_MESSAGES/kthememanager.mo share/locale/sv/LC_MESSAGES/ktimer.mo -share/locale/sv/LC_MESSAGES/ktimetracker.mo share/locale/sv/LC_MESSAGES/ktouch.mo share/locale/sv/LC_MESSAGES/ktraderclient.mo share/locale/sv/LC_MESSAGES/ktron.mo -share/locale/sv/LC_MESSAGES/kttsd.mo share/locale/sv/LC_MESSAGES/ktuberling.mo share/locale/sv/LC_MESSAGES/kturtle.mo share/locale/sv/LC_MESSAGES/ktux.mo @@ -2046,8 +1588,6 @@ share/locale/sv/LC_MESSAGES/kurifilter.mo share/locale/sv/LC_MESSAGES/kuser.mo share/locale/sv/LC_MESSAGES/kwalletd.mo share/locale/sv/LC_MESSAGES/kwalletmanager.mo -share/locale/sv/LC_MESSAGES/kwatchgnupg.mo -share/locale/sv/LC_MESSAGES/kweather.mo share/locale/sv/LC_MESSAGES/kwin.mo share/locale/sv/LC_MESSAGES/kwin_art_clients.mo share/locale/sv/LC_MESSAGES/kwin_clients.mo @@ -2069,31 +1609,25 @@ share/locale/sv/LC_MESSAGES/libkcompactdisc.mo share/locale/sv/LC_MESSAGES/libkdcraw.mo share/locale/sv/LC_MESSAGES/libkdeedu.mo share/locale/sv/LC_MESSAGES/libkdegames.mo -share/locale/sv/LC_MESSAGES/libkdepim.mo share/locale/sv/LC_MESSAGES/libkexiv2.mo share/locale/sv/LC_MESSAGES/libkholidays.mo share/locale/sv/LC_MESSAGES/libkimap.mo share/locale/sv/LC_MESSAGES/libkldap.mo -share/locale/sv/LC_MESSAGES/libkleopatra.mo share/locale/sv/LC_MESSAGES/libkmahjongg.mo share/locale/sv/LC_MESSAGES/libkmime.mo share/locale/sv/LC_MESSAGES/libkonq.mo -share/locale/sv/LC_MESSAGES/libkpgp.mo share/locale/sv/LC_MESSAGES/libkpimidentities.mo share/locale/sv/LC_MESSAGES/libkpimtextedit.mo share/locale/sv/LC_MESSAGES/libkpimutils.mo +share/locale/sv/LC_MESSAGES/libkremotecontrol.mo share/locale/sv/LC_MESSAGES/libkresources.mo share/locale/sv/LC_MESSAGES/libksane.mo share/locale/sv/LC_MESSAGES/libkscreensaver.mo -share/locale/sv/LC_MESSAGES/libksieve.mo share/locale/sv/LC_MESSAGES/libktnef.mo share/locale/sv/LC_MESSAGES/libkunitconversion.mo share/locale/sv/LC_MESSAGES/libkworkspace.mo share/locale/sv/LC_MESSAGES/libkxmlrpcclient.mo share/locale/sv/LC_MESSAGES/libmailtransport.mo -share/locale/sv/LC_MESSAGES/libmessagecore.mo -share/locale/sv/LC_MESSAGES/libmessagelist.mo -share/locale/sv/LC_MESSAGES/libmessageviewer.mo share/locale/sv/LC_MESSAGES/liboktetacore.mo share/locale/sv/LC_MESSAGES/liboktetakasten.mo share/locale/sv/LC_MESSAGES/libphonon.mo @@ -2104,7 +1638,6 @@ share/locale/sv/LC_MESSAGES/librtm.mo share/locale/sv/LC_MESSAGES/libtaskmanager.mo share/locale/sv/LC_MESSAGES/lokalize.mo share/locale/sv/LC_MESSAGES/lskat.mo -share/locale/sv/LC_MESSAGES/mailreader.mo share/locale/sv/LC_MESSAGES/marble.mo share/locale/sv/LC_MESSAGES/marble_qt.mo share/locale/sv/LC_MESSAGES/mplayerthumbs.mo @@ -2138,10 +1671,12 @@ share/locale/sv/LC_MESSAGES/phononserver.mo share/locale/sv/LC_MESSAGES/plasma-desktop.mo share/locale/sv/LC_MESSAGES/plasma-netbook.mo share/locale/sv/LC_MESSAGES/plasma-overlay.mo +share/locale/sv/LC_MESSAGES/plasma-windowed.mo share/locale/sv/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/sv/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/sv/LC_MESSAGES/plasma_applet_battery.mo share/locale/sv/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/sv/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/sv/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/sv/LC_MESSAGES/plasma_applet_calculator.mo share/locale/sv/LC_MESSAGES/plasma_applet_clock.mo @@ -2158,6 +1693,7 @@ share/locale/sv/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/sv/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/sv/LC_MESSAGES/plasma_applet_icon.mo share/locale/sv/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/sv/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/sv/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/sv/LC_MESSAGES/plasma_applet_katesession.mo share/locale/sv/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -2165,7 +1701,6 @@ share/locale/sv/LC_MESSAGES/plasma_applet_kget.mo share/locale/sv/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/sv/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/sv/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/sv/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/sv/LC_MESSAGES/plasma_applet_launcher.mo share/locale/sv/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/sv/LC_MESSAGES/plasma_applet_life.mo @@ -2177,6 +1712,7 @@ share/locale/sv/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/sv/LC_MESSAGES/plasma_applet_news.mo share/locale/sv/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/sv/LC_MESSAGES/plasma_applet_notes.mo +share/locale/sv/LC_MESSAGES/plasma_applet_notifications.mo share/locale/sv/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/sv/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/sv/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -2218,7 +1754,9 @@ share/locale/sv/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/sv/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/sv/LC_MESSAGES/plasma_engine_calendar.mo share/locale/sv/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/sv/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/sv/LC_MESSAGES/plasma_engine_keystate.mo share/locale/sv/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/sv/LC_MESSAGES/plasma_engine_metadata.mo @@ -2230,12 +1768,14 @@ share/locale/sv/LC_MESSAGES/plasma_engine_rss.mo share/locale/sv/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/sv/LC_MESSAGES/plasma_engine_weather.mo share/locale/sv/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/sv/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/sv/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/sv/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_contacts.mo share/locale/sv/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/sv/LC_MESSAGES/plasma_runner_datetime.mo share/locale/sv/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/sv/LC_MESSAGES/plasma_runner_kget.mo share/locale/sv/LC_MESSAGES/plasma_runner_kill.mo @@ -2255,6 +1795,7 @@ share/locale/sv/LC_MESSAGES/plasma_runner_shell.mo share/locale/sv/LC_MESSAGES/plasma_runner_solid.mo share/locale/sv/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/sv/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/sv/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/sv/LC_MESSAGES/plasma_runner_windows.mo share/locale/sv/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/sv/LC_MESSAGES/plasma_wallpaper_color.mo @@ -2303,7 +1844,7 @@ share/locale/sv/entry.desktop @dirrm share/locale/sv/LC_SCRIPTS @dirrm share/doc/HTML/sv/umbrello @dirrm share/doc/HTML/sv/systemsettings -@dirrm share/doc/HTML/sv/superkaramba +@dirrm share/doc/HTML/sv/sweeper @dirrm share/doc/HTML/sv/step @dirrm share/doc/HTML/sv/sonnet @dirrm share/doc/HTML/sv/rocs @@ -2311,6 +1852,7 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/plasma-desktop @dirrm share/doc/HTML/sv/parley @dirrm share/doc/HTML/sv/palapeli +@dirrm share/doc/HTML/sv/onlinehelp @dirrm share/doc/HTML/sv/okular @dirrm share/doc/HTML/sv/okteta @dirrm share/doc/HTML/sv/marble @@ -2318,17 +1860,13 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/lokalize @dirrm share/doc/HTML/sv/kwrite @dirrm share/doc/HTML/sv/kwordquiz -@dirrm share/doc/HTML/sv/kweather -@dirrm share/doc/HTML/sv/kwatchgnupg @dirrm share/doc/HTML/sv/kwallet @dirrm share/doc/HTML/sv/kuser @dirrm share/doc/HTML/sv/kubrick @dirrm share/doc/HTML/sv/kturtle @dirrm share/doc/HTML/sv/ktuberling -@dirrm share/doc/HTML/sv/kttsd @dirrm share/doc/HTML/sv/ktron @dirrm share/doc/HTML/sv/ktouch -@dirrm share/doc/HTML/sv/ktimetracker @dirrm share/doc/HTML/sv/ktimer @dirrm share/doc/HTML/sv/kteatime @dirrm share/doc/HTML/sv/ksystemlog @@ -2348,12 +1886,7 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/krdc @dirrm share/doc/HTML/sv/kppp @dirrm share/doc/HTML/sv/kpat -@dirrm share/doc/HTML/sv/kpackage -@dirrm share/doc/HTML/sv/korganizer @dirrm share/doc/HTML/sv/kopete -@dirrm share/doc/HTML/sv/kontact-admin -@dirrm share/doc/HTML/sv/kontact -@dirrm share/doc/HTML/sv/konsolekalendar @dirrm share/doc/HTML/sv/konsole @dirrm share/doc/HTML/sv/konquest @dirrm share/doc/HTML/sv/konqueror @@ -2362,8 +1895,6 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kolourpaint @dirrm share/doc/HTML/sv/kollision @dirrm share/doc/HTML/sv/kolf -@dirrm share/doc/HTML/sv/knotes -@dirrm share/doc/HTML/sv/knode @dirrm share/doc/HTML/sv/knetwalk @dirrm share/doc/HTML/sv/knetattach @dirrm share/doc/HTML/sv/kmplot @@ -2372,16 +1903,13 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kmix @dirrm share/doc/HTML/sv/kmines @dirrm share/doc/HTML/sv/kmenuedit -@dirrm share/doc/HTML/sv/kmail @dirrm share/doc/HTML/sv/kmahjongg @dirrm share/doc/HTML/sv/kmag @dirrm share/doc/HTML/sv/klipper @dirrm share/doc/HTML/sv/klinkstatus @dirrm share/doc/HTML/sv/klines @dirrm share/doc/HTML/sv/klettres -@dirrm share/doc/HTML/sv/kleopatra @dirrm share/doc/HTML/sv/kjumpingcube -@dirrm share/doc/HTML/sv/kjots @dirrm share/doc/HTML/sv/kiten @dirrm share/doc/HTML/sv/kiriki @dirrm share/doc/HTML/sv/kioslave/xz @@ -2397,7 +1925,6 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kioslave/pop3 @dirrm share/doc/HTML/sv/kioslave/nntp @dirrm share/doc/HTML/sv/kioslave/nfs -@dirrm share/doc/HTML/sv/kioslave/news @dirrm share/doc/HTML/sv/kioslave/network @dirrm share/doc/HTML/sv/kioslave/mbox @dirrm share/doc/HTML/sv/kioslave/man @@ -2419,34 +1946,12 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kioslave/bookmarks @dirrm share/doc/HTML/sv/kioslave/audiocd @dirrm share/doc/HTML/sv/kioslave -@dirrm share/doc/HTML/sv/kinfocenter/xserver -@dirrm share/doc/HTML/sv/kinfocenter/view1394 -@dirrm share/doc/HTML/sv/kinfocenter/usb -@dirrm share/doc/HTML/sv/kinfocenter/sound -@dirrm share/doc/HTML/sv/kinfocenter/scsi -@dirrm share/doc/HTML/sv/kinfocenter/samba -@dirrm share/doc/HTML/sv/kinfocenter/protocols -@dirrm share/doc/HTML/sv/kinfocenter/processor -@dirrm share/doc/HTML/sv/kinfocenter/pcmcia -@dirrm share/doc/HTML/sv/kinfocenter/pci -@dirrm share/doc/HTML/sv/kinfocenter/partitions -@dirrm share/doc/HTML/sv/kinfocenter/opengl -@dirrm share/doc/HTML/sv/kinfocenter/nics -@dirrm share/doc/HTML/sv/kinfocenter/memory -@dirrm share/doc/HTML/sv/kinfocenter/ioports -@dirrm share/doc/HTML/sv/kinfocenter/interrupts -@dirrm share/doc/HTML/sv/kinfocenter/dma -@dirrm share/doc/HTML/sv/kinfocenter/devices @dirrm share/doc/HTML/sv/kinfocenter @dirrm share/doc/HTML/sv/kimagemapeditor @dirrm share/doc/HTML/sv/killbots @dirrm share/doc/HTML/sv/kigo @dirrm share/doc/HTML/sv/kig -@dirrm share/doc/HTML/sv/khelpcenter/visualdict -@dirrm share/doc/HTML/sv/khelpcenter/userguide -@dirrm share/doc/HTML/sv/khelpcenter/quickstart @dirrm share/doc/HTML/sv/khelpcenter/glossary -@dirrm share/doc/HTML/sv/khelpcenter/faq @dirrm share/doc/HTML/sv/khelpcenter @dirrm share/doc/HTML/sv/khangman @dirrm share/doc/HTML/sv/kgpg @@ -2454,6 +1959,7 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kget @dirrm share/doc/HTML/sv/kgeography @dirrm share/doc/HTML/sv/kfourinline +@dirrm share/doc/HTML/sv/kfontview @dirrm share/doc/HTML/sv/kfloppy @dirrm share/doc/HTML/sv/kfind @dirrm share/doc/HTML/sv/kfilereplace @@ -2482,19 +1988,16 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kcontrol/phonon @dirrm share/doc/HTML/sv/kcontrol/performance @dirrm share/doc/HTML/sv/kcontrol/paths -@dirrm share/doc/HTML/sv/kcontrol/passwords -@dirrm share/doc/HTML/sv/kcontrol/panelappearance -@dirrm share/doc/HTML/sv/kcontrol/panel @dirrm share/doc/HTML/sv/kcontrol/netpref @dirrm share/doc/HTML/sv/kcontrol/nepomuk @dirrm share/doc/HTML/sv/kcontrol/mouse @dirrm share/doc/HTML/sv/kcontrol/language -@dirrm share/doc/HTML/sv/kcontrol/kxkb @dirrm share/doc/HTML/sv/kcontrol/kwintabbox @dirrm share/doc/HTML/sv/kcontrol/kwinscreenedges @dirrm share/doc/HTML/sv/kcontrol/kwindecoration @dirrm share/doc/HTML/sv/kcontrol/kwincompositing @dirrm share/doc/HTML/sv/kcontrol/kresources +@dirrm share/doc/HTML/sv/kcontrol/kremotecontrol @dirrm share/doc/HTML/sv/kcontrol/knetworkconf @dirrm share/doc/HTML/sv/kcontrol/khtml-plugins @dirrm share/doc/HTML/sv/kcontrol/khtml-java-js @@ -2504,14 +2007,11 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kcontrol/kgamma @dirrm share/doc/HTML/sv/kcontrol/keys @dirrm share/doc/HTML/sv/kcontrol/keyboard -@dirrm share/doc/HTML/sv/kcontrol/kdm @dirrm share/doc/HTML/sv/kcontrol/kded -@dirrm share/doc/HTML/sv/kcontrol/kcmtaskbar @dirrm share/doc/HTML/sv/kcontrol/kcmstyle @dirrm share/doc/HTML/sv/kcontrol/kcmsmserver @dirrm share/doc/HTML/sv/kcontrol/kcmnotify @dirrm share/doc/HTML/sv/kcontrol/kcmlaunch -@dirrm share/doc/HTML/sv/kcontrol/kcmdisplay @dirrm share/doc/HTML/sv/kcontrol/kcmcss @dirrm share/doc/HTML/sv/kcontrol/kcmcgi @dirrm share/doc/HTML/sv/kcontrol/kcmaccess @@ -2519,18 +2019,14 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kcontrol/joystick @dirrm share/doc/HTML/sv/kcontrol/icons @dirrm share/doc/HTML/sv/kcontrol/history -@dirrm share/doc/HTML/sv/kcontrol/helpindex @dirrm share/doc/HTML/sv/kcontrol/fonts @dirrm share/doc/HTML/sv/kcontrol/fontinst @dirrm share/doc/HTML/sv/kcontrol/filetypes @dirrm share/doc/HTML/sv/kcontrol/filemanager @dirrm share/doc/HTML/sv/kcontrol/emoticons -@dirrm share/doc/HTML/sv/kcontrol/email @dirrm share/doc/HTML/sv/kcontrol/ebrowsing @dirrm share/doc/HTML/sv/kcontrol/desktopthemedetails -@dirrm share/doc/HTML/sv/kcontrol/desktopbehavior @dirrm share/doc/HTML/sv/kcontrol/desktop -@dirrm share/doc/HTML/sv/kcontrol/crypto @dirrm share/doc/HTML/sv/kcontrol/cookies @dirrm share/doc/HTML/sv/kcontrol/componentchooser @dirrm share/doc/HTML/sv/kcontrol/colors @@ -2540,11 +2036,9 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kcontrol/bookmarks @dirrm share/doc/HTML/sv/kcontrol/blockdevices @dirrm share/doc/HTML/sv/kcontrol/bell -@dirrm share/doc/HTML/sv/kcontrol/background @dirrm share/doc/HTML/sv/kcontrol/autostart @dirrm share/doc/HTML/sv/kcontrol/attica @dirrm share/doc/HTML/sv/kcontrol -@dirrm share/doc/HTML/sv/kcmlirc @dirrm share/doc/HTML/sv/kcharselect @dirrm share/doc/HTML/sv/kcalc @dirrm share/doc/HTML/sv/kcachegrind @@ -2562,10 +2056,9 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/kanagram @dirrm share/doc/HTML/sv/kalzium @dirrm share/doc/HTML/sv/kalgebra -@dirrm share/doc/HTML/sv/kalarm -@dirrm share/doc/HTML/sv/kabcclient +@dirrm share/doc/HTML/sv/kajongg @dirrm share/doc/HTML/sv/juk -@dirrm share/doc/HTML/sv/irkick +@dirrm share/doc/HTML/sv/jovie @dirrm share/doc/HTML/sv/gwenview @dirrm share/doc/HTML/sv/granatier @dirrm share/doc/HTML/sv/dragonplayer @@ -2575,11 +2068,9 @@ share/locale/sv/entry.desktop @dirrm share/doc/HTML/sv/cantor @dirrm share/doc/HTML/sv/bovo @dirrm share/doc/HTML/sv/bomber -@dirrm share/doc/HTML/sv/blogilo @dirrm share/doc/HTML/sv/blinken @dirrm share/doc/HTML/sv/ark @dirrm share/doc/HTML/sv/amor -@dirrm share/doc/HTML/sv/akregator @dirrm share/doc/HTML/sv/PolicyKit-kde @dirrm share/apps/kvtml/sv @dirrm share/apps/kvtml diff --git a/misc/kde4-l10n-tg/Makefile b/misc/kde4-l10n-tg/Makefile index 8490d75fd844..e0de620b93e4 100644 --- a/misc/kde4-l10n-tg/Makefile +++ b/misc/kde4-l10n-tg/Makefile @@ -14,5 +14,7 @@ COMMENT= Tajik messages and documentation for KDE4 KDE4_L10N= tg +IGNORE= is not included in KDE SC ${KDE4_VERSION} + .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" .include <bsd.port.mk> diff --git a/misc/kde4-l10n-th/Makefile b/misc/kde4-l10n-th/Makefile index 06299ea91a40..9f6411aa41e8 100644 --- a/misc/kde4-l10n-th/Makefile +++ b/misc/kde4-l10n-th/Makefile @@ -12,9 +12,6 @@ CATEGORIES= misc kde MAINTAINER= kde@FreeBSD.org COMMENT= Thai messages and documentation for KDE4 -IGNORE= unfetchable and unmaintained upstream -EXPIRATION_DATE= 2010-04-01 - KDE4_L10N= th .include "${.CURDIR}/../../misc/kde4-l10n/files/bsd.l10n.mk" diff --git a/misc/kde4-l10n-th/distinfo b/misc/kde4-l10n-th/distinfo index a0a71fe4122c..cc64666957c9 100644 --- a/misc/kde4-l10n-th/distinfo +++ b/misc/kde4-l10n-th/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-th-4.3.5.tar.bz2) = f9d8a82e12ac1100383a39669744de25 -SHA256 (KDE/kde-l10n/kde-l10n-th-4.3.5.tar.bz2) = a370aa86053b3170b0f180a096035273dfeb21c664445b14221fa9fd811ebc88 -SIZE (KDE/kde-l10n/kde-l10n-th-4.3.5.tar.bz2) = 1266314 +MD5 (KDE/kde-l10n/kde-l10n-th-4.5.1.tar.bz2) = 5911d4248d9b27224a65d2e34a450b92 +SHA256 (KDE/kde-l10n/kde-l10n-th-4.5.1.tar.bz2) = c5c1effcf137d9cd73d8f5edccb2b012723e5980ea4b47db60d242be2aa3fbaa +SIZE (KDE/kde-l10n/kde-l10n-th-4.5.1.tar.bz2) = 1295420 diff --git a/misc/kde4-l10n-th/pkg-plist b/misc/kde4-l10n-th/pkg-plist index a4141f41b893..991625527800 100644 --- a/misc/kde4-l10n-th/pkg-plist +++ b/misc/kde4-l10n-th/pkg-plist @@ -1,14 +1,18 @@ -share/locale/th/LC_MESSAGES/akregator.mo share/locale/th/LC_MESSAGES/amor.mo share/locale/th/LC_MESSAGES/ark.mo +share/locale/th/LC_MESSAGES/attica_kde.mo share/locale/th/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/th/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/th/LC_MESSAGES/audiorename_plugin.mo +share/locale/th/LC_MESSAGES/bomber.mo +share/locale/th/LC_MESSAGES/cantor.mo share/locale/th/LC_MESSAGES/display.mo share/locale/th/LC_MESSAGES/dolphin.mo share/locale/th/LC_MESSAGES/dragonplayer.mo share/locale/th/LC_MESSAGES/drkonqi.mo share/locale/th/LC_MESSAGES/filetypes.mo +share/locale/th/LC_MESSAGES/freespacenotifier.mo +share/locale/th/LC_MESSAGES/granatier.mo share/locale/th/LC_MESSAGES/gwenview.mo share/locale/th/LC_MESSAGES/htmlsearch.mo share/locale/th/LC_MESSAGES/imagerename_plugin.mo @@ -19,42 +23,50 @@ share/locale/th/LC_MESSAGES/kabc_dir.mo share/locale/th/LC_MESSAGES/kabc_file.mo share/locale/th/LC_MESSAGES/kabc_ldapkio.mo share/locale/th/LC_MESSAGES/kabc_net.mo -share/locale/th/LC_MESSAGES/kabcclient.mo share/locale/th/LC_MESSAGES/kabcformat_binary.mo share/locale/th/LC_MESSAGES/kaccess.mo -share/locale/th/LC_MESSAGES/kaddressbook.mo share/locale/th/LC_MESSAGES/kalzium.mo -share/locale/th/LC_MESSAGES/kalzium_qt.mo -share/locale/th/LC_MESSAGES/kappfinder.mo +share/locale/th/LC_MESSAGES/kapman.mo +share/locale/th/LC_MESSAGES/kapptemplate.mo share/locale/th/LC_MESSAGES/kate.mo +share/locale/th/LC_MESSAGES/katebuild-plugin.mo share/locale/th/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/th/LC_MESSAGES/katefilebrowserplugin.mo share/locale/th/LC_MESSAGES/katefindinfilesplugin.mo share/locale/th/LC_MESSAGES/katehelloworld.mo -share/locale/th/LC_MESSAGES/katehtmltools.mo share/locale/th/LC_MESSAGES/katekonsoleplugin.mo share/locale/th/LC_MESSAGES/katemailfilesplugin.mo share/locale/th/LC_MESSAGES/kateopenheader.mo share/locale/th/LC_MESSAGES/katepart4.mo -share/locale/th/LC_MESSAGES/katepybrowse.mo +share/locale/th/LC_MESSAGES/katomic.mo share/locale/th/LC_MESSAGES/kblackbox.mo share/locale/th/LC_MESSAGES/kblankscrn.mo +share/locale/th/LC_MESSAGES/kblocks.mo share/locale/th/LC_MESSAGES/kbounce.mo +share/locale/th/LC_MESSAGES/kbreakout.mo share/locale/th/LC_MESSAGES/kbruch.mo share/locale/th/LC_MESSAGES/kcalc.mo share/locale/th/LC_MESSAGES/kcertpart.mo share/locale/th/LC_MESSAGES/kcharselect.mo +share/locale/th/LC_MESSAGES/kcm_akonadicontact_actions.mo +share/locale/th/LC_MESSAGES/kcm_attica.mo share/locale/th/LC_MESSAGES/kcm_autostart.mo +share/locale/th/LC_MESSAGES/kcm_desktoppaths.mo share/locale/th/LC_MESSAGES/kcm_desktopthemedetails.mo +share/locale/th/LC_MESSAGES/kcm_device_automounter.mo share/locale/th/LC_MESSAGES/kcm_emoticons.mo +share/locale/th/LC_MESSAGES/kcm_infobase.mo +share/locale/th/LC_MESSAGES/kcm_infosummary.mo share/locale/th/LC_MESSAGES/kcm_krfb.mo share/locale/th/LC_MESSAGES/kcm_kwindesktop.mo +share/locale/th/LC_MESSAGES/kcm_kwintabbox.mo share/locale/th/LC_MESSAGES/kcm_memory.mo -share/locale/th/LC_MESSAGES/kcm_partition.mo share/locale/th/LC_MESSAGES/kcm_pci.mo share/locale/th/LC_MESSAGES/kcm_phonon.mo share/locale/th/LC_MESSAGES/kcm_phononxine.mo +share/locale/th/LC_MESSAGES/kcm_platform.mo share/locale/th/LC_MESSAGES/kcm_solid.mo +share/locale/th/LC_MESSAGES/kcm_solid_actions.mo share/locale/th/LC_MESSAGES/kcm_standard_actions.mo share/locale/th/LC_MESSAGES/kcmaccess.mo share/locale/th/LC_MESSAGES/kcmaudiocd.mo @@ -65,15 +77,13 @@ share/locale/th/LC_MESSAGES/kcmcgi.mo share/locale/th/LC_MESSAGES/kcmcolors.mo share/locale/th/LC_MESSAGES/kcmcomponentchooser.mo share/locale/th/LC_MESSAGES/kcmcrypto.mo -share/locale/th/LC_MESSAGES/kcmenergy.mo +share/locale/th/LC_MESSAGES/kcmdevinfo.mo share/locale/th/LC_MESSAGES/kcmfonts.mo share/locale/th/LC_MESSAGES/kcmhtmlsearch.mo share/locale/th/LC_MESSAGES/kcmicons.mo share/locale/th/LC_MESSAGES/kcminfo.mo share/locale/th/LC_MESSAGES/kcminit.mo share/locale/th/LC_MESSAGES/kcminput.mo -share/locale/th/LC_MESSAGES/kcmioslaveinfo.mo -share/locale/th/LC_MESSAGES/kcmkabconfig.mo share/locale/th/LC_MESSAGES/kcmkamera.mo share/locale/th/LC_MESSAGES/kcmkclock.mo share/locale/th/LC_MESSAGES/kcmkded.mo @@ -89,9 +99,9 @@ share/locale/th/LC_MESSAGES/kcmkwallet.mo share/locale/th/LC_MESSAGES/kcmkwincompositing.mo share/locale/th/LC_MESSAGES/kcmkwindecoration.mo share/locale/th/LC_MESSAGES/kcmkwinrules.mo +share/locale/th/LC_MESSAGES/kcmkwinscreenedges.mo share/locale/th/LC_MESSAGES/kcmkwm.mo share/locale/th/LC_MESSAGES/kcmlaunch.mo -share/locale/th/LC_MESSAGES/kcmlilo.mo share/locale/th/LC_MESSAGES/kcmlocale.mo share/locale/th/LC_MESSAGES/kcmnic.mo share/locale/th/LC_MESSAGES/kcmnotify.mo @@ -102,26 +112,25 @@ share/locale/th/LC_MESSAGES/kcmscreensaver.mo share/locale/th/LC_MESSAGES/kcmshell.mo share/locale/th/LC_MESSAGES/kcmsmartcard.mo share/locale/th/LC_MESSAGES/kcmsmserver.mo -share/locale/th/LC_MESSAGES/kcmsolidproc.mo share/locale/th/LC_MESSAGES/kcmstyle.mo share/locale/th/LC_MESSAGES/kcmusb.mo share/locale/th/LC_MESSAGES/kcmview1394.mo +share/locale/th/LC_MESSAGES/kcmworkspaceoptions.mo share/locale/th/LC_MESSAGES/kcmxinerama.mo share/locale/th/LC_MESSAGES/kcolorchooser.mo share/locale/th/LC_MESSAGES/kcron.mo -share/locale/th/LC_MESSAGES/kdat.mo share/locale/th/LC_MESSAGES/kde-menu.mo share/locale/th/LC_MESSAGES/kdebugdialog.mo +share/locale/th/LC_MESSAGES/kdecalendarsystems.mo share/locale/th/LC_MESSAGES/kdelibs4.mo share/locale/th/LC_MESSAGES/kdelibs_colors4.mo share/locale/th/LC_MESSAGES/kdepasswd.mo -share/locale/th/LC_MESSAGES/kdepimresources.mo share/locale/th/LC_MESSAGES/kdeqt.mo -share/locale/th/LC_MESSAGES/kdessh.mo share/locale/th/LC_MESSAGES/kdesu.mo share/locale/th/LC_MESSAGES/kdesud.mo share/locale/th/LC_MESSAGES/kdf.mo share/locale/th/LC_MESSAGES/kdialog.mo +share/locale/th/LC_MESSAGES/kdiamond.mo share/locale/th/LC_MESSAGES/kdmconfig.mo share/locale/th/LC_MESSAGES/kdmgreet.mo share/locale/th/LC_MESSAGES/keditbookmarks.mo @@ -129,7 +138,6 @@ share/locale/th/LC_MESSAGES/kfile.mo share/locale/th/LC_MESSAGES/kfile_avi.mo share/locale/th/LC_MESSAGES/kfile_dds.mo share/locale/th/LC_MESSAGES/kfile_drgeo.mo -share/locale/th/LC_MESSAGES/kfile_dvi.mo share/locale/th/LC_MESSAGES/kfile_exr.mo share/locale/th/LC_MESSAGES/kfile_flac.mo share/locale/th/LC_MESSAGES/kfile_kig.mo @@ -154,6 +162,7 @@ share/locale/th/LC_MESSAGES/kfontinst.mo share/locale/th/LC_MESSAGES/kfourinline.mo share/locale/th/LC_MESSAGES/kgeography.mo share/locale/th/LC_MESSAGES/kget.mo +share/locale/th/LC_MESSAGES/kglobalaccel.mo share/locale/th/LC_MESSAGES/kgreet_classic.mo share/locale/th/LC_MESSAGES/kgreet_generic.mo share/locale/th/LC_MESSAGES/kgreet_winbind.mo @@ -162,6 +171,7 @@ share/locale/th/LC_MESSAGES/khotkeys.mo share/locale/th/LC_MESSAGES/khotnewstuff.mo share/locale/th/LC_MESSAGES/khtmlkttsd.mo share/locale/th/LC_MESSAGES/kiconfinder.mo +share/locale/th/LC_MESSAGES/kigo.mo share/locale/th/LC_MESSAGES/kinetd.mo share/locale/th/LC_MESSAGES/kinfocenter.mo share/locale/th/LC_MESSAGES/kio4.mo @@ -174,10 +184,12 @@ share/locale/th/LC_MESSAGES/kio_fish.mo share/locale/th/LC_MESSAGES/kio_floppy.mo share/locale/th/LC_MESSAGES/kio_help4.mo share/locale/th/LC_MESSAGES/kio_imap4.mo +share/locale/th/LC_MESSAGES/kio_info.mo share/locale/th/LC_MESSAGES/kio_jabberdisco.mo share/locale/th/LC_MESSAGES/kio_ldap.mo share/locale/th/LC_MESSAGES/kio_man.mo share/locale/th/LC_MESSAGES/kio_mbox.mo +share/locale/th/LC_MESSAGES/kio_nepomuk.mo share/locale/th/LC_MESSAGES/kio_nepomuksearch.mo share/locale/th/LC_MESSAGES/kio_nfs.mo share/locale/th/LC_MESSAGES/kio_nntp.mo @@ -188,21 +200,15 @@ share/locale/th/LC_MESSAGES/kio_sieve.mo share/locale/th/LC_MESSAGES/kio_smb.mo share/locale/th/LC_MESSAGES/kio_smtp.mo share/locale/th/LC_MESSAGES/kio_thumbnail.mo +share/locale/th/LC_MESSAGES/kio_timeline.mo share/locale/th/LC_MESSAGES/kio_trash.mo share/locale/th/LC_MESSAGES/kio_zeroconf.mo -share/locale/th/LC_MESSAGES/kioclient.mo share/locale/th/LC_MESSAGES/kioexec.mo -share/locale/th/LC_MESSAGES/kjots.mo share/locale/th/LC_MESSAGES/klines.mo share/locale/th/LC_MESSAGES/klipper.mo share/locale/th/LC_MESSAGES/klock.mo share/locale/th/LC_MESSAGES/kmag.mo share/locale/th/LC_MESSAGES/kmahjongg.mo -share/locale/th/LC_MESSAGES/kmail.mo -share/locale/th/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/th/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/th/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/th/LC_MESSAGES/kmailcvt.mo share/locale/th/LC_MESSAGES/kmenuedit.mo share/locale/th/LC_MESSAGES/kmimetypefinder.mo share/locale/th/LC_MESSAGES/kmines.mo @@ -210,17 +216,14 @@ share/locale/th/LC_MESSAGES/kmix.mo share/locale/th/LC_MESSAGES/kmousetool.mo share/locale/th/LC_MESSAGES/kmouth.mo share/locale/th/LC_MESSAGES/knetattach.mo +share/locale/th/LC_MESSAGES/knetwalk.mo share/locale/th/LC_MESSAGES/knetworkconfmodule.mo -share/locale/th/LC_MESSAGES/knode.mo -share/locale/th/LC_MESSAGES/knotes.mo -share/locale/th/LC_MESSAGES/knotificationitem-1.mo share/locale/th/LC_MESSAGES/knotify4.mo +share/locale/th/LC_MESSAGES/kollision.mo +share/locale/th/LC_MESSAGES/kolourpaint.mo share/locale/th/LC_MESSAGES/konqueror.mo share/locale/th/LC_MESSAGES/konsole.mo -share/locale/th/LC_MESSAGES/kontact.mo share/locale/th/LC_MESSAGES/kopete.mo -share/locale/th/LC_MESSAGES/korganizer.mo -share/locale/th/LC_MESSAGES/kpackage.mo share/locale/th/LC_MESSAGES/kpartsaver.mo share/locale/th/LC_MESSAGES/kpasswdserver.mo share/locale/th/LC_MESSAGES/kpat.mo @@ -231,14 +234,14 @@ share/locale/th/LC_MESSAGES/krandr.mo share/locale/th/LC_MESSAGES/krdb.mo share/locale/th/LC_MESSAGES/krdc.mo share/locale/th/LC_MESSAGES/kreadconfig.mo -share/locale/th/LC_MESSAGES/kres_birthday.mo -share/locale/th/LC_MESSAGES/kres_blog.mo +share/locale/th/LC_MESSAGES/kreversi.mo share/locale/th/LC_MESSAGES/krfb.mo share/locale/th/LC_MESSAGES/kruler.mo share/locale/th/LC_MESSAGES/krunner.mo share/locale/th/LC_MESSAGES/ksame.mo share/locale/th/LC_MESSAGES/kscd.mo share/locale/th/LC_MESSAGES/kscreensaver.mo +share/locale/th/LC_MESSAGES/kshisen.mo share/locale/th/LC_MESSAGES/kshorturifilter.mo share/locale/th/LC_MESSAGES/ksmserver.mo share/locale/th/LC_MESSAGES/ksnapshot.mo @@ -247,16 +250,15 @@ share/locale/th/LC_MESSAGES/kstart.mo share/locale/th/LC_MESSAGES/kstartperf.mo share/locale/th/LC_MESSAGES/kstyle_config.mo share/locale/th/LC_MESSAGES/kstyle_keramik_config.mo +share/locale/th/LC_MESSAGES/ksudoku.mo share/locale/th/LC_MESSAGES/ksysguard.mo share/locale/th/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/th/LC_MESSAGES/ksystemlog.mo share/locale/th/LC_MESSAGES/ksystraycmd.mo -share/locale/th/LC_MESSAGES/ksysv.mo share/locale/th/LC_MESSAGES/kteatime.mo share/locale/th/LC_MESSAGES/ktexteditor_plugins.mo share/locale/th/LC_MESSAGES/kthememanager.mo share/locale/th/LC_MESSAGES/ktimer.mo -share/locale/th/LC_MESSAGES/ktimetracker.mo share/locale/th/LC_MESSAGES/ktraderclient.mo share/locale/th/LC_MESSAGES/ktux.mo share/locale/th/LC_MESSAGES/kuiserver.mo @@ -275,31 +277,40 @@ share/locale/th/LC_MESSAGES/kwriteconfig.mo share/locale/th/LC_MESSAGES/kxkb.mo share/locale/th/LC_MESSAGES/kxsconfig.mo share/locale/th/LC_MESSAGES/lancelot.mo +share/locale/th/LC_MESSAGES/libakonadi.mo share/locale/th/LC_MESSAGES/libkcal.mo share/locale/th/LC_MESSAGES/libkcddb.mo share/locale/th/LC_MESSAGES/libkcompactdisc.mo share/locale/th/LC_MESSAGES/libkdcraw.mo share/locale/th/LC_MESSAGES/libkdeedu.mo share/locale/th/LC_MESSAGES/libkdegames.mo -share/locale/th/LC_MESSAGES/libkdepim.mo +share/locale/th/LC_MESSAGES/libkexiv2.mo share/locale/th/LC_MESSAGES/libkholidays.mo share/locale/th/LC_MESSAGES/libkldap.mo +share/locale/th/LC_MESSAGES/libkmahjongg.mo share/locale/th/LC_MESSAGES/libkmime.mo share/locale/th/LC_MESSAGES/libkonq.mo share/locale/th/LC_MESSAGES/libkpimidentities.mo share/locale/th/LC_MESSAGES/libkpimutils.mo +share/locale/th/LC_MESSAGES/libkremotecontrol.mo share/locale/th/LC_MESSAGES/libkresources.mo share/locale/th/LC_MESSAGES/libksane.mo share/locale/th/LC_MESSAGES/libkscreensaver.mo +share/locale/th/LC_MESSAGES/libkunitconversion.mo share/locale/th/LC_MESSAGES/libkworkspace.mo share/locale/th/LC_MESSAGES/libmailtransport.mo +share/locale/th/LC_MESSAGES/liboktetakasten.mo share/locale/th/LC_MESSAGES/libphonon.mo share/locale/th/LC_MESSAGES/libplasma.mo share/locale/th/LC_MESSAGES/libplasmaclock.mo +share/locale/th/LC_MESSAGES/libplasmaweather.mo share/locale/th/LC_MESSAGES/libtaskmanager.mo +share/locale/th/LC_MESSAGES/lokalize.mo +share/locale/th/LC_MESSAGES/mplayerthumbs.mo +share/locale/th/LC_MESSAGES/mplayerthumbsconfig.mo share/locale/th/LC_MESSAGES/nepomuk.mo -share/locale/th/LC_MESSAGES/nepomuksearch.mo share/locale/th/LC_MESSAGES/nsplugin.mo +share/locale/th/LC_MESSAGES/oktetapart.mo share/locale/th/LC_MESSAGES/okular.mo share/locale/th/LC_MESSAGES/okular_chm.mo share/locale/th/LC_MESSAGES/okular_comicbook.mo @@ -318,16 +329,18 @@ share/locale/th/LC_MESSAGES/phonon-xine.mo share/locale/th/LC_MESSAGES/phonon_kde.mo share/locale/th/LC_MESSAGES/phononserver.mo share/locale/th/LC_MESSAGES/plasma-desktop.mo +share/locale/th/LC_MESSAGES/plasma-netbook.mo share/locale/th/LC_MESSAGES/plasma-overlay.mo -share/locale/th/LC_MESSAGES/plasma-shells-common.mo +share/locale/th/LC_MESSAGES/plasma-windowed.mo share/locale/th/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/th/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/th/LC_MESSAGES/plasma_applet_battery.mo share/locale/th/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/th/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/th/LC_MESSAGES/plasma_applet_calculator.mo share/locale/th/LC_MESSAGES/plasma_applet_clock.mo share/locale/th/LC_MESSAGES/plasma_applet_comic.mo -share/locale/th/LC_MESSAGES/plasma_applet_desktop.mo +share/locale/th/LC_MESSAGES/plasma_applet_currentappcontrol.mo share/locale/th/LC_MESSAGES/plasma_applet_devicenotifier.mo share/locale/th/LC_MESSAGES/plasma_applet_dig_clock.mo share/locale/th/LC_MESSAGES/plasma_applet_fifteenPuzzle.mo @@ -335,26 +348,34 @@ share/locale/th/LC_MESSAGES/plasma_applet_fileWatcher.mo share/locale/th/LC_MESSAGES/plasma_applet_folderview.mo share/locale/th/LC_MESSAGES/plasma_applet_frame.mo share/locale/th/LC_MESSAGES/plasma_applet_fuzzy_clock.mo +share/locale/th/LC_MESSAGES/plasma_applet_icon.mo share/locale/th/LC_MESSAGES/plasma_applet_katesession.mo share/locale/th/LC_MESSAGES/plasma_applet_kget.mo share/locale/th/LC_MESSAGES/plasma_applet_kolourpicker.mo share/locale/th/LC_MESSAGES/plasma_applet_launcher.mo share/locale/th/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/th/LC_MESSAGES/plasma_applet_life.mo +share/locale/th/LC_MESSAGES/plasma_applet_lockout.mo share/locale/th/LC_MESSAGES/plasma_applet_luna.mo share/locale/th/LC_MESSAGES/plasma_applet_microblog.mo +share/locale/th/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/th/LC_MESSAGES/plasma_applet_news.mo +share/locale/th/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/th/LC_MESSAGES/plasma_applet_notes.mo +share/locale/th/LC_MESSAGES/plasma_applet_notifications.mo share/locale/th/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/th/LC_MESSAGES/plasma_applet_pager.mo share/locale/th/LC_MESSAGES/plasma_applet_panel.mo +share/locale/th/LC_MESSAGES/plasma_applet_panelspacer_internal.mo share/locale/th/LC_MESSAGES/plasma_applet_paste.mo share/locale/th/LC_MESSAGES/plasma_applet_pastebin.mo share/locale/th/LC_MESSAGES/plasma_applet_previewer.mo share/locale/th/LC_MESSAGES/plasma_applet_qstardict.mo share/locale/th/LC_MESSAGES/plasma_applet_quicklaunch.mo share/locale/th/LC_MESSAGES/plasma_applet_rssnow.mo +share/locale/th/LC_MESSAGES/plasma_applet_sal.mo share/locale/th/LC_MESSAGES/plasma_applet_saverdesktop.mo +share/locale/th/LC_MESSAGES/plasma_applet_searchbox.mo share/locale/th/LC_MESSAGES/plasma_applet_showdashboard.mo share/locale/th/LC_MESSAGES/plasma_applet_showdesktop.mo share/locale/th/LC_MESSAGES/plasma_applet_skapplet.mo @@ -365,25 +386,52 @@ share/locale/th/LC_MESSAGES/plasma_applet_timer.mo share/locale/th/LC_MESSAGES/plasma_applet_trash.mo share/locale/th/LC_MESSAGES/plasma_applet_weatherstation.mo share/locale/th/LC_MESSAGES/plasma_applet_webbrowser.mo +share/locale/th/LC_MESSAGES/plasma_applet_windowlist.mo share/locale/th/LC_MESSAGES/plasma_appletscriptengine_dashboard.mo share/locale/th/LC_MESSAGES/plasma_appletscriptengine_qedjescripts.mo +share/locale/th/LC_MESSAGES/plasma_containmentactions_contextmenu.mo +share/locale/th/LC_MESSAGES/plasma_containmentactions_switchactivity.mo +share/locale/th/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo +share/locale/th/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/th/LC_MESSAGES/plasma_engine_calendar.mo +share/locale/th/LC_MESSAGES/plasma_engine_keystate.mo share/locale/th/LC_MESSAGES/plasma_engine_kuiserver.mo +share/locale/th/LC_MESSAGES/plasma_engine_metadata.mo +share/locale/th/LC_MESSAGES/plasma_engine_network.mo +share/locale/th/LC_MESSAGES/plasma_engine_notifications.mo +share/locale/th/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/th/LC_MESSAGES/plasma_engine_rss.mo +share/locale/th/LC_MESSAGES/plasma_engine_soliddevice.mo +share/locale/th/LC_MESSAGES/plasma_engine_weather.mo +share/locale/th/LC_MESSAGES/plasma_runner_bookmarksrunner.mo +share/locale/th/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/th/LC_MESSAGES/plasma_runner_contacts.mo share/locale/th/LC_MESSAGES/plasma_runner_katesessions.mo +share/locale/th/LC_MESSAGES/plasma_runner_kget.mo +share/locale/th/LC_MESSAGES/plasma_runner_kill.mo +share/locale/th/LC_MESSAGES/plasma_runner_kopete.mo share/locale/th/LC_MESSAGES/plasma_runner_locations.mo +share/locale/th/LC_MESSAGES/plasma_runner_mediawiki.mo share/locale/th/LC_MESSAGES/plasma_runner_nepomuksearchrunner.mo +share/locale/th/LC_MESSAGES/plasma_runner_placesrunner.mo +share/locale/th/LC_MESSAGES/plasma_runner_plasma-desktop.mo share/locale/th/LC_MESSAGES/plasma_runner_powerdevil.mo share/locale/th/LC_MESSAGES/plasma_runner_recentdocuments.mo +share/locale/th/LC_MESSAGES/plasma_runner_services.mo share/locale/th/LC_MESSAGES/plasma_runner_sessions.mo share/locale/th/LC_MESSAGES/plasma_runner_shell.mo +share/locale/th/LC_MESSAGES/plasma_runner_solid.mo share/locale/th/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/th/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/th/LC_MESSAGES/plasma_runner_windowedwidgets.mo +share/locale/th/LC_MESSAGES/plasma_runner_windows.mo share/locale/th/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/th/LC_MESSAGES/plasma_wallpaper_color.mo share/locale/th/LC_MESSAGES/plasma_wallpaper_image.mo share/locale/th/LC_MESSAGES/plasmaengineexplorer.mo +share/locale/th/LC_MESSAGES/plasmagenericshell.mo share/locale/th/LC_MESSAGES/plasmapkg.mo +share/locale/th/LC_MESSAGES/plasmawallpaperviewer.mo share/locale/th/LC_MESSAGES/plasmoidviewer.mo share/locale/th/LC_MESSAGES/policykit-kde.mo share/locale/th/LC_MESSAGES/polkit-kde-authorization.mo @@ -391,19 +439,23 @@ share/locale/th/LC_MESSAGES/powerdevil.mo share/locale/th/LC_MESSAGES/printer-applet.mo share/locale/th/LC_MESSAGES/processcore.mo share/locale/th/LC_MESSAGES/processui.mo +share/locale/th/LC_MESSAGES/randrmonitor.mo share/locale/th/LC_MESSAGES/solid-bluetooth.mo share/locale/th/LC_MESSAGES/solid-hardware.mo share/locale/th/LC_MESSAGES/solid-network.mo share/locale/th/LC_MESSAGES/solid-powermanagement.mo +share/locale/th/LC_MESSAGES/solid_qt.mo share/locale/th/LC_MESSAGES/solidcontrol.mo share/locale/th/LC_MESSAGES/soliduiserver.mo share/locale/th/LC_MESSAGES/spy.mo share/locale/th/LC_MESSAGES/superkaramba.mo share/locale/th/LC_MESSAGES/svgpart.mo share/locale/th/LC_MESSAGES/sweeper.mo +share/locale/th/LC_MESSAGES/system-config-printer-kde.mo share/locale/th/LC_MESSAGES/systemsettings.mo share/locale/th/LC_MESSAGES/timezones4.mo share/locale/th/LC_MESSAGES/useraccount.mo +share/locale/th/LC_MESSAGES/xml_mimetypes.mo share/locale/th/charset share/locale/th/entry.desktop share/locale/th/flag.png diff --git a/misc/kde4-l10n-tr/distinfo b/misc/kde4-l10n-tr/distinfo index e7bf987e9292..81488f174d3d 100644 --- a/misc/kde4-l10n-tr/distinfo +++ b/misc/kde4-l10n-tr/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-tr-4.4.5.tar.bz2) = adc8bf41fe584f6839940bd28fc589ce -SHA256 (KDE/kde-l10n/kde-l10n-tr-4.4.5.tar.bz2) = 050aebf67c7539c312e971adc1ee0c33abf3e55f3d5fecc7842bb9cc770ba4c6 -SIZE (KDE/kde-l10n/kde-l10n-tr-4.4.5.tar.bz2) = 2546808 +MD5 (KDE/kde-l10n/kde-l10n-tr-4.5.1.tar.bz2) = 07b253f4f34e4a6502a1adb0ebe5d57f +SHA256 (KDE/kde-l10n/kde-l10n-tr-4.5.1.tar.bz2) = 6069448008126ea78f76b907791776ed0c66c3f2681faf87f04952cbb013917d +SIZE (KDE/kde-l10n/kde-l10n-tr-4.5.1.tar.bz2) = 2130627 diff --git a/misc/kde4-l10n-tr/pkg-plist b/misc/kde4-l10n-tr/pkg-plist index 4dc8f4a5d745..f500da412a80 100644 --- a/misc/kde4-l10n-tr/pkg-plist +++ b/misc/kde4-l10n-tr/pkg-plist @@ -7,36 +7,7 @@ share/doc/HTML/tr/common/fdl-translated.html share/doc/HTML/tr/common/gpl-translated.html share/doc/HTML/tr/common/kde-localised.css share/doc/HTML/tr/common/lgpl-translated.html -share/doc/HTML/tr/kinfocenter/protocols/common -share/doc/HTML/tr/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/tr/kinfocenter/protocols/index.docbook -share/locale/tr/LC_MESSAGES/akonadi-kcal.mo -share/locale/tr/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/tr/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/tr/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_next.mo -share/locale/tr/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/tr/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/tr/LC_MESSAGES/akonadicontact.mo -share/locale/tr/LC_MESSAGES/akonaditray.mo -share/locale/tr/LC_MESSAGES/akregator.mo share/locale/tr/LC_MESSAGES/amor.mo share/locale/tr/LC_MESSAGES/ark.mo share/locale/tr/LC_MESSAGES/attica_kde.mo @@ -44,43 +15,36 @@ share/locale/tr/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/tr/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/tr/LC_MESSAGES/audiorename_plugin.mo share/locale/tr/LC_MESSAGES/blinken.mo -share/locale/tr/LC_MESSAGES/blogilo.mo share/locale/tr/LC_MESSAGES/bomber.mo share/locale/tr/LC_MESSAGES/bovo.mo share/locale/tr/LC_MESSAGES/cantor.mo share/locale/tr/LC_MESSAGES/cervisia.mo -share/locale/tr/LC_MESSAGES/cryptopageplugin.mo share/locale/tr/LC_MESSAGES/cvsservice.mo share/locale/tr/LC_MESSAGES/display.mo share/locale/tr/LC_MESSAGES/dolphin.mo share/locale/tr/LC_MESSAGES/dragonplayer.mo share/locale/tr/LC_MESSAGES/drkonqi.mo share/locale/tr/LC_MESSAGES/filetypes.mo +share/locale/tr/LC_MESSAGES/freespacenotifier.mo share/locale/tr/LC_MESSAGES/granatier.mo share/locale/tr/LC_MESSAGES/gwenview.mo share/locale/tr/LC_MESSAGES/htmlsearch.mo share/locale/tr/LC_MESSAGES/imagerename_plugin.mo -share/locale/tr/LC_MESSAGES/irkick.mo +share/locale/tr/LC_MESSAGES/jovie.mo share/locale/tr/LC_MESSAGES/joystick.mo share/locale/tr/LC_MESSAGES/juk.mo share/locale/tr/LC_MESSAGES/kabc.mo -share/locale/tr/LC_MESSAGES/kabc_akonadi.mo share/locale/tr/LC_MESSAGES/kabc_dir.mo share/locale/tr/LC_MESSAGES/kabc_file.mo share/locale/tr/LC_MESSAGES/kabc_ldapkio.mo share/locale/tr/LC_MESSAGES/kabc_net.mo -share/locale/tr/LC_MESSAGES/kabc_slox.mo -share/locale/tr/LC_MESSAGES/kabcclient.mo share/locale/tr/LC_MESSAGES/kabcformat_binary.mo share/locale/tr/LC_MESSAGES/kaccess.mo -share/locale/tr/LC_MESSAGES/kaddressbook.mo -share/locale/tr/LC_MESSAGES/kalarm.mo +share/locale/tr/LC_MESSAGES/kajongg.mo share/locale/tr/LC_MESSAGES/kalgebra.mo share/locale/tr/LC_MESSAGES/kalzium.mo -share/locale/tr/LC_MESSAGES/kalzium_qt.mo share/locale/tr/LC_MESSAGES/kanagram.mo share/locale/tr/LC_MESSAGES/kapman.mo -share/locale/tr/LC_MESSAGES/kappfinder.mo share/locale/tr/LC_MESSAGES/kapptemplate.mo share/locale/tr/LC_MESSAGES/kate-ctags-plugin.mo share/locale/tr/LC_MESSAGES/kate.mo @@ -92,18 +56,14 @@ share/locale/tr/LC_MESSAGES/katefilebrowserplugin.mo share/locale/tr/LC_MESSAGES/katefiletemplates.mo share/locale/tr/LC_MESSAGES/katefindinfilesplugin.mo share/locale/tr/LC_MESSAGES/katehelloworld.mo -share/locale/tr/LC_MESSAGES/katehtmltools.mo share/locale/tr/LC_MESSAGES/kateinsertcommand.mo share/locale/tr/LC_MESSAGES/katekjswrapper.mo share/locale/tr/LC_MESSAGES/katekonsoleplugin.mo share/locale/tr/LC_MESSAGES/katemailfilesplugin.mo share/locale/tr/LC_MESSAGES/kateopenheader.mo share/locale/tr/LC_MESSAGES/katepart4.mo -share/locale/tr/LC_MESSAGES/katepybrowse.mo share/locale/tr/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/tr/LC_MESSAGES/katesnippets.mo share/locale/tr/LC_MESSAGES/katesnippets_tng.mo -share/locale/tr/LC_MESSAGES/katesnippetstng_editor.mo share/locale/tr/LC_MESSAGES/katesymbolviewer.mo share/locale/tr/LC_MESSAGES/katetabbarextension.mo share/locale/tr/LC_MESSAGES/katetextfilter.mo @@ -120,23 +80,21 @@ share/locale/tr/LC_MESSAGES/kbruch.mo share/locale/tr/LC_MESSAGES/kbugbuster.mo share/locale/tr/LC_MESSAGES/kcachegrind.mo share/locale/tr/LC_MESSAGES/kcachegrind_qt.mo -share/locale/tr/LC_MESSAGES/kcal_akonadi.mo share/locale/tr/LC_MESSAGES/kcalc.mo share/locale/tr/LC_MESSAGES/kcertpart.mo share/locale/tr/LC_MESSAGES/kcharselect.mo -share/locale/tr/LC_MESSAGES/kcm_akonadi.mo share/locale/tr/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/tr/LC_MESSAGES/kcm_attica.mo share/locale/tr/LC_MESSAGES/kcm_autostart.mo +share/locale/tr/LC_MESSAGES/kcm_desktoppaths.mo share/locale/tr/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/tr/LC_MESSAGES/kcm_device_automounter.mo share/locale/tr/LC_MESSAGES/kcm_emoticons.mo +share/locale/tr/LC_MESSAGES/kcm_infosummary.mo share/locale/tr/LC_MESSAGES/kcm_krfb.mo share/locale/tr/LC_MESSAGES/kcm_kwindesktop.mo share/locale/tr/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/tr/LC_MESSAGES/kcm_lirc.mo share/locale/tr/LC_MESSAGES/kcm_memory.mo -share/locale/tr/LC_MESSAGES/kcm_partition.mo share/locale/tr/LC_MESSAGES/kcm_pci.mo share/locale/tr/LC_MESSAGES/kcm_phonon.mo share/locale/tr/LC_MESSAGES/kcm_phononxine.mo @@ -159,7 +117,6 @@ share/locale/tr/LC_MESSAGES/kcmicons.mo share/locale/tr/LC_MESSAGES/kcminfo.mo share/locale/tr/LC_MESSAGES/kcminit.mo share/locale/tr/LC_MESSAGES/kcminput.mo -share/locale/tr/LC_MESSAGES/kcmioslaveinfo.mo share/locale/tr/LC_MESSAGES/kcmkamera.mo share/locale/tr/LC_MESSAGES/kcmkclock.mo share/locale/tr/LC_MESSAGES/kcmkded.mo @@ -188,7 +145,6 @@ share/locale/tr/LC_MESSAGES/kcmscreensaver.mo share/locale/tr/LC_MESSAGES/kcmshell.mo share/locale/tr/LC_MESSAGES/kcmsmartcard.mo share/locale/tr/LC_MESSAGES/kcmsmserver.mo -share/locale/tr/LC_MESSAGES/kcmsolidproc.mo share/locale/tr/LC_MESSAGES/kcmstyle.mo share/locale/tr/LC_MESSAGES/kcmusb.mo share/locale/tr/LC_MESSAGES/kcmview1394.mo @@ -202,16 +158,11 @@ share/locale/tr/LC_MESSAGES/kdebugdialog.mo share/locale/tr/LC_MESSAGES/kdecalendarsystems.mo share/locale/tr/LC_MESSAGES/kdelibs4.mo share/locale/tr/LC_MESSAGES/kdelibs_colors4.mo -share/locale/tr/LC_MESSAGES/kdelirc.mo share/locale/tr/LC_MESSAGES/kdepasswd.mo -share/locale/tr/LC_MESSAGES/kdepimresources.mo -share/locale/tr/LC_MESSAGES/kdepimwizards.mo share/locale/tr/LC_MESSAGES/kdeqt.mo share/locale/tr/LC_MESSAGES/kdesu.mo share/locale/tr/LC_MESSAGES/kdesud.mo share/locale/tr/LC_MESSAGES/kdf.mo -share/locale/tr/LC_MESSAGES/kdgantt.mo -share/locale/tr/LC_MESSAGES/kdgantt1.mo share/locale/tr/LC_MESSAGES/kdialog.mo share/locale/tr/LC_MESSAGES/kdiamond.mo share/locale/tr/LC_MESSAGES/kdmconfig.mo @@ -265,7 +216,6 @@ share/locale/tr/LC_MESSAGES/kimagemapeditor.mo share/locale/tr/LC_MESSAGES/kinetd.mo share/locale/tr/LC_MESSAGES/kinfocenter.mo share/locale/tr/LC_MESSAGES/kio4.mo -share/locale/tr/LC_MESSAGES/kio_akonadi.mo share/locale/tr/LC_MESSAGES/kio_applications.mo share/locale/tr/LC_MESSAGES/kio_archive.mo share/locale/tr/LC_MESSAGES/kio_audiocd.mo @@ -273,7 +223,6 @@ share/locale/tr/LC_MESSAGES/kio_bookmarks.mo share/locale/tr/LC_MESSAGES/kio_finger.mo share/locale/tr/LC_MESSAGES/kio_fish.mo share/locale/tr/LC_MESSAGES/kio_floppy.mo -share/locale/tr/LC_MESSAGES/kio_groupwise.mo share/locale/tr/LC_MESSAGES/kio_help4.mo share/locale/tr/LC_MESSAGES/kio_imap4.mo share/locale/tr/LC_MESSAGES/kio_info.mo @@ -301,9 +250,7 @@ share/locale/tr/LC_MESSAGES/kioclient.mo share/locale/tr/LC_MESSAGES/kioexec.mo share/locale/tr/LC_MESSAGES/kiriki.mo share/locale/tr/LC_MESSAGES/kiten.mo -share/locale/tr/LC_MESSAGES/kjots.mo share/locale/tr/LC_MESSAGES/kjumpingcube.mo -share/locale/tr/LC_MESSAGES/kleopatra.mo share/locale/tr/LC_MESSAGES/klettres.mo share/locale/tr/LC_MESSAGES/klines.mo share/locale/tr/LC_MESSAGES/klinkstatus.mo @@ -311,12 +258,6 @@ share/locale/tr/LC_MESSAGES/klipper.mo share/locale/tr/LC_MESSAGES/klock.mo share/locale/tr/LC_MESSAGES/kmag.mo share/locale/tr/LC_MESSAGES/kmahjongg.mo -share/locale/tr/LC_MESSAGES/kmail-migrator.mo -share/locale/tr/LC_MESSAGES/kmail.mo -share/locale/tr/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/tr/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/tr/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/tr/LC_MESSAGES/kmailcvt.mo share/locale/tr/LC_MESSAGES/kmenuedit.mo share/locale/tr/LC_MESSAGES/kmimetypefinder.mo share/locale/tr/LC_MESSAGES/kmines.mo @@ -327,8 +268,6 @@ share/locale/tr/LC_MESSAGES/kmplot.mo share/locale/tr/LC_MESSAGES/knetattach.mo share/locale/tr/LC_MESSAGES/knetwalk.mo share/locale/tr/LC_MESSAGES/knetworkconfmodule.mo -share/locale/tr/LC_MESSAGES/knode.mo -share/locale/tr/LC_MESSAGES/knotes.mo share/locale/tr/LC_MESSAGES/knotify4.mo share/locale/tr/LC_MESSAGES/kolf.mo share/locale/tr/LC_MESSAGES/kollision.mo @@ -338,11 +277,8 @@ share/locale/tr/LC_MESSAGES/kompare.mo share/locale/tr/LC_MESSAGES/konqueror.mo share/locale/tr/LC_MESSAGES/konquest.mo share/locale/tr/LC_MESSAGES/konsole.mo -share/locale/tr/LC_MESSAGES/konsolekalendar.mo -share/locale/tr/LC_MESSAGES/kontact.mo share/locale/tr/LC_MESSAGES/kontactinterfaces.mo share/locale/tr/LC_MESSAGES/kopete.mo -share/locale/tr/LC_MESSAGES/korganizer.mo share/locale/tr/LC_MESSAGES/kpartloader.mo share/locale/tr/LC_MESSAGES/kpartsaver.mo share/locale/tr/LC_MESSAGES/kpasswdserver.mo @@ -354,25 +290,15 @@ share/locale/tr/LC_MESSAGES/krandr.mo share/locale/tr/LC_MESSAGES/krdb.mo share/locale/tr/LC_MESSAGES/krdc.mo share/locale/tr/LC_MESSAGES/kreadconfig.mo -share/locale/tr/LC_MESSAGES/kres-migrator.mo -share/locale/tr/LC_MESSAGES/kres_birthday.mo -share/locale/tr/LC_MESSAGES/kres_blog.mo share/locale/tr/LC_MESSAGES/kres_bugzilla.mo -share/locale/tr/LC_MESSAGES/kres_groupware.mo -share/locale/tr/LC_MESSAGES/kres_groupwise.mo -share/locale/tr/LC_MESSAGES/kres_kolab.mo -share/locale/tr/LC_MESSAGES/kres_remote.mo -share/locale/tr/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/tr/LC_MESSAGES/kreversi.mo share/locale/tr/LC_MESSAGES/krfb.mo share/locale/tr/LC_MESSAGES/kruler.mo share/locale/tr/LC_MESSAGES/krunner.mo share/locale/tr/LC_MESSAGES/ksame.mo share/locale/tr/LC_MESSAGES/ksaneplugin.mo -share/locale/tr/LC_MESSAGES/ksayit.mo share/locale/tr/LC_MESSAGES/kscd.mo share/locale/tr/LC_MESSAGES/kscreensaver.mo -share/locale/tr/LC_MESSAGES/ksendemail.mo share/locale/tr/LC_MESSAGES/kshisen.mo share/locale/tr/LC_MESSAGES/kshorturifilter.mo share/locale/tr/LC_MESSAGES/ksirk.mo @@ -394,16 +320,14 @@ share/locale/tr/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/tr/LC_MESSAGES/ksystemlog.mo share/locale/tr/LC_MESSAGES/ksystraycmd.mo share/locale/tr/LC_MESSAGES/kteatime.mo +share/locale/tr/LC_MESSAGES/ktesnippets_editor.mo share/locale/tr/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/tr/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/tr/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/tr/LC_MESSAGES/kthememanager.mo share/locale/tr/LC_MESSAGES/ktimer.mo -share/locale/tr/LC_MESSAGES/ktimetracker.mo share/locale/tr/LC_MESSAGES/ktouch.mo share/locale/tr/LC_MESSAGES/ktraderclient.mo share/locale/tr/LC_MESSAGES/ktron.mo -share/locale/tr/LC_MESSAGES/kttsd.mo share/locale/tr/LC_MESSAGES/ktuberling.mo share/locale/tr/LC_MESSAGES/kturtle.mo share/locale/tr/LC_MESSAGES/ktux.mo @@ -414,8 +338,6 @@ share/locale/tr/LC_MESSAGES/kurifilter.mo share/locale/tr/LC_MESSAGES/kuser.mo share/locale/tr/LC_MESSAGES/kwalletd.mo share/locale/tr/LC_MESSAGES/kwalletmanager.mo -share/locale/tr/LC_MESSAGES/kwatchgnupg.mo -share/locale/tr/LC_MESSAGES/kweather.mo share/locale/tr/LC_MESSAGES/kwin.mo share/locale/tr/LC_MESSAGES/kwin_art_clients.mo share/locale/tr/LC_MESSAGES/kwin_clients.mo @@ -437,31 +359,24 @@ share/locale/tr/LC_MESSAGES/libkcompactdisc.mo share/locale/tr/LC_MESSAGES/libkdcraw.mo share/locale/tr/LC_MESSAGES/libkdeedu.mo share/locale/tr/LC_MESSAGES/libkdegames.mo -share/locale/tr/LC_MESSAGES/libkdepim.mo share/locale/tr/LC_MESSAGES/libkexiv2.mo share/locale/tr/LC_MESSAGES/libkholidays.mo share/locale/tr/LC_MESSAGES/libkimap.mo share/locale/tr/LC_MESSAGES/libkldap.mo -share/locale/tr/LC_MESSAGES/libkleopatra.mo share/locale/tr/LC_MESSAGES/libkmahjongg.mo share/locale/tr/LC_MESSAGES/libkmime.mo share/locale/tr/LC_MESSAGES/libkonq.mo -share/locale/tr/LC_MESSAGES/libkpgp.mo share/locale/tr/LC_MESSAGES/libkpimidentities.mo share/locale/tr/LC_MESSAGES/libkpimtextedit.mo share/locale/tr/LC_MESSAGES/libkpimutils.mo share/locale/tr/LC_MESSAGES/libkresources.mo share/locale/tr/LC_MESSAGES/libksane.mo share/locale/tr/LC_MESSAGES/libkscreensaver.mo -share/locale/tr/LC_MESSAGES/libksieve.mo share/locale/tr/LC_MESSAGES/libktnef.mo share/locale/tr/LC_MESSAGES/libkunitconversion.mo share/locale/tr/LC_MESSAGES/libkworkspace.mo share/locale/tr/LC_MESSAGES/libkxmlrpcclient.mo share/locale/tr/LC_MESSAGES/libmailtransport.mo -share/locale/tr/LC_MESSAGES/libmessagecore.mo -share/locale/tr/LC_MESSAGES/libmessagelist.mo -share/locale/tr/LC_MESSAGES/libmessageviewer.mo share/locale/tr/LC_MESSAGES/liboktetacore.mo share/locale/tr/LC_MESSAGES/liboktetakasten.mo share/locale/tr/LC_MESSAGES/libphonon.mo @@ -472,7 +387,6 @@ share/locale/tr/LC_MESSAGES/librtm.mo share/locale/tr/LC_MESSAGES/libtaskmanager.mo share/locale/tr/LC_MESSAGES/lokalize.mo share/locale/tr/LC_MESSAGES/lskat.mo -share/locale/tr/LC_MESSAGES/mailreader.mo share/locale/tr/LC_MESSAGES/marble.mo share/locale/tr/LC_MESSAGES/marble_qt.mo share/locale/tr/LC_MESSAGES/mplayerthumbs.mo @@ -506,6 +420,7 @@ share/locale/tr/LC_MESSAGES/phononserver.mo share/locale/tr/LC_MESSAGES/plasma-desktop.mo share/locale/tr/LC_MESSAGES/plasma-netbook.mo share/locale/tr/LC_MESSAGES/plasma-overlay.mo +share/locale/tr/LC_MESSAGES/plasma-windowed.mo share/locale/tr/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/tr/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/tr/LC_MESSAGES/plasma_applet_battery.mo @@ -533,7 +448,6 @@ share/locale/tr/LC_MESSAGES/plasma_applet_kget.mo share/locale/tr/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/tr/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/tr/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/tr/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/tr/LC_MESSAGES/plasma_applet_launcher.mo share/locale/tr/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/tr/LC_MESSAGES/plasma_applet_life.mo @@ -545,6 +459,7 @@ share/locale/tr/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/tr/LC_MESSAGES/plasma_applet_news.mo share/locale/tr/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/tr/LC_MESSAGES/plasma_applet_notes.mo +share/locale/tr/LC_MESSAGES/plasma_applet_notifications.mo share/locale/tr/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/tr/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/tr/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -586,6 +501,7 @@ share/locale/tr/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/tr/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/tr/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/tr/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/tr/LC_MESSAGES/plasma_engine_calendar.mo share/locale/tr/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/tr/LC_MESSAGES/plasma_engine_keystate.mo share/locale/tr/LC_MESSAGES/plasma_engine_kuiserver.mo @@ -595,7 +511,6 @@ share/locale/tr/LC_MESSAGES/plasma_engine_notifications.mo share/locale/tr/LC_MESSAGES/plasma_engine_nowplaying.mo share/locale/tr/LC_MESSAGES/plasma_engine_pastebin.mo share/locale/tr/LC_MESSAGES/plasma_engine_rss.mo -share/locale/tr/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/tr/LC_MESSAGES/plasma_engine_weather.mo share/locale/tr/LC_MESSAGES/plasma_packagestructure_comic.mo share/locale/tr/LC_MESSAGES/plasma_runner_audioplayercontrol.mo @@ -623,6 +538,7 @@ share/locale/tr/LC_MESSAGES/plasma_runner_shell.mo share/locale/tr/LC_MESSAGES/plasma_runner_solid.mo share/locale/tr/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/tr/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/tr/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/tr/LC_MESSAGES/plasma_runner_windows.mo share/locale/tr/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/tr/LC_MESSAGES/plasma_wallpaper_color.mo @@ -666,8 +582,6 @@ share/locale/tr/LC_MESSAGES/umbrello.mo share/locale/tr/LC_MESSAGES/useraccount.mo share/locale/tr/LC_MESSAGES/xml_mimetypes.mo share/locale/tr/entry.desktop -@dirrm share/doc/HTML/tr/kinfocenter/protocols -@dirrm share/doc/HTML/tr/kinfocenter @dirrm share/doc/HTML/tr/common @dirrm share/apps/kvtml/tr @dirrm share/apps/kvtml diff --git a/misc/kde4-l10n-wa/distinfo b/misc/kde4-l10n-wa/distinfo index 2a996dd49c46..665173e067a6 100644 --- a/misc/kde4-l10n-wa/distinfo +++ b/misc/kde4-l10n-wa/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-wa-4.4.5.tar.bz2) = 1d045060f4efe56d5352301186eee7f0 -SHA256 (KDE/kde-l10n/kde-l10n-wa-4.4.5.tar.bz2) = e00d20597e9b691ce23cf80372a4e989d3d6c7290b414231c2ae6f525c469b55 -SIZE (KDE/kde-l10n/kde-l10n-wa-4.4.5.tar.bz2) = 1823756 +MD5 (KDE/kde-l10n/kde-l10n-wa-4.5.1.tar.bz2) = 29bf81dc38f65508a55a26c4a4dcf1b0 +SHA256 (KDE/kde-l10n/kde-l10n-wa-4.5.1.tar.bz2) = e826852b2a098a92d5278683aea3a786597b2eb8213d6a725f914a41855d1e1a +SIZE (KDE/kde-l10n/kde-l10n-wa-4.5.1.tar.bz2) = 1623157 diff --git a/misc/kde4-l10n-wa/pkg-plist b/misc/kde4-l10n-wa/pkg-plist index 270df5ac99f2..217d9ee19789 100644 --- a/misc/kde4-l10n-wa/pkg-plist +++ b/misc/kde4-l10n-wa/pkg-plist @@ -79,9 +79,9 @@ share/doc/HTML/wa/common/fdl-translated.html share/doc/HTML/wa/common/gpl-translated.html share/doc/HTML/wa/common/kde-localised.css share/doc/HTML/wa/common/lgpl-translated.html -share/doc/HTML/wa/khelpcenter/visualdict/common -share/doc/HTML/wa/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/wa/khelpcenter/visualdict/index.docbook +share/doc/HTML/wa/visualdict/common +share/doc/HTML/wa/visualdict/index.cache.bz2 +share/doc/HTML/wa/visualdict/index.docbook share/locale/wa/LC_MESSAGES/attica_kde.mo share/locale/wa/LC_MESSAGES/audiorename_plugin.mo share/locale/wa/LC_MESSAGES/display.mo @@ -94,8 +94,6 @@ share/locale/wa/LC_MESSAGES/htmlsearch.mo share/locale/wa/LC_MESSAGES/imagerename_plugin.mo share/locale/wa/LC_MESSAGES/joystick.mo share/locale/wa/LC_MESSAGES/kaccess.mo -share/locale/wa/LC_MESSAGES/kalarm.mo -share/locale/wa/LC_MESSAGES/kappfinder.mo share/locale/wa/LC_MESSAGES/kate.mo share/locale/wa/LC_MESSAGES/katekonsoleplugin.mo share/locale/wa/LC_MESSAGES/kateopenheader.mo @@ -107,13 +105,13 @@ share/locale/wa/LC_MESSAGES/kcalc.mo share/locale/wa/LC_MESSAGES/kcertpart.mo share/locale/wa/LC_MESSAGES/kcm_attica.mo share/locale/wa/LC_MESSAGES/kcm_autostart.mo +share/locale/wa/LC_MESSAGES/kcm_desktoppaths.mo share/locale/wa/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/wa/LC_MESSAGES/kcm_device_automounter.mo share/locale/wa/LC_MESSAGES/kcm_emoticons.mo share/locale/wa/LC_MESSAGES/kcm_kwindesktop.mo share/locale/wa/LC_MESSAGES/kcm_kwintabbox.mo share/locale/wa/LC_MESSAGES/kcm_memory.mo -share/locale/wa/LC_MESSAGES/kcm_partition.mo share/locale/wa/LC_MESSAGES/kcm_pci.mo share/locale/wa/LC_MESSAGES/kcm_phonon.mo share/locale/wa/LC_MESSAGES/kcm_phononxine.mo @@ -134,7 +132,6 @@ share/locale/wa/LC_MESSAGES/kcmicons.mo share/locale/wa/LC_MESSAGES/kcminfo.mo share/locale/wa/LC_MESSAGES/kcminit.mo share/locale/wa/LC_MESSAGES/kcminput.mo -share/locale/wa/LC_MESSAGES/kcmioslaveinfo.mo share/locale/wa/LC_MESSAGES/kcmkclock.mo share/locale/wa/LC_MESSAGES/kcmkded.mo share/locale/wa/LC_MESSAGES/kcmkdnssd.mo @@ -160,7 +157,6 @@ share/locale/wa/LC_MESSAGES/kcmscreensaver.mo share/locale/wa/LC_MESSAGES/kcmshell.mo share/locale/wa/LC_MESSAGES/kcmsmartcard.mo share/locale/wa/LC_MESSAGES/kcmsmserver.mo -share/locale/wa/LC_MESSAGES/kcmsolidproc.mo share/locale/wa/LC_MESSAGES/kcmstyle.mo share/locale/wa/LC_MESSAGES/kcmusb.mo share/locale/wa/LC_MESSAGES/kcmview1394.mo @@ -230,11 +226,9 @@ share/locale/wa/LC_MESSAGES/kio_timeline.mo share/locale/wa/LC_MESSAGES/kio_trash.mo share/locale/wa/LC_MESSAGES/kioclient.mo share/locale/wa/LC_MESSAGES/kioexec.mo -share/locale/wa/LC_MESSAGES/kjots.mo share/locale/wa/LC_MESSAGES/klettres.mo share/locale/wa/LC_MESSAGES/klipper.mo share/locale/wa/LC_MESSAGES/kmahjongg.mo -share/locale/wa/LC_MESSAGES/kmail.mo share/locale/wa/LC_MESSAGES/kmenuedit.mo share/locale/wa/LC_MESSAGES/kmimetypefinder.mo share/locale/wa/LC_MESSAGES/kmines.mo @@ -242,10 +236,8 @@ share/locale/wa/LC_MESSAGES/knetattach.mo share/locale/wa/LC_MESSAGES/knotify4.mo share/locale/wa/LC_MESSAGES/konqueror.mo share/locale/wa/LC_MESSAGES/konsole.mo -share/locale/wa/LC_MESSAGES/kontact.mo share/locale/wa/LC_MESSAGES/kontactinterfaces.mo share/locale/wa/LC_MESSAGES/kopete.mo -share/locale/wa/LC_MESSAGES/korganizer.mo share/locale/wa/LC_MESSAGES/kpartsaver.mo share/locale/wa/LC_MESSAGES/kpasswdserver.mo share/locale/wa/LC_MESSAGES/kpat.mo @@ -254,7 +246,6 @@ share/locale/wa/LC_MESSAGES/kquitapp.mo share/locale/wa/LC_MESSAGES/krandr.mo share/locale/wa/LC_MESSAGES/krdb.mo share/locale/wa/LC_MESSAGES/kreadconfig.mo -share/locale/wa/LC_MESSAGES/kres_birthday.mo share/locale/wa/LC_MESSAGES/krunner.mo share/locale/wa/LC_MESSAGES/ksaneplugin.mo share/locale/wa/LC_MESSAGES/kscd.mo @@ -278,7 +269,6 @@ share/locale/wa/LC_MESSAGES/kuiserver.mo share/locale/wa/LC_MESSAGES/kurifilter.mo share/locale/wa/LC_MESSAGES/kuser.mo share/locale/wa/LC_MESSAGES/kwalletd.mo -share/locale/wa/LC_MESSAGES/kweather.mo share/locale/wa/LC_MESSAGES/kwin.mo share/locale/wa/LC_MESSAGES/kwin_clients.mo share/locale/wa/LC_MESSAGES/kwin_effects.mo @@ -290,15 +280,13 @@ share/locale/wa/LC_MESSAGES/kxkb.mo share/locale/wa/LC_MESSAGES/lancelot.mo share/locale/wa/LC_MESSAGES/libkcompactdisc.mo share/locale/wa/LC_MESSAGES/libkdegames.mo -share/locale/wa/LC_MESSAGES/libkdepim.mo +share/locale/wa/LC_MESSAGES/libkholidays.mo share/locale/wa/LC_MESSAGES/libkmahjongg.mo share/locale/wa/LC_MESSAGES/libkmime.mo share/locale/wa/LC_MESSAGES/libkonq.mo share/locale/wa/LC_MESSAGES/libksane.mo share/locale/wa/LC_MESSAGES/libkscreensaver.mo share/locale/wa/LC_MESSAGES/libkworkspace.mo -share/locale/wa/LC_MESSAGES/libmessagelist.mo -share/locale/wa/LC_MESSAGES/libmessageviewer.mo share/locale/wa/LC_MESSAGES/libphonon.mo share/locale/wa/LC_MESSAGES/libplasma.mo share/locale/wa/LC_MESSAGES/libplasmaclock.mo @@ -358,6 +346,7 @@ share/locale/wa/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/wa/LC_MESSAGES/plasma_applet_news.mo share/locale/wa/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/wa/LC_MESSAGES/plasma_applet_notes.mo +share/locale/wa/LC_MESSAGES/plasma_applet_notifications.mo share/locale/wa/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/wa/LC_MESSAGES/plasma_applet_pager.mo share/locale/wa/LC_MESSAGES/plasma_applet_panel.mo @@ -387,6 +376,7 @@ share/locale/wa/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/wa/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/wa/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/wa/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/wa/LC_MESSAGES/plasma_engine_calendar.mo share/locale/wa/LC_MESSAGES/plasma_engine_keystate.mo share/locale/wa/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/wa/LC_MESSAGES/plasma_engine_metadata.mo @@ -440,8 +430,7 @@ share/locale/wa/LC_MESSAGES/systemsettings.mo share/locale/wa/LC_MESSAGES/timezones4.mo share/locale/wa/LC_MESSAGES/useraccount.mo share/locale/wa/entry.desktop -@dirrm share/doc/HTML/wa/khelpcenter/visualdict -@dirrm share/doc/HTML/wa/khelpcenter +@dirrm share/doc/HTML/wa/visualdict @dirrm share/doc/HTML/wa/common @dirrm share/apps/ktuberling/sounds/wa @dirrm share/apps/ktuberling/sounds diff --git a/misc/kde4-l10n/Makefile b/misc/kde4-l10n/Makefile index 5f7c572a00ed..a87d5170c963 100644 --- a/misc/kde4-l10n/Makefile +++ b/misc/kde4-l10n/Makefile @@ -7,7 +7,6 @@ PORTNAME= kde-l10n PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= # none DISTFILES= # none @@ -20,10 +19,10 @@ NO_BUILD= yes # NO_INSTALL= yes USE_KDE4= kdeprefix -KDE4_LANG_ALL= ar bg ca ca@valencia cs csb da de el en_GB es et eu fi fr \ - fy ga gl gu he hi hr hu is id it ja kk km kn ko lt lv \ - mai mk ml nb nds nl nn pa pl pt pt_BR ro ru \ - si sk sl sr sv tg tr uk wa zh_CN zh_TW +KDE4_LANG_ALL= ar bg ca ca@valencia cs da de el en_GB es et eu fi fr \ + fy ga gl gu he hi hr hu ia id is it ja kk km kn ko lt lv \ + ml nb nds nl nn pa pl pt pt_BR ro ru \ + sk sl sr sv th tr uk wa zh_CN zh_TW ar_PORT= arabic/kde4-l10n ca@valencia_PORT= misc/kde4-l10n-ca_valencia diff --git a/misc/kde4-l10n/files/bsd.l10n.mk b/misc/kde4-l10n/files/bsd.l10n.mk index 32ea1d27bacd..12eaa26650dc 100644 --- a/misc/kde4-l10n/files/bsd.l10n.mk +++ b/misc/kde4-l10n/files/bsd.l10n.mk @@ -1,13 +1,17 @@ .if defined(KDE4_L10N) +MASTER_SITES?= ${MASTER_SITE_KDE} +MASTER_SITE_SUBDIR?= ${KDE4_BRANCH}/${PORTVERSION}/src/kde-l10n/ +PKGNAMEPREFIX= ${KDE4_L10N:S/@/_/}- +DISTNAME= ${PORTNAME}-${KDE4_L10N}-${PORTVERSION} +DIST_SUBDIR?= KDE/kde-l10n + +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + USE_BZIP2= yes USE_QT_VER= 4 QT_COMPONENTS= uic_build moc_build qmake_build rcc_build xml USE_GETTEXT= yes USE_KDE4= kdelibs kdehier kdeprefix automoc4 USE_CMAKE= yes -MASTER_SITES?= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR?= ${KDE4_BRANCH}/${PORTVERSION}/src/kde-l10n/ -PKGNAMEPREFIX= ${KDE4_L10N:S/@/_/}- -DISTNAME= ${PORTNAME}-${KDE4_L10N}-${PORTVERSION} -DIST_SUBDIR?= KDE/kde-l10n + .endif diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index e595f3f3a7c2..489f3ca1453a 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -14,7 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Collection of entertaining, educational programs for KDE -BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile \ +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ + ${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile \ eigen>=2.0.b3:${PORTSDIR}/math/eigen2 \ gmm++>=3.0.4:${PORTSDIR}/math/gmm++ \ xplanet:${PORTSDIR}/astro/xplanet @@ -37,7 +38,7 @@ QT_COMPONENTS= gui svg qmake_build moc_build rcc_build uic_build USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes USE_PYTHON= yes -MAKE_JOBS_UNSAFE= yes +MAKE_JOBS_SAFE= yes MAN1= kalzium.1 \ kbruch.1 \ @@ -63,5 +64,7 @@ RUN_DEPENDS+= ${KDE4_PREFIX}/bin/marble:${PORTSDIR}/astro/marble pre-configure: ${REINPLACE_CMD} -e '/macro_optional_add_subdirectory(marble)/d' \ ${WRKSRC}/CMakeLists.txt + ${REINPLACE_CMD} -e '/macro_optional_find_package(Avogadro 1.0.0)/d' \ + ${WRKSRC}/kalzium/KalziumConfigureChecks.cmake .include <bsd.port.mk> diff --git a/misc/kdeedu4/distinfo b/misc/kdeedu4/distinfo index 541bdbefa5b8..430c8d4914cd 100644 --- a/misc/kdeedu4/distinfo +++ b/misc/kdeedu4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeedu-4.4.5.tar.bz2) = 9f6849939e47266650567778470d73c8 -SHA256 (KDE/kdeedu-4.4.5.tar.bz2) = 13272a8585a168a7d5c63d2ba10f57412e82cc5fb32b77a8c81284623828b9d8 -SIZE (KDE/kdeedu-4.4.5.tar.bz2) = 59799070 +MD5 (KDE/kdeedu-4.5.1.tar.bz2) = 43c31e897b8ec759876c15adba5e0a12 +SHA256 (KDE/kdeedu-4.5.1.tar.bz2) = f280bb859fb9b0cd55e3ddda17a86269db36bbf5ac0135366a891a80cd6acf08 +SIZE (KDE/kdeedu-4.5.1.tar.bz2) = 65716248 diff --git a/misc/kdeedu4/files/patch-kalzium__src__CMakeLists.txt b/misc/kdeedu4/files/patch-kalzium__src__CMakeLists.txt index cda98d9bb4cb..a20922fd57d1 100644 --- a/misc/kdeedu4/files/patch-kalzium__src__CMakeLists.txt +++ b/misc/kdeedu4/files/patch-kalzium__src__CMakeLists.txt @@ -1,11 +1,11 @@ ---- ./kalzium/src/CMakeLists.txt.orig 2008-08-20 19:53:43.000000000 +0000 -+++ ./kalzium/src/CMakeLists.txt 2008-12-30 20:34:27.000000000 +0000 -@@ -138,7 +138,7 @@ +--- ./kalzium/src/CMakeLists.txt.orig 2010-06-08 14:11:51.000000000 +0400 ++++ ./kalzium/src/CMakeLists.txt 2010-06-29 22:22:34.309804560 +0400 +@@ -157,7 +157,7 @@ set(kalzium_EXTRA_LIBS ${kalzium_EXTRA_LIBS} ${OCAML_NUMS_LIBRARY}) endif (OCAML_NUMS_LIBRARY) - target_link_libraries(kalzium ${kalzium_EXTRA_LIBS} m dl) + target_link_libraries(kalzium ${kalzium_EXTRA_LIBS} m) - endif(LIBFACILE_FOUND) + endif (LIBFACILE_FOUND) - install(TARGETS kalzium ${INSTALL_TARGETS_DEFAULT_ARGS} ) + install(TARGETS kalzium ${INSTALL_TARGETS_DEFAULT_ARGS}) diff --git a/misc/kdeedu4/pkg-plist b/misc/kdeedu4/pkg-plist index 7858e384a08e..2b7cbd9a1abc 100644 --- a/misc/kdeedu4/pkg-plist +++ b/misc/kdeedu4/pkg-plist @@ -59,35 +59,15 @@ include/libkiten/EntryList.h include/libkiten/HistoryPtrList.h include/libkiten/kromajiedit.h include/libkiten/libkitenexport.h -lib/avogadro-kalzium/colors/libchargecolor.so -lib/avogadro-kalzium/colors/libdistancecolor.so -lib/avogadro-kalzium/colors/libindexcolor.so -lib/avogadro-kalzium/colors/libresiduecolor.so -lib/avogadro-kalzium/engines/libaxesengine.so -lib/avogadro-kalzium/engines/libcartoonengine.so -lib/avogadro-kalzium/engines/libdipoleengine.so -lib/avogadro-kalzium/engines/libforceengine.so -lib/avogadro-kalzium/engines/libhbondengine.so -lib/avogadro-kalzium/engines/liblabelengine.so -lib/avogadro-kalzium/engines/liborbitalengine.so -lib/avogadro-kalzium/engines/liboverlayengine.so -lib/avogadro-kalzium/engines/libpolygonengine.so -lib/avogadro-kalzium/engines/libribbonengine.so -lib/avogadro-kalzium/engines/libringengine.so -lib/avogadro-kalzium/engines/libsimplewireengine.so -lib/avogadro-kalzium/engines/libsphereengine.so -lib/avogadro-kalzium/engines/libstickengine.so -lib/avogadro-kalzium/engines/libsurfaceengine.so -lib/avogadro-kalzium/engines/libwireengine.so -lib/avogadro-kalzium/tools/libaligntool.so -lib/avogadro-kalzium/tools/libautoopttool.so -lib/avogadro-kalzium/tools/libautorotatetool.so -lib/avogadro-kalzium/tools/libbondcentrictool.so -lib/avogadro-kalzium/tools/libclickmeasuretool.so -lib/avogadro-kalzium/tools/libdrawtool.so -lib/avogadro-kalzium/tools/libmanipulatetool.so -lib/avogadro-kalzium/tools/libnavigatetool.so -lib/avogadro-kalzium/tools/libselectrotatetool.so +include/rocs/DynamicPropertiesList.h +include/rocs/edge.h +include/rocs/graph.h +include/rocs/graphDocument.h +include/rocs/graphGroups.h +include/rocs/krossBackend.h +include/rocs/node.h +include/rocs/qtScriptBackend.h +include/rocs/threadDocument.h lib/kde4/cantor_creatematrixassistant.so lib/kde4/cantor_differentiateassistant.so lib/kde4/cantor_eigenvaluesassistant.so @@ -113,7 +93,8 @@ lib/kde4/plasma_applet_kalgebra.so lib/kde4/plasma_applet_parley.so lib/kde4/plasma_engine_kalzium.so lib/kde4/plasma_engine_parley.so -lib/kde4/plugins/designer/kalziumuiwidgets.so +lib/kde4/rocs_makecompleteplugin.so +lib/kde4/rocs_plaintxt.so lib/libSatLib.so lib/libSatLib.so.5 lib/libSatLib.so.5.0.1 @@ -123,16 +104,10 @@ lib/libanalitza.so.5.0.1 lib/libanalitzagui.so lib/libanalitzagui.so.5 lib/libanalitzagui.so.5.0.1 -lib/libavogadro-kalzium.so -lib/libavogadro-kalzium.so.0 -lib/libavogadro-kalzium.so.0.9.3 lib/libcantor_config.so lib/libcantorlibs.so -lib/libcantorlibs.so.0.0.1 +lib/libcantorlibs.so.0.0.2 lib/libcantorlibs.so.1 -lib/libcompoundviewer.so -lib/libcompoundviewer.so.5 -lib/libcompoundviewer.so.5.0.1 lib/libhtmesh.a lib/libkdeeduui.so lib/libkdeeduui.so.5 @@ -143,6 +118,9 @@ lib/libkeduvocdocument.so.5.0.1 lib/libkiten.so lib/libkiten.so.5 lib/libkiten.so.5.0.1 +lib/librocslib.so +lib/librocslib.so.5 +lib/librocslib.so.5.0.1 lib/libscience.so lib/libscience.so.5 lib/libscience.so.5.0.1 @@ -182,6 +160,7 @@ share/apps/cantor/cantor_invert_matrix_assistant.rc share/apps/cantor/cantor_plot2d_assistant.rc share/apps/cantor/cantor_plot3d_assistant.rc share/apps/cantor/cantor_runscript_assistant.rc +share/apps/cantor/cantor_scripteditor.rc share/apps/cantor/cantor_shell.rc share/apps/cantor/cantor_solve_assistant.rc share/apps/cantorpart/cantor_part.rc @@ -520,6 +499,7 @@ share/apps/kanagram/images/kanagram.svg share/apps/kanagram/sounds/chalk.ogg share/apps/kanagram/sounds/right.ogg share/apps/kanagram/sounds/wrong.ogg +share/apps/katepart/syntax/kalgebra.xml share/apps/katepart/syntax/python-kig.xml share/apps/kbruch/AppMenuWidgetui.rc share/apps/kbruch/FractionRingWidgetui.rc @@ -2456,6 +2436,7 @@ share/apps/parley/icons/oxygen/16x16/actions/list-remove-card.png share/apps/parley/icons/oxygen/16x16/actions/multiple-choice.png share/apps/parley/icons/oxygen/16x16/actions/practice-setup.png share/apps/parley/icons/oxygen/16x16/actions/practice-start.png +share/apps/parley/icons/oxygen/16x16/actions/practice-stop.png share/apps/parley/icons/oxygen/16x16/actions/remove-duplicates.png share/apps/parley/icons/oxygen/16x16/actions/set-language.png share/apps/parley/icons/oxygen/22x22/actions/advanced-setup.png @@ -2470,6 +2451,7 @@ share/apps/parley/icons/oxygen/22x22/actions/list-remove-card.png share/apps/parley/icons/oxygen/22x22/actions/multiple-choice.png share/apps/parley/icons/oxygen/22x22/actions/practice-setup.png share/apps/parley/icons/oxygen/22x22/actions/practice-start.png +share/apps/parley/icons/oxygen/22x22/actions/practice-stop.png share/apps/parley/icons/oxygen/22x22/actions/remove-duplicates.png share/apps/parley/icons/oxygen/22x22/actions/set-language.png share/apps/parley/icons/oxygen/32x32/actions/advanced-setup.png @@ -2484,6 +2466,7 @@ share/apps/parley/icons/oxygen/32x32/actions/list-remove-card.png share/apps/parley/icons/oxygen/32x32/actions/multiple-choice.png share/apps/parley/icons/oxygen/32x32/actions/practice-setup.png share/apps/parley/icons/oxygen/32x32/actions/practice-start.png +share/apps/parley/icons/oxygen/32x32/actions/practice-stop.png share/apps/parley/icons/oxygen/32x32/actions/remove-duplicates.png share/apps/parley/icons/oxygen/32x32/actions/set-language.png share/apps/parley/icons/oxygen/48x48/actions/advanced-setup.png @@ -2499,6 +2482,7 @@ share/apps/parley/icons/oxygen/48x48/actions/multiple-choice.png share/apps/parley/icons/oxygen/48x48/actions/parley-no-text.png share/apps/parley/icons/oxygen/48x48/actions/practice-setup.png share/apps/parley/icons/oxygen/48x48/actions/practice-start.png +share/apps/parley/icons/oxygen/48x48/actions/practice-stop.png share/apps/parley/icons/oxygen/48x48/actions/remove-duplicates.png share/apps/parley/icons/oxygen/48x48/actions/set-language.png share/apps/parley/icons/oxygen/scalable/actions/advanced-setup.svgz @@ -2541,9 +2525,20 @@ share/apps/parley/plugins/mwclient/simplejson/jsonfilter.py share/apps/parley/plugins/mwclient/simplejson/scanner.py share/apps/parley/plugins/wiktionary_sound.desktop share/apps/parley/plugins/wiktionary_sound.py +share/apps/parley/practicesummaryui.rc +share/apps/parley/practiceui.rc +share/apps/parley/statisticsui.rc +share/apps/parley/themes/bees_theme.desktop +share/apps/parley/themes/bees_theme.svgz +share/apps/parley/themes/bees_theme_preview.jpg +share/apps/parley/themes/theme_reference.desktop +share/apps/parley/themes/theme_reference.svgz +share/apps/parley/themes/theme_reference_preview.jpg share/apps/parley/tips +share/apps/parley/welcomescreenui.rc share/apps/parley/xslt/flashcards.xsl share/apps/parley/xslt/table.xsl +share/apps/rocs/iconpacks/default.svg share/apps/rocs/rocsui.rc share/apps/step/examples/brownian.step share/apps/step/examples/doublependulum.step @@ -2562,17 +2557,23 @@ share/apps/step/examples/softbody.step share/apps/step/examples/solar.step share/apps/step/examples/springs.step share/apps/step/examples/wave.step +share/apps/step/objinfo/Anchor.html share/apps/step/objinfo/Box.html share/apps/step/objinfo/ChargedParticle.html +share/apps/step/objinfo/CoulombForce.html share/apps/step/objinfo/Disk.html share/apps/step/objinfo/Gas.html share/apps/step/objinfo/GasLJForce.html share/apps/step/objinfo/GasParticle.html +share/apps/step/objinfo/GravitationForce.html +share/apps/step/objinfo/LinearMotor.html share/apps/step/objinfo/Meter.html share/apps/step/objinfo/Note.html share/apps/step/objinfo/Particle.html +share/apps/step/objinfo/Pin.html share/apps/step/objinfo/Polygon.html share/apps/step/objinfo/Spring.html +share/apps/step/objinfo/WeightForce.html share/apps/step/objinfo/World.html share/apps/step/stepui.rc share/apps/step/tutorials/tutorial1.step @@ -2610,7 +2611,9 @@ share/config/kanagram.knsrc share/config/khangman.knsrc share/config/klettres.knsrc share/config/kstars.knsrc +share/config/kturtle.knsrc share/config/kwordquiz.knsrc +share/config/parley-themes.knsrc share/config/parley.knsrc share/config/step.knsrc share/dbus-1/interfaces/org.kde.kmplot.KmPlot.xml @@ -2941,60 +2944,82 @@ share/doc/HTML/en/kwordquiz/kwq-editor.png share/doc/HTML/en/kwordquiz/kwq-flashcard.png share/doc/HTML/en/kwordquiz/kwq-multiple.png share/doc/HTML/en/kwordquiz/kwq-qanda.png -share/doc/HTML/en/parley/art-query-dlg.png +share/doc/HTML/en/parley/800px-Parley_mixed_letters_0-9-4_001.png +share/doc/HTML/en/parley/Configure_blocking.png +share/doc/HTML/en/parley/Configure_practice.png +share/doc/HTML/en/parley/Configure_practice_conjugation.png +share/doc/HTML/en/parley/Folder_with_sound_and_pictures.png +share/doc/HTML/en/parley/Parley_articles_and_gender_0-9-4_001.png +share/doc/HTML/en/parley/Parley_articles_and_gender_0-9-4_002.png +share/doc/HTML/en/parley/Parley_articles_and_gender_0-9-4_003.png +share/doc/HTML/en/parley/Parley_comparison_eng-deu_0-9-4_002.png +share/doc/HTML/en/parley/Parley_comparison_eng-deu_0-9-4_003.png +share/doc/HTML/en/parley/Parley_configure_advanced.png +share/doc/HTML/en/parley/Parley_configure_parley_0-9-4_001.png +share/doc/HTML/en/parley/Parley_configure_parley_0-9-4_002.png +share/doc/HTML/en/parley/Parley_configure_parley_0-9-4_003.png +share/doc/HTML/en/parley/Parley_configure_parley_0-9-4_004.png +share/doc/HTML/en/parley/Parley_configure_thresholds.png +share/doc/HTML/en/parley/Parley_create_new_exercise_collective_names1.png +share/doc/HTML/en/parley/Parley_create_new_exercise_collective_names10.png +share/doc/HTML/en/parley/Parley_create_new_exercise_collective_names1_1.png +share/doc/HTML/en/parley/Parley_create_new_exercise_collective_names4.png +share/doc/HTML/en/parley/Parley_create_new_exercise_collective_names5.png +share/doc/HTML/en/parley/Parley_create_new_exercise_collective_names7.png +share/doc/HTML/en/parley/Parley_create_new_exercise_collective_names8.png +share/doc/HTML/en/parley/Parley_document_properties.png +share/doc/HTML/en/parley/Parley_edit_comparison_form_1.png +share/doc/HTML/en/parley/Parley_edit_comparison_form_2.png +share/doc/HTML/en/parley/Parley_edit_comparison_form_3.png +share/doc/HTML/en/parley/Parley_edit_conjugation_1.png +share/doc/HTML/en/parley/Parley_edit_conjugation_2.png +share/doc/HTML/en/parley/Parley_edit_main.png +share/doc/HTML/en/parley/Parley_file_select_dialog_0-9-4.png +share/doc/HTML/en/parley/Parley_get_new_stuff_0-9-4_001.png +share/doc/HTML/en/parley/Parley_initial_screen_0-9-4.png +share/doc/HTML/en/parley/Parley_mixed_letters_0-9-4_001.png +share/doc/HTML/en/parley/Parley_mixed_letters_0-9-4_002.png +share/doc/HTML/en/parley/Parley_mixed_letters_0-9-4_003.png +share/doc/HTML/en/parley/Parley_mixed_letters_0-9-4_004.png +share/doc/HTML/en/parley/Parley_multiple_choice_0-9-4_001.png +share/doc/HTML/en/parley/Parley_multiple_choice_0-9-4_002.png +share/doc/HTML/en/parley/Parley_multiple_choice_0-9-4_003.png +share/doc/HTML/en/parley/Parley_new_document_lang_articles.png +share/doc/HTML/en/parley/Parley_new_document_lang_general.png +share/doc/HTML/en/parley/Parley_new_document_lang_personalpronouns.png +share/doc/HTML/en/parley/Parley_new_document_lang_tenses.png +share/doc/HTML/en/parley/Parley_new_lesson1.png +share/doc/HTML/en/parley/Parley_new_lesson2.png +share/doc/HTML/en/parley/Parley_practice_bees.png +share/doc/HTML/en/parley/Parley_practice_conjugation.png +share/doc/HTML/en/parley/Parley_practice_fluffy.png +share/doc/HTML/en/parley/Parley_practice_grey_flash.png +share/doc/HTML/en/parley/Parley_practice_grey_flash_solution.png +share/doc/HTML/en/parley/Parley_practice_grey_written.png +share/doc/HTML/en/parley/Parley_practice_grey_written_right.png +share/doc/HTML/en/parley/Parley_practice_grey_written_wrong.png +share/doc/HTML/en/parley/Parley_practice_icon_right.png +share/doc/HTML/en/parley/Parley_practice_icon_wrong.png +share/doc/HTML/en/parley/Parley_practice_summary.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_001.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_002.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_003.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_004.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_005.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_006.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_007.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_008.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_009.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_010.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_011.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_012.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_013.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_014.png +share/doc/HTML/en/parley/Parley_trainer_eng-deu_0-9-4_015.png +share/doc/HTML/en/parley/Parley_welcome_screen.png share/doc/HTML/en/parley/common -share/doc/HTML/en/parley/comp-query-dlg.png -share/doc/HTML/en/parley/docprop1-dlg.png -share/doc/HTML/en/parley/docprop2-dlg.png -share/doc/HTML/en/parley/docprop6-dlg.png -share/doc/HTML/en/parley/entry1-dlg.png -share/doc/HTML/en/parley/entry2-dlg.png -share/doc/HTML/en/parley/entry3-dlg.png -share/doc/HTML/en/parley/entry4-dlg.png -share/doc/HTML/en/parley/entry5-dlg.png -share/doc/HTML/en/parley/entry6-dlg.png -share/doc/HTML/en/parley/entry7-dlg.png -share/doc/HTML/en/parley/get-new-stuff.png share/doc/HTML/en/parley/index.cache.bz2 share/doc/HTML/en/parley/index.docbook -share/doc/HTML/en/parley/lang1-dlg.png -share/doc/HTML/en/parley/mainview.png -share/doc/HTML/en/parley/mu-query-dlg.png -share/doc/HTML/en/parley/options1-dlg.png -share/doc/HTML/en/parley/options2-dlg.png -share/doc/HTML/en/parley/options3-dlg.png -share/doc/HTML/en/parley/options4-dlg.png -share/doc/HTML/en/parley/options5-dlg.png -share/doc/HTML/en/parley/options6-dlg.png -share/doc/HTML/en/parley/options7-dlg.png -share/doc/HTML/en/parley/parley-add-lesson.png -share/doc/HTML/en/parley/parley-configure-practice-advanced-page-grammar.png -share/doc/HTML/en/parley/parley-configure-practice-advanced-page.png -share/doc/HTML/en/parley/parley-configure-practice-block-expire.png -share/doc/HTML/en/parley/parley-configure-practice-threshold-page.png -share/doc/HTML/en/parley/parley-configure-practice.png -share/doc/HTML/en/parley/parley-download-basic-file-survival-training-selected.png -share/doc/HTML/en/parley/parley-download-basic-file-survival-training-written-practice.png -share/doc/HTML/en/parley/parley-download-basic-file.png -share/doc/HTML/en/parley/parley-download-new.png -share/doc/HTML/en/parley/parley-main-water.png -share/doc/HTML/en/parley/parley-practice-multiple-choice.png -share/doc/HTML/en/parley/parley-quick-start-first-start.png -share/doc/HTML/en/parley/parley-search.png -share/doc/HTML/en/parley/parley-show-lessons-in-test.png -share/doc/HTML/en/parley/parley_first_start.png -share/doc/HTML/en/parley/profiles.png -share/doc/HTML/en/parley/pron-dlg.png -share/doc/HTML/en/parley/query-dlg.png -share/doc/HTML/en/parley/quick-1.png -share/doc/HTML/en/parley/quick-2.png -share/doc/HTML/en/parley/quick-3.png -share/doc/HTML/en/parley/quick-4.png -share/doc/HTML/en/parley/quick-5.png -share/doc/HTML/en/parley/stat1-dlg.png -share/doc/HTML/en/parley/stat2-dlg.png -share/doc/HTML/en/parley/syn-query-dlg.png -share/doc/HTML/en/parley/verb-query-dlg.png share/doc/HTML/en/rocs/common share/doc/HTML/en/rocs/index.cache.bz2 share/doc/HTML/en/rocs/index.docbook @@ -3230,12 +3255,17 @@ share/kde4/services/plasma-dataengine-kalzium.desktop share/kde4/services/plasma-dataengine-parley.desktop share/kde4/services/plasma_didyouknow.desktop share/kde4/services/plasma_parley.desktop +share/kde4/services/rocs_makecompleteplugin.desktop +share/kde4/services/rocs_plaintxtplugin.desktop +share/kde4/servicetypes/RocsFilePlugin.desktop +share/kde4/servicetypes/RocsToolsPlugin.desktop share/kde4/servicetypes/cantor_assistant.desktop share/kde4/servicetypes/cantor_backend.desktop @dirrm share/kde4/services/cantor @dirrm share/doc/HTML/en/step @dirrm share/doc/HTML/en/rocs @dirrm share/doc/HTML/en/parley +@dirrm share/doc/HTML/en/marble @dirrm share/doc/HTML/en/kwordquiz @dirrm share/doc/HTML/en/kturtle @dirrm share/doc/HTML/en/ktouch @@ -3256,8 +3286,10 @@ share/kde4/servicetypes/cantor_backend.desktop @dirrm share/apps/step/objinfo @dirrm share/apps/step/examples @dirrm share/apps/step +@dirrm share/apps/rocs/iconpacks @dirrm share/apps/rocs @dirrm share/apps/parley/xslt +@dirrm share/apps/parley/themes @dirrm share/apps/parley/plugins/mwclient/simplejson @dirrm share/apps/parley/plugins/mwclient @dirrm share/apps/parley/plugins @@ -3443,9 +3475,6 @@ share/kde4/servicetypes/cantor_backend.desktop @dirrm share/apps/blinken/images @dirrm share/apps/blinken/fonts @dirrm share/apps/blinken -@dirrm lib/avogadro-kalzium/tools -@dirrm lib/avogadro-kalzium/engines -@dirrm lib/avogadro-kalzium/colors -@dirrm lib/avogadro-kalzium +@dirrm include/rocs @dirrm include/libkiten @dirrm include/libkdeedu diff --git a/misc/kdehier4/Makefile b/misc/kdehier4/Makefile index 24df48025cd2..c4add6ef93c8 100644 --- a/misc/kdehier4/Makefile +++ b/misc/kdehier4/Makefile @@ -6,7 +6,7 @@ # PORTNAME= kdehier4 -PORTVERSION= 1.0.4 +PORTVERSION= 1.0.6 CATEGORIES= misc kde MASTER_SITES= # none DISTFILES= # none @@ -23,8 +23,10 @@ USE_KDE4= kdeprefix .if ${KDE4_PREFIX} != ${LOCALBASE} PLIST_SUB+= MTREE="" \ LDCONFIG_DIR="${LDCONFIG_DIR}" \ - LDCONFIG32_DIR="${LDCONFIG32_DIR}" \ - KDE4_PREFIX="${KDE4_PREFIX}" + LDCONFIG32_DIR="${LDCONFIG32_DIR}" +SUB_FILES= session-kde4.conf \ + system-kde4.conf +SUB_LIST= KDE4_PREFIX="${KDE4_PREFIX}" .else PLIST_SUB+= MTREE="@comment " .endif @@ -45,8 +47,15 @@ do-install: ${LN} -sf ${LOCALBASE}/${LDCONFIG_DIR} ${KDE4_PREFIX}/libdata/ ${LN} -sf ${LOCALBASE}/${LDCONFIG32_DIR} ${KDE4_PREFIX}/libdata/ ${LN} -sf ${LOCALBASE}/libdata/pkgconfig ${KDE4_PREFIX}/libdata/ + ${LN} -sf ${LOCALBASE}/share/PolicyKit/policy ${KDE4_PREFIX}/share/PolicyKit/ ${ECHO_CMD} ${KDE4_PREFIX}/lib > \ ${LOCALBASE}/${LDCONFIG_DIR}/kdehier4 + ${MKDIR} ${LOCALBASE}/etc/dbus-1 + ${INSTALL_DATA} ${WRKDIR}/session-kde4.conf ${LOCALBASE}/etc/dbus-1 + ${INSTALL_DATA} ${WRKDIR}/system-kde4.conf ${LOCALBASE}/etc/dbus-1 .endif +maintainer-generate-plist: + cd ${FILESDIR} && ${SH} make-plist.sh + .include <bsd.port.post.mk> diff --git a/misc/kdehier4/files/dirlist b/misc/kdehier4/files/dirlist index 1451c2af573f..1d08a98b428a 100644 --- a/misc/kdehier4/files/dirlist +++ b/misc/kdehier4/files/dirlist @@ -1,3 +1,6 @@ +etc/dbus-1 +etc/dbus-1/session.d +etc/dbus-1/system.d include/KDE lib/kconf_update_bin lib/kde4 @@ -53,6 +56,7 @@ share/config.kcfg share/dbus-1 share/dbus-1/interfaces share/dbus-1/services +share/dbus-1/system-services share/doc/HTML share/doc/HTML/bg share/doc/HTML/ca @@ -635,6 +639,10 @@ share/locale/se share/locale/se/LC_MESSAGES share/locale/sr@ijekavian share/locale/sr@ijekavian/LC_MESSAGES +share/locale/sr@ijekavianlatin +share/locale/sr@ijekavianlatin/LC_MESSAGES +share/locale/sr@latin +share/locale/sr@latin/LC_MESSAGES share/locale/uz@cyrillic share/locale/uz@cyrillic/LC_MESSAGES share/locale/xh diff --git a/misc/kdehier4/files/make-plist.sh b/misc/kdehier4/files/make-plist.sh index 2a054325efce..7116a9bcec65 100644 --- a/misc/kdehier4/files/make-plist.sh +++ b/misc/kdehier4/files/make-plist.sh @@ -1,14 +1,21 @@ #!/bin/sh if [ ! -e dirlist -o ! -e ../Makefile ]; then echo "Wrong directory; this script needs to be called from" - echo "/usr/ports/misc/kde4hier/files !" + echo "${PORTSDIR}/misc/kdehier4/files" + echo "directory!" exit 1 fi +echo "%%MTREE%%@cwd %%LOCALBASE%% +%%MTREE%%etc/dbus-1/session-kde4.conf +%%MTREE%%etc/dbus-1/system-kde4.conf +%%MTREE%%@dirrmtry etc/dbus-1 +%%MTREE%%@cwd %%KDE4_PREFIX%%" > ../pkg-plist echo "%%MTREE%%%%LDCONFIG_DIR%% %%MTREE%%%%LDCONFIG32_DIR%% -%%MTREE%%libdata/pkgconfig" > ../pkg-plist +%%MTREE%%libdata/pkgconfig +%%MTREE%%share/PolicyKit/policy" >> ../pkg-plist ( grep -v "^@comment" dirlist | sed -e "s,^,@exec mkdir -p %D/," ; diff --git a/misc/kdehier4/files/mtree-dirlist b/misc/kdehier4/files/mtree-dirlist index ee17a88ecace..7e68dcdd729e 100644 --- a/misc/kdehier4/files/mtree-dirlist +++ b/misc/kdehier4/files/mtree-dirlist @@ -126,6 +126,12 @@ man/ru.KOI8-R/manl man/ru.KOI8-R/mann sbin share +@comment --------------------------------------------------------------------- +@comment -- PolicyKit does not support files in different prefixes, +@comment -- share/PolicyKit/policy will be linked from LOCALBASE +share/PolicyKit +@comment share/PolicyKit/policy +@comment --------------------------------------------------------------------- share/aclocal share/dict share/doc diff --git a/misc/kdehier4/files/session-kde4.conf.in b/misc/kdehier4/files/session-kde4.conf.in new file mode 100644 index 000000000000..9f7341036232 --- /dev/null +++ b/misc/kdehier4/files/session-kde4.conf.in @@ -0,0 +1,8 @@ +<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> +<busconfig> + + <includedir>%%KDE4_PREFIX%%/etc/dbus-1/session.d</includedir> + <servicedir>%%KDE4_PREFIX%%/share/dbus-1/services</servicedir> + +</busconfig> diff --git a/misc/kdehier4/files/system-kde4.conf.in b/misc/kdehier4/files/system-kde4.conf.in new file mode 100644 index 000000000000..a6f4246bd472 --- /dev/null +++ b/misc/kdehier4/files/system-kde4.conf.in @@ -0,0 +1,8 @@ +<!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-Bus Bus Configuration 1.0//EN" + "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> +<busconfig> + + <includedir>%%KDE4_PREFIX%%/etc/dbus-1/system.d</includedir> + <servicedir>%%KDE4_PREFIX%%/share/dbus-1/system-services</servicedir> + +</busconfig> diff --git a/misc/kdehier4/pkg-plist b/misc/kdehier4/pkg-plist index b367c7dab283..d07289443964 100644 --- a/misc/kdehier4/pkg-plist +++ b/misc/kdehier4/pkg-plist @@ -1,6 +1,12 @@ +%%MTREE%%@cwd %%LOCALBASE%% +%%MTREE%%etc/dbus-1/session-kde4.conf +%%MTREE%%etc/dbus-1/system-kde4.conf +%%MTREE%%@dirrmtry etc/dbus-1 +%%MTREE%%@cwd %%KDE4_PREFIX%% %%MTREE%%%%LDCONFIG_DIR%% %%MTREE%%%%LDCONFIG32_DIR%% %%MTREE%%libdata/pkgconfig +%%MTREE%%share/PolicyKit/policy %%MTREE%%@exec mkdir -p %D/bin %%MTREE%%@exec mkdir -p %D/etc %%MTREE%%@exec mkdir -p %D/etc/pam.d @@ -124,6 +130,7 @@ %%MTREE%%@exec mkdir -p %D/man/ru.KOI8-R/mann %%MTREE%%@exec mkdir -p %D/sbin %%MTREE%%@exec mkdir -p %D/share +%%MTREE%%@exec mkdir -p %D/share/PolicyKit %%MTREE%%@exec mkdir -p %D/share/aclocal %%MTREE%%@exec mkdir -p %D/share/dict %%MTREE%%@exec mkdir -p %D/share/doc @@ -467,6 +474,9 @@ %%MTREE%%@exec mkdir -p %D/share/skel %%MTREE%%@exec mkdir -p %D/share/xml %%MTREE%%@exec mkdir -p %D/www +@exec mkdir -p %D/etc/dbus-1 +@exec mkdir -p %D/etc/dbus-1/session.d +@exec mkdir -p %D/etc/dbus-1/system.d @exec mkdir -p %D/include/KDE @exec mkdir -p %D/lib/kconf_update_bin @exec mkdir -p %D/lib/kde4 @@ -522,6 +532,7 @@ @exec mkdir -p %D/share/dbus-1 @exec mkdir -p %D/share/dbus-1/interfaces @exec mkdir -p %D/share/dbus-1/services +@exec mkdir -p %D/share/dbus-1/system-services @exec mkdir -p %D/share/doc/HTML @exec mkdir -p %D/share/doc/HTML/bg @exec mkdir -p %D/share/doc/HTML/ca @@ -1095,6 +1106,10 @@ @exec mkdir -p %D/share/locale/se/LC_MESSAGES @exec mkdir -p %D/share/locale/sr@ijekavian @exec mkdir -p %D/share/locale/sr@ijekavian/LC_MESSAGES +@exec mkdir -p %D/share/locale/sr@ijekavianlatin +@exec mkdir -p %D/share/locale/sr@ijekavianlatin/LC_MESSAGES +@exec mkdir -p %D/share/locale/sr@latin +@exec mkdir -p %D/share/locale/sr@latin/LC_MESSAGES @exec mkdir -p %D/share/locale/uz@cyrillic @exec mkdir -p %D/share/locale/uz@cyrillic/LC_MESSAGES @exec mkdir -p %D/share/locale/xh @@ -1121,6 +1136,10 @@ @dirrmtry share/locale/xh @dirrmtry share/locale/uz@cyrillic/LC_MESSAGES @dirrmtry share/locale/uz@cyrillic +@dirrmtry share/locale/sr@latin/LC_MESSAGES +@dirrmtry share/locale/sr@latin +@dirrmtry share/locale/sr@ijekavianlatin/LC_MESSAGES +@dirrmtry share/locale/sr@ijekavianlatin @dirrmtry share/locale/sr@ijekavian/LC_MESSAGES @dirrmtry share/locale/sr@ijekavian @dirrmtry share/locale/se/LC_MESSAGES @@ -1694,6 +1713,7 @@ @dirrmtry share/doc/HTML/ca @dirrmtry share/doc/HTML/bg @dirrmtry share/doc/HTML +@dirrmtry share/dbus-1/system-services @dirrmtry share/dbus-1/services @dirrmtry share/dbus-1/interfaces @dirrmtry share/dbus-1 @@ -1749,6 +1769,9 @@ @dirrmtry lib/kde4 @dirrmtry lib/kconf_update_bin @dirrmtry include/KDE +@dirrmtry etc/dbus-1/system.d +@dirrmtry etc/dbus-1/session.d +@dirrmtry etc/dbus-1 %%MTREE%%@dirrm www %%MTREE%%@dirrm share/xml %%MTREE%%@dirrm share/skel @@ -2092,6 +2115,7 @@ %%MTREE%%@dirrm share/doc %%MTREE%%@dirrm share/dict %%MTREE%%@dirrm share/aclocal +%%MTREE%%@dirrm share/PolicyKit %%MTREE%%@dirrm share %%MTREE%%@dirrm sbin %%MTREE%%@dirrm man/ru.KOI8-R/mann diff --git a/misc/kdeutils4/Makefile b/misc/kdeutils4/Makefile index 54897f73604e..143fdff3786c 100644 --- a/misc/kdeutils4/Makefile +++ b/misc/kdeutils4/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca @@ -25,28 +26,61 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace +USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ + kdelibs pimlibs workspace kdebase QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= PRINTER_APPLET "Install printer system tray utility" off +OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ + PRINTER_APPLET "Install printer system tray utility" off \ + RAR "Support for RAR archives in Ark" off \ + ZIP "Support for ZIP archives in Ark" off .include <bsd.port.options.mk> +.ifdef(WITH_7ZIP) +RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip +.endif + +.ifdef(WITH_PRINTER_APPLET) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.endif + +.ifdef(WITH_ZIP) +RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip +.endif + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -.if defined(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.ifdef(WITH_RAR) +.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +INSTALL_RAR= YES +.elif ${ARCH} == "amd64" +.ifndef(HAVE_COMPAT_IA32_KERN) +HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi +.endif +.if ${HAVE_COMPAT_IA32_KERN} == "YES" +INSTALL_RAR= YES +.endif +.endif +.ifdef(INSTALL_RAR) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.else +RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +.endif .endif post-patch: -#disable printer-applet, it comes with print/kdeutils4-printer-applet +# Disable printer-applet, it comes with print/kdeutils4-printer-applet. ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/misc/kdeutils4/distinfo b/misc/kdeutils4/distinfo index c51aa0f17d9c..2553edb11a55 100644 --- a/misc/kdeutils4/distinfo +++ b/misc/kdeutils4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390 -SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495 -SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008 +MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52 +SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e +SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989 diff --git a/misc/kdeutils4/pkg-plist b/misc/kdeutils4/pkg-plist index ff8535c8e54f..cb9b5a4773c9 100644 --- a/misc/kdeutils4/pkg-plist +++ b/misc/kdeutils4/pkg-plist @@ -1,20 +1,383 @@ bin/ark -bin/irkick bin/kcalc bin/kcharselect bin/kdf bin/kfloppy bin/kgpg +bin/krcdnotifieritem bin/ktimer bin/kwalletmanager bin/kwikdisk bin/okteta bin/superkaramba bin/sweeper +include/KDE/Kasten/AbstractConnectJob +include/KDE/Kasten/AbstractDocument +include/KDE/Kasten/AbstractDocumentFactory +include/KDE/Kasten/AbstractExportJob +include/KDE/Kasten/AbstractFileSystemConnectJob +include/KDE/Kasten/AbstractFileSystemExportJob +include/KDE/Kasten/AbstractFileSystemLoadJob +include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten/AbstractGroupedViews +include/KDE/Kasten/AbstractLinePopup +include/KDE/Kasten/AbstractLoadJob +include/KDE/Kasten/AbstractModel +include/KDE/Kasten/AbstractModelDataGenerator +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten/AbstractModelExporter +include/KDE/Kasten/AbstractModelExporterConfigEditor +include/KDE/Kasten/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten/AbstractModelFileSystemSynchronizer +include/KDE/Kasten/AbstractModelSelection +include/KDE/Kasten/AbstractModelStreamEncoder +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten/AbstractModelSynchronizer +include/KDE/Kasten/AbstractModelSynchronizerFactory +include/KDE/Kasten/AbstractSelectionView +include/KDE/Kasten/AbstractSyncFromRemoteJob +include/KDE/Kasten/AbstractSyncToRemoteJob +include/KDE/Kasten/AbstractSyncWithRemoteJob +include/KDE/Kasten/AbstractTool +include/KDE/Kasten/AbstractToolFactory +include/KDE/Kasten/AbstractToolInlineView +include/KDE/Kasten/AbstractToolView +include/KDE/Kasten/AbstractToolViewFactory +include/KDE/Kasten/AbstractToolWidget +include/KDE/Kasten/AbstractView +include/KDE/Kasten/AbstractViewArea +include/KDE/Kasten/AbstractViewFactory +include/KDE/Kasten/AbstractXmlGuiController +include/KDE/Kasten/ClipboardController +include/KDE/Kasten/CloseController +include/KDE/Kasten/CopyAsController +include/KDE/Kasten/CreatorController +include/KDE/Kasten/DataSelectable +include/KDE/Kasten/DocumentCreateManager +include/KDE/Kasten/DocumentManager +include/KDE/Kasten/DocumentSyncManager +include/KDE/Kasten/DocumentVersionData +include/KDE/Kasten/DocumentsTool +include/KDE/Kasten/DocumentsToolView +include/KDE/Kasten/DummyView +include/KDE/Kasten/ExportController +include/KDE/Kasten/FileSystemBrowserTool +include/KDE/Kasten/FileSystemBrowserToolView +include/KDE/Kasten/FullScreenController +include/KDE/Kasten/JobManager +include/KDE/Kasten/LoaderController +include/KDE/Kasten/ModelCodecManager +include/KDE/Kasten/ModelCodecViewManager +include/KDE/Kasten/ModelDataGenerateThread +include/KDE/Kasten/ModelEncoderFileSystemExportJob +include/KDE/Kasten/ModelEncoderFileSystemExporter +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten/ModelStreamEncodeThread +include/KDE/Kasten/ModifiedBarController +include/KDE/Kasten/MultiViewAreas +include/KDE/Kasten/Person +include/KDE/Kasten/QuitController +include/KDE/Kasten/ReadOnlyBarController +include/KDE/Kasten/ReadOnlyController +include/KDE/Kasten/SelectController +include/KDE/Kasten/SelectedDataWriteable +include/KDE/Kasten/SetRemoteController +include/KDE/Kasten/ShellWindow +include/KDE/Kasten/StatusBar +include/KDE/Kasten/SwitchViewController +include/KDE/Kasten/SynchronizeController +include/KDE/Kasten/TabbedViews +include/KDE/Kasten/ToggleButton +include/KDE/Kasten/ToolInlineViewable +include/KDE/Kasten/ToolListMenuController +include/KDE/Kasten/UserListable +include/KDE/Kasten/VersionController +include/KDE/Kasten/VersionViewTool +include/KDE/Kasten/VersionViewToolView +include/KDE/Kasten/Versionable +include/KDE/Kasten/ViewAreaSplitable +include/KDE/Kasten/ViewListMenuController +include/KDE/Kasten/ViewManager +include/KDE/Kasten/WidgetsDockable +include/KDE/Kasten/ZoomBarController +include/KDE/Kasten/ZoomController +include/KDE/Kasten/Zoomable +include/KDE/Okteta/AbstractByteArrayColumnRenderer +include/KDE/Okteta/AbstractByteArrayModel +include/KDE/Okteta/AbstractByteArrayView +include/KDE/Okteta/AbstractColumnRenderer +include/KDE/Okteta/AbstractColumnStylist +include/KDE/Okteta/Address +include/KDE/Okteta/AddressRange +include/KDE/Okteta/ArrayChangeMetrics +include/KDE/Okteta/Bookmark +include/KDE/Okteta/Bookmarkable +include/KDE/Okteta/BookmarksConstIterator +include/KDE/Okteta/BorderColumnRenderer +include/KDE/Okteta/Byte +include/KDE/Okteta/ByteArrayChange +include/KDE/Okteta/ByteArrayColumnView +include/KDE/Okteta/ByteArrayModel +include/KDE/Okteta/ByteArrayRowColumnRenderer +include/KDE/Okteta/ByteArrayRowView +include/KDE/Okteta/ByteArrayTableLayout +include/KDE/Okteta/ByteArrayTableRanges +include/KDE/Okteta/ChangeHistory +include/KDE/Okteta/ChangesDescribable +include/KDE/Okteta/CharByteArrayColumnRenderer +include/KDE/Okteta/CharCodec +include/KDE/Okteta/Character +include/KDE/Okteta/ColumnsView +include/KDE/Okteta/Line +include/KDE/Okteta/LinePosition +include/KDE/Okteta/LinePositionRange +include/KDE/Okteta/LineRange +include/KDE/Okteta/NumberRange +include/KDE/Okteta/OffsetColumnRenderer +include/KDE/Okteta/OffsetFormat +include/KDE/Okteta/PieceTableByteArrayModel +include/KDE/Okteta/Range +include/KDE/Okteta/Size +include/KDE/Okteta/ValueByteArrayColumnRenderer +include/KDE/Okteta/ValueCodec +include/KDE/Okteta/Versionable +include/KDE/Okteta/WidgetColumnStylist +include/KDE/Okteta/WordByteArrayService +include/kasten/abstractbytearraystreamencoder.h +include/kasten/abstractconnectjob.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/bookmarkscontroller.h +include/kasten/bookmarkstool.h +include/kasten/bookmarkstoolfactory.h +include/kasten/bookmarkstoolview.h +include/kasten/bookmarkstoolviewfactory.h +include/kasten/bytearraycharsstreamencoder.h +include/kasten/bytearraydocument.h +include/kasten/bytearraydocumentfactory.h +include/kasten/bytearrayrawfilesynchronizer.h +include/kasten/bytearrayrawfilesynchronizerfactory.h +include/kasten/bytearrayselection.h +include/kasten/bytearraysourcecodestreamencoder.h +include/kasten/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten/bytearraytextstreamencoderpreview.h +include/kasten/bytearrayvaluesstreamencoder.h +include/kasten/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten/bytearrayview.h +include/kasten/bytearrayviewfactory.h +include/kasten/bytearrayviewtextstreamencoder.h +include/kasten/bytetabletool.h +include/kasten/bytetabletoolfactory.h +include/kasten/bytetabletoolview.h +include/kasten/bytetabletoolviewfactory.h +include/kasten/checksumtool.h +include/kasten/checksumtoolfactory.h +include/kasten/checksumtoolview.h +include/kasten/checksumtoolviewfactory.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/documentcreatemanager.h +include/kasten/documentinfotool.h +include/kasten/documentinfotoolview.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/filtertool.h +include/kasten/filtertoolfactory.h +include/kasten/filtertoolview.h +include/kasten/filtertoolviewfactory.h +include/kasten/fullscreencontroller.h +include/kasten/gotooffsetcontroller.h +include/kasten/gotooffsettool.h +include/kasten/gotooffsettoolview.h +include/kasten/infotool.h +include/kasten/infotoolfactory.h +include/kasten/infotoolview.h +include/kasten/infotoolviewfactory.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/kfinddirection.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multiviewareas.h +include/kasten/oktetakastencontrollers_export.h +include/kasten/oktetakastencore_export.h +include/kasten/oktetakastengui_export.h +include/kasten/overwritemodecontroller.h +include/kasten/overwriteonlycontroller.h +include/kasten/person.h +include/kasten/poddecodertool.h +include/kasten/poddecodertoolfactory.h +include/kasten/poddecodertoolview.h +include/kasten/poddecodertoolviewfactory.h +include/kasten/printcontroller.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/replacecontroller.h +include/kasten/replaceuserqueryable.h +include/kasten/searchcontroller.h +include/kasten/searchuserqueryable.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/selectrangecontroller.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/stringsextracttool.h +include/kasten/stringsextracttoolfactory.h +include/kasten/stringsextracttoolview.h +include/kasten/stringsextracttoolviewfactory.h +include/kasten/structtool.h +include/kasten/structtoolview.h +include/kasten/structurestoolfactory.h +include/kasten/structurestoolviewfactory.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewconfigcontroller.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/viewmodecontroller.h +include/kasten/viewstatuscontroller.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h lib/kde4/arkpart.so lib/kde4/kcm_kdf.so lib/kde4/kcm_kwallet.so -lib/kde4/kcm_lirc.so +lib/kde4/kcm_remotecontrol.so +lib/kde4/kded_kremotecontroldaemon.so lib/kde4/kerfuffle_cli7z.so lib/kde4/kerfuffle_clirar.so lib/kde4/kerfuffle_clizip.so @@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so lib/kde4/libextracthere.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so +lib/kde4/plasma_engine_kremoteconrol.so lib/kde4/plasma_package_superkaramba.so lib/kde4/plasma_scriptengine_superkaramba.so +lib/kde4/plugins/designer/oktetadesignerplugin.so lib/libkastencontrollers.so lib/libkastencontrollers.so.5 lib/libkastencontrollers.so.5.0.1 @@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1 lib/libkastengui.so lib/libkastengui.so.5 lib/libkastengui.so.5.0.1 -lib/libkdeinit4_irkick.so lib/libkdeinit4_kcalc.so -lib/libkdelirc_shared.so -lib/libkdelirc_shared.so.1 -lib/libkdelirc_shared.so.1.0.0 lib/libkerfuffle.so lib/libkerfuffle.so.5 lib/libkerfuffle.so.5.0.1 +lib/liblibkremotecontrol.so +lib/liblibkremotecontrol.so.1 +lib/liblibkremotecontrol.so.1.0.0 lib/liboktetacore.so lib/liboktetacore.so.5 lib/liboktetacore.so.5.0.1 @@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1 share/applications/kde4/KCharSelect.desktop share/applications/kde4/KFloppy.desktop share/applications/kde4/ark.desktop -share/applications/kde4/irkick.desktop share/applications/kde4/kcalc.desktop share/applications/kde4/kdf.desktop share/applications/kde4/kgpg.desktop +share/applications/kde4/krcdnotifieritem.desktop share/applications/kde4/ktimer.desktop share/applications/kde4/kwalletmanager-kwalletd.desktop share/applications/kde4/kwalletmanager.desktop @@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop share/applications/kde4/sweeper.desktop share/apps/ark/ark_part.rc share/apps/ark/arkui.rc -share/apps/irkick/irkick.notifyrc share/apps/kcalc/kcalcui.rc share/apps/kcalc/scienceconstants.xml share/apps/kcharselect/kcharselectui.rc @@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz share/apps/kgpg/keysmanager.rc share/apps/kgpg/kgpgeditor.rc share/apps/kgpg/tips +share/apps/kremotecontrol/profiles/amarok.profile.xml +share/apps/kremotecontrol/profiles/dragonplayer.profile.xml +share/apps/kremotecontrol/profiles/klauncher.profile.xml +share/apps/kremotecontrol/profiles/kmix.profile.xml +share/apps/kremotecontrol/profiles/konqueror.profile.xml +share/apps/kremotecontrol/profiles/kscd.profile.xml +share/apps/kremotecontrol/profiles/okular.profile.xml +share/apps/kremotecontrol/profiles/powermanagement.profile.xml +share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png share/apps/kwalletmanager/kwalleteditor.rc @@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/png/png.desktop +share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc share/apps/oktetapart/oktetapartreadonlyui.rc share/apps/oktetapart/oktetapartreadwriteui.rc -share/apps/profiles/amarok.profile.xml -share/apps/profiles/dragonplayer.profile.xml -share/apps/profiles/klauncher.profile.xml -share/apps/profiles/kmix.profile.xml -share/apps/profiles/konqueror.profile.xml -share/apps/profiles/okular.profile.xml -share/apps/profiles/profile.dtd -share/apps/profiles/shutdown.profile.xml -share/apps/profiles/suspend.profile.xml -share/apps/profiles/vlc.profile.xml share/apps/superkaramba/superkarambaui.rc share/apps/sweeper/sweeperui.rc -share/autostart/irkick.desktop share/autostart/kgpg.desktop share/config.kcfg/ark.kcfg share/config.kcfg/kcalc.kcfg share/config.kcfg/kgpg.kcfg +share/config.kcfg/structviewpreferences.kcfg +share/config/okteta-structures.knsrc share/config/superkaramba.knsrc share/dbus-1/interfaces/org.kde.kgpg.Key.xml share/dbus-1/interfaces/org.kde.superkaramba.xml share/dbus-1/interfaces/org.kde.sweeper.xml +share/doc/HTML/en/ark/ark-mainwindow.png share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/irkick/common -share/doc/HTML/en/irkick/index.cache.bz2 -share/doc/HTML/en/irkick/index.docbook -share/doc/HTML/en/irkick/irkick.png -share/doc/HTML/en/irkick/irkickoff.png share/doc/HTML/en/kcalc/commands.docbook share/doc/HTML/en/kcalc/common share/doc/HTML/en/kcalc/index.cache.bz2 @@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcmlirc/common -share/doc/HTML/en/kcmlirc/index.cache.bz2 -share/doc/HTML/en/kcmlirc/index.docbook -share/doc/HTML/en/kcmlirc/irkick.png -share/doc/HTML/en/kcmlirc/irkickoff.png +share/doc/HTML/en/kcharselect/kcharselect.png share/doc/HTML/en/kcontrol/blockdevices/common share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/en/kcontrol/blockdevices/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png +share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/common +share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png +share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png +share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/en/kdf/common share/doc/HTML/en/kdf/index.cache.bz2 share/doc/HTML/en/kdf/index.docbook @@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png share/doc/HTML/en/kgpg/keys.png share/doc/HTML/en/kgpg/keyserver-search.png share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/kicker.png share/doc/HTML/en/kgpg/options.png +share/doc/HTML/en/kgpg/select-secret-key.png +share/doc/HTML/en/kgpg/systray.png share/doc/HTML/en/ktimer/common share/doc/HTML/en/ktimer/first.png share/doc/HTML/en/ktimer/index.cache.bz2 @@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook -share/doc/HTML/en/superkaramba/common -share/doc/HTML/en/superkaramba/index.cache.bz2 -share/doc/HTML/en/superkaramba/index.docbook +share/doc/HTML/en/sweeper/common +share/doc/HTML/en/sweeper/index.cache.bz2 +share/doc/HTML/en/sweeper/index.docbook +share/doc/HTML/en/sweeper/sweeper.png share/icons/hicolor/128x128/apps/kdf.png share/icons/hicolor/128x128/apps/kfloppy.png share/icons/hicolor/128x128/apps/ktimer.png @@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png share/icons/hicolor/128x128/apps/kwalletmanager2.png share/icons/hicolor/128x128/apps/kwikdisk.png share/icons/hicolor/128x128/apps/superkaramba.png +share/icons/hicolor/128x128/devices/infrared-remote.png share/icons/hicolor/16x16/apps/kdf.png share/icons/hicolor/16x16/apps/kfloppy.png share/icons/hicolor/16x16/apps/kgpg.png @@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png share/icons/hicolor/16x16/apps/kwikdisk.png share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/22x22/apps/irkick.png +share/icons/hicolor/16x16/devices/infrared-remote.png +share/icons/hicolor/22x22/actions/krcd_flash.png +share/icons/hicolor/22x22/actions/krcd_off.png share/icons/hicolor/22x22/apps/kdf.png share/icons/hicolor/22x22/apps/kfloppy.png share/icons/hicolor/22x22/apps/kgpg.png +share/icons/hicolor/22x22/apps/krcd.png share/icons/hicolor/22x22/apps/kwalletmanager.png share/icons/hicolor/22x22/apps/kwikdisk.png share/icons/hicolor/22x22/apps/superkaramba.png +share/icons/hicolor/22x22/devices/infrared-remote.png share/icons/hicolor/32x32/apps/kdf.png share/icons/hicolor/32x32/apps/kfloppy.png share/icons/hicolor/32x32/apps/kgpg.png @@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png share/icons/hicolor/32x32/apps/kwikdisk.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/32x32/apps/superkaramba.png +share/icons/hicolor/32x32/devices/infrared-remote.png +share/icons/hicolor/42x42/devices/infrared-remote.png share/icons/hicolor/48x48/apps/kdf.png share/icons/hicolor/48x48/apps/kfloppy.png share/icons/hicolor/48x48/apps/kgpg.png @@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png share/icons/hicolor/48x48/apps/kwikdisk.png share/icons/hicolor/48x48/apps/okteta.png share/icons/hicolor/48x48/apps/superkaramba.png +share/icons/hicolor/48x48/devices/infrared-remote.png share/icons/hicolor/64x64/apps/kdf.png share/icons/hicolor/64x64/apps/kfloppy.png share/icons/hicolor/64x64/apps/kwalletmanager.png share/icons/hicolor/64x64/apps/kwalletmanager2.png share/icons/hicolor/64x64/apps/kwikdisk.png share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/scalable/apps/irkick.svgz +share/icons/hicolor/64x64/devices/infrared-remote.png +share/icons/hicolor/8x8/devices/infrared-remote.png +share/icons/hicolor/scalable/actions/krcd_flash.svgz +share/icons/hicolor/scalable/actions/krcd_off.svgz +share/icons/hicolor/scalable/apps/krcd.svgz share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/oxygen/128x128/devices/infrared-remote.png +share/icons/hicolor/scalable/devices/infrared-remote.svgz share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/16x16/devices/infrared-remote.png -share/icons/oxygen/22x22/actions/irkickflash.png -share/icons/oxygen/22x22/actions/irkickoff.png share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/22x22/devices/infrared-remote.png share/icons/oxygen/32x32/apps/kcmdf.png -share/icons/oxygen/32x32/devices/infrared-remote.png -share/icons/oxygen/42x42/devices/infrared-remote.png -share/icons/oxygen/48x48/devices/infrared-remote.png -share/icons/oxygen/64x64/devices/infrared-remote.png -share/icons/oxygen/8x8/devices/infrared-remote.png -share/icons/oxygen/scalable/actions/irkickflash.svgz -share/icons/oxygen/scalable/actions/irkickoff.svgz -share/icons/oxygen/scalable/devices/infrared-remote.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ServiceMenus/encryptfile.desktop @@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop share/kde4/services/ark_dndextract.desktop share/kde4/services/ark_part.desktop share/kde4/services/kbytearrayedit.desktop -share/kde4/services/kcm_lirc.desktop +share/kde4/services/kcm_remotecontrol.desktop share/kde4/services/kcmdf.desktop +share/kde4/services/kded/kremotecontroldaemon.desktop share/kde4/services/kerfuffle_cli7z.desktop share/kde4/services/kerfuffle_clirar.desktop share/kde4/services/kerfuffle_clizip.desktop @@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop share/kde4/services/kwalletconfig.desktop share/kde4/services/kwalletmanager_show.desktop share/kde4/services/oktetapart.desktop +share/kde4/services/plasma-engine-kremotecontrol.desktop share/kde4/services/plasma-package-superkaramba.desktop share/kde4/services/plasma-scriptengine-superkaramba.desktop share/kde4/servicetypes/kerfufflePlugin.desktop +share/mime/application/base64.xml +share/mime/application/btoa.xml +share/mime/application/x-vnd.kde.okteta.structure.xml +share/mime/packages/okteta.xml +share/mime/text/x-ascii85.xml +share/mime/text/x-base32.xml +share/mime/text/x-ihex.xml +share/mime/text/x-srecord.xml +share/mime/text/x-uuencode.xml +share/mime/text/x-xxencode.xml @dirrmtry share/icons/oxygen/42x42/devices @dirrmtry share/icons/oxygen/42x42 -@dirrm share/doc/HTML/en/superkaramba +@dirrmtry share/icons/hicolor/8x8/devices +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/42x42/devices +@dirrmtry share/icons/hicolor/42x42 +@dirrm share/doc/HTML/en/sweeper @dirrm share/doc/HTML/en/okteta @dirrm share/doc/HTML/en/kwallet @dirrm share/doc/HTML/en/ktimer @dirrm share/doc/HTML/en/kgpg @dirrm share/doc/HTML/en/kfloppy @dirrm share/doc/HTML/en/kdf +@dirrm share/doc/HTML/en/kcontrol/kremotecontrol @dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcmlirc @dirrm share/doc/HTML/en/kcharselect @dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/irkick @dirrm share/doc/HTML/en/ark @dirrm share/apps/sweeper @dirrm share/apps/superkaramba @dirrm share/apps/oktetapart +@dirrm share/apps/okteta/structures/png @dirrm share/apps/okteta/structures/elf @dirrm share/apps/okteta/structures @dirrm share/apps/okteta @@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kwalletmanager/icons/oxygen @dirrm share/apps/kwalletmanager/icons @dirrm share/apps/kwalletmanager +@dirrm share/apps/kremotecontroldaemon +@dirrm share/apps/kremotecontrol/profiles +@dirrm share/apps/kremotecontrol @dirrm share/apps/kgpg/icons/oxygen/scalable/status @dirrm share/apps/kgpg/icons/oxygen/scalable/actions @dirrm share/apps/kgpg/icons/oxygen/scalable @@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kgpg @dirrm share/apps/kdf @dirrm share/apps/kcalc -@dirrm share/apps/irkick @dirrm share/apps/ark +@dirrmtry include/okteta +@dirrmtry include/kasten +@dirrmtry include/KDE/Okteta +@dirrmtry include/KDE/Kasten +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/multimedia/kdemultimedia4/Makefile b/multimedia/kdemultimedia4/Makefile index bf2249a2c805..4e0d00af1407 100644 --- a/multimedia/kdemultimedia4/Makefile +++ b/multimedia/kdemultimedia4/Makefile @@ -6,7 +6,6 @@ PORTNAME= kdemultimedia PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= multimedia kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE Multimedia applications +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ cdda_paranoia.0:${PORTSDIR}/audio/cdparanoia \ ogg.7:${PORTSDIR}/audio/libogg \ @@ -22,7 +22,8 @@ LIB_DEPENDS= FLAC.10:${PORTSDIR}/audio/flac \ vorbis.4:${PORTSDIR}/audio/libvorbis \ musicbrainz.4:${PORTSDIR}/audio/libmusicbrainz \ tunepimp.5:${PORTSDIR}/audio/libtunepimp \ - xine.1:${PORTSDIR}/multimedia/libxine + xine.1:${PORTSDIR}/multimedia/libxine \ + swscale.1:${PORTSDIR}/multimedia/ffmpeg RUN_DEPENDS= oggenc:${PORTSDIR}/audio/vorbis-tools .if !defined(PACKAGE_BUILDING) RUN_DEPENDS+= lame:${PORTSDIR}/audio/lame diff --git a/multimedia/kdemultimedia4/distinfo b/multimedia/kdemultimedia4/distinfo index 1a09c36242bb..d1896bb5f99f 100644 --- a/multimedia/kdemultimedia4/distinfo +++ b/multimedia/kdemultimedia4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdemultimedia-4.4.5.tar.bz2) = 00511c7efe14c7d0e89e2728f29201ef -SHA256 (KDE/kdemultimedia-4.4.5.tar.bz2) = 7f76c17c4d7d1881667b469d3292c5d13930f1c001e8ec0fd1e294c35151d4a0 -SIZE (KDE/kdemultimedia-4.4.5.tar.bz2) = 1519221 +MD5 (KDE/kdemultimedia-4.5.1.tar.bz2) = 906f62dca51234f2ea056e30f4854da9 +SHA256 (KDE/kdemultimedia-4.5.1.tar.bz2) = 4e56ba55d5bbcdd59074d3c5a2d113faf26ed658fac5e322d571fa6dff7eb9a8 +SIZE (KDE/kdemultimedia-4.5.1.tar.bz2) = 1539538 diff --git a/multimedia/kdemultimedia4/files/patch-kioslave-audiocd-audiocd.cpp b/multimedia/kdemultimedia4/files/patch-kioslave-audiocd-audiocd.cpp index 8abaaa1c208d..715610f1b3e8 100644 --- a/multimedia/kdemultimedia4/files/patch-kioslave-audiocd-audiocd.cpp +++ b/multimedia/kdemultimedia4/files/patch-kioslave-audiocd-audiocd.cpp @@ -1,110 +1,43 @@ ---- kioslave/audiocd/audiocd.cpp.orig 2009-12-31 13:30:01.000000000 +0000 -+++ kioslave/audiocd/audiocd.cpp 2010-01-11 00:05:10.235745679 +0000 -@@ -215,52 +215,6 @@ - return encoderFromExtension(filename.right(len - pos)); - } - --static void setDeviceToCd(KCompactDisc *cd, struct cdrom_drive *drive) --{ --#if defined(HAVE_CDDA_IOCTL_DEVICE) -- cd->setDevice(drive->ioctl_device_name, 50, false); --#elif defined(__FreeBSD__) || defined(__DragonFly__) -- // FreeBSD's cdparanoia as of january 5th 2006 has rather broken -- // support for non-SCSI devices. Although it finds ATA cdroms just -- // fine, there is no straightforward way to discover the device -- // name associated with the device, which throws the rest of audiocd -- // for a loop. -- // -- if ( !(drive->dev) || (COOKED_IOCTL == drive->interface) ) -- { -- // For ATAPI devices, we have no real choice. Use the -- // user selected value, even if there is none. -- // -- kWarning(7117) << "Found an ATAPI device, assuming it is the one specified by the user."; -- cd->setDevice( d->device ); -- } -- else -- { -- kDebug(7117) << "Found a SCSI or ATAPICAM device."; -- if ( strlen(drive->dev->device_path) > 0 ) -- { +--- ./kioslave/audiocd/audiocd.cpp.orig 2010-06-06 08:15:20.000000000 -0400 ++++ ./kioslave/audiocd/audiocd.cpp 2010-06-06 08:18:01.000000000 -0400 +@@ -229,20 +229,21 @@ + // name associated with the device, which throws the rest of audiocd + // for a loop. + // ++ QString devname; + if ( !(drive->dev) || (COOKED_IOCTL == drive->interface) ) + { + // For ATAPI devices, we have no real choice. Use the + // user selected value, even if there is none. + // + kWarning(7117) << "Found an ATAPI device, assuming it is the one specified by the user."; +- cd->setDevice( drive->cdda_device_name ); ++ devname = drive->cdda_device_name; + } + else + { + kDebug(7117) << "Found a SCSI or ATAPICAM device."; + if ( strlen(drive->dev->device_path) > 0 ) + { - cd->setDevice( drive->dev->device_path ); -- } -- else -- { -- // But the device_path can be empty under some -- // circumstances, so build a representation from -- // the unit number and SCSI device name. -- // ++ devname = drive->dev->device_path; + } + else + { +@@ -250,13 +251,14 @@ + // circumstances, so build a representation from + // the unit number and SCSI device name. + // - QString devname = QString::fromLatin1( "/dev/%1%2" ) -- .arg( drive->dev->given_dev_name ) -- .arg( drive->dev->given_unit_number ) ; -- kDebug(7117) << " Using derived name " << devname; ++ devname = QString::fromLatin1( "/dev/%1%2" ) + .arg( drive->dev->given_dev_name ) + .arg( drive->dev->given_unit_number ) ; + kDebug(7117) << " Using derived name " << devname; - cd->setDevice( devname ); -- } -- } --#else --#ifdef __GNUC__ -- #warning audiocd ioslave is not going to work for you --#endif --#endif --} -- - struct cdrom_drive * AudioCDProtocol::initRequest(const KUrl & url) - { - if (url.hasHost()) -@@ -284,7 +238,53 @@ - { - // Update our knowledge of the disc - KCompactDisc cd(KCompactDisc::Asynchronous); -- setDeviceToCd(&cd, drive); -+#if defined(HAVE_CDDA_IOCTL_DEVICE) -+ cd.setDevice(drive->ioctl_device_name, 50, false); -+#elif defined(__FreeBSD__) || defined(__DragonFly__) -+ // FreeBSD's cdparanoia as of january 5th 2006 has -+ // rather broken support for non-SCSI devices. -+ // Although it finds ATA cdroms just fine, there is -+ // no straightforward way to discover the device name -+ // associated with the device, which throws the rest -+ // of audiocd for a loop. -+ // -+ QString devname; -+ if ( !(drive->dev) || (COOKED_IOCTL == drive->interface) ) -+ { -+ // For ATAPI devices, we have no real choice. -+ // Use the user selected value, even if there -+ // is none. -+ // -+ kWarning(7117) << "Found an ATAPI device, assuming it is the one specified by the user."; -+ devname = d->device; -+ } -+ else -+ { -+ kDebug(7117) << "Found a SCSI or ATAPICAM device."; -+ if ( strlen(drive->dev->device_path) > 0 ) -+ { -+ devname = drive->dev->device_path; -+ } -+ else -+ { -+ // But the device_path can be empty -+ // under some circumstances, so build -+ // a representation from the unit -+ // number and SCSI device name. -+ // -+ devname = QString::fromLatin1( "/dev/%1%2" ) -+ .arg( drive->dev->given_dev_name ) -+ .arg( drive->dev->given_unit_number ) ; -+ kDebug(7117) << " Using derived name " << devname; -+ } -+ } -+ if ( cd.deviceName() != devname ) -+ cd.setDevice( devname ); -+#else -+#ifdef __GNUC__ -+ #warning audiocd ioslave is not going to work for you -+#endif -+#endif - d->setToc(drive); - - d->tracks = cd.tracks(); + } + } ++ if ( cd->deviceName() != devname ) ++ cd->setDevice( devname ); + #else + #ifdef __GNUC__ + #warning audiocd ioslave is not going to work for you diff --git a/multimedia/kdemultimedia4/pkg-plist b/multimedia/kdemultimedia4/pkg-plist index a88f9ea9f295..fd3db62f2786 100644 --- a/multimedia/kdemultimedia4/pkg-plist +++ b/multimedia/kdemultimedia4/pkg-plist @@ -15,6 +15,7 @@ include/libkcddb/kcddb_export.h include/libkcddb/kcddbconfig.h include/libkcompactdisc/kcompactdisc.h lib/kde4/dragonpart.so +lib/kde4/ffmpegthumbs.so lib/kde4/kcm_audiocd.so lib/kde4/kcm_cddb.so lib/kde4/kio_audiocd.so @@ -75,7 +76,6 @@ share/apps/kscd/skin/Chrome.svg share/apps/kscd/skin/Obsidian-Coast.svg share/apps/kscd/skin/Steel.svg share/apps/kscd/skin/default.svg -share/apps/profiles/kscd.profile.xml share/apps/solid/actions/dragonplayer-opendvd.desktop share/apps/solid/actions/kscd-play-audiocd.desktop share/apps/solid/actions/solid_audiocd.desktop @@ -122,10 +122,12 @@ share/doc/HTML/en/kioslave/audiocd/index.docbook share/doc/HTML/en/kmix/common share/doc/HTML/en/kmix/index.cache.bz2 share/doc/HTML/en/kmix/index.docbook -share/doc/HTML/en/kmix/kmix-channel-playback.png -share/doc/HTML/en/kmix/kmix-channel-record.png -share/doc/HTML/en/kmix/kmix-channel-switches.png -share/doc/HTML/en/kmix/kmix-window.png +share/doc/HTML/en/kmix/kmix-channels.png +share/doc/HTML/en/kmix/kmix-configure.png +share/doc/HTML/en/kmix/kmix-file.png +share/doc/HTML/en/kmix/kmix-master.png +share/doc/HTML/en/kmix/kmix-options.png +share/doc/HTML/en/kmix/kmix.png share/icons/hicolor/128x128/apps/dragonplayer.png share/icons/hicolor/128x128/apps/juk.png share/icons/hicolor/128x128/apps/kmix.png @@ -159,6 +161,7 @@ share/kde4/services/ServiceMenus/jukservicemenu.desktop share/kde4/services/audiocd.desktop share/kde4/services/audiocd.protocol share/kde4/services/dragonplayer_part.desktop +share/kde4/services/ffmpegthumbs.desktop share/kde4/services/kmixctrl_restore.desktop share/kde4/services/libkcddb.desktop share/kde4/services/videopreview.desktop diff --git a/net/kdenetwork4/Makefile b/net/kdenetwork4/Makefile index 79d032da8fc3..636e5f4066a3 100644 --- a/net/kdenetwork4/Makefile +++ b/net/kdenetwork4/Makefile @@ -6,7 +6,6 @@ PORTNAME= kdenetwork PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= net kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,7 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE Network applications -BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat +BUILD_DEPENDS= ${LOCALBASE}/include/linux/videodev.h:${PORTSDIR}/multimedia/v4l_compat \ + ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp \ idn.16:${PORTSDIR}/dns/libidn \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ @@ -29,7 +29,9 @@ LIB_DEPENDS= slp.1:${PORTSDIR}/net/openslp \ telepathy-qt4.8:${PORTSDIR}/net-im/telepathy-qt4 \ meanwhile.1:${PORTSDIR}/net-im/meanwhile \ speex.1:${PORTSDIR}/audio/speex \ - v4l2.0:${PORTSDIR}/multimedia/libv4l + v4l2.0:${PORTSDIR}/multimedia/libv4l \ + kwebkit.1:${PORTSDIR}/www/kwebkitpart \ + ktorrent.2:${PORTSDIR}/net-p2p/libktorrent RUN_DEPENDS= qca-ossl>=2.0.0.b3:${PORTSDIR}/security/qca-ossl LATEST_LINK= ${PORTNAME}4 @@ -48,18 +50,13 @@ MAKE_JOBS_SAFE= yes # http://mail.kde.org/pipermail/kde-freebsd/2010-March/008015.html CMAKE_ARGS+= -DWITH_Alsa:BOOL=OFF -# Embedded btcore support already disconnected from the build and outdated -CMAKE_ARGS+= -DENABLE_EMBEDDED_TORRENT_SUPPORT=FALSE - # Route mozilla plugin by standard path CMAKE_ARGS+= -DMOZPLUGIN_INSTALL_DIR=${PREFIX}/lib/browser_plugins # Fix build with fresh multimedia/v4l_compat installed CFLAGS+= -DHAVE_LINUX_INTEGER_TYPES=1 -OPTIONS= BTCORE "Enable Bittorrent support in KGet" off \ - WEBKIT "Enable KWebKit support in KGet" off \ - XMMS "Enable XMMS Kopete nowlistening plugin" off +OPTIONS= XMMS "Enable XMMS Kopete nowlistening plugin" off .include <bsd.port.options.mk> @@ -79,26 +76,4 @@ LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF .endif -.if defined(WITH_BTCORE) -LIB_DEPENDS+= btcore.12:${PORTSDIR}/net-p2p/ktorrent -PLIST_SUB+= BTCORE="" -.else -PLIST_SUB+= BTCORE="@comment " -.endif - -.ifdef(WITH_WEBKIT) -LIB_DEPENDS+= kwebkit.1:${PORTSDIR}/www/kwebkitpart -CMAKE_ARGS+= -DWITH_KWebKitPart:BOOL=ON -PLIST_SUB+= WEBKIT="" -.else -CMAKE_ARGS+= -DWITH_KWebKitPart:BOOL=OFF -PLIST_SUB+= WEBKIT="@comment " -.endif - -pre-configure: -.if !defined(WITH_BTCORE) - ${REINPLACE_CMD} -e '/bittorrent/ d' \ - ${WRKSRC}/kget/transfer-plugins/CMakeLists.txt -.endif - .include <bsd.port.mk> diff --git a/net/kdenetwork4/distinfo b/net/kdenetwork4/distinfo index 25a21402be9d..04a9c328afeb 100644 --- a/net/kdenetwork4/distinfo +++ b/net/kdenetwork4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdenetwork-4.4.5.tar.bz2) = 597e8c8259a625088defbaed322119f6 -SHA256 (KDE/kdenetwork-4.4.5.tar.bz2) = ca9ff22ce3fb44f4025fe864a4be8524efb252e817bd24e93e9c0dc6ea2ceee6 -SIZE (KDE/kdenetwork-4.4.5.tar.bz2) = 8324754 +MD5 (KDE/kdenetwork-4.5.1.tar.bz2) = f8a20b6120ac72d5a90b3840367f548e +SHA256 (KDE/kdenetwork-4.5.1.tar.bz2) = d670fcdaf2862742d89707b74fddd8baefa71c97c5612c0669a4fd4524cceb73 +SIZE (KDE/kdenetwork-4.5.1.tar.bz2) = 8156627 diff --git a/net/kdenetwork4/files/patch-kopete__libkopete__avdevice__videodevice.h b/net/kdenetwork4/files/patch-kopete__libkopete__avdevice__videodevice.h index 5c7b7b640f98..8b5a53543e76 100644 --- a/net/kdenetwork4/files/patch-kopete__libkopete__avdevice__videodevice.h +++ b/net/kdenetwork4/files/patch-kopete__libkopete__avdevice__videodevice.h @@ -1,6 +1,6 @@ --- ./kopete/libkopete/avdevice/videodevice.h.orig 2009-03-18 13:00:00.000000000 +0300 +++ ./kopete/libkopete/avdevice/videodevice.h 2010-03-28 14:25:38.820037067 +0400 -@@ -62,6 +62,13 @@ +@@ -63,6 +63,13 @@ #endif // __linux__ @@ -23,12 +23,30 @@ , VIDEODEV_DRIVER_V4L #ifdef V4L2_CAP_VIDEO_CAPTURE -@@ -294,7 +301,7 @@ - int descriptor; +@@ -327,7 +334,7 @@ + QVector<Kopete::AV::VideoInput> m_input; - //protected: + protected: +-#if defined(__linux__) && defined(ENABLE_AV) ++#if (defined( __linux__) || defined(__FreeBSD__)) && defined(ENABLE_AV) + /*! + \enum VideoDevice::imgctrl_id Control-IDs used for V4L1- and software-controls + */ +@@ -356,7 +363,7 @@ + int descriptor; + videodev_driver m_driver; + QString m_model; -#if defined(__linux__) && defined(ENABLE_AV) +#if (defined( __linux__) || defined(__FreeBSD__)) && defined(ENABLE_AV) #ifdef V4L2_CAP_VIDEO_CAPTURE struct v4l2_capability V4L2_capabilities; - struct v4l2_cropcap cropcap; + struct v4l2_format fmt; +@@ -388,7 +395,7 @@ + virtual int initDevice(); + + void setupControls(); +-#if defined(__linux__) && defined(ENABLE_AV) && defined(V4L2_CAP_VIDEO_CAPTURE) ++#if (defined( __linux__) || defined(__FreeBSD__)) && defined(ENABLE_AV) && defined(V4L2_CAP_VIDEO_CAPTURE) + bool getMenuCtrlOptions(quint32 id, quint32 maxindex, QStringList * options); + void saveV4L2ControlData(struct v4l2_queryctrl qctrl); + const char *getUnifiedV4L2StdCtrlName(quint32 std_ctrl_id); diff --git a/net/kdenetwork4/pkg-plist b/net/kdenetwork4/pkg-plist index cbd136d966f9..a57cf8cf863d 100644 --- a/net/kdenetwork4/pkg-plist +++ b/net/kdenetwork4/pkg-plist @@ -83,7 +83,7 @@ lib/browser_plugins/skypebuttons.so lib/kde4/fileshare_propsdlgplugin.so lib/kde4/kcm_fileshare.so lib/kde4/kcm_kcmsambaconf.so -%%BTCORE%%lib/kde4/kcm_kget_bittorrentfactory.so +lib/kde4/kcm_kget_bittorrentfactory.so lib/kde4/kcm_kget_checksumsearchfactory.so lib/kde4/kcm_kget_contentfetchfactory.so lib/kde4/kcm_kget_metalinkfactory.so @@ -112,14 +112,14 @@ lib/kde4/kcm_kopete_webpresence.so lib/kde4/kcm_krdc_rdpplugin.so lib/kde4/kcm_krdc_vncplugin.so lib/kde4/kded_dnssdwatcher.so -%%BTCORE%%lib/kde4/kget_bittorrentfactory.so +lib/kde4/kget_bittorrentfactory.so +lib/kde4/kget_browser_integration.so lib/kde4/kget_checksumsearchfactory.so lib/kde4/kget_contentfetchfactory.so lib/kde4/kget_kiofactory.so lib/kde4/kget_metalinkfactory.so lib/kde4/kget_mirrorsearchfactory.so lib/kde4/kget_multisegkiofactory.so -lib/kde4/khtml_kget.so lib/kde4/kio_zeroconf.so lib/kde4/kopete_addbookmarks.so lib/kde4/kopete_aim.so @@ -213,6 +213,7 @@ share/applications/kde4/kopete.desktop %%KPPP%%share/applications/kde4/kppplogview.desktop share/applications/kde4/krdc.desktop share/applications/kde4/krfb.desktop +share/apps/dolphinpart/kpartplugins/kget_plug_in.rc share/apps/kconf_update/kopete-account-0.10.pl share/apps/kconf_update/kopete-account-kconf_update.sh share/apps/kconf_update/kopete-account-kconf_update.upd @@ -1204,7 +1205,7 @@ share/apps/krdc/pics/pointcursor.png share/apps/krdc/pics/pointcursormask.png share/apps/krdc_rfb_approver/krdc_rfb_approver.notifyrc share/apps/krfb/krfb.notifyrc -%%WEBKIT%%share/apps/kwebkitpart/kpartplugins/kget_plug_in.rc +share/apps/kwebkitpart/kpartplugins/kget_plug_in.rc share/apps/remoteview/zeroconf.desktop share/config.kcfg/historyconfig.kcfg share/config.kcfg/kget.kcfg @@ -1232,7 +1233,6 @@ share/dbus-1/services/org.freedesktop.Telepathy.Client.krdc_rfb_handler.service share/dbus-1/services/org.kde.kget.service share/doc/HTML/en/kget/common share/doc/HTML/en/kget/file.png -share/doc/HTML/en/kget/fileopen.png share/doc/HTML/en/kget/import_link.png share/doc/HTML/en/kget/index.cache.bz2 share/doc/HTML/en/kget/index.docbook @@ -1300,15 +1300,12 @@ share/doc/HTML/en/krdc/view-restore.png share/doc/HTML/en/krdc/vnc_host_configuration.png share/doc/HTML/en/krdc/vnc_preferences.png share/doc/HTML/en/krfb/common -share/doc/HTML/en/krfb/configuration_access.png share/doc/HTML/en/krfb/configuration_network.png share/doc/HTML/en/krfb/configuration_security.png -share/doc/HTML/en/krfb/configuration_session.png share/doc/HTML/en/krfb/connection.png share/doc/HTML/en/krfb/email_invitation.png share/doc/HTML/en/krfb/index.cache.bz2 share/doc/HTML/en/krfb/index.docbook -share/doc/HTML/en/krfb/invitation_management.png share/doc/HTML/en/krfb/personal_invitation.png share/doc/HTML/en/krfb/screenshot.png share/icons/hicolor/128x128/apps/kget.png @@ -1417,8 +1414,8 @@ share/kde4/services/kconfiguredialog/kopete_translator_config.desktop share/kde4/services/kconfiguredialog/kopete_urlpicpreview_config.desktop share/kde4/services/kconfiguredialog/kopete_webpresence_config.desktop share/kde4/services/kded/dnssdwatcher.desktop -%%BTCORE%%share/kde4/services/kget_bittorrentfactory.desktop -%%BTCORE%%share/kde4/services/kget_bittorrentfactory_config.desktop +share/kde4/services/kget_bittorrentfactory.desktop +share/kde4/services/kget_bittorrentfactory_config.desktop share/kde4/services/kget_checksumsearchfactory.desktop share/kde4/services/kget_checksumsearchfactory_config.desktop share/kde4/services/kget_contentfetchfactory.desktop @@ -1503,8 +1500,8 @@ share/telepathy/clients/krdc_rfb_handler.client %%KPPP%%@dirrm share/doc/HTML/en/kppp @dirrm share/doc/HTML/en/kopete @dirrm share/doc/HTML/en/kget -%%WEBKIT%%@dirrmtry share/apps/kwebkitpart/kpartplugins -%%WEBKIT%%@dirrmtry share/apps/kwebkitpart +@dirrmtry share/apps/kwebkitpart/kpartplugins +@dirrmtry share/apps/kwebkitpart @dirrm share/apps/krfb @dirrm share/apps/krdc_rfb_approver @dirrm share/apps/krdc/pics diff --git a/polish/kde4-l10n/Makefile.man b/polish/kde4-l10n/Makefile.man index bb72eed40683..64369e3a9977 100644 --- a/polish/kde4-l10n/Makefile.man +++ b/polish/kde4-l10n/Makefile.man @@ -1,3 +1,3 @@ -MAN1= kalzium.1 kappfinder.1 kbookmarkmerger.1 kbruch.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kmplot.1 ktouch.1 plasmaengineexplorer.1 -MAN6= amor.6 khangman.6 kpat.6 +MAN1= ark.1 kalzium.1 kate.1 kbookmarkmerger.1 kbruch.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 ktouch.1 plasmaengineexplorer.1 +MAN6= amor.6 khangman.6 MAN8= nepomukserver.8 nepomukservicestub.8 diff --git a/polish/kde4-l10n/distinfo b/polish/kde4-l10n/distinfo index 2ddc3f197efc..fadea1988080 100644 --- a/polish/kde4-l10n/distinfo +++ b/polish/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-pl-4.4.5.tar.bz2) = 1d87505eb10e354338d8cbf5eb1e107e -SHA256 (KDE/kde-l10n/kde-l10n-pl-4.4.5.tar.bz2) = 2ef854306bb58f6043f1361d93437ae2ed8cf71cf54e0518f60e4d20401b06f7 -SIZE (KDE/kde-l10n/kde-l10n-pl-4.4.5.tar.bz2) = 6149268 +MD5 (KDE/kde-l10n/kde-l10n-pl-4.5.1.tar.bz2) = efbb7edb8e91756add41376dce77f081 +SHA256 (KDE/kde-l10n/kde-l10n-pl-4.5.1.tar.bz2) = b5a61c63463e7ed4757f78505c67491519a1d6c3a7930219bc4b8c3b2c3ac28e +SIZE (KDE/kde-l10n/kde-l10n-pl-4.5.1.tar.bz2) = 5403528 diff --git a/polish/kde4-l10n/pkg-plist b/polish/kde4-l10n/pkg-plist index 1043f5e419b8..3c50dc280c4c 100644 --- a/polish/kde4-l10n/pkg-plist +++ b/polish/kde4-l10n/pkg-plist @@ -21,6 +21,7 @@ share/doc/HTML/pl/amor/man-amor.6.docbook share/doc/HTML/pl/ark/common share/doc/HTML/pl/ark/index.cache.bz2 share/doc/HTML/pl/ark/index.docbook +share/doc/HTML/pl/ark/man-ark.1.docbook share/doc/HTML/pl/blinken/common share/doc/HTML/pl/blinken/index.cache.bz2 share/doc/HTML/pl/blinken/index.docbook @@ -114,6 +115,9 @@ share/doc/HTML/pl/kcontrol/cache/index.docbook share/doc/HTML/pl/kcontrol/clock/common share/doc/HTML/pl/kcontrol/clock/index.cache.bz2 share/doc/HTML/pl/kcontrol/clock/index.docbook +share/doc/HTML/pl/kcontrol/colors/common +share/doc/HTML/pl/kcontrol/colors/index.cache.bz2 +share/doc/HTML/pl/kcontrol/colors/index.docbook share/doc/HTML/pl/kcontrol/componentchooser/common share/doc/HTML/pl/kcontrol/componentchooser/index.cache.bz2 share/doc/HTML/pl/kcontrol/componentchooser/index.docbook @@ -133,9 +137,9 @@ share/doc/HTML/pl/kcontrol/fontinst/index.docbook share/doc/HTML/pl/kcontrol/fonts/common share/doc/HTML/pl/kcontrol/fonts/index.cache.bz2 share/doc/HTML/pl/kcontrol/fonts/index.docbook -share/doc/HTML/pl/kcontrol/helpindex/common -share/doc/HTML/pl/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/pl/kcontrol/helpindex/index.docbook +share/doc/HTML/pl/kcontrol/history/common +share/doc/HTML/pl/kcontrol/history/index.cache.bz2 +share/doc/HTML/pl/kcontrol/history/index.docbook share/doc/HTML/pl/kcontrol/joystick/common share/doc/HTML/pl/kcontrol/joystick/index.cache.bz2 share/doc/HTML/pl/kcontrol/joystick/index.docbook @@ -148,9 +152,6 @@ share/doc/HTML/pl/kcontrol/kcmaccess/index.docbook share/doc/HTML/pl/kcontrol/kcmcgi/common share/doc/HTML/pl/kcontrol/kcmcgi/index.cache.bz2 share/doc/HTML/pl/kcontrol/kcmcgi/index.docbook -share/doc/HTML/pl/kcontrol/kcmdisplay/common -share/doc/HTML/pl/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/pl/kcontrol/kcmdisplay/index.docbook share/doc/HTML/pl/kcontrol/kcmlaunch/common share/doc/HTML/pl/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/pl/kcontrol/kcmlaunch/index.docbook @@ -163,15 +164,15 @@ share/doc/HTML/pl/kcontrol/kcmsmserver/index.docbook share/doc/HTML/pl/kcontrol/kded/common share/doc/HTML/pl/kcontrol/kded/index.cache.bz2 share/doc/HTML/pl/kcontrol/kded/index.docbook -share/doc/HTML/pl/kcontrol/kdm/common -share/doc/HTML/pl/kcontrol/kdm/index.cache.bz2 -share/doc/HTML/pl/kcontrol/kdm/index.docbook share/doc/HTML/pl/kcontrol/keyboard/common share/doc/HTML/pl/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/pl/kcontrol/keyboard/index.docbook share/doc/HTML/pl/kcontrol/kgamma/common share/doc/HTML/pl/kcontrol/kgamma/index.cache.bz2 share/doc/HTML/pl/kcontrol/kgamma/index.docbook +share/doc/HTML/pl/kcontrol/knetworkconf/common +share/doc/HTML/pl/kcontrol/knetworkconf/index.cache.bz2 +share/doc/HTML/pl/kcontrol/knetworkconf/index.docbook share/doc/HTML/pl/kcontrol/kwincompositing/common share/doc/HTML/pl/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/pl/kcontrol/kwincompositing/index.docbook @@ -181,9 +182,6 @@ share/doc/HTML/pl/kcontrol/kwindecoration/index.docbook share/doc/HTML/pl/kcontrol/kwinscreenedges/common share/doc/HTML/pl/kcontrol/kwinscreenedges/index.cache.bz2 share/doc/HTML/pl/kcontrol/kwinscreenedges/index.docbook -share/doc/HTML/pl/kcontrol/kxkb/common -share/doc/HTML/pl/kcontrol/kxkb/index.cache.bz2 -share/doc/HTML/pl/kcontrol/kxkb/index.docbook share/doc/HTML/pl/kcontrol/language/common share/doc/HTML/pl/kcontrol/language/index.cache.bz2 share/doc/HTML/pl/kcontrol/language/index.docbook @@ -267,47 +265,10 @@ share/doc/HTML/pl/kgeography/zoom.png share/doc/HTML/pl/kget/common share/doc/HTML/pl/kget/index.cache.bz2 share/doc/HTML/pl/kget/index.docbook -share/doc/HTML/pl/khelpcenter/common -share/doc/HTML/pl/khelpcenter/contact.docbook -share/doc/HTML/pl/khelpcenter/faq/about.docbook -share/doc/HTML/pl/khelpcenter/faq/common -share/doc/HTML/pl/khelpcenter/faq/configkde.docbook -share/doc/HTML/pl/khelpcenter/faq/contrib.docbook -share/doc/HTML/pl/khelpcenter/faq/desktop.docbook -share/doc/HTML/pl/khelpcenter/faq/filemng.docbook -share/doc/HTML/pl/khelpcenter/faq/getkde.docbook -share/doc/HTML/pl/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/pl/khelpcenter/faq/index.docbook -share/doc/HTML/pl/khelpcenter/faq/install.docbook -share/doc/HTML/pl/khelpcenter/faq/intro.docbook -share/doc/HTML/pl/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/pl/khelpcenter/faq/misc.docbook -share/doc/HTML/pl/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/pl/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/pl/khelpcenter/faq/notrelated.docbook -share/doc/HTML/pl/khelpcenter/faq/panel.docbook -share/doc/HTML/pl/khelpcenter/faq/qt.docbook -share/doc/HTML/pl/khelpcenter/faq/questions.docbook -share/doc/HTML/pl/khelpcenter/faq/sound.docbook -share/doc/HTML/pl/khelpcenter/faq/tips.docbook -share/doc/HTML/pl/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/pl/khelpcenter/faq/winmng.docbook share/doc/HTML/pl/khelpcenter/glossary/common share/doc/HTML/pl/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/pl/khelpcenter/glossary/index.docbook share/doc/HTML/pl/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/pl/khelpcenter/help.docbook -share/doc/HTML/pl/khelpcenter/index.cache.bz2 -share/doc/HTML/pl/khelpcenter/index.docbook -share/doc/HTML/pl/khelpcenter/quickstart/common -share/doc/HTML/pl/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/pl/khelpcenter/quickstart/index.docbook -share/doc/HTML/pl/khelpcenter/support.docbook -share/doc/HTML/pl/khelpcenter/visualdict/common -share/doc/HTML/pl/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/pl/khelpcenter/visualdict/index.docbook -share/doc/HTML/pl/khelpcenter/welcome.docbook -share/doc/HTML/pl/khelpcenter/whatiskde.docbook share/doc/HTML/pl/killbots/common share/doc/HTML/pl/killbots/index.cache.bz2 share/doc/HTML/pl/killbots/index.docbook @@ -315,59 +276,8 @@ share/doc/HTML/pl/kimagemapeditor/common share/doc/HTML/pl/kimagemapeditor/index.cache.bz2 share/doc/HTML/pl/kimagemapeditor/index.docbook share/doc/HTML/pl/kinfocenter/common -share/doc/HTML/pl/kinfocenter/devices/common -share/doc/HTML/pl/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/devices/index.docbook -share/doc/HTML/pl/kinfocenter/dma/common -share/doc/HTML/pl/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/dma/index.docbook share/doc/HTML/pl/kinfocenter/index.cache.bz2 share/doc/HTML/pl/kinfocenter/index.docbook -share/doc/HTML/pl/kinfocenter/interrupts/common -share/doc/HTML/pl/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/interrupts/index.docbook -share/doc/HTML/pl/kinfocenter/ioports/common -share/doc/HTML/pl/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/ioports/index.docbook -share/doc/HTML/pl/kinfocenter/memory/common -share/doc/HTML/pl/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/memory/index.docbook -share/doc/HTML/pl/kinfocenter/nics/common -share/doc/HTML/pl/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/nics/index.docbook -share/doc/HTML/pl/kinfocenter/opengl/common -share/doc/HTML/pl/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/opengl/index.docbook -share/doc/HTML/pl/kinfocenter/partitions/common -share/doc/HTML/pl/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/partitions/index.docbook -share/doc/HTML/pl/kinfocenter/pci/common -share/doc/HTML/pl/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/pci/index.docbook -share/doc/HTML/pl/kinfocenter/pcmcia/common -share/doc/HTML/pl/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/pcmcia/index.docbook -share/doc/HTML/pl/kinfocenter/processor/common -share/doc/HTML/pl/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/processor/index.docbook -share/doc/HTML/pl/kinfocenter/protocols/common -share/doc/HTML/pl/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/protocols/index.docbook -share/doc/HTML/pl/kinfocenter/samba/common -share/doc/HTML/pl/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/samba/index.docbook -share/doc/HTML/pl/kinfocenter/scsi/common -share/doc/HTML/pl/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/scsi/index.docbook -share/doc/HTML/pl/kinfocenter/sound/common -share/doc/HTML/pl/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/sound/index.docbook -share/doc/HTML/pl/kinfocenter/usb/common -share/doc/HTML/pl/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/usb/index.docbook -share/doc/HTML/pl/kinfocenter/xserver/common -share/doc/HTML/pl/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/pl/kinfocenter/xserver/index.docbook share/doc/HTML/pl/kioslave/audiocd/common share/doc/HTML/pl/kioslave/audiocd/index.cache.bz2 share/doc/HTML/pl/kioslave/audiocd/index.docbook @@ -407,9 +317,15 @@ share/doc/HTML/pl/kioslave/help/index.docbook share/doc/HTML/pl/kioslave/http/common share/doc/HTML/pl/kioslave/http/index.cache.bz2 share/doc/HTML/pl/kioslave/http/index.docbook +share/doc/HTML/pl/kioslave/imap/common +share/doc/HTML/pl/kioslave/imap/index.cache.bz2 +share/doc/HTML/pl/kioslave/imap/index.docbook share/doc/HTML/pl/kioslave/info/common share/doc/HTML/pl/kioslave/info/index.cache.bz2 share/doc/HTML/pl/kioslave/info/index.docbook +share/doc/HTML/pl/kioslave/ldap/common +share/doc/HTML/pl/kioslave/ldap/index.cache.bz2 +share/doc/HTML/pl/kioslave/ldap/index.docbook share/doc/HTML/pl/kioslave/mailto/common share/doc/HTML/pl/kioslave/mailto/index.cache.bz2 share/doc/HTML/pl/kioslave/mailto/index.docbook @@ -422,12 +338,21 @@ share/doc/HTML/pl/kioslave/network/index.docbook share/doc/HTML/pl/kioslave/nfs/common share/doc/HTML/pl/kioslave/nfs/index.cache.bz2 share/doc/HTML/pl/kioslave/nfs/index.docbook +share/doc/HTML/pl/kioslave/nntp/common +share/doc/HTML/pl/kioslave/nntp/index.cache.bz2 +share/doc/HTML/pl/kioslave/nntp/index.docbook +share/doc/HTML/pl/kioslave/pop3/common +share/doc/HTML/pl/kioslave/pop3/index.cache.bz2 +share/doc/HTML/pl/kioslave/pop3/index.docbook share/doc/HTML/pl/kioslave/rlogin/common share/doc/HTML/pl/kioslave/rlogin/index.cache.bz2 share/doc/HTML/pl/kioslave/rlogin/index.docbook share/doc/HTML/pl/kioslave/sftp/common share/doc/HTML/pl/kioslave/sftp/index.cache.bz2 share/doc/HTML/pl/kioslave/sftp/index.docbook +share/doc/HTML/pl/kioslave/smtp/common +share/doc/HTML/pl/kioslave/smtp/index.cache.bz2 +share/doc/HTML/pl/kioslave/smtp/index.docbook share/doc/HTML/pl/kioslave/tar/common share/doc/HTML/pl/kioslave/tar/index.cache.bz2 share/doc/HTML/pl/kioslave/tar/index.docbook @@ -483,6 +408,10 @@ share/doc/HTML/pl/kmenuedit/selectinternet.png share/doc/HTML/pl/kmines/common share/doc/HTML/pl/kmines/index.cache.bz2 share/doc/HTML/pl/kmines/index.docbook +share/doc/HTML/pl/kmousetool/common +share/doc/HTML/pl/kmousetool/index.cache.bz2 +share/doc/HTML/pl/kmousetool/index.docbook +share/doc/HTML/pl/kmousetool/man-kmousetool.1.docbook share/doc/HTML/pl/kmplot/commands.docbook share/doc/HTML/pl/kmplot/common share/doc/HTML/pl/kmplot/configuration.docbook @@ -541,7 +470,6 @@ share/doc/HTML/pl/kopete/pipes.docbook share/doc/HTML/pl/kpat/common share/doc/HTML/pl/kpat/index.cache.bz2 share/doc/HTML/pl/kpat/index.docbook -share/doc/HTML/pl/kpat/man-kpat.6.docbook share/doc/HTML/pl/kppp/accounting.docbook share/doc/HTML/pl/kppp/callback.docbook share/doc/HTML/pl/kppp/chap.docbook @@ -662,9 +590,6 @@ share/doc/HTML/pl/kwallet/index.docbook share/doc/HTML/pl/kwallet/kwalletmanager.png share/doc/HTML/pl/kwallet/openwallet-request.png share/doc/HTML/pl/kwallet/save-login-information.png -share/doc/HTML/pl/kweather/common -share/doc/HTML/pl/kweather/index.cache.bz2 -share/doc/HTML/pl/kweather/index.docbook share/doc/HTML/pl/kwordquiz/common share/doc/HTML/pl/kwordquiz/index.cache.bz2 share/doc/HTML/pl/kwordquiz/index.docbook @@ -686,33 +611,7 @@ share/doc/HTML/pl/plasma-desktop/taskbar-settings.png share/doc/HTML/pl/systemsettings/common share/doc/HTML/pl/systemsettings/index.cache.bz2 share/doc/HTML/pl/systemsettings/index.docbook -share/locale/pl/LC_MESSAGES/akonadi-kcal.mo -share/locale/pl/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/pl/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/pl/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_next.mo -share/locale/pl/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/pl/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/pl/LC_MESSAGES/akonadicontact.mo -share/locale/pl/LC_MESSAGES/akonaditray.mo -share/locale/pl/LC_MESSAGES/akregator.mo share/locale/pl/LC_MESSAGES/amor.mo share/locale/pl/LC_MESSAGES/ark.mo share/locale/pl/LC_MESSAGES/attica_kde.mo @@ -720,43 +619,35 @@ share/locale/pl/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/pl/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pl/LC_MESSAGES/audiorename_plugin.mo share/locale/pl/LC_MESSAGES/blinken.mo -share/locale/pl/LC_MESSAGES/blogilo.mo share/locale/pl/LC_MESSAGES/bomber.mo share/locale/pl/LC_MESSAGES/bovo.mo share/locale/pl/LC_MESSAGES/cantor.mo share/locale/pl/LC_MESSAGES/cervisia.mo -share/locale/pl/LC_MESSAGES/cryptopageplugin.mo share/locale/pl/LC_MESSAGES/cvsservice.mo share/locale/pl/LC_MESSAGES/display.mo share/locale/pl/LC_MESSAGES/dolphin.mo share/locale/pl/LC_MESSAGES/dragonplayer.mo share/locale/pl/LC_MESSAGES/drkonqi.mo share/locale/pl/LC_MESSAGES/filetypes.mo +share/locale/pl/LC_MESSAGES/freespacenotifier.mo share/locale/pl/LC_MESSAGES/granatier.mo share/locale/pl/LC_MESSAGES/gwenview.mo share/locale/pl/LC_MESSAGES/htmlsearch.mo share/locale/pl/LC_MESSAGES/imagerename_plugin.mo -share/locale/pl/LC_MESSAGES/irkick.mo +share/locale/pl/LC_MESSAGES/jovie.mo share/locale/pl/LC_MESSAGES/joystick.mo share/locale/pl/LC_MESSAGES/juk.mo share/locale/pl/LC_MESSAGES/kabc.mo -share/locale/pl/LC_MESSAGES/kabc_akonadi.mo share/locale/pl/LC_MESSAGES/kabc_dir.mo share/locale/pl/LC_MESSAGES/kabc_file.mo share/locale/pl/LC_MESSAGES/kabc_ldapkio.mo share/locale/pl/LC_MESSAGES/kabc_net.mo -share/locale/pl/LC_MESSAGES/kabc_slox.mo -share/locale/pl/LC_MESSAGES/kabcclient.mo share/locale/pl/LC_MESSAGES/kabcformat_binary.mo share/locale/pl/LC_MESSAGES/kaccess.mo -share/locale/pl/LC_MESSAGES/kaddressbook.mo -share/locale/pl/LC_MESSAGES/kalarm.mo share/locale/pl/LC_MESSAGES/kalgebra.mo share/locale/pl/LC_MESSAGES/kalzium.mo -share/locale/pl/LC_MESSAGES/kalzium_qt.mo share/locale/pl/LC_MESSAGES/kanagram.mo share/locale/pl/LC_MESSAGES/kapman.mo -share/locale/pl/LC_MESSAGES/kappfinder.mo share/locale/pl/LC_MESSAGES/kapptemplate.mo share/locale/pl/LC_MESSAGES/kate-ctags-plugin.mo share/locale/pl/LC_MESSAGES/kate.mo @@ -768,17 +659,13 @@ share/locale/pl/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pl/LC_MESSAGES/katefiletemplates.mo share/locale/pl/LC_MESSAGES/katefindinfilesplugin.mo share/locale/pl/LC_MESSAGES/katehelloworld.mo -share/locale/pl/LC_MESSAGES/katehtmltools.mo share/locale/pl/LC_MESSAGES/kateinsertcommand.mo share/locale/pl/LC_MESSAGES/katekjswrapper.mo share/locale/pl/LC_MESSAGES/katekonsoleplugin.mo share/locale/pl/LC_MESSAGES/katemailfilesplugin.mo share/locale/pl/LC_MESSAGES/kateopenheader.mo share/locale/pl/LC_MESSAGES/katepart4.mo -share/locale/pl/LC_MESSAGES/katepybrowse.mo share/locale/pl/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/pl/LC_MESSAGES/katesnippets.mo -share/locale/pl/LC_MESSAGES/katesnippetstng_editor.mo share/locale/pl/LC_MESSAGES/katesymbolviewer.mo share/locale/pl/LC_MESSAGES/katetabbarextension.mo share/locale/pl/LC_MESSAGES/katetextfilter.mo @@ -795,27 +682,26 @@ share/locale/pl/LC_MESSAGES/kbruch.mo share/locale/pl/LC_MESSAGES/kbugbuster.mo share/locale/pl/LC_MESSAGES/kcachegrind.mo share/locale/pl/LC_MESSAGES/kcachegrind_qt.mo -share/locale/pl/LC_MESSAGES/kcal_akonadi.mo share/locale/pl/LC_MESSAGES/kcalc.mo share/locale/pl/LC_MESSAGES/kcertpart.mo share/locale/pl/LC_MESSAGES/kcharselect.mo -share/locale/pl/LC_MESSAGES/kcm_akonadi.mo share/locale/pl/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pl/LC_MESSAGES/kcm_attica.mo share/locale/pl/LC_MESSAGES/kcm_autostart.mo +share/locale/pl/LC_MESSAGES/kcm_desktoppaths.mo share/locale/pl/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/pl/LC_MESSAGES/kcm_device_automounter.mo share/locale/pl/LC_MESSAGES/kcm_emoticons.mo +share/locale/pl/LC_MESSAGES/kcm_infobase.mo share/locale/pl/LC_MESSAGES/kcm_krfb.mo share/locale/pl/LC_MESSAGES/kcm_kwindesktop.mo share/locale/pl/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/pl/LC_MESSAGES/kcm_lirc.mo share/locale/pl/LC_MESSAGES/kcm_memory.mo -share/locale/pl/LC_MESSAGES/kcm_partition.mo share/locale/pl/LC_MESSAGES/kcm_pci.mo share/locale/pl/LC_MESSAGES/kcm_phonon.mo share/locale/pl/LC_MESSAGES/kcm_phononxine.mo share/locale/pl/LC_MESSAGES/kcm_platform.mo +share/locale/pl/LC_MESSAGES/kcm_remotecontrol.mo share/locale/pl/LC_MESSAGES/kcm_solid.mo share/locale/pl/LC_MESSAGES/kcm_solid_actions.mo share/locale/pl/LC_MESSAGES/kcm_standard_actions.mo @@ -828,13 +714,13 @@ share/locale/pl/LC_MESSAGES/kcmcgi.mo share/locale/pl/LC_MESSAGES/kcmcolors.mo share/locale/pl/LC_MESSAGES/kcmcomponentchooser.mo share/locale/pl/LC_MESSAGES/kcmcrypto.mo +share/locale/pl/LC_MESSAGES/kcmdevinfo.mo share/locale/pl/LC_MESSAGES/kcmfonts.mo share/locale/pl/LC_MESSAGES/kcmhtmlsearch.mo share/locale/pl/LC_MESSAGES/kcmicons.mo share/locale/pl/LC_MESSAGES/kcminfo.mo share/locale/pl/LC_MESSAGES/kcminit.mo share/locale/pl/LC_MESSAGES/kcminput.mo -share/locale/pl/LC_MESSAGES/kcmioslaveinfo.mo share/locale/pl/LC_MESSAGES/kcmkamera.mo share/locale/pl/LC_MESSAGES/kcmkclock.mo share/locale/pl/LC_MESSAGES/kcmkded.mo @@ -863,7 +749,6 @@ share/locale/pl/LC_MESSAGES/kcmscreensaver.mo share/locale/pl/LC_MESSAGES/kcmshell.mo share/locale/pl/LC_MESSAGES/kcmsmartcard.mo share/locale/pl/LC_MESSAGES/kcmsmserver.mo -share/locale/pl/LC_MESSAGES/kcmsolidproc.mo share/locale/pl/LC_MESSAGES/kcmstyle.mo share/locale/pl/LC_MESSAGES/kcmusb.mo share/locale/pl/LC_MESSAGES/kcmview1394.mo @@ -877,16 +762,11 @@ share/locale/pl/LC_MESSAGES/kdebugdialog.mo share/locale/pl/LC_MESSAGES/kdecalendarsystems.mo share/locale/pl/LC_MESSAGES/kdelibs4.mo share/locale/pl/LC_MESSAGES/kdelibs_colors4.mo -share/locale/pl/LC_MESSAGES/kdelirc.mo share/locale/pl/LC_MESSAGES/kdepasswd.mo -share/locale/pl/LC_MESSAGES/kdepimresources.mo -share/locale/pl/LC_MESSAGES/kdepimwizards.mo share/locale/pl/LC_MESSAGES/kdeqt.mo share/locale/pl/LC_MESSAGES/kdesu.mo share/locale/pl/LC_MESSAGES/kdesud.mo share/locale/pl/LC_MESSAGES/kdf.mo -share/locale/pl/LC_MESSAGES/kdgantt.mo -share/locale/pl/LC_MESSAGES/kdgantt1.mo share/locale/pl/LC_MESSAGES/kdialog.mo share/locale/pl/LC_MESSAGES/kdiamond.mo share/locale/pl/LC_MESSAGES/kdmconfig.mo @@ -940,7 +820,6 @@ share/locale/pl/LC_MESSAGES/kimagemapeditor.mo share/locale/pl/LC_MESSAGES/kinetd.mo share/locale/pl/LC_MESSAGES/kinfocenter.mo share/locale/pl/LC_MESSAGES/kio4.mo -share/locale/pl/LC_MESSAGES/kio_akonadi.mo share/locale/pl/LC_MESSAGES/kio_applications.mo share/locale/pl/LC_MESSAGES/kio_archive.mo share/locale/pl/LC_MESSAGES/kio_audiocd.mo @@ -948,7 +827,6 @@ share/locale/pl/LC_MESSAGES/kio_bookmarks.mo share/locale/pl/LC_MESSAGES/kio_finger.mo share/locale/pl/LC_MESSAGES/kio_fish.mo share/locale/pl/LC_MESSAGES/kio_floppy.mo -share/locale/pl/LC_MESSAGES/kio_groupwise.mo share/locale/pl/LC_MESSAGES/kio_help4.mo share/locale/pl/LC_MESSAGES/kio_imap4.mo share/locale/pl/LC_MESSAGES/kio_info.mo @@ -975,9 +853,7 @@ share/locale/pl/LC_MESSAGES/kioclient.mo share/locale/pl/LC_MESSAGES/kioexec.mo share/locale/pl/LC_MESSAGES/kiriki.mo share/locale/pl/LC_MESSAGES/kiten.mo -share/locale/pl/LC_MESSAGES/kjots.mo share/locale/pl/LC_MESSAGES/kjumpingcube.mo -share/locale/pl/LC_MESSAGES/kleopatra.mo share/locale/pl/LC_MESSAGES/klettres.mo share/locale/pl/LC_MESSAGES/klines.mo share/locale/pl/LC_MESSAGES/klinkstatus.mo @@ -985,12 +861,6 @@ share/locale/pl/LC_MESSAGES/klipper.mo share/locale/pl/LC_MESSAGES/klock.mo share/locale/pl/LC_MESSAGES/kmag.mo share/locale/pl/LC_MESSAGES/kmahjongg.mo -share/locale/pl/LC_MESSAGES/kmail-migrator.mo -share/locale/pl/LC_MESSAGES/kmail.mo -share/locale/pl/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/pl/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/pl/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/pl/LC_MESSAGES/kmailcvt.mo share/locale/pl/LC_MESSAGES/kmenuedit.mo share/locale/pl/LC_MESSAGES/kmimetypefinder.mo share/locale/pl/LC_MESSAGES/kmines.mo @@ -1001,8 +871,6 @@ share/locale/pl/LC_MESSAGES/kmplot.mo share/locale/pl/LC_MESSAGES/knetattach.mo share/locale/pl/LC_MESSAGES/knetwalk.mo share/locale/pl/LC_MESSAGES/knetworkconfmodule.mo -share/locale/pl/LC_MESSAGES/knode.mo -share/locale/pl/LC_MESSAGES/knotes.mo share/locale/pl/LC_MESSAGES/knotify4.mo share/locale/pl/LC_MESSAGES/kolf.mo share/locale/pl/LC_MESSAGES/kollision.mo @@ -1012,11 +880,8 @@ share/locale/pl/LC_MESSAGES/kompare.mo share/locale/pl/LC_MESSAGES/konqueror.mo share/locale/pl/LC_MESSAGES/konquest.mo share/locale/pl/LC_MESSAGES/konsole.mo -share/locale/pl/LC_MESSAGES/konsolekalendar.mo -share/locale/pl/LC_MESSAGES/kontact.mo share/locale/pl/LC_MESSAGES/kontactinterfaces.mo share/locale/pl/LC_MESSAGES/kopete.mo -share/locale/pl/LC_MESSAGES/korganizer.mo share/locale/pl/LC_MESSAGES/kpartsaver.mo share/locale/pl/LC_MESSAGES/kpasswdserver.mo share/locale/pl/LC_MESSAGES/kpat.mo @@ -1027,25 +892,16 @@ share/locale/pl/LC_MESSAGES/krandr.mo share/locale/pl/LC_MESSAGES/krdb.mo share/locale/pl/LC_MESSAGES/krdc.mo share/locale/pl/LC_MESSAGES/kreadconfig.mo -share/locale/pl/LC_MESSAGES/kres-migrator.mo -share/locale/pl/LC_MESSAGES/kres_birthday.mo -share/locale/pl/LC_MESSAGES/kres_blog.mo +share/locale/pl/LC_MESSAGES/kremotecontroldaemon.mo share/locale/pl/LC_MESSAGES/kres_bugzilla.mo -share/locale/pl/LC_MESSAGES/kres_groupware.mo -share/locale/pl/LC_MESSAGES/kres_groupwise.mo -share/locale/pl/LC_MESSAGES/kres_kolab.mo -share/locale/pl/LC_MESSAGES/kres_remote.mo -share/locale/pl/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/pl/LC_MESSAGES/kreversi.mo share/locale/pl/LC_MESSAGES/krfb.mo share/locale/pl/LC_MESSAGES/kruler.mo share/locale/pl/LC_MESSAGES/krunner.mo share/locale/pl/LC_MESSAGES/ksame.mo share/locale/pl/LC_MESSAGES/ksaneplugin.mo -share/locale/pl/LC_MESSAGES/ksayit.mo share/locale/pl/LC_MESSAGES/kscd.mo share/locale/pl/LC_MESSAGES/kscreensaver.mo -share/locale/pl/LC_MESSAGES/ksendemail.mo share/locale/pl/LC_MESSAGES/kshisen.mo share/locale/pl/LC_MESSAGES/kshorturifilter.mo share/locale/pl/LC_MESSAGES/ksirk.mo @@ -1069,14 +925,11 @@ share/locale/pl/LC_MESSAGES/ksystraycmd.mo share/locale/pl/LC_MESSAGES/kteatime.mo share/locale/pl/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/pl/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/pl/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pl/LC_MESSAGES/kthememanager.mo share/locale/pl/LC_MESSAGES/ktimer.mo -share/locale/pl/LC_MESSAGES/ktimetracker.mo share/locale/pl/LC_MESSAGES/ktouch.mo share/locale/pl/LC_MESSAGES/ktraderclient.mo share/locale/pl/LC_MESSAGES/ktron.mo -share/locale/pl/LC_MESSAGES/kttsd.mo share/locale/pl/LC_MESSAGES/ktuberling.mo share/locale/pl/LC_MESSAGES/kturtle.mo share/locale/pl/LC_MESSAGES/ktux.mo @@ -1087,8 +940,6 @@ share/locale/pl/LC_MESSAGES/kurifilter.mo share/locale/pl/LC_MESSAGES/kuser.mo share/locale/pl/LC_MESSAGES/kwalletd.mo share/locale/pl/LC_MESSAGES/kwalletmanager.mo -share/locale/pl/LC_MESSAGES/kwatchgnupg.mo -share/locale/pl/LC_MESSAGES/kweather.mo share/locale/pl/LC_MESSAGES/kwin.mo share/locale/pl/LC_MESSAGES/kwin_art_clients.mo share/locale/pl/LC_MESSAGES/kwin_clients.mo @@ -1110,31 +961,25 @@ share/locale/pl/LC_MESSAGES/libkcompactdisc.mo share/locale/pl/LC_MESSAGES/libkdcraw.mo share/locale/pl/LC_MESSAGES/libkdeedu.mo share/locale/pl/LC_MESSAGES/libkdegames.mo -share/locale/pl/LC_MESSAGES/libkdepim.mo share/locale/pl/LC_MESSAGES/libkexiv2.mo share/locale/pl/LC_MESSAGES/libkholidays.mo share/locale/pl/LC_MESSAGES/libkimap.mo share/locale/pl/LC_MESSAGES/libkldap.mo -share/locale/pl/LC_MESSAGES/libkleopatra.mo share/locale/pl/LC_MESSAGES/libkmahjongg.mo share/locale/pl/LC_MESSAGES/libkmime.mo share/locale/pl/LC_MESSAGES/libkonq.mo -share/locale/pl/LC_MESSAGES/libkpgp.mo share/locale/pl/LC_MESSAGES/libkpimidentities.mo share/locale/pl/LC_MESSAGES/libkpimtextedit.mo share/locale/pl/LC_MESSAGES/libkpimutils.mo +share/locale/pl/LC_MESSAGES/libkremotecontrol.mo share/locale/pl/LC_MESSAGES/libkresources.mo share/locale/pl/LC_MESSAGES/libksane.mo share/locale/pl/LC_MESSAGES/libkscreensaver.mo -share/locale/pl/LC_MESSAGES/libksieve.mo share/locale/pl/LC_MESSAGES/libktnef.mo share/locale/pl/LC_MESSAGES/libkunitconversion.mo share/locale/pl/LC_MESSAGES/libkworkspace.mo share/locale/pl/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pl/LC_MESSAGES/libmailtransport.mo -share/locale/pl/LC_MESSAGES/libmessagecore.mo -share/locale/pl/LC_MESSAGES/libmessagelist.mo -share/locale/pl/LC_MESSAGES/libmessageviewer.mo share/locale/pl/LC_MESSAGES/liboktetacore.mo share/locale/pl/LC_MESSAGES/liboktetakasten.mo share/locale/pl/LC_MESSAGES/libphonon.mo @@ -1145,7 +990,6 @@ share/locale/pl/LC_MESSAGES/librtm.mo share/locale/pl/LC_MESSAGES/libtaskmanager.mo share/locale/pl/LC_MESSAGES/lokalize.mo share/locale/pl/LC_MESSAGES/lskat.mo -share/locale/pl/LC_MESSAGES/mailreader.mo share/locale/pl/LC_MESSAGES/marble.mo share/locale/pl/LC_MESSAGES/marble_qt.mo share/locale/pl/LC_MESSAGES/mplayerthumbs.mo @@ -1179,6 +1023,7 @@ share/locale/pl/LC_MESSAGES/phononserver.mo share/locale/pl/LC_MESSAGES/plasma-desktop.mo share/locale/pl/LC_MESSAGES/plasma-netbook.mo share/locale/pl/LC_MESSAGES/plasma-overlay.mo +share/locale/pl/LC_MESSAGES/plasma-windowed.mo share/locale/pl/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/pl/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/pl/LC_MESSAGES/plasma_applet_battery.mo @@ -1206,7 +1051,6 @@ share/locale/pl/LC_MESSAGES/plasma_applet_kget.mo share/locale/pl/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/pl/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/pl/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/pl/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/pl/LC_MESSAGES/plasma_applet_launcher.mo share/locale/pl/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/pl/LC_MESSAGES/plasma_applet_life.mo @@ -1218,6 +1062,7 @@ share/locale/pl/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pl/LC_MESSAGES/plasma_applet_news.mo share/locale/pl/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pl/LC_MESSAGES/plasma_applet_notes.mo +share/locale/pl/LC_MESSAGES/plasma_applet_notifications.mo share/locale/pl/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pl/LC_MESSAGES/plasma_applet_opendesktop.mo share/locale/pl/LC_MESSAGES/plasma_applet_opendesktop_activities.mo @@ -1258,6 +1103,7 @@ share/locale/pl/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/pl/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/pl/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/pl/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/pl/LC_MESSAGES/plasma_engine_calendar.mo share/locale/pl/LC_MESSAGES/plasma_engine_kalzium.mo share/locale/pl/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pl/LC_MESSAGES/plasma_engine_kuiserver.mo @@ -1294,6 +1140,7 @@ share/locale/pl/LC_MESSAGES/plasma_runner_shell.mo share/locale/pl/LC_MESSAGES/plasma_runner_solid.mo share/locale/pl/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pl/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/pl/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pl/LC_MESSAGES/plasma_runner_windows.mo share/locale/pl/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pl/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1347,7 +1194,6 @@ share/locale/pl/entry.desktop @dirrm share/doc/HTML/pl/okular @dirrm share/doc/HTML/pl/kwrite @dirrm share/doc/HTML/pl/kwordquiz -@dirrm share/doc/HTML/pl/kweather @dirrm share/doc/HTML/pl/kwallet @dirrm share/doc/HTML/pl/ktuberling @dirrm share/doc/HTML/pl/ktouch @@ -1371,6 +1217,7 @@ share/locale/pl/entry.desktop @dirrm share/doc/HTML/pl/knetwalk @dirrm share/doc/HTML/pl/knetattach @dirrm share/doc/HTML/pl/kmplot +@dirrm share/doc/HTML/pl/kmousetool @dirrm share/doc/HTML/pl/kmines @dirrm share/doc/HTML/pl/kmenuedit @dirrm share/doc/HTML/pl/kmahjongg @@ -1386,13 +1233,18 @@ share/locale/pl/entry.desktop @dirrm share/doc/HTML/pl/kioslave/thumbnail @dirrm share/doc/HTML/pl/kioslave/telnet @dirrm share/doc/HTML/pl/kioslave/tar +@dirrm share/doc/HTML/pl/kioslave/smtp @dirrm share/doc/HTML/pl/kioslave/sftp @dirrm share/doc/HTML/pl/kioslave/rlogin +@dirrm share/doc/HTML/pl/kioslave/pop3 +@dirrm share/doc/HTML/pl/kioslave/nntp @dirrm share/doc/HTML/pl/kioslave/nfs @dirrm share/doc/HTML/pl/kioslave/network @dirrm share/doc/HTML/pl/kioslave/man @dirrm share/doc/HTML/pl/kioslave/mailto +@dirrm share/doc/HTML/pl/kioslave/ldap @dirrm share/doc/HTML/pl/kioslave/info +@dirrm share/doc/HTML/pl/kioslave/imap @dirrm share/doc/HTML/pl/kioslave/http @dirrm share/doc/HTML/pl/kioslave/help @dirrm share/doc/HTML/pl/kioslave/gzip @@ -1407,30 +1259,10 @@ share/locale/pl/entry.desktop @dirrm share/doc/HTML/pl/kioslave/bookmarks @dirrm share/doc/HTML/pl/kioslave/audiocd @dirrm share/doc/HTML/pl/kioslave -@dirrm share/doc/HTML/pl/kinfocenter/xserver -@dirrm share/doc/HTML/pl/kinfocenter/usb -@dirrm share/doc/HTML/pl/kinfocenter/sound -@dirrm share/doc/HTML/pl/kinfocenter/scsi -@dirrm share/doc/HTML/pl/kinfocenter/samba -@dirrm share/doc/HTML/pl/kinfocenter/protocols -@dirrm share/doc/HTML/pl/kinfocenter/processor -@dirrm share/doc/HTML/pl/kinfocenter/pcmcia -@dirrm share/doc/HTML/pl/kinfocenter/pci -@dirrm share/doc/HTML/pl/kinfocenter/partitions -@dirrm share/doc/HTML/pl/kinfocenter/opengl -@dirrm share/doc/HTML/pl/kinfocenter/nics -@dirrm share/doc/HTML/pl/kinfocenter/memory -@dirrm share/doc/HTML/pl/kinfocenter/ioports -@dirrm share/doc/HTML/pl/kinfocenter/interrupts -@dirrm share/doc/HTML/pl/kinfocenter/dma -@dirrm share/doc/HTML/pl/kinfocenter/devices @dirrm share/doc/HTML/pl/kinfocenter @dirrm share/doc/HTML/pl/kimagemapeditor @dirrm share/doc/HTML/pl/killbots -@dirrm share/doc/HTML/pl/khelpcenter/visualdict -@dirrm share/doc/HTML/pl/khelpcenter/quickstart @dirrm share/doc/HTML/pl/khelpcenter/glossary -@dirrm share/doc/HTML/pl/khelpcenter/faq @dirrm share/doc/HTML/pl/khelpcenter @dirrm share/doc/HTML/pl/kget @dirrm share/doc/HTML/pl/kgeography @@ -1453,29 +1285,28 @@ share/locale/pl/entry.desktop @dirrm share/doc/HTML/pl/kcontrol/nepomuk @dirrm share/doc/HTML/pl/kcontrol/mouse @dirrm share/doc/HTML/pl/kcontrol/language -@dirrm share/doc/HTML/pl/kcontrol/kxkb @dirrm share/doc/HTML/pl/kcontrol/kwinscreenedges @dirrm share/doc/HTML/pl/kcontrol/kwindecoration @dirrm share/doc/HTML/pl/kcontrol/kwincompositing +@dirrm share/doc/HTML/pl/kcontrol/knetworkconf @dirrm share/doc/HTML/pl/kcontrol/kgamma @dirrm share/doc/HTML/pl/kcontrol/keyboard -@dirrm share/doc/HTML/pl/kcontrol/kdm @dirrm share/doc/HTML/pl/kcontrol/kded @dirrm share/doc/HTML/pl/kcontrol/kcmsmserver @dirrm share/doc/HTML/pl/kcontrol/kcmnotify @dirrm share/doc/HTML/pl/kcontrol/kcmlaunch -@dirrm share/doc/HTML/pl/kcontrol/kcmdisplay @dirrm share/doc/HTML/pl/kcontrol/kcmcgi @dirrm share/doc/HTML/pl/kcontrol/kcmaccess @dirrm share/doc/HTML/pl/kcontrol/kamera @dirrm share/doc/HTML/pl/kcontrol/joystick -@dirrm share/doc/HTML/pl/kcontrol/helpindex +@dirrm share/doc/HTML/pl/kcontrol/history @dirrm share/doc/HTML/pl/kcontrol/fonts @dirrm share/doc/HTML/pl/kcontrol/fontinst @dirrm share/doc/HTML/pl/kcontrol/emoticons @dirrm share/doc/HTML/pl/kcontrol/desktopthemedetails @dirrm share/doc/HTML/pl/kcontrol/cookies @dirrm share/doc/HTML/pl/kcontrol/componentchooser +@dirrm share/doc/HTML/pl/kcontrol/colors @dirrm share/doc/HTML/pl/kcontrol/clock @dirrm share/doc/HTML/pl/kcontrol/cache @dirrm share/doc/HTML/pl/kcontrol/bookmarks diff --git a/portuguese/kde4-l10n-pt_BR/Makefile.man b/portuguese/kde4-l10n-pt_BR/Makefile.man index 6b550f3cc1a7..d30fe4384e9f 100644 --- a/portuguese/kde4-l10n-pt_BR/Makefile.man +++ b/portuguese/kde4-l10n-pt_BR/Makefile.man @@ -1,4 +1,4 @@ -MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 +MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kalzium.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 MAN6= amor.6 khangman.6 kpat.6 MAN7= kdeoptions.7 qtoptions.7 MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 nepomukserver.8 nepomukservicestub.8 diff --git a/portuguese/kde4-l10n-pt_BR/distinfo b/portuguese/kde4-l10n-pt_BR/distinfo index 8fd90b7fd29e..6a47f0053d48 100644 --- a/portuguese/kde4-l10n-pt_BR/distinfo +++ b/portuguese/kde4-l10n-pt_BR/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-pt_BR-4.4.5.tar.bz2) = 2022288c290db6bf18890af174811b17 -SHA256 (KDE/kde-l10n/kde-l10n-pt_BR-4.4.5.tar.bz2) = 6a39e3be25a5d9b923ff2f42d0e7a6ab86831ec8f6d506b26d7e7ba14f2b9eb0 -SIZE (KDE/kde-l10n/kde-l10n-pt_BR-4.4.5.tar.bz2) = 17672341 +MD5 (KDE/kde-l10n/kde-l10n-pt_BR-4.5.1.tar.bz2) = f155097365629c02ee3a2dd9d6ab0403 +SHA256 (KDE/kde-l10n/kde-l10n-pt_BR-4.5.1.tar.bz2) = 65e432a5f309a450a21299053f94d7422a8927bfb9a775b72308dbc1f634f6c6 +SIZE (KDE/kde-l10n/kde-l10n-pt_BR-4.5.1.tar.bz2) = 18460002 diff --git a/portuguese/kde4-l10n-pt_BR/pkg-plist b/portuguese/kde4-l10n-pt_BR/pkg-plist index dde630df5177..7e078fe11730 100644 --- a/portuguese/kde4-l10n-pt_BR/pkg-plist +++ b/portuguese/kde4-l10n-pt_BR/pkg-plist @@ -113,13 +113,11 @@ share/doc/HTML/pt_BR/PolicyKit-kde/howitworks.docbook share/doc/HTML/pt_BR/PolicyKit-kde/index.cache.bz2 share/doc/HTML/pt_BR/PolicyKit-kde/index.docbook share/doc/HTML/pt_BR/PolicyKit-kde/introduction.docbook -share/doc/HTML/pt_BR/akregator/common -share/doc/HTML/pt_BR/akregator/index.cache.bz2 -share/doc/HTML/pt_BR/akregator/index.docbook share/doc/HTML/pt_BR/amor/common share/doc/HTML/pt_BR/amor/index.cache.bz2 share/doc/HTML/pt_BR/amor/index.docbook share/doc/HTML/pt_BR/amor/man-amor.6.docbook +share/doc/HTML/pt_BR/ark/ark-mainwindow.png share/doc/HTML/pt_BR/ark/common share/doc/HTML/pt_BR/ark/index.cache.bz2 share/doc/HTML/pt_BR/ark/index.docbook @@ -131,9 +129,6 @@ share/doc/HTML/pt_BR/blinken/blinken_nickprompt.png share/doc/HTML/pt_BR/blinken/common share/doc/HTML/pt_BR/blinken/index.cache.bz2 share/doc/HTML/pt_BR/blinken/index.docbook -share/doc/HTML/pt_BR/blogilo/common -share/doc/HTML/pt_BR/blogilo/index.cache.bz2 -share/doc/HTML/pt_BR/blogilo/index.docbook share/doc/HTML/pt_BR/bomber/common share/doc/HTML/pt_BR/bomber/index.cache.bz2 share/doc/HTML/pt_BR/bomber/index.docbook @@ -172,20 +167,20 @@ share/doc/HTML/pt_BR/gwenview/introduction.docbook share/doc/HTML/pt_BR/gwenview/keybindings.docbook share/doc/HTML/pt_BR/gwenview/mouse.docbook share/doc/HTML/pt_BR/gwenview/view_mode.png -share/doc/HTML/pt_BR/irkick/common -share/doc/HTML/pt_BR/irkick/index.cache.bz2 -share/doc/HTML/pt_BR/irkick/index.docbook +share/doc/HTML/pt_BR/jovie/common +share/doc/HTML/pt_BR/jovie/index.cache.bz2 +share/doc/HTML/pt_BR/jovie/index.docbook share/doc/HTML/pt_BR/juk/common +share/doc/HTML/pt_BR/juk/history-playlist.png share/doc/HTML/pt_BR/juk/index.cache.bz2 share/doc/HTML/pt_BR/juk/index.docbook -share/doc/HTML/pt_BR/kabcclient/common -share/doc/HTML/pt_BR/kabcclient/index.cache.bz2 -share/doc/HTML/pt_BR/kabcclient/index.docbook -share/doc/HTML/pt_BR/kabcclient/man-kabcclient.1.docbook -share/doc/HTML/pt_BR/kalarm/common -share/doc/HTML/pt_BR/kalarm/index.cache.bz2 -share/doc/HTML/pt_BR/kalarm/index.docbook -share/doc/HTML/pt_BR/kalarm/mainwindow.png +share/doc/HTML/pt_BR/juk/juk-file-renamer.png +share/doc/HTML/pt_BR/juk/juk-main.png +share/doc/HTML/pt_BR/juk/juk-tag-guesser.png +share/doc/HTML/pt_BR/juk/toolbar.png +share/doc/HTML/pt_BR/kajongg/common +share/doc/HTML/pt_BR/kajongg/index.cache.bz2 +share/doc/HTML/pt_BR/kajongg/index.docbook share/doc/HTML/pt_BR/kalgebra/common share/doc/HTML/pt_BR/kalgebra/index.cache.bz2 share/doc/HTML/pt_BR/kalgebra/index.docbook @@ -273,9 +268,7 @@ share/doc/HTML/pt_BR/kcalc/index.docbook share/doc/HTML/pt_BR/kcharselect/common share/doc/HTML/pt_BR/kcharselect/index.cache.bz2 share/doc/HTML/pt_BR/kcharselect/index.docbook -share/doc/HTML/pt_BR/kcmlirc/common -share/doc/HTML/pt_BR/kcmlirc/index.cache.bz2 -share/doc/HTML/pt_BR/kcmlirc/index.docbook +share/doc/HTML/pt_BR/kcharselect/kcharselect.png share/doc/HTML/pt_BR/kcontrol/attica/common share/doc/HTML/pt_BR/kcontrol/attica/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/attica/index.docbook @@ -297,6 +290,8 @@ share/doc/HTML/pt_BR/kcontrol/cache/index.docbook share/doc/HTML/pt_BR/kcontrol/cddbretrieval/common share/doc/HTML/pt_BR/kcontrol/cddbretrieval/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/cddbretrieval/index.docbook +share/doc/HTML/pt_BR/kcontrol/cddbretrieval/kscd14.png +share/doc/HTML/pt_BR/kcontrol/cddbretrieval/kscd16.png share/doc/HTML/pt_BR/kcontrol/clock/common share/doc/HTML/pt_BR/kcontrol/clock/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/clock/index.docbook @@ -333,9 +328,6 @@ share/doc/HTML/pt_BR/kcontrol/fontinst/index.docbook share/doc/HTML/pt_BR/kcontrol/fonts/common share/doc/HTML/pt_BR/kcontrol/fonts/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/fonts/index.docbook -share/doc/HTML/pt_BR/kcontrol/helpindex/common -share/doc/HTML/pt_BR/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/helpindex/index.docbook share/doc/HTML/pt_BR/kcontrol/history/common share/doc/HTML/pt_BR/kcontrol/history/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/history/index.docbook @@ -357,9 +349,6 @@ share/doc/HTML/pt_BR/kcontrol/kcmcgi/index.docbook share/doc/HTML/pt_BR/kcontrol/kcmcss/common share/doc/HTML/pt_BR/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kcmcss/index.docbook -share/doc/HTML/pt_BR/kcontrol/kcmdisplay/common -share/doc/HTML/pt_BR/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/kcmdisplay/index.docbook share/doc/HTML/pt_BR/kcontrol/kcmlaunch/common share/doc/HTML/pt_BR/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kcmlaunch/index.docbook @@ -402,6 +391,9 @@ share/doc/HTML/pt_BR/kcontrol/khtml-plugins/index.docbook share/doc/HTML/pt_BR/kcontrol/knetworkconf/common share/doc/HTML/pt_BR/kcontrol/knetworkconf/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/knetworkconf/index.docbook +share/doc/HTML/pt_BR/kcontrol/kremotecontrol/common +share/doc/HTML/pt_BR/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/pt_BR/kcontrol/kremotecontrol/index.docbook share/doc/HTML/pt_BR/kcontrol/kresources/common share/doc/HTML/pt_BR/kcontrol/kresources/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kresources/index.docbook @@ -417,9 +409,6 @@ share/doc/HTML/pt_BR/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/pt_BR/kcontrol/kwintabbox/common share/doc/HTML/pt_BR/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/kwintabbox/index.docbook -share/doc/HTML/pt_BR/kcontrol/kxkb/common -share/doc/HTML/pt_BR/kcontrol/kxkb/index.cache.bz2 -share/doc/HTML/pt_BR/kcontrol/kxkb/index.docbook share/doc/HTML/pt_BR/kcontrol/language/common share/doc/HTML/pt_BR/kcontrol/language/index.cache.bz2 share/doc/HTML/pt_BR/kcontrol/language/index.docbook @@ -526,15 +515,49 @@ share/doc/HTML/pt_BR/kfind/man-kfind.1.docbook share/doc/HTML/pt_BR/kfloppy/common share/doc/HTML/pt_BR/kfloppy/index.cache.bz2 share/doc/HTML/pt_BR/kfloppy/index.docbook +share/doc/HTML/pt_BR/kfontview/common +share/doc/HTML/pt_BR/kfontview/index.cache.bz2 +share/doc/HTML/pt_BR/kfontview/index.docbook share/doc/HTML/pt_BR/kfourinline/common share/doc/HTML/pt_BR/kfourinline/index.cache.bz2 share/doc/HTML/pt_BR/kfourinline/index.docbook share/doc/HTML/pt_BR/kgeography/common +share/doc/HTML/pt_BR/kgeography/first-start1.png +share/doc/HTML/pt_BR/kgeography/first-start10.png +share/doc/HTML/pt_BR/kgeography/first-start11.png +share/doc/HTML/pt_BR/kgeography/first-start12.png +share/doc/HTML/pt_BR/kgeography/first-start13.png +share/doc/HTML/pt_BR/kgeography/first-start2.png +share/doc/HTML/pt_BR/kgeography/first-start3.png +share/doc/HTML/pt_BR/kgeography/first-start4.png +share/doc/HTML/pt_BR/kgeography/first-start5.png +share/doc/HTML/pt_BR/kgeography/first-start6.png +share/doc/HTML/pt_BR/kgeography/first-start7.png +share/doc/HTML/pt_BR/kgeography/first-start8.png +share/doc/HTML/pt_BR/kgeography/first-start9.png share/doc/HTML/pt_BR/kgeography/index.cache.bz2 share/doc/HTML/pt_BR/kgeography/index.docbook +share/doc/HTML/pt_BR/kgeography/kgeography.png +share/doc/HTML/pt_BR/kgeography/zoom.png share/doc/HTML/pt_BR/kget/common +share/doc/HTML/pt_BR/kget/file.png +share/doc/HTML/pt_BR/kget/import_link.png share/doc/HTML/pt_BR/kget/index.cache.bz2 share/doc/HTML/pt_BR/kget/index.docbook +share/doc/HTML/pt_BR/kget/kget_Advanced.png +share/doc/HTML/pt_BR/kget/kget_Appearance.png +share/doc/HTML/pt_BR/kget/kget_Network.png +share/doc/HTML/pt_BR/kget/kget_Web_Interface.png +share/doc/HTML/pt_BR/kget/kget_drop_target.png +share/doc/HTML/pt_BR/kget/kget_group.png +share/doc/HTML/pt_BR/kget/kget_groups.png +share/doc/HTML/pt_BR/kget/kget_plugins.png +share/doc/HTML/pt_BR/kget/kget_transfer_hostory.png +share/doc/HTML/pt_BR/kget/kget_verification.png +share/doc/HTML/pt_BR/kget/metalink0.png +share/doc/HTML/pt_BR/kget/metalink1.png +share/doc/HTML/pt_BR/kget/metalink2.png +share/doc/HTML/pt_BR/kget/metalink3.png share/doc/HTML/pt_BR/kgoldrunner/common share/doc/HTML/pt_BR/kgoldrunner/index.cache.bz2 share/doc/HTML/pt_BR/kgoldrunner/index.docbook @@ -542,115 +565,22 @@ share/doc/HTML/pt_BR/kgpg/common share/doc/HTML/pt_BR/kgpg/index.cache.bz2 share/doc/HTML/pt_BR/kgpg/index.docbook share/doc/HTML/pt_BR/khangman/common +share/doc/HTML/pt_BR/khangman/getnewstuff.png share/doc/HTML/pt_BR/khangman/index.cache.bz2 share/doc/HTML/pt_BR/khangman/index.docbook +share/doc/HTML/pt_BR/khangman/khangman-desert.png +share/doc/HTML/pt_BR/khangman/khangman-main.png share/doc/HTML/pt_BR/khangman/man-khangman.6.docbook +share/doc/HTML/pt_BR/khangman/settings-general.png +share/doc/HTML/pt_BR/khangman/settings-languages.png +share/doc/HTML/pt_BR/khangman/settings-timers.png share/doc/HTML/pt_BR/khelpcenter/common -share/doc/HTML/pt_BR/khelpcenter/contact.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/about.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/common -share/doc/HTML/pt_BR/khelpcenter/faq/configkde.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/contrib.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/desktop.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/filemng.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/getkde.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/pt_BR/khelpcenter/faq/index.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/install.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/intro.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/misc.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/notrelated.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/panel.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/qt.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/questions.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/sound.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/tips.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/pt_BR/khelpcenter/faq/winmng.docbook share/doc/HTML/pt_BR/khelpcenter/glossary/common share/doc/HTML/pt_BR/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/pt_BR/khelpcenter/glossary/index.docbook share/doc/HTML/pt_BR/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/pt_BR/khelpcenter/help.docbook share/doc/HTML/pt_BR/khelpcenter/index.cache.bz2 share/doc/HTML/pt_BR/khelpcenter/index.docbook -share/doc/HTML/pt_BR/khelpcenter/quickstart/common -share/doc/HTML/pt_BR/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/pt_BR/khelpcenter/quickstart/index.docbook -share/doc/HTML/pt_BR/khelpcenter/support.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/common -share/doc/HTML/pt_BR/khelpcenter/userguide/control-center.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/email.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/glossary.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/pt_BR/khelpcenter/userguide/index.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/usenet.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/where-next.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/pt_BR/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/pt_BR/khelpcenter/visualdict/common -share/doc/HTML/pt_BR/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/pt_BR/khelpcenter/visualdict/index.docbook -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict1.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict10.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict11.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict12.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict13.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict14.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict16.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict19.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict20.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict4.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict5.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict6.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict7.png -share/doc/HTML/pt_BR/khelpcenter/visualdict/pict8.png -share/doc/HTML/pt_BR/khelpcenter/welcome.docbook -share/doc/HTML/pt_BR/khelpcenter/whatiskde.docbook share/doc/HTML/pt_BR/kig/common share/doc/HTML/pt_BR/kig/index.cache.bz2 share/doc/HTML/pt_BR/kig/index.docbook @@ -665,59 +595,8 @@ share/doc/HTML/pt_BR/kimagemapeditor/common share/doc/HTML/pt_BR/kimagemapeditor/index.cache.bz2 share/doc/HTML/pt_BR/kimagemapeditor/index.docbook share/doc/HTML/pt_BR/kinfocenter/common -share/doc/HTML/pt_BR/kinfocenter/devices/common -share/doc/HTML/pt_BR/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/devices/index.docbook -share/doc/HTML/pt_BR/kinfocenter/dma/common -share/doc/HTML/pt_BR/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/dma/index.docbook share/doc/HTML/pt_BR/kinfocenter/index.cache.bz2 share/doc/HTML/pt_BR/kinfocenter/index.docbook -share/doc/HTML/pt_BR/kinfocenter/interrupts/common -share/doc/HTML/pt_BR/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/interrupts/index.docbook -share/doc/HTML/pt_BR/kinfocenter/ioports/common -share/doc/HTML/pt_BR/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/ioports/index.docbook -share/doc/HTML/pt_BR/kinfocenter/memory/common -share/doc/HTML/pt_BR/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/memory/index.docbook -share/doc/HTML/pt_BR/kinfocenter/nics/common -share/doc/HTML/pt_BR/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/nics/index.docbook -share/doc/HTML/pt_BR/kinfocenter/opengl/common -share/doc/HTML/pt_BR/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/opengl/index.docbook -share/doc/HTML/pt_BR/kinfocenter/partitions/common -share/doc/HTML/pt_BR/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/partitions/index.docbook -share/doc/HTML/pt_BR/kinfocenter/pci/common -share/doc/HTML/pt_BR/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/pci/index.docbook -share/doc/HTML/pt_BR/kinfocenter/processor/common -share/doc/HTML/pt_BR/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/processor/index.docbook -share/doc/HTML/pt_BR/kinfocenter/protocols/common -share/doc/HTML/pt_BR/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/protocols/index.docbook -share/doc/HTML/pt_BR/kinfocenter/samba/common -share/doc/HTML/pt_BR/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/samba/index.docbook -share/doc/HTML/pt_BR/kinfocenter/scsi/common -share/doc/HTML/pt_BR/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/scsi/index.docbook -share/doc/HTML/pt_BR/kinfocenter/sound/common -share/doc/HTML/pt_BR/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/sound/index.docbook -share/doc/HTML/pt_BR/kinfocenter/usb/common -share/doc/HTML/pt_BR/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/usb/index.docbook -share/doc/HTML/pt_BR/kinfocenter/view1394/common -share/doc/HTML/pt_BR/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/view1394/index.docbook -share/doc/HTML/pt_BR/kinfocenter/xserver/common -share/doc/HTML/pt_BR/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/pt_BR/kinfocenter/xserver/index.docbook share/doc/HTML/pt_BR/kioslave/audiocd/common share/doc/HTML/pt_BR/kioslave/audiocd/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/audiocd/index.docbook @@ -778,9 +657,6 @@ share/doc/HTML/pt_BR/kioslave/mbox/index.docbook share/doc/HTML/pt_BR/kioslave/network/common share/doc/HTML/pt_BR/kioslave/network/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/network/index.docbook -share/doc/HTML/pt_BR/kioslave/news/common -share/doc/HTML/pt_BR/kioslave/news/index.cache.bz2 -share/doc/HTML/pt_BR/kioslave/news/index.docbook share/doc/HTML/pt_BR/kioslave/nfs/common share/doc/HTML/pt_BR/kioslave/nfs/index.cache.bz2 share/doc/HTML/pt_BR/kioslave/nfs/index.docbook @@ -826,15 +702,9 @@ share/doc/HTML/pt_BR/kiriki/index.docbook share/doc/HTML/pt_BR/kiten/common share/doc/HTML/pt_BR/kiten/index.cache.bz2 share/doc/HTML/pt_BR/kiten/index.docbook -share/doc/HTML/pt_BR/kjots/common -share/doc/HTML/pt_BR/kjots/index.cache.bz2 -share/doc/HTML/pt_BR/kjots/index.docbook share/doc/HTML/pt_BR/kjumpingcube/common share/doc/HTML/pt_BR/kjumpingcube/index.cache.bz2 share/doc/HTML/pt_BR/kjumpingcube/index.docbook -share/doc/HTML/pt_BR/kleopatra/common -share/doc/HTML/pt_BR/kleopatra/index.cache.bz2 -share/doc/HTML/pt_BR/kleopatra/index.docbook share/doc/HTML/pt_BR/klettres/common share/doc/HTML/pt_BR/klettres/index.cache.bz2 share/doc/HTML/pt_BR/klettres/index.docbook @@ -860,17 +730,6 @@ share/doc/HTML/pt_BR/kmag/screenshot.png share/doc/HTML/pt_BR/kmahjongg/common share/doc/HTML/pt_BR/kmahjongg/index.cache.bz2 share/doc/HTML/pt_BR/kmahjongg/index.docbook -share/doc/HTML/pt_BR/kmail/common -share/doc/HTML/pt_BR/kmail/configure.docbook -share/doc/HTML/pt_BR/kmail/credits-and-licenses.docbook -share/doc/HTML/pt_BR/kmail/faq.docbook -share/doc/HTML/pt_BR/kmail/getting-started.docbook -share/doc/HTML/pt_BR/kmail/importing.docbook -share/doc/HTML/pt_BR/kmail/index.cache.bz2 -share/doc/HTML/pt_BR/kmail/index.docbook -share/doc/HTML/pt_BR/kmail/intro.docbook -share/doc/HTML/pt_BR/kmail/menus.docbook -share/doc/HTML/pt_BR/kmail/using-kmail.docbook share/doc/HTML/pt_BR/kmenuedit/common share/doc/HTML/pt_BR/kmenuedit/index.cache.bz2 share/doc/HTML/pt_BR/kmenuedit/index.docbook @@ -880,6 +739,12 @@ share/doc/HTML/pt_BR/kmines/index.docbook share/doc/HTML/pt_BR/kmix/common share/doc/HTML/pt_BR/kmix/index.cache.bz2 share/doc/HTML/pt_BR/kmix/index.docbook +share/doc/HTML/pt_BR/kmix/kmix-channels.png +share/doc/HTML/pt_BR/kmix/kmix-configure.png +share/doc/HTML/pt_BR/kmix/kmix-file.png +share/doc/HTML/pt_BR/kmix/kmix-master.png +share/doc/HTML/pt_BR/kmix/kmix-options.png +share/doc/HTML/pt_BR/kmix/kmix.png share/doc/HTML/pt_BR/kmousetool/common share/doc/HTML/pt_BR/kmousetool/index.cache.bz2 share/doc/HTML/pt_BR/kmousetool/index.docbook @@ -913,23 +778,6 @@ share/doc/HTML/pt_BR/knetattach/index.docbook share/doc/HTML/pt_BR/knetwalk/common share/doc/HTML/pt_BR/knetwalk/index.cache.bz2 share/doc/HTML/pt_BR/knetwalk/index.docbook -share/doc/HTML/pt_BR/knode/commands.docbook -share/doc/HTML/pt_BR/knode/common -share/doc/HTML/pt_BR/knode/credits.docbook -share/doc/HTML/pt_BR/knode/faq.docbook -share/doc/HTML/pt_BR/knode/gloss.docbook -share/doc/HTML/pt_BR/knode/index.cache.bz2 -share/doc/HTML/pt_BR/knode/index.docbook -share/doc/HTML/pt_BR/knode/install.docbook -share/doc/HTML/pt_BR/knode/introduction.docbook -share/doc/HTML/pt_BR/knode/journey.docbook -share/doc/HTML/pt_BR/knode/more.docbook -share/doc/HTML/pt_BR/knode/using-firststart.docbook -share/doc/HTML/pt_BR/knode/using-morefeatures.docbook -share/doc/HTML/pt_BR/knode/using-subscribing.docbook -share/doc/HTML/pt_BR/knotes/common -share/doc/HTML/pt_BR/knotes/index.cache.bz2 -share/doc/HTML/pt_BR/knotes/index.docbook share/doc/HTML/pt_BR/kolf/common share/doc/HTML/pt_BR/kolf/index.cache.bz2 share/doc/HTML/pt_BR/kolf/index.docbook @@ -990,26 +838,12 @@ share/doc/HTML/pt_BR/konquest/index.docbook share/doc/HTML/pt_BR/konsole/common share/doc/HTML/pt_BR/konsole/index.cache.bz2 share/doc/HTML/pt_BR/konsole/index.docbook -share/doc/HTML/pt_BR/konsolekalendar/common -share/doc/HTML/pt_BR/konsolekalendar/index.cache.bz2 -share/doc/HTML/pt_BR/konsolekalendar/index.docbook -share/doc/HTML/pt_BR/kontact-admin/common -share/doc/HTML/pt_BR/kontact-admin/index.cache.bz2 -share/doc/HTML/pt_BR/kontact-admin/index.docbook -share/doc/HTML/pt_BR/kontact/common -share/doc/HTML/pt_BR/kontact/index.cache.bz2 -share/doc/HTML/pt_BR/kontact/index.docbook share/doc/HTML/pt_BR/kopete/chatstyle.docbook share/doc/HTML/pt_BR/kopete/common share/doc/HTML/pt_BR/kopete/index.cache.bz2 share/doc/HTML/pt_BR/kopete/index.docbook share/doc/HTML/pt_BR/kopete/menus.docbook share/doc/HTML/pt_BR/kopete/pipes.docbook -share/doc/HTML/pt_BR/korganizer/common -share/doc/HTML/pt_BR/korganizer/index.cache.bz2 -share/doc/HTML/pt_BR/korganizer/index.docbook -share/doc/HTML/pt_BR/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/pt_BR/korganizer/plugins-chapter.docbook share/doc/HTML/pt_BR/kpat/common share/doc/HTML/pt_BR/kpat/index.cache.bz2 share/doc/HTML/pt_BR/kpat/index.docbook @@ -1175,11 +1009,12 @@ share/doc/HTML/pt_BR/kteatime/config.png share/doc/HTML/pt_BR/kteatime/index.cache.bz2 share/doc/HTML/pt_BR/kteatime/index.docbook share/doc/HTML/pt_BR/ktimer/common +share/doc/HTML/pt_BR/ktimer/first.png share/doc/HTML/pt_BR/ktimer/index.cache.bz2 share/doc/HTML/pt_BR/ktimer/index.docbook -share/doc/HTML/pt_BR/ktimetracker/common -share/doc/HTML/pt_BR/ktimetracker/index.cache.bz2 -share/doc/HTML/pt_BR/ktimetracker/index.docbook +share/doc/HTML/pt_BR/ktimer/main.png +share/doc/HTML/pt_BR/ktimer/running.png +share/doc/HTML/pt_BR/ktimer/two.at.once.png share/doc/HTML/pt_BR/ktouch/common share/doc/HTML/pt_BR/ktouch/index.cache.bz2 share/doc/HTML/pt_BR/ktouch/index.docbook @@ -1187,17 +1022,6 @@ share/doc/HTML/pt_BR/ktouch/man-ktouch.1.docbook share/doc/HTML/pt_BR/ktron/common share/doc/HTML/pt_BR/ktron/index.cache.bz2 share/doc/HTML/pt_BR/ktron/index.docbook -share/doc/HTML/pt_BR/kttsd/addtalker.png -share/doc/HTML/pt_BR/kttsd/common -share/doc/HTML/pt_BR/kttsd/filters.png -share/doc/HTML/pt_BR/kttsd/general.png -share/doc/HTML/pt_BR/kttsd/index.cache.bz2 -share/doc/HTML/pt_BR/kttsd/index.docbook -share/doc/HTML/pt_BR/kttsd/jobs.png -share/doc/HTML/pt_BR/kttsd/stringreplacer.png -share/doc/HTML/pt_BR/kttsd/talkerchooser.png -share/doc/HTML/pt_BR/kttsd/talkers.png -share/doc/HTML/pt_BR/kttsd/xmltransformer.png share/doc/HTML/pt_BR/ktuberling/common share/doc/HTML/pt_BR/ktuberling/index.cache.bz2 share/doc/HTML/pt_BR/ktuberling/index.docbook @@ -1222,12 +1046,6 @@ share/doc/HTML/pt_BR/kuser/kuser.png share/doc/HTML/pt_BR/kwallet/common share/doc/HTML/pt_BR/kwallet/index.cache.bz2 share/doc/HTML/pt_BR/kwallet/index.docbook -share/doc/HTML/pt_BR/kwatchgnupg/common -share/doc/HTML/pt_BR/kwatchgnupg/index.cache.bz2 -share/doc/HTML/pt_BR/kwatchgnupg/index.docbook -share/doc/HTML/pt_BR/kweather/common -share/doc/HTML/pt_BR/kweather/index.cache.bz2 -share/doc/HTML/pt_BR/kweather/index.docbook share/doc/HTML/pt_BR/kwordquiz/common share/doc/HTML/pt_BR/kwordquiz/index.cache.bz2 share/doc/HTML/pt_BR/kwordquiz/index.docbook @@ -1260,6 +1078,9 @@ share/doc/HTML/pt_BR/okular/configure.png share/doc/HTML/pt_BR/okular/embedded-files-bar.png share/doc/HTML/pt_BR/okular/index.cache.bz2 share/doc/HTML/pt_BR/okular/index.docbook +share/doc/HTML/pt_BR/onlinehelp/common +share/doc/HTML/pt_BR/onlinehelp/index.cache.bz2 +share/doc/HTML/pt_BR/onlinehelp/index.docbook share/doc/HTML/pt_BR/palapeli/common share/doc/HTML/pt_BR/palapeli/index.cache.bz2 share/doc/HTML/pt_BR/palapeli/index.docbook @@ -1283,9 +1104,10 @@ share/doc/HTML/pt_BR/step/examples.docbook share/doc/HTML/pt_BR/step/index.cache.bz2 share/doc/HTML/pt_BR/step/index.docbook share/doc/HTML/pt_BR/step/tutorials.docbook -share/doc/HTML/pt_BR/superkaramba/common -share/doc/HTML/pt_BR/superkaramba/index.cache.bz2 -share/doc/HTML/pt_BR/superkaramba/index.docbook +share/doc/HTML/pt_BR/sweeper/common +share/doc/HTML/pt_BR/sweeper/index.cache.bz2 +share/doc/HTML/pt_BR/sweeper/index.docbook +share/doc/HTML/pt_BR/sweeper/sweeper.png share/doc/HTML/pt_BR/systemsettings/common share/doc/HTML/pt_BR/systemsettings/index.cache.bz2 share/doc/HTML/pt_BR/systemsettings/index.docbook @@ -1317,33 +1139,7 @@ share/doc/HTML/pt_BR/umbrello/umbrello-ui.png share/doc/HTML/pt_BR/umbrello/uml_basics.docbook share/doc/HTML/pt_BR/umbrello/use-case-diagram.png share/doc/HTML/pt_BR/umbrello/working_with_umbrello.docbook -share/locale/pt_BR/LC_MESSAGES/akonadi-kcal.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_next.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/pt_BR/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/pt_BR/LC_MESSAGES/akonadicontact.mo -share/locale/pt_BR/LC_MESSAGES/akonaditray.mo -share/locale/pt_BR/LC_MESSAGES/akregator.mo share/locale/pt_BR/LC_MESSAGES/amor.mo share/locale/pt_BR/LC_MESSAGES/ark.mo share/locale/pt_BR/LC_MESSAGES/attica_kde.mo @@ -1351,43 +1147,37 @@ share/locale/pt_BR/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/pt_BR/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pt_BR/LC_MESSAGES/audiorename_plugin.mo share/locale/pt_BR/LC_MESSAGES/blinken.mo -share/locale/pt_BR/LC_MESSAGES/blogilo.mo share/locale/pt_BR/LC_MESSAGES/bomber.mo share/locale/pt_BR/LC_MESSAGES/bovo.mo share/locale/pt_BR/LC_MESSAGES/cantor.mo share/locale/pt_BR/LC_MESSAGES/cervisia.mo -share/locale/pt_BR/LC_MESSAGES/cryptopageplugin.mo share/locale/pt_BR/LC_MESSAGES/cvsservice.mo share/locale/pt_BR/LC_MESSAGES/display.mo share/locale/pt_BR/LC_MESSAGES/dolphin.mo share/locale/pt_BR/LC_MESSAGES/dragonplayer.mo share/locale/pt_BR/LC_MESSAGES/drkonqi.mo share/locale/pt_BR/LC_MESSAGES/filetypes.mo +share/locale/pt_BR/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/pt_BR/LC_MESSAGES/freespacenotifier.mo share/locale/pt_BR/LC_MESSAGES/granatier.mo share/locale/pt_BR/LC_MESSAGES/gwenview.mo share/locale/pt_BR/LC_MESSAGES/htmlsearch.mo share/locale/pt_BR/LC_MESSAGES/imagerename_plugin.mo -share/locale/pt_BR/LC_MESSAGES/irkick.mo +share/locale/pt_BR/LC_MESSAGES/jovie.mo share/locale/pt_BR/LC_MESSAGES/joystick.mo share/locale/pt_BR/LC_MESSAGES/juk.mo share/locale/pt_BR/LC_MESSAGES/kabc.mo -share/locale/pt_BR/LC_MESSAGES/kabc_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kabc_dir.mo share/locale/pt_BR/LC_MESSAGES/kabc_file.mo share/locale/pt_BR/LC_MESSAGES/kabc_ldapkio.mo share/locale/pt_BR/LC_MESSAGES/kabc_net.mo -share/locale/pt_BR/LC_MESSAGES/kabc_slox.mo -share/locale/pt_BR/LC_MESSAGES/kabcclient.mo share/locale/pt_BR/LC_MESSAGES/kabcformat_binary.mo share/locale/pt_BR/LC_MESSAGES/kaccess.mo -share/locale/pt_BR/LC_MESSAGES/kaddressbook.mo -share/locale/pt_BR/LC_MESSAGES/kalarm.mo +share/locale/pt_BR/LC_MESSAGES/kajongg.mo share/locale/pt_BR/LC_MESSAGES/kalgebra.mo share/locale/pt_BR/LC_MESSAGES/kalzium.mo -share/locale/pt_BR/LC_MESSAGES/kalzium_qt.mo share/locale/pt_BR/LC_MESSAGES/kanagram.mo share/locale/pt_BR/LC_MESSAGES/kapman.mo -share/locale/pt_BR/LC_MESSAGES/kappfinder.mo share/locale/pt_BR/LC_MESSAGES/kapptemplate.mo share/locale/pt_BR/LC_MESSAGES/kate-ctags-plugin.mo share/locale/pt_BR/LC_MESSAGES/kate.mo @@ -1399,20 +1189,17 @@ share/locale/pt_BR/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pt_BR/LC_MESSAGES/katefiletemplates.mo share/locale/pt_BR/LC_MESSAGES/katefindinfilesplugin.mo share/locale/pt_BR/LC_MESSAGES/katehelloworld.mo -share/locale/pt_BR/LC_MESSAGES/katehtmltools.mo share/locale/pt_BR/LC_MESSAGES/kateinsertcommand.mo share/locale/pt_BR/LC_MESSAGES/katekjswrapper.mo share/locale/pt_BR/LC_MESSAGES/katekonsoleplugin.mo share/locale/pt_BR/LC_MESSAGES/katemailfilesplugin.mo share/locale/pt_BR/LC_MESSAGES/kateopenheader.mo share/locale/pt_BR/LC_MESSAGES/katepart4.mo -share/locale/pt_BR/LC_MESSAGES/katepybrowse.mo share/locale/pt_BR/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/pt_BR/LC_MESSAGES/katesnippets.mo share/locale/pt_BR/LC_MESSAGES/katesnippets_tng.mo -share/locale/pt_BR/LC_MESSAGES/katesnippetstng_editor.mo share/locale/pt_BR/LC_MESSAGES/katesymbolviewer.mo share/locale/pt_BR/LC_MESSAGES/katetabbarextension.mo +share/locale/pt_BR/LC_MESSAGES/katetabifyplugin.mo share/locale/pt_BR/LC_MESSAGES/katetextfilter.mo share/locale/pt_BR/LC_MESSAGES/katexmlcheck.mo share/locale/pt_BR/LC_MESSAGES/katexmltools.mo @@ -1427,27 +1214,27 @@ share/locale/pt_BR/LC_MESSAGES/kbruch.mo share/locale/pt_BR/LC_MESSAGES/kbugbuster.mo share/locale/pt_BR/LC_MESSAGES/kcachegrind.mo share/locale/pt_BR/LC_MESSAGES/kcachegrind_qt.mo -share/locale/pt_BR/LC_MESSAGES/kcal_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kcalc.mo share/locale/pt_BR/LC_MESSAGES/kcertpart.mo share/locale/pt_BR/LC_MESSAGES/kcharselect.mo -share/locale/pt_BR/LC_MESSAGES/kcm_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pt_BR/LC_MESSAGES/kcm_attica.mo share/locale/pt_BR/LC_MESSAGES/kcm_autostart.mo +share/locale/pt_BR/LC_MESSAGES/kcm_desktoppaths.mo share/locale/pt_BR/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/pt_BR/LC_MESSAGES/kcm_device_automounter.mo share/locale/pt_BR/LC_MESSAGES/kcm_emoticons.mo +share/locale/pt_BR/LC_MESSAGES/kcm_infobase.mo +share/locale/pt_BR/LC_MESSAGES/kcm_infosummary.mo share/locale/pt_BR/LC_MESSAGES/kcm_krfb.mo share/locale/pt_BR/LC_MESSAGES/kcm_kwindesktop.mo share/locale/pt_BR/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/pt_BR/LC_MESSAGES/kcm_lirc.mo share/locale/pt_BR/LC_MESSAGES/kcm_memory.mo -share/locale/pt_BR/LC_MESSAGES/kcm_partition.mo share/locale/pt_BR/LC_MESSAGES/kcm_pci.mo share/locale/pt_BR/LC_MESSAGES/kcm_phonon.mo share/locale/pt_BR/LC_MESSAGES/kcm_phononxine.mo share/locale/pt_BR/LC_MESSAGES/kcm_platform.mo +share/locale/pt_BR/LC_MESSAGES/kcm_remotecontrol.mo share/locale/pt_BR/LC_MESSAGES/kcm_solid.mo share/locale/pt_BR/LC_MESSAGES/kcm_solid_actions.mo share/locale/pt_BR/LC_MESSAGES/kcm_standard_actions.mo @@ -1460,13 +1247,13 @@ share/locale/pt_BR/LC_MESSAGES/kcmcgi.mo share/locale/pt_BR/LC_MESSAGES/kcmcolors.mo share/locale/pt_BR/LC_MESSAGES/kcmcomponentchooser.mo share/locale/pt_BR/LC_MESSAGES/kcmcrypto.mo +share/locale/pt_BR/LC_MESSAGES/kcmdevinfo.mo share/locale/pt_BR/LC_MESSAGES/kcmfonts.mo share/locale/pt_BR/LC_MESSAGES/kcmhtmlsearch.mo share/locale/pt_BR/LC_MESSAGES/kcmicons.mo share/locale/pt_BR/LC_MESSAGES/kcminfo.mo share/locale/pt_BR/LC_MESSAGES/kcminit.mo share/locale/pt_BR/LC_MESSAGES/kcminput.mo -share/locale/pt_BR/LC_MESSAGES/kcmioslaveinfo.mo share/locale/pt_BR/LC_MESSAGES/kcmkamera.mo share/locale/pt_BR/LC_MESSAGES/kcmkclock.mo share/locale/pt_BR/LC_MESSAGES/kcmkded.mo @@ -1495,7 +1282,6 @@ share/locale/pt_BR/LC_MESSAGES/kcmscreensaver.mo share/locale/pt_BR/LC_MESSAGES/kcmshell.mo share/locale/pt_BR/LC_MESSAGES/kcmsmartcard.mo share/locale/pt_BR/LC_MESSAGES/kcmsmserver.mo -share/locale/pt_BR/LC_MESSAGES/kcmsolidproc.mo share/locale/pt_BR/LC_MESSAGES/kcmstyle.mo share/locale/pt_BR/LC_MESSAGES/kcmusb.mo share/locale/pt_BR/LC_MESSAGES/kcmview1394.mo @@ -1509,16 +1295,11 @@ share/locale/pt_BR/LC_MESSAGES/kdebugdialog.mo share/locale/pt_BR/LC_MESSAGES/kdecalendarsystems.mo share/locale/pt_BR/LC_MESSAGES/kdelibs4.mo share/locale/pt_BR/LC_MESSAGES/kdelibs_colors4.mo -share/locale/pt_BR/LC_MESSAGES/kdelirc.mo share/locale/pt_BR/LC_MESSAGES/kdepasswd.mo -share/locale/pt_BR/LC_MESSAGES/kdepimresources.mo -share/locale/pt_BR/LC_MESSAGES/kdepimwizards.mo share/locale/pt_BR/LC_MESSAGES/kdeqt.mo share/locale/pt_BR/LC_MESSAGES/kdesu.mo share/locale/pt_BR/LC_MESSAGES/kdesud.mo share/locale/pt_BR/LC_MESSAGES/kdf.mo -share/locale/pt_BR/LC_MESSAGES/kdgantt.mo -share/locale/pt_BR/LC_MESSAGES/kdgantt1.mo share/locale/pt_BR/LC_MESSAGES/kdialog.mo share/locale/pt_BR/LC_MESSAGES/kdiamond.mo share/locale/pt_BR/LC_MESSAGES/kdmconfig.mo @@ -1572,7 +1353,6 @@ share/locale/pt_BR/LC_MESSAGES/kimagemapeditor.mo share/locale/pt_BR/LC_MESSAGES/kinetd.mo share/locale/pt_BR/LC_MESSAGES/kinfocenter.mo share/locale/pt_BR/LC_MESSAGES/kio4.mo -share/locale/pt_BR/LC_MESSAGES/kio_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kio_applications.mo share/locale/pt_BR/LC_MESSAGES/kio_archive.mo share/locale/pt_BR/LC_MESSAGES/kio_audiocd.mo @@ -1580,7 +1360,6 @@ share/locale/pt_BR/LC_MESSAGES/kio_bookmarks.mo share/locale/pt_BR/LC_MESSAGES/kio_finger.mo share/locale/pt_BR/LC_MESSAGES/kio_fish.mo share/locale/pt_BR/LC_MESSAGES/kio_floppy.mo -share/locale/pt_BR/LC_MESSAGES/kio_groupwise.mo share/locale/pt_BR/LC_MESSAGES/kio_help4.mo share/locale/pt_BR/LC_MESSAGES/kio_imap4.mo share/locale/pt_BR/LC_MESSAGES/kio_info.mo @@ -1608,9 +1387,7 @@ share/locale/pt_BR/LC_MESSAGES/kioclient.mo share/locale/pt_BR/LC_MESSAGES/kioexec.mo share/locale/pt_BR/LC_MESSAGES/kiriki.mo share/locale/pt_BR/LC_MESSAGES/kiten.mo -share/locale/pt_BR/LC_MESSAGES/kjots.mo share/locale/pt_BR/LC_MESSAGES/kjumpingcube.mo -share/locale/pt_BR/LC_MESSAGES/kleopatra.mo share/locale/pt_BR/LC_MESSAGES/klettres.mo share/locale/pt_BR/LC_MESSAGES/klines.mo share/locale/pt_BR/LC_MESSAGES/klinkstatus.mo @@ -1618,12 +1395,6 @@ share/locale/pt_BR/LC_MESSAGES/klipper.mo share/locale/pt_BR/LC_MESSAGES/klock.mo share/locale/pt_BR/LC_MESSAGES/kmag.mo share/locale/pt_BR/LC_MESSAGES/kmahjongg.mo -share/locale/pt_BR/LC_MESSAGES/kmail-migrator.mo -share/locale/pt_BR/LC_MESSAGES/kmail.mo -share/locale/pt_BR/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/pt_BR/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/pt_BR/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/pt_BR/LC_MESSAGES/kmailcvt.mo share/locale/pt_BR/LC_MESSAGES/kmenuedit.mo share/locale/pt_BR/LC_MESSAGES/kmimetypefinder.mo share/locale/pt_BR/LC_MESSAGES/kmines.mo @@ -1634,8 +1405,6 @@ share/locale/pt_BR/LC_MESSAGES/kmplot.mo share/locale/pt_BR/LC_MESSAGES/knetattach.mo share/locale/pt_BR/LC_MESSAGES/knetwalk.mo share/locale/pt_BR/LC_MESSAGES/knetworkconfmodule.mo -share/locale/pt_BR/LC_MESSAGES/knode.mo -share/locale/pt_BR/LC_MESSAGES/knotes.mo share/locale/pt_BR/LC_MESSAGES/knotify4.mo share/locale/pt_BR/LC_MESSAGES/kolf.mo share/locale/pt_BR/LC_MESSAGES/kollision.mo @@ -1645,11 +1414,8 @@ share/locale/pt_BR/LC_MESSAGES/kompare.mo share/locale/pt_BR/LC_MESSAGES/konqueror.mo share/locale/pt_BR/LC_MESSAGES/konquest.mo share/locale/pt_BR/LC_MESSAGES/konsole.mo -share/locale/pt_BR/LC_MESSAGES/konsolekalendar.mo -share/locale/pt_BR/LC_MESSAGES/kontact.mo share/locale/pt_BR/LC_MESSAGES/kontactinterfaces.mo share/locale/pt_BR/LC_MESSAGES/kopete.mo -share/locale/pt_BR/LC_MESSAGES/korganizer.mo share/locale/pt_BR/LC_MESSAGES/kpartloader.mo share/locale/pt_BR/LC_MESSAGES/kpartsaver.mo share/locale/pt_BR/LC_MESSAGES/kpasswdserver.mo @@ -1658,28 +1424,20 @@ share/locale/pt_BR/LC_MESSAGES/kppp.mo share/locale/pt_BR/LC_MESSAGES/kppplogview.mo share/locale/pt_BR/LC_MESSAGES/kquitapp.mo share/locale/pt_BR/LC_MESSAGES/krandr.mo +share/locale/pt_BR/LC_MESSAGES/krcdnotifieritem.mo share/locale/pt_BR/LC_MESSAGES/krdb.mo share/locale/pt_BR/LC_MESSAGES/krdc.mo share/locale/pt_BR/LC_MESSAGES/kreadconfig.mo -share/locale/pt_BR/LC_MESSAGES/kres-migrator.mo -share/locale/pt_BR/LC_MESSAGES/kres_birthday.mo -share/locale/pt_BR/LC_MESSAGES/kres_blog.mo +share/locale/pt_BR/LC_MESSAGES/kremotecontroldaemon.mo share/locale/pt_BR/LC_MESSAGES/kres_bugzilla.mo -share/locale/pt_BR/LC_MESSAGES/kres_groupware.mo -share/locale/pt_BR/LC_MESSAGES/kres_groupwise.mo -share/locale/pt_BR/LC_MESSAGES/kres_kolab.mo -share/locale/pt_BR/LC_MESSAGES/kres_remote.mo -share/locale/pt_BR/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/pt_BR/LC_MESSAGES/kreversi.mo share/locale/pt_BR/LC_MESSAGES/krfb.mo share/locale/pt_BR/LC_MESSAGES/kruler.mo share/locale/pt_BR/LC_MESSAGES/krunner.mo share/locale/pt_BR/LC_MESSAGES/ksame.mo share/locale/pt_BR/LC_MESSAGES/ksaneplugin.mo -share/locale/pt_BR/LC_MESSAGES/ksayit.mo share/locale/pt_BR/LC_MESSAGES/kscd.mo share/locale/pt_BR/LC_MESSAGES/kscreensaver.mo -share/locale/pt_BR/LC_MESSAGES/ksendemail.mo share/locale/pt_BR/LC_MESSAGES/kshisen.mo share/locale/pt_BR/LC_MESSAGES/kshorturifilter.mo share/locale/pt_BR/LC_MESSAGES/ksirk.mo @@ -1701,16 +1459,14 @@ share/locale/pt_BR/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pt_BR/LC_MESSAGES/ksystemlog.mo share/locale/pt_BR/LC_MESSAGES/ksystraycmd.mo share/locale/pt_BR/LC_MESSAGES/kteatime.mo +share/locale/pt_BR/LC_MESSAGES/ktesnippets_editor.mo share/locale/pt_BR/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/pt_BR/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/pt_BR/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pt_BR/LC_MESSAGES/kthememanager.mo share/locale/pt_BR/LC_MESSAGES/ktimer.mo -share/locale/pt_BR/LC_MESSAGES/ktimetracker.mo share/locale/pt_BR/LC_MESSAGES/ktouch.mo share/locale/pt_BR/LC_MESSAGES/ktraderclient.mo share/locale/pt_BR/LC_MESSAGES/ktron.mo -share/locale/pt_BR/LC_MESSAGES/kttsd.mo share/locale/pt_BR/LC_MESSAGES/ktuberling.mo share/locale/pt_BR/LC_MESSAGES/kturtle.mo share/locale/pt_BR/LC_MESSAGES/ktux.mo @@ -1721,8 +1477,6 @@ share/locale/pt_BR/LC_MESSAGES/kurifilter.mo share/locale/pt_BR/LC_MESSAGES/kuser.mo share/locale/pt_BR/LC_MESSAGES/kwalletd.mo share/locale/pt_BR/LC_MESSAGES/kwalletmanager.mo -share/locale/pt_BR/LC_MESSAGES/kwatchgnupg.mo -share/locale/pt_BR/LC_MESSAGES/kweather.mo share/locale/pt_BR/LC_MESSAGES/kwin.mo share/locale/pt_BR/LC_MESSAGES/kwin_art_clients.mo share/locale/pt_BR/LC_MESSAGES/kwin_clients.mo @@ -1744,31 +1498,25 @@ share/locale/pt_BR/LC_MESSAGES/libkcompactdisc.mo share/locale/pt_BR/LC_MESSAGES/libkdcraw.mo share/locale/pt_BR/LC_MESSAGES/libkdeedu.mo share/locale/pt_BR/LC_MESSAGES/libkdegames.mo -share/locale/pt_BR/LC_MESSAGES/libkdepim.mo share/locale/pt_BR/LC_MESSAGES/libkexiv2.mo share/locale/pt_BR/LC_MESSAGES/libkholidays.mo share/locale/pt_BR/LC_MESSAGES/libkimap.mo share/locale/pt_BR/LC_MESSAGES/libkldap.mo -share/locale/pt_BR/LC_MESSAGES/libkleopatra.mo share/locale/pt_BR/LC_MESSAGES/libkmahjongg.mo share/locale/pt_BR/LC_MESSAGES/libkmime.mo share/locale/pt_BR/LC_MESSAGES/libkonq.mo -share/locale/pt_BR/LC_MESSAGES/libkpgp.mo share/locale/pt_BR/LC_MESSAGES/libkpimidentities.mo share/locale/pt_BR/LC_MESSAGES/libkpimtextedit.mo share/locale/pt_BR/LC_MESSAGES/libkpimutils.mo +share/locale/pt_BR/LC_MESSAGES/libkremotecontrol.mo share/locale/pt_BR/LC_MESSAGES/libkresources.mo share/locale/pt_BR/LC_MESSAGES/libksane.mo share/locale/pt_BR/LC_MESSAGES/libkscreensaver.mo -share/locale/pt_BR/LC_MESSAGES/libksieve.mo share/locale/pt_BR/LC_MESSAGES/libktnef.mo share/locale/pt_BR/LC_MESSAGES/libkunitconversion.mo share/locale/pt_BR/LC_MESSAGES/libkworkspace.mo share/locale/pt_BR/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pt_BR/LC_MESSAGES/libmailtransport.mo -share/locale/pt_BR/LC_MESSAGES/libmessagecore.mo -share/locale/pt_BR/LC_MESSAGES/libmessagelist.mo -share/locale/pt_BR/LC_MESSAGES/libmessageviewer.mo share/locale/pt_BR/LC_MESSAGES/liboktetacore.mo share/locale/pt_BR/LC_MESSAGES/liboktetakasten.mo share/locale/pt_BR/LC_MESSAGES/libphonon.mo @@ -1779,7 +1527,6 @@ share/locale/pt_BR/LC_MESSAGES/librtm.mo share/locale/pt_BR/LC_MESSAGES/libtaskmanager.mo share/locale/pt_BR/LC_MESSAGES/lokalize.mo share/locale/pt_BR/LC_MESSAGES/lskat.mo -share/locale/pt_BR/LC_MESSAGES/mailreader.mo share/locale/pt_BR/LC_MESSAGES/marble.mo share/locale/pt_BR/LC_MESSAGES/marble_qt.mo share/locale/pt_BR/LC_MESSAGES/mplayerthumbs.mo @@ -1813,10 +1560,12 @@ share/locale/pt_BR/LC_MESSAGES/phononserver.mo share/locale/pt_BR/LC_MESSAGES/plasma-desktop.mo share/locale/pt_BR/LC_MESSAGES/plasma-netbook.mo share/locale/pt_BR/LC_MESSAGES/plasma-overlay.mo +share/locale/pt_BR/LC_MESSAGES/plasma-windowed.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_battery.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_calculator.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_clock.mo @@ -1833,6 +1582,7 @@ share/locale/pt_BR/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_icon.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_katesession.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -1840,7 +1590,6 @@ share/locale/pt_BR/LC_MESSAGES/plasma_applet_kget.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/pt_BR/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_launcher.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_life.mo @@ -1852,6 +1601,7 @@ share/locale/pt_BR/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_news.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_notes.mo +share/locale/pt_BR/LC_MESSAGES/plasma_applet_notifications.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pt_BR/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -1893,7 +1643,9 @@ share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/pt_BR/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_calendar.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/pt_BR/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_metadata.mo @@ -1905,12 +1657,14 @@ share/locale/pt_BR/LC_MESSAGES/plasma_engine_rss.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/pt_BR/LC_MESSAGES/plasma_engine_weather.mo share/locale/pt_BR/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_contacts.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_datetime.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_kget.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_kill.mo @@ -1930,6 +1684,7 @@ share/locale/pt_BR/LC_MESSAGES/plasma_runner_shell.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_solid.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/pt_BR/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pt_BR/LC_MESSAGES/plasma_runner_windows.mo share/locale/pt_BR/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pt_BR/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1975,7 +1730,7 @@ share/locale/pt_BR/LC_MESSAGES/xml_mimetypes.mo share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/umbrello @dirrm share/doc/HTML/pt_BR/systemsettings -@dirrm share/doc/HTML/pt_BR/superkaramba +@dirrm share/doc/HTML/pt_BR/sweeper @dirrm share/doc/HTML/pt_BR/step @dirrm share/doc/HTML/pt_BR/sonnet @dirrm share/doc/HTML/pt_BR/rocs @@ -1983,6 +1738,7 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/plasma-desktop @dirrm share/doc/HTML/pt_BR/parley @dirrm share/doc/HTML/pt_BR/palapeli +@dirrm share/doc/HTML/pt_BR/onlinehelp @dirrm share/doc/HTML/pt_BR/okular @dirrm share/doc/HTML/pt_BR/okteta @dirrm share/doc/HTML/pt_BR/marble @@ -1990,17 +1746,13 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/lokalize @dirrm share/doc/HTML/pt_BR/kwrite @dirrm share/doc/HTML/pt_BR/kwordquiz -@dirrm share/doc/HTML/pt_BR/kweather -@dirrm share/doc/HTML/pt_BR/kwatchgnupg @dirrm share/doc/HTML/pt_BR/kwallet @dirrm share/doc/HTML/pt_BR/kuser @dirrm share/doc/HTML/pt_BR/kubrick @dirrm share/doc/HTML/pt_BR/kturtle @dirrm share/doc/HTML/pt_BR/ktuberling -@dirrm share/doc/HTML/pt_BR/kttsd @dirrm share/doc/HTML/pt_BR/ktron @dirrm share/doc/HTML/pt_BR/ktouch -@dirrm share/doc/HTML/pt_BR/ktimetracker @dirrm share/doc/HTML/pt_BR/ktimer @dirrm share/doc/HTML/pt_BR/kteatime @dirrm share/doc/HTML/pt_BR/ksystemlog @@ -2020,11 +1772,7 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/krdc @dirrm share/doc/HTML/pt_BR/kppp @dirrm share/doc/HTML/pt_BR/kpat -@dirrm share/doc/HTML/pt_BR/korganizer @dirrm share/doc/HTML/pt_BR/kopete -@dirrm share/doc/HTML/pt_BR/kontact-admin -@dirrm share/doc/HTML/pt_BR/kontact -@dirrm share/doc/HTML/pt_BR/konsolekalendar @dirrm share/doc/HTML/pt_BR/konsole @dirrm share/doc/HTML/pt_BR/konquest @dirrm share/doc/HTML/pt_BR/konqueror @@ -2033,8 +1781,6 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kolourpaint @dirrm share/doc/HTML/pt_BR/kollision @dirrm share/doc/HTML/pt_BR/kolf -@dirrm share/doc/HTML/pt_BR/knotes -@dirrm share/doc/HTML/pt_BR/knode @dirrm share/doc/HTML/pt_BR/knetwalk @dirrm share/doc/HTML/pt_BR/knetattach @dirrm share/doc/HTML/pt_BR/kmplot @@ -2043,16 +1789,13 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kmix @dirrm share/doc/HTML/pt_BR/kmines @dirrm share/doc/HTML/pt_BR/kmenuedit -@dirrm share/doc/HTML/pt_BR/kmail @dirrm share/doc/HTML/pt_BR/kmahjongg @dirrm share/doc/HTML/pt_BR/kmag @dirrm share/doc/HTML/pt_BR/klipper @dirrm share/doc/HTML/pt_BR/klinkstatus @dirrm share/doc/HTML/pt_BR/klines @dirrm share/doc/HTML/pt_BR/klettres -@dirrm share/doc/HTML/pt_BR/kleopatra @dirrm share/doc/HTML/pt_BR/kjumpingcube -@dirrm share/doc/HTML/pt_BR/kjots @dirrm share/doc/HTML/pt_BR/kiten @dirrm share/doc/HTML/pt_BR/kiriki @dirrm share/doc/HTML/pt_BR/kioslave/xz @@ -2068,7 +1811,6 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kioslave/pop3 @dirrm share/doc/HTML/pt_BR/kioslave/nntp @dirrm share/doc/HTML/pt_BR/kioslave/nfs -@dirrm share/doc/HTML/pt_BR/kioslave/news @dirrm share/doc/HTML/pt_BR/kioslave/network @dirrm share/doc/HTML/pt_BR/kioslave/mbox @dirrm share/doc/HTML/pt_BR/kioslave/man @@ -2090,33 +1832,12 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kioslave/bookmarks @dirrm share/doc/HTML/pt_BR/kioslave/audiocd @dirrm share/doc/HTML/pt_BR/kioslave -@dirrm share/doc/HTML/pt_BR/kinfocenter/xserver -@dirrm share/doc/HTML/pt_BR/kinfocenter/view1394 -@dirrm share/doc/HTML/pt_BR/kinfocenter/usb -@dirrm share/doc/HTML/pt_BR/kinfocenter/sound -@dirrm share/doc/HTML/pt_BR/kinfocenter/scsi -@dirrm share/doc/HTML/pt_BR/kinfocenter/samba -@dirrm share/doc/HTML/pt_BR/kinfocenter/protocols -@dirrm share/doc/HTML/pt_BR/kinfocenter/processor -@dirrm share/doc/HTML/pt_BR/kinfocenter/pci -@dirrm share/doc/HTML/pt_BR/kinfocenter/partitions -@dirrm share/doc/HTML/pt_BR/kinfocenter/opengl -@dirrm share/doc/HTML/pt_BR/kinfocenter/nics -@dirrm share/doc/HTML/pt_BR/kinfocenter/memory -@dirrm share/doc/HTML/pt_BR/kinfocenter/ioports -@dirrm share/doc/HTML/pt_BR/kinfocenter/interrupts -@dirrm share/doc/HTML/pt_BR/kinfocenter/dma -@dirrm share/doc/HTML/pt_BR/kinfocenter/devices @dirrm share/doc/HTML/pt_BR/kinfocenter @dirrm share/doc/HTML/pt_BR/kimagemapeditor @dirrm share/doc/HTML/pt_BR/killbots @dirrm share/doc/HTML/pt_BR/kigo @dirrm share/doc/HTML/pt_BR/kig -@dirrm share/doc/HTML/pt_BR/khelpcenter/visualdict -@dirrm share/doc/HTML/pt_BR/khelpcenter/userguide -@dirrm share/doc/HTML/pt_BR/khelpcenter/quickstart @dirrm share/doc/HTML/pt_BR/khelpcenter/glossary -@dirrm share/doc/HTML/pt_BR/khelpcenter/faq @dirrm share/doc/HTML/pt_BR/khelpcenter @dirrm share/doc/HTML/pt_BR/khangman @dirrm share/doc/HTML/pt_BR/kgpg @@ -2124,6 +1845,7 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kget @dirrm share/doc/HTML/pt_BR/kgeography @dirrm share/doc/HTML/pt_BR/kfourinline +@dirrm share/doc/HTML/pt_BR/kfontview @dirrm share/doc/HTML/pt_BR/kfloppy @dirrm share/doc/HTML/pt_BR/kfind @dirrm share/doc/HTML/pt_BR/kfilereplace @@ -2156,12 +1878,12 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kcontrol/nepomuk @dirrm share/doc/HTML/pt_BR/kcontrol/mouse @dirrm share/doc/HTML/pt_BR/kcontrol/language -@dirrm share/doc/HTML/pt_BR/kcontrol/kxkb @dirrm share/doc/HTML/pt_BR/kcontrol/kwintabbox @dirrm share/doc/HTML/pt_BR/kcontrol/kwinscreenedges @dirrm share/doc/HTML/pt_BR/kcontrol/kwindecoration @dirrm share/doc/HTML/pt_BR/kcontrol/kwincompositing @dirrm share/doc/HTML/pt_BR/kcontrol/kresources +@dirrm share/doc/HTML/pt_BR/kcontrol/kremotecontrol @dirrm share/doc/HTML/pt_BR/kcontrol/knetworkconf @dirrm share/doc/HTML/pt_BR/kcontrol/khtml-plugins @dirrm share/doc/HTML/pt_BR/kcontrol/khtml-java-js @@ -2176,7 +1898,6 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kcontrol/kcmsmserver @dirrm share/doc/HTML/pt_BR/kcontrol/kcmnotify @dirrm share/doc/HTML/pt_BR/kcontrol/kcmlaunch -@dirrm share/doc/HTML/pt_BR/kcontrol/kcmdisplay @dirrm share/doc/HTML/pt_BR/kcontrol/kcmcss @dirrm share/doc/HTML/pt_BR/kcontrol/kcmcgi @dirrm share/doc/HTML/pt_BR/kcontrol/kcmaccess @@ -2184,7 +1905,6 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kcontrol/joystick @dirrm share/doc/HTML/pt_BR/kcontrol/icons @dirrm share/doc/HTML/pt_BR/kcontrol/history -@dirrm share/doc/HTML/pt_BR/kcontrol/helpindex @dirrm share/doc/HTML/pt_BR/kcontrol/fonts @dirrm share/doc/HTML/pt_BR/kcontrol/fontinst @dirrm share/doc/HTML/pt_BR/kcontrol/filetypes @@ -2205,7 +1925,6 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kcontrol/autostart @dirrm share/doc/HTML/pt_BR/kcontrol/attica @dirrm share/doc/HTML/pt_BR/kcontrol -@dirrm share/doc/HTML/pt_BR/kcmlirc @dirrm share/doc/HTML/pt_BR/kcharselect @dirrm share/doc/HTML/pt_BR/kcalc @dirrm share/doc/HTML/pt_BR/kcachegrind @@ -2223,10 +1942,9 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/kanagram @dirrm share/doc/HTML/pt_BR/kalzium @dirrm share/doc/HTML/pt_BR/kalgebra -@dirrm share/doc/HTML/pt_BR/kalarm -@dirrm share/doc/HTML/pt_BR/kabcclient +@dirrm share/doc/HTML/pt_BR/kajongg @dirrm share/doc/HTML/pt_BR/juk -@dirrm share/doc/HTML/pt_BR/irkick +@dirrm share/doc/HTML/pt_BR/jovie @dirrm share/doc/HTML/pt_BR/gwenview @dirrm share/doc/HTML/pt_BR/granatier @dirrm share/doc/HTML/pt_BR/dragonplayer @@ -2236,11 +1954,9 @@ share/locale/pt_BR/entry.desktop @dirrm share/doc/HTML/pt_BR/cantor @dirrm share/doc/HTML/pt_BR/bovo @dirrm share/doc/HTML/pt_BR/bomber -@dirrm share/doc/HTML/pt_BR/blogilo @dirrm share/doc/HTML/pt_BR/blinken @dirrm share/doc/HTML/pt_BR/ark @dirrm share/doc/HTML/pt_BR/amor -@dirrm share/doc/HTML/pt_BR/akregator @dirrm share/doc/HTML/pt_BR/PolicyKit-kde @dirrm share/apps/kvtml/pt_BR @dirrm share/apps/kvtml diff --git a/portuguese/kde4-l10n/Makefile.man b/portuguese/kde4-l10n/Makefile.man index 22435ff8500d..d30fe4384e9f 100644 --- a/portuguese/kde4-l10n/Makefile.man +++ b/portuguese/kde4-l10n/Makefile.man @@ -1,4 +1,4 @@ -MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 kworldclock.1 makekdewidgets.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 +MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kalzium.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 MAN6= amor.6 khangman.6 kpat.6 MAN7= kdeoptions.7 qtoptions.7 -MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 +MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 nepomukserver.8 nepomukservicestub.8 diff --git a/portuguese/kde4-l10n/distinfo b/portuguese/kde4-l10n/distinfo index 6373fee9f44a..3a4ee956d83f 100644 --- a/portuguese/kde4-l10n/distinfo +++ b/portuguese/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-pt-4.4.5.tar.bz2) = a13ac78bc3893d6702fd349c99468aa2 -SHA256 (KDE/kde-l10n/kde-l10n-pt-4.4.5.tar.bz2) = c1863dabddd30f970532ac6ccf50279e063bd449aa021837f3f4f3a373e2752e -SIZE (KDE/kde-l10n/kde-l10n-pt-4.4.5.tar.bz2) = 6345114 +MD5 (KDE/kde-l10n/kde-l10n-pt-4.5.1.tar.bz2) = 07712d4007e54a9714f5e4ade5430f75 +SHA256 (KDE/kde-l10n/kde-l10n-pt-4.5.1.tar.bz2) = a1937dff19e538eccf04efeb88b0b758f0a13379b598e82350adc6346fbeb38a +SIZE (KDE/kde-l10n/kde-l10n-pt-4.5.1.tar.bz2) = 4799518 diff --git a/portuguese/kde4-l10n/pkg-plist b/portuguese/kde4-l10n/pkg-plist index bdee999b5dfa..17a323df619c 100644 --- a/portuguese/kde4-l10n/pkg-plist +++ b/portuguese/kde4-l10n/pkg-plist @@ -25,9 +25,13 @@ share/apps/kvtml/pt/animals.kvtml share/apps/kvtml/pt/easy.kvtml share/apps/kvtml/pt/hard.kvtml share/apps/kvtml/pt/medium.kvtml -share/doc/HTML/pt/akregator/common -share/doc/HTML/pt/akregator/index.cache.bz2 -share/doc/HTML/pt/akregator/index.docbook +share/doc/HTML/pt/PolicyKit-kde/authorization.docbook +share/doc/HTML/pt/PolicyKit-kde/authorizationagent.docbook +share/doc/HTML/pt/PolicyKit-kde/common +share/doc/HTML/pt/PolicyKit-kde/howitworks.docbook +share/doc/HTML/pt/PolicyKit-kde/index.cache.bz2 +share/doc/HTML/pt/PolicyKit-kde/index.docbook +share/doc/HTML/pt/PolicyKit-kde/introduction.docbook share/doc/HTML/pt/amor/common share/doc/HTML/pt/amor/index.cache.bz2 share/doc/HTML/pt/amor/index.docbook @@ -42,6 +46,12 @@ share/doc/HTML/pt/blinken/index.docbook share/doc/HTML/pt/bomber/common share/doc/HTML/pt/bomber/index.cache.bz2 share/doc/HTML/pt/bomber/index.docbook +share/doc/HTML/pt/bovo/common +share/doc/HTML/pt/bovo/index.cache.bz2 +share/doc/HTML/pt/bovo/index.docbook +share/doc/HTML/pt/cantor/common +share/doc/HTML/pt/cantor/index.cache.bz2 +share/doc/HTML/pt/cantor/index.docbook share/doc/HTML/pt/cervisia/common share/doc/HTML/pt/cervisia/index.cache.bz2 share/doc/HTML/pt/cervisia/index.docbook @@ -52,27 +62,22 @@ share/doc/HTML/pt/common/lgpl-translated.html share/doc/HTML/pt/dolphin/common share/doc/HTML/pt/dolphin/index.cache.bz2 share/doc/HTML/pt/dolphin/index.docbook +share/doc/HTML/pt/granatier/common +share/doc/HTML/pt/granatier/index.cache.bz2 +share/doc/HTML/pt/granatier/index.docbook share/doc/HTML/pt/gwenview/common -share/doc/HTML/pt/gwenview/docked_windows.docbook -share/doc/HTML/pt/gwenview/external_tools.docbook share/doc/HTML/pt/gwenview/index.cache.bz2 share/doc/HTML/pt/gwenview/index.docbook share/doc/HTML/pt/gwenview/interface.docbook share/doc/HTML/pt/gwenview/introduction.docbook share/doc/HTML/pt/gwenview/keybindings.docbook share/doc/HTML/pt/gwenview/mouse.docbook -share/doc/HTML/pt/irkick/common -share/doc/HTML/pt/irkick/index.cache.bz2 -share/doc/HTML/pt/irkick/index.docbook +share/doc/HTML/pt/jovie/common +share/doc/HTML/pt/jovie/index.cache.bz2 +share/doc/HTML/pt/jovie/index.docbook share/doc/HTML/pt/juk/common share/doc/HTML/pt/juk/index.cache.bz2 share/doc/HTML/pt/juk/index.docbook -share/doc/HTML/pt/kaddressbook/common -share/doc/HTML/pt/kaddressbook/index.cache.bz2 -share/doc/HTML/pt/kaddressbook/index.docbook -share/doc/HTML/pt/kalarm/common -share/doc/HTML/pt/kalarm/index.cache.bz2 -share/doc/HTML/pt/kalarm/index.docbook share/doc/HTML/pt/kalgebra/common share/doc/HTML/pt/kalgebra/index.cache.bz2 share/doc/HTML/pt/kalgebra/index.docbook @@ -80,12 +85,12 @@ share/doc/HTML/pt/kalzium/common share/doc/HTML/pt/kalzium/index.cache.bz2 share/doc/HTML/pt/kalzium/index.docbook share/doc/HTML/pt/kalzium/man-kalzium.1.docbook -share/doc/HTML/pt/kamera/common -share/doc/HTML/pt/kamera/index.cache.bz2 -share/doc/HTML/pt/kamera/index.docbook share/doc/HTML/pt/kanagram/common share/doc/HTML/pt/kanagram/index.cache.bz2 share/doc/HTML/pt/kanagram/index.docbook +share/doc/HTML/pt/kapman/common +share/doc/HTML/pt/kapman/index.cache.bz2 +share/doc/HTML/pt/kapman/index.docbook share/doc/HTML/pt/kapptemplate/common share/doc/HTML/pt/kapptemplate/index.cache.bz2 share/doc/HTML/pt/kapptemplate/index.docbook @@ -124,15 +129,12 @@ share/doc/HTML/pt/kcalc/index.docbook share/doc/HTML/pt/kcharselect/common share/doc/HTML/pt/kcharselect/index.cache.bz2 share/doc/HTML/pt/kcharselect/index.docbook -share/doc/HTML/pt/kcmlirc/common -share/doc/HTML/pt/kcmlirc/index.cache.bz2 -share/doc/HTML/pt/kcmlirc/index.docbook +share/doc/HTML/pt/kcontrol/attica/common +share/doc/HTML/pt/kcontrol/attica/index.cache.bz2 +share/doc/HTML/pt/kcontrol/attica/index.docbook share/doc/HTML/pt/kcontrol/autostart/common share/doc/HTML/pt/kcontrol/autostart/index.cache.bz2 share/doc/HTML/pt/kcontrol/autostart/index.docbook -share/doc/HTML/pt/kcontrol/background/common -share/doc/HTML/pt/kcontrol/background/index.cache.bz2 -share/doc/HTML/pt/kcontrol/background/index.docbook share/doc/HTML/pt/kcontrol/bell/common share/doc/HTML/pt/kcontrol/bell/index.cache.bz2 share/doc/HTML/pt/kcontrol/bell/index.docbook @@ -151,30 +153,24 @@ share/doc/HTML/pt/kcontrol/clock/index.docbook share/doc/HTML/pt/kcontrol/colors/common share/doc/HTML/pt/kcontrol/colors/index.cache.bz2 share/doc/HTML/pt/kcontrol/colors/index.docbook +share/doc/HTML/pt/kcontrol/componentchooser/common +share/doc/HTML/pt/kcontrol/componentchooser/index.cache.bz2 +share/doc/HTML/pt/kcontrol/componentchooser/index.docbook share/doc/HTML/pt/kcontrol/cookies/common share/doc/HTML/pt/kcontrol/cookies/index.cache.bz2 share/doc/HTML/pt/kcontrol/cookies/index.docbook -share/doc/HTML/pt/kcontrol/crypto/common -share/doc/HTML/pt/kcontrol/crypto/index.cache.bz2 -share/doc/HTML/pt/kcontrol/crypto/index.docbook share/doc/HTML/pt/kcontrol/desktop/common share/doc/HTML/pt/kcontrol/desktop/index.cache.bz2 share/doc/HTML/pt/kcontrol/desktop/index.docbook -share/doc/HTML/pt/kcontrol/desktopbehavior/common -share/doc/HTML/pt/kcontrol/desktopbehavior/index.cache.bz2 -share/doc/HTML/pt/kcontrol/desktopbehavior/index.docbook +share/doc/HTML/pt/kcontrol/desktopthemedetails/common +share/doc/HTML/pt/kcontrol/desktopthemedetails/index.cache.bz2 +share/doc/HTML/pt/kcontrol/desktopthemedetails/index.docbook share/doc/HTML/pt/kcontrol/ebrowsing/common share/doc/HTML/pt/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/pt/kcontrol/ebrowsing/index.docbook -share/doc/HTML/pt/kcontrol/email/common -share/doc/HTML/pt/kcontrol/email/index.cache.bz2 -share/doc/HTML/pt/kcontrol/email/index.docbook share/doc/HTML/pt/kcontrol/emoticons/common share/doc/HTML/pt/kcontrol/emoticons/index.cache.bz2 share/doc/HTML/pt/kcontrol/emoticons/index.docbook -share/doc/HTML/pt/kcontrol/energy/common -share/doc/HTML/pt/kcontrol/energy/index.cache.bz2 -share/doc/HTML/pt/kcontrol/energy/index.docbook share/doc/HTML/pt/kcontrol/filemanager/common share/doc/HTML/pt/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/pt/kcontrol/filemanager/index.docbook @@ -187,48 +183,30 @@ share/doc/HTML/pt/kcontrol/fontinst/index.docbook share/doc/HTML/pt/kcontrol/fonts/common share/doc/HTML/pt/kcontrol/fonts/index.cache.bz2 share/doc/HTML/pt/kcontrol/fonts/index.docbook -share/doc/HTML/pt/kcontrol/helpindex/common -share/doc/HTML/pt/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/pt/kcontrol/helpindex/index.docbook +share/doc/HTML/pt/kcontrol/history/common +share/doc/HTML/pt/kcontrol/history/index.cache.bz2 +share/doc/HTML/pt/kcontrol/history/index.docbook share/doc/HTML/pt/kcontrol/icons/common share/doc/HTML/pt/kcontrol/icons/index.cache.bz2 share/doc/HTML/pt/kcontrol/icons/index.docbook share/doc/HTML/pt/kcontrol/joystick/common share/doc/HTML/pt/kcontrol/joystick/index.cache.bz2 share/doc/HTML/pt/kcontrol/joystick/index.docbook -share/doc/HTML/pt/kcontrol/kalarmd/common -share/doc/HTML/pt/kcontrol/kalarmd/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kalarmd/index.docbook share/doc/HTML/pt/kcontrol/kamera/common share/doc/HTML/pt/kcontrol/kamera/index.cache.bz2 share/doc/HTML/pt/kcontrol/kamera/index.docbook share/doc/HTML/pt/kcontrol/kcmaccess/common share/doc/HTML/pt/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmaccess/index.docbook +share/doc/HTML/pt/kcontrol/kcmcgi/common +share/doc/HTML/pt/kcontrol/kcmcgi/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kcmcgi/index.docbook share/doc/HTML/pt/kcontrol/kcmcss/common share/doc/HTML/pt/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmcss/index.docbook -share/doc/HTML/pt/kcontrol/kcmdisplay/common -share/doc/HTML/pt/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kcmdisplay/index.docbook -share/doc/HTML/pt/kcontrol/kcmfontinst/common -share/doc/HTML/pt/kcontrol/kcmfontinst/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kcmfontinst/index.docbook -share/doc/HTML/pt/kcontrol/kcmkonsole/common -share/doc/HTML/pt/kcontrol/kcmkonsole/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kcmkonsole/index.docbook -share/doc/HTML/pt/kcontrol/kcmktalkd/common -share/doc/HTML/pt/kcontrol/kcmktalkd/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kcmktalkd/index.docbook share/doc/HTML/pt/kcontrol/kcmlaunch/common share/doc/HTML/pt/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmlaunch/index.docbook -share/doc/HTML/pt/kcontrol/kcmlowbatcrit/common -share/doc/HTML/pt/kcontrol/kcmlowbatcrit/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kcmlowbatcrit/index.docbook -share/doc/HTML/pt/kcontrol/kcmlowbatwarn/common -share/doc/HTML/pt/kcontrol/kcmlowbatwarn/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kcmlowbatwarn/index.docbook share/doc/HTML/pt/kcontrol/kcmnotify/common share/doc/HTML/pt/kcontrol/kcmnotify/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmnotify/index.docbook @@ -238,101 +216,117 @@ share/doc/HTML/pt/kcontrol/kcmsmserver/index.docbook share/doc/HTML/pt/kcontrol/kcmstyle/common share/doc/HTML/pt/kcontrol/kcmstyle/index.cache.bz2 share/doc/HTML/pt/kcontrol/kcmstyle/index.docbook -share/doc/HTML/pt/kcontrol/kcmtaskbar/common -share/doc/HTML/pt/kcontrol/kcmtaskbar/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kcmtaskbar/index.docbook -share/doc/HTML/pt/kcontrol/kdm/common -share/doc/HTML/pt/kcontrol/kdm/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kdm/index.docbook +share/doc/HTML/pt/kcontrol/kded/common +share/doc/HTML/pt/kcontrol/kded/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kded/index.docbook share/doc/HTML/pt/kcontrol/keyboard/common share/doc/HTML/pt/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/pt/kcontrol/keyboard/index.docbook share/doc/HTML/pt/kcontrol/keys/common share/doc/HTML/pt/kcontrol/keys/index.cache.bz2 share/doc/HTML/pt/kcontrol/keys/index.docbook -share/doc/HTML/pt/kcontrol/khtml/common -share/doc/HTML/pt/kcontrol/khtml/index.cache.bz2 -share/doc/HTML/pt/kcontrol/khtml/index.docbook -share/doc/HTML/pt/kcontrol/khtml/nsplugin.docbook +share/doc/HTML/pt/kcontrol/kgamma/common +share/doc/HTML/pt/kcontrol/kgamma/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kgamma/index.docbook +share/doc/HTML/pt/kcontrol/khtml-adblock/common +share/doc/HTML/pt/kcontrol/khtml-adblock/index.cache.bz2 +share/doc/HTML/pt/kcontrol/khtml-adblock/index.docbook +share/doc/HTML/pt/kcontrol/khtml-behavior/common +share/doc/HTML/pt/kcontrol/khtml-behavior/index.cache.bz2 +share/doc/HTML/pt/kcontrol/khtml-behavior/index.docbook +share/doc/HTML/pt/kcontrol/khtml-general/common +share/doc/HTML/pt/kcontrol/khtml-general/index.cache.bz2 +share/doc/HTML/pt/kcontrol/khtml-general/index.docbook +share/doc/HTML/pt/kcontrol/khtml-java-js/common +share/doc/HTML/pt/kcontrol/khtml-java-js/index.cache.bz2 +share/doc/HTML/pt/kcontrol/khtml-java-js/index.docbook +share/doc/HTML/pt/kcontrol/khtml-plugins/common +share/doc/HTML/pt/kcontrol/khtml-plugins/index.cache.bz2 +share/doc/HTML/pt/kcontrol/khtml-plugins/index.docbook share/doc/HTML/pt/kcontrol/knetworkconf/common share/doc/HTML/pt/kcontrol/knetworkconf/index.cache.bz2 share/doc/HTML/pt/kcontrol/knetworkconf/index.docbook +share/doc/HTML/pt/kcontrol/kremotecontrol/common +share/doc/HTML/pt/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kremotecontrol/index.docbook share/doc/HTML/pt/kcontrol/kresources/common share/doc/HTML/pt/kcontrol/kresources/index.cache.bz2 share/doc/HTML/pt/kcontrol/kresources/index.docbook -share/doc/HTML/pt/kcontrol/kthememgr/common -share/doc/HTML/pt/kcontrol/kthememgr/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kthememgr/index.docbook share/doc/HTML/pt/kcontrol/kwincompositing/common share/doc/HTML/pt/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/pt/kcontrol/kwincompositing/index.docbook share/doc/HTML/pt/kcontrol/kwindecoration/common share/doc/HTML/pt/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/pt/kcontrol/kwindecoration/index.docbook -share/doc/HTML/pt/kcontrol/kxkb/common -share/doc/HTML/pt/kcontrol/kxkb/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kxkb/index.docbook -share/doc/HTML/pt/kcontrol/kxmlrpcd/common -share/doc/HTML/pt/kcontrol/kxmlrpcd/index.cache.bz2 -share/doc/HTML/pt/kcontrol/kxmlrpcd/index.docbook +share/doc/HTML/pt/kcontrol/kwinscreenedges/common +share/doc/HTML/pt/kcontrol/kwinscreenedges/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kwinscreenedges/index.docbook +share/doc/HTML/pt/kcontrol/kwintabbox/common +share/doc/HTML/pt/kcontrol/kwintabbox/index.cache.bz2 +share/doc/HTML/pt/kcontrol/kwintabbox/index.docbook share/doc/HTML/pt/kcontrol/language/common share/doc/HTML/pt/kcontrol/language/index.cache.bz2 share/doc/HTML/pt/kcontrol/language/index.docbook -share/doc/HTML/pt/kcontrol/laptop/common -share/doc/HTML/pt/kcontrol/laptop/index.cache.bz2 -share/doc/HTML/pt/kcontrol/laptop/index.docbook share/doc/HTML/pt/kcontrol/mouse/common share/doc/HTML/pt/kcontrol/mouse/index.cache.bz2 share/doc/HTML/pt/kcontrol/mouse/index.docbook +share/doc/HTML/pt/kcontrol/nepomuk/common +share/doc/HTML/pt/kcontrol/nepomuk/index.cache.bz2 +share/doc/HTML/pt/kcontrol/nepomuk/index.docbook share/doc/HTML/pt/kcontrol/netpref/common share/doc/HTML/pt/kcontrol/netpref/index.cache.bz2 share/doc/HTML/pt/kcontrol/netpref/index.docbook -share/doc/HTML/pt/kcontrol/panel/common -share/doc/HTML/pt/kcontrol/panel/index.cache.bz2 -share/doc/HTML/pt/kcontrol/panel/index.docbook -share/doc/HTML/pt/kcontrol/panelappearance/common -share/doc/HTML/pt/kcontrol/panelappearance/index.cache.bz2 -share/doc/HTML/pt/kcontrol/panelappearance/index.docbook -share/doc/HTML/pt/kcontrol/passwords/common -share/doc/HTML/pt/kcontrol/passwords/index.cache.bz2 -share/doc/HTML/pt/kcontrol/passwords/index.docbook share/doc/HTML/pt/kcontrol/paths/common share/doc/HTML/pt/kcontrol/paths/index.cache.bz2 share/doc/HTML/pt/kcontrol/paths/index.docbook share/doc/HTML/pt/kcontrol/performance/common share/doc/HTML/pt/kcontrol/performance/index.cache.bz2 share/doc/HTML/pt/kcontrol/performance/index.docbook -share/doc/HTML/pt/kcontrol/powerctrl/common -share/doc/HTML/pt/kcontrol/powerctrl/index.cache.bz2 -share/doc/HTML/pt/kcontrol/powerctrl/index.docbook +share/doc/HTML/pt/kcontrol/phonon/common +share/doc/HTML/pt/kcontrol/phonon/index.cache.bz2 +share/doc/HTML/pt/kcontrol/phonon/index.docbook +share/doc/HTML/pt/kcontrol/powerdevil/common +share/doc/HTML/pt/kcontrol/powerdevil/index.cache.bz2 +share/doc/HTML/pt/kcontrol/powerdevil/index.docbook share/doc/HTML/pt/kcontrol/proxy/common share/doc/HTML/pt/kcontrol/proxy/index.cache.bz2 share/doc/HTML/pt/kcontrol/proxy/index.docbook -share/doc/HTML/pt/kcontrol/proxy/socks.docbook share/doc/HTML/pt/kcontrol/screensaver/common share/doc/HTML/pt/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/pt/kcontrol/screensaver/index.docbook share/doc/HTML/pt/kcontrol/smb/common share/doc/HTML/pt/kcontrol/smb/index.cache.bz2 share/doc/HTML/pt/kcontrol/smb/index.docbook +share/doc/HTML/pt/kcontrol/solid-actions/common +share/doc/HTML/pt/kcontrol/solid-actions/index.cache.bz2 +share/doc/HTML/pt/kcontrol/solid-actions/index.docbook +share/doc/HTML/pt/kcontrol/solid-device-automounter/common +share/doc/HTML/pt/kcontrol/solid-device-automounter/index.cache.bz2 +share/doc/HTML/pt/kcontrol/solid-device-automounter/index.docbook +share/doc/HTML/pt/kcontrol/solid-hardware/common +share/doc/HTML/pt/kcontrol/solid-hardware/index.cache.bz2 +share/doc/HTML/pt/kcontrol/solid-hardware/index.docbook share/doc/HTML/pt/kcontrol/spellchecking/common share/doc/HTML/pt/kcontrol/spellchecking/index.cache.bz2 share/doc/HTML/pt/kcontrol/spellchecking/index.docbook share/doc/HTML/pt/kcontrol/splashscreen/common share/doc/HTML/pt/kcontrol/splashscreen/index.cache.bz2 share/doc/HTML/pt/kcontrol/splashscreen/index.docbook +share/doc/HTML/pt/kcontrol/trash/common +share/doc/HTML/pt/kcontrol/trash/index.cache.bz2 +share/doc/HTML/pt/kcontrol/trash/index.docbook share/doc/HTML/pt/kcontrol/useragent/common share/doc/HTML/pt/kcontrol/useragent/index.cache.bz2 share/doc/HTML/pt/kcontrol/useragent/index.docbook share/doc/HTML/pt/kcontrol/windowbehaviour/common share/doc/HTML/pt/kcontrol/windowbehaviour/index.cache.bz2 share/doc/HTML/pt/kcontrol/windowbehaviour/index.docbook -share/doc/HTML/pt/kcontrol/windowmanagement/common -share/doc/HTML/pt/kcontrol/windowmanagement/index.cache.bz2 -share/doc/HTML/pt/kcontrol/windowmanagement/index.docbook share/doc/HTML/pt/kcontrol/windowspecific/common share/doc/HTML/pt/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/pt/kcontrol/windowspecific/index.docbook +share/doc/HTML/pt/kcontrol/workspaceoptions/common +share/doc/HTML/pt/kcontrol/workspaceoptions/index.cache.bz2 +share/doc/HTML/pt/kcontrol/workspaceoptions/index.docbook share/doc/HTML/pt/kcron/common share/doc/HTML/pt/kcron/index.cache.bz2 share/doc/HTML/pt/kcron/index.docbook @@ -365,12 +359,6 @@ share/doc/HTML/pt/kdm/index.cache.bz2 share/doc/HTML/pt/kdm/index.docbook share/doc/HTML/pt/kdm/kdmrc-ref.docbook share/doc/HTML/pt/kdm/theme-ref.docbook -share/doc/HTML/pt/kdvi/common -share/doc/HTML/pt/kdvi/index.cache.bz2 -share/doc/HTML/pt/kdvi/index.docbook -share/doc/HTML/pt/kedit/common -share/doc/HTML/pt/kedit/index.cache.bz2 -share/doc/HTML/pt/kedit/index.docbook share/doc/HTML/pt/kfilereplace/common share/doc/HTML/pt/kfilereplace/index.cache.bz2 share/doc/HTML/pt/kfilereplace/index.docbook @@ -381,12 +369,12 @@ share/doc/HTML/pt/kfind/man-kfind.1.docbook share/doc/HTML/pt/kfloppy/common share/doc/HTML/pt/kfloppy/index.cache.bz2 share/doc/HTML/pt/kfloppy/index.docbook +share/doc/HTML/pt/kfontview/common +share/doc/HTML/pt/kfontview/index.cache.bz2 +share/doc/HTML/pt/kfontview/index.docbook share/doc/HTML/pt/kfourinline/common share/doc/HTML/pt/kfourinline/index.cache.bz2 share/doc/HTML/pt/kfourinline/index.docbook -share/doc/HTML/pt/kgamma/common -share/doc/HTML/pt/kgamma/index.cache.bz2 -share/doc/HTML/pt/kgamma/index.docbook share/doc/HTML/pt/kgeography/common share/doc/HTML/pt/kgeography/index.cache.bz2 share/doc/HTML/pt/kgeography/index.docbook @@ -404,311 +392,136 @@ share/doc/HTML/pt/khangman/index.cache.bz2 share/doc/HTML/pt/khangman/index.docbook share/doc/HTML/pt/khangman/man-khangman.6.docbook share/doc/HTML/pt/khelpcenter/common -share/doc/HTML/pt/khelpcenter/contact.docbook -share/doc/HTML/pt/khelpcenter/faq/about.docbook -share/doc/HTML/pt/khelpcenter/faq/common -share/doc/HTML/pt/khelpcenter/faq/configkde.docbook -share/doc/HTML/pt/khelpcenter/faq/contrib.docbook -share/doc/HTML/pt/khelpcenter/faq/desktop.docbook -share/doc/HTML/pt/khelpcenter/faq/filemng.docbook -share/doc/HTML/pt/khelpcenter/faq/getkde.docbook -share/doc/HTML/pt/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/pt/khelpcenter/faq/index.docbook -share/doc/HTML/pt/khelpcenter/faq/install.docbook -share/doc/HTML/pt/khelpcenter/faq/intro.docbook -share/doc/HTML/pt/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/pt/khelpcenter/faq/misc.docbook -share/doc/HTML/pt/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/pt/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/pt/khelpcenter/faq/notrelated.docbook -share/doc/HTML/pt/khelpcenter/faq/panel.docbook -share/doc/HTML/pt/khelpcenter/faq/qt.docbook -share/doc/HTML/pt/khelpcenter/faq/questions.docbook -share/doc/HTML/pt/khelpcenter/faq/sound.docbook -share/doc/HTML/pt/khelpcenter/faq/tips.docbook -share/doc/HTML/pt/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/pt/khelpcenter/faq/winmng.docbook share/doc/HTML/pt/khelpcenter/glossary/common share/doc/HTML/pt/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/pt/khelpcenter/glossary/index.docbook share/doc/HTML/pt/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/pt/khelpcenter/help.docbook share/doc/HTML/pt/khelpcenter/index.cache.bz2 share/doc/HTML/pt/khelpcenter/index.docbook -share/doc/HTML/pt/khelpcenter/quickstart/common -share/doc/HTML/pt/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/pt/khelpcenter/quickstart/index.docbook -share/doc/HTML/pt/khelpcenter/support.docbook -share/doc/HTML/pt/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/pt/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/pt/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/pt/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/pt/khelpcenter/userguide/common -share/doc/HTML/pt/khelpcenter/userguide/control-center.docbook -share/doc/HTML/pt/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/pt/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/pt/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/pt/khelpcenter/userguide/email.docbook -share/doc/HTML/pt/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/pt/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/pt/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/pt/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/pt/khelpcenter/userguide/glossary.docbook -share/doc/HTML/pt/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/pt/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/pt/khelpcenter/userguide/index.docbook -share/doc/HTML/pt/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/pt/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/pt/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/pt/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/pt/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/pt/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/pt/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/pt/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/pt/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/pt/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/pt/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/pt/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/pt/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/pt/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/pt/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/pt/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/pt/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/pt/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/pt/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/pt/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/pt/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/pt/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/pt/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/pt/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/pt/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/pt/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/pt/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/pt/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/pt/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/pt/khelpcenter/userguide/usenet.docbook -share/doc/HTML/pt/khelpcenter/userguide/where-next.docbook -share/doc/HTML/pt/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/pt/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/pt/khelpcenter/visualdict/common -share/doc/HTML/pt/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/pt/khelpcenter/visualdict/index.docbook -share/doc/HTML/pt/khelpcenter/welcome.docbook -share/doc/HTML/pt/khelpcenter/whatiskde.docbook share/doc/HTML/pt/kig/common share/doc/HTML/pt/kig/index.cache.bz2 share/doc/HTML/pt/kig/index.docbook share/doc/HTML/pt/kig/man-kig.1.docbook +share/doc/HTML/pt/kigo/common +share/doc/HTML/pt/kigo/index.cache.bz2 +share/doc/HTML/pt/kigo/index.docbook share/doc/HTML/pt/killbots/common share/doc/HTML/pt/killbots/index.cache.bz2 share/doc/HTML/pt/killbots/index.docbook share/doc/HTML/pt/kimagemapeditor/common share/doc/HTML/pt/kimagemapeditor/index.cache.bz2 share/doc/HTML/pt/kimagemapeditor/index.docbook -share/doc/HTML/pt/kinfocenter/blockdevices/common -share/doc/HTML/pt/kinfocenter/blockdevices/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/blockdevices/index.docbook share/doc/HTML/pt/kinfocenter/common -share/doc/HTML/pt/kinfocenter/devices/common -share/doc/HTML/pt/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/devices/index.docbook -share/doc/HTML/pt/kinfocenter/dma/common -share/doc/HTML/pt/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/dma/index.docbook share/doc/HTML/pt/kinfocenter/index.cache.bz2 share/doc/HTML/pt/kinfocenter/index.docbook -share/doc/HTML/pt/kinfocenter/interrupts/common -share/doc/HTML/pt/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/interrupts/index.docbook -share/doc/HTML/pt/kinfocenter/ioports/common -share/doc/HTML/pt/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/ioports/index.docbook -share/doc/HTML/pt/kinfocenter/memory/common -share/doc/HTML/pt/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/memory/index.docbook -share/doc/HTML/pt/kinfocenter/nics/common -share/doc/HTML/pt/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/nics/index.docbook -share/doc/HTML/pt/kinfocenter/opengl/common -share/doc/HTML/pt/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/opengl/index.docbook -share/doc/HTML/pt/kinfocenter/partitions/common -share/doc/HTML/pt/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/partitions/index.docbook -share/doc/HTML/pt/kinfocenter/pci/common -share/doc/HTML/pt/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/pci/index.docbook -share/doc/HTML/pt/kinfocenter/pcmcia/common -share/doc/HTML/pt/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/pcmcia/index.docbook -share/doc/HTML/pt/kinfocenter/processor/common -share/doc/HTML/pt/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/processor/index.docbook -share/doc/HTML/pt/kinfocenter/protocols/common -share/doc/HTML/pt/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/protocols/index.docbook -share/doc/HTML/pt/kinfocenter/samba/common -share/doc/HTML/pt/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/samba/index.docbook -share/doc/HTML/pt/kinfocenter/scsi/common -share/doc/HTML/pt/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/scsi/index.docbook -share/doc/HTML/pt/kinfocenter/sound/common -share/doc/HTML/pt/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/sound/index.docbook -share/doc/HTML/pt/kinfocenter/usb/common -share/doc/HTML/pt/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/usb/index.docbook -share/doc/HTML/pt/kinfocenter/xserver/common -share/doc/HTML/pt/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/pt/kinfocenter/xserver/index.docbook share/doc/HTML/pt/kioslave/audiocd/common share/doc/HTML/pt/kioslave/audiocd/index.cache.bz2 share/doc/HTML/pt/kioslave/audiocd/index.docbook share/doc/HTML/pt/kioslave/bookmarks/common share/doc/HTML/pt/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/pt/kioslave/bookmarks/index.docbook -share/doc/HTML/pt/kioslave/bzip.docbook -share/doc/HTML/pt/kioslave/bzip2.docbook share/doc/HTML/pt/kioslave/bzip2/common share/doc/HTML/pt/kioslave/bzip2/index.cache.bz2 share/doc/HTML/pt/kioslave/bzip2/index.docbook -share/doc/HTML/pt/kioslave/cgi.docbook share/doc/HTML/pt/kioslave/cgi/common share/doc/HTML/pt/kioslave/cgi/index.cache.bz2 share/doc/HTML/pt/kioslave/cgi/index.docbook -share/doc/HTML/pt/kioslave/common -share/doc/HTML/pt/kioslave/data.docbook share/doc/HTML/pt/kioslave/data/common share/doc/HTML/pt/kioslave/data/index.cache.bz2 share/doc/HTML/pt/kioslave/data/index.docbook -share/doc/HTML/pt/kioslave/file.docbook share/doc/HTML/pt/kioslave/file/common share/doc/HTML/pt/kioslave/file/index.cache.bz2 share/doc/HTML/pt/kioslave/file/index.docbook -share/doc/HTML/pt/kioslave/finger.docbook share/doc/HTML/pt/kioslave/finger/common share/doc/HTML/pt/kioslave/finger/index.cache.bz2 share/doc/HTML/pt/kioslave/finger/index.docbook -share/doc/HTML/pt/kioslave/fish.docbook share/doc/HTML/pt/kioslave/fish/common share/doc/HTML/pt/kioslave/fish/index.cache.bz2 share/doc/HTML/pt/kioslave/fish/index.docbook -share/doc/HTML/pt/kioslave/floppy.docbook share/doc/HTML/pt/kioslave/floppy/common share/doc/HTML/pt/kioslave/floppy/index.cache.bz2 share/doc/HTML/pt/kioslave/floppy/index.docbook -share/doc/HTML/pt/kioslave/ftp.docbook share/doc/HTML/pt/kioslave/ftp/common share/doc/HTML/pt/kioslave/ftp/index.cache.bz2 share/doc/HTML/pt/kioslave/ftp/index.docbook -share/doc/HTML/pt/kioslave/gopher.docbook -share/doc/HTML/pt/kioslave/gzip.docbook share/doc/HTML/pt/kioslave/gzip/common share/doc/HTML/pt/kioslave/gzip/index.cache.bz2 share/doc/HTML/pt/kioslave/gzip/index.docbook -share/doc/HTML/pt/kioslave/help.docbook share/doc/HTML/pt/kioslave/help/common share/doc/HTML/pt/kioslave/help/index.cache.bz2 share/doc/HTML/pt/kioslave/help/index.docbook -share/doc/HTML/pt/kioslave/http.docbook share/doc/HTML/pt/kioslave/http/common share/doc/HTML/pt/kioslave/http/index.cache.bz2 share/doc/HTML/pt/kioslave/http/index.docbook -share/doc/HTML/pt/kioslave/https.docbook -share/doc/HTML/pt/kioslave/imap.docbook share/doc/HTML/pt/kioslave/imap/common share/doc/HTML/pt/kioslave/imap/index.cache.bz2 share/doc/HTML/pt/kioslave/imap/index.docbook -share/doc/HTML/pt/kioslave/imaps.docbook -share/doc/HTML/pt/kioslave/index.cache.bz2 -share/doc/HTML/pt/kioslave/index.docbook -share/doc/HTML/pt/kioslave/info.docbook share/doc/HTML/pt/kioslave/info/common share/doc/HTML/pt/kioslave/info/index.cache.bz2 share/doc/HTML/pt/kioslave/info/index.docbook -share/doc/HTML/pt/kioslave/lan.docbook -share/doc/HTML/pt/kioslave/ldap.docbook share/doc/HTML/pt/kioslave/ldap/common share/doc/HTML/pt/kioslave/ldap/index.cache.bz2 share/doc/HTML/pt/kioslave/ldap/index.docbook -share/doc/HTML/pt/kioslave/mac.docbook -share/doc/HTML/pt/kioslave/mailto.docbook share/doc/HTML/pt/kioslave/mailto/common share/doc/HTML/pt/kioslave/mailto/index.cache.bz2 share/doc/HTML/pt/kioslave/mailto/index.docbook -share/doc/HTML/pt/kioslave/man.docbook share/doc/HTML/pt/kioslave/man/common share/doc/HTML/pt/kioslave/man/index.cache.bz2 share/doc/HTML/pt/kioslave/man/index.docbook -share/doc/HTML/pt/kioslave/mrml.docbook -share/doc/HTML/pt/kioslave/news.docbook -share/doc/HTML/pt/kioslave/news/common -share/doc/HTML/pt/kioslave/news/index.cache.bz2 -share/doc/HTML/pt/kioslave/news/index.docbook -share/doc/HTML/pt/kioslave/nfs.docbook +share/doc/HTML/pt/kioslave/mbox/common +share/doc/HTML/pt/kioslave/mbox/index.cache.bz2 +share/doc/HTML/pt/kioslave/mbox/index.docbook +share/doc/HTML/pt/kioslave/network/common +share/doc/HTML/pt/kioslave/network/index.cache.bz2 +share/doc/HTML/pt/kioslave/network/index.docbook share/doc/HTML/pt/kioslave/nfs/common share/doc/HTML/pt/kioslave/nfs/index.cache.bz2 share/doc/HTML/pt/kioslave/nfs/index.docbook -share/doc/HTML/pt/kioslave/nntp.docbook share/doc/HTML/pt/kioslave/nntp/common share/doc/HTML/pt/kioslave/nntp/index.cache.bz2 share/doc/HTML/pt/kioslave/nntp/index.docbook -share/doc/HTML/pt/kioslave/pop3.docbook share/doc/HTML/pt/kioslave/pop3/common share/doc/HTML/pt/kioslave/pop3/index.cache.bz2 share/doc/HTML/pt/kioslave/pop3/index.docbook -share/doc/HTML/pt/kioslave/pop3s.docbook -share/doc/HTML/pt/kioslave/print.docbook -share/doc/HTML/pt/kioslave/rlan.docbook -share/doc/HTML/pt/kioslave/rlogin.docbook share/doc/HTML/pt/kioslave/rlogin/common share/doc/HTML/pt/kioslave/rlogin/index.cache.bz2 share/doc/HTML/pt/kioslave/rlogin/index.docbook -share/doc/HTML/pt/kioslave/sftp.docbook share/doc/HTML/pt/kioslave/sftp/common share/doc/HTML/pt/kioslave/sftp/index.cache.bz2 share/doc/HTML/pt/kioslave/sftp/index.docbook -share/doc/HTML/pt/kioslave/smb.docbook +share/doc/HTML/pt/kioslave/sieve/common +share/doc/HTML/pt/kioslave/sieve/index.cache.bz2 +share/doc/HTML/pt/kioslave/sieve/index.docbook share/doc/HTML/pt/kioslave/smb/common share/doc/HTML/pt/kioslave/smb/index.cache.bz2 share/doc/HTML/pt/kioslave/smb/index.docbook -share/doc/HTML/pt/kioslave/smtp.docbook share/doc/HTML/pt/kioslave/smtp/common share/doc/HTML/pt/kioslave/smtp/index.cache.bz2 share/doc/HTML/pt/kioslave/smtp/index.docbook -share/doc/HTML/pt/kioslave/tar.docbook share/doc/HTML/pt/kioslave/tar/common share/doc/HTML/pt/kioslave/tar/index.cache.bz2 share/doc/HTML/pt/kioslave/tar/index.docbook -share/doc/HTML/pt/kioslave/telnet.docbook share/doc/HTML/pt/kioslave/telnet/common share/doc/HTML/pt/kioslave/telnet/index.cache.bz2 share/doc/HTML/pt/kioslave/telnet/index.docbook -share/doc/HTML/pt/kioslave/thumbnail.docbook share/doc/HTML/pt/kioslave/thumbnail/common share/doc/HTML/pt/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/pt/kioslave/thumbnail/index.docbook -share/doc/HTML/pt/kioslave/webdav.docbook share/doc/HTML/pt/kioslave/webdav/common share/doc/HTML/pt/kioslave/webdav/index.cache.bz2 share/doc/HTML/pt/kioslave/webdav/index.docbook -share/doc/HTML/pt/kioslave/webdavs.docbook +share/doc/HTML/pt/kioslave/xz/common +share/doc/HTML/pt/kioslave/xz/index.cache.bz2 +share/doc/HTML/pt/kioslave/xz/index.docbook share/doc/HTML/pt/kiriki/common share/doc/HTML/pt/kiriki/index.cache.bz2 share/doc/HTML/pt/kiriki/index.docbook share/doc/HTML/pt/kiten/common share/doc/HTML/pt/kiten/index.cache.bz2 share/doc/HTML/pt/kiten/index.docbook -share/doc/HTML/pt/kjots/common -share/doc/HTML/pt/kjots/index.cache.bz2 -share/doc/HTML/pt/kjots/index.docbook share/doc/HTML/pt/kjumpingcube/common share/doc/HTML/pt/kjumpingcube/index.cache.bz2 share/doc/HTML/pt/kjumpingcube/index.docbook -share/doc/HTML/pt/kleopatra/common -share/doc/HTML/pt/kleopatra/index.cache.bz2 -share/doc/HTML/pt/kleopatra/index.docbook share/doc/HTML/pt/klettres/common share/doc/HTML/pt/klettres/index.cache.bz2 share/doc/HTML/pt/klettres/index.docbook @@ -728,20 +541,6 @@ share/doc/HTML/pt/kmag/man-kmag.1.docbook share/doc/HTML/pt/kmahjongg/common share/doc/HTML/pt/kmahjongg/index.cache.bz2 share/doc/HTML/pt/kmahjongg/index.docbook -share/doc/HTML/pt/kmail/common -share/doc/HTML/pt/kmail/configure.docbook -share/doc/HTML/pt/kmail/credits-and-licenses.docbook -share/doc/HTML/pt/kmail/faq.docbook -share/doc/HTML/pt/kmail/getting-started.docbook -share/doc/HTML/pt/kmail/importing.docbook -share/doc/HTML/pt/kmail/index.cache.bz2 -share/doc/HTML/pt/kmail/index.docbook -share/doc/HTML/pt/kmail/intro.docbook -share/doc/HTML/pt/kmail/menus.docbook -share/doc/HTML/pt/kmail/using-kmail.docbook -share/doc/HTML/pt/kmathtool/common -share/doc/HTML/pt/kmathtool/index.cache.bz2 -share/doc/HTML/pt/kmathtool/index.docbook share/doc/HTML/pt/kmenuedit/common share/doc/HTML/pt/kmenuedit/index.cache.bz2 share/doc/HTML/pt/kmenuedit/index.docbook @@ -751,9 +550,6 @@ share/doc/HTML/pt/kmines/index.docbook share/doc/HTML/pt/kmix/common share/doc/HTML/pt/kmix/index.cache.bz2 share/doc/HTML/pt/kmix/index.docbook -share/doc/HTML/pt/kmoon/common -share/doc/HTML/pt/kmoon/index.cache.bz2 -share/doc/HTML/pt/kmoon/index.docbook share/doc/HTML/pt/kmousetool/common share/doc/HTML/pt/kmousetool/index.cache.bz2 share/doc/HTML/pt/kmousetool/index.docbook @@ -782,29 +578,6 @@ share/doc/HTML/pt/knetattach/index.docbook share/doc/HTML/pt/knetwalk/common share/doc/HTML/pt/knetwalk/index.cache.bz2 share/doc/HTML/pt/knetwalk/index.docbook -share/doc/HTML/pt/knetworkconf/common -share/doc/HTML/pt/knetworkconf/index.cache.bz2 -share/doc/HTML/pt/knetworkconf/index.docbook -share/doc/HTML/pt/knewsticker/common -share/doc/HTML/pt/knewsticker/index.cache.bz2 -share/doc/HTML/pt/knewsticker/index.docbook -share/doc/HTML/pt/knode/commands.docbook -share/doc/HTML/pt/knode/common -share/doc/HTML/pt/knode/credits.docbook -share/doc/HTML/pt/knode/faq.docbook -share/doc/HTML/pt/knode/gloss.docbook -share/doc/HTML/pt/knode/index.cache.bz2 -share/doc/HTML/pt/knode/index.docbook -share/doc/HTML/pt/knode/install.docbook -share/doc/HTML/pt/knode/introduction.docbook -share/doc/HTML/pt/knode/journey.docbook -share/doc/HTML/pt/knode/more.docbook -share/doc/HTML/pt/knode/using-firststart.docbook -share/doc/HTML/pt/knode/using-morefeatures.docbook -share/doc/HTML/pt/knode/using-subscribing.docbook -share/doc/HTML/pt/knotes/common -share/doc/HTML/pt/knotes/index.cache.bz2 -share/doc/HTML/pt/knotes/index.docbook share/doc/HTML/pt/kolf/common share/doc/HTML/pt/kolf/index.cache.bz2 share/doc/HTML/pt/kolf/index.docbook @@ -856,50 +629,16 @@ share/doc/HTML/pt/konquest/index.docbook share/doc/HTML/pt/konsole/common share/doc/HTML/pt/konsole/index.cache.bz2 share/doc/HTML/pt/konsole/index.docbook -share/doc/HTML/pt/konsolekalendar/common -share/doc/HTML/pt/konsolekalendar/index.cache.bz2 -share/doc/HTML/pt/konsolekalendar/index.docbook -share/doc/HTML/pt/kontact/common -share/doc/HTML/pt/kontact/index.cache.bz2 -share/doc/HTML/pt/kontact/index.docbook share/doc/HTML/pt/kopete/chatstyle.docbook share/doc/HTML/pt/kopete/common share/doc/HTML/pt/kopete/index.cache.bz2 share/doc/HTML/pt/kopete/index.docbook share/doc/HTML/pt/kopete/menus.docbook share/doc/HTML/pt/kopete/pipes.docbook -share/doc/HTML/pt/korganizer/common -share/doc/HTML/pt/korganizer/exchange-plugin.docbook -share/doc/HTML/pt/korganizer/group-scheduling.docbook -share/doc/HTML/pt/korganizer/index.cache.bz2 -share/doc/HTML/pt/korganizer/index.docbook -share/doc/HTML/pt/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/pt/korganizer/plugins-chapter.docbook -share/doc/HTML/pt/kpackage/common -share/doc/HTML/pt/kpackage/index.cache.bz2 -share/doc/HTML/pt/kpackage/index.docbook share/doc/HTML/pt/kpat/common share/doc/HTML/pt/kpat/index.cache.bz2 share/doc/HTML/pt/kpat/index.docbook share/doc/HTML/pt/kpat/man-kpat.6.docbook -share/doc/HTML/pt/kpat/man.docbook -share/doc/HTML/pt/kpercentage/commands.docbook -share/doc/HTML/pt/kpercentage/common -share/doc/HTML/pt/kpercentage/credits.docbook -share/doc/HTML/pt/kpercentage/devel.docbook -share/doc/HTML/pt/kpercentage/faq.docbook -share/doc/HTML/pt/kpercentage/index.cache.bz2 -share/doc/HTML/pt/kpercentage/index.docbook -share/doc/HTML/pt/kpercentage/install.docbook -share/doc/HTML/pt/kpercentage/introduction.docbook -share/doc/HTML/pt/kpercentage/using.docbook -share/doc/HTML/pt/kpilot/common -share/doc/HTML/pt/kpilot/configuration.docbook -share/doc/HTML/pt/kpilot/faq.docbook -share/doc/HTML/pt/kpilot/index.cache.bz2 -share/doc/HTML/pt/kpilot/index.docbook -share/doc/HTML/pt/kpilot/sync.docbook -share/doc/HTML/pt/kpilot/usage.docbook share/doc/HTML/pt/kppp/accounting.docbook share/doc/HTML/pt/kppp/callback.docbook share/doc/HTML/pt/kppp/chap.docbook @@ -917,9 +656,6 @@ share/doc/HTML/pt/kppp/wizard.docbook share/doc/HTML/pt/krdc/common share/doc/HTML/pt/krdc/index.cache.bz2 share/doc/HTML/pt/krdc/index.docbook -share/doc/HTML/pt/krec/common -share/doc/HTML/pt/krec/index.cache.bz2 -share/doc/HTML/pt/krec/index.docbook share/doc/HTML/pt/kreversi/common share/doc/HTML/pt/kreversi/index.cache.bz2 share/doc/HTML/pt/kreversi/index.docbook @@ -935,30 +671,21 @@ share/doc/HTML/pt/ksame/index.docbook share/doc/HTML/pt/kshisen/common share/doc/HTML/pt/kshisen/index.cache.bz2 share/doc/HTML/pt/kshisen/index.docbook -share/doc/HTML/pt/ksim/common -share/doc/HTML/pt/ksim/index.cache.bz2 -share/doc/HTML/pt/ksim/index.docbook -share/doc/HTML/pt/ksirc/common -share/doc/HTML/pt/ksirc/index.cache.bz2 -share/doc/HTML/pt/ksirc/index.docbook share/doc/HTML/pt/ksirk/common share/doc/HTML/pt/ksirk/index.cache.bz2 share/doc/HTML/pt/ksirk/index.docbook -share/doc/HTML/pt/ksirtet/common -share/doc/HTML/pt/ksirtet/index.cache.bz2 -share/doc/HTML/pt/ksirtet/index.docbook -share/doc/HTML/pt/ksmiletris/common -share/doc/HTML/pt/ksmiletris/index.cache.bz2 -share/doc/HTML/pt/ksmiletris/index.docbook +share/doc/HTML/pt/ksirkskineditor/common +share/doc/HTML/pt/ksirkskineditor/index.cache.bz2 +share/doc/HTML/pt/ksirkskineditor/index.docbook share/doc/HTML/pt/ksnapshot/common share/doc/HTML/pt/ksnapshot/index.cache.bz2 share/doc/HTML/pt/ksnapshot/index.docbook share/doc/HTML/pt/kspaceduel/common share/doc/HTML/pt/kspaceduel/index.cache.bz2 share/doc/HTML/pt/kspaceduel/index.docbook -share/doc/HTML/pt/ksplashml/common -share/doc/HTML/pt/ksplashml/index.cache.bz2 -share/doc/HTML/pt/ksplashml/index.docbook +share/doc/HTML/pt/ksquares/common +share/doc/HTML/pt/ksquares/index.cache.bz2 +share/doc/HTML/pt/ksquares/index.docbook share/doc/HTML/pt/kstars/ai-contents.docbook share/doc/HTML/pt/kstars/altvstime.docbook share/doc/HTML/pt/kstars/astroinfo.docbook @@ -985,7 +712,6 @@ share/doc/HTML/pt/kstars/cpoles.docbook share/doc/HTML/pt/kstars/credits.docbook share/doc/HTML/pt/kstars/csphere.docbook share/doc/HTML/pt/kstars/darkmatter.docbook -share/doc/HTML/pt/kstars/dcop.docbook share/doc/HTML/pt/kstars/details.docbook share/doc/HTML/pt/kstars/dumpmode.docbook share/doc/HTML/pt/kstars/ecliptic.docbook @@ -1040,28 +766,17 @@ share/doc/HTML/pt/kteatime/index.docbook share/doc/HTML/pt/ktimer/common share/doc/HTML/pt/ktimer/index.cache.bz2 share/doc/HTML/pt/ktimer/index.docbook -share/doc/HTML/pt/ktnef/common -share/doc/HTML/pt/ktnef/index.cache.bz2 -share/doc/HTML/pt/ktnef/index.docbook share/doc/HTML/pt/ktouch/common share/doc/HTML/pt/ktouch/index.cache.bz2 share/doc/HTML/pt/ktouch/index.docbook share/doc/HTML/pt/ktouch/man-ktouch.1.docbook -share/doc/HTML/pt/kttsd/common -share/doc/HTML/pt/kttsd/index.cache.bz2 -share/doc/HTML/pt/kttsd/index.docbook +share/doc/HTML/pt/ktron/common +share/doc/HTML/pt/ktron/index.cache.bz2 +share/doc/HTML/pt/ktron/index.docbook share/doc/HTML/pt/ktuberling/common share/doc/HTML/pt/ktuberling/index.cache.bz2 share/doc/HTML/pt/ktuberling/index.docbook share/doc/HTML/pt/ktuberling/technical-reference.docbook -share/doc/HTML/pt/kturtle/common -share/doc/HTML/pt/kturtle/getting-started.docbook -share/doc/HTML/pt/kturtle/glossary.docbook -share/doc/HTML/pt/kturtle/index.cache.bz2 -share/doc/HTML/pt/kturtle/index.docbook -share/doc/HTML/pt/kturtle/programming-reference.docbook -share/doc/HTML/pt/kturtle/translator-guide.docbook -share/doc/HTML/pt/kturtle/using-kturtle.docbook share/doc/HTML/pt/kubrick/common share/doc/HTML/pt/kubrick/index.cache.bz2 share/doc/HTML/pt/kubrick/index.docbook @@ -1071,52 +786,42 @@ share/doc/HTML/pt/kuser/index.docbook share/doc/HTML/pt/kwallet/common share/doc/HTML/pt/kwallet/index.cache.bz2 share/doc/HTML/pt/kwallet/index.docbook -share/doc/HTML/pt/kwatchgnupg/common -share/doc/HTML/pt/kwatchgnupg/index.cache.bz2 -share/doc/HTML/pt/kwatchgnupg/index.docbook -share/doc/HTML/pt/kweather/common -share/doc/HTML/pt/kweather/index.cache.bz2 -share/doc/HTML/pt/kweather/index.docbook share/doc/HTML/pt/kwordquiz/common share/doc/HTML/pt/kwordquiz/index.cache.bz2 share/doc/HTML/pt/kwordquiz/index.docbook -share/doc/HTML/pt/kworldclock/common -share/doc/HTML/pt/kworldclock/index.cache.bz2 -share/doc/HTML/pt/kworldclock/index.docbook -share/doc/HTML/pt/kworldclock/man-kworldclock.1.docbook share/doc/HTML/pt/kwrite/common share/doc/HTML/pt/kwrite/index.cache.bz2 share/doc/HTML/pt/kwrite/index.docbook -share/doc/HTML/pt/kxkb/common -share/doc/HTML/pt/kxkb/index.cache.bz2 -share/doc/HTML/pt/kxkb/index.docbook share/doc/HTML/pt/lokalize/common share/doc/HTML/pt/lokalize/index.cache.bz2 share/doc/HTML/pt/lokalize/index.docbook share/doc/HTML/pt/lskat/common share/doc/HTML/pt/lskat/index.cache.bz2 share/doc/HTML/pt/lskat/index.docbook -share/doc/HTML/pt/multisynk/common -share/doc/HTML/pt/multisynk/index.cache.bz2 -share/doc/HTML/pt/multisynk/index.docbook -share/doc/HTML/pt/multisynk/konnectors-chapter.docbook -share/doc/HTML/pt/okteta/basics.docbook share/doc/HTML/pt/okteta/common -share/doc/HTML/pt/okteta/credits.docbook share/doc/HTML/pt/okteta/index.cache.bz2 share/doc/HTML/pt/okteta/index.docbook -share/doc/HTML/pt/okteta/introduction.docbook -share/doc/HTML/pt/okteta/menu.docbook -share/doc/HTML/pt/okteta/tools.docbook share/doc/HTML/pt/okular/common share/doc/HTML/pt/okular/index.cache.bz2 share/doc/HTML/pt/okular/index.docbook +share/doc/HTML/pt/onlinehelp/common +share/doc/HTML/pt/onlinehelp/index.cache.bz2 +share/doc/HTML/pt/onlinehelp/index.docbook +share/doc/HTML/pt/palapeli/common +share/doc/HTML/pt/palapeli/index.cache.bz2 +share/doc/HTML/pt/palapeli/index.docbook share/doc/HTML/pt/parley/common share/doc/HTML/pt/parley/index.cache.bz2 share/doc/HTML/pt/parley/index.docbook share/doc/HTML/pt/plasma-desktop/common share/doc/HTML/pt/plasma-desktop/index.cache.bz2 share/doc/HTML/pt/plasma-desktop/index.docbook +share/doc/HTML/pt/printer-applet/common +share/doc/HTML/pt/printer-applet/index.cache.bz2 +share/doc/HTML/pt/printer-applet/index.docbook +share/doc/HTML/pt/rocs/common +share/doc/HTML/pt/rocs/index.cache.bz2 +share/doc/HTML/pt/rocs/index.docbook share/doc/HTML/pt/sonnet/common share/doc/HTML/pt/sonnet/index.cache.bz2 share/doc/HTML/pt/sonnet/index.docbook @@ -1125,9 +830,9 @@ share/doc/HTML/pt/step/examples.docbook share/doc/HTML/pt/step/index.cache.bz2 share/doc/HTML/pt/step/index.docbook share/doc/HTML/pt/step/tutorials.docbook -share/doc/HTML/pt/superkaramba/common -share/doc/HTML/pt/superkaramba/index.cache.bz2 -share/doc/HTML/pt/superkaramba/index.docbook +share/doc/HTML/pt/sweeper/common +share/doc/HTML/pt/sweeper/index.cache.bz2 +share/doc/HTML/pt/sweeper/index.docbook share/doc/HTML/pt/systemsettings/common share/doc/HTML/pt/systemsettings/index.cache.bz2 share/doc/HTML/pt/systemsettings/index.docbook @@ -1141,33 +846,7 @@ share/doc/HTML/pt/umbrello/introduction.docbook share/doc/HTML/pt/umbrello/other_features.docbook share/doc/HTML/pt/umbrello/uml_basics.docbook share/doc/HTML/pt/umbrello/working_with_umbrello.docbook -share/locale/pt/LC_MESSAGES/akonadi-kcal.mo -share/locale/pt/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/pt/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/pt/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_next.mo -share/locale/pt/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/pt/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/pt/LC_MESSAGES/akonadicontact.mo -share/locale/pt/LC_MESSAGES/akonaditray.mo -share/locale/pt/LC_MESSAGES/akregator.mo share/locale/pt/LC_MESSAGES/amor.mo share/locale/pt/LC_MESSAGES/ark.mo share/locale/pt/LC_MESSAGES/attica_kde.mo @@ -1175,43 +854,37 @@ share/locale/pt/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/pt/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/pt/LC_MESSAGES/audiorename_plugin.mo share/locale/pt/LC_MESSAGES/blinken.mo -share/locale/pt/LC_MESSAGES/blogilo.mo share/locale/pt/LC_MESSAGES/bomber.mo share/locale/pt/LC_MESSAGES/bovo.mo share/locale/pt/LC_MESSAGES/cantor.mo share/locale/pt/LC_MESSAGES/cervisia.mo -share/locale/pt/LC_MESSAGES/cryptopageplugin.mo share/locale/pt/LC_MESSAGES/cvsservice.mo share/locale/pt/LC_MESSAGES/display.mo share/locale/pt/LC_MESSAGES/dolphin.mo share/locale/pt/LC_MESSAGES/dragonplayer.mo share/locale/pt/LC_MESSAGES/drkonqi.mo share/locale/pt/LC_MESSAGES/filetypes.mo +share/locale/pt/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/pt/LC_MESSAGES/freespacenotifier.mo share/locale/pt/LC_MESSAGES/granatier.mo share/locale/pt/LC_MESSAGES/gwenview.mo share/locale/pt/LC_MESSAGES/htmlsearch.mo share/locale/pt/LC_MESSAGES/imagerename_plugin.mo -share/locale/pt/LC_MESSAGES/irkick.mo +share/locale/pt/LC_MESSAGES/jovie.mo share/locale/pt/LC_MESSAGES/joystick.mo share/locale/pt/LC_MESSAGES/juk.mo share/locale/pt/LC_MESSAGES/kabc.mo -share/locale/pt/LC_MESSAGES/kabc_akonadi.mo share/locale/pt/LC_MESSAGES/kabc_dir.mo share/locale/pt/LC_MESSAGES/kabc_file.mo share/locale/pt/LC_MESSAGES/kabc_ldapkio.mo share/locale/pt/LC_MESSAGES/kabc_net.mo -share/locale/pt/LC_MESSAGES/kabc_slox.mo -share/locale/pt/LC_MESSAGES/kabcclient.mo share/locale/pt/LC_MESSAGES/kabcformat_binary.mo share/locale/pt/LC_MESSAGES/kaccess.mo -share/locale/pt/LC_MESSAGES/kaddressbook.mo -share/locale/pt/LC_MESSAGES/kalarm.mo +share/locale/pt/LC_MESSAGES/kajongg.mo share/locale/pt/LC_MESSAGES/kalgebra.mo share/locale/pt/LC_MESSAGES/kalzium.mo -share/locale/pt/LC_MESSAGES/kalzium_qt.mo share/locale/pt/LC_MESSAGES/kanagram.mo share/locale/pt/LC_MESSAGES/kapman.mo -share/locale/pt/LC_MESSAGES/kappfinder.mo share/locale/pt/LC_MESSAGES/kapptemplate.mo share/locale/pt/LC_MESSAGES/kate-ctags-plugin.mo share/locale/pt/LC_MESSAGES/kate.mo @@ -1223,20 +896,17 @@ share/locale/pt/LC_MESSAGES/katefilebrowserplugin.mo share/locale/pt/LC_MESSAGES/katefiletemplates.mo share/locale/pt/LC_MESSAGES/katefindinfilesplugin.mo share/locale/pt/LC_MESSAGES/katehelloworld.mo -share/locale/pt/LC_MESSAGES/katehtmltools.mo share/locale/pt/LC_MESSAGES/kateinsertcommand.mo share/locale/pt/LC_MESSAGES/katekjswrapper.mo share/locale/pt/LC_MESSAGES/katekonsoleplugin.mo share/locale/pt/LC_MESSAGES/katemailfilesplugin.mo share/locale/pt/LC_MESSAGES/kateopenheader.mo share/locale/pt/LC_MESSAGES/katepart4.mo -share/locale/pt/LC_MESSAGES/katepybrowse.mo share/locale/pt/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/pt/LC_MESSAGES/katesnippets.mo share/locale/pt/LC_MESSAGES/katesnippets_tng.mo -share/locale/pt/LC_MESSAGES/katesnippetstng_editor.mo share/locale/pt/LC_MESSAGES/katesymbolviewer.mo share/locale/pt/LC_MESSAGES/katetabbarextension.mo +share/locale/pt/LC_MESSAGES/katetabifyplugin.mo share/locale/pt/LC_MESSAGES/katetextfilter.mo share/locale/pt/LC_MESSAGES/katexmlcheck.mo share/locale/pt/LC_MESSAGES/katexmltools.mo @@ -1251,27 +921,27 @@ share/locale/pt/LC_MESSAGES/kbruch.mo share/locale/pt/LC_MESSAGES/kbugbuster.mo share/locale/pt/LC_MESSAGES/kcachegrind.mo share/locale/pt/LC_MESSAGES/kcachegrind_qt.mo -share/locale/pt/LC_MESSAGES/kcal_akonadi.mo share/locale/pt/LC_MESSAGES/kcalc.mo share/locale/pt/LC_MESSAGES/kcertpart.mo share/locale/pt/LC_MESSAGES/kcharselect.mo -share/locale/pt/LC_MESSAGES/kcm_akonadi.mo share/locale/pt/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/pt/LC_MESSAGES/kcm_attica.mo share/locale/pt/LC_MESSAGES/kcm_autostart.mo +share/locale/pt/LC_MESSAGES/kcm_desktoppaths.mo share/locale/pt/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/pt/LC_MESSAGES/kcm_device_automounter.mo share/locale/pt/LC_MESSAGES/kcm_emoticons.mo +share/locale/pt/LC_MESSAGES/kcm_infobase.mo +share/locale/pt/LC_MESSAGES/kcm_infosummary.mo share/locale/pt/LC_MESSAGES/kcm_krfb.mo share/locale/pt/LC_MESSAGES/kcm_kwindesktop.mo share/locale/pt/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/pt/LC_MESSAGES/kcm_lirc.mo share/locale/pt/LC_MESSAGES/kcm_memory.mo -share/locale/pt/LC_MESSAGES/kcm_partition.mo share/locale/pt/LC_MESSAGES/kcm_pci.mo share/locale/pt/LC_MESSAGES/kcm_phonon.mo share/locale/pt/LC_MESSAGES/kcm_phononxine.mo share/locale/pt/LC_MESSAGES/kcm_platform.mo +share/locale/pt/LC_MESSAGES/kcm_remotecontrol.mo share/locale/pt/LC_MESSAGES/kcm_solid.mo share/locale/pt/LC_MESSAGES/kcm_solid_actions.mo share/locale/pt/LC_MESSAGES/kcm_standard_actions.mo @@ -1284,13 +954,13 @@ share/locale/pt/LC_MESSAGES/kcmcgi.mo share/locale/pt/LC_MESSAGES/kcmcolors.mo share/locale/pt/LC_MESSAGES/kcmcomponentchooser.mo share/locale/pt/LC_MESSAGES/kcmcrypto.mo +share/locale/pt/LC_MESSAGES/kcmdevinfo.mo share/locale/pt/LC_MESSAGES/kcmfonts.mo share/locale/pt/LC_MESSAGES/kcmhtmlsearch.mo share/locale/pt/LC_MESSAGES/kcmicons.mo share/locale/pt/LC_MESSAGES/kcminfo.mo share/locale/pt/LC_MESSAGES/kcminit.mo share/locale/pt/LC_MESSAGES/kcminput.mo -share/locale/pt/LC_MESSAGES/kcmioslaveinfo.mo share/locale/pt/LC_MESSAGES/kcmkamera.mo share/locale/pt/LC_MESSAGES/kcmkclock.mo share/locale/pt/LC_MESSAGES/kcmkded.mo @@ -1319,7 +989,6 @@ share/locale/pt/LC_MESSAGES/kcmscreensaver.mo share/locale/pt/LC_MESSAGES/kcmshell.mo share/locale/pt/LC_MESSAGES/kcmsmartcard.mo share/locale/pt/LC_MESSAGES/kcmsmserver.mo -share/locale/pt/LC_MESSAGES/kcmsolidproc.mo share/locale/pt/LC_MESSAGES/kcmstyle.mo share/locale/pt/LC_MESSAGES/kcmusb.mo share/locale/pt/LC_MESSAGES/kcmview1394.mo @@ -1333,16 +1002,11 @@ share/locale/pt/LC_MESSAGES/kdebugdialog.mo share/locale/pt/LC_MESSAGES/kdecalendarsystems.mo share/locale/pt/LC_MESSAGES/kdelibs4.mo share/locale/pt/LC_MESSAGES/kdelibs_colors4.mo -share/locale/pt/LC_MESSAGES/kdelirc.mo share/locale/pt/LC_MESSAGES/kdepasswd.mo -share/locale/pt/LC_MESSAGES/kdepimresources.mo -share/locale/pt/LC_MESSAGES/kdepimwizards.mo share/locale/pt/LC_MESSAGES/kdeqt.mo share/locale/pt/LC_MESSAGES/kdesu.mo share/locale/pt/LC_MESSAGES/kdesud.mo share/locale/pt/LC_MESSAGES/kdf.mo -share/locale/pt/LC_MESSAGES/kdgantt.mo -share/locale/pt/LC_MESSAGES/kdgantt1.mo share/locale/pt/LC_MESSAGES/kdialog.mo share/locale/pt/LC_MESSAGES/kdiamond.mo share/locale/pt/LC_MESSAGES/kdmconfig.mo @@ -1396,7 +1060,6 @@ share/locale/pt/LC_MESSAGES/kimagemapeditor.mo share/locale/pt/LC_MESSAGES/kinetd.mo share/locale/pt/LC_MESSAGES/kinfocenter.mo share/locale/pt/LC_MESSAGES/kio4.mo -share/locale/pt/LC_MESSAGES/kio_akonadi.mo share/locale/pt/LC_MESSAGES/kio_applications.mo share/locale/pt/LC_MESSAGES/kio_archive.mo share/locale/pt/LC_MESSAGES/kio_audiocd.mo @@ -1404,7 +1067,6 @@ share/locale/pt/LC_MESSAGES/kio_bookmarks.mo share/locale/pt/LC_MESSAGES/kio_finger.mo share/locale/pt/LC_MESSAGES/kio_fish.mo share/locale/pt/LC_MESSAGES/kio_floppy.mo -share/locale/pt/LC_MESSAGES/kio_groupwise.mo share/locale/pt/LC_MESSAGES/kio_help4.mo share/locale/pt/LC_MESSAGES/kio_imap4.mo share/locale/pt/LC_MESSAGES/kio_info.mo @@ -1432,9 +1094,7 @@ share/locale/pt/LC_MESSAGES/kioclient.mo share/locale/pt/LC_MESSAGES/kioexec.mo share/locale/pt/LC_MESSAGES/kiriki.mo share/locale/pt/LC_MESSAGES/kiten.mo -share/locale/pt/LC_MESSAGES/kjots.mo share/locale/pt/LC_MESSAGES/kjumpingcube.mo -share/locale/pt/LC_MESSAGES/kleopatra.mo share/locale/pt/LC_MESSAGES/klettres.mo share/locale/pt/LC_MESSAGES/klines.mo share/locale/pt/LC_MESSAGES/klinkstatus.mo @@ -1442,12 +1102,6 @@ share/locale/pt/LC_MESSAGES/klipper.mo share/locale/pt/LC_MESSAGES/klock.mo share/locale/pt/LC_MESSAGES/kmag.mo share/locale/pt/LC_MESSAGES/kmahjongg.mo -share/locale/pt/LC_MESSAGES/kmail-migrator.mo -share/locale/pt/LC_MESSAGES/kmail.mo -share/locale/pt/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/pt/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/pt/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/pt/LC_MESSAGES/kmailcvt.mo share/locale/pt/LC_MESSAGES/kmenuedit.mo share/locale/pt/LC_MESSAGES/kmimetypefinder.mo share/locale/pt/LC_MESSAGES/kmines.mo @@ -1458,8 +1112,6 @@ share/locale/pt/LC_MESSAGES/kmplot.mo share/locale/pt/LC_MESSAGES/knetattach.mo share/locale/pt/LC_MESSAGES/knetwalk.mo share/locale/pt/LC_MESSAGES/knetworkconfmodule.mo -share/locale/pt/LC_MESSAGES/knode.mo -share/locale/pt/LC_MESSAGES/knotes.mo share/locale/pt/LC_MESSAGES/knotify4.mo share/locale/pt/LC_MESSAGES/kolf.mo share/locale/pt/LC_MESSAGES/kollision.mo @@ -1469,11 +1121,8 @@ share/locale/pt/LC_MESSAGES/kompare.mo share/locale/pt/LC_MESSAGES/konqueror.mo share/locale/pt/LC_MESSAGES/konquest.mo share/locale/pt/LC_MESSAGES/konsole.mo -share/locale/pt/LC_MESSAGES/konsolekalendar.mo -share/locale/pt/LC_MESSAGES/kontact.mo share/locale/pt/LC_MESSAGES/kontactinterfaces.mo share/locale/pt/LC_MESSAGES/kopete.mo -share/locale/pt/LC_MESSAGES/korganizer.mo share/locale/pt/LC_MESSAGES/kpartloader.mo share/locale/pt/LC_MESSAGES/kpartsaver.mo share/locale/pt/LC_MESSAGES/kpasswdserver.mo @@ -1482,28 +1131,20 @@ share/locale/pt/LC_MESSAGES/kppp.mo share/locale/pt/LC_MESSAGES/kppplogview.mo share/locale/pt/LC_MESSAGES/kquitapp.mo share/locale/pt/LC_MESSAGES/krandr.mo +share/locale/pt/LC_MESSAGES/krcdnotifieritem.mo share/locale/pt/LC_MESSAGES/krdb.mo share/locale/pt/LC_MESSAGES/krdc.mo share/locale/pt/LC_MESSAGES/kreadconfig.mo -share/locale/pt/LC_MESSAGES/kres-migrator.mo -share/locale/pt/LC_MESSAGES/kres_birthday.mo -share/locale/pt/LC_MESSAGES/kres_blog.mo +share/locale/pt/LC_MESSAGES/kremotecontroldaemon.mo share/locale/pt/LC_MESSAGES/kres_bugzilla.mo -share/locale/pt/LC_MESSAGES/kres_groupware.mo -share/locale/pt/LC_MESSAGES/kres_groupwise.mo -share/locale/pt/LC_MESSAGES/kres_kolab.mo -share/locale/pt/LC_MESSAGES/kres_remote.mo -share/locale/pt/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/pt/LC_MESSAGES/kreversi.mo share/locale/pt/LC_MESSAGES/krfb.mo share/locale/pt/LC_MESSAGES/kruler.mo share/locale/pt/LC_MESSAGES/krunner.mo share/locale/pt/LC_MESSAGES/ksame.mo share/locale/pt/LC_MESSAGES/ksaneplugin.mo -share/locale/pt/LC_MESSAGES/ksayit.mo share/locale/pt/LC_MESSAGES/kscd.mo share/locale/pt/LC_MESSAGES/kscreensaver.mo -share/locale/pt/LC_MESSAGES/ksendemail.mo share/locale/pt/LC_MESSAGES/kshisen.mo share/locale/pt/LC_MESSAGES/kshorturifilter.mo share/locale/pt/LC_MESSAGES/ksirk.mo @@ -1525,16 +1166,14 @@ share/locale/pt/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/pt/LC_MESSAGES/ksystemlog.mo share/locale/pt/LC_MESSAGES/ksystraycmd.mo share/locale/pt/LC_MESSAGES/kteatime.mo +share/locale/pt/LC_MESSAGES/ktesnippets_editor.mo share/locale/pt/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/pt/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/pt/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/pt/LC_MESSAGES/kthememanager.mo share/locale/pt/LC_MESSAGES/ktimer.mo -share/locale/pt/LC_MESSAGES/ktimetracker.mo share/locale/pt/LC_MESSAGES/ktouch.mo share/locale/pt/LC_MESSAGES/ktraderclient.mo share/locale/pt/LC_MESSAGES/ktron.mo -share/locale/pt/LC_MESSAGES/kttsd.mo share/locale/pt/LC_MESSAGES/ktuberling.mo share/locale/pt/LC_MESSAGES/kturtle.mo share/locale/pt/LC_MESSAGES/ktux.mo @@ -1545,8 +1184,6 @@ share/locale/pt/LC_MESSAGES/kurifilter.mo share/locale/pt/LC_MESSAGES/kuser.mo share/locale/pt/LC_MESSAGES/kwalletd.mo share/locale/pt/LC_MESSAGES/kwalletmanager.mo -share/locale/pt/LC_MESSAGES/kwatchgnupg.mo -share/locale/pt/LC_MESSAGES/kweather.mo share/locale/pt/LC_MESSAGES/kwin.mo share/locale/pt/LC_MESSAGES/kwin_art_clients.mo share/locale/pt/LC_MESSAGES/kwin_clients.mo @@ -1568,31 +1205,25 @@ share/locale/pt/LC_MESSAGES/libkcompactdisc.mo share/locale/pt/LC_MESSAGES/libkdcraw.mo share/locale/pt/LC_MESSAGES/libkdeedu.mo share/locale/pt/LC_MESSAGES/libkdegames.mo -share/locale/pt/LC_MESSAGES/libkdepim.mo share/locale/pt/LC_MESSAGES/libkexiv2.mo share/locale/pt/LC_MESSAGES/libkholidays.mo share/locale/pt/LC_MESSAGES/libkimap.mo share/locale/pt/LC_MESSAGES/libkldap.mo -share/locale/pt/LC_MESSAGES/libkleopatra.mo share/locale/pt/LC_MESSAGES/libkmahjongg.mo share/locale/pt/LC_MESSAGES/libkmime.mo share/locale/pt/LC_MESSAGES/libkonq.mo -share/locale/pt/LC_MESSAGES/libkpgp.mo share/locale/pt/LC_MESSAGES/libkpimidentities.mo share/locale/pt/LC_MESSAGES/libkpimtextedit.mo share/locale/pt/LC_MESSAGES/libkpimutils.mo +share/locale/pt/LC_MESSAGES/libkremotecontrol.mo share/locale/pt/LC_MESSAGES/libkresources.mo share/locale/pt/LC_MESSAGES/libksane.mo share/locale/pt/LC_MESSAGES/libkscreensaver.mo -share/locale/pt/LC_MESSAGES/libksieve.mo share/locale/pt/LC_MESSAGES/libktnef.mo share/locale/pt/LC_MESSAGES/libkunitconversion.mo share/locale/pt/LC_MESSAGES/libkworkspace.mo share/locale/pt/LC_MESSAGES/libkxmlrpcclient.mo share/locale/pt/LC_MESSAGES/libmailtransport.mo -share/locale/pt/LC_MESSAGES/libmessagecore.mo -share/locale/pt/LC_MESSAGES/libmessagelist.mo -share/locale/pt/LC_MESSAGES/libmessageviewer.mo share/locale/pt/LC_MESSAGES/liboktetacore.mo share/locale/pt/LC_MESSAGES/liboktetakasten.mo share/locale/pt/LC_MESSAGES/libphonon.mo @@ -1603,7 +1234,6 @@ share/locale/pt/LC_MESSAGES/librtm.mo share/locale/pt/LC_MESSAGES/libtaskmanager.mo share/locale/pt/LC_MESSAGES/lokalize.mo share/locale/pt/LC_MESSAGES/lskat.mo -share/locale/pt/LC_MESSAGES/mailreader.mo share/locale/pt/LC_MESSAGES/marble.mo share/locale/pt/LC_MESSAGES/marble_qt.mo share/locale/pt/LC_MESSAGES/mplayerthumbs.mo @@ -1637,10 +1267,12 @@ share/locale/pt/LC_MESSAGES/phononserver.mo share/locale/pt/LC_MESSAGES/plasma-desktop.mo share/locale/pt/LC_MESSAGES/plasma-netbook.mo share/locale/pt/LC_MESSAGES/plasma-overlay.mo +share/locale/pt/LC_MESSAGES/plasma-windowed.mo share/locale/pt/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/pt/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/pt/LC_MESSAGES/plasma_applet_battery.mo share/locale/pt/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/pt/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/pt/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/pt/LC_MESSAGES/plasma_applet_calculator.mo share/locale/pt/LC_MESSAGES/plasma_applet_clock.mo @@ -1657,6 +1289,7 @@ share/locale/pt/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/pt/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/pt/LC_MESSAGES/plasma_applet_icon.mo share/locale/pt/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/pt/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/pt/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/pt/LC_MESSAGES/plasma_applet_katesession.mo share/locale/pt/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -1664,7 +1297,6 @@ share/locale/pt/LC_MESSAGES/plasma_applet_kget.mo share/locale/pt/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/pt/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/pt/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/pt/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/pt/LC_MESSAGES/plasma_applet_launcher.mo share/locale/pt/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/pt/LC_MESSAGES/plasma_applet_life.mo @@ -1676,6 +1308,7 @@ share/locale/pt/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/pt/LC_MESSAGES/plasma_applet_news.mo share/locale/pt/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/pt/LC_MESSAGES/plasma_applet_notes.mo +share/locale/pt/LC_MESSAGES/plasma_applet_notifications.mo share/locale/pt/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/pt/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/pt/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -1717,7 +1350,9 @@ share/locale/pt/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/pt/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/pt/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/pt/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/pt/LC_MESSAGES/plasma_engine_calendar.mo share/locale/pt/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/pt/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/pt/LC_MESSAGES/plasma_engine_keystate.mo share/locale/pt/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/pt/LC_MESSAGES/plasma_engine_metadata.mo @@ -1729,12 +1364,14 @@ share/locale/pt/LC_MESSAGES/plasma_engine_rss.mo share/locale/pt/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/pt/LC_MESSAGES/plasma_engine_weather.mo share/locale/pt/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/pt/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/pt/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/pt/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_contacts.mo share/locale/pt/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/pt/LC_MESSAGES/plasma_runner_datetime.mo share/locale/pt/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/pt/LC_MESSAGES/plasma_runner_kget.mo share/locale/pt/LC_MESSAGES/plasma_runner_kill.mo @@ -1754,6 +1391,7 @@ share/locale/pt/LC_MESSAGES/plasma_runner_shell.mo share/locale/pt/LC_MESSAGES/plasma_runner_solid.mo share/locale/pt/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/pt/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/pt/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/pt/LC_MESSAGES/plasma_runner_windows.mo share/locale/pt/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/pt/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1799,60 +1437,47 @@ share/locale/pt/LC_MESSAGES/xml_mimetypes.mo share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/umbrello @dirrm share/doc/HTML/pt/systemsettings -@dirrm share/doc/HTML/pt/superkaramba +@dirrm share/doc/HTML/pt/sweeper @dirrm share/doc/HTML/pt/step @dirrm share/doc/HTML/pt/sonnet +@dirrm share/doc/HTML/pt/rocs +@dirrm share/doc/HTML/pt/printer-applet @dirrm share/doc/HTML/pt/plasma-desktop @dirrm share/doc/HTML/pt/parley +@dirrm share/doc/HTML/pt/palapeli +@dirrm share/doc/HTML/pt/onlinehelp @dirrm share/doc/HTML/pt/okular @dirrm share/doc/HTML/pt/okteta -@dirrm share/doc/HTML/pt/multisynk @dirrm share/doc/HTML/pt/lskat @dirrm share/doc/HTML/pt/lokalize -@dirrm share/doc/HTML/pt/kxkb @dirrm share/doc/HTML/pt/kwrite -@dirrm share/doc/HTML/pt/kworldclock @dirrm share/doc/HTML/pt/kwordquiz -@dirrm share/doc/HTML/pt/kweather -@dirrm share/doc/HTML/pt/kwatchgnupg @dirrm share/doc/HTML/pt/kwallet @dirrm share/doc/HTML/pt/kuser @dirrm share/doc/HTML/pt/kubrick -@dirrm share/doc/HTML/pt/kturtle @dirrm share/doc/HTML/pt/ktuberling -@dirrm share/doc/HTML/pt/kttsd +@dirrm share/doc/HTML/pt/ktron @dirrm share/doc/HTML/pt/ktouch -@dirrm share/doc/HTML/pt/ktnef @dirrm share/doc/HTML/pt/ktimer @dirrm share/doc/HTML/pt/kteatime @dirrm share/doc/HTML/pt/ksystemlog @dirrm share/doc/HTML/pt/ksysguard @dirrm share/doc/HTML/pt/ksudoku @dirrm share/doc/HTML/pt/kstars -@dirrm share/doc/HTML/pt/ksplashml +@dirrm share/doc/HTML/pt/ksquares @dirrm share/doc/HTML/pt/kspaceduel @dirrm share/doc/HTML/pt/ksnapshot -@dirrm share/doc/HTML/pt/ksmiletris -@dirrm share/doc/HTML/pt/ksirtet +@dirrm share/doc/HTML/pt/ksirkskineditor @dirrm share/doc/HTML/pt/ksirk -@dirrm share/doc/HTML/pt/ksirc -@dirrm share/doc/HTML/pt/ksim @dirrm share/doc/HTML/pt/kshisen @dirrm share/doc/HTML/pt/ksame @dirrm share/doc/HTML/pt/kruler @dirrm share/doc/HTML/pt/krfb @dirrm share/doc/HTML/pt/kreversi -@dirrm share/doc/HTML/pt/krec @dirrm share/doc/HTML/pt/krdc @dirrm share/doc/HTML/pt/kppp -@dirrm share/doc/HTML/pt/kpilot -@dirrm share/doc/HTML/pt/kpercentage @dirrm share/doc/HTML/pt/kpat -@dirrm share/doc/HTML/pt/kpackage -@dirrm share/doc/HTML/pt/korganizer @dirrm share/doc/HTML/pt/kopete -@dirrm share/doc/HTML/pt/kontact -@dirrm share/doc/HTML/pt/konsolekalendar @dirrm share/doc/HTML/pt/konsole @dirrm share/doc/HTML/pt/konquest @dirrm share/doc/HTML/pt/konqueror @@ -1861,44 +1486,38 @@ share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/kolourpaint @dirrm share/doc/HTML/pt/kollision @dirrm share/doc/HTML/pt/kolf -@dirrm share/doc/HTML/pt/knotes -@dirrm share/doc/HTML/pt/knode -@dirrm share/doc/HTML/pt/knewsticker -@dirrm share/doc/HTML/pt/knetworkconf @dirrm share/doc/HTML/pt/knetwalk @dirrm share/doc/HTML/pt/knetattach @dirrm share/doc/HTML/pt/kmplot @dirrm share/doc/HTML/pt/kmouth @dirrm share/doc/HTML/pt/kmousetool -@dirrm share/doc/HTML/pt/kmoon @dirrm share/doc/HTML/pt/kmix @dirrm share/doc/HTML/pt/kmines @dirrm share/doc/HTML/pt/kmenuedit -@dirrm share/doc/HTML/pt/kmathtool -@dirrm share/doc/HTML/pt/kmail @dirrm share/doc/HTML/pt/kmahjongg @dirrm share/doc/HTML/pt/kmag @dirrm share/doc/HTML/pt/klipper @dirrm share/doc/HTML/pt/klinkstatus @dirrm share/doc/HTML/pt/klines @dirrm share/doc/HTML/pt/klettres -@dirrm share/doc/HTML/pt/kleopatra @dirrm share/doc/HTML/pt/kjumpingcube -@dirrm share/doc/HTML/pt/kjots @dirrm share/doc/HTML/pt/kiten @dirrm share/doc/HTML/pt/kiriki +@dirrm share/doc/HTML/pt/kioslave/xz @dirrm share/doc/HTML/pt/kioslave/webdav @dirrm share/doc/HTML/pt/kioslave/thumbnail @dirrm share/doc/HTML/pt/kioslave/telnet @dirrm share/doc/HTML/pt/kioslave/tar @dirrm share/doc/HTML/pt/kioslave/smtp @dirrm share/doc/HTML/pt/kioslave/smb +@dirrm share/doc/HTML/pt/kioslave/sieve @dirrm share/doc/HTML/pt/kioslave/sftp @dirrm share/doc/HTML/pt/kioslave/rlogin @dirrm share/doc/HTML/pt/kioslave/pop3 @dirrm share/doc/HTML/pt/kioslave/nntp @dirrm share/doc/HTML/pt/kioslave/nfs -@dirrm share/doc/HTML/pt/kioslave/news +@dirrm share/doc/HTML/pt/kioslave/network +@dirrm share/doc/HTML/pt/kioslave/mbox @dirrm share/doc/HTML/pt/kioslave/man @dirrm share/doc/HTML/pt/kioslave/mailto @dirrm share/doc/HTML/pt/kioslave/ldap @@ -1918,46 +1537,23 @@ share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/kioslave/bookmarks @dirrm share/doc/HTML/pt/kioslave/audiocd @dirrm share/doc/HTML/pt/kioslave -@dirrm share/doc/HTML/pt/kinfocenter/xserver -@dirrm share/doc/HTML/pt/kinfocenter/usb -@dirrm share/doc/HTML/pt/kinfocenter/sound -@dirrm share/doc/HTML/pt/kinfocenter/scsi -@dirrm share/doc/HTML/pt/kinfocenter/samba -@dirrm share/doc/HTML/pt/kinfocenter/protocols -@dirrm share/doc/HTML/pt/kinfocenter/processor -@dirrm share/doc/HTML/pt/kinfocenter/pcmcia -@dirrm share/doc/HTML/pt/kinfocenter/pci -@dirrm share/doc/HTML/pt/kinfocenter/partitions -@dirrm share/doc/HTML/pt/kinfocenter/opengl -@dirrm share/doc/HTML/pt/kinfocenter/nics -@dirrm share/doc/HTML/pt/kinfocenter/memory -@dirrm share/doc/HTML/pt/kinfocenter/ioports -@dirrm share/doc/HTML/pt/kinfocenter/interrupts -@dirrm share/doc/HTML/pt/kinfocenter/dma -@dirrm share/doc/HTML/pt/kinfocenter/devices -@dirrm share/doc/HTML/pt/kinfocenter/blockdevices @dirrm share/doc/HTML/pt/kinfocenter @dirrm share/doc/HTML/pt/kimagemapeditor @dirrm share/doc/HTML/pt/killbots +@dirrm share/doc/HTML/pt/kigo @dirrm share/doc/HTML/pt/kig -@dirrm share/doc/HTML/pt/khelpcenter/visualdict -@dirrm share/doc/HTML/pt/khelpcenter/userguide -@dirrm share/doc/HTML/pt/khelpcenter/quickstart @dirrm share/doc/HTML/pt/khelpcenter/glossary -@dirrm share/doc/HTML/pt/khelpcenter/faq @dirrm share/doc/HTML/pt/khelpcenter @dirrm share/doc/HTML/pt/khangman @dirrm share/doc/HTML/pt/kgpg @dirrm share/doc/HTML/pt/kgoldrunner @dirrm share/doc/HTML/pt/kget @dirrm share/doc/HTML/pt/kgeography -@dirrm share/doc/HTML/pt/kgamma @dirrm share/doc/HTML/pt/kfourinline +@dirrm share/doc/HTML/pt/kfontview @dirrm share/doc/HTML/pt/kfloppy @dirrm share/doc/HTML/pt/kfind @dirrm share/doc/HTML/pt/kfilereplace -@dirrm share/doc/HTML/pt/kedit -@dirrm share/doc/HTML/pt/kdvi @dirrm share/doc/HTML/pt/kdm @dirrm share/doc/HTML/pt/kdiamond @dirrm share/doc/HTML/pt/kdf @@ -1966,76 +1562,73 @@ share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/kdepasswd @dirrm share/doc/HTML/pt/kdebugdialog @dirrm share/doc/HTML/pt/kcron +@dirrm share/doc/HTML/pt/kcontrol/workspaceoptions @dirrm share/doc/HTML/pt/kcontrol/windowspecific -@dirrm share/doc/HTML/pt/kcontrol/windowmanagement @dirrm share/doc/HTML/pt/kcontrol/windowbehaviour @dirrm share/doc/HTML/pt/kcontrol/useragent +@dirrm share/doc/HTML/pt/kcontrol/trash @dirrm share/doc/HTML/pt/kcontrol/splashscreen @dirrm share/doc/HTML/pt/kcontrol/spellchecking +@dirrm share/doc/HTML/pt/kcontrol/solid-hardware +@dirrm share/doc/HTML/pt/kcontrol/solid-device-automounter +@dirrm share/doc/HTML/pt/kcontrol/solid-actions @dirrm share/doc/HTML/pt/kcontrol/smb @dirrm share/doc/HTML/pt/kcontrol/screensaver @dirrm share/doc/HTML/pt/kcontrol/proxy -@dirrm share/doc/HTML/pt/kcontrol/powerctrl +@dirrm share/doc/HTML/pt/kcontrol/powerdevil +@dirrm share/doc/HTML/pt/kcontrol/phonon @dirrm share/doc/HTML/pt/kcontrol/performance @dirrm share/doc/HTML/pt/kcontrol/paths -@dirrm share/doc/HTML/pt/kcontrol/passwords -@dirrm share/doc/HTML/pt/kcontrol/panelappearance -@dirrm share/doc/HTML/pt/kcontrol/panel @dirrm share/doc/HTML/pt/kcontrol/netpref +@dirrm share/doc/HTML/pt/kcontrol/nepomuk @dirrm share/doc/HTML/pt/kcontrol/mouse -@dirrm share/doc/HTML/pt/kcontrol/laptop @dirrm share/doc/HTML/pt/kcontrol/language -@dirrm share/doc/HTML/pt/kcontrol/kxmlrpcd -@dirrm share/doc/HTML/pt/kcontrol/kxkb +@dirrm share/doc/HTML/pt/kcontrol/kwintabbox +@dirrm share/doc/HTML/pt/kcontrol/kwinscreenedges @dirrm share/doc/HTML/pt/kcontrol/kwindecoration @dirrm share/doc/HTML/pt/kcontrol/kwincompositing -@dirrm share/doc/HTML/pt/kcontrol/kthememgr @dirrm share/doc/HTML/pt/kcontrol/kresources +@dirrm share/doc/HTML/pt/kcontrol/kremotecontrol @dirrm share/doc/HTML/pt/kcontrol/knetworkconf -@dirrm share/doc/HTML/pt/kcontrol/khtml +@dirrm share/doc/HTML/pt/kcontrol/khtml-plugins +@dirrm share/doc/HTML/pt/kcontrol/khtml-java-js +@dirrm share/doc/HTML/pt/kcontrol/khtml-general +@dirrm share/doc/HTML/pt/kcontrol/khtml-behavior +@dirrm share/doc/HTML/pt/kcontrol/khtml-adblock +@dirrm share/doc/HTML/pt/kcontrol/kgamma @dirrm share/doc/HTML/pt/kcontrol/keys @dirrm share/doc/HTML/pt/kcontrol/keyboard -@dirrm share/doc/HTML/pt/kcontrol/kdm -@dirrm share/doc/HTML/pt/kcontrol/kcmtaskbar +@dirrm share/doc/HTML/pt/kcontrol/kded @dirrm share/doc/HTML/pt/kcontrol/kcmstyle @dirrm share/doc/HTML/pt/kcontrol/kcmsmserver @dirrm share/doc/HTML/pt/kcontrol/kcmnotify -@dirrm share/doc/HTML/pt/kcontrol/kcmlowbatwarn -@dirrm share/doc/HTML/pt/kcontrol/kcmlowbatcrit @dirrm share/doc/HTML/pt/kcontrol/kcmlaunch -@dirrm share/doc/HTML/pt/kcontrol/kcmktalkd -@dirrm share/doc/HTML/pt/kcontrol/kcmkonsole -@dirrm share/doc/HTML/pt/kcontrol/kcmfontinst -@dirrm share/doc/HTML/pt/kcontrol/kcmdisplay @dirrm share/doc/HTML/pt/kcontrol/kcmcss +@dirrm share/doc/HTML/pt/kcontrol/kcmcgi @dirrm share/doc/HTML/pt/kcontrol/kcmaccess @dirrm share/doc/HTML/pt/kcontrol/kamera -@dirrm share/doc/HTML/pt/kcontrol/kalarmd @dirrm share/doc/HTML/pt/kcontrol/joystick @dirrm share/doc/HTML/pt/kcontrol/icons -@dirrm share/doc/HTML/pt/kcontrol/helpindex +@dirrm share/doc/HTML/pt/kcontrol/history @dirrm share/doc/HTML/pt/kcontrol/fonts @dirrm share/doc/HTML/pt/kcontrol/fontinst @dirrm share/doc/HTML/pt/kcontrol/filetypes @dirrm share/doc/HTML/pt/kcontrol/filemanager -@dirrm share/doc/HTML/pt/kcontrol/energy @dirrm share/doc/HTML/pt/kcontrol/emoticons -@dirrm share/doc/HTML/pt/kcontrol/email @dirrm share/doc/HTML/pt/kcontrol/ebrowsing -@dirrm share/doc/HTML/pt/kcontrol/desktopbehavior +@dirrm share/doc/HTML/pt/kcontrol/desktopthemedetails @dirrm share/doc/HTML/pt/kcontrol/desktop -@dirrm share/doc/HTML/pt/kcontrol/crypto @dirrm share/doc/HTML/pt/kcontrol/cookies +@dirrm share/doc/HTML/pt/kcontrol/componentchooser @dirrm share/doc/HTML/pt/kcontrol/colors @dirrm share/doc/HTML/pt/kcontrol/clock @dirrm share/doc/HTML/pt/kcontrol/cache @dirrm share/doc/HTML/pt/kcontrol/bookmarks @dirrm share/doc/HTML/pt/kcontrol/blockdevices @dirrm share/doc/HTML/pt/kcontrol/bell -@dirrm share/doc/HTML/pt/kcontrol/background @dirrm share/doc/HTML/pt/kcontrol/autostart +@dirrm share/doc/HTML/pt/kcontrol/attica @dirrm share/doc/HTML/pt/kcontrol -@dirrm share/doc/HTML/pt/kcmlirc @dirrm share/doc/HTML/pt/kcharselect @dirrm share/doc/HTML/pt/kcalc @dirrm share/doc/HTML/pt/kcachegrind @@ -2048,23 +1641,24 @@ share/locale/pt/entry.desktop @dirrm share/doc/HTML/pt/kbattleship @dirrm share/doc/HTML/pt/katomic @dirrm share/doc/HTML/pt/kapptemplate +@dirrm share/doc/HTML/pt/kapman @dirrm share/doc/HTML/pt/kanagram -@dirrm share/doc/HTML/pt/kamera @dirrm share/doc/HTML/pt/kalzium @dirrm share/doc/HTML/pt/kalgebra -@dirrm share/doc/HTML/pt/kalarm -@dirrm share/doc/HTML/pt/kaddressbook @dirrm share/doc/HTML/pt/juk -@dirrm share/doc/HTML/pt/irkick +@dirrm share/doc/HTML/pt/jovie @dirrm share/doc/HTML/pt/gwenview +@dirrm share/doc/HTML/pt/granatier @dirrm share/doc/HTML/pt/dolphin @dirrm share/doc/HTML/pt/common @dirrm share/doc/HTML/pt/cervisia +@dirrm share/doc/HTML/pt/cantor +@dirrm share/doc/HTML/pt/bovo @dirrm share/doc/HTML/pt/bomber @dirrm share/doc/HTML/pt/blinken @dirrm share/doc/HTML/pt/ark @dirrm share/doc/HTML/pt/amor -@dirrm share/doc/HTML/pt/akregator +@dirrm share/doc/HTML/pt/PolicyKit-kde @dirrm share/apps/kvtml/pt @dirrm share/apps/kvtml @dirrm share/apps/ktuberling/sounds/pt diff --git a/russian/kde4-l10n/Makefile.man b/russian/kde4-l10n/Makefile.man index fdfdf65ec0cc..e59f9e2460d8 100644 --- a/russian/kde4-l10n/Makefile.man +++ b/russian/kde4-l10n/Makefile.man @@ -1,2 +1,2 @@ -MAN1= kalzium.1 kappfinder.1 kmplot.1 po2xml.1 split2po.1 swappo.1 xml2pot.1 -MAN6= khangman.6 kpat.6 +MAN1= checkXML.1 kalzium.1 kbookmarkmerger.1 kbruch.1 kdesu.1 kfind.1 kig.1 kmag.1 kmplot.1 po2xml.1 split2po.1 swappo.1 xml2pot.1 +MAN6= khangman.6 diff --git a/russian/kde4-l10n/distinfo b/russian/kde4-l10n/distinfo index 18baa010ef55..9099c0fdae4d 100644 --- a/russian/kde4-l10n/distinfo +++ b/russian/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-ru-4.4.5.tar.bz2) = 93afdfcb0b42af655e78344d7718b8a0 -SHA256 (KDE/kde-l10n/kde-l10n-ru-4.4.5.tar.bz2) = 5b177410efdd1109cb3ec339b9b7e88fd402a257990ba48664608b3948aadc27 -SIZE (KDE/kde-l10n/kde-l10n-ru-4.4.5.tar.bz2) = 6429198 +MD5 (KDE/kde-l10n/kde-l10n-ru-4.5.1.tar.bz2) = c01c7984dec22b4561884dd9e458b52e +SHA256 (KDE/kde-l10n/kde-l10n-ru-4.5.1.tar.bz2) = 099a58065c03ff618c579edae8d810c52da46187090e5f9dcb640ae7becec254 +SIZE (KDE/kde-l10n/kde-l10n-ru-4.5.1.tar.bz2) = 3983458 diff --git a/russian/kde4-l10n/files/patch-docs__kdebase-runtime__CMakeLists.txt b/russian/kde4-l10n/files/patch-docs__kdebase-runtime__CMakeLists.txt new file mode 100644 index 000000000000..85e66e71e9e0 --- /dev/null +++ b/russian/kde4-l10n/files/patch-docs__kdebase-runtime__CMakeLists.txt @@ -0,0 +1,10 @@ +--- ./docs/kdebase-runtime/CMakeLists.txt.orig 2010-08-27 16:57:25.000000000 +0400 ++++ ./docs/kdebase-runtime/CMakeLists.txt 2010-08-30 13:01:12.545689155 +0400 +@@ -3,7 +3,6 @@ + add_subdirectory( kcontrol ) + add_subdirectory( kdebugdialog ) + add_subdirectory( kdesu ) +-add_subdirectory( khelpcenter ) + add_subdirectory( kioslave ) + add_subdirectory( knetattach ) + add_subdirectory( quickstart ) diff --git a/russian/kde4-l10n/files/patch-docs__kdebase-runtime__kcontrol__CMakeLists.txt b/russian/kde4-l10n/files/patch-docs__kdebase-runtime__kcontrol__CMakeLists.txt new file mode 100644 index 000000000000..db70cf048769 --- /dev/null +++ b/russian/kde4-l10n/files/patch-docs__kdebase-runtime__kcontrol__CMakeLists.txt @@ -0,0 +1,10 @@ +--- ./docs/kdebase-runtime/kcontrol/CMakeLists.txt.orig 2010-08-27 16:57:25.000000000 +0400 ++++ ./docs/kdebase-runtime/kcontrol/CMakeLists.txt 2010-08-30 13:01:12.548688169 +0400 +@@ -34,7 +34,6 @@ + add_subdirectory( panelappearance ) + add_subdirectory( passwords ) + add_subdirectory( performance ) +-add_subdirectory( proxy ) + add_subdirectory( screensaver ) + add_subdirectory( smb ) + add_subdirectory( spellchecking ) diff --git a/russian/kde4-l10n/files/patch-docs__kdeutils__CMakeLists.txt b/russian/kde4-l10n/files/patch-docs__kdeutils__CMakeLists.txt new file mode 100644 index 000000000000..776d93b2db75 --- /dev/null +++ b/russian/kde4-l10n/files/patch-docs__kdeutils__CMakeLists.txt @@ -0,0 +1,8 @@ +--- ./docs/kdeutils/CMakeLists.txt.orig 2010-08-27 16:57:27.000000000 +0400 ++++ ./docs/kdeutils/CMakeLists.txt 2010-08-30 13:04:17.835715995 +0400 +@@ -8,5 +8,4 @@ + add_subdirectory( kinfocenter ) + add_subdirectory( ktimer ) + add_subdirectory( kwallet ) +-add_subdirectory( okteta ) + add_subdirectory( superkaramba ) diff --git a/russian/kde4-l10n/pkg-plist b/russian/kde4-l10n/pkg-plist index 7f3ea319240f..4e404007bb4b 100644 --- a/russian/kde4-l10n/pkg-plist +++ b/russian/kde4-l10n/pkg-plist @@ -20,23 +20,6 @@ share/apps/kvtml/ru/people.kvtml share/apps/kvtml/ru/space.kvtml share/apps/kvtml/ru/transportation.kvtml share/apps/kvtml/ru/worldcapitals.kvtml -share/doc/HTML/ru/akregator/add-feed.png -share/doc/HTML/ru/akregator/add-feed2.png -share/doc/HTML/ru/akregator/add-folder.png -share/doc/HTML/ru/akregator/add-folder2.png -share/doc/HTML/ru/akregator/advanced-tab.png -share/doc/HTML/ru/akregator/appearance-tab.png -share/doc/HTML/ru/akregator/archive-tab.png -share/doc/HTML/ru/akregator/browser-tab.png -share/doc/HTML/ru/akregator/common -share/doc/HTML/ru/akregator/general-tab.png -share/doc/HTML/ru/akregator/index.cache.bz2 -share/doc/HTML/ru/akregator/index.docbook -share/doc/HTML/ru/akregator/main-window.png -share/doc/HTML/ru/akregator/main-window2.png -share/doc/HTML/ru/akregator/main-window3.png -share/doc/HTML/ru/akregator/main-window4.png -share/doc/HTML/ru/akregator/quick-filter.png share/doc/HTML/ru/amor/common share/doc/HTML/ru/amor/index.cache.bz2 share/doc/HTML/ru/amor/index.docbook @@ -50,21 +33,9 @@ share/doc/HTML/ru/cervisia/common share/doc/HTML/ru/cervisia/index.cache.bz2 share/doc/HTML/ru/cervisia/index.docbook share/doc/HTML/ru/common/kde-localised.css -share/doc/HTML/ru/gwenview/common -share/doc/HTML/ru/gwenview/docked_windows.docbook -share/doc/HTML/ru/gwenview/external_tools.docbook -share/doc/HTML/ru/gwenview/index.cache.bz2 -share/doc/HTML/ru/gwenview/index.docbook -share/doc/HTML/ru/gwenview/interface.docbook -share/doc/HTML/ru/gwenview/introduction.docbook -share/doc/HTML/ru/gwenview/keybindings.docbook -share/doc/HTML/ru/gwenview/mouse.docbook share/doc/HTML/ru/juk/common share/doc/HTML/ru/juk/index.cache.bz2 share/doc/HTML/ru/juk/index.docbook -share/doc/HTML/ru/kaddressbook/common -share/doc/HTML/ru/kaddressbook/index.cache.bz2 -share/doc/HTML/ru/kaddressbook/index.docbook share/doc/HTML/ru/kalgebra/common share/doc/HTML/ru/kalgebra/index.cache.bz2 share/doc/HTML/ru/kalgebra/index.docbook @@ -87,9 +58,6 @@ share/doc/HTML/ru/kblackbox/index.docbook share/doc/HTML/ru/kbounce/common share/doc/HTML/ru/kbounce/index.cache.bz2 share/doc/HTML/ru/kbounce/index.docbook -share/doc/HTML/ru/kbruch/common -share/doc/HTML/ru/kbruch/index.cache.bz2 -share/doc/HTML/ru/kbruch/index.docbook share/doc/HTML/ru/kbugbuster/common share/doc/HTML/ru/kbugbuster/index.cache.bz2 share/doc/HTML/ru/kbugbuster/index.docbook @@ -106,9 +74,6 @@ share/doc/HTML/ru/kcharselect/index.docbook share/doc/HTML/ru/kcontrol/autostart/common share/doc/HTML/ru/kcontrol/autostart/index.cache.bz2 share/doc/HTML/ru/kcontrol/autostart/index.docbook -share/doc/HTML/ru/kcontrol/background/common -share/doc/HTML/ru/kcontrol/background/index.cache.bz2 -share/doc/HTML/ru/kcontrol/background/index.docbook share/doc/HTML/ru/kcontrol/bell/common share/doc/HTML/ru/kcontrol/bell/index.cache.bz2 share/doc/HTML/ru/kcontrol/bell/index.docbook @@ -124,24 +89,9 @@ share/doc/HTML/ru/kcontrol/colors/index.docbook share/doc/HTML/ru/kcontrol/cookies/common share/doc/HTML/ru/kcontrol/cookies/index.cache.bz2 share/doc/HTML/ru/kcontrol/cookies/index.docbook -share/doc/HTML/ru/kcontrol/crypto/common -share/doc/HTML/ru/kcontrol/crypto/index.cache.bz2 -share/doc/HTML/ru/kcontrol/crypto/index.docbook -share/doc/HTML/ru/kcontrol/desktop/common -share/doc/HTML/ru/kcontrol/desktop/index.cache.bz2 -share/doc/HTML/ru/kcontrol/desktop/index.docbook -share/doc/HTML/ru/kcontrol/desktopbehavior/common -share/doc/HTML/ru/kcontrol/desktopbehavior/index.cache.bz2 -share/doc/HTML/ru/kcontrol/desktopbehavior/index.docbook share/doc/HTML/ru/kcontrol/ebrowsing/common share/doc/HTML/ru/kcontrol/ebrowsing/index.cache.bz2 share/doc/HTML/ru/kcontrol/ebrowsing/index.docbook -share/doc/HTML/ru/kcontrol/email/common -share/doc/HTML/ru/kcontrol/email/index.cache.bz2 -share/doc/HTML/ru/kcontrol/email/index.docbook -share/doc/HTML/ru/kcontrol/energy/common -share/doc/HTML/ru/kcontrol/energy/index.cache.bz2 -share/doc/HTML/ru/kcontrol/energy/index.docbook share/doc/HTML/ru/kcontrol/filemanager/common share/doc/HTML/ru/kcontrol/filemanager/index.cache.bz2 share/doc/HTML/ru/kcontrol/filemanager/index.docbook @@ -151,33 +101,12 @@ share/doc/HTML/ru/kcontrol/filetypes/index.docbook share/doc/HTML/ru/kcontrol/fontinst/common share/doc/HTML/ru/kcontrol/fontinst/index.cache.bz2 share/doc/HTML/ru/kcontrol/fontinst/index.docbook -share/doc/HTML/ru/kcontrol/fonts/common -share/doc/HTML/ru/kcontrol/fonts/index.cache.bz2 -share/doc/HTML/ru/kcontrol/fonts/index.docbook -share/doc/HTML/ru/kcontrol/helpindex/common -share/doc/HTML/ru/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/ru/kcontrol/helpindex/index.docbook share/doc/HTML/ru/kcontrol/icons/common share/doc/HTML/ru/kcontrol/icons/index.cache.bz2 share/doc/HTML/ru/kcontrol/icons/index.docbook -share/doc/HTML/ru/kcontrol/kcmaccess/common -share/doc/HTML/ru/kcontrol/kcmaccess/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmaccess/index.docbook share/doc/HTML/ru/kcontrol/kcmcss/common share/doc/HTML/ru/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/ru/kcontrol/kcmcss/index.docbook -share/doc/HTML/ru/kcontrol/kcmdisplay/common -share/doc/HTML/ru/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmdisplay/index.docbook -share/doc/HTML/ru/kcontrol/kcmfontinst/common -share/doc/HTML/ru/kcontrol/kcmfontinst/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmfontinst/index.docbook -share/doc/HTML/ru/kcontrol/kcmkonsole/common -share/doc/HTML/ru/kcontrol/kcmkonsole/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmkonsole/index.docbook -share/doc/HTML/ru/kcontrol/kcmktalkd/common -share/doc/HTML/ru/kcontrol/kcmktalkd/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmktalkd/index.docbook share/doc/HTML/ru/kcontrol/kcmlaunch/common share/doc/HTML/ru/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/ru/kcontrol/kcmlaunch/index.docbook @@ -187,53 +116,21 @@ share/doc/HTML/ru/kcontrol/kcmnotify/index.docbook share/doc/HTML/ru/kcontrol/kcmsmserver/common share/doc/HTML/ru/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/ru/kcontrol/kcmsmserver/index.docbook -share/doc/HTML/ru/kcontrol/kcmstyle/common -share/doc/HTML/ru/kcontrol/kcmstyle/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmstyle/index.docbook -share/doc/HTML/ru/kcontrol/kcmtaskbar/common -share/doc/HTML/ru/kcontrol/kcmtaskbar/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kcmtaskbar/index.docbook -share/doc/HTML/ru/kcontrol/kdm/common -share/doc/HTML/ru/kcontrol/kdm/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kdm/index.docbook share/doc/HTML/ru/kcontrol/keyboard/common share/doc/HTML/ru/kcontrol/keyboard/index.cache.bz2 share/doc/HTML/ru/kcontrol/keyboard/index.docbook share/doc/HTML/ru/kcontrol/keys/common share/doc/HTML/ru/kcontrol/keys/index.cache.bz2 share/doc/HTML/ru/kcontrol/keys/index.docbook -share/doc/HTML/ru/kcontrol/khtml/common -share/doc/HTML/ru/kcontrol/khtml/index.cache.bz2 -share/doc/HTML/ru/kcontrol/khtml/index.docbook -share/doc/HTML/ru/kcontrol/khtml/nsplugin.docbook -share/doc/HTML/ru/kcontrol/kwindecoration/common -share/doc/HTML/ru/kcontrol/kwindecoration/index.cache.bz2 -share/doc/HTML/ru/kcontrol/kwindecoration/index.docbook share/doc/HTML/ru/kcontrol/language/common share/doc/HTML/ru/kcontrol/language/index.cache.bz2 share/doc/HTML/ru/kcontrol/language/index.docbook -share/doc/HTML/ru/kcontrol/mouse/common -share/doc/HTML/ru/kcontrol/mouse/index.cache.bz2 -share/doc/HTML/ru/kcontrol/mouse/index.docbook share/doc/HTML/ru/kcontrol/netpref/common share/doc/HTML/ru/kcontrol/netpref/index.cache.bz2 share/doc/HTML/ru/kcontrol/netpref/index.docbook -share/doc/HTML/ru/kcontrol/panel/common -share/doc/HTML/ru/kcontrol/panel/index.cache.bz2 -share/doc/HTML/ru/kcontrol/panel/index.docbook -share/doc/HTML/ru/kcontrol/panelappearance/common -share/doc/HTML/ru/kcontrol/panelappearance/index.cache.bz2 -share/doc/HTML/ru/kcontrol/panelappearance/index.docbook -share/doc/HTML/ru/kcontrol/passwords/common -share/doc/HTML/ru/kcontrol/passwords/index.cache.bz2 -share/doc/HTML/ru/kcontrol/passwords/index.docbook share/doc/HTML/ru/kcontrol/performance/common share/doc/HTML/ru/kcontrol/performance/index.cache.bz2 share/doc/HTML/ru/kcontrol/performance/index.docbook -share/doc/HTML/ru/kcontrol/proxy/common -share/doc/HTML/ru/kcontrol/proxy/index.cache.bz2 -share/doc/HTML/ru/kcontrol/proxy/index.docbook -share/doc/HTML/ru/kcontrol/proxy/socks.docbook share/doc/HTML/ru/kcontrol/screensaver/common share/doc/HTML/ru/kcontrol/screensaver/index.cache.bz2 share/doc/HTML/ru/kcontrol/screensaver/index.docbook @@ -246,9 +143,6 @@ share/doc/HTML/ru/kcontrol/spellchecking/index.docbook share/doc/HTML/ru/kcontrol/useragent/common share/doc/HTML/ru/kcontrol/useragent/index.cache.bz2 share/doc/HTML/ru/kcontrol/useragent/index.docbook -share/doc/HTML/ru/kcontrol/windowmanagement/common -share/doc/HTML/ru/kcontrol/windowmanagement/index.cache.bz2 -share/doc/HTML/ru/kcontrol/windowmanagement/index.docbook share/doc/HTML/ru/kcontrol/windowspecific/common share/doc/HTML/ru/kcontrol/windowspecific/index.cache.bz2 share/doc/HTML/ru/kcontrol/windowspecific/index.docbook @@ -261,6 +155,7 @@ share/doc/HTML/ru/kdebugdialog/index.docbook share/doc/HTML/ru/kdesu/common share/doc/HTML/ru/kdesu/index.cache.bz2 share/doc/HTML/ru/kdesu/index.docbook +share/doc/HTML/ru/kdesu/man-kdesu.1.docbook share/doc/HTML/ru/kdf/common share/doc/HTML/ru/kdf/index.cache.bz2 share/doc/HTML/ru/kdf/index.docbook @@ -271,281 +166,97 @@ share/doc/HTML/ru/kdm/kdmrc-ref.docbook share/doc/HTML/ru/kfind/common share/doc/HTML/ru/kfind/index.cache.bz2 share/doc/HTML/ru/kfind/index.docbook +share/doc/HTML/ru/kfind/man-kfind.1.docbook share/doc/HTML/ru/kfloppy/common share/doc/HTML/ru/kfloppy/index.cache.bz2 share/doc/HTML/ru/kfloppy/index.docbook -share/doc/HTML/ru/kgamma/common -share/doc/HTML/ru/kgamma/index.cache.bz2 -share/doc/HTML/ru/kgamma/index.docbook share/doc/HTML/ru/kgeography/common share/doc/HTML/ru/kgeography/index.cache.bz2 share/doc/HTML/ru/kgeography/index.docbook share/doc/HTML/ru/kget/common share/doc/HTML/ru/kget/index.cache.bz2 share/doc/HTML/ru/kget/index.docbook -share/doc/HTML/ru/kgpg/common -share/doc/HTML/ru/kgpg/index.cache.bz2 -share/doc/HTML/ru/kgpg/index.docbook -share/doc/HTML/ru/khelpcenter/common -share/doc/HTML/ru/khelpcenter/contact.docbook -share/doc/HTML/ru/khelpcenter/faq/about.docbook -share/doc/HTML/ru/khelpcenter/faq/common -share/doc/HTML/ru/khelpcenter/faq/configkde.docbook -share/doc/HTML/ru/khelpcenter/faq/contrib.docbook -share/doc/HTML/ru/khelpcenter/faq/desktop.docbook -share/doc/HTML/ru/khelpcenter/faq/filemng.docbook -share/doc/HTML/ru/khelpcenter/faq/getkde.docbook -share/doc/HTML/ru/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/ru/khelpcenter/faq/index.docbook -share/doc/HTML/ru/khelpcenter/faq/install.docbook -share/doc/HTML/ru/khelpcenter/faq/intro.docbook -share/doc/HTML/ru/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/ru/khelpcenter/faq/misc.docbook -share/doc/HTML/ru/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/ru/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/ru/khelpcenter/faq/notrelated.docbook -share/doc/HTML/ru/khelpcenter/faq/panel.docbook -share/doc/HTML/ru/khelpcenter/faq/qt.docbook -share/doc/HTML/ru/khelpcenter/faq/questions.docbook -share/doc/HTML/ru/khelpcenter/faq/sound.docbook -share/doc/HTML/ru/khelpcenter/faq/tips.docbook -share/doc/HTML/ru/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/ru/khelpcenter/faq/winmng.docbook share/doc/HTML/ru/khelpcenter/glossary/common share/doc/HTML/ru/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/ru/khelpcenter/glossary/index.docbook share/doc/HTML/ru/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/ru/khelpcenter/help.docbook -share/doc/HTML/ru/khelpcenter/index.cache.bz2 -share/doc/HTML/ru/khelpcenter/index.docbook -share/doc/HTML/ru/khelpcenter/quickstart/common -share/doc/HTML/ru/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/ru/khelpcenter/quickstart/index.docbook -share/doc/HTML/ru/khelpcenter/support.docbook -share/doc/HTML/ru/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/ru/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/ru/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/ru/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/ru/khelpcenter/userguide/common -share/doc/HTML/ru/khelpcenter/userguide/control-center.docbook -share/doc/HTML/ru/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/ru/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/ru/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/ru/khelpcenter/userguide/email.docbook -share/doc/HTML/ru/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/ru/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/ru/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/ru/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/ru/khelpcenter/userguide/glossary.docbook -share/doc/HTML/ru/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/ru/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/ru/khelpcenter/userguide/index.docbook -share/doc/HTML/ru/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/ru/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/ru/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/ru/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/ru/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/ru/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/ru/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/ru/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/ru/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/ru/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/ru/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/ru/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/ru/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/ru/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/ru/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/ru/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/ru/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/ru/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/ru/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/ru/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/ru/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/ru/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/ru/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/ru/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/ru/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/ru/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/ru/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/ru/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/ru/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/ru/khelpcenter/userguide/usenet.docbook -share/doc/HTML/ru/khelpcenter/userguide/where-next.docbook -share/doc/HTML/ru/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/ru/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/ru/khelpcenter/visualdict/common -share/doc/HTML/ru/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/ru/khelpcenter/visualdict/index.docbook -share/doc/HTML/ru/khelpcenter/welcome.docbook -share/doc/HTML/ru/khelpcenter/whatiskde.docbook share/doc/HTML/ru/kig/common share/doc/HTML/ru/kig/constructed_a_point.png share/doc/HTML/ru/kig/constructed_script_object.png share/doc/HTML/ru/kig/constructing_a_circle.png share/doc/HTML/ru/kig/index.cache.bz2 share/doc/HTML/ru/kig/index.docbook +share/doc/HTML/ru/kig/man-kig.1.docbook share/doc/HTML/ru/kig/selecting_objects.png share/doc/HTML/ru/kig/simple_locus_construction.png share/doc/HTML/ru/kig/text_label_attaching.png share/doc/HTML/ru/kig/text_label_wizard.png share/doc/HTML/ru/kinfocenter/common -share/doc/HTML/ru/kinfocenter/devices/common -share/doc/HTML/ru/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/devices/index.docbook -share/doc/HTML/ru/kinfocenter/dma/common -share/doc/HTML/ru/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/dma/index.docbook share/doc/HTML/ru/kinfocenter/index.cache.bz2 share/doc/HTML/ru/kinfocenter/index.docbook -share/doc/HTML/ru/kinfocenter/interrupts/common -share/doc/HTML/ru/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/interrupts/index.docbook -share/doc/HTML/ru/kinfocenter/ioports/common -share/doc/HTML/ru/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/ioports/index.docbook -share/doc/HTML/ru/kinfocenter/memory/common -share/doc/HTML/ru/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/memory/index.docbook -share/doc/HTML/ru/kinfocenter/nics/common -share/doc/HTML/ru/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/nics/index.docbook -share/doc/HTML/ru/kinfocenter/opengl/common -share/doc/HTML/ru/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/opengl/index.docbook -share/doc/HTML/ru/kinfocenter/partitions/common -share/doc/HTML/ru/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/partitions/index.docbook -share/doc/HTML/ru/kinfocenter/pci/common -share/doc/HTML/ru/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/pci/index.docbook -share/doc/HTML/ru/kinfocenter/pcmcia/common -share/doc/HTML/ru/kinfocenter/pcmcia/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/pcmcia/index.docbook -share/doc/HTML/ru/kinfocenter/processor/common -share/doc/HTML/ru/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/processor/index.docbook -share/doc/HTML/ru/kinfocenter/protocols/common -share/doc/HTML/ru/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/protocols/index.docbook -share/doc/HTML/ru/kinfocenter/samba/common -share/doc/HTML/ru/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/samba/index.docbook -share/doc/HTML/ru/kinfocenter/scsi/common -share/doc/HTML/ru/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/scsi/index.docbook -share/doc/HTML/ru/kinfocenter/sound/common -share/doc/HTML/ru/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/sound/index.docbook -share/doc/HTML/ru/kinfocenter/usb/common -share/doc/HTML/ru/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/usb/index.docbook -share/doc/HTML/ru/kinfocenter/xserver/common -share/doc/HTML/ru/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/ru/kinfocenter/xserver/index.docbook share/doc/HTML/ru/kioslave/data/common share/doc/HTML/ru/kioslave/data/index.cache.bz2 share/doc/HTML/ru/kioslave/data/index.docbook share/doc/HTML/ru/kioslave/file/common share/doc/HTML/ru/kioslave/file/index.cache.bz2 share/doc/HTML/ru/kioslave/file/index.docbook +share/doc/HTML/ru/kioslave/finger/common +share/doc/HTML/ru/kioslave/finger/index.cache.bz2 +share/doc/HTML/ru/kioslave/finger/index.docbook +share/doc/HTML/ru/kioslave/floppy/common +share/doc/HTML/ru/kioslave/floppy/index.cache.bz2 +share/doc/HTML/ru/kioslave/floppy/index.docbook share/doc/HTML/ru/kioslave/ftp/common share/doc/HTML/ru/kioslave/ftp/index.cache.bz2 share/doc/HTML/ru/kioslave/ftp/index.docbook -share/doc/HTML/ru/kioslave/kioslave/bzip.docbook -share/doc/HTML/ru/kioslave/kioslave/bzip2.docbook -share/doc/HTML/ru/kioslave/kioslave/cgi.docbook -share/doc/HTML/ru/kioslave/kioslave/common -share/doc/HTML/ru/kioslave/kioslave/data.docbook -share/doc/HTML/ru/kioslave/kioslave/file.docbook -share/doc/HTML/ru/kioslave/kioslave/finger.docbook -share/doc/HTML/ru/kioslave/kioslave/fish.docbook -share/doc/HTML/ru/kioslave/kioslave/floppy.docbook -share/doc/HTML/ru/kioslave/kioslave/ftp.docbook -share/doc/HTML/ru/kioslave/kioslave/gopher.docbook -share/doc/HTML/ru/kioslave/kioslave/gzip.docbook -share/doc/HTML/ru/kioslave/kioslave/help.docbook -share/doc/HTML/ru/kioslave/kioslave/http.docbook -share/doc/HTML/ru/kioslave/kioslave/https.docbook -share/doc/HTML/ru/kioslave/kioslave/imap.docbook -share/doc/HTML/ru/kioslave/kioslave/imaps.docbook -share/doc/HTML/ru/kioslave/kioslave/index.cache.bz2 -share/doc/HTML/ru/kioslave/kioslave/index.docbook -share/doc/HTML/ru/kioslave/kioslave/info.docbook -share/doc/HTML/ru/kioslave/kioslave/lan.docbook -share/doc/HTML/ru/kioslave/kioslave/ldap.docbook -share/doc/HTML/ru/kioslave/kioslave/mac.docbook -share/doc/HTML/ru/kioslave/kioslave/mailto.docbook -share/doc/HTML/ru/kioslave/kioslave/man.docbook -share/doc/HTML/ru/kioslave/kioslave/mrml.docbook -share/doc/HTML/ru/kioslave/kioslave/news.docbook -share/doc/HTML/ru/kioslave/kioslave/nfs.docbook -share/doc/HTML/ru/kioslave/kioslave/nntp.docbook -share/doc/HTML/ru/kioslave/kioslave/pop3.docbook -share/doc/HTML/ru/kioslave/kioslave/pop3s.docbook -share/doc/HTML/ru/kioslave/kioslave/print.docbook -share/doc/HTML/ru/kioslave/kioslave/rlan.docbook -share/doc/HTML/ru/kioslave/kioslave/rlogin.docbook -share/doc/HTML/ru/kioslave/kioslave/sftp.docbook -share/doc/HTML/ru/kioslave/kioslave/smb.docbook -share/doc/HTML/ru/kioslave/kioslave/smtp.docbook -share/doc/HTML/ru/kioslave/kioslave/tar.docbook -share/doc/HTML/ru/kioslave/kioslave/telnet.docbook -share/doc/HTML/ru/kioslave/kioslave/thumbnail.docbook -share/doc/HTML/ru/kioslave/kioslave/webdav.docbook -share/doc/HTML/ru/kioslave/kioslave/webdavs.docbook +share/doc/HTML/ru/kioslave/help/common +share/doc/HTML/ru/kioslave/help/index.cache.bz2 +share/doc/HTML/ru/kioslave/help/index.docbook +share/doc/HTML/ru/kioslave/info/common +share/doc/HTML/ru/kioslave/info/index.cache.bz2 +share/doc/HTML/ru/kioslave/info/index.docbook +share/doc/HTML/ru/kioslave/ldap/common +share/doc/HTML/ru/kioslave/ldap/index.cache.bz2 +share/doc/HTML/ru/kioslave/ldap/index.docbook share/doc/HTML/ru/kioslave/mailto/common share/doc/HTML/ru/kioslave/mailto/index.cache.bz2 share/doc/HTML/ru/kioslave/mailto/index.docbook -share/doc/HTML/ru/kioslave/news/common -share/doc/HTML/ru/kioslave/news/index.cache.bz2 -share/doc/HTML/ru/kioslave/news/index.docbook +share/doc/HTML/ru/kioslave/nfs/common +share/doc/HTML/ru/kioslave/nfs/index.cache.bz2 +share/doc/HTML/ru/kioslave/nfs/index.docbook +share/doc/HTML/ru/kioslave/nntp/common +share/doc/HTML/ru/kioslave/nntp/index.cache.bz2 +share/doc/HTML/ru/kioslave/nntp/index.docbook share/doc/HTML/ru/kioslave/rlogin/common share/doc/HTML/ru/kioslave/rlogin/index.cache.bz2 share/doc/HTML/ru/kioslave/rlogin/index.docbook +share/doc/HTML/ru/kioslave/sftp/common +share/doc/HTML/ru/kioslave/sftp/index.cache.bz2 +share/doc/HTML/ru/kioslave/sftp/index.docbook +share/doc/HTML/ru/kioslave/smtp/common +share/doc/HTML/ru/kioslave/smtp/index.cache.bz2 +share/doc/HTML/ru/kioslave/smtp/index.docbook +share/doc/HTML/ru/kioslave/tar/common +share/doc/HTML/ru/kioslave/tar/index.cache.bz2 +share/doc/HTML/ru/kioslave/tar/index.docbook share/doc/HTML/ru/kioslave/telnet/common share/doc/HTML/ru/kioslave/telnet/index.cache.bz2 share/doc/HTML/ru/kioslave/telnet/index.docbook -share/doc/HTML/ru/kjots/common -share/doc/HTML/ru/kjots/index.cache.bz2 -share/doc/HTML/ru/kjots/index.docbook share/doc/HTML/ru/kjumpingcube/common share/doc/HTML/ru/kjumpingcube/index.cache.bz2 share/doc/HTML/ru/kjumpingcube/index.docbook -share/doc/HTML/ru/kleopatra/common -share/doc/HTML/ru/kleopatra/index.cache.bz2 -share/doc/HTML/ru/kleopatra/index.docbook share/doc/HTML/ru/klettres/common share/doc/HTML/ru/klettres/index.cache.bz2 share/doc/HTML/ru/klettres/index.docbook share/doc/HTML/ru/klines/common share/doc/HTML/ru/klines/index.cache.bz2 share/doc/HTML/ru/klines/index.docbook -share/doc/HTML/ru/klinkstatus/common -share/doc/HTML/ru/klinkstatus/index.cache.bz2 -share/doc/HTML/ru/klinkstatus/index.docbook share/doc/HTML/ru/klipper/common share/doc/HTML/ru/klipper/index.cache.bz2 share/doc/HTML/ru/klipper/index.docbook -share/doc/HTML/ru/kmag/common -share/doc/HTML/ru/kmag/index.cache.bz2 -share/doc/HTML/ru/kmag/index.docbook share/doc/HTML/ru/kmahjongg/common share/doc/HTML/ru/kmahjongg/index.cache.bz2 share/doc/HTML/ru/kmahjongg/index.docbook -share/doc/HTML/ru/kmail/common -share/doc/HTML/ru/kmail/configure.docbook -share/doc/HTML/ru/kmail/credits-and-licenses.docbook -share/doc/HTML/ru/kmail/faq.docbook -share/doc/HTML/ru/kmail/getting-started.docbook -share/doc/HTML/ru/kmail/importing.docbook -share/doc/HTML/ru/kmail/index.cache.bz2 -share/doc/HTML/ru/kmail/index.docbook -share/doc/HTML/ru/kmail/intro.docbook -share/doc/HTML/ru/kmail/menus.docbook -share/doc/HTML/ru/kmail/using-kmail.docbook -share/doc/HTML/ru/kmathtool/common -share/doc/HTML/ru/kmathtool/index.cache.bz2 -share/doc/HTML/ru/kmathtool/index.docbook share/doc/HTML/ru/kmenuedit/common share/doc/HTML/ru/kmenuedit/index.cache.bz2 share/doc/HTML/ru/kmenuedit/index.docbook @@ -555,12 +266,6 @@ share/doc/HTML/ru/kmines/index.docbook share/doc/HTML/ru/kmix/common share/doc/HTML/ru/kmix/index.cache.bz2 share/doc/HTML/ru/kmix/index.docbook -share/doc/HTML/ru/kmousetool/common -share/doc/HTML/ru/kmousetool/index.cache.bz2 -share/doc/HTML/ru/kmousetool/index.docbook -share/doc/HTML/ru/kmouth/common -share/doc/HTML/ru/kmouth/index.cache.bz2 -share/doc/HTML/ru/kmouth/index.docbook share/doc/HTML/ru/kmplot/commands.docbook share/doc/HTML/ru/kmplot/common share/doc/HTML/ru/kmplot/configuration.docbook @@ -573,39 +278,11 @@ share/doc/HTML/ru/kmplot/index.docbook share/doc/HTML/ru/kmplot/install.docbook share/doc/HTML/ru/kmplot/introduction.docbook share/doc/HTML/ru/kmplot/man-kmplot.1.docbook -share/doc/HTML/ru/kmplot/menu.docbook share/doc/HTML/ru/kmplot/reference.docbook share/doc/HTML/ru/kmplot/using.docbook share/doc/HTML/ru/knetattach/common share/doc/HTML/ru/knetattach/index.cache.bz2 share/doc/HTML/ru/knetattach/index.docbook -share/doc/HTML/ru/knode/commands.docbook -share/doc/HTML/ru/knode/common -share/doc/HTML/ru/knode/credits.docbook -share/doc/HTML/ru/knode/faq.docbook -share/doc/HTML/ru/knode/gloss.docbook -share/doc/HTML/ru/knode/index.cache.bz2 -share/doc/HTML/ru/knode/index.docbook -share/doc/HTML/ru/knode/install.docbook -share/doc/HTML/ru/knode/introduction.docbook -share/doc/HTML/ru/knode/journey.docbook -share/doc/HTML/ru/knode/knode-composer-attachments.png -share/doc/HTML/ru/knode/knode-edit-filter.png -share/doc/HTML/ru/knode/knode-edit-header1.png -share/doc/HTML/ru/knode/knode-edit-header2.png -share/doc/HTML/ru/knode/knode-followup.png -share/doc/HTML/ru/knode/knode-new-article.png -share/doc/HTML/ru/knode/knode-news-account.png -share/doc/HTML/ru/knode/knode-reply.png -share/doc/HTML/ru/knode/knode-start.png -share/doc/HTML/ru/knode/knode-views.png -share/doc/HTML/ru/knode/more.docbook -share/doc/HTML/ru/knode/using-firststart.docbook -share/doc/HTML/ru/knode/using-morefeatures.docbook -share/doc/HTML/ru/knode/using-subscribing.docbook -share/doc/HTML/ru/knotes/common -share/doc/HTML/ru/knotes/index.cache.bz2 -share/doc/HTML/ru/knotes/index.docbook share/doc/HTML/ru/kolf/common share/doc/HTML/ru/kolf/index.cache.bz2 share/doc/HTML/ru/kolf/index.docbook @@ -631,6 +308,7 @@ share/doc/HTML/ru/konqueror/index.cache.bz2 share/doc/HTML/ru/konqueror/index.docbook share/doc/HTML/ru/konqueror/introduction.docbook share/doc/HTML/ru/konqueror/konqorg.png +share/doc/HTML/ru/konqueror/man-kbookmarkmerger.1.docbook share/doc/HTML/ru/konqueror/parts.png share/doc/HTML/ru/konqueror/path-complete.docbook share/doc/HTML/ru/konqueror/plugins.docbook @@ -645,40 +323,13 @@ share/doc/HTML/ru/konsole/common share/doc/HTML/ru/konsole/index.cache.bz2 share/doc/HTML/ru/konsole/index.docbook share/doc/HTML/ru/konsole/konsole.png -share/doc/HTML/ru/konsolekalendar/common -share/doc/HTML/ru/konsolekalendar/index.cache.bz2 -share/doc/HTML/ru/konsolekalendar/index.docbook -share/doc/HTML/ru/kontact/common -share/doc/HTML/ru/kontact/index.cache.bz2 -share/doc/HTML/ru/kontact/index.docbook share/doc/HTML/ru/kopete/common share/doc/HTML/ru/kopete/index.cache.bz2 share/doc/HTML/ru/kopete/index.docbook share/doc/HTML/ru/kopete/menus.docbook -share/doc/HTML/ru/korganizer/common -share/doc/HTML/ru/korganizer/exchange-plugin.docbook -share/doc/HTML/ru/korganizer/group-scheduling.docbook -share/doc/HTML/ru/korganizer/index.cache.bz2 -share/doc/HTML/ru/korganizer/index.docbook -share/doc/HTML/ru/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/ru/korganizer/plugins-chapter.docbook -share/doc/HTML/ru/kpackage/common -share/doc/HTML/ru/kpackage/index.cache.bz2 -share/doc/HTML/ru/kpackage/index.docbook share/doc/HTML/ru/kpat/common share/doc/HTML/ru/kpat/index.cache.bz2 share/doc/HTML/ru/kpat/index.docbook -share/doc/HTML/ru/kpat/man-kpat.6.docbook -share/doc/HTML/ru/kpercentage/commands.docbook -share/doc/HTML/ru/kpercentage/common -share/doc/HTML/ru/kpercentage/credits.docbook -share/doc/HTML/ru/kpercentage/devel.docbook -share/doc/HTML/ru/kpercentage/faq.docbook -share/doc/HTML/ru/kpercentage/index.cache.bz2 -share/doc/HTML/ru/kpercentage/index.docbook -share/doc/HTML/ru/kpercentage/install.docbook -share/doc/HTML/ru/kpercentage/introduction.docbook -share/doc/HTML/ru/kpercentage/using.docbook share/doc/HTML/ru/kppp/accounting.docbook share/doc/HTML/ru/kppp/callback.docbook share/doc/HTML/ru/kppp/chap.docbook @@ -696,9 +347,6 @@ share/doc/HTML/ru/kppp/wizard.docbook share/doc/HTML/ru/krdc/common share/doc/HTML/ru/krdc/index.cache.bz2 share/doc/HTML/ru/krdc/index.docbook -share/doc/HTML/ru/krec/common -share/doc/HTML/ru/krec/index.cache.bz2 -share/doc/HTML/ru/krec/index.docbook share/doc/HTML/ru/kreversi/common share/doc/HTML/ru/kreversi/index.cache.bz2 share/doc/HTML/ru/kreversi/index.docbook @@ -714,18 +362,77 @@ share/doc/HTML/ru/ksame/index.docbook share/doc/HTML/ru/kshisen/common share/doc/HTML/ru/kshisen/index.cache.bz2 share/doc/HTML/ru/kshisen/index.docbook -share/doc/HTML/ru/ksirtet/common -share/doc/HTML/ru/ksirtet/index.cache.bz2 -share/doc/HTML/ru/ksirtet/index.docbook share/doc/HTML/ru/ksnapshot/common share/doc/HTML/ru/ksnapshot/index.cache.bz2 share/doc/HTML/ru/ksnapshot/index.docbook share/doc/HTML/ru/kspaceduel/common share/doc/HTML/ru/kspaceduel/index.cache.bz2 share/doc/HTML/ru/kspaceduel/index.docbook -share/doc/HTML/ru/ksplashml/common -share/doc/HTML/ru/ksplashml/index.cache.bz2 -share/doc/HTML/ru/ksplashml/index.docbook +share/doc/HTML/ru/kstars/ai-contents.docbook +share/doc/HTML/ru/kstars/altvstime.docbook +share/doc/HTML/ru/kstars/astroinfo.docbook +share/doc/HTML/ru/kstars/blackbody.docbook +share/doc/HTML/ru/kstars/calc-angdist.docbook +share/doc/HTML/ru/kstars/calc-apcoords.docbook +share/doc/HTML/ru/kstars/calc-dayduration.docbook +share/doc/HTML/ru/kstars/calc-ecliptic.docbook +share/doc/HTML/ru/kstars/calc-eqgal.docbook +share/doc/HTML/ru/kstars/calc-equinox.docbook +share/doc/HTML/ru/kstars/calc-geodetic.docbook +share/doc/HTML/ru/kstars/calc-horizontal.docbook +share/doc/HTML/ru/kstars/calc-julianday.docbook +share/doc/HTML/ru/kstars/calc-planetcoords.docbook +share/doc/HTML/ru/kstars/calc-precess.docbook +share/doc/HTML/ru/kstars/calc-sidereal.docbook +share/doc/HTML/ru/kstars/calculator.docbook +share/doc/HTML/ru/kstars/cequator.docbook +share/doc/HTML/ru/kstars/colorandtemp.docbook +share/doc/HTML/ru/kstars/commands.docbook +share/doc/HTML/ru/kstars/common +share/doc/HTML/ru/kstars/config.docbook +share/doc/HTML/ru/kstars/cpoles.docbook +share/doc/HTML/ru/kstars/credits.docbook +share/doc/HTML/ru/kstars/csphere.docbook +share/doc/HTML/ru/kstars/darkmatter.docbook +share/doc/HTML/ru/kstars/details.docbook +share/doc/HTML/ru/kstars/dumpmode.docbook +share/doc/HTML/ru/kstars/ecliptic.docbook +share/doc/HTML/ru/kstars/ellipticalgalaxies.docbook +share/doc/HTML/ru/kstars/equinox.docbook +share/doc/HTML/ru/kstars/faq.docbook +share/doc/HTML/ru/kstars/fitsviewer.docbook +share/doc/HTML/ru/kstars/flux.docbook +share/doc/HTML/ru/kstars/geocoords.docbook +share/doc/HTML/ru/kstars/greatcircle.docbook +share/doc/HTML/ru/kstars/horizon.docbook +share/doc/HTML/ru/kstars/hourangle.docbook +share/doc/HTML/ru/kstars/index.cache.bz2 +share/doc/HTML/ru/kstars/index.docbook +share/doc/HTML/ru/kstars/indi.docbook +share/doc/HTML/ru/kstars/install.docbook +share/doc/HTML/ru/kstars/jmoons.docbook +share/doc/HTML/ru/kstars/julianday.docbook +share/doc/HTML/ru/kstars/leapyear.docbook +share/doc/HTML/ru/kstars/lightcurves.docbook +share/doc/HTML/ru/kstars/luminosity.docbook +share/doc/HTML/ru/kstars/magnitude.docbook +share/doc/HTML/ru/kstars/meridian.docbook +share/doc/HTML/ru/kstars/observinglist.docbook +share/doc/HTML/ru/kstars/parallax.docbook +share/doc/HTML/ru/kstars/precession.docbook +share/doc/HTML/ru/kstars/quicktour.docbook +share/doc/HTML/ru/kstars/retrograde.docbook +share/doc/HTML/ru/kstars/scriptbuilder.docbook +share/doc/HTML/ru/kstars/sidereal.docbook +share/doc/HTML/ru/kstars/skycoords.docbook +share/doc/HTML/ru/kstars/solarsys.docbook +share/doc/HTML/ru/kstars/spiralgalaxies.docbook +share/doc/HTML/ru/kstars/stars.docbook +share/doc/HTML/ru/kstars/timezones.docbook +share/doc/HTML/ru/kstars/tools.docbook +share/doc/HTML/ru/kstars/utime.docbook +share/doc/HTML/ru/kstars/wut.docbook +share/doc/HTML/ru/kstars/zenith.docbook share/doc/HTML/ru/ksysguard/common share/doc/HTML/ru/ksysguard/index.cache.bz2 share/doc/HTML/ru/ksysguard/index.docbook @@ -735,15 +442,9 @@ share/doc/HTML/ru/kteatime/index.docbook share/doc/HTML/ru/ktimer/common share/doc/HTML/ru/ktimer/index.cache.bz2 share/doc/HTML/ru/ktimer/index.docbook -share/doc/HTML/ru/ktnef/common -share/doc/HTML/ru/ktnef/index.cache.bz2 -share/doc/HTML/ru/ktnef/index.docbook share/doc/HTML/ru/ktouch/common share/doc/HTML/ru/ktouch/index.cache.bz2 share/doc/HTML/ru/ktouch/index.docbook -share/doc/HTML/ru/kttsd/common -share/doc/HTML/ru/kttsd/index.cache.bz2 -share/doc/HTML/ru/kttsd/index.docbook share/doc/HTML/ru/ktuberling/common share/doc/HTML/ru/ktuberling/index.cache.bz2 share/doc/HTML/ru/ktuberling/index.docbook @@ -762,73 +463,21 @@ share/doc/HTML/ru/kuser/index.docbook share/doc/HTML/ru/kwallet/common share/doc/HTML/ru/kwallet/index.cache.bz2 share/doc/HTML/ru/kwallet/index.docbook -share/doc/HTML/ru/kwatchgnupg/common -share/doc/HTML/ru/kwatchgnupg/index.cache.bz2 -share/doc/HTML/ru/kwatchgnupg/index.docbook -share/doc/HTML/ru/kweather/common -share/doc/HTML/ru/kweather/index.cache.bz2 -share/doc/HTML/ru/kweather/index.docbook share/doc/HTML/ru/kwordquiz/common share/doc/HTML/ru/kwordquiz/index.cache.bz2 share/doc/HTML/ru/kwordquiz/index.docbook share/doc/HTML/ru/kwrite/common share/doc/HTML/ru/kwrite/index.cache.bz2 share/doc/HTML/ru/kwrite/index.docbook -share/doc/HTML/ru/kxkb/common -share/doc/HTML/ru/kxkb/index.cache.bz2 -share/doc/HTML/ru/kxkb/index.docbook share/doc/HTML/ru/lokalize/common share/doc/HTML/ru/lokalize/index.cache.bz2 share/doc/HTML/ru/lokalize/index.docbook share/doc/HTML/ru/lskat/common share/doc/HTML/ru/lskat/index.cache.bz2 share/doc/HTML/ru/lskat/index.docbook -share/doc/HTML/ru/okteta/basics.docbook -share/doc/HTML/ru/okteta/common -share/doc/HTML/ru/okteta/credits.docbook -share/doc/HTML/ru/okteta/index.cache.bz2 -share/doc/HTML/ru/okteta/index.docbook -share/doc/HTML/ru/okteta/introduction.docbook -share/doc/HTML/ru/okteta/menu.docbook -share/doc/HTML/ru/okteta/tools.docbook share/doc/HTML/ru/sonnet/common share/doc/HTML/ru/sonnet/index.cache.bz2 share/doc/HTML/ru/sonnet/index.docbook -share/doc/HTML/ru/superkaramba/common -share/doc/HTML/ru/superkaramba/index.cache.bz2 -share/doc/HTML/ru/superkaramba/index.docbook -share/doc/HTML/ru/umbrello/authors.docbook -share/doc/HTML/ru/umbrello/code_import_and_generation.docbook -share/doc/HTML/ru/umbrello/common -share/doc/HTML/ru/umbrello/credits.docbook -share/doc/HTML/ru/umbrello/index.cache.bz2 -share/doc/HTML/ru/umbrello/index.docbook -share/doc/HTML/ru/umbrello/introduction.docbook -share/doc/HTML/ru/umbrello/other_features.docbook -share/doc/HTML/ru/umbrello/uml_basics.docbook -share/doc/HTML/ru/umbrello/working_with_umbrello.docbook -share/locale/ru/LC_MESSAGES/akonadi-kcal.mo -share/locale/ru/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/ru/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/ru/LC_MESSAGES/akonadi_vcarddir_resource.mo -share/locale/ru/LC_MESSAGES/akonaditray.mo -share/locale/ru/LC_MESSAGES/akregator.mo share/locale/ru/LC_MESSAGES/amor.mo share/locale/ru/LC_MESSAGES/ark.mo share/locale/ru/LC_MESSAGES/attica_kde.mo @@ -836,23 +485,22 @@ share/locale/ru/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/ru/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/ru/LC_MESSAGES/audiorename_plugin.mo share/locale/ru/LC_MESSAGES/blinken.mo -share/locale/ru/LC_MESSAGES/blogilo.mo share/locale/ru/LC_MESSAGES/bomber.mo share/locale/ru/LC_MESSAGES/bovo.mo share/locale/ru/LC_MESSAGES/cantor.mo share/locale/ru/LC_MESSAGES/cervisia.mo -share/locale/ru/LC_MESSAGES/cryptopageplugin.mo share/locale/ru/LC_MESSAGES/cvsservice.mo share/locale/ru/LC_MESSAGES/display.mo share/locale/ru/LC_MESSAGES/dolphin.mo share/locale/ru/LC_MESSAGES/dragonplayer.mo share/locale/ru/LC_MESSAGES/drkonqi.mo share/locale/ru/LC_MESSAGES/filetypes.mo +share/locale/ru/LC_MESSAGES/freespacenotifier.mo share/locale/ru/LC_MESSAGES/granatier.mo share/locale/ru/LC_MESSAGES/gwenview.mo share/locale/ru/LC_MESSAGES/htmlsearch.mo share/locale/ru/LC_MESSAGES/imagerename_plugin.mo -share/locale/ru/LC_MESSAGES/irkick.mo +share/locale/ru/LC_MESSAGES/jovie.mo share/locale/ru/LC_MESSAGES/joystick.mo share/locale/ru/LC_MESSAGES/juk.mo share/locale/ru/LC_MESSAGES/kabc.mo @@ -860,37 +508,31 @@ share/locale/ru/LC_MESSAGES/kabc_dir.mo share/locale/ru/LC_MESSAGES/kabc_file.mo share/locale/ru/LC_MESSAGES/kabc_ldapkio.mo share/locale/ru/LC_MESSAGES/kabc_net.mo -share/locale/ru/LC_MESSAGES/kabc_slox.mo share/locale/ru/LC_MESSAGES/kabcformat_binary.mo share/locale/ru/LC_MESSAGES/kaccess.mo -share/locale/ru/LC_MESSAGES/kaddressbook.mo -share/locale/ru/LC_MESSAGES/kalarm.mo +share/locale/ru/LC_MESSAGES/kajongg.mo share/locale/ru/LC_MESSAGES/kalgebra.mo share/locale/ru/LC_MESSAGES/kalzium.mo -share/locale/ru/LC_MESSAGES/kalzium_qt.mo share/locale/ru/LC_MESSAGES/kanagram.mo share/locale/ru/LC_MESSAGES/kapman.mo -share/locale/ru/LC_MESSAGES/kappfinder.mo share/locale/ru/LC_MESSAGES/kapptemplate.mo share/locale/ru/LC_MESSAGES/kate-ctags-plugin.mo share/locale/ru/LC_MESSAGES/kate.mo share/locale/ru/LC_MESSAGES/kate_kttsd.mo share/locale/ru/LC_MESSAGES/katebacktracebrowserplugin.mo +share/locale/ru/LC_MESSAGES/katebuild-plugin.mo share/locale/ru/LC_MESSAGES/kateexternaltoolsplugin.mo share/locale/ru/LC_MESSAGES/katefilebrowserplugin.mo share/locale/ru/LC_MESSAGES/katefiletemplates.mo share/locale/ru/LC_MESSAGES/katefindinfilesplugin.mo share/locale/ru/LC_MESSAGES/katehelloworld.mo -share/locale/ru/LC_MESSAGES/katehtmltools.mo share/locale/ru/LC_MESSAGES/kateinsertcommand.mo share/locale/ru/LC_MESSAGES/katekjswrapper.mo share/locale/ru/LC_MESSAGES/katekonsoleplugin.mo share/locale/ru/LC_MESSAGES/katemailfilesplugin.mo share/locale/ru/LC_MESSAGES/kateopenheader.mo share/locale/ru/LC_MESSAGES/katepart4.mo -share/locale/ru/LC_MESSAGES/katepybrowse.mo share/locale/ru/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/ru/LC_MESSAGES/katesnippets.mo share/locale/ru/LC_MESSAGES/katesymbolviewer.mo share/locale/ru/LC_MESSAGES/katetabbarextension.mo share/locale/ru/LC_MESSAGES/katetextfilter.mo @@ -906,25 +548,25 @@ share/locale/ru/LC_MESSAGES/kbreakout.mo share/locale/ru/LC_MESSAGES/kbruch.mo share/locale/ru/LC_MESSAGES/kbugbuster.mo share/locale/ru/LC_MESSAGES/kcachegrind.mo -share/locale/ru/LC_MESSAGES/kcal_akonadi.mo share/locale/ru/LC_MESSAGES/kcalc.mo share/locale/ru/LC_MESSAGES/kcertpart.mo share/locale/ru/LC_MESSAGES/kcharselect.mo -share/locale/ru/LC_MESSAGES/kcm_akonadi.mo share/locale/ru/LC_MESSAGES/kcm_attica.mo share/locale/ru/LC_MESSAGES/kcm_autostart.mo +share/locale/ru/LC_MESSAGES/kcm_desktoppaths.mo share/locale/ru/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/ru/LC_MESSAGES/kcm_device_automounter.mo share/locale/ru/LC_MESSAGES/kcm_emoticons.mo +share/locale/ru/LC_MESSAGES/kcm_infobase.mo +share/locale/ru/LC_MESSAGES/kcm_infosummary.mo share/locale/ru/LC_MESSAGES/kcm_krfb.mo share/locale/ru/LC_MESSAGES/kcm_kwindesktop.mo share/locale/ru/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/ru/LC_MESSAGES/kcm_lirc.mo share/locale/ru/LC_MESSAGES/kcm_memory.mo -share/locale/ru/LC_MESSAGES/kcm_partition.mo share/locale/ru/LC_MESSAGES/kcm_pci.mo share/locale/ru/LC_MESSAGES/kcm_phonon.mo share/locale/ru/LC_MESSAGES/kcm_phononxine.mo +share/locale/ru/LC_MESSAGES/kcm_remotecontrol.mo share/locale/ru/LC_MESSAGES/kcm_solid.mo share/locale/ru/LC_MESSAGES/kcm_solid_actions.mo share/locale/ru/LC_MESSAGES/kcm_standard_actions.mo @@ -937,13 +579,13 @@ share/locale/ru/LC_MESSAGES/kcmcgi.mo share/locale/ru/LC_MESSAGES/kcmcolors.mo share/locale/ru/LC_MESSAGES/kcmcomponentchooser.mo share/locale/ru/LC_MESSAGES/kcmcrypto.mo +share/locale/ru/LC_MESSAGES/kcmdevinfo.mo share/locale/ru/LC_MESSAGES/kcmfonts.mo share/locale/ru/LC_MESSAGES/kcmhtmlsearch.mo share/locale/ru/LC_MESSAGES/kcmicons.mo share/locale/ru/LC_MESSAGES/kcminfo.mo share/locale/ru/LC_MESSAGES/kcminit.mo share/locale/ru/LC_MESSAGES/kcminput.mo -share/locale/ru/LC_MESSAGES/kcmioslaveinfo.mo share/locale/ru/LC_MESSAGES/kcmkamera.mo share/locale/ru/LC_MESSAGES/kcmkclock.mo share/locale/ru/LC_MESSAGES/kcmkded.mo @@ -972,7 +614,6 @@ share/locale/ru/LC_MESSAGES/kcmscreensaver.mo share/locale/ru/LC_MESSAGES/kcmshell.mo share/locale/ru/LC_MESSAGES/kcmsmartcard.mo share/locale/ru/LC_MESSAGES/kcmsmserver.mo -share/locale/ru/LC_MESSAGES/kcmsolidproc.mo share/locale/ru/LC_MESSAGES/kcmstyle.mo share/locale/ru/LC_MESSAGES/kcmusb.mo share/locale/ru/LC_MESSAGES/kcmview1394.mo @@ -986,16 +627,11 @@ share/locale/ru/LC_MESSAGES/kdebugdialog.mo share/locale/ru/LC_MESSAGES/kdecalendarsystems.mo share/locale/ru/LC_MESSAGES/kdelibs4.mo share/locale/ru/LC_MESSAGES/kdelibs_colors4.mo -share/locale/ru/LC_MESSAGES/kdelirc.mo share/locale/ru/LC_MESSAGES/kdepasswd.mo -share/locale/ru/LC_MESSAGES/kdepimresources.mo -share/locale/ru/LC_MESSAGES/kdepimwizards.mo share/locale/ru/LC_MESSAGES/kdeqt.mo share/locale/ru/LC_MESSAGES/kdesu.mo share/locale/ru/LC_MESSAGES/kdesud.mo share/locale/ru/LC_MESSAGES/kdf.mo -share/locale/ru/LC_MESSAGES/kdgantt.mo -share/locale/ru/LC_MESSAGES/kdgantt1.mo share/locale/ru/LC_MESSAGES/kdialog.mo share/locale/ru/LC_MESSAGES/kdiamond.mo share/locale/ru/LC_MESSAGES/kdmconfig.mo @@ -1049,7 +685,6 @@ share/locale/ru/LC_MESSAGES/kimagemapeditor.mo share/locale/ru/LC_MESSAGES/kinetd.mo share/locale/ru/LC_MESSAGES/kinfocenter.mo share/locale/ru/LC_MESSAGES/kio4.mo -share/locale/ru/LC_MESSAGES/kio_akonadi.mo share/locale/ru/LC_MESSAGES/kio_applications.mo share/locale/ru/LC_MESSAGES/kio_archive.mo share/locale/ru/LC_MESSAGES/kio_audiocd.mo @@ -1057,7 +692,6 @@ share/locale/ru/LC_MESSAGES/kio_bookmarks.mo share/locale/ru/LC_MESSAGES/kio_finger.mo share/locale/ru/LC_MESSAGES/kio_fish.mo share/locale/ru/LC_MESSAGES/kio_floppy.mo -share/locale/ru/LC_MESSAGES/kio_groupwise.mo share/locale/ru/LC_MESSAGES/kio_help4.mo share/locale/ru/LC_MESSAGES/kio_imap4.mo share/locale/ru/LC_MESSAGES/kio_info.mo @@ -1065,9 +699,11 @@ share/locale/ru/LC_MESSAGES/kio_jabberdisco.mo share/locale/ru/LC_MESSAGES/kio_ldap.mo share/locale/ru/LC_MESSAGES/kio_man.mo share/locale/ru/LC_MESSAGES/kio_mbox.mo +share/locale/ru/LC_MESSAGES/kio_nepomuk.mo share/locale/ru/LC_MESSAGES/kio_nepomuksearch.mo share/locale/ru/LC_MESSAGES/kio_nfs.mo share/locale/ru/LC_MESSAGES/kio_nntp.mo +share/locale/ru/LC_MESSAGES/kio_perldoc.mo share/locale/ru/LC_MESSAGES/kio_pop3.mo share/locale/ru/LC_MESSAGES/kio_remote.mo share/locale/ru/LC_MESSAGES/kio_sftp.mo @@ -1083,9 +719,7 @@ share/locale/ru/LC_MESSAGES/kioclient.mo share/locale/ru/LC_MESSAGES/kioexec.mo share/locale/ru/LC_MESSAGES/kiriki.mo share/locale/ru/LC_MESSAGES/kiten.mo -share/locale/ru/LC_MESSAGES/kjots.mo share/locale/ru/LC_MESSAGES/kjumpingcube.mo -share/locale/ru/LC_MESSAGES/kleopatra.mo share/locale/ru/LC_MESSAGES/klettres.mo share/locale/ru/LC_MESSAGES/klines.mo share/locale/ru/LC_MESSAGES/klinkstatus.mo @@ -1093,11 +727,6 @@ share/locale/ru/LC_MESSAGES/klipper.mo share/locale/ru/LC_MESSAGES/klock.mo share/locale/ru/LC_MESSAGES/kmag.mo share/locale/ru/LC_MESSAGES/kmahjongg.mo -share/locale/ru/LC_MESSAGES/kmail.mo -share/locale/ru/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/ru/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/ru/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/ru/LC_MESSAGES/kmailcvt.mo share/locale/ru/LC_MESSAGES/kmenuedit.mo share/locale/ru/LC_MESSAGES/kmimetypefinder.mo share/locale/ru/LC_MESSAGES/kmines.mo @@ -1108,8 +737,6 @@ share/locale/ru/LC_MESSAGES/kmplot.mo share/locale/ru/LC_MESSAGES/knetattach.mo share/locale/ru/LC_MESSAGES/knetwalk.mo share/locale/ru/LC_MESSAGES/knetworkconfmodule.mo -share/locale/ru/LC_MESSAGES/knode.mo -share/locale/ru/LC_MESSAGES/knotes.mo share/locale/ru/LC_MESSAGES/knotify4.mo share/locale/ru/LC_MESSAGES/kolf.mo share/locale/ru/LC_MESSAGES/kollision.mo @@ -1118,10 +745,8 @@ share/locale/ru/LC_MESSAGES/kompare.mo share/locale/ru/LC_MESSAGES/konqueror.mo share/locale/ru/LC_MESSAGES/konquest.mo share/locale/ru/LC_MESSAGES/konsole.mo -share/locale/ru/LC_MESSAGES/konsolekalendar.mo -share/locale/ru/LC_MESSAGES/kontact.mo share/locale/ru/LC_MESSAGES/kopete.mo -share/locale/ru/LC_MESSAGES/korganizer.mo +share/locale/ru/LC_MESSAGES/kpartloader.mo share/locale/ru/LC_MESSAGES/kpartsaver.mo share/locale/ru/LC_MESSAGES/kpasswdserver.mo share/locale/ru/LC_MESSAGES/kpat.mo @@ -1129,27 +754,20 @@ share/locale/ru/LC_MESSAGES/kppp.mo share/locale/ru/LC_MESSAGES/kppplogview.mo share/locale/ru/LC_MESSAGES/kquitapp.mo share/locale/ru/LC_MESSAGES/krandr.mo +share/locale/ru/LC_MESSAGES/krcdnotifieritem.mo share/locale/ru/LC_MESSAGES/krdb.mo share/locale/ru/LC_MESSAGES/krdc.mo share/locale/ru/LC_MESSAGES/kreadconfig.mo -share/locale/ru/LC_MESSAGES/kres_birthday.mo -share/locale/ru/LC_MESSAGES/kres_blog.mo +share/locale/ru/LC_MESSAGES/kremotecontroldaemon.mo share/locale/ru/LC_MESSAGES/kres_bugzilla.mo -share/locale/ru/LC_MESSAGES/kres_groupware.mo -share/locale/ru/LC_MESSAGES/kres_groupwise.mo -share/locale/ru/LC_MESSAGES/kres_kolab.mo -share/locale/ru/LC_MESSAGES/kres_remote.mo -share/locale/ru/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/ru/LC_MESSAGES/kreversi.mo share/locale/ru/LC_MESSAGES/krfb.mo share/locale/ru/LC_MESSAGES/kruler.mo share/locale/ru/LC_MESSAGES/krunner.mo share/locale/ru/LC_MESSAGES/ksame.mo share/locale/ru/LC_MESSAGES/ksaneplugin.mo -share/locale/ru/LC_MESSAGES/ksayit.mo share/locale/ru/LC_MESSAGES/kscd.mo share/locale/ru/LC_MESSAGES/kscreensaver.mo -share/locale/ru/LC_MESSAGES/ksendemail.mo share/locale/ru/LC_MESSAGES/kshisen.mo share/locale/ru/LC_MESSAGES/kshorturifilter.mo share/locale/ru/LC_MESSAGES/ksirk.mo @@ -1171,15 +789,13 @@ share/locale/ru/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/ru/LC_MESSAGES/ksystemlog.mo share/locale/ru/LC_MESSAGES/ksystraycmd.mo share/locale/ru/LC_MESSAGES/kteatime.mo +share/locale/ru/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/ru/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/ru/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/ru/LC_MESSAGES/kthememanager.mo share/locale/ru/LC_MESSAGES/ktimer.mo -share/locale/ru/LC_MESSAGES/ktimetracker.mo share/locale/ru/LC_MESSAGES/ktouch.mo share/locale/ru/LC_MESSAGES/ktraderclient.mo share/locale/ru/LC_MESSAGES/ktron.mo -share/locale/ru/LC_MESSAGES/kttsd.mo share/locale/ru/LC_MESSAGES/ktuberling.mo share/locale/ru/LC_MESSAGES/kturtle.mo share/locale/ru/LC_MESSAGES/ktux.mo @@ -1190,8 +806,6 @@ share/locale/ru/LC_MESSAGES/kurifilter.mo share/locale/ru/LC_MESSAGES/kuser.mo share/locale/ru/LC_MESSAGES/kwalletd.mo share/locale/ru/LC_MESSAGES/kwalletmanager.mo -share/locale/ru/LC_MESSAGES/kwatchgnupg.mo -share/locale/ru/LC_MESSAGES/kweather.mo share/locale/ru/LC_MESSAGES/kwin.mo share/locale/ru/LC_MESSAGES/kwin_art_clients.mo share/locale/ru/LC_MESSAGES/kwin_clients.mo @@ -1213,29 +827,23 @@ share/locale/ru/LC_MESSAGES/libkcompactdisc.mo share/locale/ru/LC_MESSAGES/libkdcraw.mo share/locale/ru/LC_MESSAGES/libkdeedu.mo share/locale/ru/LC_MESSAGES/libkdegames.mo -share/locale/ru/LC_MESSAGES/libkdepim.mo share/locale/ru/LC_MESSAGES/libkexiv2.mo share/locale/ru/LC_MESSAGES/libkholidays.mo share/locale/ru/LC_MESSAGES/libkldap.mo -share/locale/ru/LC_MESSAGES/libkleopatra.mo share/locale/ru/LC_MESSAGES/libkmahjongg.mo share/locale/ru/LC_MESSAGES/libkmime.mo share/locale/ru/LC_MESSAGES/libkonq.mo -share/locale/ru/LC_MESSAGES/libkpgp.mo share/locale/ru/LC_MESSAGES/libkpimidentities.mo share/locale/ru/LC_MESSAGES/libkpimutils.mo +share/locale/ru/LC_MESSAGES/libkremotecontrol.mo share/locale/ru/LC_MESSAGES/libkresources.mo share/locale/ru/LC_MESSAGES/libksane.mo share/locale/ru/LC_MESSAGES/libkscreensaver.mo -share/locale/ru/LC_MESSAGES/libksieve.mo share/locale/ru/LC_MESSAGES/libktnef.mo share/locale/ru/LC_MESSAGES/libkunitconversion.mo share/locale/ru/LC_MESSAGES/libkworkspace.mo share/locale/ru/LC_MESSAGES/libkxmlrpcclient.mo share/locale/ru/LC_MESSAGES/libmailtransport.mo -share/locale/ru/LC_MESSAGES/libmessagecore.mo -share/locale/ru/LC_MESSAGES/libmessagelist.mo -share/locale/ru/LC_MESSAGES/libmessageviewer.mo share/locale/ru/LC_MESSAGES/liboktetacore.mo share/locale/ru/LC_MESSAGES/liboktetakasten.mo share/locale/ru/LC_MESSAGES/libphonon.mo @@ -1246,7 +854,6 @@ share/locale/ru/LC_MESSAGES/librtm.mo share/locale/ru/LC_MESSAGES/libtaskmanager.mo share/locale/ru/LC_MESSAGES/lokalize.mo share/locale/ru/LC_MESSAGES/lskat.mo -share/locale/ru/LC_MESSAGES/mailreader.mo share/locale/ru/LC_MESSAGES/marble.mo share/locale/ru/LC_MESSAGES/marble_qt.mo share/locale/ru/LC_MESSAGES/mplayerthumbs.mo @@ -1279,10 +886,12 @@ share/locale/ru/LC_MESSAGES/phononserver.mo share/locale/ru/LC_MESSAGES/plasma-desktop.mo share/locale/ru/LC_MESSAGES/plasma-netbook.mo share/locale/ru/LC_MESSAGES/plasma-overlay.mo +share/locale/ru/LC_MESSAGES/plasma-windowed.mo share/locale/ru/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/ru/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/ru/LC_MESSAGES/plasma_applet_battery.mo share/locale/ru/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/ru/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/ru/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/ru/LC_MESSAGES/plasma_applet_calculator.mo share/locale/ru/LC_MESSAGES/plasma_applet_clock.mo @@ -1299,6 +908,7 @@ share/locale/ru/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/ru/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/ru/LC_MESSAGES/plasma_applet_icon.mo share/locale/ru/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/ru/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/ru/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/ru/LC_MESSAGES/plasma_applet_katesession.mo share/locale/ru/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -1306,7 +916,6 @@ share/locale/ru/LC_MESSAGES/plasma_applet_kget.mo share/locale/ru/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/ru/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/ru/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/ru/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/ru/LC_MESSAGES/plasma_applet_launcher.mo share/locale/ru/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/ru/LC_MESSAGES/plasma_applet_life.mo @@ -1318,6 +927,7 @@ share/locale/ru/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/ru/LC_MESSAGES/plasma_applet_news.mo share/locale/ru/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/ru/LC_MESSAGES/plasma_applet_notes.mo +share/locale/ru/LC_MESSAGES/plasma_applet_notifications.mo share/locale/ru/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/ru/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/ru/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -1358,9 +968,12 @@ share/locale/ru/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/ru/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/ru/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/ru/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/ru/LC_MESSAGES/plasma_engine_calendar.mo share/locale/ru/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/ru/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/ru/LC_MESSAGES/plasma_engine_keystate.mo share/locale/ru/LC_MESSAGES/plasma_engine_kuiserver.mo +share/locale/ru/LC_MESSAGES/plasma_engine_metadata.mo share/locale/ru/LC_MESSAGES/plasma_engine_network.mo share/locale/ru/LC_MESSAGES/plasma_engine_notifications.mo share/locale/ru/LC_MESSAGES/plasma_engine_nowplaying.mo @@ -1368,12 +981,14 @@ share/locale/ru/LC_MESSAGES/plasma_engine_pastebin.mo share/locale/ru/LC_MESSAGES/plasma_engine_rss.mo share/locale/ru/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/ru/LC_MESSAGES/plasma_engine_weather.mo +share/locale/ru/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/ru/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/ru/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_contacts.mo share/locale/ru/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/ru/LC_MESSAGES/plasma_runner_datetime.mo share/locale/ru/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/ru/LC_MESSAGES/plasma_runner_kget.mo share/locale/ru/LC_MESSAGES/plasma_runner_kill.mo @@ -1392,6 +1007,7 @@ share/locale/ru/LC_MESSAGES/plasma_runner_sessions.mo share/locale/ru/LC_MESSAGES/plasma_runner_shell.mo share/locale/ru/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/ru/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/ru/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/ru/LC_MESSAGES/plasma_runner_windows.mo share/locale/ru/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/ru/LC_MESSAGES/plasma_wallpaper_color.mo @@ -1434,111 +1050,74 @@ share/locale/ru/LC_MESSAGES/timezones4.mo share/locale/ru/LC_MESSAGES/umbrello.mo share/locale/ru/LC_MESSAGES/useraccount.mo share/locale/ru/LC_MESSAGES/xml_mimetypes.mo +share/locale/ru/LC_SCRIPTS/kdelibs4/kdelibs4.js share/locale/ru/entry.desktop -@dirrm share/doc/HTML/ru/umbrello -@dirrm share/doc/HTML/ru/superkaramba +@dirrm share/locale/ru/LC_SCRIPTS/kdelibs4 +@dirrm share/locale/ru/LC_SCRIPTS @dirrm share/doc/HTML/ru/sonnet -@dirrm share/doc/HTML/ru/okteta @dirrm share/doc/HTML/ru/lskat @dirrm share/doc/HTML/ru/lokalize -@dirrm share/doc/HTML/ru/kxkb @dirrm share/doc/HTML/ru/kwrite @dirrm share/doc/HTML/ru/kwordquiz -@dirrm share/doc/HTML/ru/kweather -@dirrm share/doc/HTML/ru/kwatchgnupg @dirrm share/doc/HTML/ru/kwallet @dirrm share/doc/HTML/ru/kuser @dirrm share/doc/HTML/ru/kturtle @dirrm share/doc/HTML/ru/ktuberling -@dirrm share/doc/HTML/ru/kttsd @dirrm share/doc/HTML/ru/ktouch -@dirrm share/doc/HTML/ru/ktnef @dirrm share/doc/HTML/ru/ktimer @dirrm share/doc/HTML/ru/kteatime @dirrm share/doc/HTML/ru/ksysguard -@dirrm share/doc/HTML/ru/ksplashml +@dirrm share/doc/HTML/ru/kstars @dirrm share/doc/HTML/ru/kspaceduel @dirrm share/doc/HTML/ru/ksnapshot -@dirrm share/doc/HTML/ru/ksirtet @dirrm share/doc/HTML/ru/kshisen @dirrm share/doc/HTML/ru/ksame @dirrm share/doc/HTML/ru/kruler @dirrm share/doc/HTML/ru/krfb @dirrm share/doc/HTML/ru/kreversi -@dirrm share/doc/HTML/ru/krec @dirrm share/doc/HTML/ru/krdc @dirrm share/doc/HTML/ru/kppp -@dirrm share/doc/HTML/ru/kpercentage @dirrm share/doc/HTML/ru/kpat -@dirrm share/doc/HTML/ru/kpackage -@dirrm share/doc/HTML/ru/korganizer @dirrm share/doc/HTML/ru/kopete -@dirrm share/doc/HTML/ru/kontact -@dirrm share/doc/HTML/ru/konsolekalendar @dirrm share/doc/HTML/ru/konsole @dirrm share/doc/HTML/ru/konquest @dirrm share/doc/HTML/ru/konqueror @dirrm share/doc/HTML/ru/kompare @dirrm share/doc/HTML/ru/kolourpaint @dirrm share/doc/HTML/ru/kolf -@dirrm share/doc/HTML/ru/knotes -@dirrm share/doc/HTML/ru/knode @dirrm share/doc/HTML/ru/knetattach @dirrm share/doc/HTML/ru/kmplot -@dirrm share/doc/HTML/ru/kmouth -@dirrm share/doc/HTML/ru/kmousetool @dirrm share/doc/HTML/ru/kmix @dirrm share/doc/HTML/ru/kmines @dirrm share/doc/HTML/ru/kmenuedit -@dirrm share/doc/HTML/ru/kmathtool -@dirrm share/doc/HTML/ru/kmail @dirrm share/doc/HTML/ru/kmahjongg -@dirrm share/doc/HTML/ru/kmag @dirrm share/doc/HTML/ru/klipper -@dirrm share/doc/HTML/ru/klinkstatus @dirrm share/doc/HTML/ru/klines @dirrm share/doc/HTML/ru/klettres -@dirrm share/doc/HTML/ru/kleopatra @dirrm share/doc/HTML/ru/kjumpingcube -@dirrm share/doc/HTML/ru/kjots @dirrm share/doc/HTML/ru/kioslave/telnet +@dirrm share/doc/HTML/ru/kioslave/tar +@dirrm share/doc/HTML/ru/kioslave/smtp +@dirrm share/doc/HTML/ru/kioslave/sftp @dirrm share/doc/HTML/ru/kioslave/rlogin -@dirrm share/doc/HTML/ru/kioslave/news +@dirrm share/doc/HTML/ru/kioslave/nntp +@dirrm share/doc/HTML/ru/kioslave/nfs @dirrm share/doc/HTML/ru/kioslave/mailto -@dirrm share/doc/HTML/ru/kioslave/kioslave +@dirrm share/doc/HTML/ru/kioslave/ldap +@dirrm share/doc/HTML/ru/kioslave/info +@dirrm share/doc/HTML/ru/kioslave/help @dirrm share/doc/HTML/ru/kioslave/ftp +@dirrm share/doc/HTML/ru/kioslave/floppy +@dirrm share/doc/HTML/ru/kioslave/finger @dirrm share/doc/HTML/ru/kioslave/file @dirrm share/doc/HTML/ru/kioslave/data @dirrm share/doc/HTML/ru/kioslave -@dirrm share/doc/HTML/ru/kinfocenter/xserver -@dirrm share/doc/HTML/ru/kinfocenter/usb -@dirrm share/doc/HTML/ru/kinfocenter/sound -@dirrm share/doc/HTML/ru/kinfocenter/scsi -@dirrm share/doc/HTML/ru/kinfocenter/samba -@dirrm share/doc/HTML/ru/kinfocenter/protocols -@dirrm share/doc/HTML/ru/kinfocenter/processor -@dirrm share/doc/HTML/ru/kinfocenter/pcmcia -@dirrm share/doc/HTML/ru/kinfocenter/pci -@dirrm share/doc/HTML/ru/kinfocenter/partitions -@dirrm share/doc/HTML/ru/kinfocenter/opengl -@dirrm share/doc/HTML/ru/kinfocenter/nics -@dirrm share/doc/HTML/ru/kinfocenter/memory -@dirrm share/doc/HTML/ru/kinfocenter/ioports -@dirrm share/doc/HTML/ru/kinfocenter/interrupts -@dirrm share/doc/HTML/ru/kinfocenter/dma -@dirrm share/doc/HTML/ru/kinfocenter/devices @dirrm share/doc/HTML/ru/kinfocenter @dirrm share/doc/HTML/ru/kig -@dirrm share/doc/HTML/ru/khelpcenter/visualdict -@dirrm share/doc/HTML/ru/khelpcenter/userguide -@dirrm share/doc/HTML/ru/khelpcenter/quickstart @dirrm share/doc/HTML/ru/khelpcenter/glossary -@dirrm share/doc/HTML/ru/khelpcenter/faq @dirrm share/doc/HTML/ru/khelpcenter -@dirrm share/doc/HTML/ru/kgpg @dirrm share/doc/HTML/ru/kget @dirrm share/doc/HTML/ru/kgeography -@dirrm share/doc/HTML/ru/kgamma @dirrm share/doc/HTML/ru/kfloppy @dirrm share/doc/HTML/ru/kfind @dirrm share/doc/HTML/ru/kdm @@ -1547,60 +1126,35 @@ share/locale/ru/entry.desktop @dirrm share/doc/HTML/ru/kdebugdialog @dirrm share/doc/HTML/ru/kcron @dirrm share/doc/HTML/ru/kcontrol/windowspecific -@dirrm share/doc/HTML/ru/kcontrol/windowmanagement @dirrm share/doc/HTML/ru/kcontrol/useragent @dirrm share/doc/HTML/ru/kcontrol/spellchecking @dirrm share/doc/HTML/ru/kcontrol/smb @dirrm share/doc/HTML/ru/kcontrol/screensaver -@dirrm share/doc/HTML/ru/kcontrol/proxy @dirrm share/doc/HTML/ru/kcontrol/performance -@dirrm share/doc/HTML/ru/kcontrol/passwords -@dirrm share/doc/HTML/ru/kcontrol/panelappearance -@dirrm share/doc/HTML/ru/kcontrol/panel @dirrm share/doc/HTML/ru/kcontrol/netpref -@dirrm share/doc/HTML/ru/kcontrol/mouse @dirrm share/doc/HTML/ru/kcontrol/language -@dirrm share/doc/HTML/ru/kcontrol/kwindecoration -@dirrm share/doc/HTML/ru/kcontrol/khtml @dirrm share/doc/HTML/ru/kcontrol/keys @dirrm share/doc/HTML/ru/kcontrol/keyboard -@dirrm share/doc/HTML/ru/kcontrol/kdm -@dirrm share/doc/HTML/ru/kcontrol/kcmtaskbar -@dirrm share/doc/HTML/ru/kcontrol/kcmstyle @dirrm share/doc/HTML/ru/kcontrol/kcmsmserver @dirrm share/doc/HTML/ru/kcontrol/kcmnotify @dirrm share/doc/HTML/ru/kcontrol/kcmlaunch -@dirrm share/doc/HTML/ru/kcontrol/kcmktalkd -@dirrm share/doc/HTML/ru/kcontrol/kcmkonsole -@dirrm share/doc/HTML/ru/kcontrol/kcmfontinst -@dirrm share/doc/HTML/ru/kcontrol/kcmdisplay @dirrm share/doc/HTML/ru/kcontrol/kcmcss -@dirrm share/doc/HTML/ru/kcontrol/kcmaccess @dirrm share/doc/HTML/ru/kcontrol/icons -@dirrm share/doc/HTML/ru/kcontrol/helpindex -@dirrm share/doc/HTML/ru/kcontrol/fonts @dirrm share/doc/HTML/ru/kcontrol/fontinst @dirrm share/doc/HTML/ru/kcontrol/filetypes @dirrm share/doc/HTML/ru/kcontrol/filemanager -@dirrm share/doc/HTML/ru/kcontrol/energy -@dirrm share/doc/HTML/ru/kcontrol/email @dirrm share/doc/HTML/ru/kcontrol/ebrowsing -@dirrm share/doc/HTML/ru/kcontrol/desktopbehavior -@dirrm share/doc/HTML/ru/kcontrol/desktop -@dirrm share/doc/HTML/ru/kcontrol/crypto @dirrm share/doc/HTML/ru/kcontrol/cookies @dirrm share/doc/HTML/ru/kcontrol/colors @dirrm share/doc/HTML/ru/kcontrol/clock @dirrm share/doc/HTML/ru/kcontrol/cache @dirrm share/doc/HTML/ru/kcontrol/bell -@dirrm share/doc/HTML/ru/kcontrol/background @dirrm share/doc/HTML/ru/kcontrol/autostart @dirrm share/doc/HTML/ru/kcontrol @dirrm share/doc/HTML/ru/kcharselect @dirrm share/doc/HTML/ru/kcalc @dirrm share/doc/HTML/ru/kcachegrind @dirrm share/doc/HTML/ru/kbugbuster -@dirrm share/doc/HTML/ru/kbruch @dirrm share/doc/HTML/ru/kbounce @dirrm share/doc/HTML/ru/kblackbox @dirrm share/doc/HTML/ru/kbattleship @@ -1608,15 +1162,12 @@ share/locale/ru/entry.desktop @dirrm share/doc/HTML/ru/kanagram @dirrm share/doc/HTML/ru/kalzium @dirrm share/doc/HTML/ru/kalgebra -@dirrm share/doc/HTML/ru/kaddressbook @dirrm share/doc/HTML/ru/juk -@dirrm share/doc/HTML/ru/gwenview @dirrm share/doc/HTML/ru/common @dirrm share/doc/HTML/ru/cervisia @dirrm share/doc/HTML/ru/blinken @dirrm share/doc/HTML/ru/ark @dirrm share/doc/HTML/ru/amor -@dirrm share/doc/HTML/ru/akregator @dirrm share/apps/kvtml/ru @dirrm share/apps/kvtml @dirrm share/apps/kturtle/examples/ru diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile index 54897f73604e..143fdff3786c 100644 --- a/security/kgpg-kde4/Makefile +++ b/security/kgpg-kde4/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca @@ -25,28 +26,61 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace +USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ + kdelibs pimlibs workspace kdebase QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= PRINTER_APPLET "Install printer system tray utility" off +OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ + PRINTER_APPLET "Install printer system tray utility" off \ + RAR "Support for RAR archives in Ark" off \ + ZIP "Support for ZIP archives in Ark" off .include <bsd.port.options.mk> +.ifdef(WITH_7ZIP) +RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip +.endif + +.ifdef(WITH_PRINTER_APPLET) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.endif + +.ifdef(WITH_ZIP) +RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip +.endif + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -.if defined(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.ifdef(WITH_RAR) +.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +INSTALL_RAR= YES +.elif ${ARCH} == "amd64" +.ifndef(HAVE_COMPAT_IA32_KERN) +HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi +.endif +.if ${HAVE_COMPAT_IA32_KERN} == "YES" +INSTALL_RAR= YES +.endif +.endif +.ifdef(INSTALL_RAR) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.else +RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +.endif .endif post-patch: -#disable printer-applet, it comes with print/kdeutils4-printer-applet +# Disable printer-applet, it comes with print/kdeutils4-printer-applet. ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/kgpg-kde4/distinfo b/security/kgpg-kde4/distinfo index c51aa0f17d9c..2553edb11a55 100644 --- a/security/kgpg-kde4/distinfo +++ b/security/kgpg-kde4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390 -SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495 -SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008 +MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52 +SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e +SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989 diff --git a/security/kgpg-kde4/pkg-plist b/security/kgpg-kde4/pkg-plist index ff8535c8e54f..cb9b5a4773c9 100644 --- a/security/kgpg-kde4/pkg-plist +++ b/security/kgpg-kde4/pkg-plist @@ -1,20 +1,383 @@ bin/ark -bin/irkick bin/kcalc bin/kcharselect bin/kdf bin/kfloppy bin/kgpg +bin/krcdnotifieritem bin/ktimer bin/kwalletmanager bin/kwikdisk bin/okteta bin/superkaramba bin/sweeper +include/KDE/Kasten/AbstractConnectJob +include/KDE/Kasten/AbstractDocument +include/KDE/Kasten/AbstractDocumentFactory +include/KDE/Kasten/AbstractExportJob +include/KDE/Kasten/AbstractFileSystemConnectJob +include/KDE/Kasten/AbstractFileSystemExportJob +include/KDE/Kasten/AbstractFileSystemLoadJob +include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten/AbstractGroupedViews +include/KDE/Kasten/AbstractLinePopup +include/KDE/Kasten/AbstractLoadJob +include/KDE/Kasten/AbstractModel +include/KDE/Kasten/AbstractModelDataGenerator +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten/AbstractModelExporter +include/KDE/Kasten/AbstractModelExporterConfigEditor +include/KDE/Kasten/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten/AbstractModelFileSystemSynchronizer +include/KDE/Kasten/AbstractModelSelection +include/KDE/Kasten/AbstractModelStreamEncoder +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten/AbstractModelSynchronizer +include/KDE/Kasten/AbstractModelSynchronizerFactory +include/KDE/Kasten/AbstractSelectionView +include/KDE/Kasten/AbstractSyncFromRemoteJob +include/KDE/Kasten/AbstractSyncToRemoteJob +include/KDE/Kasten/AbstractSyncWithRemoteJob +include/KDE/Kasten/AbstractTool +include/KDE/Kasten/AbstractToolFactory +include/KDE/Kasten/AbstractToolInlineView +include/KDE/Kasten/AbstractToolView +include/KDE/Kasten/AbstractToolViewFactory +include/KDE/Kasten/AbstractToolWidget +include/KDE/Kasten/AbstractView +include/KDE/Kasten/AbstractViewArea +include/KDE/Kasten/AbstractViewFactory +include/KDE/Kasten/AbstractXmlGuiController +include/KDE/Kasten/ClipboardController +include/KDE/Kasten/CloseController +include/KDE/Kasten/CopyAsController +include/KDE/Kasten/CreatorController +include/KDE/Kasten/DataSelectable +include/KDE/Kasten/DocumentCreateManager +include/KDE/Kasten/DocumentManager +include/KDE/Kasten/DocumentSyncManager +include/KDE/Kasten/DocumentVersionData +include/KDE/Kasten/DocumentsTool +include/KDE/Kasten/DocumentsToolView +include/KDE/Kasten/DummyView +include/KDE/Kasten/ExportController +include/KDE/Kasten/FileSystemBrowserTool +include/KDE/Kasten/FileSystemBrowserToolView +include/KDE/Kasten/FullScreenController +include/KDE/Kasten/JobManager +include/KDE/Kasten/LoaderController +include/KDE/Kasten/ModelCodecManager +include/KDE/Kasten/ModelCodecViewManager +include/KDE/Kasten/ModelDataGenerateThread +include/KDE/Kasten/ModelEncoderFileSystemExportJob +include/KDE/Kasten/ModelEncoderFileSystemExporter +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten/ModelStreamEncodeThread +include/KDE/Kasten/ModifiedBarController +include/KDE/Kasten/MultiViewAreas +include/KDE/Kasten/Person +include/KDE/Kasten/QuitController +include/KDE/Kasten/ReadOnlyBarController +include/KDE/Kasten/ReadOnlyController +include/KDE/Kasten/SelectController +include/KDE/Kasten/SelectedDataWriteable +include/KDE/Kasten/SetRemoteController +include/KDE/Kasten/ShellWindow +include/KDE/Kasten/StatusBar +include/KDE/Kasten/SwitchViewController +include/KDE/Kasten/SynchronizeController +include/KDE/Kasten/TabbedViews +include/KDE/Kasten/ToggleButton +include/KDE/Kasten/ToolInlineViewable +include/KDE/Kasten/ToolListMenuController +include/KDE/Kasten/UserListable +include/KDE/Kasten/VersionController +include/KDE/Kasten/VersionViewTool +include/KDE/Kasten/VersionViewToolView +include/KDE/Kasten/Versionable +include/KDE/Kasten/ViewAreaSplitable +include/KDE/Kasten/ViewListMenuController +include/KDE/Kasten/ViewManager +include/KDE/Kasten/WidgetsDockable +include/KDE/Kasten/ZoomBarController +include/KDE/Kasten/ZoomController +include/KDE/Kasten/Zoomable +include/KDE/Okteta/AbstractByteArrayColumnRenderer +include/KDE/Okteta/AbstractByteArrayModel +include/KDE/Okteta/AbstractByteArrayView +include/KDE/Okteta/AbstractColumnRenderer +include/KDE/Okteta/AbstractColumnStylist +include/KDE/Okteta/Address +include/KDE/Okteta/AddressRange +include/KDE/Okteta/ArrayChangeMetrics +include/KDE/Okteta/Bookmark +include/KDE/Okteta/Bookmarkable +include/KDE/Okteta/BookmarksConstIterator +include/KDE/Okteta/BorderColumnRenderer +include/KDE/Okteta/Byte +include/KDE/Okteta/ByteArrayChange +include/KDE/Okteta/ByteArrayColumnView +include/KDE/Okteta/ByteArrayModel +include/KDE/Okteta/ByteArrayRowColumnRenderer +include/KDE/Okteta/ByteArrayRowView +include/KDE/Okteta/ByteArrayTableLayout +include/KDE/Okteta/ByteArrayTableRanges +include/KDE/Okteta/ChangeHistory +include/KDE/Okteta/ChangesDescribable +include/KDE/Okteta/CharByteArrayColumnRenderer +include/KDE/Okteta/CharCodec +include/KDE/Okteta/Character +include/KDE/Okteta/ColumnsView +include/KDE/Okteta/Line +include/KDE/Okteta/LinePosition +include/KDE/Okteta/LinePositionRange +include/KDE/Okteta/LineRange +include/KDE/Okteta/NumberRange +include/KDE/Okteta/OffsetColumnRenderer +include/KDE/Okteta/OffsetFormat +include/KDE/Okteta/PieceTableByteArrayModel +include/KDE/Okteta/Range +include/KDE/Okteta/Size +include/KDE/Okteta/ValueByteArrayColumnRenderer +include/KDE/Okteta/ValueCodec +include/KDE/Okteta/Versionable +include/KDE/Okteta/WidgetColumnStylist +include/KDE/Okteta/WordByteArrayService +include/kasten/abstractbytearraystreamencoder.h +include/kasten/abstractconnectjob.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/bookmarkscontroller.h +include/kasten/bookmarkstool.h +include/kasten/bookmarkstoolfactory.h +include/kasten/bookmarkstoolview.h +include/kasten/bookmarkstoolviewfactory.h +include/kasten/bytearraycharsstreamencoder.h +include/kasten/bytearraydocument.h +include/kasten/bytearraydocumentfactory.h +include/kasten/bytearrayrawfilesynchronizer.h +include/kasten/bytearrayrawfilesynchronizerfactory.h +include/kasten/bytearrayselection.h +include/kasten/bytearraysourcecodestreamencoder.h +include/kasten/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten/bytearraytextstreamencoderpreview.h +include/kasten/bytearrayvaluesstreamencoder.h +include/kasten/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten/bytearrayview.h +include/kasten/bytearrayviewfactory.h +include/kasten/bytearrayviewtextstreamencoder.h +include/kasten/bytetabletool.h +include/kasten/bytetabletoolfactory.h +include/kasten/bytetabletoolview.h +include/kasten/bytetabletoolviewfactory.h +include/kasten/checksumtool.h +include/kasten/checksumtoolfactory.h +include/kasten/checksumtoolview.h +include/kasten/checksumtoolviewfactory.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/documentcreatemanager.h +include/kasten/documentinfotool.h +include/kasten/documentinfotoolview.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/filtertool.h +include/kasten/filtertoolfactory.h +include/kasten/filtertoolview.h +include/kasten/filtertoolviewfactory.h +include/kasten/fullscreencontroller.h +include/kasten/gotooffsetcontroller.h +include/kasten/gotooffsettool.h +include/kasten/gotooffsettoolview.h +include/kasten/infotool.h +include/kasten/infotoolfactory.h +include/kasten/infotoolview.h +include/kasten/infotoolviewfactory.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/kfinddirection.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multiviewareas.h +include/kasten/oktetakastencontrollers_export.h +include/kasten/oktetakastencore_export.h +include/kasten/oktetakastengui_export.h +include/kasten/overwritemodecontroller.h +include/kasten/overwriteonlycontroller.h +include/kasten/person.h +include/kasten/poddecodertool.h +include/kasten/poddecodertoolfactory.h +include/kasten/poddecodertoolview.h +include/kasten/poddecodertoolviewfactory.h +include/kasten/printcontroller.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/replacecontroller.h +include/kasten/replaceuserqueryable.h +include/kasten/searchcontroller.h +include/kasten/searchuserqueryable.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/selectrangecontroller.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/stringsextracttool.h +include/kasten/stringsextracttoolfactory.h +include/kasten/stringsextracttoolview.h +include/kasten/stringsextracttoolviewfactory.h +include/kasten/structtool.h +include/kasten/structtoolview.h +include/kasten/structurestoolfactory.h +include/kasten/structurestoolviewfactory.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewconfigcontroller.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/viewmodecontroller.h +include/kasten/viewstatuscontroller.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h lib/kde4/arkpart.so lib/kde4/kcm_kdf.so lib/kde4/kcm_kwallet.so -lib/kde4/kcm_lirc.so +lib/kde4/kcm_remotecontrol.so +lib/kde4/kded_kremotecontroldaemon.so lib/kde4/kerfuffle_cli7z.so lib/kde4/kerfuffle_clirar.so lib/kde4/kerfuffle_clizip.so @@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so lib/kde4/libextracthere.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so +lib/kde4/plasma_engine_kremoteconrol.so lib/kde4/plasma_package_superkaramba.so lib/kde4/plasma_scriptengine_superkaramba.so +lib/kde4/plugins/designer/oktetadesignerplugin.so lib/libkastencontrollers.so lib/libkastencontrollers.so.5 lib/libkastencontrollers.so.5.0.1 @@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1 lib/libkastengui.so lib/libkastengui.so.5 lib/libkastengui.so.5.0.1 -lib/libkdeinit4_irkick.so lib/libkdeinit4_kcalc.so -lib/libkdelirc_shared.so -lib/libkdelirc_shared.so.1 -lib/libkdelirc_shared.so.1.0.0 lib/libkerfuffle.so lib/libkerfuffle.so.5 lib/libkerfuffle.so.5.0.1 +lib/liblibkremotecontrol.so +lib/liblibkremotecontrol.so.1 +lib/liblibkremotecontrol.so.1.0.0 lib/liboktetacore.so lib/liboktetacore.so.5 lib/liboktetacore.so.5.0.1 @@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1 share/applications/kde4/KCharSelect.desktop share/applications/kde4/KFloppy.desktop share/applications/kde4/ark.desktop -share/applications/kde4/irkick.desktop share/applications/kde4/kcalc.desktop share/applications/kde4/kdf.desktop share/applications/kde4/kgpg.desktop +share/applications/kde4/krcdnotifieritem.desktop share/applications/kde4/ktimer.desktop share/applications/kde4/kwalletmanager-kwalletd.desktop share/applications/kde4/kwalletmanager.desktop @@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop share/applications/kde4/sweeper.desktop share/apps/ark/ark_part.rc share/apps/ark/arkui.rc -share/apps/irkick/irkick.notifyrc share/apps/kcalc/kcalcui.rc share/apps/kcalc/scienceconstants.xml share/apps/kcharselect/kcharselectui.rc @@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz share/apps/kgpg/keysmanager.rc share/apps/kgpg/kgpgeditor.rc share/apps/kgpg/tips +share/apps/kremotecontrol/profiles/amarok.profile.xml +share/apps/kremotecontrol/profiles/dragonplayer.profile.xml +share/apps/kremotecontrol/profiles/klauncher.profile.xml +share/apps/kremotecontrol/profiles/kmix.profile.xml +share/apps/kremotecontrol/profiles/konqueror.profile.xml +share/apps/kremotecontrol/profiles/kscd.profile.xml +share/apps/kremotecontrol/profiles/okular.profile.xml +share/apps/kremotecontrol/profiles/powermanagement.profile.xml +share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png share/apps/kwalletmanager/kwalleteditor.rc @@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/png/png.desktop +share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc share/apps/oktetapart/oktetapartreadonlyui.rc share/apps/oktetapart/oktetapartreadwriteui.rc -share/apps/profiles/amarok.profile.xml -share/apps/profiles/dragonplayer.profile.xml -share/apps/profiles/klauncher.profile.xml -share/apps/profiles/kmix.profile.xml -share/apps/profiles/konqueror.profile.xml -share/apps/profiles/okular.profile.xml -share/apps/profiles/profile.dtd -share/apps/profiles/shutdown.profile.xml -share/apps/profiles/suspend.profile.xml -share/apps/profiles/vlc.profile.xml share/apps/superkaramba/superkarambaui.rc share/apps/sweeper/sweeperui.rc -share/autostart/irkick.desktop share/autostart/kgpg.desktop share/config.kcfg/ark.kcfg share/config.kcfg/kcalc.kcfg share/config.kcfg/kgpg.kcfg +share/config.kcfg/structviewpreferences.kcfg +share/config/okteta-structures.knsrc share/config/superkaramba.knsrc share/dbus-1/interfaces/org.kde.kgpg.Key.xml share/dbus-1/interfaces/org.kde.superkaramba.xml share/dbus-1/interfaces/org.kde.sweeper.xml +share/doc/HTML/en/ark/ark-mainwindow.png share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/irkick/common -share/doc/HTML/en/irkick/index.cache.bz2 -share/doc/HTML/en/irkick/index.docbook -share/doc/HTML/en/irkick/irkick.png -share/doc/HTML/en/irkick/irkickoff.png share/doc/HTML/en/kcalc/commands.docbook share/doc/HTML/en/kcalc/common share/doc/HTML/en/kcalc/index.cache.bz2 @@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcmlirc/common -share/doc/HTML/en/kcmlirc/index.cache.bz2 -share/doc/HTML/en/kcmlirc/index.docbook -share/doc/HTML/en/kcmlirc/irkick.png -share/doc/HTML/en/kcmlirc/irkickoff.png +share/doc/HTML/en/kcharselect/kcharselect.png share/doc/HTML/en/kcontrol/blockdevices/common share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/en/kcontrol/blockdevices/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png +share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/common +share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png +share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png +share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/en/kdf/common share/doc/HTML/en/kdf/index.cache.bz2 share/doc/HTML/en/kdf/index.docbook @@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png share/doc/HTML/en/kgpg/keys.png share/doc/HTML/en/kgpg/keyserver-search.png share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/kicker.png share/doc/HTML/en/kgpg/options.png +share/doc/HTML/en/kgpg/select-secret-key.png +share/doc/HTML/en/kgpg/systray.png share/doc/HTML/en/ktimer/common share/doc/HTML/en/ktimer/first.png share/doc/HTML/en/ktimer/index.cache.bz2 @@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook -share/doc/HTML/en/superkaramba/common -share/doc/HTML/en/superkaramba/index.cache.bz2 -share/doc/HTML/en/superkaramba/index.docbook +share/doc/HTML/en/sweeper/common +share/doc/HTML/en/sweeper/index.cache.bz2 +share/doc/HTML/en/sweeper/index.docbook +share/doc/HTML/en/sweeper/sweeper.png share/icons/hicolor/128x128/apps/kdf.png share/icons/hicolor/128x128/apps/kfloppy.png share/icons/hicolor/128x128/apps/ktimer.png @@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png share/icons/hicolor/128x128/apps/kwalletmanager2.png share/icons/hicolor/128x128/apps/kwikdisk.png share/icons/hicolor/128x128/apps/superkaramba.png +share/icons/hicolor/128x128/devices/infrared-remote.png share/icons/hicolor/16x16/apps/kdf.png share/icons/hicolor/16x16/apps/kfloppy.png share/icons/hicolor/16x16/apps/kgpg.png @@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png share/icons/hicolor/16x16/apps/kwikdisk.png share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/22x22/apps/irkick.png +share/icons/hicolor/16x16/devices/infrared-remote.png +share/icons/hicolor/22x22/actions/krcd_flash.png +share/icons/hicolor/22x22/actions/krcd_off.png share/icons/hicolor/22x22/apps/kdf.png share/icons/hicolor/22x22/apps/kfloppy.png share/icons/hicolor/22x22/apps/kgpg.png +share/icons/hicolor/22x22/apps/krcd.png share/icons/hicolor/22x22/apps/kwalletmanager.png share/icons/hicolor/22x22/apps/kwikdisk.png share/icons/hicolor/22x22/apps/superkaramba.png +share/icons/hicolor/22x22/devices/infrared-remote.png share/icons/hicolor/32x32/apps/kdf.png share/icons/hicolor/32x32/apps/kfloppy.png share/icons/hicolor/32x32/apps/kgpg.png @@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png share/icons/hicolor/32x32/apps/kwikdisk.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/32x32/apps/superkaramba.png +share/icons/hicolor/32x32/devices/infrared-remote.png +share/icons/hicolor/42x42/devices/infrared-remote.png share/icons/hicolor/48x48/apps/kdf.png share/icons/hicolor/48x48/apps/kfloppy.png share/icons/hicolor/48x48/apps/kgpg.png @@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png share/icons/hicolor/48x48/apps/kwikdisk.png share/icons/hicolor/48x48/apps/okteta.png share/icons/hicolor/48x48/apps/superkaramba.png +share/icons/hicolor/48x48/devices/infrared-remote.png share/icons/hicolor/64x64/apps/kdf.png share/icons/hicolor/64x64/apps/kfloppy.png share/icons/hicolor/64x64/apps/kwalletmanager.png share/icons/hicolor/64x64/apps/kwalletmanager2.png share/icons/hicolor/64x64/apps/kwikdisk.png share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/scalable/apps/irkick.svgz +share/icons/hicolor/64x64/devices/infrared-remote.png +share/icons/hicolor/8x8/devices/infrared-remote.png +share/icons/hicolor/scalable/actions/krcd_flash.svgz +share/icons/hicolor/scalable/actions/krcd_off.svgz +share/icons/hicolor/scalable/apps/krcd.svgz share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/oxygen/128x128/devices/infrared-remote.png +share/icons/hicolor/scalable/devices/infrared-remote.svgz share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/16x16/devices/infrared-remote.png -share/icons/oxygen/22x22/actions/irkickflash.png -share/icons/oxygen/22x22/actions/irkickoff.png share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/22x22/devices/infrared-remote.png share/icons/oxygen/32x32/apps/kcmdf.png -share/icons/oxygen/32x32/devices/infrared-remote.png -share/icons/oxygen/42x42/devices/infrared-remote.png -share/icons/oxygen/48x48/devices/infrared-remote.png -share/icons/oxygen/64x64/devices/infrared-remote.png -share/icons/oxygen/8x8/devices/infrared-remote.png -share/icons/oxygen/scalable/actions/irkickflash.svgz -share/icons/oxygen/scalable/actions/irkickoff.svgz -share/icons/oxygen/scalable/devices/infrared-remote.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ServiceMenus/encryptfile.desktop @@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop share/kde4/services/ark_dndextract.desktop share/kde4/services/ark_part.desktop share/kde4/services/kbytearrayedit.desktop -share/kde4/services/kcm_lirc.desktop +share/kde4/services/kcm_remotecontrol.desktop share/kde4/services/kcmdf.desktop +share/kde4/services/kded/kremotecontroldaemon.desktop share/kde4/services/kerfuffle_cli7z.desktop share/kde4/services/kerfuffle_clirar.desktop share/kde4/services/kerfuffle_clizip.desktop @@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop share/kde4/services/kwalletconfig.desktop share/kde4/services/kwalletmanager_show.desktop share/kde4/services/oktetapart.desktop +share/kde4/services/plasma-engine-kremotecontrol.desktop share/kde4/services/plasma-package-superkaramba.desktop share/kde4/services/plasma-scriptengine-superkaramba.desktop share/kde4/servicetypes/kerfufflePlugin.desktop +share/mime/application/base64.xml +share/mime/application/btoa.xml +share/mime/application/x-vnd.kde.okteta.structure.xml +share/mime/packages/okteta.xml +share/mime/text/x-ascii85.xml +share/mime/text/x-base32.xml +share/mime/text/x-ihex.xml +share/mime/text/x-srecord.xml +share/mime/text/x-uuencode.xml +share/mime/text/x-xxencode.xml @dirrmtry share/icons/oxygen/42x42/devices @dirrmtry share/icons/oxygen/42x42 -@dirrm share/doc/HTML/en/superkaramba +@dirrmtry share/icons/hicolor/8x8/devices +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/42x42/devices +@dirrmtry share/icons/hicolor/42x42 +@dirrm share/doc/HTML/en/sweeper @dirrm share/doc/HTML/en/okteta @dirrm share/doc/HTML/en/kwallet @dirrm share/doc/HTML/en/ktimer @dirrm share/doc/HTML/en/kgpg @dirrm share/doc/HTML/en/kfloppy @dirrm share/doc/HTML/en/kdf +@dirrm share/doc/HTML/en/kcontrol/kremotecontrol @dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcmlirc @dirrm share/doc/HTML/en/kcharselect @dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/irkick @dirrm share/doc/HTML/en/ark @dirrm share/apps/sweeper @dirrm share/apps/superkaramba @dirrm share/apps/oktetapart +@dirrm share/apps/okteta/structures/png @dirrm share/apps/okteta/structures/elf @dirrm share/apps/okteta/structures @dirrm share/apps/okteta @@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kwalletmanager/icons/oxygen @dirrm share/apps/kwalletmanager/icons @dirrm share/apps/kwalletmanager +@dirrm share/apps/kremotecontroldaemon +@dirrm share/apps/kremotecontrol/profiles +@dirrm share/apps/kremotecontrol @dirrm share/apps/kgpg/icons/oxygen/scalable/status @dirrm share/apps/kgpg/icons/oxygen/scalable/actions @dirrm share/apps/kgpg/icons/oxygen/scalable @@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kgpg @dirrm share/apps/kdf @dirrm share/apps/kcalc -@dirrm share/apps/irkick @dirrm share/apps/ark +@dirrmtry include/okteta +@dirrmtry include/kasten +@dirrmtry include/KDE/Okteta +@dirrmtry include/KDE/Kasten +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index 54897f73604e..143fdff3786c 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca @@ -25,28 +26,61 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace +USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ + kdelibs pimlibs workspace kdebase QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= PRINTER_APPLET "Install printer system tray utility" off +OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ + PRINTER_APPLET "Install printer system tray utility" off \ + RAR "Support for RAR archives in Ark" off \ + ZIP "Support for ZIP archives in Ark" off .include <bsd.port.options.mk> +.ifdef(WITH_7ZIP) +RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip +.endif + +.ifdef(WITH_PRINTER_APPLET) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.endif + +.ifdef(WITH_ZIP) +RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip +.endif + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -.if defined(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.ifdef(WITH_RAR) +.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +INSTALL_RAR= YES +.elif ${ARCH} == "amd64" +.ifndef(HAVE_COMPAT_IA32_KERN) +HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi +.endif +.if ${HAVE_COMPAT_IA32_KERN} == "YES" +INSTALL_RAR= YES +.endif +.endif +.ifdef(INSTALL_RAR) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.else +RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +.endif .endif post-patch: -#disable printer-applet, it comes with print/kdeutils4-printer-applet +# Disable printer-applet, it comes with print/kdeutils4-printer-applet. ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/security/kwallet/distinfo b/security/kwallet/distinfo index c51aa0f17d9c..2553edb11a55 100644 --- a/security/kwallet/distinfo +++ b/security/kwallet/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390 -SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495 -SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008 +MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52 +SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e +SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989 diff --git a/security/kwallet/pkg-plist b/security/kwallet/pkg-plist index ff8535c8e54f..cb9b5a4773c9 100644 --- a/security/kwallet/pkg-plist +++ b/security/kwallet/pkg-plist @@ -1,20 +1,383 @@ bin/ark -bin/irkick bin/kcalc bin/kcharselect bin/kdf bin/kfloppy bin/kgpg +bin/krcdnotifieritem bin/ktimer bin/kwalletmanager bin/kwikdisk bin/okteta bin/superkaramba bin/sweeper +include/KDE/Kasten/AbstractConnectJob +include/KDE/Kasten/AbstractDocument +include/KDE/Kasten/AbstractDocumentFactory +include/KDE/Kasten/AbstractExportJob +include/KDE/Kasten/AbstractFileSystemConnectJob +include/KDE/Kasten/AbstractFileSystemExportJob +include/KDE/Kasten/AbstractFileSystemLoadJob +include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten/AbstractGroupedViews +include/KDE/Kasten/AbstractLinePopup +include/KDE/Kasten/AbstractLoadJob +include/KDE/Kasten/AbstractModel +include/KDE/Kasten/AbstractModelDataGenerator +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten/AbstractModelExporter +include/KDE/Kasten/AbstractModelExporterConfigEditor +include/KDE/Kasten/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten/AbstractModelFileSystemSynchronizer +include/KDE/Kasten/AbstractModelSelection +include/KDE/Kasten/AbstractModelStreamEncoder +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten/AbstractModelSynchronizer +include/KDE/Kasten/AbstractModelSynchronizerFactory +include/KDE/Kasten/AbstractSelectionView +include/KDE/Kasten/AbstractSyncFromRemoteJob +include/KDE/Kasten/AbstractSyncToRemoteJob +include/KDE/Kasten/AbstractSyncWithRemoteJob +include/KDE/Kasten/AbstractTool +include/KDE/Kasten/AbstractToolFactory +include/KDE/Kasten/AbstractToolInlineView +include/KDE/Kasten/AbstractToolView +include/KDE/Kasten/AbstractToolViewFactory +include/KDE/Kasten/AbstractToolWidget +include/KDE/Kasten/AbstractView +include/KDE/Kasten/AbstractViewArea +include/KDE/Kasten/AbstractViewFactory +include/KDE/Kasten/AbstractXmlGuiController +include/KDE/Kasten/ClipboardController +include/KDE/Kasten/CloseController +include/KDE/Kasten/CopyAsController +include/KDE/Kasten/CreatorController +include/KDE/Kasten/DataSelectable +include/KDE/Kasten/DocumentCreateManager +include/KDE/Kasten/DocumentManager +include/KDE/Kasten/DocumentSyncManager +include/KDE/Kasten/DocumentVersionData +include/KDE/Kasten/DocumentsTool +include/KDE/Kasten/DocumentsToolView +include/KDE/Kasten/DummyView +include/KDE/Kasten/ExportController +include/KDE/Kasten/FileSystemBrowserTool +include/KDE/Kasten/FileSystemBrowserToolView +include/KDE/Kasten/FullScreenController +include/KDE/Kasten/JobManager +include/KDE/Kasten/LoaderController +include/KDE/Kasten/ModelCodecManager +include/KDE/Kasten/ModelCodecViewManager +include/KDE/Kasten/ModelDataGenerateThread +include/KDE/Kasten/ModelEncoderFileSystemExportJob +include/KDE/Kasten/ModelEncoderFileSystemExporter +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten/ModelStreamEncodeThread +include/KDE/Kasten/ModifiedBarController +include/KDE/Kasten/MultiViewAreas +include/KDE/Kasten/Person +include/KDE/Kasten/QuitController +include/KDE/Kasten/ReadOnlyBarController +include/KDE/Kasten/ReadOnlyController +include/KDE/Kasten/SelectController +include/KDE/Kasten/SelectedDataWriteable +include/KDE/Kasten/SetRemoteController +include/KDE/Kasten/ShellWindow +include/KDE/Kasten/StatusBar +include/KDE/Kasten/SwitchViewController +include/KDE/Kasten/SynchronizeController +include/KDE/Kasten/TabbedViews +include/KDE/Kasten/ToggleButton +include/KDE/Kasten/ToolInlineViewable +include/KDE/Kasten/ToolListMenuController +include/KDE/Kasten/UserListable +include/KDE/Kasten/VersionController +include/KDE/Kasten/VersionViewTool +include/KDE/Kasten/VersionViewToolView +include/KDE/Kasten/Versionable +include/KDE/Kasten/ViewAreaSplitable +include/KDE/Kasten/ViewListMenuController +include/KDE/Kasten/ViewManager +include/KDE/Kasten/WidgetsDockable +include/KDE/Kasten/ZoomBarController +include/KDE/Kasten/ZoomController +include/KDE/Kasten/Zoomable +include/KDE/Okteta/AbstractByteArrayColumnRenderer +include/KDE/Okteta/AbstractByteArrayModel +include/KDE/Okteta/AbstractByteArrayView +include/KDE/Okteta/AbstractColumnRenderer +include/KDE/Okteta/AbstractColumnStylist +include/KDE/Okteta/Address +include/KDE/Okteta/AddressRange +include/KDE/Okteta/ArrayChangeMetrics +include/KDE/Okteta/Bookmark +include/KDE/Okteta/Bookmarkable +include/KDE/Okteta/BookmarksConstIterator +include/KDE/Okteta/BorderColumnRenderer +include/KDE/Okteta/Byte +include/KDE/Okteta/ByteArrayChange +include/KDE/Okteta/ByteArrayColumnView +include/KDE/Okteta/ByteArrayModel +include/KDE/Okteta/ByteArrayRowColumnRenderer +include/KDE/Okteta/ByteArrayRowView +include/KDE/Okteta/ByteArrayTableLayout +include/KDE/Okteta/ByteArrayTableRanges +include/KDE/Okteta/ChangeHistory +include/KDE/Okteta/ChangesDescribable +include/KDE/Okteta/CharByteArrayColumnRenderer +include/KDE/Okteta/CharCodec +include/KDE/Okteta/Character +include/KDE/Okteta/ColumnsView +include/KDE/Okteta/Line +include/KDE/Okteta/LinePosition +include/KDE/Okteta/LinePositionRange +include/KDE/Okteta/LineRange +include/KDE/Okteta/NumberRange +include/KDE/Okteta/OffsetColumnRenderer +include/KDE/Okteta/OffsetFormat +include/KDE/Okteta/PieceTableByteArrayModel +include/KDE/Okteta/Range +include/KDE/Okteta/Size +include/KDE/Okteta/ValueByteArrayColumnRenderer +include/KDE/Okteta/ValueCodec +include/KDE/Okteta/Versionable +include/KDE/Okteta/WidgetColumnStylist +include/KDE/Okteta/WordByteArrayService +include/kasten/abstractbytearraystreamencoder.h +include/kasten/abstractconnectjob.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/bookmarkscontroller.h +include/kasten/bookmarkstool.h +include/kasten/bookmarkstoolfactory.h +include/kasten/bookmarkstoolview.h +include/kasten/bookmarkstoolviewfactory.h +include/kasten/bytearraycharsstreamencoder.h +include/kasten/bytearraydocument.h +include/kasten/bytearraydocumentfactory.h +include/kasten/bytearrayrawfilesynchronizer.h +include/kasten/bytearrayrawfilesynchronizerfactory.h +include/kasten/bytearrayselection.h +include/kasten/bytearraysourcecodestreamencoder.h +include/kasten/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten/bytearraytextstreamencoderpreview.h +include/kasten/bytearrayvaluesstreamencoder.h +include/kasten/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten/bytearrayview.h +include/kasten/bytearrayviewfactory.h +include/kasten/bytearrayviewtextstreamencoder.h +include/kasten/bytetabletool.h +include/kasten/bytetabletoolfactory.h +include/kasten/bytetabletoolview.h +include/kasten/bytetabletoolviewfactory.h +include/kasten/checksumtool.h +include/kasten/checksumtoolfactory.h +include/kasten/checksumtoolview.h +include/kasten/checksumtoolviewfactory.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/documentcreatemanager.h +include/kasten/documentinfotool.h +include/kasten/documentinfotoolview.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/filtertool.h +include/kasten/filtertoolfactory.h +include/kasten/filtertoolview.h +include/kasten/filtertoolviewfactory.h +include/kasten/fullscreencontroller.h +include/kasten/gotooffsetcontroller.h +include/kasten/gotooffsettool.h +include/kasten/gotooffsettoolview.h +include/kasten/infotool.h +include/kasten/infotoolfactory.h +include/kasten/infotoolview.h +include/kasten/infotoolviewfactory.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/kfinddirection.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multiviewareas.h +include/kasten/oktetakastencontrollers_export.h +include/kasten/oktetakastencore_export.h +include/kasten/oktetakastengui_export.h +include/kasten/overwritemodecontroller.h +include/kasten/overwriteonlycontroller.h +include/kasten/person.h +include/kasten/poddecodertool.h +include/kasten/poddecodertoolfactory.h +include/kasten/poddecodertoolview.h +include/kasten/poddecodertoolviewfactory.h +include/kasten/printcontroller.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/replacecontroller.h +include/kasten/replaceuserqueryable.h +include/kasten/searchcontroller.h +include/kasten/searchuserqueryable.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/selectrangecontroller.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/stringsextracttool.h +include/kasten/stringsextracttoolfactory.h +include/kasten/stringsextracttoolview.h +include/kasten/stringsextracttoolviewfactory.h +include/kasten/structtool.h +include/kasten/structtoolview.h +include/kasten/structurestoolfactory.h +include/kasten/structurestoolviewfactory.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewconfigcontroller.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/viewmodecontroller.h +include/kasten/viewstatuscontroller.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h lib/kde4/arkpart.so lib/kde4/kcm_kdf.so lib/kde4/kcm_kwallet.so -lib/kde4/kcm_lirc.so +lib/kde4/kcm_remotecontrol.so +lib/kde4/kded_kremotecontroldaemon.so lib/kde4/kerfuffle_cli7z.so lib/kde4/kerfuffle_clirar.so lib/kde4/kerfuffle_clizip.so @@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so lib/kde4/libextracthere.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so +lib/kde4/plasma_engine_kremoteconrol.so lib/kde4/plasma_package_superkaramba.so lib/kde4/plasma_scriptengine_superkaramba.so +lib/kde4/plugins/designer/oktetadesignerplugin.so lib/libkastencontrollers.so lib/libkastencontrollers.so.5 lib/libkastencontrollers.so.5.0.1 @@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1 lib/libkastengui.so lib/libkastengui.so.5 lib/libkastengui.so.5.0.1 -lib/libkdeinit4_irkick.so lib/libkdeinit4_kcalc.so -lib/libkdelirc_shared.so -lib/libkdelirc_shared.so.1 -lib/libkdelirc_shared.so.1.0.0 lib/libkerfuffle.so lib/libkerfuffle.so.5 lib/libkerfuffle.so.5.0.1 +lib/liblibkremotecontrol.so +lib/liblibkremotecontrol.so.1 +lib/liblibkremotecontrol.so.1.0.0 lib/liboktetacore.so lib/liboktetacore.so.5 lib/liboktetacore.so.5.0.1 @@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1 share/applications/kde4/KCharSelect.desktop share/applications/kde4/KFloppy.desktop share/applications/kde4/ark.desktop -share/applications/kde4/irkick.desktop share/applications/kde4/kcalc.desktop share/applications/kde4/kdf.desktop share/applications/kde4/kgpg.desktop +share/applications/kde4/krcdnotifieritem.desktop share/applications/kde4/ktimer.desktop share/applications/kde4/kwalletmanager-kwalletd.desktop share/applications/kde4/kwalletmanager.desktop @@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop share/applications/kde4/sweeper.desktop share/apps/ark/ark_part.rc share/apps/ark/arkui.rc -share/apps/irkick/irkick.notifyrc share/apps/kcalc/kcalcui.rc share/apps/kcalc/scienceconstants.xml share/apps/kcharselect/kcharselectui.rc @@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz share/apps/kgpg/keysmanager.rc share/apps/kgpg/kgpgeditor.rc share/apps/kgpg/tips +share/apps/kremotecontrol/profiles/amarok.profile.xml +share/apps/kremotecontrol/profiles/dragonplayer.profile.xml +share/apps/kremotecontrol/profiles/klauncher.profile.xml +share/apps/kremotecontrol/profiles/kmix.profile.xml +share/apps/kremotecontrol/profiles/konqueror.profile.xml +share/apps/kremotecontrol/profiles/kscd.profile.xml +share/apps/kremotecontrol/profiles/okular.profile.xml +share/apps/kremotecontrol/profiles/powermanagement.profile.xml +share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png share/apps/kwalletmanager/kwalleteditor.rc @@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/png/png.desktop +share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc share/apps/oktetapart/oktetapartreadonlyui.rc share/apps/oktetapart/oktetapartreadwriteui.rc -share/apps/profiles/amarok.profile.xml -share/apps/profiles/dragonplayer.profile.xml -share/apps/profiles/klauncher.profile.xml -share/apps/profiles/kmix.profile.xml -share/apps/profiles/konqueror.profile.xml -share/apps/profiles/okular.profile.xml -share/apps/profiles/profile.dtd -share/apps/profiles/shutdown.profile.xml -share/apps/profiles/suspend.profile.xml -share/apps/profiles/vlc.profile.xml share/apps/superkaramba/superkarambaui.rc share/apps/sweeper/sweeperui.rc -share/autostart/irkick.desktop share/autostart/kgpg.desktop share/config.kcfg/ark.kcfg share/config.kcfg/kcalc.kcfg share/config.kcfg/kgpg.kcfg +share/config.kcfg/structviewpreferences.kcfg +share/config/okteta-structures.knsrc share/config/superkaramba.knsrc share/dbus-1/interfaces/org.kde.kgpg.Key.xml share/dbus-1/interfaces/org.kde.superkaramba.xml share/dbus-1/interfaces/org.kde.sweeper.xml +share/doc/HTML/en/ark/ark-mainwindow.png share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/irkick/common -share/doc/HTML/en/irkick/index.cache.bz2 -share/doc/HTML/en/irkick/index.docbook -share/doc/HTML/en/irkick/irkick.png -share/doc/HTML/en/irkick/irkickoff.png share/doc/HTML/en/kcalc/commands.docbook share/doc/HTML/en/kcalc/common share/doc/HTML/en/kcalc/index.cache.bz2 @@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcmlirc/common -share/doc/HTML/en/kcmlirc/index.cache.bz2 -share/doc/HTML/en/kcmlirc/index.docbook -share/doc/HTML/en/kcmlirc/irkick.png -share/doc/HTML/en/kcmlirc/irkickoff.png +share/doc/HTML/en/kcharselect/kcharselect.png share/doc/HTML/en/kcontrol/blockdevices/common share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/en/kcontrol/blockdevices/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png +share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/common +share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png +share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png +share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/en/kdf/common share/doc/HTML/en/kdf/index.cache.bz2 share/doc/HTML/en/kdf/index.docbook @@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png share/doc/HTML/en/kgpg/keys.png share/doc/HTML/en/kgpg/keyserver-search.png share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/kicker.png share/doc/HTML/en/kgpg/options.png +share/doc/HTML/en/kgpg/select-secret-key.png +share/doc/HTML/en/kgpg/systray.png share/doc/HTML/en/ktimer/common share/doc/HTML/en/ktimer/first.png share/doc/HTML/en/ktimer/index.cache.bz2 @@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook -share/doc/HTML/en/superkaramba/common -share/doc/HTML/en/superkaramba/index.cache.bz2 -share/doc/HTML/en/superkaramba/index.docbook +share/doc/HTML/en/sweeper/common +share/doc/HTML/en/sweeper/index.cache.bz2 +share/doc/HTML/en/sweeper/index.docbook +share/doc/HTML/en/sweeper/sweeper.png share/icons/hicolor/128x128/apps/kdf.png share/icons/hicolor/128x128/apps/kfloppy.png share/icons/hicolor/128x128/apps/ktimer.png @@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png share/icons/hicolor/128x128/apps/kwalletmanager2.png share/icons/hicolor/128x128/apps/kwikdisk.png share/icons/hicolor/128x128/apps/superkaramba.png +share/icons/hicolor/128x128/devices/infrared-remote.png share/icons/hicolor/16x16/apps/kdf.png share/icons/hicolor/16x16/apps/kfloppy.png share/icons/hicolor/16x16/apps/kgpg.png @@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png share/icons/hicolor/16x16/apps/kwikdisk.png share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/22x22/apps/irkick.png +share/icons/hicolor/16x16/devices/infrared-remote.png +share/icons/hicolor/22x22/actions/krcd_flash.png +share/icons/hicolor/22x22/actions/krcd_off.png share/icons/hicolor/22x22/apps/kdf.png share/icons/hicolor/22x22/apps/kfloppy.png share/icons/hicolor/22x22/apps/kgpg.png +share/icons/hicolor/22x22/apps/krcd.png share/icons/hicolor/22x22/apps/kwalletmanager.png share/icons/hicolor/22x22/apps/kwikdisk.png share/icons/hicolor/22x22/apps/superkaramba.png +share/icons/hicolor/22x22/devices/infrared-remote.png share/icons/hicolor/32x32/apps/kdf.png share/icons/hicolor/32x32/apps/kfloppy.png share/icons/hicolor/32x32/apps/kgpg.png @@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png share/icons/hicolor/32x32/apps/kwikdisk.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/32x32/apps/superkaramba.png +share/icons/hicolor/32x32/devices/infrared-remote.png +share/icons/hicolor/42x42/devices/infrared-remote.png share/icons/hicolor/48x48/apps/kdf.png share/icons/hicolor/48x48/apps/kfloppy.png share/icons/hicolor/48x48/apps/kgpg.png @@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png share/icons/hicolor/48x48/apps/kwikdisk.png share/icons/hicolor/48x48/apps/okteta.png share/icons/hicolor/48x48/apps/superkaramba.png +share/icons/hicolor/48x48/devices/infrared-remote.png share/icons/hicolor/64x64/apps/kdf.png share/icons/hicolor/64x64/apps/kfloppy.png share/icons/hicolor/64x64/apps/kwalletmanager.png share/icons/hicolor/64x64/apps/kwalletmanager2.png share/icons/hicolor/64x64/apps/kwikdisk.png share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/scalable/apps/irkick.svgz +share/icons/hicolor/64x64/devices/infrared-remote.png +share/icons/hicolor/8x8/devices/infrared-remote.png +share/icons/hicolor/scalable/actions/krcd_flash.svgz +share/icons/hicolor/scalable/actions/krcd_off.svgz +share/icons/hicolor/scalable/apps/krcd.svgz share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/oxygen/128x128/devices/infrared-remote.png +share/icons/hicolor/scalable/devices/infrared-remote.svgz share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/16x16/devices/infrared-remote.png -share/icons/oxygen/22x22/actions/irkickflash.png -share/icons/oxygen/22x22/actions/irkickoff.png share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/22x22/devices/infrared-remote.png share/icons/oxygen/32x32/apps/kcmdf.png -share/icons/oxygen/32x32/devices/infrared-remote.png -share/icons/oxygen/42x42/devices/infrared-remote.png -share/icons/oxygen/48x48/devices/infrared-remote.png -share/icons/oxygen/64x64/devices/infrared-remote.png -share/icons/oxygen/8x8/devices/infrared-remote.png -share/icons/oxygen/scalable/actions/irkickflash.svgz -share/icons/oxygen/scalable/actions/irkickoff.svgz -share/icons/oxygen/scalable/devices/infrared-remote.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ServiceMenus/encryptfile.desktop @@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop share/kde4/services/ark_dndextract.desktop share/kde4/services/ark_part.desktop share/kde4/services/kbytearrayedit.desktop -share/kde4/services/kcm_lirc.desktop +share/kde4/services/kcm_remotecontrol.desktop share/kde4/services/kcmdf.desktop +share/kde4/services/kded/kremotecontroldaemon.desktop share/kde4/services/kerfuffle_cli7z.desktop share/kde4/services/kerfuffle_clirar.desktop share/kde4/services/kerfuffle_clizip.desktop @@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop share/kde4/services/kwalletconfig.desktop share/kde4/services/kwalletmanager_show.desktop share/kde4/services/oktetapart.desktop +share/kde4/services/plasma-engine-kremotecontrol.desktop share/kde4/services/plasma-package-superkaramba.desktop share/kde4/services/plasma-scriptengine-superkaramba.desktop share/kde4/servicetypes/kerfufflePlugin.desktop +share/mime/application/base64.xml +share/mime/application/btoa.xml +share/mime/application/x-vnd.kde.okteta.structure.xml +share/mime/packages/okteta.xml +share/mime/text/x-ascii85.xml +share/mime/text/x-base32.xml +share/mime/text/x-ihex.xml +share/mime/text/x-srecord.xml +share/mime/text/x-uuencode.xml +share/mime/text/x-xxencode.xml @dirrmtry share/icons/oxygen/42x42/devices @dirrmtry share/icons/oxygen/42x42 -@dirrm share/doc/HTML/en/superkaramba +@dirrmtry share/icons/hicolor/8x8/devices +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/42x42/devices +@dirrmtry share/icons/hicolor/42x42 +@dirrm share/doc/HTML/en/sweeper @dirrm share/doc/HTML/en/okteta @dirrm share/doc/HTML/en/kwallet @dirrm share/doc/HTML/en/ktimer @dirrm share/doc/HTML/en/kgpg @dirrm share/doc/HTML/en/kfloppy @dirrm share/doc/HTML/en/kdf +@dirrm share/doc/HTML/en/kcontrol/kremotecontrol @dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcmlirc @dirrm share/doc/HTML/en/kcharselect @dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/irkick @dirrm share/doc/HTML/en/ark @dirrm share/apps/sweeper @dirrm share/apps/superkaramba @dirrm share/apps/oktetapart +@dirrm share/apps/okteta/structures/png @dirrm share/apps/okteta/structures/elf @dirrm share/apps/okteta/structures @dirrm share/apps/okteta @@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kwalletmanager/icons/oxygen @dirrm share/apps/kwalletmanager/icons @dirrm share/apps/kwalletmanager +@dirrm share/apps/kremotecontroldaemon +@dirrm share/apps/kremotecontrol/profiles +@dirrm share/apps/kremotecontrol @dirrm share/apps/kgpg/icons/oxygen/scalable/status @dirrm share/apps/kgpg/icons/oxygen/scalable/actions @dirrm share/apps/kgpg/icons/oxygen/scalable @@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kgpg @dirrm share/apps/kdf @dirrm share/apps/kcalc -@dirrm share/apps/irkick @dirrm share/apps/ark +@dirrmtry include/okteta +@dirrmtry include/kasten +@dirrmtry include/KDE/Okteta +@dirrmtry include/KDE/Kasten +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/sysutils/kdeadmin4/Makefile b/sysutils/kdeadmin4/Makefile index e8f03e1fa64f..a9ff16540d56 100644 --- a/sysutils/kdeadmin4/Makefile +++ b/sysutils/kdeadmin4/Makefile @@ -14,6 +14,8 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= KDE Admin applications +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml + LATEST_LINK= ${PORTNAME}4 USE_BZIP2= yes diff --git a/sysutils/kdeadmin4/distinfo b/sysutils/kdeadmin4/distinfo index a8137a93b956..5c3567e7e8de 100644 --- a/sysutils/kdeadmin4/distinfo +++ b/sysutils/kdeadmin4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeadmin-4.4.5.tar.bz2) = 695dfc8c22b34fa9914a8e6bec7ccafc -SHA256 (KDE/kdeadmin-4.4.5.tar.bz2) = 9e87237f0d2af5bf58ecc71a90d5451e923be8f8c512d67d6f58b279a5dcb2ca -SIZE (KDE/kdeadmin-4.4.5.tar.bz2) = 1430987 +MD5 (KDE/kdeadmin-4.5.1.tar.bz2) = 1d7d749183bfbd2dedf9332c0180e6c3 +SHA256 (KDE/kdeadmin-4.5.1.tar.bz2) = 6245c02e94bf2b860c97cff44fa1f6d37a8fac1c6874a91bf02a69a4aa962a04 +SIZE (KDE/kdeadmin-4.5.1.tar.bz2) = 1245108 diff --git a/sysutils/kdeadmin4/files/patch-knetworkconf-backends-network-conf.cmake b/sysutils/kdeadmin4/files/patch-knetworkconf-backends-network-conf.cmake deleted file mode 100644 index 6bc996719ced..000000000000 --- a/sysutils/kdeadmin4/files/patch-knetworkconf-backends-network-conf.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- knetworkconf/backends/network-conf.cmake.orig 2010-01-05 15:48:23.659695661 +0100 -+++ knetworkconf/backends/network-conf.cmake 2010-01-05 15:47:12.922927736 +0100 -@@ -78,7 +78,8 @@ - "mandriva-2009.0", "mandriva-2009.1", "mandriva-2010.0", - "vine-3.0", "vine-3.1", - "slackware-9.1.0", "slackware-10.0.0", "slackware-10.1.0", -- "gentoo", "vlos-1.2", "freebsd-5", "freebsd-6", "ark"); -+ "freebsd-5", "freebsd-6", "freebsd-7", "freebsd-8", "freebsd-9", -+ "gentoo", "vlos-1.2", "ark"); - - $description =<<"end_of_description;"; - Configures all network parameters and interfaces. diff --git a/sysutils/kdeadmin4/files/patch-knetworkconf-backends-network.pl.cmake b/sysutils/kdeadmin4/files/patch-knetworkconf-backends-network.pl.cmake deleted file mode 100644 index 01d20e32a1a8..000000000000 --- a/sysutils/kdeadmin4/files/patch-knetworkconf-backends-network.pl.cmake +++ /dev/null @@ -1,122 +0,0 @@ ---- knetworkconf/backends/network.pl.cmake.orig 2010-01-05 15:48:32.209103654 +0100 -+++ knetworkconf/backends/network.pl.cmake 2010-01-05 17:04:04.405595464 +0100 -@@ -91,30 +91,21 @@ - - sub gst_network_get_freebsd_wireless_ifaces - { -- my ($fd, $line, $iface); -- my (@ifaces, $command); -+ my $file = "/etc/rc.conf"; -+ my ($fd, $i, @ret); - -- $command = &gst_file_get_cmd_path ("iwconfig"); -- open $fd, "$command |"; -- return @ifaces if $fd eq undef; -+ $fd = &gst_file_open_read_from_names ($file); -+ return @ret if !$fd; - -- while (<$fd>) -- { -- if (/^([a-zA-Z]+[0-9]+):/) -+ while ($i = <$fd>) - { -- $iface = $1; -- } -- -- if (/media:.*wireless.*/i) -+ if ($i =~ /^wlans_.*[ \t]*=[ \t]*(.*)/) - { -- push @ifaces, $iface; -+ push @ret, $1; - } - } - -- &gst_file_close ($fd); -- &gst_report_leave (); -- -- return \@ifaces; -+ return \@ret; - } - - # Returns an array with the wireless devices found -@@ -142,7 +133,9 @@ - $command = $command_ifconfig if ($$tool{"system"} eq "FreeBSD"); - - $command .= " $dev"; -- $command .= " essid '$essid'" if ($essid); -+ $command .= " essid" if ($$tool{"system"} eq "Linux"); -+ $command .= " ssid" if ($$tool{"system"} eq "FreeBSD"); -+ $command .= " '$essid'"; - - if ($key) - { -@@ -541,6 +534,9 @@ - "vlos-1.2" => "debian-2.2", - "freebsd-5" => "debian-2.2", - "freebsd-6" => "debian-2.2", -+ "freebsd-7" => "debian-2.2", -+ "freebsd-8" => "debian-2.2", -+ "freebsd-9" => "debian-2.2", - "ark" => "redhat-6.2", - ); - -@@ -1842,6 +1838,9 @@ - "gentoo" => \&gst_network_deb22_get_file, - "freebsd-5" => \&gst_network_deb22_get_file, - "freebsd-6" => \&gst_network_deb22_get_file, -+ "freebsd-7" => \&gst_network_deb22_get_file, -+ "freebsd-8" => \&gst_network_deb22_get_file, -+ "freebsd-9" => \&gst_network_deb22_get_file, - "ark" => \&get_network_rh62_get_file, - ); - -@@ -3965,6 +3964,9 @@ - "vlos-1.2" => "", - "freebsd-5" => "", - "freebsd-6" => "", -+ "freebsd-7" => "", -+ "freebsd-8" => "", -+ "freebsd-9" => "", - "ark" => "lo", - ); - -@@ -4113,6 +4115,9 @@ - "vlos-1.2" => "vlos-1.2", - "freebsd-5" => "freebsd-5", - "freebsd-6" => "freebsd-5", -+ "freebsd-7" => "freebsd-5", -+ "freebsd-8" => "freebsd-5", -+ "freebsd-9" => "freebsd-5", - "ark" => "ark", - ); - -@@ -4612,6 +4617,9 @@ - "vlos-1.2" => "vlos-1.2", - "freebsd-5" => "freebsd-5", - "freebsd-6" => "freebsd-5", -+ "freebsd-7" => "freebsd-5", -+ "freebsd-8" => "freebsd-5", -+ "freebsd-9" => "freebsd-5", - "ark" => "ark", - ); - -@@ -5506,6 +5514,9 @@ - "vlos-1.2" => "vlos-1.2", - "freebsd-5" => "freebsd-5", - "freebsd-6" => "freebsd-5", -+ "freebsd-7" => "freebsd-5", -+ "freebsd-8" => "freebsd-5", -+ "freebsd-9" => "freebsd-5", - ); - - my %dist_tables = -@@ -5955,6 +5966,9 @@ - "vlos-1.2" => "vlos-1.2", - "freebsd-5" => "freebsd-5", - "freebsd-6" => "freebsd-5", -+ "freebsd-7" => "freebsd-5", -+ "freebsd-8" => "freebsd-5", -+ "freebsd-9" => "freebsd-5", - ); - - my %dist_tables = diff --git a/sysutils/kdeadmin4/files/patch-knetworkconf-backends-platform.pl.cmake b/sysutils/kdeadmin4/files/patch-knetworkconf-backends-platform.pl.cmake deleted file mode 100644 index f45b820961f7..000000000000 --- a/sysutils/kdeadmin4/files/patch-knetworkconf-backends-platform.pl.cmake +++ /dev/null @@ -1,12 +0,0 @@ ---- knetworkconf/backends/platform.pl.cmake.orig 2010-01-05 17:04:31.763334277 +0100 -+++ knetworkconf/backends/platform.pl.cmake 2010-01-05 17:05:14.400699634 +0100 -@@ -96,6 +96,9 @@ - "freebsd-4" => "FreeBSD 4", - "freebsd-5" => "FreeBSD 5", - "freebsd-6" => "FreeBSD 6", -+ "freebsd-7" => "FreeBSD 7", -+ "freebsd-8" => "FreeBSD 8", -+ "freebsd-9" => "FreeBSD 9", - "gentoo" => "Gentoo Linux", - "vlos-1.2" => "Vida Linux OS 1.2", - "archlinux-0.7" => "Arch Linux 0.7", diff --git a/sysutils/kdeadmin4/files/patch-knetworkconf-backends-service.pl.cmake b/sysutils/kdeadmin4/files/patch-knetworkconf-backends-service.pl.cmake deleted file mode 100644 index 50767025fdfa..000000000000 --- a/sysutils/kdeadmin4/files/patch-knetworkconf-backends-service.pl.cmake +++ /dev/null @@ -1,22 +0,0 @@ ---- knetworkconf/backends/service.pl.cmake.orig 2010-01-05 17:05:28.885442778 +0100 -+++ knetworkconf/backends/service.pl.cmake 2010-01-05 17:06:56.310432111 +0100 -@@ -287,6 +287,9 @@ - - "freebsd-5" => "freebsd-5", - "freebsd-6" => "freebsd-5", -+ "freebsd-7" => "freebsd-5", -+ "freebsd-8" => "freebsd-5", -+ "freebsd-9" => "freebsd-5", - - "ark" => "redhat-5.2", - ); -@@ -1642,6 +1645,9 @@ - - "freebsd-5" => \&gst_service_rcng_get_status, - "freebsd-6" => \&gst_service_rcng_get_status, -+ "freebsd-7" => \&gst_service_rcng_get_status, -+ "freebsd-8" => \&gst_service_rcng_get_status, -+ "freebsd-9" => \&gst_service_rcng_get_status, - - "ark" => \&gst_service_redhat_get_status, - ); diff --git a/sysutils/kdeadmin4/pkg-plist b/sysutils/kdeadmin4/pkg-plist index bd2e9840310c..99802e64d340 100644 --- a/sysutils/kdeadmin4/pkg-plist +++ b/sysutils/kdeadmin4/pkg-plist @@ -66,7 +66,6 @@ share/doc/HTML/en/kcron/newvariable.png share/doc/HTML/en/ksystemlog/common share/doc/HTML/en/ksystemlog/filter-process.png share/doc/HTML/en/ksystemlog/first-opening.png -share/doc/HTML/en/ksystemlog/groupby-hour.png share/doc/HTML/en/ksystemlog/index.cache.bz2 share/doc/HTML/en/ksystemlog/index.docbook share/doc/HTML/en/ksystemlog/main-screen.png diff --git a/sysutils/kdf/Makefile b/sysutils/kdf/Makefile index 54897f73604e..143fdff3786c 100644 --- a/sysutils/kdf/Makefile +++ b/sysutils/kdf/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca @@ -25,28 +26,61 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace +USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ + kdelibs pimlibs workspace kdebase QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= PRINTER_APPLET "Install printer system tray utility" off +OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ + PRINTER_APPLET "Install printer system tray utility" off \ + RAR "Support for RAR archives in Ark" off \ + ZIP "Support for ZIP archives in Ark" off .include <bsd.port.options.mk> +.ifdef(WITH_7ZIP) +RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip +.endif + +.ifdef(WITH_PRINTER_APPLET) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.endif + +.ifdef(WITH_ZIP) +RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip +.endif + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -.if defined(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.ifdef(WITH_RAR) +.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +INSTALL_RAR= YES +.elif ${ARCH} == "amd64" +.ifndef(HAVE_COMPAT_IA32_KERN) +HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi +.endif +.if ${HAVE_COMPAT_IA32_KERN} == "YES" +INSTALL_RAR= YES +.endif +.endif +.ifdef(INSTALL_RAR) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.else +RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +.endif .endif post-patch: -#disable printer-applet, it comes with print/kdeutils4-printer-applet +# Disable printer-applet, it comes with print/kdeutils4-printer-applet. ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/sysutils/kdf/distinfo b/sysutils/kdf/distinfo index c51aa0f17d9c..2553edb11a55 100644 --- a/sysutils/kdf/distinfo +++ b/sysutils/kdf/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390 -SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495 -SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008 +MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52 +SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e +SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989 diff --git a/sysutils/kdf/pkg-plist b/sysutils/kdf/pkg-plist index ff8535c8e54f..cb9b5a4773c9 100644 --- a/sysutils/kdf/pkg-plist +++ b/sysutils/kdf/pkg-plist @@ -1,20 +1,383 @@ bin/ark -bin/irkick bin/kcalc bin/kcharselect bin/kdf bin/kfloppy bin/kgpg +bin/krcdnotifieritem bin/ktimer bin/kwalletmanager bin/kwikdisk bin/okteta bin/superkaramba bin/sweeper +include/KDE/Kasten/AbstractConnectJob +include/KDE/Kasten/AbstractDocument +include/KDE/Kasten/AbstractDocumentFactory +include/KDE/Kasten/AbstractExportJob +include/KDE/Kasten/AbstractFileSystemConnectJob +include/KDE/Kasten/AbstractFileSystemExportJob +include/KDE/Kasten/AbstractFileSystemLoadJob +include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten/AbstractGroupedViews +include/KDE/Kasten/AbstractLinePopup +include/KDE/Kasten/AbstractLoadJob +include/KDE/Kasten/AbstractModel +include/KDE/Kasten/AbstractModelDataGenerator +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten/AbstractModelExporter +include/KDE/Kasten/AbstractModelExporterConfigEditor +include/KDE/Kasten/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten/AbstractModelFileSystemSynchronizer +include/KDE/Kasten/AbstractModelSelection +include/KDE/Kasten/AbstractModelStreamEncoder +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten/AbstractModelSynchronizer +include/KDE/Kasten/AbstractModelSynchronizerFactory +include/KDE/Kasten/AbstractSelectionView +include/KDE/Kasten/AbstractSyncFromRemoteJob +include/KDE/Kasten/AbstractSyncToRemoteJob +include/KDE/Kasten/AbstractSyncWithRemoteJob +include/KDE/Kasten/AbstractTool +include/KDE/Kasten/AbstractToolFactory +include/KDE/Kasten/AbstractToolInlineView +include/KDE/Kasten/AbstractToolView +include/KDE/Kasten/AbstractToolViewFactory +include/KDE/Kasten/AbstractToolWidget +include/KDE/Kasten/AbstractView +include/KDE/Kasten/AbstractViewArea +include/KDE/Kasten/AbstractViewFactory +include/KDE/Kasten/AbstractXmlGuiController +include/KDE/Kasten/ClipboardController +include/KDE/Kasten/CloseController +include/KDE/Kasten/CopyAsController +include/KDE/Kasten/CreatorController +include/KDE/Kasten/DataSelectable +include/KDE/Kasten/DocumentCreateManager +include/KDE/Kasten/DocumentManager +include/KDE/Kasten/DocumentSyncManager +include/KDE/Kasten/DocumentVersionData +include/KDE/Kasten/DocumentsTool +include/KDE/Kasten/DocumentsToolView +include/KDE/Kasten/DummyView +include/KDE/Kasten/ExportController +include/KDE/Kasten/FileSystemBrowserTool +include/KDE/Kasten/FileSystemBrowserToolView +include/KDE/Kasten/FullScreenController +include/KDE/Kasten/JobManager +include/KDE/Kasten/LoaderController +include/KDE/Kasten/ModelCodecManager +include/KDE/Kasten/ModelCodecViewManager +include/KDE/Kasten/ModelDataGenerateThread +include/KDE/Kasten/ModelEncoderFileSystemExportJob +include/KDE/Kasten/ModelEncoderFileSystemExporter +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten/ModelStreamEncodeThread +include/KDE/Kasten/ModifiedBarController +include/KDE/Kasten/MultiViewAreas +include/KDE/Kasten/Person +include/KDE/Kasten/QuitController +include/KDE/Kasten/ReadOnlyBarController +include/KDE/Kasten/ReadOnlyController +include/KDE/Kasten/SelectController +include/KDE/Kasten/SelectedDataWriteable +include/KDE/Kasten/SetRemoteController +include/KDE/Kasten/ShellWindow +include/KDE/Kasten/StatusBar +include/KDE/Kasten/SwitchViewController +include/KDE/Kasten/SynchronizeController +include/KDE/Kasten/TabbedViews +include/KDE/Kasten/ToggleButton +include/KDE/Kasten/ToolInlineViewable +include/KDE/Kasten/ToolListMenuController +include/KDE/Kasten/UserListable +include/KDE/Kasten/VersionController +include/KDE/Kasten/VersionViewTool +include/KDE/Kasten/VersionViewToolView +include/KDE/Kasten/Versionable +include/KDE/Kasten/ViewAreaSplitable +include/KDE/Kasten/ViewListMenuController +include/KDE/Kasten/ViewManager +include/KDE/Kasten/WidgetsDockable +include/KDE/Kasten/ZoomBarController +include/KDE/Kasten/ZoomController +include/KDE/Kasten/Zoomable +include/KDE/Okteta/AbstractByteArrayColumnRenderer +include/KDE/Okteta/AbstractByteArrayModel +include/KDE/Okteta/AbstractByteArrayView +include/KDE/Okteta/AbstractColumnRenderer +include/KDE/Okteta/AbstractColumnStylist +include/KDE/Okteta/Address +include/KDE/Okteta/AddressRange +include/KDE/Okteta/ArrayChangeMetrics +include/KDE/Okteta/Bookmark +include/KDE/Okteta/Bookmarkable +include/KDE/Okteta/BookmarksConstIterator +include/KDE/Okteta/BorderColumnRenderer +include/KDE/Okteta/Byte +include/KDE/Okteta/ByteArrayChange +include/KDE/Okteta/ByteArrayColumnView +include/KDE/Okteta/ByteArrayModel +include/KDE/Okteta/ByteArrayRowColumnRenderer +include/KDE/Okteta/ByteArrayRowView +include/KDE/Okteta/ByteArrayTableLayout +include/KDE/Okteta/ByteArrayTableRanges +include/KDE/Okteta/ChangeHistory +include/KDE/Okteta/ChangesDescribable +include/KDE/Okteta/CharByteArrayColumnRenderer +include/KDE/Okteta/CharCodec +include/KDE/Okteta/Character +include/KDE/Okteta/ColumnsView +include/KDE/Okteta/Line +include/KDE/Okteta/LinePosition +include/KDE/Okteta/LinePositionRange +include/KDE/Okteta/LineRange +include/KDE/Okteta/NumberRange +include/KDE/Okteta/OffsetColumnRenderer +include/KDE/Okteta/OffsetFormat +include/KDE/Okteta/PieceTableByteArrayModel +include/KDE/Okteta/Range +include/KDE/Okteta/Size +include/KDE/Okteta/ValueByteArrayColumnRenderer +include/KDE/Okteta/ValueCodec +include/KDE/Okteta/Versionable +include/KDE/Okteta/WidgetColumnStylist +include/KDE/Okteta/WordByteArrayService +include/kasten/abstractbytearraystreamencoder.h +include/kasten/abstractconnectjob.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/bookmarkscontroller.h +include/kasten/bookmarkstool.h +include/kasten/bookmarkstoolfactory.h +include/kasten/bookmarkstoolview.h +include/kasten/bookmarkstoolviewfactory.h +include/kasten/bytearraycharsstreamencoder.h +include/kasten/bytearraydocument.h +include/kasten/bytearraydocumentfactory.h +include/kasten/bytearrayrawfilesynchronizer.h +include/kasten/bytearrayrawfilesynchronizerfactory.h +include/kasten/bytearrayselection.h +include/kasten/bytearraysourcecodestreamencoder.h +include/kasten/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten/bytearraytextstreamencoderpreview.h +include/kasten/bytearrayvaluesstreamencoder.h +include/kasten/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten/bytearrayview.h +include/kasten/bytearrayviewfactory.h +include/kasten/bytearrayviewtextstreamencoder.h +include/kasten/bytetabletool.h +include/kasten/bytetabletoolfactory.h +include/kasten/bytetabletoolview.h +include/kasten/bytetabletoolviewfactory.h +include/kasten/checksumtool.h +include/kasten/checksumtoolfactory.h +include/kasten/checksumtoolview.h +include/kasten/checksumtoolviewfactory.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/documentcreatemanager.h +include/kasten/documentinfotool.h +include/kasten/documentinfotoolview.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/filtertool.h +include/kasten/filtertoolfactory.h +include/kasten/filtertoolview.h +include/kasten/filtertoolviewfactory.h +include/kasten/fullscreencontroller.h +include/kasten/gotooffsetcontroller.h +include/kasten/gotooffsettool.h +include/kasten/gotooffsettoolview.h +include/kasten/infotool.h +include/kasten/infotoolfactory.h +include/kasten/infotoolview.h +include/kasten/infotoolviewfactory.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/kfinddirection.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multiviewareas.h +include/kasten/oktetakastencontrollers_export.h +include/kasten/oktetakastencore_export.h +include/kasten/oktetakastengui_export.h +include/kasten/overwritemodecontroller.h +include/kasten/overwriteonlycontroller.h +include/kasten/person.h +include/kasten/poddecodertool.h +include/kasten/poddecodertoolfactory.h +include/kasten/poddecodertoolview.h +include/kasten/poddecodertoolviewfactory.h +include/kasten/printcontroller.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/replacecontroller.h +include/kasten/replaceuserqueryable.h +include/kasten/searchcontroller.h +include/kasten/searchuserqueryable.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/selectrangecontroller.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/stringsextracttool.h +include/kasten/stringsextracttoolfactory.h +include/kasten/stringsextracttoolview.h +include/kasten/stringsextracttoolviewfactory.h +include/kasten/structtool.h +include/kasten/structtoolview.h +include/kasten/structurestoolfactory.h +include/kasten/structurestoolviewfactory.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewconfigcontroller.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/viewmodecontroller.h +include/kasten/viewstatuscontroller.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h lib/kde4/arkpart.so lib/kde4/kcm_kdf.so lib/kde4/kcm_kwallet.so -lib/kde4/kcm_lirc.so +lib/kde4/kcm_remotecontrol.so +lib/kde4/kded_kremotecontroldaemon.so lib/kde4/kerfuffle_cli7z.so lib/kde4/kerfuffle_clirar.so lib/kde4/kerfuffle_clizip.so @@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so lib/kde4/libextracthere.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so +lib/kde4/plasma_engine_kremoteconrol.so lib/kde4/plasma_package_superkaramba.so lib/kde4/plasma_scriptengine_superkaramba.so +lib/kde4/plugins/designer/oktetadesignerplugin.so lib/libkastencontrollers.so lib/libkastencontrollers.so.5 lib/libkastencontrollers.so.5.0.1 @@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1 lib/libkastengui.so lib/libkastengui.so.5 lib/libkastengui.so.5.0.1 -lib/libkdeinit4_irkick.so lib/libkdeinit4_kcalc.so -lib/libkdelirc_shared.so -lib/libkdelirc_shared.so.1 -lib/libkdelirc_shared.so.1.0.0 lib/libkerfuffle.so lib/libkerfuffle.so.5 lib/libkerfuffle.so.5.0.1 +lib/liblibkremotecontrol.so +lib/liblibkremotecontrol.so.1 +lib/liblibkremotecontrol.so.1.0.0 lib/liboktetacore.so lib/liboktetacore.so.5 lib/liboktetacore.so.5.0.1 @@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1 share/applications/kde4/KCharSelect.desktop share/applications/kde4/KFloppy.desktop share/applications/kde4/ark.desktop -share/applications/kde4/irkick.desktop share/applications/kde4/kcalc.desktop share/applications/kde4/kdf.desktop share/applications/kde4/kgpg.desktop +share/applications/kde4/krcdnotifieritem.desktop share/applications/kde4/ktimer.desktop share/applications/kde4/kwalletmanager-kwalletd.desktop share/applications/kde4/kwalletmanager.desktop @@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop share/applications/kde4/sweeper.desktop share/apps/ark/ark_part.rc share/apps/ark/arkui.rc -share/apps/irkick/irkick.notifyrc share/apps/kcalc/kcalcui.rc share/apps/kcalc/scienceconstants.xml share/apps/kcharselect/kcharselectui.rc @@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz share/apps/kgpg/keysmanager.rc share/apps/kgpg/kgpgeditor.rc share/apps/kgpg/tips +share/apps/kremotecontrol/profiles/amarok.profile.xml +share/apps/kremotecontrol/profiles/dragonplayer.profile.xml +share/apps/kremotecontrol/profiles/klauncher.profile.xml +share/apps/kremotecontrol/profiles/kmix.profile.xml +share/apps/kremotecontrol/profiles/konqueror.profile.xml +share/apps/kremotecontrol/profiles/kscd.profile.xml +share/apps/kremotecontrol/profiles/okular.profile.xml +share/apps/kremotecontrol/profiles/powermanagement.profile.xml +share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png share/apps/kwalletmanager/kwalleteditor.rc @@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/png/png.desktop +share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc share/apps/oktetapart/oktetapartreadonlyui.rc share/apps/oktetapart/oktetapartreadwriteui.rc -share/apps/profiles/amarok.profile.xml -share/apps/profiles/dragonplayer.profile.xml -share/apps/profiles/klauncher.profile.xml -share/apps/profiles/kmix.profile.xml -share/apps/profiles/konqueror.profile.xml -share/apps/profiles/okular.profile.xml -share/apps/profiles/profile.dtd -share/apps/profiles/shutdown.profile.xml -share/apps/profiles/suspend.profile.xml -share/apps/profiles/vlc.profile.xml share/apps/superkaramba/superkarambaui.rc share/apps/sweeper/sweeperui.rc -share/autostart/irkick.desktop share/autostart/kgpg.desktop share/config.kcfg/ark.kcfg share/config.kcfg/kcalc.kcfg share/config.kcfg/kgpg.kcfg +share/config.kcfg/structviewpreferences.kcfg +share/config/okteta-structures.knsrc share/config/superkaramba.knsrc share/dbus-1/interfaces/org.kde.kgpg.Key.xml share/dbus-1/interfaces/org.kde.superkaramba.xml share/dbus-1/interfaces/org.kde.sweeper.xml +share/doc/HTML/en/ark/ark-mainwindow.png share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/irkick/common -share/doc/HTML/en/irkick/index.cache.bz2 -share/doc/HTML/en/irkick/index.docbook -share/doc/HTML/en/irkick/irkick.png -share/doc/HTML/en/irkick/irkickoff.png share/doc/HTML/en/kcalc/commands.docbook share/doc/HTML/en/kcalc/common share/doc/HTML/en/kcalc/index.cache.bz2 @@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcmlirc/common -share/doc/HTML/en/kcmlirc/index.cache.bz2 -share/doc/HTML/en/kcmlirc/index.docbook -share/doc/HTML/en/kcmlirc/irkick.png -share/doc/HTML/en/kcmlirc/irkickoff.png +share/doc/HTML/en/kcharselect/kcharselect.png share/doc/HTML/en/kcontrol/blockdevices/common share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/en/kcontrol/blockdevices/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png +share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/common +share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png +share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png +share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/en/kdf/common share/doc/HTML/en/kdf/index.cache.bz2 share/doc/HTML/en/kdf/index.docbook @@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png share/doc/HTML/en/kgpg/keys.png share/doc/HTML/en/kgpg/keyserver-search.png share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/kicker.png share/doc/HTML/en/kgpg/options.png +share/doc/HTML/en/kgpg/select-secret-key.png +share/doc/HTML/en/kgpg/systray.png share/doc/HTML/en/ktimer/common share/doc/HTML/en/ktimer/first.png share/doc/HTML/en/ktimer/index.cache.bz2 @@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook -share/doc/HTML/en/superkaramba/common -share/doc/HTML/en/superkaramba/index.cache.bz2 -share/doc/HTML/en/superkaramba/index.docbook +share/doc/HTML/en/sweeper/common +share/doc/HTML/en/sweeper/index.cache.bz2 +share/doc/HTML/en/sweeper/index.docbook +share/doc/HTML/en/sweeper/sweeper.png share/icons/hicolor/128x128/apps/kdf.png share/icons/hicolor/128x128/apps/kfloppy.png share/icons/hicolor/128x128/apps/ktimer.png @@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png share/icons/hicolor/128x128/apps/kwalletmanager2.png share/icons/hicolor/128x128/apps/kwikdisk.png share/icons/hicolor/128x128/apps/superkaramba.png +share/icons/hicolor/128x128/devices/infrared-remote.png share/icons/hicolor/16x16/apps/kdf.png share/icons/hicolor/16x16/apps/kfloppy.png share/icons/hicolor/16x16/apps/kgpg.png @@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png share/icons/hicolor/16x16/apps/kwikdisk.png share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/22x22/apps/irkick.png +share/icons/hicolor/16x16/devices/infrared-remote.png +share/icons/hicolor/22x22/actions/krcd_flash.png +share/icons/hicolor/22x22/actions/krcd_off.png share/icons/hicolor/22x22/apps/kdf.png share/icons/hicolor/22x22/apps/kfloppy.png share/icons/hicolor/22x22/apps/kgpg.png +share/icons/hicolor/22x22/apps/krcd.png share/icons/hicolor/22x22/apps/kwalletmanager.png share/icons/hicolor/22x22/apps/kwikdisk.png share/icons/hicolor/22x22/apps/superkaramba.png +share/icons/hicolor/22x22/devices/infrared-remote.png share/icons/hicolor/32x32/apps/kdf.png share/icons/hicolor/32x32/apps/kfloppy.png share/icons/hicolor/32x32/apps/kgpg.png @@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png share/icons/hicolor/32x32/apps/kwikdisk.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/32x32/apps/superkaramba.png +share/icons/hicolor/32x32/devices/infrared-remote.png +share/icons/hicolor/42x42/devices/infrared-remote.png share/icons/hicolor/48x48/apps/kdf.png share/icons/hicolor/48x48/apps/kfloppy.png share/icons/hicolor/48x48/apps/kgpg.png @@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png share/icons/hicolor/48x48/apps/kwikdisk.png share/icons/hicolor/48x48/apps/okteta.png share/icons/hicolor/48x48/apps/superkaramba.png +share/icons/hicolor/48x48/devices/infrared-remote.png share/icons/hicolor/64x64/apps/kdf.png share/icons/hicolor/64x64/apps/kfloppy.png share/icons/hicolor/64x64/apps/kwalletmanager.png share/icons/hicolor/64x64/apps/kwalletmanager2.png share/icons/hicolor/64x64/apps/kwikdisk.png share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/scalable/apps/irkick.svgz +share/icons/hicolor/64x64/devices/infrared-remote.png +share/icons/hicolor/8x8/devices/infrared-remote.png +share/icons/hicolor/scalable/actions/krcd_flash.svgz +share/icons/hicolor/scalable/actions/krcd_off.svgz +share/icons/hicolor/scalable/apps/krcd.svgz share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/oxygen/128x128/devices/infrared-remote.png +share/icons/hicolor/scalable/devices/infrared-remote.svgz share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/16x16/devices/infrared-remote.png -share/icons/oxygen/22x22/actions/irkickflash.png -share/icons/oxygen/22x22/actions/irkickoff.png share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/22x22/devices/infrared-remote.png share/icons/oxygen/32x32/apps/kcmdf.png -share/icons/oxygen/32x32/devices/infrared-remote.png -share/icons/oxygen/42x42/devices/infrared-remote.png -share/icons/oxygen/48x48/devices/infrared-remote.png -share/icons/oxygen/64x64/devices/infrared-remote.png -share/icons/oxygen/8x8/devices/infrared-remote.png -share/icons/oxygen/scalable/actions/irkickflash.svgz -share/icons/oxygen/scalable/actions/irkickoff.svgz -share/icons/oxygen/scalable/devices/infrared-remote.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ServiceMenus/encryptfile.desktop @@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop share/kde4/services/ark_dndextract.desktop share/kde4/services/ark_part.desktop share/kde4/services/kbytearrayedit.desktop -share/kde4/services/kcm_lirc.desktop +share/kde4/services/kcm_remotecontrol.desktop share/kde4/services/kcmdf.desktop +share/kde4/services/kded/kremotecontroldaemon.desktop share/kde4/services/kerfuffle_cli7z.desktop share/kde4/services/kerfuffle_clirar.desktop share/kde4/services/kerfuffle_clizip.desktop @@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop share/kde4/services/kwalletconfig.desktop share/kde4/services/kwalletmanager_show.desktop share/kde4/services/oktetapart.desktop +share/kde4/services/plasma-engine-kremotecontrol.desktop share/kde4/services/plasma-package-superkaramba.desktop share/kde4/services/plasma-scriptengine-superkaramba.desktop share/kde4/servicetypes/kerfufflePlugin.desktop +share/mime/application/base64.xml +share/mime/application/btoa.xml +share/mime/application/x-vnd.kde.okteta.structure.xml +share/mime/packages/okteta.xml +share/mime/text/x-ascii85.xml +share/mime/text/x-base32.xml +share/mime/text/x-ihex.xml +share/mime/text/x-srecord.xml +share/mime/text/x-uuencode.xml +share/mime/text/x-xxencode.xml @dirrmtry share/icons/oxygen/42x42/devices @dirrmtry share/icons/oxygen/42x42 -@dirrm share/doc/HTML/en/superkaramba +@dirrmtry share/icons/hicolor/8x8/devices +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/42x42/devices +@dirrmtry share/icons/hicolor/42x42 +@dirrm share/doc/HTML/en/sweeper @dirrm share/doc/HTML/en/okteta @dirrm share/doc/HTML/en/kwallet @dirrm share/doc/HTML/en/ktimer @dirrm share/doc/HTML/en/kgpg @dirrm share/doc/HTML/en/kfloppy @dirrm share/doc/HTML/en/kdf +@dirrm share/doc/HTML/en/kcontrol/kremotecontrol @dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcmlirc @dirrm share/doc/HTML/en/kcharselect @dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/irkick @dirrm share/doc/HTML/en/ark @dirrm share/apps/sweeper @dirrm share/apps/superkaramba @dirrm share/apps/oktetapart +@dirrm share/apps/okteta/structures/png @dirrm share/apps/okteta/structures/elf @dirrm share/apps/okteta/structures @dirrm share/apps/okteta @@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kwalletmanager/icons/oxygen @dirrm share/apps/kwalletmanager/icons @dirrm share/apps/kwalletmanager +@dirrm share/apps/kremotecontroldaemon +@dirrm share/apps/kremotecontrol/profiles +@dirrm share/apps/kremotecontrol @dirrm share/apps/kgpg/icons/oxygen/scalable/status @dirrm share/apps/kgpg/icons/oxygen/scalable/actions @dirrm share/apps/kgpg/icons/oxygen/scalable @@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kgpg @dirrm share/apps/kdf @dirrm share/apps/kcalc -@dirrm share/apps/irkick @dirrm share/apps/ark +@dirrmtry include/okteta +@dirrmtry include/kasten +@dirrmtry include/KDE/Okteta +@dirrmtry include/KDE/Kasten +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/sysutils/kfloppy/Makefile b/sysutils/kfloppy/Makefile index 54897f73604e..143fdff3786c 100644 --- a/sysutils/kfloppy/Makefile +++ b/sysutils/kfloppy/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca @@ -25,28 +26,61 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace +USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ + kdelibs pimlibs workspace kdebase QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= PRINTER_APPLET "Install printer system tray utility" off +OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ + PRINTER_APPLET "Install printer system tray utility" off \ + RAR "Support for RAR archives in Ark" off \ + ZIP "Support for ZIP archives in Ark" off .include <bsd.port.options.mk> +.ifdef(WITH_7ZIP) +RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip +.endif + +.ifdef(WITH_PRINTER_APPLET) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.endif + +.ifdef(WITH_ZIP) +RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip +.endif + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -.if defined(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.ifdef(WITH_RAR) +.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +INSTALL_RAR= YES +.elif ${ARCH} == "amd64" +.ifndef(HAVE_COMPAT_IA32_KERN) +HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi +.endif +.if ${HAVE_COMPAT_IA32_KERN} == "YES" +INSTALL_RAR= YES +.endif +.endif +.ifdef(INSTALL_RAR) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.else +RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +.endif .endif post-patch: -#disable printer-applet, it comes with print/kdeutils4-printer-applet +# Disable printer-applet, it comes with print/kdeutils4-printer-applet. ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/sysutils/kfloppy/distinfo b/sysutils/kfloppy/distinfo index c51aa0f17d9c..2553edb11a55 100644 --- a/sysutils/kfloppy/distinfo +++ b/sysutils/kfloppy/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390 -SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495 -SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008 +MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52 +SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e +SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989 diff --git a/sysutils/kfloppy/pkg-plist b/sysutils/kfloppy/pkg-plist index ff8535c8e54f..cb9b5a4773c9 100644 --- a/sysutils/kfloppy/pkg-plist +++ b/sysutils/kfloppy/pkg-plist @@ -1,20 +1,383 @@ bin/ark -bin/irkick bin/kcalc bin/kcharselect bin/kdf bin/kfloppy bin/kgpg +bin/krcdnotifieritem bin/ktimer bin/kwalletmanager bin/kwikdisk bin/okteta bin/superkaramba bin/sweeper +include/KDE/Kasten/AbstractConnectJob +include/KDE/Kasten/AbstractDocument +include/KDE/Kasten/AbstractDocumentFactory +include/KDE/Kasten/AbstractExportJob +include/KDE/Kasten/AbstractFileSystemConnectJob +include/KDE/Kasten/AbstractFileSystemExportJob +include/KDE/Kasten/AbstractFileSystemLoadJob +include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten/AbstractGroupedViews +include/KDE/Kasten/AbstractLinePopup +include/KDE/Kasten/AbstractLoadJob +include/KDE/Kasten/AbstractModel +include/KDE/Kasten/AbstractModelDataGenerator +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten/AbstractModelExporter +include/KDE/Kasten/AbstractModelExporterConfigEditor +include/KDE/Kasten/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten/AbstractModelFileSystemSynchronizer +include/KDE/Kasten/AbstractModelSelection +include/KDE/Kasten/AbstractModelStreamEncoder +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten/AbstractModelSynchronizer +include/KDE/Kasten/AbstractModelSynchronizerFactory +include/KDE/Kasten/AbstractSelectionView +include/KDE/Kasten/AbstractSyncFromRemoteJob +include/KDE/Kasten/AbstractSyncToRemoteJob +include/KDE/Kasten/AbstractSyncWithRemoteJob +include/KDE/Kasten/AbstractTool +include/KDE/Kasten/AbstractToolFactory +include/KDE/Kasten/AbstractToolInlineView +include/KDE/Kasten/AbstractToolView +include/KDE/Kasten/AbstractToolViewFactory +include/KDE/Kasten/AbstractToolWidget +include/KDE/Kasten/AbstractView +include/KDE/Kasten/AbstractViewArea +include/KDE/Kasten/AbstractViewFactory +include/KDE/Kasten/AbstractXmlGuiController +include/KDE/Kasten/ClipboardController +include/KDE/Kasten/CloseController +include/KDE/Kasten/CopyAsController +include/KDE/Kasten/CreatorController +include/KDE/Kasten/DataSelectable +include/KDE/Kasten/DocumentCreateManager +include/KDE/Kasten/DocumentManager +include/KDE/Kasten/DocumentSyncManager +include/KDE/Kasten/DocumentVersionData +include/KDE/Kasten/DocumentsTool +include/KDE/Kasten/DocumentsToolView +include/KDE/Kasten/DummyView +include/KDE/Kasten/ExportController +include/KDE/Kasten/FileSystemBrowserTool +include/KDE/Kasten/FileSystemBrowserToolView +include/KDE/Kasten/FullScreenController +include/KDE/Kasten/JobManager +include/KDE/Kasten/LoaderController +include/KDE/Kasten/ModelCodecManager +include/KDE/Kasten/ModelCodecViewManager +include/KDE/Kasten/ModelDataGenerateThread +include/KDE/Kasten/ModelEncoderFileSystemExportJob +include/KDE/Kasten/ModelEncoderFileSystemExporter +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten/ModelStreamEncodeThread +include/KDE/Kasten/ModifiedBarController +include/KDE/Kasten/MultiViewAreas +include/KDE/Kasten/Person +include/KDE/Kasten/QuitController +include/KDE/Kasten/ReadOnlyBarController +include/KDE/Kasten/ReadOnlyController +include/KDE/Kasten/SelectController +include/KDE/Kasten/SelectedDataWriteable +include/KDE/Kasten/SetRemoteController +include/KDE/Kasten/ShellWindow +include/KDE/Kasten/StatusBar +include/KDE/Kasten/SwitchViewController +include/KDE/Kasten/SynchronizeController +include/KDE/Kasten/TabbedViews +include/KDE/Kasten/ToggleButton +include/KDE/Kasten/ToolInlineViewable +include/KDE/Kasten/ToolListMenuController +include/KDE/Kasten/UserListable +include/KDE/Kasten/VersionController +include/KDE/Kasten/VersionViewTool +include/KDE/Kasten/VersionViewToolView +include/KDE/Kasten/Versionable +include/KDE/Kasten/ViewAreaSplitable +include/KDE/Kasten/ViewListMenuController +include/KDE/Kasten/ViewManager +include/KDE/Kasten/WidgetsDockable +include/KDE/Kasten/ZoomBarController +include/KDE/Kasten/ZoomController +include/KDE/Kasten/Zoomable +include/KDE/Okteta/AbstractByteArrayColumnRenderer +include/KDE/Okteta/AbstractByteArrayModel +include/KDE/Okteta/AbstractByteArrayView +include/KDE/Okteta/AbstractColumnRenderer +include/KDE/Okteta/AbstractColumnStylist +include/KDE/Okteta/Address +include/KDE/Okteta/AddressRange +include/KDE/Okteta/ArrayChangeMetrics +include/KDE/Okteta/Bookmark +include/KDE/Okteta/Bookmarkable +include/KDE/Okteta/BookmarksConstIterator +include/KDE/Okteta/BorderColumnRenderer +include/KDE/Okteta/Byte +include/KDE/Okteta/ByteArrayChange +include/KDE/Okteta/ByteArrayColumnView +include/KDE/Okteta/ByteArrayModel +include/KDE/Okteta/ByteArrayRowColumnRenderer +include/KDE/Okteta/ByteArrayRowView +include/KDE/Okteta/ByteArrayTableLayout +include/KDE/Okteta/ByteArrayTableRanges +include/KDE/Okteta/ChangeHistory +include/KDE/Okteta/ChangesDescribable +include/KDE/Okteta/CharByteArrayColumnRenderer +include/KDE/Okteta/CharCodec +include/KDE/Okteta/Character +include/KDE/Okteta/ColumnsView +include/KDE/Okteta/Line +include/KDE/Okteta/LinePosition +include/KDE/Okteta/LinePositionRange +include/KDE/Okteta/LineRange +include/KDE/Okteta/NumberRange +include/KDE/Okteta/OffsetColumnRenderer +include/KDE/Okteta/OffsetFormat +include/KDE/Okteta/PieceTableByteArrayModel +include/KDE/Okteta/Range +include/KDE/Okteta/Size +include/KDE/Okteta/ValueByteArrayColumnRenderer +include/KDE/Okteta/ValueCodec +include/KDE/Okteta/Versionable +include/KDE/Okteta/WidgetColumnStylist +include/KDE/Okteta/WordByteArrayService +include/kasten/abstractbytearraystreamencoder.h +include/kasten/abstractconnectjob.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/bookmarkscontroller.h +include/kasten/bookmarkstool.h +include/kasten/bookmarkstoolfactory.h +include/kasten/bookmarkstoolview.h +include/kasten/bookmarkstoolviewfactory.h +include/kasten/bytearraycharsstreamencoder.h +include/kasten/bytearraydocument.h +include/kasten/bytearraydocumentfactory.h +include/kasten/bytearrayrawfilesynchronizer.h +include/kasten/bytearrayrawfilesynchronizerfactory.h +include/kasten/bytearrayselection.h +include/kasten/bytearraysourcecodestreamencoder.h +include/kasten/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten/bytearraytextstreamencoderpreview.h +include/kasten/bytearrayvaluesstreamencoder.h +include/kasten/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten/bytearrayview.h +include/kasten/bytearrayviewfactory.h +include/kasten/bytearrayviewtextstreamencoder.h +include/kasten/bytetabletool.h +include/kasten/bytetabletoolfactory.h +include/kasten/bytetabletoolview.h +include/kasten/bytetabletoolviewfactory.h +include/kasten/checksumtool.h +include/kasten/checksumtoolfactory.h +include/kasten/checksumtoolview.h +include/kasten/checksumtoolviewfactory.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/documentcreatemanager.h +include/kasten/documentinfotool.h +include/kasten/documentinfotoolview.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/filtertool.h +include/kasten/filtertoolfactory.h +include/kasten/filtertoolview.h +include/kasten/filtertoolviewfactory.h +include/kasten/fullscreencontroller.h +include/kasten/gotooffsetcontroller.h +include/kasten/gotooffsettool.h +include/kasten/gotooffsettoolview.h +include/kasten/infotool.h +include/kasten/infotoolfactory.h +include/kasten/infotoolview.h +include/kasten/infotoolviewfactory.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/kfinddirection.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multiviewareas.h +include/kasten/oktetakastencontrollers_export.h +include/kasten/oktetakastencore_export.h +include/kasten/oktetakastengui_export.h +include/kasten/overwritemodecontroller.h +include/kasten/overwriteonlycontroller.h +include/kasten/person.h +include/kasten/poddecodertool.h +include/kasten/poddecodertoolfactory.h +include/kasten/poddecodertoolview.h +include/kasten/poddecodertoolviewfactory.h +include/kasten/printcontroller.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/replacecontroller.h +include/kasten/replaceuserqueryable.h +include/kasten/searchcontroller.h +include/kasten/searchuserqueryable.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/selectrangecontroller.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/stringsextracttool.h +include/kasten/stringsextracttoolfactory.h +include/kasten/stringsextracttoolview.h +include/kasten/stringsextracttoolviewfactory.h +include/kasten/structtool.h +include/kasten/structtoolview.h +include/kasten/structurestoolfactory.h +include/kasten/structurestoolviewfactory.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewconfigcontroller.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/viewmodecontroller.h +include/kasten/viewstatuscontroller.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h lib/kde4/arkpart.so lib/kde4/kcm_kdf.so lib/kde4/kcm_kwallet.so -lib/kde4/kcm_lirc.so +lib/kde4/kcm_remotecontrol.so +lib/kde4/kded_kremotecontroldaemon.so lib/kde4/kerfuffle_cli7z.so lib/kde4/kerfuffle_clirar.so lib/kde4/kerfuffle_clizip.so @@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so lib/kde4/libextracthere.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so +lib/kde4/plasma_engine_kremoteconrol.so lib/kde4/plasma_package_superkaramba.so lib/kde4/plasma_scriptengine_superkaramba.so +lib/kde4/plugins/designer/oktetadesignerplugin.so lib/libkastencontrollers.so lib/libkastencontrollers.so.5 lib/libkastencontrollers.so.5.0.1 @@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1 lib/libkastengui.so lib/libkastengui.so.5 lib/libkastengui.so.5.0.1 -lib/libkdeinit4_irkick.so lib/libkdeinit4_kcalc.so -lib/libkdelirc_shared.so -lib/libkdelirc_shared.so.1 -lib/libkdelirc_shared.so.1.0.0 lib/libkerfuffle.so lib/libkerfuffle.so.5 lib/libkerfuffle.so.5.0.1 +lib/liblibkremotecontrol.so +lib/liblibkremotecontrol.so.1 +lib/liblibkremotecontrol.so.1.0.0 lib/liboktetacore.so lib/liboktetacore.so.5 lib/liboktetacore.so.5.0.1 @@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1 share/applications/kde4/KCharSelect.desktop share/applications/kde4/KFloppy.desktop share/applications/kde4/ark.desktop -share/applications/kde4/irkick.desktop share/applications/kde4/kcalc.desktop share/applications/kde4/kdf.desktop share/applications/kde4/kgpg.desktop +share/applications/kde4/krcdnotifieritem.desktop share/applications/kde4/ktimer.desktop share/applications/kde4/kwalletmanager-kwalletd.desktop share/applications/kde4/kwalletmanager.desktop @@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop share/applications/kde4/sweeper.desktop share/apps/ark/ark_part.rc share/apps/ark/arkui.rc -share/apps/irkick/irkick.notifyrc share/apps/kcalc/kcalcui.rc share/apps/kcalc/scienceconstants.xml share/apps/kcharselect/kcharselectui.rc @@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz share/apps/kgpg/keysmanager.rc share/apps/kgpg/kgpgeditor.rc share/apps/kgpg/tips +share/apps/kremotecontrol/profiles/amarok.profile.xml +share/apps/kremotecontrol/profiles/dragonplayer.profile.xml +share/apps/kremotecontrol/profiles/klauncher.profile.xml +share/apps/kremotecontrol/profiles/kmix.profile.xml +share/apps/kremotecontrol/profiles/konqueror.profile.xml +share/apps/kremotecontrol/profiles/kscd.profile.xml +share/apps/kremotecontrol/profiles/okular.profile.xml +share/apps/kremotecontrol/profiles/powermanagement.profile.xml +share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png share/apps/kwalletmanager/kwalleteditor.rc @@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/png/png.desktop +share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc share/apps/oktetapart/oktetapartreadonlyui.rc share/apps/oktetapart/oktetapartreadwriteui.rc -share/apps/profiles/amarok.profile.xml -share/apps/profiles/dragonplayer.profile.xml -share/apps/profiles/klauncher.profile.xml -share/apps/profiles/kmix.profile.xml -share/apps/profiles/konqueror.profile.xml -share/apps/profiles/okular.profile.xml -share/apps/profiles/profile.dtd -share/apps/profiles/shutdown.profile.xml -share/apps/profiles/suspend.profile.xml -share/apps/profiles/vlc.profile.xml share/apps/superkaramba/superkarambaui.rc share/apps/sweeper/sweeperui.rc -share/autostart/irkick.desktop share/autostart/kgpg.desktop share/config.kcfg/ark.kcfg share/config.kcfg/kcalc.kcfg share/config.kcfg/kgpg.kcfg +share/config.kcfg/structviewpreferences.kcfg +share/config/okteta-structures.knsrc share/config/superkaramba.knsrc share/dbus-1/interfaces/org.kde.kgpg.Key.xml share/dbus-1/interfaces/org.kde.superkaramba.xml share/dbus-1/interfaces/org.kde.sweeper.xml +share/doc/HTML/en/ark/ark-mainwindow.png share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/irkick/common -share/doc/HTML/en/irkick/index.cache.bz2 -share/doc/HTML/en/irkick/index.docbook -share/doc/HTML/en/irkick/irkick.png -share/doc/HTML/en/irkick/irkickoff.png share/doc/HTML/en/kcalc/commands.docbook share/doc/HTML/en/kcalc/common share/doc/HTML/en/kcalc/index.cache.bz2 @@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcmlirc/common -share/doc/HTML/en/kcmlirc/index.cache.bz2 -share/doc/HTML/en/kcmlirc/index.docbook -share/doc/HTML/en/kcmlirc/irkick.png -share/doc/HTML/en/kcmlirc/irkickoff.png +share/doc/HTML/en/kcharselect/kcharselect.png share/doc/HTML/en/kcontrol/blockdevices/common share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/en/kcontrol/blockdevices/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png +share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/common +share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png +share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png +share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/en/kdf/common share/doc/HTML/en/kdf/index.cache.bz2 share/doc/HTML/en/kdf/index.docbook @@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png share/doc/HTML/en/kgpg/keys.png share/doc/HTML/en/kgpg/keyserver-search.png share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/kicker.png share/doc/HTML/en/kgpg/options.png +share/doc/HTML/en/kgpg/select-secret-key.png +share/doc/HTML/en/kgpg/systray.png share/doc/HTML/en/ktimer/common share/doc/HTML/en/ktimer/first.png share/doc/HTML/en/ktimer/index.cache.bz2 @@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook -share/doc/HTML/en/superkaramba/common -share/doc/HTML/en/superkaramba/index.cache.bz2 -share/doc/HTML/en/superkaramba/index.docbook +share/doc/HTML/en/sweeper/common +share/doc/HTML/en/sweeper/index.cache.bz2 +share/doc/HTML/en/sweeper/index.docbook +share/doc/HTML/en/sweeper/sweeper.png share/icons/hicolor/128x128/apps/kdf.png share/icons/hicolor/128x128/apps/kfloppy.png share/icons/hicolor/128x128/apps/ktimer.png @@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png share/icons/hicolor/128x128/apps/kwalletmanager2.png share/icons/hicolor/128x128/apps/kwikdisk.png share/icons/hicolor/128x128/apps/superkaramba.png +share/icons/hicolor/128x128/devices/infrared-remote.png share/icons/hicolor/16x16/apps/kdf.png share/icons/hicolor/16x16/apps/kfloppy.png share/icons/hicolor/16x16/apps/kgpg.png @@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png share/icons/hicolor/16x16/apps/kwikdisk.png share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/22x22/apps/irkick.png +share/icons/hicolor/16x16/devices/infrared-remote.png +share/icons/hicolor/22x22/actions/krcd_flash.png +share/icons/hicolor/22x22/actions/krcd_off.png share/icons/hicolor/22x22/apps/kdf.png share/icons/hicolor/22x22/apps/kfloppy.png share/icons/hicolor/22x22/apps/kgpg.png +share/icons/hicolor/22x22/apps/krcd.png share/icons/hicolor/22x22/apps/kwalletmanager.png share/icons/hicolor/22x22/apps/kwikdisk.png share/icons/hicolor/22x22/apps/superkaramba.png +share/icons/hicolor/22x22/devices/infrared-remote.png share/icons/hicolor/32x32/apps/kdf.png share/icons/hicolor/32x32/apps/kfloppy.png share/icons/hicolor/32x32/apps/kgpg.png @@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png share/icons/hicolor/32x32/apps/kwikdisk.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/32x32/apps/superkaramba.png +share/icons/hicolor/32x32/devices/infrared-remote.png +share/icons/hicolor/42x42/devices/infrared-remote.png share/icons/hicolor/48x48/apps/kdf.png share/icons/hicolor/48x48/apps/kfloppy.png share/icons/hicolor/48x48/apps/kgpg.png @@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png share/icons/hicolor/48x48/apps/kwikdisk.png share/icons/hicolor/48x48/apps/okteta.png share/icons/hicolor/48x48/apps/superkaramba.png +share/icons/hicolor/48x48/devices/infrared-remote.png share/icons/hicolor/64x64/apps/kdf.png share/icons/hicolor/64x64/apps/kfloppy.png share/icons/hicolor/64x64/apps/kwalletmanager.png share/icons/hicolor/64x64/apps/kwalletmanager2.png share/icons/hicolor/64x64/apps/kwikdisk.png share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/scalable/apps/irkick.svgz +share/icons/hicolor/64x64/devices/infrared-remote.png +share/icons/hicolor/8x8/devices/infrared-remote.png +share/icons/hicolor/scalable/actions/krcd_flash.svgz +share/icons/hicolor/scalable/actions/krcd_off.svgz +share/icons/hicolor/scalable/apps/krcd.svgz share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/oxygen/128x128/devices/infrared-remote.png +share/icons/hicolor/scalable/devices/infrared-remote.svgz share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/16x16/devices/infrared-remote.png -share/icons/oxygen/22x22/actions/irkickflash.png -share/icons/oxygen/22x22/actions/irkickoff.png share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/22x22/devices/infrared-remote.png share/icons/oxygen/32x32/apps/kcmdf.png -share/icons/oxygen/32x32/devices/infrared-remote.png -share/icons/oxygen/42x42/devices/infrared-remote.png -share/icons/oxygen/48x48/devices/infrared-remote.png -share/icons/oxygen/64x64/devices/infrared-remote.png -share/icons/oxygen/8x8/devices/infrared-remote.png -share/icons/oxygen/scalable/actions/irkickflash.svgz -share/icons/oxygen/scalable/actions/irkickoff.svgz -share/icons/oxygen/scalable/devices/infrared-remote.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ServiceMenus/encryptfile.desktop @@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop share/kde4/services/ark_dndextract.desktop share/kde4/services/ark_part.desktop share/kde4/services/kbytearrayedit.desktop -share/kde4/services/kcm_lirc.desktop +share/kde4/services/kcm_remotecontrol.desktop share/kde4/services/kcmdf.desktop +share/kde4/services/kded/kremotecontroldaemon.desktop share/kde4/services/kerfuffle_cli7z.desktop share/kde4/services/kerfuffle_clirar.desktop share/kde4/services/kerfuffle_clizip.desktop @@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop share/kde4/services/kwalletconfig.desktop share/kde4/services/kwalletmanager_show.desktop share/kde4/services/oktetapart.desktop +share/kde4/services/plasma-engine-kremotecontrol.desktop share/kde4/services/plasma-package-superkaramba.desktop share/kde4/services/plasma-scriptengine-superkaramba.desktop share/kde4/servicetypes/kerfufflePlugin.desktop +share/mime/application/base64.xml +share/mime/application/btoa.xml +share/mime/application/x-vnd.kde.okteta.structure.xml +share/mime/packages/okteta.xml +share/mime/text/x-ascii85.xml +share/mime/text/x-base32.xml +share/mime/text/x-ihex.xml +share/mime/text/x-srecord.xml +share/mime/text/x-uuencode.xml +share/mime/text/x-xxencode.xml @dirrmtry share/icons/oxygen/42x42/devices @dirrmtry share/icons/oxygen/42x42 -@dirrm share/doc/HTML/en/superkaramba +@dirrmtry share/icons/hicolor/8x8/devices +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/42x42/devices +@dirrmtry share/icons/hicolor/42x42 +@dirrm share/doc/HTML/en/sweeper @dirrm share/doc/HTML/en/okteta @dirrm share/doc/HTML/en/kwallet @dirrm share/doc/HTML/en/ktimer @dirrm share/doc/HTML/en/kgpg @dirrm share/doc/HTML/en/kfloppy @dirrm share/doc/HTML/en/kdf +@dirrm share/doc/HTML/en/kcontrol/kremotecontrol @dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcmlirc @dirrm share/doc/HTML/en/kcharselect @dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/irkick @dirrm share/doc/HTML/en/ark @dirrm share/apps/sweeper @dirrm share/apps/superkaramba @dirrm share/apps/oktetapart +@dirrm share/apps/okteta/structures/png @dirrm share/apps/okteta/structures/elf @dirrm share/apps/okteta/structures @dirrm share/apps/okteta @@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kwalletmanager/icons/oxygen @dirrm share/apps/kwalletmanager/icons @dirrm share/apps/kwalletmanager +@dirrm share/apps/kremotecontroldaemon +@dirrm share/apps/kremotecontrol/profiles +@dirrm share/apps/kremotecontrol @dirrm share/apps/kgpg/icons/oxygen/scalable/status @dirrm share/apps/kgpg/icons/oxygen/scalable/actions @dirrm share/apps/kgpg/icons/oxygen/scalable @@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kgpg @dirrm share/apps/kdf @dirrm share/apps/kcalc -@dirrm share/apps/irkick @dirrm share/apps/ark +@dirrmtry include/okteta +@dirrmtry include/kasten +@dirrmtry include/KDE/Okteta +@dirrmtry include/KDE/Kasten +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/sysutils/sweeper/Makefile b/sysutils/sweeper/Makefile index 54897f73604e..143fdff3786c 100644 --- a/sysutils/sweeper/Makefile +++ b/sysutils/sweeper/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Utilities for the KDE4 integrated X11 Desktop +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ qca.2:${PORTSDIR}/devel/qca @@ -25,28 +26,61 @@ USE_BZIP2= yes USE_QT_VER= 4 USE_PYTHON= 2.5+ KDE4_BUILDENV= yes -USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdebase workspace +USE_KDE4= kdeprefix kdehier automoc4 sharedmime \ + kdelibs pimlibs workspace kdebase QT_COMPONENTS= network gui porting xml \ qmake_build moc_build rcc_build uic_build MAKE_JOBS_SAFE= yes MAN1= ark.1 -OPTIONS= PRINTER_APPLET "Install printer system tray utility" off +OPTIONS= 7ZIP "Support for 7-Zip archives in Ark" off \ + PRINTER_APPLET "Install printer system tray utility" off \ + RAR "Support for RAR archives in Ark" off \ + ZIP "Support for ZIP archives in Ark" off .include <bsd.port.options.mk> +.ifdef(WITH_7ZIP) +RUN_DEPENDS+= 7z:${PORTSDIR}/archivers/p7zip +.endif + +.ifdef(WITH_PRINTER_APPLET) +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.endif + +.ifdef(WITH_ZIP) +RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \ + zip:${PORTSDIR}/archivers/zip +.endif + +.include <bsd.port.pre.mk> + .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/xz .endif -.if defined(WITH_PRINTER_APPLET) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet +.ifdef(WITH_RAR) +.if ${ARCH} != "amd64" && ${ARCH} != "ia64" && ${ARCH} != "powerpc" && ${ARCH} != "sparc64" +INSTALL_RAR= YES +.elif ${ARCH} == "amd64" +.ifndef(HAVE_COMPAT_IA32_KERN) +HAVE_COMPAT_IA32_KERN!= if ${SYSCTL} -n compat.ia32.maxvmem >/dev/null 2>&1; then ${ECHO_CMD} YES; fi +.endif +.if ${HAVE_COMPAT_IA32_KERN} == "YES" +INSTALL_RAR= YES +.endif +.endif +.ifdef(INSTALL_RAR) +RUN_DEPENDS+= rar:${PORTSDIR}/archivers/rar +.else +RUN_DEPENDS+= unrar:${PORTSDIR}/archivers/unrar +.endif .endif post-patch: -#disable printer-applet, it comes with print/kdeutils4-printer-applet +# Disable printer-applet, it comes with print/kdeutils4-printer-applet. ${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \ ${PATCH_WRKSRC}/CMakeLists.txt -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/sysutils/sweeper/distinfo b/sysutils/sweeper/distinfo index c51aa0f17d9c..2553edb11a55 100644 --- a/sysutils/sweeper/distinfo +++ b/sysutils/sweeper/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeutils-4.4.5.tar.bz2) = 3c8cf4cc05eb9f5ee065de8f472e0390 -SHA256 (KDE/kdeutils-4.4.5.tar.bz2) = 07ef7d4bab6e919eac89ff0c948410266b120773300a7aa05119d0b23d312495 -SIZE (KDE/kdeutils-4.4.5.tar.bz2) = 2694008 +MD5 (KDE/kdeutils-4.5.1.tar.bz2) = f9e19979e80ce58c8a9a58fcb3521d52 +SHA256 (KDE/kdeutils-4.5.1.tar.bz2) = 582bc522f913585f325009a08739fc1b288c72e6e39acf977990b6a1de1d218e +SIZE (KDE/kdeutils-4.5.1.tar.bz2) = 3866989 diff --git a/sysutils/sweeper/pkg-plist b/sysutils/sweeper/pkg-plist index ff8535c8e54f..cb9b5a4773c9 100644 --- a/sysutils/sweeper/pkg-plist +++ b/sysutils/sweeper/pkg-plist @@ -1,20 +1,383 @@ bin/ark -bin/irkick bin/kcalc bin/kcharselect bin/kdf bin/kfloppy bin/kgpg +bin/krcdnotifieritem bin/ktimer bin/kwalletmanager bin/kwikdisk bin/okteta bin/superkaramba bin/sweeper +include/KDE/Kasten/AbstractConnectJob +include/KDE/Kasten/AbstractDocument +include/KDE/Kasten/AbstractDocumentFactory +include/KDE/Kasten/AbstractExportJob +include/KDE/Kasten/AbstractFileSystemConnectJob +include/KDE/Kasten/AbstractFileSystemExportJob +include/KDE/Kasten/AbstractFileSystemLoadJob +include/KDE/Kasten/AbstractFileSystemSyncFromRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncToRemoteJob +include/KDE/Kasten/AbstractFileSystemSyncWithRemoteJob +include/KDE/Kasten/AbstractGroupedViews +include/KDE/Kasten/AbstractLinePopup +include/KDE/Kasten/AbstractLoadJob +include/KDE/Kasten/AbstractModel +include/KDE/Kasten/AbstractModelDataGenerator +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditor +include/KDE/Kasten/AbstractModelDataGeneratorConfigEditorFactory +include/KDE/Kasten/AbstractModelExporter +include/KDE/Kasten/AbstractModelExporterConfigEditor +include/KDE/Kasten/AbstractModelExporterConfigEditorFactory +include/KDE/Kasten/AbstractModelFileSystemSynchronizer +include/KDE/Kasten/AbstractModelSelection +include/KDE/Kasten/AbstractModelStreamEncoder +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditor +include/KDE/Kasten/AbstractModelStreamEncoderConfigEditorFactory +include/KDE/Kasten/AbstractModelSynchronizer +include/KDE/Kasten/AbstractModelSynchronizerFactory +include/KDE/Kasten/AbstractSelectionView +include/KDE/Kasten/AbstractSyncFromRemoteJob +include/KDE/Kasten/AbstractSyncToRemoteJob +include/KDE/Kasten/AbstractSyncWithRemoteJob +include/KDE/Kasten/AbstractTool +include/KDE/Kasten/AbstractToolFactory +include/KDE/Kasten/AbstractToolInlineView +include/KDE/Kasten/AbstractToolView +include/KDE/Kasten/AbstractToolViewFactory +include/KDE/Kasten/AbstractToolWidget +include/KDE/Kasten/AbstractView +include/KDE/Kasten/AbstractViewArea +include/KDE/Kasten/AbstractViewFactory +include/KDE/Kasten/AbstractXmlGuiController +include/KDE/Kasten/ClipboardController +include/KDE/Kasten/CloseController +include/KDE/Kasten/CopyAsController +include/KDE/Kasten/CreatorController +include/KDE/Kasten/DataSelectable +include/KDE/Kasten/DocumentCreateManager +include/KDE/Kasten/DocumentManager +include/KDE/Kasten/DocumentSyncManager +include/KDE/Kasten/DocumentVersionData +include/KDE/Kasten/DocumentsTool +include/KDE/Kasten/DocumentsToolView +include/KDE/Kasten/DummyView +include/KDE/Kasten/ExportController +include/KDE/Kasten/FileSystemBrowserTool +include/KDE/Kasten/FileSystemBrowserToolView +include/KDE/Kasten/FullScreenController +include/KDE/Kasten/JobManager +include/KDE/Kasten/LoaderController +include/KDE/Kasten/ModelCodecManager +include/KDE/Kasten/ModelCodecViewManager +include/KDE/Kasten/ModelDataGenerateThread +include/KDE/Kasten/ModelEncoderFileSystemExportJob +include/KDE/Kasten/ModelEncoderFileSystemExporter +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditor +include/KDE/Kasten/ModelEncoderFileSystemExporterConfigEditorFactory +include/KDE/Kasten/ModelStreamEncodeThread +include/KDE/Kasten/ModifiedBarController +include/KDE/Kasten/MultiViewAreas +include/KDE/Kasten/Person +include/KDE/Kasten/QuitController +include/KDE/Kasten/ReadOnlyBarController +include/KDE/Kasten/ReadOnlyController +include/KDE/Kasten/SelectController +include/KDE/Kasten/SelectedDataWriteable +include/KDE/Kasten/SetRemoteController +include/KDE/Kasten/ShellWindow +include/KDE/Kasten/StatusBar +include/KDE/Kasten/SwitchViewController +include/KDE/Kasten/SynchronizeController +include/KDE/Kasten/TabbedViews +include/KDE/Kasten/ToggleButton +include/KDE/Kasten/ToolInlineViewable +include/KDE/Kasten/ToolListMenuController +include/KDE/Kasten/UserListable +include/KDE/Kasten/VersionController +include/KDE/Kasten/VersionViewTool +include/KDE/Kasten/VersionViewToolView +include/KDE/Kasten/Versionable +include/KDE/Kasten/ViewAreaSplitable +include/KDE/Kasten/ViewListMenuController +include/KDE/Kasten/ViewManager +include/KDE/Kasten/WidgetsDockable +include/KDE/Kasten/ZoomBarController +include/KDE/Kasten/ZoomController +include/KDE/Kasten/Zoomable +include/KDE/Okteta/AbstractByteArrayColumnRenderer +include/KDE/Okteta/AbstractByteArrayModel +include/KDE/Okteta/AbstractByteArrayView +include/KDE/Okteta/AbstractColumnRenderer +include/KDE/Okteta/AbstractColumnStylist +include/KDE/Okteta/Address +include/KDE/Okteta/AddressRange +include/KDE/Okteta/ArrayChangeMetrics +include/KDE/Okteta/Bookmark +include/KDE/Okteta/Bookmarkable +include/KDE/Okteta/BookmarksConstIterator +include/KDE/Okteta/BorderColumnRenderer +include/KDE/Okteta/Byte +include/KDE/Okteta/ByteArrayChange +include/KDE/Okteta/ByteArrayColumnView +include/KDE/Okteta/ByteArrayModel +include/KDE/Okteta/ByteArrayRowColumnRenderer +include/KDE/Okteta/ByteArrayRowView +include/KDE/Okteta/ByteArrayTableLayout +include/KDE/Okteta/ByteArrayTableRanges +include/KDE/Okteta/ChangeHistory +include/KDE/Okteta/ChangesDescribable +include/KDE/Okteta/CharByteArrayColumnRenderer +include/KDE/Okteta/CharCodec +include/KDE/Okteta/Character +include/KDE/Okteta/ColumnsView +include/KDE/Okteta/Line +include/KDE/Okteta/LinePosition +include/KDE/Okteta/LinePositionRange +include/KDE/Okteta/LineRange +include/KDE/Okteta/NumberRange +include/KDE/Okteta/OffsetColumnRenderer +include/KDE/Okteta/OffsetFormat +include/KDE/Okteta/PieceTableByteArrayModel +include/KDE/Okteta/Range +include/KDE/Okteta/Size +include/KDE/Okteta/ValueByteArrayColumnRenderer +include/KDE/Okteta/ValueCodec +include/KDE/Okteta/Versionable +include/KDE/Okteta/WidgetColumnStylist +include/KDE/Okteta/WordByteArrayService +include/kasten/abstractbytearraystreamencoder.h +include/kasten/abstractconnectjob.h +include/kasten/abstractdocument.h +include/kasten/abstractdocumentfactory.h +include/kasten/abstractexportjob.h +include/kasten/abstractfilesystemconnectjob.h +include/kasten/abstractfilesystemexportjob.h +include/kasten/abstractfilesystemloadjob.h +include/kasten/abstractfilesystemsyncfromremotejob.h +include/kasten/abstractfilesystemsynctoremotejob.h +include/kasten/abstractfilesystemsyncwithremotejob.h +include/kasten/abstractgroupedviews.h +include/kasten/abstractlinepopup.h +include/kasten/abstractloadjob.h +include/kasten/abstractmodel.h +include/kasten/abstractmodeldatagenerator.h +include/kasten/abstractmodeldatageneratorconfigeditor.h +include/kasten/abstractmodeldatageneratorconfigeditorfactory.h +include/kasten/abstractmodelexporter.h +include/kasten/abstractmodelexporterconfigeditor.h +include/kasten/abstractmodelexporterconfigeditorfactory.h +include/kasten/abstractmodelfilesystemsynchronizer.h +include/kasten/abstractmodelselection.h +include/kasten/abstractmodelstreamencoder.h +include/kasten/abstractmodelstreamencoderconfigeditor.h +include/kasten/abstractmodelstreamencoderconfigeditorfactory.h +include/kasten/abstractmodelsynchronizer.h +include/kasten/abstractmodelsynchronizerfactory.h +include/kasten/abstractselectionview.h +include/kasten/abstractsyncfromremotejob.h +include/kasten/abstractsynctoremotejob.h +include/kasten/abstractsyncwithremotejob.h +include/kasten/abstracttool.h +include/kasten/abstracttoolfactory.h +include/kasten/abstracttoolinlineview.h +include/kasten/abstracttoolview.h +include/kasten/abstracttoolviewfactory.h +include/kasten/abstracttoolwidget.h +include/kasten/abstractview.h +include/kasten/abstractviewarea.h +include/kasten/abstractviewfactory.h +include/kasten/abstractxmlguicontroller.h +include/kasten/bookmarkscontroller.h +include/kasten/bookmarkstool.h +include/kasten/bookmarkstoolfactory.h +include/kasten/bookmarkstoolview.h +include/kasten/bookmarkstoolviewfactory.h +include/kasten/bytearraycharsstreamencoder.h +include/kasten/bytearraydocument.h +include/kasten/bytearraydocumentfactory.h +include/kasten/bytearrayrawfilesynchronizer.h +include/kasten/bytearrayrawfilesynchronizerfactory.h +include/kasten/bytearrayselection.h +include/kasten/bytearraysourcecodestreamencoder.h +include/kasten/bytearraysourcecodestreamencoderconfigeditor.h +include/kasten/bytearraysourcecodestreamencoderconfigeditorfactory.h +include/kasten/bytearraytextstreamencoderpreview.h +include/kasten/bytearrayvaluesstreamencoder.h +include/kasten/bytearrayvaluesstreamencoderconfigeditor.h +include/kasten/bytearrayvaluesstreamencoderconfigeditorfactory.h +include/kasten/bytearrayview.h +include/kasten/bytearrayviewfactory.h +include/kasten/bytearrayviewtextstreamencoder.h +include/kasten/bytetabletool.h +include/kasten/bytetabletoolfactory.h +include/kasten/bytetabletoolview.h +include/kasten/bytetabletoolviewfactory.h +include/kasten/checksumtool.h +include/kasten/checksumtoolfactory.h +include/kasten/checksumtoolview.h +include/kasten/checksumtoolviewfactory.h +include/kasten/clipboardcontroller.h +include/kasten/closecontroller.h +include/kasten/copyascontroller.h +include/kasten/creatorcontroller.h +include/kasten/dataselectable.h +include/kasten/documentcreatemanager.h +include/kasten/documentinfotool.h +include/kasten/documentinfotoolview.h +include/kasten/documentmanager.h +include/kasten/documentstool.h +include/kasten/documentstoolview.h +include/kasten/documentsyncmanager.h +include/kasten/documentversiondata.h +include/kasten/documentversionid.h +include/kasten/dummyview.h +include/kasten/exportcontroller.h +include/kasten/filesystembrowsertool.h +include/kasten/filesystembrowsertoolview.h +include/kasten/filtertool.h +include/kasten/filtertoolfactory.h +include/kasten/filtertoolview.h +include/kasten/filtertoolviewfactory.h +include/kasten/fullscreencontroller.h +include/kasten/gotooffsetcontroller.h +include/kasten/gotooffsettool.h +include/kasten/gotooffsettoolview.h +include/kasten/infotool.h +include/kasten/infotoolfactory.h +include/kasten/infotoolview.h +include/kasten/infotoolviewfactory.h +include/kasten/insertcontroller.h +include/kasten/jobmanager.h +include/kasten/kastencontrollers_export.h +include/kasten/kastencore.h +include/kasten/kastencore_export.h +include/kasten/kastengui.h +include/kasten/kastengui_export.h +include/kasten/kfinddirection.h +include/kasten/loadercontroller.h +include/kasten/modelcodecmanager.h +include/kasten/modelcodecviewmanager.h +include/kasten/modeldatageneratethread.h +include/kasten/modelencoderfilesystemexporter.h +include/kasten/modelencoderfilesystemexporterconfigeditor.h +include/kasten/modelencoderfilesystemexporterconfigeditorfactory.h +include/kasten/modelencoderfilesystemexportjob.h +include/kasten/modelstreamencodethread.h +include/kasten/modifiedbarcontroller.h +include/kasten/multiviewareas.h +include/kasten/oktetakastencontrollers_export.h +include/kasten/oktetakastencore_export.h +include/kasten/oktetakastengui_export.h +include/kasten/overwritemodecontroller.h +include/kasten/overwriteonlycontroller.h +include/kasten/person.h +include/kasten/poddecodertool.h +include/kasten/poddecodertoolfactory.h +include/kasten/poddecodertoolview.h +include/kasten/poddecodertoolviewfactory.h +include/kasten/printcontroller.h +include/kasten/quitcontroller.h +include/kasten/readonlybarcontroller.h +include/kasten/readonlycontroller.h +include/kasten/replacecontroller.h +include/kasten/replaceuserqueryable.h +include/kasten/searchcontroller.h +include/kasten/searchuserqueryable.h +include/kasten/selectcontroller.h +include/kasten/selecteddatawriteable.h +include/kasten/selectrangecontroller.h +include/kasten/setremotecontroller.h +include/kasten/shellwindow.h +include/kasten/statusbar.h +include/kasten/statusbarlayout.h +include/kasten/stringsextracttool.h +include/kasten/stringsextracttoolfactory.h +include/kasten/stringsextracttoolview.h +include/kasten/stringsextracttoolviewfactory.h +include/kasten/structtool.h +include/kasten/structtoolview.h +include/kasten/structurestoolfactory.h +include/kasten/structurestoolviewfactory.h +include/kasten/switchviewcontroller.h +include/kasten/synchronizecontroller.h +include/kasten/tabbedviews.h +include/kasten/togglebutton.h +include/kasten/toolinlineviewable.h +include/kasten/toolinlineviewwidget.h +include/kasten/toollistmenucontroller.h +include/kasten/toolviewdockwidget.h +include/kasten/userlistable.h +include/kasten/versionable.h +include/kasten/versioncontroller.h +include/kasten/versionviewtool.h +include/kasten/versionviewtoolview.h +include/kasten/viewareabox.h +include/kasten/viewareasplitable.h +include/kasten/viewareasplitcontroller.h +include/kasten/viewbox.h +include/kasten/viewconfigcontroller.h +include/kasten/viewlistmenucontroller.h +include/kasten/viewmanager.h +include/kasten/viewmodecontroller.h +include/kasten/viewstatuscontroller.h +include/kasten/widgetsdockable.h +include/kasten/zoomable.h +include/kasten/zoombarcontroller.h +include/kasten/zoomcontroller.h +include/okteta/abstractbytearraycolumnrenderer.h +include/okteta/abstractbytearraymodel.h +include/okteta/abstractbytearrayview.h +include/okteta/abstractcolumnrenderer.h +include/okteta/abstractcolumnstylist.h +include/okteta/address.h +include/okteta/addressrange.h +include/okteta/arraychangemetrics.h +include/okteta/bookmark.h +include/okteta/bookmarkable.h +include/okteta/bookmarksconstiterator.h +include/okteta/bookmarksconstiteratoradapter.h +include/okteta/bordercolumnrenderer.h +include/okteta/byte.h +include/okteta/bytearraychange.h +include/okteta/bytearraycolumnview.h +include/okteta/bytearraymodel.h +include/okteta/bytearrayrowcolumnrenderer.h +include/okteta/bytearrayrowview.h +include/okteta/bytearraytablelayout.h +include/okteta/bytearraytableranges.h +include/okteta/changehistory.h +include/okteta/changesdescribable.h +include/okteta/character.h +include/okteta/charbytearraycolumnrenderer.h +include/okteta/charcodec.h +include/okteta/columnsview.h +include/okteta/kadds.h +include/okteta/line.h +include/okteta/lineposition.h +include/okteta/linepositionrange.h +include/okteta/linerange.h +include/okteta/numberrange.h +include/okteta/offsetcolumnrenderer.h +include/okteta/offsetformat.h +include/okteta/oktetacore.h +include/okteta/oktetacore_export.h +include/okteta/oktetagui_export.h +include/okteta/piecetablebytearraymodel.h +include/okteta/range.h +include/okteta/size.h +include/okteta/valuebytearraycolumnrenderer.h +include/okteta/valuecodec.h +include/okteta/versionable.h +include/okteta/widgetcolumnstylist.h +include/okteta/wordbytearrayservice.h lib/kde4/arkpart.so lib/kde4/kcm_kdf.so lib/kde4/kcm_kwallet.so -lib/kde4/kcm_lirc.so +lib/kde4/kcm_remotecontrol.so +lib/kde4/kded_kremotecontroldaemon.so lib/kde4/kerfuffle_cli7z.so lib/kde4/kerfuffle_clirar.so lib/kde4/kerfuffle_clizip.so @@ -25,8 +388,10 @@ lib/kde4/kerfuffle_libxz.so lib/kde4/libextracthere.so lib/kde4/libkbytearrayedit.so lib/kde4/oktetapart.so +lib/kde4/plasma_engine_kremoteconrol.so lib/kde4/plasma_package_superkaramba.so lib/kde4/plasma_scriptengine_superkaramba.so +lib/kde4/plugins/designer/oktetadesignerplugin.so lib/libkastencontrollers.so lib/libkastencontrollers.so.5 lib/libkastencontrollers.so.5.0.1 @@ -36,14 +401,13 @@ lib/libkastencore.so.5.0.1 lib/libkastengui.so lib/libkastengui.so.5 lib/libkastengui.so.5.0.1 -lib/libkdeinit4_irkick.so lib/libkdeinit4_kcalc.so -lib/libkdelirc_shared.so -lib/libkdelirc_shared.so.1 -lib/libkdelirc_shared.so.1.0.0 lib/libkerfuffle.so lib/libkerfuffle.so.5 lib/libkerfuffle.so.5.0.1 +lib/liblibkremotecontrol.so +lib/liblibkremotecontrol.so.1 +lib/liblibkremotecontrol.so.1.0.0 lib/liboktetacore.so lib/liboktetacore.so.5 lib/liboktetacore.so.5.0.1 @@ -65,10 +429,10 @@ lib/libsuperkaramba.so.5.0.1 share/applications/kde4/KCharSelect.desktop share/applications/kde4/KFloppy.desktop share/applications/kde4/ark.desktop -share/applications/kde4/irkick.desktop share/applications/kde4/kcalc.desktop share/applications/kde4/kdf.desktop share/applications/kde4/kgpg.desktop +share/applications/kde4/krcdnotifieritem.desktop share/applications/kde4/ktimer.desktop share/applications/kde4/kwalletmanager-kwalletd.desktop share/applications/kde4/kwalletmanager.desktop @@ -78,7 +442,6 @@ share/applications/kde4/superkaramba.desktop share/applications/kde4/sweeper.desktop share/apps/ark/ark_part.rc share/apps/ark/arkui.rc -share/apps/irkick/irkick.notifyrc share/apps/kcalc/kcalcui.rc share/apps/kcalc/scienceconstants.xml share/apps/kcharselect/kcharselectui.rc @@ -121,6 +484,17 @@ share/apps/kgpg/icons/oxygen/scalable/status/key-single.svgz share/apps/kgpg/keysmanager.rc share/apps/kgpg/kgpgeditor.rc share/apps/kgpg/tips +share/apps/kremotecontrol/profiles/amarok.profile.xml +share/apps/kremotecontrol/profiles/dragonplayer.profile.xml +share/apps/kremotecontrol/profiles/klauncher.profile.xml +share/apps/kremotecontrol/profiles/kmix.profile.xml +share/apps/kremotecontrol/profiles/konqueror.profile.xml +share/apps/kremotecontrol/profiles/kscd.profile.xml +share/apps/kremotecontrol/profiles/okular.profile.xml +share/apps/kremotecontrol/profiles/powermanagement.profile.xml +share/apps/kremotecontrol/profiles/profile.xsd +share/apps/kremotecontrol/profiles/vlc.profile.xml +share/apps/kremotecontroldaemon/kremotecontroldaemon.notifyrc share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_closed.png share/apps/kwalletmanager/icons/oxygen/22x22/actions/folder_open.png share/apps/kwalletmanager/kwalleteditor.rc @@ -128,39 +502,28 @@ share/apps/kwalletmanager/kwalletmanager.rc share/apps/okteta/oktetaui.rc share/apps/okteta/structures/elf/elf.desktop share/apps/okteta/structures/elf/elf.osd +share/apps/okteta/structures/png/png.desktop +share/apps/okteta/structures/png/png.osd share/apps/oktetapart/oktetapartbrowserui.rc share/apps/oktetapart/oktetapartreadonlyui.rc share/apps/oktetapart/oktetapartreadwriteui.rc -share/apps/profiles/amarok.profile.xml -share/apps/profiles/dragonplayer.profile.xml -share/apps/profiles/klauncher.profile.xml -share/apps/profiles/kmix.profile.xml -share/apps/profiles/konqueror.profile.xml -share/apps/profiles/okular.profile.xml -share/apps/profiles/profile.dtd -share/apps/profiles/shutdown.profile.xml -share/apps/profiles/suspend.profile.xml -share/apps/profiles/vlc.profile.xml share/apps/superkaramba/superkarambaui.rc share/apps/sweeper/sweeperui.rc -share/autostart/irkick.desktop share/autostart/kgpg.desktop share/config.kcfg/ark.kcfg share/config.kcfg/kcalc.kcfg share/config.kcfg/kgpg.kcfg +share/config.kcfg/structviewpreferences.kcfg +share/config/okteta-structures.knsrc share/config/superkaramba.knsrc share/dbus-1/interfaces/org.kde.kgpg.Key.xml share/dbus-1/interfaces/org.kde.superkaramba.xml share/dbus-1/interfaces/org.kde.sweeper.xml +share/doc/HTML/en/ark/ark-mainwindow.png share/doc/HTML/en/ark/common share/doc/HTML/en/ark/index.cache.bz2 share/doc/HTML/en/ark/index.docbook share/doc/HTML/en/ark/man-ark.1.docbook -share/doc/HTML/en/irkick/common -share/doc/HTML/en/irkick/index.cache.bz2 -share/doc/HTML/en/irkick/index.docbook -share/doc/HTML/en/irkick/irkick.png -share/doc/HTML/en/irkick/irkickoff.png share/doc/HTML/en/kcalc/commands.docbook share/doc/HTML/en/kcalc/common share/doc/HTML/en/kcalc/index.cache.bz2 @@ -168,14 +531,23 @@ share/doc/HTML/en/kcalc/index.docbook share/doc/HTML/en/kcharselect/common share/doc/HTML/en/kcharselect/index.cache.bz2 share/doc/HTML/en/kcharselect/index.docbook -share/doc/HTML/en/kcmlirc/common -share/doc/HTML/en/kcmlirc/index.cache.bz2 -share/doc/HTML/en/kcmlirc/index.docbook -share/doc/HTML/en/kcmlirc/irkick.png -share/doc/HTML/en/kcmlirc/irkickoff.png +share/doc/HTML/en/kcharselect/kcharselect.png share/doc/HTML/en/kcontrol/blockdevices/common share/doc/HTML/en/kcontrol/blockdevices/index.cache.bz2 share/doc/HTML/en/kcontrol/blockdevices/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/AddAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddActionOptions.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddDBusAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/AddProfileAction.png +share/doc/HTML/en/kcontrol/kremotecontrol/AutoPopulate.png +share/doc/HTML/en/kcontrol/kremotecontrol/EditMasterMode.png +share/doc/HTML/en/kcontrol/kremotecontrol/common +share/doc/HTML/en/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/en/kcontrol/kremotecontrol/index.docbook +share/doc/HTML/en/kcontrol/kremotecontrol/irkick.png +share/doc/HTML/en/kcontrol/kremotecontrol/irkickoff.png +share/doc/HTML/en/kcontrol/kremotecontrol/kcmremotecontrol.png share/doc/HTML/en/kdf/common share/doc/HTML/en/kdf/index.cache.bz2 share/doc/HTML/en/kdf/index.docbook @@ -194,8 +566,9 @@ share/doc/HTML/en/kgpg/keyprop.png share/doc/HTML/en/kgpg/keys.png share/doc/HTML/en/kgpg/keyserver-search.png share/doc/HTML/en/kgpg/keyserver.png -share/doc/HTML/en/kgpg/kicker.png share/doc/HTML/en/kgpg/options.png +share/doc/HTML/en/kgpg/select-secret-key.png +share/doc/HTML/en/kgpg/systray.png share/doc/HTML/en/ktimer/common share/doc/HTML/en/ktimer/first.png share/doc/HTML/en/ktimer/index.cache.bz2 @@ -219,9 +592,10 @@ share/doc/HTML/en/kwallet/save-login-information.png share/doc/HTML/en/okteta/common share/doc/HTML/en/okteta/index.cache.bz2 share/doc/HTML/en/okteta/index.docbook -share/doc/HTML/en/superkaramba/common -share/doc/HTML/en/superkaramba/index.cache.bz2 -share/doc/HTML/en/superkaramba/index.docbook +share/doc/HTML/en/sweeper/common +share/doc/HTML/en/sweeper/index.cache.bz2 +share/doc/HTML/en/sweeper/index.docbook +share/doc/HTML/en/sweeper/sweeper.png share/icons/hicolor/128x128/apps/kdf.png share/icons/hicolor/128x128/apps/kfloppy.png share/icons/hicolor/128x128/apps/ktimer.png @@ -229,6 +603,7 @@ share/icons/hicolor/128x128/apps/kwalletmanager.png share/icons/hicolor/128x128/apps/kwalletmanager2.png share/icons/hicolor/128x128/apps/kwikdisk.png share/icons/hicolor/128x128/apps/superkaramba.png +share/icons/hicolor/128x128/devices/infrared-remote.png share/icons/hicolor/16x16/apps/kdf.png share/icons/hicolor/16x16/apps/kfloppy.png share/icons/hicolor/16x16/apps/kgpg.png @@ -238,13 +613,17 @@ share/icons/hicolor/16x16/apps/kwalletmanager2.png share/icons/hicolor/16x16/apps/kwikdisk.png share/icons/hicolor/16x16/apps/okteta.png share/icons/hicolor/16x16/apps/superkaramba.png -share/icons/hicolor/22x22/apps/irkick.png +share/icons/hicolor/16x16/devices/infrared-remote.png +share/icons/hicolor/22x22/actions/krcd_flash.png +share/icons/hicolor/22x22/actions/krcd_off.png share/icons/hicolor/22x22/apps/kdf.png share/icons/hicolor/22x22/apps/kfloppy.png share/icons/hicolor/22x22/apps/kgpg.png +share/icons/hicolor/22x22/apps/krcd.png share/icons/hicolor/22x22/apps/kwalletmanager.png share/icons/hicolor/22x22/apps/kwikdisk.png share/icons/hicolor/22x22/apps/superkaramba.png +share/icons/hicolor/22x22/devices/infrared-remote.png share/icons/hicolor/32x32/apps/kdf.png share/icons/hicolor/32x32/apps/kfloppy.png share/icons/hicolor/32x32/apps/kgpg.png @@ -254,6 +633,8 @@ share/icons/hicolor/32x32/apps/kwalletmanager2.png share/icons/hicolor/32x32/apps/kwikdisk.png share/icons/hicolor/32x32/apps/okteta.png share/icons/hicolor/32x32/apps/superkaramba.png +share/icons/hicolor/32x32/devices/infrared-remote.png +share/icons/hicolor/42x42/devices/infrared-remote.png share/icons/hicolor/48x48/apps/kdf.png share/icons/hicolor/48x48/apps/kfloppy.png share/icons/hicolor/48x48/apps/kgpg.png @@ -263,30 +644,23 @@ share/icons/hicolor/48x48/apps/kwalletmanager2.png share/icons/hicolor/48x48/apps/kwikdisk.png share/icons/hicolor/48x48/apps/okteta.png share/icons/hicolor/48x48/apps/superkaramba.png +share/icons/hicolor/48x48/devices/infrared-remote.png share/icons/hicolor/64x64/apps/kdf.png share/icons/hicolor/64x64/apps/kfloppy.png share/icons/hicolor/64x64/apps/kwalletmanager.png share/icons/hicolor/64x64/apps/kwalletmanager2.png share/icons/hicolor/64x64/apps/kwikdisk.png share/icons/hicolor/64x64/apps/superkaramba.png -share/icons/hicolor/scalable/apps/irkick.svgz +share/icons/hicolor/64x64/devices/infrared-remote.png +share/icons/hicolor/8x8/devices/infrared-remote.png +share/icons/hicolor/scalable/actions/krcd_flash.svgz +share/icons/hicolor/scalable/actions/krcd_off.svgz +share/icons/hicolor/scalable/apps/krcd.svgz share/icons/hicolor/scalable/apps/superkaramba.svgz -share/icons/oxygen/128x128/devices/infrared-remote.png +share/icons/hicolor/scalable/devices/infrared-remote.svgz share/icons/oxygen/16x16/apps/kcmdf.png -share/icons/oxygen/16x16/devices/infrared-remote.png -share/icons/oxygen/22x22/actions/irkickflash.png -share/icons/oxygen/22x22/actions/irkickoff.png share/icons/oxygen/22x22/apps/kcmdf.png -share/icons/oxygen/22x22/devices/infrared-remote.png share/icons/oxygen/32x32/apps/kcmdf.png -share/icons/oxygen/32x32/devices/infrared-remote.png -share/icons/oxygen/42x42/devices/infrared-remote.png -share/icons/oxygen/48x48/devices/infrared-remote.png -share/icons/oxygen/64x64/devices/infrared-remote.png -share/icons/oxygen/8x8/devices/infrared-remote.png -share/icons/oxygen/scalable/actions/irkickflash.svgz -share/icons/oxygen/scalable/actions/irkickoff.svgz -share/icons/oxygen/scalable/devices/infrared-remote.svgz share/kde4/services/ServiceMenus/ark_addtoservicemenu.desktop share/kde4/services/ServiceMenus/ark_servicemenu.desktop share/kde4/services/ServiceMenus/encryptfile.desktop @@ -295,8 +669,9 @@ share/kde4/services/ServiceMenus/viewdecrypted.desktop share/kde4/services/ark_dndextract.desktop share/kde4/services/ark_part.desktop share/kde4/services/kbytearrayedit.desktop -share/kde4/services/kcm_lirc.desktop +share/kde4/services/kcm_remotecontrol.desktop share/kde4/services/kcmdf.desktop +share/kde4/services/kded/kremotecontroldaemon.desktop share/kde4/services/kerfuffle_cli7z.desktop share/kde4/services/kerfuffle_clirar.desktop share/kde4/services/kerfuffle_clizip.desktop @@ -307,27 +682,42 @@ share/kde4/services/kerfuffle_libxz.desktop share/kde4/services/kwalletconfig.desktop share/kde4/services/kwalletmanager_show.desktop share/kde4/services/oktetapart.desktop +share/kde4/services/plasma-engine-kremotecontrol.desktop share/kde4/services/plasma-package-superkaramba.desktop share/kde4/services/plasma-scriptengine-superkaramba.desktop share/kde4/servicetypes/kerfufflePlugin.desktop +share/mime/application/base64.xml +share/mime/application/btoa.xml +share/mime/application/x-vnd.kde.okteta.structure.xml +share/mime/packages/okteta.xml +share/mime/text/x-ascii85.xml +share/mime/text/x-base32.xml +share/mime/text/x-ihex.xml +share/mime/text/x-srecord.xml +share/mime/text/x-uuencode.xml +share/mime/text/x-xxencode.xml @dirrmtry share/icons/oxygen/42x42/devices @dirrmtry share/icons/oxygen/42x42 -@dirrm share/doc/HTML/en/superkaramba +@dirrmtry share/icons/hicolor/8x8/devices +@dirrmtry share/icons/hicolor/8x8 +@dirrmtry share/icons/hicolor/42x42/devices +@dirrmtry share/icons/hicolor/42x42 +@dirrm share/doc/HTML/en/sweeper @dirrm share/doc/HTML/en/okteta @dirrm share/doc/HTML/en/kwallet @dirrm share/doc/HTML/en/ktimer @dirrm share/doc/HTML/en/kgpg @dirrm share/doc/HTML/en/kfloppy @dirrm share/doc/HTML/en/kdf +@dirrm share/doc/HTML/en/kcontrol/kremotecontrol @dirrm share/doc/HTML/en/kcontrol/blockdevices -@dirrm share/doc/HTML/en/kcmlirc @dirrm share/doc/HTML/en/kcharselect @dirrm share/doc/HTML/en/kcalc -@dirrm share/doc/HTML/en/irkick @dirrm share/doc/HTML/en/ark @dirrm share/apps/sweeper @dirrm share/apps/superkaramba @dirrm share/apps/oktetapart +@dirrm share/apps/okteta/structures/png @dirrm share/apps/okteta/structures/elf @dirrm share/apps/okteta/structures @dirrm share/apps/okteta @@ -336,6 +726,9 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kwalletmanager/icons/oxygen @dirrm share/apps/kwalletmanager/icons @dirrm share/apps/kwalletmanager +@dirrm share/apps/kremotecontroldaemon +@dirrm share/apps/kremotecontrol/profiles +@dirrm share/apps/kremotecontrol @dirrm share/apps/kgpg/icons/oxygen/scalable/status @dirrm share/apps/kgpg/icons/oxygen/scalable/actions @dirrm share/apps/kgpg/icons/oxygen/scalable @@ -356,5 +749,10 @@ share/kde4/servicetypes/kerfufflePlugin.desktop @dirrm share/apps/kgpg @dirrm share/apps/kdf @dirrm share/apps/kcalc -@dirrm share/apps/irkick @dirrm share/apps/ark +@dirrmtry include/okteta +@dirrmtry include/kasten +@dirrmtry include/KDE/Okteta +@dirrmtry include/KDE/Kasten +@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true +@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/ukrainian/kde4-l10n/Makefile.man b/ukrainian/kde4-l10n/Makefile.man index 6b550f3cc1a7..d30fe4384e9f 100644 --- a/ukrainian/kde4-l10n/Makefile.man +++ b/ukrainian/kde4-l10n/Makefile.man @@ -1,4 +1,4 @@ -MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kabcclient.1 kalzium.1 kappfinder.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 +MAN1= adddebug.1 ark.1 cheatmake.1 checkXML.1 create_cvsignore.1 create_makefile.1 create_makefiles.1 cvscheck.1 cvslastchange.1 cvslastlog.1 cvsrevertlast.1 cxxmetric.1 demangle.1 extend_dmalloc.1 extractrc.1 fixincludes.1 kalzium.1 kate.1 kbookmarkmerger.1 kbruch.1 kconfig_compiler.1 kde4-config.1 kdesu.1 kfind.1 kig.1 kjs.1 kjscmd.1 kmag.1 kmousetool.1 kmouth.1 kmplot.1 kross.1 ktouch.1 makekdewidgets.1 plasmaengineexplorer.1 po2xml.1 preparetips.1 pruneemptydirs.1 qtdoc.1 reportview.1 split2po.1 swappo.1 transxx.1 xml2pot.1 zonetab2pot.py.1 MAN6= amor.6 khangman.6 kpat.6 MAN7= kdeoptions.7 qtoptions.7 MAN8= kbuildsycoca4.8 kcookiejar4.8 kded4.8 kdeinit4.8 meinproc4.8 nepomukserver.8 nepomukservicestub.8 diff --git a/ukrainian/kde4-l10n/distinfo b/ukrainian/kde4-l10n/distinfo index af755a2f838c..ead9a0806370 100644 --- a/ukrainian/kde4-l10n/distinfo +++ b/ukrainian/kde4-l10n/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kde-l10n/kde-l10n-uk-4.4.5.tar.bz2) = 96e2d205edd2aa68b338ee2177893663 -SHA256 (KDE/kde-l10n/kde-l10n-uk-4.4.5.tar.bz2) = a279b785fc8e0820e4a1cd7f9ded9833f348c53dd5b6cf87df9bc8b7c60b65c6 -SIZE (KDE/kde-l10n/kde-l10n-uk-4.4.5.tar.bz2) = 13957369 +MD5 (KDE/kde-l10n/kde-l10n-uk-4.5.1.tar.bz2) = 9546030bf9d1c9f6fba93e493ef7fd49 +SHA256 (KDE/kde-l10n/kde-l10n-uk-4.5.1.tar.bz2) = e3d217162fdd862682c77b2f07111550c6cba09e0f24a917c43176c4d16f325d +SIZE (KDE/kde-l10n/kde-l10n-uk-4.5.1.tar.bz2) = 12903869 diff --git a/ukrainian/kde4-l10n/pkg-plist b/ukrainian/kde4-l10n/pkg-plist index 99ece4b1f7c7..57a4ef671163 100644 --- a/ukrainian/kde4-l10n/pkg-plist +++ b/ukrainian/kde4-l10n/pkg-plist @@ -199,15 +199,19 @@ share/apps/kvtml/uk/vegetables.kvtml share/apps/kvtml/uk/worldcapitals.kvtml share/apps/step/objinfo/l10n/uk/Box.html share/apps/step/objinfo/l10n/uk/ChargedParticle.html +share/apps/step/objinfo/l10n/uk/CoulombForce.html share/apps/step/objinfo/l10n/uk/Disk.html share/apps/step/objinfo/l10n/uk/Gas.html share/apps/step/objinfo/l10n/uk/GasLJForce.html share/apps/step/objinfo/l10n/uk/GasParticle.html +share/apps/step/objinfo/l10n/uk/GravitationForce.html +share/apps/step/objinfo/l10n/uk/LinearMotor.html share/apps/step/objinfo/l10n/uk/Meter.html share/apps/step/objinfo/l10n/uk/Note.html share/apps/step/objinfo/l10n/uk/Particle.html share/apps/step/objinfo/l10n/uk/Polygon.html share/apps/step/objinfo/l10n/uk/Spring.html +share/apps/step/objinfo/l10n/uk/WeightForce.html share/apps/step/objinfo/l10n/uk/World.html share/doc/HTML/uk/PolicyKit-kde/authorization.docbook share/doc/HTML/uk/PolicyKit-kde/authorizationagent.docbook @@ -216,24 +220,6 @@ share/doc/HTML/uk/PolicyKit-kde/howitworks.docbook share/doc/HTML/uk/PolicyKit-kde/index.cache.bz2 share/doc/HTML/uk/PolicyKit-kde/index.docbook share/doc/HTML/uk/PolicyKit-kde/introduction.docbook -share/doc/HTML/uk/akregator/add-feed.png -share/doc/HTML/uk/akregator/add-feed2.png -share/doc/HTML/uk/akregator/add-folder.png -share/doc/HTML/uk/akregator/add-folder2.png -share/doc/HTML/uk/akregator/advanced-tab.png -share/doc/HTML/uk/akregator/appearance-tab.png -share/doc/HTML/uk/akregator/archive-tab.png -share/doc/HTML/uk/akregator/browser-tab.png -share/doc/HTML/uk/akregator/common -share/doc/HTML/uk/akregator/general-tab.png -share/doc/HTML/uk/akregator/index.cache.bz2 -share/doc/HTML/uk/akregator/index.docbook -share/doc/HTML/uk/akregator/konq.png -share/doc/HTML/uk/akregator/main-window.png -share/doc/HTML/uk/akregator/main-window2.png -share/doc/HTML/uk/akregator/main-window3.png -share/doc/HTML/uk/akregator/main-window4.png -share/doc/HTML/uk/akregator/quick-filter.png share/doc/HTML/uk/amor/common share/doc/HTML/uk/amor/index.cache.bz2 share/doc/HTML/uk/amor/index.docbook @@ -249,9 +235,6 @@ share/doc/HTML/uk/blinken/blinken_nickprompt.png share/doc/HTML/uk/blinken/common share/doc/HTML/uk/blinken/index.cache.bz2 share/doc/HTML/uk/blinken/index.docbook -share/doc/HTML/uk/blogilo/common -share/doc/HTML/uk/blogilo/index.cache.bz2 -share/doc/HTML/uk/blogilo/index.docbook share/doc/HTML/uk/bomber/common share/doc/HTML/uk/bomber/index.cache.bz2 share/doc/HTML/uk/bomber/index.docbook @@ -300,9 +283,9 @@ share/doc/HTML/uk/gwenview/introduction.docbook share/doc/HTML/uk/gwenview/keybindings.docbook share/doc/HTML/uk/gwenview/mouse.docbook share/doc/HTML/uk/gwenview/view_mode.png -share/doc/HTML/uk/irkick/common -share/doc/HTML/uk/irkick/index.cache.bz2 -share/doc/HTML/uk/irkick/index.docbook +share/doc/HTML/uk/jovie/common +share/doc/HTML/uk/jovie/index.cache.bz2 +share/doc/HTML/uk/jovie/index.docbook share/doc/HTML/uk/juk/common share/doc/HTML/uk/juk/index.cache.bz2 share/doc/HTML/uk/juk/index.docbook @@ -310,13 +293,9 @@ share/doc/HTML/uk/juk/juk-adv-search.png share/doc/HTML/uk/juk/juk-file-renamer.png share/doc/HTML/uk/juk/juk-main.png share/doc/HTML/uk/juk/juk-tag-gusser.png -share/doc/HTML/uk/kabcclient/common -share/doc/HTML/uk/kabcclient/index.cache.bz2 -share/doc/HTML/uk/kabcclient/index.docbook -share/doc/HTML/uk/kabcclient/man-kabcclient.1.docbook -share/doc/HTML/uk/kalarm/common -share/doc/HTML/uk/kalarm/index.cache.bz2 -share/doc/HTML/uk/kalarm/index.docbook +share/doc/HTML/uk/kajongg/common +share/doc/HTML/uk/kajongg/index.cache.bz2 +share/doc/HTML/uk/kajongg/index.docbook share/doc/HTML/uk/kalgebra/common share/doc/HTML/uk/kalgebra/index.cache.bz2 share/doc/HTML/uk/kalgebra/index.docbook @@ -429,9 +408,7 @@ share/doc/HTML/uk/kcalc/index.docbook share/doc/HTML/uk/kcharselect/common share/doc/HTML/uk/kcharselect/index.cache.bz2 share/doc/HTML/uk/kcharselect/index.docbook -share/doc/HTML/uk/kcmlirc/common -share/doc/HTML/uk/kcmlirc/index.cache.bz2 -share/doc/HTML/uk/kcmlirc/index.docbook +share/doc/HTML/uk/kcharselect/kcharselect.png share/doc/HTML/uk/kcontrol/attica/common share/doc/HTML/uk/kcontrol/attica/index.cache.bz2 share/doc/HTML/uk/kcontrol/attica/index.docbook @@ -493,9 +470,6 @@ share/doc/HTML/uk/kcontrol/fonts/common share/doc/HTML/uk/kcontrol/fonts/index.cache.bz2 share/doc/HTML/uk/kcontrol/fonts/index.docbook share/doc/HTML/uk/kcontrol/fonts/main.png -share/doc/HTML/uk/kcontrol/helpindex/common -share/doc/HTML/uk/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/uk/kcontrol/helpindex/index.docbook share/doc/HTML/uk/kcontrol/history/common share/doc/HTML/uk/kcontrol/history/index.cache.bz2 share/doc/HTML/uk/kcontrol/history/index.docbook @@ -517,9 +491,6 @@ share/doc/HTML/uk/kcontrol/kcmcgi/index.docbook share/doc/HTML/uk/kcontrol/kcmcss/common share/doc/HTML/uk/kcontrol/kcmcss/index.cache.bz2 share/doc/HTML/uk/kcontrol/kcmcss/index.docbook -share/doc/HTML/uk/kcontrol/kcmdisplay/common -share/doc/HTML/uk/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/uk/kcontrol/kcmdisplay/index.docbook share/doc/HTML/uk/kcontrol/kcmlaunch/common share/doc/HTML/uk/kcontrol/kcmlaunch/index.cache.bz2 share/doc/HTML/uk/kcontrol/kcmlaunch/index.docbook @@ -562,6 +533,9 @@ share/doc/HTML/uk/kcontrol/khtml-plugins/index.docbook share/doc/HTML/uk/kcontrol/knetworkconf/common share/doc/HTML/uk/kcontrol/knetworkconf/index.cache.bz2 share/doc/HTML/uk/kcontrol/knetworkconf/index.docbook +share/doc/HTML/uk/kcontrol/kremotecontrol/common +share/doc/HTML/uk/kcontrol/kremotecontrol/index.cache.bz2 +share/doc/HTML/uk/kcontrol/kremotecontrol/index.docbook share/doc/HTML/uk/kcontrol/kresources/common share/doc/HTML/uk/kcontrol/kresources/index.cache.bz2 share/doc/HTML/uk/kcontrol/kresources/index.docbook @@ -577,9 +551,6 @@ share/doc/HTML/uk/kcontrol/kwinscreenedges/index.docbook share/doc/HTML/uk/kcontrol/kwintabbox/common share/doc/HTML/uk/kcontrol/kwintabbox/index.cache.bz2 share/doc/HTML/uk/kcontrol/kwintabbox/index.docbook -share/doc/HTML/uk/kcontrol/kxkb/common -share/doc/HTML/uk/kcontrol/kxkb/index.cache.bz2 -share/doc/HTML/uk/kcontrol/kxkb/index.docbook share/doc/HTML/uk/kcontrol/language/common share/doc/HTML/uk/kcontrol/language/index.cache.bz2 share/doc/HTML/uk/kcontrol/language/index.docbook @@ -680,6 +651,10 @@ share/doc/HTML/uk/kfind/man-kfind.1.docbook share/doc/HTML/uk/kfloppy/common share/doc/HTML/uk/kfloppy/index.cache.bz2 share/doc/HTML/uk/kfloppy/index.docbook +share/doc/HTML/uk/kfontview/common +share/doc/HTML/uk/kfontview/index.cache.bz2 +share/doc/HTML/uk/kfontview/index.docbook +share/doc/HTML/uk/kfontview/kfontview.png share/doc/HTML/uk/kfourinline/common share/doc/HTML/uk/kfourinline/index.cache.bz2 share/doc/HTML/uk/kfourinline/index.docbook @@ -702,8 +677,24 @@ share/doc/HTML/uk/kgeography/index.docbook share/doc/HTML/uk/kgeography/kgeography.png share/doc/HTML/uk/kgeography/zoom.png share/doc/HTML/uk/kget/common +share/doc/HTML/uk/kget/file.png +share/doc/HTML/uk/kget/import_link.png share/doc/HTML/uk/kget/index.cache.bz2 share/doc/HTML/uk/kget/index.docbook +share/doc/HTML/uk/kget/kget_Advanced.png +share/doc/HTML/uk/kget/kget_Appearance.png +share/doc/HTML/uk/kget/kget_Network.png +share/doc/HTML/uk/kget/kget_Web_Interface.png +share/doc/HTML/uk/kget/kget_drop_target.png +share/doc/HTML/uk/kget/kget_group.png +share/doc/HTML/uk/kget/kget_groups.png +share/doc/HTML/uk/kget/kget_plugins.png +share/doc/HTML/uk/kget/kget_transfer_hostory.png +share/doc/HTML/uk/kget/kget_verification.png +share/doc/HTML/uk/kget/metalink0.png +share/doc/HTML/uk/kget/metalink1.png +share/doc/HTML/uk/kget/metalink2.png +share/doc/HTML/uk/kget/metalink3.png share/doc/HTML/uk/kgoldrunner/common share/doc/HTML/uk/kgoldrunner/index.cache.bz2 share/doc/HTML/uk/kgoldrunner/index.docbook @@ -723,97 +714,12 @@ share/doc/HTML/uk/khangman/settings-general.png share/doc/HTML/uk/khangman/settings-languages.png share/doc/HTML/uk/khangman/settings-timers.png share/doc/HTML/uk/khelpcenter/common -share/doc/HTML/uk/khelpcenter/contact.docbook -share/doc/HTML/uk/khelpcenter/faq/about.docbook -share/doc/HTML/uk/khelpcenter/faq/common -share/doc/HTML/uk/khelpcenter/faq/configkde.docbook -share/doc/HTML/uk/khelpcenter/faq/contrib.docbook -share/doc/HTML/uk/khelpcenter/faq/desktop.docbook -share/doc/HTML/uk/khelpcenter/faq/filemng.docbook -share/doc/HTML/uk/khelpcenter/faq/getkde.docbook -share/doc/HTML/uk/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/uk/khelpcenter/faq/index.docbook -share/doc/HTML/uk/khelpcenter/faq/install.docbook -share/doc/HTML/uk/khelpcenter/faq/intro.docbook -share/doc/HTML/uk/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/uk/khelpcenter/faq/misc.docbook -share/doc/HTML/uk/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/uk/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/uk/khelpcenter/faq/notrelated.docbook -share/doc/HTML/uk/khelpcenter/faq/panel.docbook -share/doc/HTML/uk/khelpcenter/faq/qt.docbook -share/doc/HTML/uk/khelpcenter/faq/questions.docbook -share/doc/HTML/uk/khelpcenter/faq/sound.docbook -share/doc/HTML/uk/khelpcenter/faq/tips.docbook -share/doc/HTML/uk/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/uk/khelpcenter/faq/winmng.docbook share/doc/HTML/uk/khelpcenter/glossary/common share/doc/HTML/uk/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/uk/khelpcenter/glossary/index.docbook share/doc/HTML/uk/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/uk/khelpcenter/help.docbook share/doc/HTML/uk/khelpcenter/index.cache.bz2 share/doc/HTML/uk/khelpcenter/index.docbook -share/doc/HTML/uk/khelpcenter/quickstart/common -share/doc/HTML/uk/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/uk/khelpcenter/quickstart/index.docbook -share/doc/HTML/uk/khelpcenter/support.docbook -share/doc/HTML/uk/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/uk/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/uk/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/uk/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/uk/khelpcenter/userguide/common -share/doc/HTML/uk/khelpcenter/userguide/control-center.docbook -share/doc/HTML/uk/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/uk/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/uk/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/uk/khelpcenter/userguide/email.docbook -share/doc/HTML/uk/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/uk/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/uk/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/uk/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/uk/khelpcenter/userguide/glossary.docbook -share/doc/HTML/uk/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/uk/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/uk/khelpcenter/userguide/index.docbook -share/doc/HTML/uk/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/uk/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/uk/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/uk/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/uk/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/uk/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/uk/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/uk/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/uk/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/uk/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/uk/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/uk/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/uk/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/uk/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/uk/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/uk/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/uk/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/uk/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/uk/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/uk/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/uk/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/uk/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/uk/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/uk/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/uk/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/uk/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/uk/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/uk/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/uk/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/uk/khelpcenter/userguide/usenet.docbook -share/doc/HTML/uk/khelpcenter/userguide/where-next.docbook -share/doc/HTML/uk/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/uk/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/uk/khelpcenter/visualdict/common -share/doc/HTML/uk/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/uk/khelpcenter/visualdict/index.docbook -share/doc/HTML/uk/khelpcenter/welcome.docbook -share/doc/HTML/uk/khelpcenter/whatiskde.docbook share/doc/HTML/uk/kig/common share/doc/HTML/uk/kig/constructed_a_point.png share/doc/HTML/uk/kig/index.cache.bz2 @@ -837,59 +743,8 @@ share/doc/HTML/uk/kimagemapeditor/common share/doc/HTML/uk/kimagemapeditor/index.cache.bz2 share/doc/HTML/uk/kimagemapeditor/index.docbook share/doc/HTML/uk/kinfocenter/common -share/doc/HTML/uk/kinfocenter/devices/common -share/doc/HTML/uk/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/devices/index.docbook -share/doc/HTML/uk/kinfocenter/dma/common -share/doc/HTML/uk/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/dma/index.docbook share/doc/HTML/uk/kinfocenter/index.cache.bz2 share/doc/HTML/uk/kinfocenter/index.docbook -share/doc/HTML/uk/kinfocenter/interrupts/common -share/doc/HTML/uk/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/interrupts/index.docbook -share/doc/HTML/uk/kinfocenter/ioports/common -share/doc/HTML/uk/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/ioports/index.docbook -share/doc/HTML/uk/kinfocenter/memory/common -share/doc/HTML/uk/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/memory/index.docbook -share/doc/HTML/uk/kinfocenter/nics/common -share/doc/HTML/uk/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/nics/index.docbook -share/doc/HTML/uk/kinfocenter/opengl/common -share/doc/HTML/uk/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/opengl/index.docbook -share/doc/HTML/uk/kinfocenter/partitions/common -share/doc/HTML/uk/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/partitions/index.docbook -share/doc/HTML/uk/kinfocenter/pci/common -share/doc/HTML/uk/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/pci/index.docbook -share/doc/HTML/uk/kinfocenter/processor/common -share/doc/HTML/uk/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/processor/index.docbook -share/doc/HTML/uk/kinfocenter/protocols/common -share/doc/HTML/uk/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/protocols/index.docbook -share/doc/HTML/uk/kinfocenter/samba/common -share/doc/HTML/uk/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/samba/index.docbook -share/doc/HTML/uk/kinfocenter/scsi/common -share/doc/HTML/uk/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/scsi/index.docbook -share/doc/HTML/uk/kinfocenter/sound/common -share/doc/HTML/uk/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/sound/index.docbook -share/doc/HTML/uk/kinfocenter/usb/common -share/doc/HTML/uk/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/usb/index.docbook -share/doc/HTML/uk/kinfocenter/view1394/common -share/doc/HTML/uk/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/view1394/index.docbook -share/doc/HTML/uk/kinfocenter/xserver/common -share/doc/HTML/uk/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/uk/kinfocenter/xserver/index.docbook share/doc/HTML/uk/kioslave/audiocd/common share/doc/HTML/uk/kioslave/audiocd/index.cache.bz2 share/doc/HTML/uk/kioslave/audiocd/index.docbook @@ -950,9 +805,6 @@ share/doc/HTML/uk/kioslave/mbox/index.docbook share/doc/HTML/uk/kioslave/network/common share/doc/HTML/uk/kioslave/network/index.cache.bz2 share/doc/HTML/uk/kioslave/network/index.docbook -share/doc/HTML/uk/kioslave/news/common -share/doc/HTML/uk/kioslave/news/index.cache.bz2 -share/doc/HTML/uk/kioslave/news/index.docbook share/doc/HTML/uk/kioslave/nfs/common share/doc/HTML/uk/kioslave/nfs/index.cache.bz2 share/doc/HTML/uk/kioslave/nfs/index.docbook @@ -1000,15 +852,9 @@ share/doc/HTML/uk/kiten/index.cache.bz2 share/doc/HTML/uk/kiten/index.docbook share/doc/HTML/uk/kiten/kiten1.png share/doc/HTML/uk/kiten/kiten2.png -share/doc/HTML/uk/kjots/common -share/doc/HTML/uk/kjots/index.cache.bz2 -share/doc/HTML/uk/kjots/index.docbook share/doc/HTML/uk/kjumpingcube/common share/doc/HTML/uk/kjumpingcube/index.cache.bz2 share/doc/HTML/uk/kjumpingcube/index.docbook -share/doc/HTML/uk/kleopatra/common -share/doc/HTML/uk/kleopatra/index.cache.bz2 -share/doc/HTML/uk/kleopatra/index.docbook share/doc/HTML/uk/klettres/common share/doc/HTML/uk/klettres/index.cache.bz2 share/doc/HTML/uk/klettres/index.docbook @@ -1038,17 +884,6 @@ share/doc/HTML/uk/kmag/man-kmag.1.docbook share/doc/HTML/uk/kmahjongg/common share/doc/HTML/uk/kmahjongg/index.cache.bz2 share/doc/HTML/uk/kmahjongg/index.docbook -share/doc/HTML/uk/kmail/common -share/doc/HTML/uk/kmail/configure.docbook -share/doc/HTML/uk/kmail/credits-and-licenses.docbook -share/doc/HTML/uk/kmail/faq.docbook -share/doc/HTML/uk/kmail/getting-started.docbook -share/doc/HTML/uk/kmail/importing.docbook -share/doc/HTML/uk/kmail/index.cache.bz2 -share/doc/HTML/uk/kmail/index.docbook -share/doc/HTML/uk/kmail/intro.docbook -share/doc/HTML/uk/kmail/menus.docbook -share/doc/HTML/uk/kmail/using-kmail.docbook share/doc/HTML/uk/kmenuedit/common share/doc/HTML/uk/kmenuedit/index.cache.bz2 share/doc/HTML/uk/kmenuedit/index.docbook @@ -1094,29 +929,13 @@ share/doc/HTML/uk/knetattach/index.docbook share/doc/HTML/uk/knetwalk/common share/doc/HTML/uk/knetwalk/index.cache.bz2 share/doc/HTML/uk/knetwalk/index.docbook -share/doc/HTML/uk/knode/commands.docbook -share/doc/HTML/uk/knode/common -share/doc/HTML/uk/knode/credits.docbook -share/doc/HTML/uk/knode/faq.docbook -share/doc/HTML/uk/knode/gloss.docbook -share/doc/HTML/uk/knode/index.cache.bz2 -share/doc/HTML/uk/knode/index.docbook -share/doc/HTML/uk/knode/install.docbook -share/doc/HTML/uk/knode/introduction.docbook -share/doc/HTML/uk/knode/journey.docbook -share/doc/HTML/uk/knode/more.docbook -share/doc/HTML/uk/knode/using-firststart.docbook -share/doc/HTML/uk/knode/using-morefeatures.docbook -share/doc/HTML/uk/knode/using-subscribing.docbook -share/doc/HTML/uk/knotes/common -share/doc/HTML/uk/knotes/index.cache.bz2 -share/doc/HTML/uk/knotes/index.docbook share/doc/HTML/uk/kolf/common share/doc/HTML/uk/kolf/index.cache.bz2 share/doc/HTML/uk/kolf/index.docbook share/doc/HTML/uk/kollision/common share/doc/HTML/uk/kollision/index.cache.bz2 share/doc/HTML/uk/kollision/index.docbook +share/doc/HTML/uk/kolourpaint/KolourPaint.png share/doc/HTML/uk/kolourpaint/common share/doc/HTML/uk/kolourpaint/image_balance.png share/doc/HTML/uk/kolourpaint/image_emboss.png @@ -1172,26 +991,12 @@ share/doc/HTML/uk/konquest/index.docbook share/doc/HTML/uk/konsole/common share/doc/HTML/uk/konsole/index.cache.bz2 share/doc/HTML/uk/konsole/index.docbook -share/doc/HTML/uk/konsolekalendar/common -share/doc/HTML/uk/konsolekalendar/index.cache.bz2 -share/doc/HTML/uk/konsolekalendar/index.docbook -share/doc/HTML/uk/kontact-admin/common -share/doc/HTML/uk/kontact-admin/index.cache.bz2 -share/doc/HTML/uk/kontact-admin/index.docbook -share/doc/HTML/uk/kontact/common -share/doc/HTML/uk/kontact/index.cache.bz2 -share/doc/HTML/uk/kontact/index.docbook share/doc/HTML/uk/kopete/chatstyle.docbook share/doc/HTML/uk/kopete/common share/doc/HTML/uk/kopete/index.cache.bz2 share/doc/HTML/uk/kopete/index.docbook share/doc/HTML/uk/kopete/menus.docbook share/doc/HTML/uk/kopete/pipes.docbook -share/doc/HTML/uk/korganizer/common -share/doc/HTML/uk/korganizer/index.cache.bz2 -share/doc/HTML/uk/korganizer/index.docbook -share/doc/HTML/uk/korganizer/outlook-to-vcalendar.docbook -share/doc/HTML/uk/korganizer/plugins-chapter.docbook share/doc/HTML/uk/kpat/common share/doc/HTML/uk/kpat/index.cache.bz2 share/doc/HTML/uk/kpat/index.docbook @@ -1354,9 +1159,6 @@ share/doc/HTML/uk/kteatime/index.docbook share/doc/HTML/uk/ktimer/common share/doc/HTML/uk/ktimer/index.cache.bz2 share/doc/HTML/uk/ktimer/index.docbook -share/doc/HTML/uk/ktimetracker/common -share/doc/HTML/uk/ktimetracker/index.cache.bz2 -share/doc/HTML/uk/ktimetracker/index.docbook share/doc/HTML/uk/ktouch/common share/doc/HTML/uk/ktouch/index.cache.bz2 share/doc/HTML/uk/ktouch/index.docbook @@ -1364,9 +1166,6 @@ share/doc/HTML/uk/ktouch/man-ktouch.1.docbook share/doc/HTML/uk/ktron/common share/doc/HTML/uk/ktron/index.cache.bz2 share/doc/HTML/uk/ktron/index.docbook -share/doc/HTML/uk/kttsd/common -share/doc/HTML/uk/kttsd/index.cache.bz2 -share/doc/HTML/uk/kttsd/index.docbook share/doc/HTML/uk/ktuberling/button-load.png share/doc/HTML/uk/ktuberling/button-new.png share/doc/HTML/uk/ktuberling/button-print.png @@ -1402,12 +1201,6 @@ share/doc/HTML/uk/kuser/kuser.png share/doc/HTML/uk/kwallet/common share/doc/HTML/uk/kwallet/index.cache.bz2 share/doc/HTML/uk/kwallet/index.docbook -share/doc/HTML/uk/kwatchgnupg/common -share/doc/HTML/uk/kwatchgnupg/index.cache.bz2 -share/doc/HTML/uk/kwatchgnupg/index.docbook -share/doc/HTML/uk/kweather/common -share/doc/HTML/uk/kweather/index.cache.bz2 -share/doc/HTML/uk/kweather/index.docbook share/doc/HTML/uk/kwordquiz/common share/doc/HTML/uk/kwordquiz/index.cache.bz2 share/doc/HTML/uk/kwordquiz/index.docbook @@ -1456,14 +1249,17 @@ share/doc/HTML/uk/okular/configure.png share/doc/HTML/uk/okular/embedded-files-bar.png share/doc/HTML/uk/okular/index.cache.bz2 share/doc/HTML/uk/okular/index.docbook +share/doc/HTML/uk/onlinehelp/common +share/doc/HTML/uk/onlinehelp/index.cache.bz2 +share/doc/HTML/uk/onlinehelp/index.docbook share/doc/HTML/uk/palapeli/common share/doc/HTML/uk/palapeli/index.cache.bz2 share/doc/HTML/uk/palapeli/index.docbook share/doc/HTML/uk/parley/common share/doc/HTML/uk/parley/index.cache.bz2 share/doc/HTML/uk/parley/index.docbook +share/doc/HTML/uk/plasma-desktop/add-widgets.png share/doc/HTML/uk/plasma-desktop/common -share/doc/HTML/uk/plasma-desktop/favorite-widgets.png share/doc/HTML/uk/plasma-desktop/index.cache.bz2 share/doc/HTML/uk/plasma-desktop/index.docbook share/doc/HTML/uk/plasma-desktop/taskbar-settings.png @@ -1482,9 +1278,10 @@ share/doc/HTML/uk/step/index.cache.bz2 share/doc/HTML/uk/step/index.docbook share/doc/HTML/uk/step/mainwindow.png share/doc/HTML/uk/step/tutorials.docbook -share/doc/HTML/uk/superkaramba/common -share/doc/HTML/uk/superkaramba/index.cache.bz2 -share/doc/HTML/uk/superkaramba/index.docbook +share/doc/HTML/uk/sweeper/common +share/doc/HTML/uk/sweeper/index.cache.bz2 +share/doc/HTML/uk/sweeper/index.docbook +share/doc/HTML/uk/sweeper/sweeper.png share/doc/HTML/uk/systemsettings/common share/doc/HTML/uk/systemsettings/index.cache.bz2 share/doc/HTML/uk/systemsettings/index.docbook @@ -1498,33 +1295,7 @@ share/doc/HTML/uk/umbrello/introduction.docbook share/doc/HTML/uk/umbrello/other_features.docbook share/doc/HTML/uk/umbrello/uml_basics.docbook share/doc/HTML/uk/umbrello/working_with_umbrello.docbook -share/locale/uk/LC_MESSAGES/akonadi-kcal.mo -share/locale/uk/LC_MESSAGES/akonadi_birthdays_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_contacts_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_ical_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_imap_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_kabc_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_kcal_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_knut_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_kolabproxy_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_kresourceassistant.mo -share/locale/uk/LC_MESSAGES/akonadi_localbookmarks_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_maildir_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_maildispatcher_agent.mo -share/locale/uk/LC_MESSAGES/akonadi_mailtransport_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_mbox_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_microblog_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_nepomuktag_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_next.mo -share/locale/uk/LC_MESSAGES/akonadi_nntp_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_openchange_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_pop3_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_singlefile_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_vcard_resource.mo -share/locale/uk/LC_MESSAGES/akonadi_vcarddir_resource.mo share/locale/uk/LC_MESSAGES/akonadicontact.mo -share/locale/uk/LC_MESSAGES/akonaditray.mo -share/locale/uk/LC_MESSAGES/akregator.mo share/locale/uk/LC_MESSAGES/amor.mo share/locale/uk/LC_MESSAGES/ark.mo share/locale/uk/LC_MESSAGES/attica_kde.mo @@ -1532,43 +1303,37 @@ share/locale/uk/LC_MESSAGES/audiocd_encoder_lame.mo share/locale/uk/LC_MESSAGES/audiocd_encoder_vorbis.mo share/locale/uk/LC_MESSAGES/audiorename_plugin.mo share/locale/uk/LC_MESSAGES/blinken.mo -share/locale/uk/LC_MESSAGES/blogilo.mo share/locale/uk/LC_MESSAGES/bomber.mo share/locale/uk/LC_MESSAGES/bovo.mo share/locale/uk/LC_MESSAGES/cantor.mo share/locale/uk/LC_MESSAGES/cervisia.mo -share/locale/uk/LC_MESSAGES/cryptopageplugin.mo share/locale/uk/LC_MESSAGES/cvsservice.mo share/locale/uk/LC_MESSAGES/display.mo share/locale/uk/LC_MESSAGES/dolphin.mo share/locale/uk/LC_MESSAGES/dragonplayer.mo share/locale/uk/LC_MESSAGES/drkonqi.mo share/locale/uk/LC_MESSAGES/filetypes.mo +share/locale/uk/LC_MESSAGES/fileviewsvnplugin.mo +share/locale/uk/LC_MESSAGES/freespacenotifier.mo share/locale/uk/LC_MESSAGES/granatier.mo share/locale/uk/LC_MESSAGES/gwenview.mo share/locale/uk/LC_MESSAGES/htmlsearch.mo share/locale/uk/LC_MESSAGES/imagerename_plugin.mo -share/locale/uk/LC_MESSAGES/irkick.mo +share/locale/uk/LC_MESSAGES/jovie.mo share/locale/uk/LC_MESSAGES/joystick.mo share/locale/uk/LC_MESSAGES/juk.mo share/locale/uk/LC_MESSAGES/kabc.mo -share/locale/uk/LC_MESSAGES/kabc_akonadi.mo share/locale/uk/LC_MESSAGES/kabc_dir.mo share/locale/uk/LC_MESSAGES/kabc_file.mo share/locale/uk/LC_MESSAGES/kabc_ldapkio.mo share/locale/uk/LC_MESSAGES/kabc_net.mo -share/locale/uk/LC_MESSAGES/kabc_slox.mo -share/locale/uk/LC_MESSAGES/kabcclient.mo share/locale/uk/LC_MESSAGES/kabcformat_binary.mo share/locale/uk/LC_MESSAGES/kaccess.mo -share/locale/uk/LC_MESSAGES/kaddressbook.mo -share/locale/uk/LC_MESSAGES/kalarm.mo +share/locale/uk/LC_MESSAGES/kajongg.mo share/locale/uk/LC_MESSAGES/kalgebra.mo share/locale/uk/LC_MESSAGES/kalzium.mo -share/locale/uk/LC_MESSAGES/kalzium_qt.mo share/locale/uk/LC_MESSAGES/kanagram.mo share/locale/uk/LC_MESSAGES/kapman.mo -share/locale/uk/LC_MESSAGES/kappfinder.mo share/locale/uk/LC_MESSAGES/kapptemplate.mo share/locale/uk/LC_MESSAGES/kate-ctags-plugin.mo share/locale/uk/LC_MESSAGES/kate.mo @@ -1580,20 +1345,17 @@ share/locale/uk/LC_MESSAGES/katefilebrowserplugin.mo share/locale/uk/LC_MESSAGES/katefiletemplates.mo share/locale/uk/LC_MESSAGES/katefindinfilesplugin.mo share/locale/uk/LC_MESSAGES/katehelloworld.mo -share/locale/uk/LC_MESSAGES/katehtmltools.mo share/locale/uk/LC_MESSAGES/kateinsertcommand.mo share/locale/uk/LC_MESSAGES/katekjswrapper.mo share/locale/uk/LC_MESSAGES/katekonsoleplugin.mo share/locale/uk/LC_MESSAGES/katemailfilesplugin.mo share/locale/uk/LC_MESSAGES/kateopenheader.mo share/locale/uk/LC_MESSAGES/katepart4.mo -share/locale/uk/LC_MESSAGES/katepybrowse.mo share/locale/uk/LC_MESSAGES/katequickdocumentswitcherplugin.mo -share/locale/uk/LC_MESSAGES/katesnippets.mo share/locale/uk/LC_MESSAGES/katesnippets_tng.mo -share/locale/uk/LC_MESSAGES/katesnippetstng_editor.mo share/locale/uk/LC_MESSAGES/katesymbolviewer.mo share/locale/uk/LC_MESSAGES/katetabbarextension.mo +share/locale/uk/LC_MESSAGES/katetabifyplugin.mo share/locale/uk/LC_MESSAGES/katetextfilter.mo share/locale/uk/LC_MESSAGES/katexmlcheck.mo share/locale/uk/LC_MESSAGES/katexmltools.mo @@ -1608,27 +1370,27 @@ share/locale/uk/LC_MESSAGES/kbruch.mo share/locale/uk/LC_MESSAGES/kbugbuster.mo share/locale/uk/LC_MESSAGES/kcachegrind.mo share/locale/uk/LC_MESSAGES/kcachegrind_qt.mo -share/locale/uk/LC_MESSAGES/kcal_akonadi.mo share/locale/uk/LC_MESSAGES/kcalc.mo share/locale/uk/LC_MESSAGES/kcertpart.mo share/locale/uk/LC_MESSAGES/kcharselect.mo -share/locale/uk/LC_MESSAGES/kcm_akonadi.mo share/locale/uk/LC_MESSAGES/kcm_akonadicontact_actions.mo share/locale/uk/LC_MESSAGES/kcm_attica.mo share/locale/uk/LC_MESSAGES/kcm_autostart.mo +share/locale/uk/LC_MESSAGES/kcm_desktoppaths.mo share/locale/uk/LC_MESSAGES/kcm_desktopthemedetails.mo share/locale/uk/LC_MESSAGES/kcm_device_automounter.mo share/locale/uk/LC_MESSAGES/kcm_emoticons.mo +share/locale/uk/LC_MESSAGES/kcm_infobase.mo +share/locale/uk/LC_MESSAGES/kcm_infosummary.mo share/locale/uk/LC_MESSAGES/kcm_krfb.mo share/locale/uk/LC_MESSAGES/kcm_kwindesktop.mo share/locale/uk/LC_MESSAGES/kcm_kwintabbox.mo -share/locale/uk/LC_MESSAGES/kcm_lirc.mo share/locale/uk/LC_MESSAGES/kcm_memory.mo -share/locale/uk/LC_MESSAGES/kcm_partition.mo share/locale/uk/LC_MESSAGES/kcm_pci.mo share/locale/uk/LC_MESSAGES/kcm_phonon.mo share/locale/uk/LC_MESSAGES/kcm_phononxine.mo share/locale/uk/LC_MESSAGES/kcm_platform.mo +share/locale/uk/LC_MESSAGES/kcm_remotecontrol.mo share/locale/uk/LC_MESSAGES/kcm_solid.mo share/locale/uk/LC_MESSAGES/kcm_solid_actions.mo share/locale/uk/LC_MESSAGES/kcm_standard_actions.mo @@ -1641,13 +1403,13 @@ share/locale/uk/LC_MESSAGES/kcmcgi.mo share/locale/uk/LC_MESSAGES/kcmcolors.mo share/locale/uk/LC_MESSAGES/kcmcomponentchooser.mo share/locale/uk/LC_MESSAGES/kcmcrypto.mo +share/locale/uk/LC_MESSAGES/kcmdevinfo.mo share/locale/uk/LC_MESSAGES/kcmfonts.mo share/locale/uk/LC_MESSAGES/kcmhtmlsearch.mo share/locale/uk/LC_MESSAGES/kcmicons.mo share/locale/uk/LC_MESSAGES/kcminfo.mo share/locale/uk/LC_MESSAGES/kcminit.mo share/locale/uk/LC_MESSAGES/kcminput.mo -share/locale/uk/LC_MESSAGES/kcmioslaveinfo.mo share/locale/uk/LC_MESSAGES/kcmkamera.mo share/locale/uk/LC_MESSAGES/kcmkclock.mo share/locale/uk/LC_MESSAGES/kcmkded.mo @@ -1676,7 +1438,6 @@ share/locale/uk/LC_MESSAGES/kcmscreensaver.mo share/locale/uk/LC_MESSAGES/kcmshell.mo share/locale/uk/LC_MESSAGES/kcmsmartcard.mo share/locale/uk/LC_MESSAGES/kcmsmserver.mo -share/locale/uk/LC_MESSAGES/kcmsolidproc.mo share/locale/uk/LC_MESSAGES/kcmstyle.mo share/locale/uk/LC_MESSAGES/kcmusb.mo share/locale/uk/LC_MESSAGES/kcmview1394.mo @@ -1690,16 +1451,11 @@ share/locale/uk/LC_MESSAGES/kdebugdialog.mo share/locale/uk/LC_MESSAGES/kdecalendarsystems.mo share/locale/uk/LC_MESSAGES/kdelibs4.mo share/locale/uk/LC_MESSAGES/kdelibs_colors4.mo -share/locale/uk/LC_MESSAGES/kdelirc.mo share/locale/uk/LC_MESSAGES/kdepasswd.mo -share/locale/uk/LC_MESSAGES/kdepimresources.mo -share/locale/uk/LC_MESSAGES/kdepimwizards.mo share/locale/uk/LC_MESSAGES/kdeqt.mo share/locale/uk/LC_MESSAGES/kdesu.mo share/locale/uk/LC_MESSAGES/kdesud.mo share/locale/uk/LC_MESSAGES/kdf.mo -share/locale/uk/LC_MESSAGES/kdgantt.mo -share/locale/uk/LC_MESSAGES/kdgantt1.mo share/locale/uk/LC_MESSAGES/kdialog.mo share/locale/uk/LC_MESSAGES/kdiamond.mo share/locale/uk/LC_MESSAGES/kdmconfig.mo @@ -1753,7 +1509,6 @@ share/locale/uk/LC_MESSAGES/kimagemapeditor.mo share/locale/uk/LC_MESSAGES/kinetd.mo share/locale/uk/LC_MESSAGES/kinfocenter.mo share/locale/uk/LC_MESSAGES/kio4.mo -share/locale/uk/LC_MESSAGES/kio_akonadi.mo share/locale/uk/LC_MESSAGES/kio_applications.mo share/locale/uk/LC_MESSAGES/kio_archive.mo share/locale/uk/LC_MESSAGES/kio_audiocd.mo @@ -1761,7 +1516,6 @@ share/locale/uk/LC_MESSAGES/kio_bookmarks.mo share/locale/uk/LC_MESSAGES/kio_finger.mo share/locale/uk/LC_MESSAGES/kio_fish.mo share/locale/uk/LC_MESSAGES/kio_floppy.mo -share/locale/uk/LC_MESSAGES/kio_groupwise.mo share/locale/uk/LC_MESSAGES/kio_help4.mo share/locale/uk/LC_MESSAGES/kio_imap4.mo share/locale/uk/LC_MESSAGES/kio_info.mo @@ -1789,9 +1543,7 @@ share/locale/uk/LC_MESSAGES/kioclient.mo share/locale/uk/LC_MESSAGES/kioexec.mo share/locale/uk/LC_MESSAGES/kiriki.mo share/locale/uk/LC_MESSAGES/kiten.mo -share/locale/uk/LC_MESSAGES/kjots.mo share/locale/uk/LC_MESSAGES/kjumpingcube.mo -share/locale/uk/LC_MESSAGES/kleopatra.mo share/locale/uk/LC_MESSAGES/klettres.mo share/locale/uk/LC_MESSAGES/klines.mo share/locale/uk/LC_MESSAGES/klinkstatus.mo @@ -1799,12 +1551,6 @@ share/locale/uk/LC_MESSAGES/klipper.mo share/locale/uk/LC_MESSAGES/klock.mo share/locale/uk/LC_MESSAGES/kmag.mo share/locale/uk/LC_MESSAGES/kmahjongg.mo -share/locale/uk/LC_MESSAGES/kmail-migrator.mo -share/locale/uk/LC_MESSAGES/kmail.mo -share/locale/uk/LC_MESSAGES/kmail_text_calendar_plugin.mo -share/locale/uk/LC_MESSAGES/kmail_text_vcard_plugin.mo -share/locale/uk/LC_MESSAGES/kmail_text_xdiff_plugin.mo -share/locale/uk/LC_MESSAGES/kmailcvt.mo share/locale/uk/LC_MESSAGES/kmenuedit.mo share/locale/uk/LC_MESSAGES/kmimetypefinder.mo share/locale/uk/LC_MESSAGES/kmines.mo @@ -1815,8 +1561,6 @@ share/locale/uk/LC_MESSAGES/kmplot.mo share/locale/uk/LC_MESSAGES/knetattach.mo share/locale/uk/LC_MESSAGES/knetwalk.mo share/locale/uk/LC_MESSAGES/knetworkconfmodule.mo -share/locale/uk/LC_MESSAGES/knode.mo -share/locale/uk/LC_MESSAGES/knotes.mo share/locale/uk/LC_MESSAGES/knotify4.mo share/locale/uk/LC_MESSAGES/kolf.mo share/locale/uk/LC_MESSAGES/kollision.mo @@ -1826,11 +1570,8 @@ share/locale/uk/LC_MESSAGES/kompare.mo share/locale/uk/LC_MESSAGES/konqueror.mo share/locale/uk/LC_MESSAGES/konquest.mo share/locale/uk/LC_MESSAGES/konsole.mo -share/locale/uk/LC_MESSAGES/konsolekalendar.mo -share/locale/uk/LC_MESSAGES/kontact.mo share/locale/uk/LC_MESSAGES/kontactinterfaces.mo share/locale/uk/LC_MESSAGES/kopete.mo -share/locale/uk/LC_MESSAGES/korganizer.mo share/locale/uk/LC_MESSAGES/kpartloader.mo share/locale/uk/LC_MESSAGES/kpartsaver.mo share/locale/uk/LC_MESSAGES/kpasswdserver.mo @@ -1839,28 +1580,20 @@ share/locale/uk/LC_MESSAGES/kppp.mo share/locale/uk/LC_MESSAGES/kppplogview.mo share/locale/uk/LC_MESSAGES/kquitapp.mo share/locale/uk/LC_MESSAGES/krandr.mo +share/locale/uk/LC_MESSAGES/krcdnotifieritem.mo share/locale/uk/LC_MESSAGES/krdb.mo share/locale/uk/LC_MESSAGES/krdc.mo share/locale/uk/LC_MESSAGES/kreadconfig.mo -share/locale/uk/LC_MESSAGES/kres-migrator.mo -share/locale/uk/LC_MESSAGES/kres_birthday.mo -share/locale/uk/LC_MESSAGES/kres_blog.mo +share/locale/uk/LC_MESSAGES/kremotecontroldaemon.mo share/locale/uk/LC_MESSAGES/kres_bugzilla.mo -share/locale/uk/LC_MESSAGES/kres_groupware.mo -share/locale/uk/LC_MESSAGES/kres_groupwise.mo -share/locale/uk/LC_MESSAGES/kres_kolab.mo -share/locale/uk/LC_MESSAGES/kres_remote.mo -share/locale/uk/LC_MESSAGES/kresources_shared_akonadi.mo share/locale/uk/LC_MESSAGES/kreversi.mo share/locale/uk/LC_MESSAGES/krfb.mo share/locale/uk/LC_MESSAGES/kruler.mo share/locale/uk/LC_MESSAGES/krunner.mo share/locale/uk/LC_MESSAGES/ksame.mo share/locale/uk/LC_MESSAGES/ksaneplugin.mo -share/locale/uk/LC_MESSAGES/ksayit.mo share/locale/uk/LC_MESSAGES/kscd.mo share/locale/uk/LC_MESSAGES/kscreensaver.mo -share/locale/uk/LC_MESSAGES/ksendemail.mo share/locale/uk/LC_MESSAGES/kshisen.mo share/locale/uk/LC_MESSAGES/kshorturifilter.mo share/locale/uk/LC_MESSAGES/ksirk.mo @@ -1882,16 +1615,14 @@ share/locale/uk/LC_MESSAGES/ksysguardlsofwidgets.mo share/locale/uk/LC_MESSAGES/ksystemlog.mo share/locale/uk/LC_MESSAGES/ksystraycmd.mo share/locale/uk/LC_MESSAGES/kteatime.mo +share/locale/uk/LC_MESSAGES/ktesnippets_editor.mo share/locale/uk/LC_MESSAGES/ktexteditor_codesnippets_core.mo share/locale/uk/LC_MESSAGES/ktexteditor_plugins.mo -share/locale/uk/LC_MESSAGES/ktexteditorkabcbridge_plugin.mo share/locale/uk/LC_MESSAGES/kthememanager.mo share/locale/uk/LC_MESSAGES/ktimer.mo -share/locale/uk/LC_MESSAGES/ktimetracker.mo share/locale/uk/LC_MESSAGES/ktouch.mo share/locale/uk/LC_MESSAGES/ktraderclient.mo share/locale/uk/LC_MESSAGES/ktron.mo -share/locale/uk/LC_MESSAGES/kttsd.mo share/locale/uk/LC_MESSAGES/ktuberling.mo share/locale/uk/LC_MESSAGES/kturtle.mo share/locale/uk/LC_MESSAGES/ktux.mo @@ -1902,8 +1633,6 @@ share/locale/uk/LC_MESSAGES/kurifilter.mo share/locale/uk/LC_MESSAGES/kuser.mo share/locale/uk/LC_MESSAGES/kwalletd.mo share/locale/uk/LC_MESSAGES/kwalletmanager.mo -share/locale/uk/LC_MESSAGES/kwatchgnupg.mo -share/locale/uk/LC_MESSAGES/kweather.mo share/locale/uk/LC_MESSAGES/kwin.mo share/locale/uk/LC_MESSAGES/kwin_art_clients.mo share/locale/uk/LC_MESSAGES/kwin_clients.mo @@ -1925,31 +1654,25 @@ share/locale/uk/LC_MESSAGES/libkcompactdisc.mo share/locale/uk/LC_MESSAGES/libkdcraw.mo share/locale/uk/LC_MESSAGES/libkdeedu.mo share/locale/uk/LC_MESSAGES/libkdegames.mo -share/locale/uk/LC_MESSAGES/libkdepim.mo share/locale/uk/LC_MESSAGES/libkexiv2.mo share/locale/uk/LC_MESSAGES/libkholidays.mo share/locale/uk/LC_MESSAGES/libkimap.mo share/locale/uk/LC_MESSAGES/libkldap.mo -share/locale/uk/LC_MESSAGES/libkleopatra.mo share/locale/uk/LC_MESSAGES/libkmahjongg.mo share/locale/uk/LC_MESSAGES/libkmime.mo share/locale/uk/LC_MESSAGES/libkonq.mo -share/locale/uk/LC_MESSAGES/libkpgp.mo share/locale/uk/LC_MESSAGES/libkpimidentities.mo share/locale/uk/LC_MESSAGES/libkpimtextedit.mo share/locale/uk/LC_MESSAGES/libkpimutils.mo +share/locale/uk/LC_MESSAGES/libkremotecontrol.mo share/locale/uk/LC_MESSAGES/libkresources.mo share/locale/uk/LC_MESSAGES/libksane.mo share/locale/uk/LC_MESSAGES/libkscreensaver.mo -share/locale/uk/LC_MESSAGES/libksieve.mo share/locale/uk/LC_MESSAGES/libktnef.mo share/locale/uk/LC_MESSAGES/libkunitconversion.mo share/locale/uk/LC_MESSAGES/libkworkspace.mo share/locale/uk/LC_MESSAGES/libkxmlrpcclient.mo share/locale/uk/LC_MESSAGES/libmailtransport.mo -share/locale/uk/LC_MESSAGES/libmessagecore.mo -share/locale/uk/LC_MESSAGES/libmessagelist.mo -share/locale/uk/LC_MESSAGES/libmessageviewer.mo share/locale/uk/LC_MESSAGES/liboktetacore.mo share/locale/uk/LC_MESSAGES/liboktetakasten.mo share/locale/uk/LC_MESSAGES/libphonon.mo @@ -1960,7 +1683,6 @@ share/locale/uk/LC_MESSAGES/librtm.mo share/locale/uk/LC_MESSAGES/libtaskmanager.mo share/locale/uk/LC_MESSAGES/lokalize.mo share/locale/uk/LC_MESSAGES/lskat.mo -share/locale/uk/LC_MESSAGES/mailreader.mo share/locale/uk/LC_MESSAGES/marble.mo share/locale/uk/LC_MESSAGES/marble_qt.mo share/locale/uk/LC_MESSAGES/mplayerthumbs.mo @@ -1994,10 +1716,12 @@ share/locale/uk/LC_MESSAGES/phononserver.mo share/locale/uk/LC_MESSAGES/plasma-desktop.mo share/locale/uk/LC_MESSAGES/plasma-netbook.mo share/locale/uk/LC_MESSAGES/plasma-overlay.mo +share/locale/uk/LC_MESSAGES/plasma-windowed.mo share/locale/uk/LC_MESSAGES/plasma_applet_BbalL.mo share/locale/uk/LC_MESSAGES/plasma_applet_CharSelectApplet.mo share/locale/uk/LC_MESSAGES/plasma_applet_battery.mo share/locale/uk/LC_MESSAGES/plasma_applet_binaryclock.mo +share/locale/uk/LC_MESSAGES/plasma_applet_bookmarks.mo share/locale/uk/LC_MESSAGES/plasma_applet_bubblemon.mo share/locale/uk/LC_MESSAGES/plasma_applet_calculator.mo share/locale/uk/LC_MESSAGES/plasma_applet_clock.mo @@ -2014,6 +1738,7 @@ share/locale/uk/LC_MESSAGES/plasma_applet_fuzzy_clock.mo share/locale/uk/LC_MESSAGES/plasma_applet_gasCalculator.mo share/locale/uk/LC_MESSAGES/plasma_applet_icon.mo share/locale/uk/LC_MESSAGES/plasma_applet_incomingmsg.mo +share/locale/uk/LC_MESSAGES/plasma_applet_kalgebra.mo share/locale/uk/LC_MESSAGES/plasma_applet_kalzium.mo share/locale/uk/LC_MESSAGES/plasma_applet_katesession.mo share/locale/uk/LC_MESSAGES/plasma_applet_kdeobservatory.mo @@ -2021,7 +1746,6 @@ share/locale/uk/LC_MESSAGES/plasma_applet_kget.mo share/locale/uk/LC_MESSAGES/plasma_applet_kimpanel.mo share/locale/uk/LC_MESSAGES/plasma_applet_knowledgebase.mo share/locale/uk/LC_MESSAGES/plasma_applet_kolourpicker.mo -share/locale/uk/LC_MESSAGES/plasma_applet_kpapplet.mo share/locale/uk/LC_MESSAGES/plasma_applet_launcher.mo share/locale/uk/LC_MESSAGES/plasma_applet_leavenote.mo share/locale/uk/LC_MESSAGES/plasma_applet_life.mo @@ -2033,6 +1757,7 @@ share/locale/uk/LC_MESSAGES/plasma_applet_netpanel.mo share/locale/uk/LC_MESSAGES/plasma_applet_news.mo share/locale/uk/LC_MESSAGES/plasma_applet_newspaper.mo share/locale/uk/LC_MESSAGES/plasma_applet_notes.mo +share/locale/uk/LC_MESSAGES/plasma_applet_notifications.mo share/locale/uk/LC_MESSAGES/plasma_applet_nowplaying.mo share/locale/uk/LC_MESSAGES/plasma_applet_nuclearCalculator.mo share/locale/uk/LC_MESSAGES/plasma_applet_opendesktop.mo @@ -2074,7 +1799,9 @@ share/locale/uk/LC_MESSAGES/plasma_containmentactions_contextmenu.mo share/locale/uk/LC_MESSAGES/plasma_containmentactions_switchactivity.mo share/locale/uk/LC_MESSAGES/plasma_containmentactions_switchdesktop.mo share/locale/uk/LC_MESSAGES/plasma_containmentactions_switchwindow.mo +share/locale/uk/LC_MESSAGES/plasma_engine_calendar.mo share/locale/uk/LC_MESSAGES/plasma_engine_kalzium.mo +share/locale/uk/LC_MESSAGES/plasma_engine_kdeobservatory.mo share/locale/uk/LC_MESSAGES/plasma_engine_keystate.mo share/locale/uk/LC_MESSAGES/plasma_engine_kuiserver.mo share/locale/uk/LC_MESSAGES/plasma_engine_metadata.mo @@ -2086,12 +1813,14 @@ share/locale/uk/LC_MESSAGES/plasma_engine_rss.mo share/locale/uk/LC_MESSAGES/plasma_engine_soliddevice.mo share/locale/uk/LC_MESSAGES/plasma_engine_weather.mo share/locale/uk/LC_MESSAGES/plasma_packagestructure_comic.mo +share/locale/uk/LC_MESSAGES/plasma_runner_CharacterRunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_audioplayercontrol.mo share/locale/uk/LC_MESSAGES/plasma_runner_bookmarksrunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_browserhistory.mo share/locale/uk/LC_MESSAGES/plasma_runner_calculatorrunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_contacts.mo share/locale/uk/LC_MESSAGES/plasma_runner_converterrunner.mo +share/locale/uk/LC_MESSAGES/plasma_runner_datetime.mo share/locale/uk/LC_MESSAGES/plasma_runner_katesessions.mo share/locale/uk/LC_MESSAGES/plasma_runner_kget.mo share/locale/uk/LC_MESSAGES/plasma_runner_kill.mo @@ -2111,6 +1840,7 @@ share/locale/uk/LC_MESSAGES/plasma_runner_shell.mo share/locale/uk/LC_MESSAGES/plasma_runner_solid.mo share/locale/uk/LC_MESSAGES/plasma_runner_spellcheckrunner.mo share/locale/uk/LC_MESSAGES/plasma_runner_webshortcuts.mo +share/locale/uk/LC_MESSAGES/plasma_runner_windowedwidgets.mo share/locale/uk/LC_MESSAGES/plasma_runner_windows.mo share/locale/uk/LC_MESSAGES/plasma_scriptengine_qscript.mo share/locale/uk/LC_MESSAGES/plasma_wallpaper_color.mo @@ -2162,7 +1892,7 @@ share/locale/uk/entry.desktop @dirrm share/locale/uk/LC_SCRIPTS @dirrm share/doc/HTML/uk/umbrello @dirrm share/doc/HTML/uk/systemsettings -@dirrm share/doc/HTML/uk/superkaramba +@dirrm share/doc/HTML/uk/sweeper @dirrm share/doc/HTML/uk/step @dirrm share/doc/HTML/uk/sonnet @dirrm share/doc/HTML/uk/rocs @@ -2170,6 +1900,7 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/plasma-desktop @dirrm share/doc/HTML/uk/parley @dirrm share/doc/HTML/uk/palapeli +@dirrm share/doc/HTML/uk/onlinehelp @dirrm share/doc/HTML/uk/okular @dirrm share/doc/HTML/uk/okteta @dirrm share/doc/HTML/uk/marble @@ -2177,17 +1908,13 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/lokalize @dirrm share/doc/HTML/uk/kwrite @dirrm share/doc/HTML/uk/kwordquiz -@dirrm share/doc/HTML/uk/kweather -@dirrm share/doc/HTML/uk/kwatchgnupg @dirrm share/doc/HTML/uk/kwallet @dirrm share/doc/HTML/uk/kuser @dirrm share/doc/HTML/uk/kubrick @dirrm share/doc/HTML/uk/kturtle @dirrm share/doc/HTML/uk/ktuberling -@dirrm share/doc/HTML/uk/kttsd @dirrm share/doc/HTML/uk/ktron @dirrm share/doc/HTML/uk/ktouch -@dirrm share/doc/HTML/uk/ktimetracker @dirrm share/doc/HTML/uk/ktimer @dirrm share/doc/HTML/uk/kteatime @dirrm share/doc/HTML/uk/ksystemlog @@ -2207,11 +1934,7 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/krdc @dirrm share/doc/HTML/uk/kppp @dirrm share/doc/HTML/uk/kpat -@dirrm share/doc/HTML/uk/korganizer @dirrm share/doc/HTML/uk/kopete -@dirrm share/doc/HTML/uk/kontact-admin -@dirrm share/doc/HTML/uk/kontact -@dirrm share/doc/HTML/uk/konsolekalendar @dirrm share/doc/HTML/uk/konsole @dirrm share/doc/HTML/uk/konquest @dirrm share/doc/HTML/uk/konqueror @@ -2220,8 +1943,6 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kolourpaint @dirrm share/doc/HTML/uk/kollision @dirrm share/doc/HTML/uk/kolf -@dirrm share/doc/HTML/uk/knotes -@dirrm share/doc/HTML/uk/knode @dirrm share/doc/HTML/uk/knetwalk @dirrm share/doc/HTML/uk/knetattach @dirrm share/doc/HTML/uk/kmplot @@ -2230,16 +1951,13 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kmix @dirrm share/doc/HTML/uk/kmines @dirrm share/doc/HTML/uk/kmenuedit -@dirrm share/doc/HTML/uk/kmail @dirrm share/doc/HTML/uk/kmahjongg @dirrm share/doc/HTML/uk/kmag @dirrm share/doc/HTML/uk/klipper @dirrm share/doc/HTML/uk/klinkstatus @dirrm share/doc/HTML/uk/klines @dirrm share/doc/HTML/uk/klettres -@dirrm share/doc/HTML/uk/kleopatra @dirrm share/doc/HTML/uk/kjumpingcube -@dirrm share/doc/HTML/uk/kjots @dirrm share/doc/HTML/uk/kiten @dirrm share/doc/HTML/uk/kiriki @dirrm share/doc/HTML/uk/kioslave/xz @@ -2255,7 +1973,6 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kioslave/pop3 @dirrm share/doc/HTML/uk/kioslave/nntp @dirrm share/doc/HTML/uk/kioslave/nfs -@dirrm share/doc/HTML/uk/kioslave/news @dirrm share/doc/HTML/uk/kioslave/network @dirrm share/doc/HTML/uk/kioslave/mbox @dirrm share/doc/HTML/uk/kioslave/man @@ -2277,33 +1994,12 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kioslave/bookmarks @dirrm share/doc/HTML/uk/kioslave/audiocd @dirrm share/doc/HTML/uk/kioslave -@dirrm share/doc/HTML/uk/kinfocenter/xserver -@dirrm share/doc/HTML/uk/kinfocenter/view1394 -@dirrm share/doc/HTML/uk/kinfocenter/usb -@dirrm share/doc/HTML/uk/kinfocenter/sound -@dirrm share/doc/HTML/uk/kinfocenter/scsi -@dirrm share/doc/HTML/uk/kinfocenter/samba -@dirrm share/doc/HTML/uk/kinfocenter/protocols -@dirrm share/doc/HTML/uk/kinfocenter/processor -@dirrm share/doc/HTML/uk/kinfocenter/pci -@dirrm share/doc/HTML/uk/kinfocenter/partitions -@dirrm share/doc/HTML/uk/kinfocenter/opengl -@dirrm share/doc/HTML/uk/kinfocenter/nics -@dirrm share/doc/HTML/uk/kinfocenter/memory -@dirrm share/doc/HTML/uk/kinfocenter/ioports -@dirrm share/doc/HTML/uk/kinfocenter/interrupts -@dirrm share/doc/HTML/uk/kinfocenter/dma -@dirrm share/doc/HTML/uk/kinfocenter/devices @dirrm share/doc/HTML/uk/kinfocenter @dirrm share/doc/HTML/uk/kimagemapeditor @dirrm share/doc/HTML/uk/killbots @dirrm share/doc/HTML/uk/kigo @dirrm share/doc/HTML/uk/kig -@dirrm share/doc/HTML/uk/khelpcenter/visualdict -@dirrm share/doc/HTML/uk/khelpcenter/userguide -@dirrm share/doc/HTML/uk/khelpcenter/quickstart @dirrm share/doc/HTML/uk/khelpcenter/glossary -@dirrm share/doc/HTML/uk/khelpcenter/faq @dirrm share/doc/HTML/uk/khelpcenter @dirrm share/doc/HTML/uk/khangman @dirrm share/doc/HTML/uk/kgpg @@ -2311,6 +2007,7 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kget @dirrm share/doc/HTML/uk/kgeography @dirrm share/doc/HTML/uk/kfourinline +@dirrm share/doc/HTML/uk/kfontview @dirrm share/doc/HTML/uk/kfloppy @dirrm share/doc/HTML/uk/kfind @dirrm share/doc/HTML/uk/kfilereplace @@ -2343,12 +2040,12 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kcontrol/nepomuk @dirrm share/doc/HTML/uk/kcontrol/mouse @dirrm share/doc/HTML/uk/kcontrol/language -@dirrm share/doc/HTML/uk/kcontrol/kxkb @dirrm share/doc/HTML/uk/kcontrol/kwintabbox @dirrm share/doc/HTML/uk/kcontrol/kwinscreenedges @dirrm share/doc/HTML/uk/kcontrol/kwindecoration @dirrm share/doc/HTML/uk/kcontrol/kwincompositing @dirrm share/doc/HTML/uk/kcontrol/kresources +@dirrm share/doc/HTML/uk/kcontrol/kremotecontrol @dirrm share/doc/HTML/uk/kcontrol/knetworkconf @dirrm share/doc/HTML/uk/kcontrol/khtml-plugins @dirrm share/doc/HTML/uk/kcontrol/khtml-java-js @@ -2363,7 +2060,6 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kcontrol/kcmsmserver @dirrm share/doc/HTML/uk/kcontrol/kcmnotify @dirrm share/doc/HTML/uk/kcontrol/kcmlaunch -@dirrm share/doc/HTML/uk/kcontrol/kcmdisplay @dirrm share/doc/HTML/uk/kcontrol/kcmcss @dirrm share/doc/HTML/uk/kcontrol/kcmcgi @dirrm share/doc/HTML/uk/kcontrol/kcmaccess @@ -2371,7 +2067,6 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kcontrol/joystick @dirrm share/doc/HTML/uk/kcontrol/icons @dirrm share/doc/HTML/uk/kcontrol/history -@dirrm share/doc/HTML/uk/kcontrol/helpindex @dirrm share/doc/HTML/uk/kcontrol/fonts @dirrm share/doc/HTML/uk/kcontrol/fontinst @dirrm share/doc/HTML/uk/kcontrol/filetypes @@ -2392,7 +2087,6 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kcontrol/autostart @dirrm share/doc/HTML/uk/kcontrol/attica @dirrm share/doc/HTML/uk/kcontrol -@dirrm share/doc/HTML/uk/kcmlirc @dirrm share/doc/HTML/uk/kcharselect @dirrm share/doc/HTML/uk/kcalc @dirrm share/doc/HTML/uk/kcachegrind @@ -2410,10 +2104,9 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/kanagram @dirrm share/doc/HTML/uk/kalzium @dirrm share/doc/HTML/uk/kalgebra -@dirrm share/doc/HTML/uk/kalarm -@dirrm share/doc/HTML/uk/kabcclient +@dirrm share/doc/HTML/uk/kajongg @dirrm share/doc/HTML/uk/juk -@dirrm share/doc/HTML/uk/irkick +@dirrm share/doc/HTML/uk/jovie @dirrm share/doc/HTML/uk/gwenview @dirrm share/doc/HTML/uk/granatier @dirrm share/doc/HTML/uk/dragonplayer @@ -2423,11 +2116,9 @@ share/locale/uk/entry.desktop @dirrm share/doc/HTML/uk/cantor @dirrm share/doc/HTML/uk/bovo @dirrm share/doc/HTML/uk/bomber -@dirrm share/doc/HTML/uk/blogilo @dirrm share/doc/HTML/uk/blinken @dirrm share/doc/HTML/uk/ark @dirrm share/doc/HTML/uk/amor -@dirrm share/doc/HTML/uk/akregator @dirrm share/doc/HTML/uk/PolicyKit-kde @dirrm share/apps/step/objinfo/l10n/uk @dirrm share/apps/step/objinfo/l10n diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 21dba587819b..f3545a0e31ec 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -14,6 +14,7 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Comprehensive html/website development environment +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= tidy-0.99.0:${PORTSDIR}/www/tidy-lib LATEST_LINK= ${PORTNAME}4 diff --git a/www/kdewebdev4/distinfo b/www/kdewebdev4/distinfo index 0080468696e9..c36e28c73872 100644 --- a/www/kdewebdev4/distinfo +++ b/www/kdewebdev4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdewebdev-4.4.5.tar.bz2) = 3a8fe2d5e8f13721c631f9cdc3e7c66d -SHA256 (KDE/kdewebdev-4.4.5.tar.bz2) = 05e9d69ba4a124b8f1b7bf8073c81c16898ecaad12737394cd98ad4f3b0216fb -SIZE (KDE/kdewebdev-4.4.5.tar.bz2) = 2175667 +MD5 (KDE/kdewebdev-4.5.1.tar.bz2) = 766ff0dbe696e8c69347466554b01241 +SHA256 (KDE/kdewebdev-4.5.1.tar.bz2) = 40eb98cdccbd201e09e916b0e06bbedeae3afc2adec5fb2b04bcefa9391ff34d +SIZE (KDE/kdewebdev-4.5.1.tar.bz2) = 2176422 diff --git a/x11-clocks/kdetoys4/Makefile b/x11-clocks/kdetoys4/Makefile index 86e7cc0983f2..177abc9b696a 100644 --- a/x11-clocks/kdetoys4/Makefile +++ b/x11-clocks/kdetoys4/Makefile @@ -12,7 +12,9 @@ MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org -COMMENT= Collection of entertaining, educational programs for KDE +COMMENT= Collection of entertaining programs for KDE + +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LATEST_LINK= ${PORTNAME}4 diff --git a/x11-clocks/kdetoys4/distinfo b/x11-clocks/kdetoys4/distinfo index ebc572cb20be..79eafef15b71 100644 --- a/x11-clocks/kdetoys4/distinfo +++ b/x11-clocks/kdetoys4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdetoys-4.4.5.tar.bz2) = 298f1781f26041b8692d8b7e356519df -SHA256 (KDE/kdetoys-4.4.5.tar.bz2) = 01fbec12eb223d82f561d0f5d813c2d1a2a01a78f33409c117162bd1df84cd33 -SIZE (KDE/kdetoys-4.4.5.tar.bz2) = 1331755 +MD5 (KDE/kdetoys-4.5.1.tar.bz2) = a066bc387fd160c3e75fecead6cb0487 +SHA256 (KDE/kdetoys-4.5.1.tar.bz2) = 3ab5dd4650ec982f4e8ef6a69d1bd7506b1d1b94c6b3c107745996d8a9378aa4 +SIZE (KDE/kdetoys-4.5.1.tar.bz2) = 402553 diff --git a/x11-clocks/kdetoys4/pkg-plist b/x11-clocks/kdetoys4/pkg-plist index 8e7fc8546e62..5e5c3c641137 100644 --- a/x11-clocks/kdetoys4/pkg-plist +++ b/x11-clocks/kdetoys4/pkg-plist @@ -1,11 +1,6 @@ bin/amor bin/kteatime bin/ktux -bin/kweatherreport -bin/kweatherservice -lib/kde4/kcm_weather.so -lib/kde4/kcm_weatherservice.so -lib/libkdeinit4_kweatherreport.so share/applications/kde4/amor.desktop share/applications/kde4/kteatime.desktop share/apps/amor/billyrc @@ -14,6 +9,7 @@ share/apps/amor/bonhommerc share/apps/amor/bsdrc share/apps/amor/eyesrc share/apps/amor/ghostrc +share/apps/amor/nekokurorc share/apps/amor/nekorc share/apps/amor/pics/animated/blob/blob.png share/apps/amor/pics/animated/blob/blob_BeamDown1.png @@ -176,6 +172,33 @@ share/apps/amor/pics/animated/ghost/ghost_z2.png share/apps/amor/pics/animated/ghost/ghost_z3.png share/apps/amor/pics/animated/ghost/ghost_z4.png share/apps/amor/pics/animated/ghost/ghost_z5.png +share/apps/amor/pics/animated/neko-kuro/claw1.png +share/apps/amor/pics/animated/neko-kuro/claw2.png +share/apps/amor/pics/animated/neko-kuro/jump1.png +share/apps/amor/pics/animated/neko-kuro/jump2.png +share/apps/amor/pics/animated/neko-kuro/jump3.png +share/apps/amor/pics/animated/neko-kuro/jump4.png +share/apps/amor/pics/animated/neko-kuro/jumpl1.png +share/apps/amor/pics/animated/neko-kuro/jumpl2.png +share/apps/amor/pics/animated/neko-kuro/jumpl3.png +share/apps/amor/pics/animated/neko-kuro/jumpl4.png +share/apps/amor/pics/animated/neko-kuro/lick.png +share/apps/amor/pics/animated/neko-kuro/lick2.png +share/apps/amor/pics/animated/neko-kuro/run1.png +share/apps/amor/pics/animated/neko-kuro/run2.png +share/apps/amor/pics/animated/neko-kuro/run3.png +share/apps/amor/pics/animated/neko-kuro/run4.png +share/apps/amor/pics/animated/neko-kuro/scratch1.png +share/apps/amor/pics/animated/neko-kuro/scratch2.png +share/apps/amor/pics/animated/neko-kuro/scratch3.png +share/apps/amor/pics/animated/neko-kuro/scratch4.png +share/apps/amor/pics/animated/neko-kuro/sit.png +share/apps/amor/pics/animated/neko-kuro/sitleft.png +share/apps/amor/pics/animated/neko-kuro/sleep1.png +share/apps/amor/pics/animated/neko-kuro/sleep2.png +share/apps/amor/pics/animated/neko-kuro/surprise.png +share/apps/amor/pics/animated/neko-kuro/tail.png +share/apps/amor/pics/animated/neko-kuro/yawn.png share/apps/amor/pics/animated/neko/claw1.png share/apps/amor/pics/animated/neko/claw2.png share/apps/amor/pics/animated/neko/jump1.png @@ -391,6 +414,7 @@ share/apps/amor/pics/preview/bonhomme.png share/apps/amor/pics/preview/bsd.png share/apps/amor/pics/preview/eyes.png share/apps/amor/pics/preview/ghost.png +share/apps/amor/pics/preview/neko-kuro.png share/apps/amor/pics/preview/neko.png share/apps/amor/pics/preview/tao.png share/apps/amor/pics/preview/tux.png @@ -420,49 +444,7 @@ share/apps/ktux/sprites/flare0002.png share/apps/ktux/sprites/spriterc share/apps/ktux/sprites/star0001.png share/apps/ktux/sprites/star0002.png -share/apps/kweather/cloudy1.png -share/apps/kweather/cloudy1_night.png -share/apps/kweather/cloudy2.png -share/apps/kweather/cloudy2_night.png -share/apps/kweather/cloudy3.png -share/apps/kweather/cloudy3_night.png -share/apps/kweather/cloudy4.png -share/apps/kweather/cloudy4_night.png -share/apps/kweather/cloudy5.png -share/apps/kweather/dunno.png -share/apps/kweather/fog.png -share/apps/kweather/fog_night.png -share/apps/kweather/hail.png -share/apps/kweather/light_rain.png -share/apps/kweather/mist.png -share/apps/kweather/mist_night.png -share/apps/kweather/overcast.png -share/apps/kweather/shower1.png -share/apps/kweather/shower1_night.png -share/apps/kweather/shower2.png -share/apps/kweather/shower2_night.png -share/apps/kweather/shower3.png -share/apps/kweather/sleet.png -share/apps/kweather/snow1.png -share/apps/kweather/snow1_night.png -share/apps/kweather/snow2.png -share/apps/kweather/snow2_night.png -share/apps/kweather/snow3.png -share/apps/kweather/snow3_night.png -share/apps/kweather/snow4.png -share/apps/kweather/snow5.png -share/apps/kweather/sunny.png -share/apps/kweather/sunny_night.png -share/apps/kweather/tstorm1.png -share/apps/kweather/tstorm1_night.png -share/apps/kweather/tstorm2.png -share/apps/kweather/tstorm2_night.png -share/apps/kweather/tstorm3.png -share/apps/kweatherservice/stations.dat -share/apps/kweatherservice/weather_stations.desktop share/dbus-1/interfaces/org.kde.amor.xml -share/dbus-1/interfaces/org.kde.kweather.kweather.xml -share/dbus-1/interfaces/org.kde.kweather.service.xml share/doc/HTML/en/amor/billy.png share/doc/HTML/en/amor/bonhomme.png share/doc/HTML/en/amor/bsd.png @@ -482,34 +464,22 @@ share/doc/HTML/en/kteatime/common share/doc/HTML/en/kteatime/config.png share/doc/HTML/en/kteatime/index.cache.bz2 share/doc/HTML/en/kteatime/index.docbook -share/doc/HTML/en/kweather/common -share/doc/HTML/en/kweather/index.cache.bz2 -share/doc/HTML/en/kweather/index.docbook share/icons/hicolor/128x128/apps/kteatime.png share/icons/hicolor/16x16/apps/amor.png share/icons/hicolor/16x16/apps/kteatime.png share/icons/hicolor/16x16/apps/ktux.png -share/icons/hicolor/16x16/apps/kweather.png share/icons/hicolor/22x22/apps/amor.png share/icons/hicolor/22x22/apps/kteatime.png share/icons/hicolor/32x32/apps/amor.png share/icons/hicolor/32x32/apps/kteatime.png share/icons/hicolor/32x32/apps/ktux.png -share/icons/hicolor/32x32/apps/kweather.png share/icons/hicolor/48x48/apps/amor.png share/icons/hicolor/48x48/apps/kteatime.png -share/icons/hicolor/48x48/apps/kweather.png share/icons/hicolor/64x64/apps/kteatime.png share/icons/hicolor/scalable/apps/kteatime.svgz share/kde4/services/ScreenSavers/ktux.desktop -share/kde4/services/kcmweather.desktop -share/kde4/services/kcmweatherservice.desktop -share/kde4/services/kweatherservice.desktop -@dirrm share/doc/HTML/en/kweather @dirrm share/doc/HTML/en/kteatime @dirrm share/doc/HTML/en/amor -@dirrm share/apps/kweatherservice -@dirrm share/apps/kweather @dirrm share/apps/ktux/sprites @dirrm share/apps/ktux @dirrm share/apps/kteatime @@ -518,6 +488,7 @@ share/kde4/services/kweatherservice.desktop @dirrm share/apps/amor/pics/animated/worm @dirrm share/apps/amor/pics/animated/tao @dirrm share/apps/amor/pics/animated/pingu +@dirrm share/apps/amor/pics/animated/neko-kuro @dirrm share/apps/amor/pics/animated/neko @dirrm share/apps/amor/pics/animated/ghost @dirrm share/apps/amor/pics/animated/eyes diff --git a/x11-themes/kde4-icons-oxygen/distinfo b/x11-themes/kde4-icons-oxygen/distinfo index ec4cba337018..06290c3d149e 100644 --- a/x11-themes/kde4-icons-oxygen/distinfo +++ b/x11-themes/kde4-icons-oxygen/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/oxygen-icons-4.4.5.tar.bz2) = 297f43a4ea74be738ad61a5651cdf34d -SHA256 (KDE/oxygen-icons-4.4.5.tar.bz2) = 275fa03715e4f0e693d7d725fa103b77662dd05e2a4aecef584791423f82ce96 -SIZE (KDE/oxygen-icons-4.4.5.tar.bz2) = 138168441 +MD5 (KDE/oxygen-icons-4.5.1.tar.bz2) = 02aa5d1145378a686b1329dca02fc681 +SHA256 (KDE/oxygen-icons-4.5.1.tar.bz2) = b519fcc1329f7a29ac9283aa578ae6e91d988001be8a62c50d8933d6b244dfbe +SIZE (KDE/oxygen-icons-4.5.1.tar.bz2) = 141408176 diff --git a/x11-themes/kde4-icons-oxygen/pkg-plist b/x11-themes/kde4-icons-oxygen/pkg-plist index d7aaf8b24f08..af25a23ccd82 100644 --- a/x11-themes/kde4-icons-oxygen/pkg-plist +++ b/x11-themes/kde4-icons-oxygen/pkg-plist @@ -77,6 +77,7 @@ share/icons/oxygen/128x128/actions/transform-crop-and-resize.png share/icons/oxygen/128x128/actions/transform-move.png share/icons/oxygen/128x128/actions/transform-scale.png share/icons/oxygen/128x128/actions/user-group-new.png +share/icons/oxygen/128x128/actions/view-conversation-balloon.png share/icons/oxygen/128x128/actions/view-media-lyrics.png share/icons/oxygen/128x128/actions/view-media-playlist.png share/icons/oxygen/128x128/actions/view-pim-contacts.png @@ -186,6 +187,7 @@ share/icons/oxygen/128x128/apps/preferences-desktop-user.png share/icons/oxygen/128x128/apps/preferences-desktop-wallpaper.png share/icons/oxygen/128x128/apps/preferences-kcalc-constants.png share/icons/oxygen/128x128/apps/preferences-plugin.png +share/icons/oxygen/128x128/apps/preferences-system-bluetooth-inactive.png share/icons/oxygen/128x128/apps/preferences-system-bluetooth.png share/icons/oxygen/128x128/apps/preferences-system-login.png share/icons/oxygen/128x128/apps/preferences-system-network-sharing.png @@ -221,6 +223,11 @@ share/icons/oxygen/128x128/categories/applications-development-web.png share/icons/oxygen/128x128/categories/applications-development.png share/icons/oxygen/128x128/categories/applications-education-language.png share/icons/oxygen/128x128/categories/applications-education-mathematics.png +share/icons/oxygen/128x128/categories/applications-education-miscellaneous.png +share/icons/oxygen/128x128/categories/applications-education-preschool.png +share/icons/oxygen/128x128/categories/applications-education-school.png +share/icons/oxygen/128x128/categories/applications-education-science.png +share/icons/oxygen/128x128/categories/applications-education-university.png share/icons/oxygen/128x128/categories/applications-education.png share/icons/oxygen/128x128/categories/applications-engineering.png share/icons/oxygen/128x128/categories/applications-games.png @@ -264,9 +271,9 @@ share/icons/oxygen/128x128/devices/media-flash-sd-mmc.png share/icons/oxygen/128x128/devices/media-flash-smart-media.png share/icons/oxygen/128x128/devices/media-flash.png share/icons/oxygen/128x128/devices/media-floppy.png -share/icons/oxygen/128x128/devices/media-optica-data.png share/icons/oxygen/128x128/devices/media-optical-audio.png share/icons/oxygen/128x128/devices/media-optical-blu-ray.png +share/icons/oxygen/128x128/devices/media-optical-data.png share/icons/oxygen/128x128/devices/media-optical-dvd-video.png share/icons/oxygen/128x128/devices/media-optical-dvd.png share/icons/oxygen/128x128/devices/media-optical-mixed-cd.png @@ -324,7 +331,12 @@ share/icons/oxygen/128x128/mimetypes/application-rtf.png share/icons/oxygen/128x128/mimetypes/application-sxw.png share/icons/oxygen/128x128/mimetypes/application-vnd.ms-access.png share/icons/oxygen/128x128/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/128x128/mimetypes/application-vnd.ms-excel.sheet.binary.macroEnabled.12.png +share/icons/oxygen/128x128/mimetypes/application-vnd.ms-excel.template.macroEnabled.12.png share/icons/oxygen/128x128/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/128x128/mimetypes/application-vnd.ms-powerpoint.slideshow.macroEnabled.12.png +share/icons/oxygen/128x128/mimetypes/application-vnd.ms-powerpoint.template.macroEnabled.12.png +share/icons/oxygen/128x128/mimetypes/application-vnd.ms-word.template.macroEnabled.12.png share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.chart.png share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.database.png share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.formula.png @@ -335,6 +347,13 @@ share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.presenta share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png share/icons/oxygen/128x128/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/128x128/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/oxygen/128x128/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/oxygen/128x128/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/oxygen/128x128/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/oxygen/128x128/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/oxygen/128x128/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/128x128/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png share/icons/oxygen/128x128/mimetypes/application-vnd.rn-realmedia.png share/icons/oxygen/128x128/mimetypes/application-vnd.scribus.png share/icons/oxygen/128x128/mimetypes/application-vnd.stardivision.calc.png @@ -912,6 +931,8 @@ share/icons/oxygen/16x16/actions/mail-mark-notjunk.png share/icons/oxygen/16x16/actions/mail-mark-read.png share/icons/oxygen/16x16/actions/mail-mark-unread-new.png share/icons/oxygen/16x16/actions/mail-mark-unread.png +share/icons/oxygen/16x16/actions/mail-meeting-request-reply.png +share/icons/oxygen/16x16/actions/mail-message-new-list.png share/icons/oxygen/16x16/actions/mail-message-new.png share/icons/oxygen/16x16/actions/mail-queue.png share/icons/oxygen/16x16/actions/mail-receive.png @@ -992,6 +1013,7 @@ share/icons/oxygen/16x16/actions/quickopen-function.png share/icons/oxygen/16x16/actions/quickopen.png share/icons/oxygen/16x16/actions/rating.png share/icons/oxygen/16x16/actions/resource-calendar-child-insert.png +share/icons/oxygen/16x16/actions/resource-calendar-child.png share/icons/oxygen/16x16/actions/resource-calendar-insert.png share/icons/oxygen/16x16/actions/resource-group-new.png share/icons/oxygen/16x16/actions/resource-group.png @@ -1096,8 +1118,10 @@ share/icons/oxygen/16x16/actions/view-certificate-sign.png share/icons/oxygen/16x16/actions/view-certificate.png share/icons/oxygen/16x16/actions/view-choose.png share/icons/oxygen/16x16/actions/view-close.png +share/icons/oxygen/16x16/actions/view-conversation-balloon.png share/icons/oxygen/16x16/actions/view-file-columns.png share/icons/oxygen/16x16/actions/view-filter.png +share/icons/oxygen/16x16/actions/view-financial-forecast.png share/icons/oxygen/16x16/actions/view-form-action.png share/icons/oxygen/16x16/actions/view-form-table.png share/icons/oxygen/16x16/actions/view-form.png @@ -1147,6 +1171,7 @@ share/icons/oxygen/16x16/actions/view-split-left-right.png share/icons/oxygen/16x16/actions/view-split-top-bottom.png share/icons/oxygen/16x16/actions/view-statistics.png share/icons/oxygen/16x16/actions/view-task-add.png +share/icons/oxygen/16x16/actions/view-task-child-add.png share/icons/oxygen/16x16/actions/view-task-child.png share/icons/oxygen/16x16/actions/view-task.png share/icons/oxygen/16x16/actions/view-time-schedule-baselined-add.png @@ -1155,6 +1180,7 @@ share/icons/oxygen/16x16/actions/view-time-schedule-baselined.png share/icons/oxygen/16x16/actions/view-time-schedule-calculus.png share/icons/oxygen/16x16/actions/view-time-schedule-child-insert.png share/icons/oxygen/16x16/actions/view-time-schedule-edit.png +share/icons/oxygen/16x16/actions/view-time-schedule-insert.png share/icons/oxygen/16x16/actions/view-time-schedule.png share/icons/oxygen/16x16/actions/view-web-browser-dom-tree.png share/icons/oxygen/16x16/actions/window-close.png @@ -1168,6 +1194,7 @@ share/icons/oxygen/16x16/actions/zoom-original.png share/icons/oxygen/16x16/actions/zoom-out.png share/icons/oxygen/16x16/animations/process-idle-kde.png share/icons/oxygen/16x16/animations/process-working-kde.png +share/icons/oxygen/16x16/apps/Charm.png share/icons/oxygen/16x16/apps/accessories-calculator.png share/icons/oxygen/16x16/apps/accessories-character-map.png share/icons/oxygen/16x16/apps/accessories-dictionary.png @@ -1269,6 +1296,7 @@ share/icons/oxygen/16x16/apps/preferences-desktop-wallpaper.png share/icons/oxygen/16x16/apps/preferences-kcalc-constants.png share/icons/oxygen/16x16/apps/preferences-plugin-script.png share/icons/oxygen/16x16/apps/preferences-plugin.png +share/icons/oxygen/16x16/apps/preferences-system-bluetooth-inactive.png share/icons/oxygen/16x16/apps/preferences-system-bluetooth.png share/icons/oxygen/16x16/apps/preferences-system-login.png share/icons/oxygen/16x16/apps/preferences-system-network-sharing.png @@ -1310,6 +1338,11 @@ share/icons/oxygen/16x16/categories/applications-development-web.png share/icons/oxygen/16x16/categories/applications-development.png share/icons/oxygen/16x16/categories/applications-education-language.png share/icons/oxygen/16x16/categories/applications-education-mathematics.png +share/icons/oxygen/16x16/categories/applications-education-miscellaneous.png +share/icons/oxygen/16x16/categories/applications-education-preschool.png +share/icons/oxygen/16x16/categories/applications-education-school.png +share/icons/oxygen/16x16/categories/applications-education-science.png +share/icons/oxygen/16x16/categories/applications-education-university.png share/icons/oxygen/16x16/categories/applications-education.png share/icons/oxygen/16x16/categories/applications-engineering.png share/icons/oxygen/16x16/categories/applications-games.png @@ -1382,6 +1415,7 @@ share/icons/oxygen/16x16/emblems/emblem-favorite.png share/icons/oxygen/16x16/emblems/emblem-important.png share/icons/oxygen/16x16/emblems/emblem-locked.png share/icons/oxygen/16x16/emblems/emblem-mounted.png +share/icons/oxygen/16x16/emblems/emblem-new.png share/icons/oxygen/16x16/emblems/emblem-symbolic-link.png share/icons/oxygen/16x16/emblems/emblem-unlocked.png share/icons/oxygen/16x16/emblems/emblem-unmounted.png @@ -1420,7 +1454,12 @@ share/icons/oxygen/16x16/mimetypes/application-rtf.png share/icons/oxygen/16x16/mimetypes/application-sxw.png share/icons/oxygen/16x16/mimetypes/application-vnd.ms-access.png share/icons/oxygen/16x16/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/16x16/mimetypes/application-vnd.ms-excel.sheet.binary.macroEnabled.12.png +share/icons/oxygen/16x16/mimetypes/application-vnd.ms-excel.template.macroEnabled.12.png share/icons/oxygen/16x16/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/16x16/mimetypes/application-vnd.ms-powerpoint.slideshow.macroEnabled.12.png +share/icons/oxygen/16x16/mimetypes/application-vnd.ms-powerpoint.template.macroEnabled.12.png +share/icons/oxygen/16x16/mimetypes/application-vnd.ms-word.template.macroEnabled.12.png share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.chart.png share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.database.png share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.formula.png @@ -1431,6 +1470,13 @@ share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.presentati share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png share/icons/oxygen/16x16/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/oxygen/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/oxygen/16x16/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/oxygen/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/oxygen/16x16/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/oxygen/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/16x16/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png share/icons/oxygen/16x16/mimetypes/application-vnd.rn-realmedia.png share/icons/oxygen/16x16/mimetypes/application-vnd.scribus.png share/icons/oxygen/16x16/mimetypes/application-vnd.stardivision.calc.png @@ -1717,8 +1763,14 @@ share/icons/oxygen/16x16/status/script-error.png share/icons/oxygen/16x16/status/security-high.png share/icons/oxygen/16x16/status/security-low.png share/icons/oxygen/16x16/status/security-medium.png +share/icons/oxygen/16x16/status/task-accepted.png +share/icons/oxygen/16x16/status/task-attempt.png +share/icons/oxygen/16x16/status/task-attention.png share/icons/oxygen/16x16/status/task-complete.png +share/icons/oxygen/16x16/status/task-delegate.png +share/icons/oxygen/16x16/status/task-ongoing.png share/icons/oxygen/16x16/status/task-recurring.png +share/icons/oxygen/16x16/status/task-reject.png share/icons/oxygen/16x16/status/task-reminder.png share/icons/oxygen/16x16/status/user-away-extended.png share/icons/oxygen/16x16/status/user-away.png @@ -2047,6 +2099,8 @@ share/icons/oxygen/22x22/actions/mail-mark-read.png share/icons/oxygen/22x22/actions/mail-mark-task.png share/icons/oxygen/22x22/actions/mail-mark-unread-new.png share/icons/oxygen/22x22/actions/mail-mark-unread.png +share/icons/oxygen/22x22/actions/mail-meeting-request-reply.png +share/icons/oxygen/22x22/actions/mail-message-new-list.png share/icons/oxygen/22x22/actions/mail-message-new.png share/icons/oxygen/22x22/actions/mail-queue.png share/icons/oxygen/22x22/actions/mail-receive.png @@ -2140,6 +2194,7 @@ share/icons/oxygen/22x22/actions/quickopen-function.png share/icons/oxygen/22x22/actions/quickopen.png share/icons/oxygen/22x22/actions/rating.png share/icons/oxygen/22x22/actions/resource-calendar-child-insert.png +share/icons/oxygen/22x22/actions/resource-calendar-child.png share/icons/oxygen/22x22/actions/resource-calendar-insert.png share/icons/oxygen/22x22/actions/resource-group-new.png share/icons/oxygen/22x22/actions/resource-group.png @@ -2240,8 +2295,10 @@ share/icons/oxygen/22x22/actions/view-certificate-sign.png share/icons/oxygen/22x22/actions/view-certificate.png share/icons/oxygen/22x22/actions/view-choose.png share/icons/oxygen/22x22/actions/view-close.png +share/icons/oxygen/22x22/actions/view-conversation-balloon.png share/icons/oxygen/22x22/actions/view-file-columns.png share/icons/oxygen/22x22/actions/view-filter.png +share/icons/oxygen/22x22/actions/view-financial-forecast.png share/icons/oxygen/22x22/actions/view-form-action.png share/icons/oxygen/22x22/actions/view-form-table.png share/icons/oxygen/22x22/actions/view-form.png @@ -2292,6 +2349,7 @@ share/icons/oxygen/22x22/actions/view-statistics.png share/icons/oxygen/22x22/actions/view-table-of-contents-ltr.png share/icons/oxygen/22x22/actions/view-table-of-contents-rtl.png share/icons/oxygen/22x22/actions/view-task-add.png +share/icons/oxygen/22x22/actions/view-task-child-add.png share/icons/oxygen/22x22/actions/view-task-child.png share/icons/oxygen/22x22/actions/view-task.png share/icons/oxygen/22x22/actions/view-time-schedule-baselined-add.png @@ -2300,6 +2358,7 @@ share/icons/oxygen/22x22/actions/view-time-schedule-baselined.png share/icons/oxygen/22x22/actions/view-time-schedule-calculus.png share/icons/oxygen/22x22/actions/view-time-schedule-child-insert.png share/icons/oxygen/22x22/actions/view-time-schedule-edit.png +share/icons/oxygen/22x22/actions/view-time-schedule-insert.png share/icons/oxygen/22x22/actions/view-time-schedule.png share/icons/oxygen/22x22/actions/view-web-browser-dom-tree.png share/icons/oxygen/22x22/actions/window-close.png @@ -2415,6 +2474,7 @@ share/icons/oxygen/22x22/apps/preferences-desktop-wallpaper.png share/icons/oxygen/22x22/apps/preferences-kcalc-constants.png share/icons/oxygen/22x22/apps/preferences-plugin-script.png share/icons/oxygen/22x22/apps/preferences-plugin.png +share/icons/oxygen/22x22/apps/preferences-system-bluetooth-inactive.png share/icons/oxygen/22x22/apps/preferences-system-bluetooth.png share/icons/oxygen/22x22/apps/preferences-system-login.png share/icons/oxygen/22x22/apps/preferences-system-network-sharing.png @@ -2455,6 +2515,11 @@ share/icons/oxygen/22x22/categories/applications-development-web.png share/icons/oxygen/22x22/categories/applications-development.png share/icons/oxygen/22x22/categories/applications-education-language.png share/icons/oxygen/22x22/categories/applications-education-mathematics.png +share/icons/oxygen/22x22/categories/applications-education-miscellaneous.png +share/icons/oxygen/22x22/categories/applications-education-preschool.png +share/icons/oxygen/22x22/categories/applications-education-school.png +share/icons/oxygen/22x22/categories/applications-education-science.png +share/icons/oxygen/22x22/categories/applications-education-university.png share/icons/oxygen/22x22/categories/applications-education.png share/icons/oxygen/22x22/categories/applications-engineering.png share/icons/oxygen/22x22/categories/applications-games.png @@ -2533,6 +2598,7 @@ share/icons/oxygen/22x22/emblems/emblem-favorite.png share/icons/oxygen/22x22/emblems/emblem-important.png share/icons/oxygen/22x22/emblems/emblem-locked.png share/icons/oxygen/22x22/emblems/emblem-mounted.png +share/icons/oxygen/22x22/emblems/emblem-new.png share/icons/oxygen/22x22/emblems/emblem-symbolic-link.png share/icons/oxygen/22x22/emblems/emblem-unlocked.png share/icons/oxygen/22x22/emblems/emblem-unmounted.png @@ -2610,7 +2676,12 @@ share/icons/oxygen/22x22/mimetypes/application-rtf.png share/icons/oxygen/22x22/mimetypes/application-sxw.png share/icons/oxygen/22x22/mimetypes/application-vnd.ms-access.png share/icons/oxygen/22x22/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/22x22/mimetypes/application-vnd.ms-excel.sheet.binary.macroEnabled.12.png +share/icons/oxygen/22x22/mimetypes/application-vnd.ms-excel.template.macroEnabled.12.png share/icons/oxygen/22x22/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/22x22/mimetypes/application-vnd.ms-powerpoint.slideshow.macroEnabled.12.png +share/icons/oxygen/22x22/mimetypes/application-vnd.ms-powerpoint.template.macroEnabled.12.png +share/icons/oxygen/22x22/mimetypes/application-vnd.ms-word.template.macroEnabled.12.png share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.chart.png share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.database.png share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.formula.png @@ -2621,6 +2692,13 @@ share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.presentati share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png share/icons/oxygen/22x22/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/oxygen/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/oxygen/22x22/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/oxygen/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/oxygen/22x22/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/oxygen/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/22x22/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png share/icons/oxygen/22x22/mimetypes/application-vnd.rn-realmedia.png share/icons/oxygen/22x22/mimetypes/application-vnd.scribus.png share/icons/oxygen/22x22/mimetypes/application-vnd.stardivision.calc.png @@ -2906,8 +2984,14 @@ share/icons/oxygen/22x22/status/script-error.png share/icons/oxygen/22x22/status/security-high.png share/icons/oxygen/22x22/status/security-low.png share/icons/oxygen/22x22/status/security-medium.png +share/icons/oxygen/22x22/status/task-accepted.png +share/icons/oxygen/22x22/status/task-attempt.png +share/icons/oxygen/22x22/status/task-attention.png share/icons/oxygen/22x22/status/task-complete.png +share/icons/oxygen/22x22/status/task-delegate.png +share/icons/oxygen/22x22/status/task-ongoing.png share/icons/oxygen/22x22/status/task-recurring.png +share/icons/oxygen/22x22/status/task-reject.png share/icons/oxygen/22x22/status/task-reminder.png share/icons/oxygen/22x22/status/user-away-extended.png share/icons/oxygen/22x22/status/user-away.png @@ -2983,6 +3067,8 @@ share/icons/oxygen/256x256/apps/partitionmanager.png share/icons/oxygen/256x256/apps/planner.png share/icons/oxygen/256x256/apps/preferences-desktop-locale.png share/icons/oxygen/256x256/apps/preferences-desktop-screensaver.png +share/icons/oxygen/256x256/apps/preferences-system-bluetooth-inactive.png +share/icons/oxygen/256x256/apps/preferences-system-bluetooth.svgz share/icons/oxygen/256x256/apps/qelectrotech.png share/icons/oxygen/256x256/apps/quassel.png share/icons/oxygen/256x256/apps/strigi.png @@ -3047,7 +3133,12 @@ share/icons/oxygen/256x256/mimetypes/application-rss+xml.png share/icons/oxygen/256x256/mimetypes/application-rtf.png share/icons/oxygen/256x256/mimetypes/application-sxw.png share/icons/oxygen/256x256/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/256x256/mimetypes/application-vnd.ms-excel.sheet.binary.macroEnabled.12.png +share/icons/oxygen/256x256/mimetypes/application-vnd.ms-excel.template.macroEnabled.12.png share/icons/oxygen/256x256/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/256x256/mimetypes/application-vnd.ms-powerpoint.slideshow.macroEnabled.12.png +share/icons/oxygen/256x256/mimetypes/application-vnd.ms-powerpoint.template.macroEnabled.12.png +share/icons/oxygen/256x256/mimetypes/application-vnd.ms-word.template.macroEnabled.12.png share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.chart.png share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.database.png share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.formula.png @@ -3057,6 +3148,13 @@ share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.presenta share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.presentation.png share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png share/icons/oxygen/256x256/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/oxygen/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/oxygen/256x256/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/oxygen/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/oxygen/256x256/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/oxygen/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/256x256/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png share/icons/oxygen/256x256/mimetypes/application-vnd.scribus.png share/icons/oxygen/256x256/mimetypes/application-x-archive.png share/icons/oxygen/256x256/mimetypes/application-x-bittorrent.png @@ -3468,6 +3566,8 @@ share/icons/oxygen/32x32/actions/mail-mark-read.png share/icons/oxygen/32x32/actions/mail-mark-task.png share/icons/oxygen/32x32/actions/mail-mark-unread-new.png share/icons/oxygen/32x32/actions/mail-mark-unread.png +share/icons/oxygen/32x32/actions/mail-meeting-request-reply.png +share/icons/oxygen/32x32/actions/mail-message-new-list.png share/icons/oxygen/32x32/actions/mail-message-new.png share/icons/oxygen/32x32/actions/mail-queue.png share/icons/oxygen/32x32/actions/mail-receive.png @@ -3541,6 +3641,7 @@ share/icons/oxygen/32x32/actions/quickopen-function.png share/icons/oxygen/32x32/actions/quickopen.png share/icons/oxygen/32x32/actions/rating.png share/icons/oxygen/32x32/actions/resource-calendar-child-insert.png +share/icons/oxygen/32x32/actions/resource-calendar-child.png share/icons/oxygen/32x32/actions/resource-calendar-insert.png share/icons/oxygen/32x32/actions/resource-group-new.png share/icons/oxygen/32x32/actions/resource-group.png @@ -3614,6 +3715,8 @@ share/icons/oxygen/32x32/actions/user-group-delete.png share/icons/oxygen/32x32/actions/user-group-new.png share/icons/oxygen/32x32/actions/user-group-properties.png share/icons/oxygen/32x32/actions/user-properties.png +share/icons/oxygen/32x32/actions/view-bank-account-checking.png +share/icons/oxygen/32x32/actions/view-bank-account-savings.png share/icons/oxygen/32x32/actions/view-bank-account.png share/icons/oxygen/32x32/actions/view-bank.png share/icons/oxygen/32x32/actions/view-barcode-add.png @@ -3637,6 +3740,7 @@ share/icons/oxygen/32x32/actions/view-calendar-whatsnext.png share/icons/oxygen/32x32/actions/view-calendar-workweek.png share/icons/oxygen/32x32/actions/view-calendar.png share/icons/oxygen/32x32/actions/view-catalog.png +share/icons/oxygen/32x32/actions/view-categories.png share/icons/oxygen/32x32/actions/view-certificate-add.png share/icons/oxygen/32x32/actions/view-certificate-export-secret.png share/icons/oxygen/32x32/actions/view-certificate-export-server.png @@ -3647,12 +3751,17 @@ share/icons/oxygen/32x32/actions/view-certificate-sign.png share/icons/oxygen/32x32/actions/view-certificate.png share/icons/oxygen/32x32/actions/view-choose.png share/icons/oxygen/32x32/actions/view-close.png +share/icons/oxygen/32x32/actions/view-conversation-balloon.png share/icons/oxygen/32x32/actions/view-credit-card-account.png share/icons/oxygen/32x32/actions/view-currency-list.png share/icons/oxygen/32x32/actions/view-documents-finances.png +share/icons/oxygen/32x32/actions/view-expenses-categories.png share/icons/oxygen/32x32/actions/view-file-columns.png share/icons/oxygen/32x32/actions/view-filter.png +share/icons/oxygen/32x32/actions/view-financial-categories.png +share/icons/oxygen/32x32/actions/view-financial-forecast.png share/icons/oxygen/32x32/actions/view-financial-list.png +share/icons/oxygen/32x32/actions/view-financial-payment-mode.png share/icons/oxygen/32x32/actions/view-financial-transfer.png share/icons/oxygen/32x32/actions/view-form-action.png share/icons/oxygen/32x32/actions/view-form-table.png @@ -3660,6 +3769,7 @@ share/icons/oxygen/32x32/actions/view-form.png share/icons/oxygen/32x32/actions/view-fullscreen.png share/icons/oxygen/32x32/actions/view-grid.png share/icons/oxygen/32x32/actions/view-history.png +share/icons/oxygen/32x32/actions/view-income-categories.png share/icons/oxygen/32x32/actions/view-investment.png share/icons/oxygen/32x32/actions/view-ldap-resource.png share/icons/oxygen/32x32/actions/view-left-close.png @@ -3667,6 +3777,8 @@ share/icons/oxygen/32x32/actions/view-list-details.png share/icons/oxygen/32x32/actions/view-list-icons.png share/icons/oxygen/32x32/actions/view-list-text.png share/icons/oxygen/32x32/actions/view-list-tree.png +share/icons/oxygen/32x32/actions/view-loan-asset.png +share/icons/oxygen/32x32/actions/view-loan.png share/icons/oxygen/32x32/actions/view-media-artist.png share/icons/oxygen/32x32/actions/view-media-equalizer.png share/icons/oxygen/32x32/actions/view-media-lyrics.png @@ -3706,6 +3818,7 @@ share/icons/oxygen/32x32/actions/view-stock-account.png share/icons/oxygen/32x32/actions/view-table-of-contents-ltr.png share/icons/oxygen/32x32/actions/view-table-of-contents-rtl.png share/icons/oxygen/32x32/actions/view-task-add.png +share/icons/oxygen/32x32/actions/view-task-child-add.png share/icons/oxygen/32x32/actions/view-task-child.png share/icons/oxygen/32x32/actions/view-task.png share/icons/oxygen/32x32/actions/view-time-schedule-baselined-add.png @@ -3714,6 +3827,7 @@ share/icons/oxygen/32x32/actions/view-time-schedule-baselined.png share/icons/oxygen/32x32/actions/view-time-schedule-calculus.png share/icons/oxygen/32x32/actions/view-time-schedule-child-insert.png share/icons/oxygen/32x32/actions/view-time-schedule-edit.png +share/icons/oxygen/32x32/actions/view-time-schedule-insert.png share/icons/oxygen/32x32/actions/view-time-schedule.png share/icons/oxygen/32x32/actions/view-web-browser-dom-tree.png share/icons/oxygen/32x32/actions/window-close.png @@ -3831,6 +3945,7 @@ share/icons/oxygen/32x32/apps/preferences-desktop-wallpaper.png share/icons/oxygen/32x32/apps/preferences-kcalc-constants.png share/icons/oxygen/32x32/apps/preferences-plugin-script.png share/icons/oxygen/32x32/apps/preferences-plugin.png +share/icons/oxygen/32x32/apps/preferences-system-bluetooth-inactive.png share/icons/oxygen/32x32/apps/preferences-system-bluetooth.png share/icons/oxygen/32x32/apps/preferences-system-login.png share/icons/oxygen/32x32/apps/preferences-system-network-sharing.png @@ -3872,6 +3987,11 @@ share/icons/oxygen/32x32/categories/applications-development-web.png share/icons/oxygen/32x32/categories/applications-development.png share/icons/oxygen/32x32/categories/applications-education-language.png share/icons/oxygen/32x32/categories/applications-education-mathematics.png +share/icons/oxygen/32x32/categories/applications-education-miscellaneous.png +share/icons/oxygen/32x32/categories/applications-education-preschool.png +share/icons/oxygen/32x32/categories/applications-education-school.png +share/icons/oxygen/32x32/categories/applications-education-science.png +share/icons/oxygen/32x32/categories/applications-education-university.png share/icons/oxygen/32x32/categories/applications-education.png share/icons/oxygen/32x32/categories/applications-engineering.png share/icons/oxygen/32x32/categories/applications-games.png @@ -3952,6 +4072,7 @@ share/icons/oxygen/32x32/emblems/emblem-favorite.png share/icons/oxygen/32x32/emblems/emblem-important.png share/icons/oxygen/32x32/emblems/emblem-locked.png share/icons/oxygen/32x32/emblems/emblem-mounted.png +share/icons/oxygen/32x32/emblems/emblem-new.png share/icons/oxygen/32x32/emblems/emblem-symbolic-link.png share/icons/oxygen/32x32/emblems/emblem-unlocked.png share/icons/oxygen/32x32/emblems/emblem-unmounted.png @@ -3989,7 +4110,12 @@ share/icons/oxygen/32x32/mimetypes/application-rss+xml.png share/icons/oxygen/32x32/mimetypes/application-rtf.png share/icons/oxygen/32x32/mimetypes/application-vnd.ms-access.png share/icons/oxygen/32x32/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/32x32/mimetypes/application-vnd.ms-excel.sheet.binary.macroEnabled.12.png +share/icons/oxygen/32x32/mimetypes/application-vnd.ms-excel.template.macroEnabled.12.png share/icons/oxygen/32x32/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/32x32/mimetypes/application-vnd.ms-powerpoint.slideshow.macroEnabled.12.png +share/icons/oxygen/32x32/mimetypes/application-vnd.ms-powerpoint.template.macroEnabled.12.png +share/icons/oxygen/32x32/mimetypes/application-vnd.ms-word.template.macroEnabled.12.png share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.chart.png share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.database.png share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.formula.png @@ -4000,6 +4126,13 @@ share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.presentati share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png share/icons/oxygen/32x32/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/oxygen/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/oxygen/32x32/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/oxygen/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/oxygen/32x32/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/oxygen/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/32x32/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png share/icons/oxygen/32x32/mimetypes/application-vnd.rn-realmedia.png share/icons/oxygen/32x32/mimetypes/application-vnd.scribus.png share/icons/oxygen/32x32/mimetypes/application-vnd.stardivision.calc.png @@ -4286,8 +4419,14 @@ share/icons/oxygen/32x32/status/script-error.png share/icons/oxygen/32x32/status/security-high.png share/icons/oxygen/32x32/status/security-low.png share/icons/oxygen/32x32/status/security-medium.png +share/icons/oxygen/32x32/status/task-accepted.png +share/icons/oxygen/32x32/status/task-attempt.png +share/icons/oxygen/32x32/status/task-attention.png share/icons/oxygen/32x32/status/task-complete.png +share/icons/oxygen/32x32/status/task-delegate.png +share/icons/oxygen/32x32/status/task-ongoing.png share/icons/oxygen/32x32/status/task-recurring.png +share/icons/oxygen/32x32/status/task-reject.png share/icons/oxygen/32x32/status/task-reminder.png share/icons/oxygen/32x32/status/user-away-extended.png share/icons/oxygen/32x32/status/user-away.png @@ -4588,6 +4727,8 @@ share/icons/oxygen/48x48/actions/mail-mark-read.png share/icons/oxygen/48x48/actions/mail-mark-task.png share/icons/oxygen/48x48/actions/mail-mark-unread-new.png share/icons/oxygen/48x48/actions/mail-mark-unread.png +share/icons/oxygen/48x48/actions/mail-meeting-request-reply.png +share/icons/oxygen/48x48/actions/mail-message-new-list.png share/icons/oxygen/48x48/actions/mail-message-new.png share/icons/oxygen/48x48/actions/mail-queue.png share/icons/oxygen/48x48/actions/mail-receive.png @@ -4655,6 +4796,7 @@ share/icons/oxygen/48x48/actions/quickopen-function.png share/icons/oxygen/48x48/actions/quickopen.png share/icons/oxygen/48x48/actions/rating.png share/icons/oxygen/48x48/actions/resource-calendar-child-insert.png +share/icons/oxygen/48x48/actions/resource-calendar-child.png share/icons/oxygen/48x48/actions/resource-calendar-insert.png share/icons/oxygen/48x48/actions/resource-group-new.png share/icons/oxygen/48x48/actions/resource-group.png @@ -4725,6 +4867,8 @@ share/icons/oxygen/48x48/actions/user-group-delete.png share/icons/oxygen/48x48/actions/user-group-new.png share/icons/oxygen/48x48/actions/user-group-properties.png share/icons/oxygen/48x48/actions/user-properties.png +share/icons/oxygen/48x48/actions/view-bank-account-checking.png +share/icons/oxygen/48x48/actions/view-bank-account-savings.png share/icons/oxygen/48x48/actions/view-bank-account.png share/icons/oxygen/48x48/actions/view-bank.png share/icons/oxygen/48x48/actions/view-barcode-add.png @@ -4748,6 +4892,7 @@ share/icons/oxygen/48x48/actions/view-calendar-whatsnext.png share/icons/oxygen/48x48/actions/view-calendar-workweek.png share/icons/oxygen/48x48/actions/view-calendar.png share/icons/oxygen/48x48/actions/view-catalog.png +share/icons/oxygen/48x48/actions/view-categories.png share/icons/oxygen/48x48/actions/view-certificate-add.png share/icons/oxygen/48x48/actions/view-certificate-export-secret.png share/icons/oxygen/48x48/actions/view-certificate-export-server.png @@ -4758,12 +4903,17 @@ share/icons/oxygen/48x48/actions/view-certificate-sign.png share/icons/oxygen/48x48/actions/view-certificate.png share/icons/oxygen/48x48/actions/view-choose.png share/icons/oxygen/48x48/actions/view-close.png +share/icons/oxygen/48x48/actions/view-conversation-balloon.png share/icons/oxygen/48x48/actions/view-credit-card-account.png share/icons/oxygen/48x48/actions/view-currency-list.png share/icons/oxygen/48x48/actions/view-documents-finances.png +share/icons/oxygen/48x48/actions/view-expenses-categories.png share/icons/oxygen/48x48/actions/view-file-columns.png share/icons/oxygen/48x48/actions/view-filter.png +share/icons/oxygen/48x48/actions/view-financial-categories.png +share/icons/oxygen/48x48/actions/view-financial-forecast.png share/icons/oxygen/48x48/actions/view-financial-list.png +share/icons/oxygen/48x48/actions/view-financial-payment-mode.png share/icons/oxygen/48x48/actions/view-financial-transfer.png share/icons/oxygen/48x48/actions/view-form-action.png share/icons/oxygen/48x48/actions/view-form-table.png @@ -4771,6 +4921,7 @@ share/icons/oxygen/48x48/actions/view-form.png share/icons/oxygen/48x48/actions/view-fullscreen.png share/icons/oxygen/48x48/actions/view-grid.png share/icons/oxygen/48x48/actions/view-history.png +share/icons/oxygen/48x48/actions/view-income-categories.png share/icons/oxygen/48x48/actions/view-investment-account.png share/icons/oxygen/48x48/actions/view-investment.png share/icons/oxygen/48x48/actions/view-ldap-resource.png @@ -4778,6 +4929,8 @@ share/icons/oxygen/48x48/actions/view-left-close.png share/icons/oxygen/48x48/actions/view-list-details.png share/icons/oxygen/48x48/actions/view-list-text.png share/icons/oxygen/48x48/actions/view-list-tree.png +share/icons/oxygen/48x48/actions/view-loan-asset.png +share/icons/oxygen/48x48/actions/view-loan.png share/icons/oxygen/48x48/actions/view-media-artist.png share/icons/oxygen/48x48/actions/view-media-equalizer.png share/icons/oxygen/48x48/actions/view-media-lyrics.png @@ -4815,6 +4968,7 @@ share/icons/oxygen/48x48/actions/view-stock-account.png share/icons/oxygen/48x48/actions/view-table-of-contents-ltr.png share/icons/oxygen/48x48/actions/view-table-of-contents-rtl.png share/icons/oxygen/48x48/actions/view-task-add.png +share/icons/oxygen/48x48/actions/view-task-child-add.png share/icons/oxygen/48x48/actions/view-task-child.png share/icons/oxygen/48x48/actions/view-task.png share/icons/oxygen/48x48/actions/view-time-schedule-baselined-add.png @@ -4823,6 +4977,7 @@ share/icons/oxygen/48x48/actions/view-time-schedule-baselined.png share/icons/oxygen/48x48/actions/view-time-schedule-calculus.png share/icons/oxygen/48x48/actions/view-time-schedule-child-insert.png share/icons/oxygen/48x48/actions/view-time-schedule-edit.png +share/icons/oxygen/48x48/actions/view-time-schedule-insert.png share/icons/oxygen/48x48/actions/view-time-schedule.png share/icons/oxygen/48x48/actions/view-web-browser-dom-tree.png share/icons/oxygen/48x48/actions/window-close.png @@ -4939,6 +5094,7 @@ share/icons/oxygen/48x48/apps/preferences-desktop-wallpaper.png share/icons/oxygen/48x48/apps/preferences-kcalc-constants.png share/icons/oxygen/48x48/apps/preferences-plugin-script.png share/icons/oxygen/48x48/apps/preferences-plugin.png +share/icons/oxygen/48x48/apps/preferences-system-bluetooth-inactive.png share/icons/oxygen/48x48/apps/preferences-system-bluetooth.png share/icons/oxygen/48x48/apps/preferences-system-login.png share/icons/oxygen/48x48/apps/preferences-system-network-sharing.png @@ -4980,6 +5136,11 @@ share/icons/oxygen/48x48/categories/applications-development-web.png share/icons/oxygen/48x48/categories/applications-development.png share/icons/oxygen/48x48/categories/applications-education-language.png share/icons/oxygen/48x48/categories/applications-education-mathematics.png +share/icons/oxygen/48x48/categories/applications-education-miscellaneous.png +share/icons/oxygen/48x48/categories/applications-education-preschool.png +share/icons/oxygen/48x48/categories/applications-education-school.png +share/icons/oxygen/48x48/categories/applications-education-science.png +share/icons/oxygen/48x48/categories/applications-education-university.png share/icons/oxygen/48x48/categories/applications-education.png share/icons/oxygen/48x48/categories/applications-engineering.png share/icons/oxygen/48x48/categories/applications-games.png @@ -5057,6 +5218,7 @@ share/icons/oxygen/48x48/devices/video-television.png share/icons/oxygen/48x48/emblems/emblem-favorite.png share/icons/oxygen/48x48/emblems/emblem-important.png share/icons/oxygen/48x48/emblems/emblem-mounted.png +share/icons/oxygen/48x48/emblems/emblem-new.png share/icons/oxygen/48x48/emblems/emblem-symbolic-link.png share/icons/oxygen/48x48/emotes/face-angel.png share/icons/oxygen/48x48/emotes/face-embarrassed.png @@ -5087,7 +5249,12 @@ share/icons/oxygen/48x48/mimetypes/application-rtf.png share/icons/oxygen/48x48/mimetypes/application-sxw.png share/icons/oxygen/48x48/mimetypes/application-vnd.ms-access.png share/icons/oxygen/48x48/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/48x48/mimetypes/application-vnd.ms-excel.sheet.binary.macroEnabled.12.png +share/icons/oxygen/48x48/mimetypes/application-vnd.ms-excel.template.macroEnabled.12.png share/icons/oxygen/48x48/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/48x48/mimetypes/application-vnd.ms-powerpoint.slideshow.macroEnabled.12.png +share/icons/oxygen/48x48/mimetypes/application-vnd.ms-powerpoint.template.macroEnabled.12.png +share/icons/oxygen/48x48/mimetypes/application-vnd.ms-word.template.macroEnabled.12.png share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.chart.png share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.database.png share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.formula.png @@ -5098,6 +5265,13 @@ share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.presentati share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png share/icons/oxygen/48x48/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/oxygen/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/oxygen/48x48/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/oxygen/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/oxygen/48x48/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/oxygen/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/48x48/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png share/icons/oxygen/48x48/mimetypes/application-vnd.rn-realmedia.png share/icons/oxygen/48x48/mimetypes/application-vnd.scribus.png share/icons/oxygen/48x48/mimetypes/application-vnd.stardivision.calc.png @@ -5382,6 +5556,13 @@ share/icons/oxygen/48x48/status/script-error.png share/icons/oxygen/48x48/status/security-high.png share/icons/oxygen/48x48/status/security-low.png share/icons/oxygen/48x48/status/security-medium.png +share/icons/oxygen/48x48/status/task-accepted.png +share/icons/oxygen/48x48/status/task-attempt.png +share/icons/oxygen/48x48/status/task-attention.png +share/icons/oxygen/48x48/status/task-complete.png +share/icons/oxygen/48x48/status/task-delegate.png +share/icons/oxygen/48x48/status/task-ongoing.png +share/icons/oxygen/48x48/status/task-reject.png share/icons/oxygen/48x48/status/user-away-extended.png share/icons/oxygen/48x48/status/user-away.png share/icons/oxygen/48x48/status/user-busy.png @@ -5493,6 +5674,7 @@ share/icons/oxygen/64x64/actions/transform-crop-and-resize.png share/icons/oxygen/64x64/actions/transform-move.png share/icons/oxygen/64x64/actions/transform-scale.png share/icons/oxygen/64x64/actions/user-group-new.png +share/icons/oxygen/64x64/actions/view-conversation-balloon.png share/icons/oxygen/64x64/actions/view-media-lyrics.png share/icons/oxygen/64x64/actions/view-media-playlist.png share/icons/oxygen/64x64/actions/view-pim-contacts.png @@ -5599,6 +5781,7 @@ share/icons/oxygen/64x64/apps/preferences-desktop-user.png share/icons/oxygen/64x64/apps/preferences-desktop-wallpaper.png share/icons/oxygen/64x64/apps/preferences-kcalc-constants.png share/icons/oxygen/64x64/apps/preferences-plugin.png +share/icons/oxygen/64x64/apps/preferences-system-bluetooth-inactive.png share/icons/oxygen/64x64/apps/preferences-system-bluetooth.png share/icons/oxygen/64x64/apps/preferences-system-login.png share/icons/oxygen/64x64/apps/preferences-system-network-sharing.png @@ -5632,6 +5815,11 @@ share/icons/oxygen/64x64/categories/applications-development-web.png share/icons/oxygen/64x64/categories/applications-development.png share/icons/oxygen/64x64/categories/applications-education-language.png share/icons/oxygen/64x64/categories/applications-education-mathematics.png +share/icons/oxygen/64x64/categories/applications-education-miscellaneous.png +share/icons/oxygen/64x64/categories/applications-education-preschool.png +share/icons/oxygen/64x64/categories/applications-education-school.png +share/icons/oxygen/64x64/categories/applications-education-science.png +share/icons/oxygen/64x64/categories/applications-education-university.png share/icons/oxygen/64x64/categories/applications-education.png share/icons/oxygen/64x64/categories/applications-engineering.png share/icons/oxygen/64x64/categories/applications-games.png @@ -5677,6 +5865,7 @@ share/icons/oxygen/64x64/devices/media-flash.png share/icons/oxygen/64x64/devices/media-floppy.png share/icons/oxygen/64x64/devices/media-optical-audio.png share/icons/oxygen/64x64/devices/media-optical-blu-ray.png +share/icons/oxygen/64x64/devices/media-optical-data.png share/icons/oxygen/64x64/devices/media-optical-dvd-video.png share/icons/oxygen/64x64/devices/media-optical-dvd.png share/icons/oxygen/64x64/devices/media-optical-mixed-cd.png @@ -5734,7 +5923,12 @@ share/icons/oxygen/64x64/mimetypes/application-rtf.png share/icons/oxygen/64x64/mimetypes/application-sxw.png share/icons/oxygen/64x64/mimetypes/application-vnd.ms-access.png share/icons/oxygen/64x64/mimetypes/application-vnd.ms-excel.png +share/icons/oxygen/64x64/mimetypes/application-vnd.ms-excel.sheet.binary.macroEnabled.12.png +share/icons/oxygen/64x64/mimetypes/application-vnd.ms-excel.template.macroEnabled.12.png share/icons/oxygen/64x64/mimetypes/application-vnd.ms-powerpoint.png +share/icons/oxygen/64x64/mimetypes/application-vnd.ms-powerpoint.slideshow.macroEnabled.12.png +share/icons/oxygen/64x64/mimetypes/application-vnd.ms-powerpoint.template.macroEnabled.12.png +share/icons/oxygen/64x64/mimetypes/application-vnd.ms-word.template.macroEnabled.12.png share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.chart.png share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.database.png share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.formula.png @@ -5745,6 +5939,13 @@ share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.presentati share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.spreadsheet-template.png share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.spreadsheet.png share/icons/oxygen/64x64/mimetypes/application-vnd.oasis.opendocument.text.png +share/icons/oxygen/64x64/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.presentation.png +share/icons/oxygen/64x64/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png +share/icons/oxygen/64x64/mimetypes/application-vnd.openxmlformats-officedocument.presentationml.template.png +share/icons/oxygen/64x64/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png +share/icons/oxygen/64x64/mimetypes/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png +share/icons/oxygen/64x64/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png +share/icons/oxygen/64x64/mimetypes/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png share/icons/oxygen/64x64/mimetypes/application-vnd.rn-realmedia.png share/icons/oxygen/64x64/mimetypes/application-vnd.scribus.png share/icons/oxygen/64x64/mimetypes/application-vnd.stardivision.calc.png @@ -6032,6 +6233,7 @@ share/icons/oxygen/8x8/emblems/emblem-important.png share/icons/oxygen/8x8/emblems/emblem-link.png share/icons/oxygen/8x8/emblems/emblem-locked.png share/icons/oxygen/8x8/emblems/emblem-mounted.png +share/icons/oxygen/8x8/emblems/emblem-new.png share/icons/oxygen/8x8/emblems/emblem-unlocked.png share/icons/oxygen/8x8/emblems/emblem-unmounted.png share/icons/oxygen/8x8/emblems/vcs-added.png diff --git a/x11-themes/kdeartwork4/distinfo b/x11-themes/kdeartwork4/distinfo index 1645cd405c27..e56d637f58b2 100644 --- a/x11-themes/kdeartwork4/distinfo +++ b/x11-themes/kdeartwork4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdeartwork-4.4.5.tar.bz2) = 54e60170222d3f476aa2ddb26f8e13fc -SHA256 (KDE/kdeartwork-4.4.5.tar.bz2) = 2369c7285d2d9707d3233614b2327a27c233a5283d3b14e350665c3e90cc22d4 -SIZE (KDE/kdeartwork-4.4.5.tar.bz2) = 70451362 +MD5 (KDE/kdeartwork-4.5.1.tar.bz2) = fe193afd6c8009ceacb46c97e67c96b8 +SHA256 (KDE/kdeartwork-4.5.1.tar.bz2) = b13ea17250b0d5f596fbdc1a34994ba4d35b82d36273613431b4ffc7b9e94c3a +SIZE (KDE/kdeartwork-4.5.1.tar.bz2) = 110926025 diff --git a/x11-themes/kdeartwork4/pkg-plist b/x11-themes/kdeartwork4/pkg-plist index ed019ba9b8bb..16927ae2ab3c 100644 --- a/x11-themes/kdeartwork4/pkg-plist +++ b/x11-themes/kdeartwork4/pkg-plist @@ -22,6 +22,21 @@ bin/kxsconfig bin/kxsrun lib/kde4/kstyle_phase_config.so lib/kde4/plugins/styles/phasestyle.so +share/apps/aurorae/themes/Air-Oxygen/air-oxygenrc +share/apps/aurorae/themes/Air-Oxygen/close.svgz +share/apps/aurorae/themes/Air-Oxygen/decoration.svgz +share/apps/aurorae/themes/Air-Oxygen/maximize.svgz +share/apps/aurorae/themes/Air-Oxygen/metadata.desktop +share/apps/aurorae/themes/Air-Oxygen/minimize.svgz +share/apps/aurorae/themes/Air-Oxygen/restore.svgz +share/apps/aurorae/themes/Oxygen/Oxygenrc +share/apps/aurorae/themes/Oxygen/close.svgz +share/apps/aurorae/themes/Oxygen/decoration.svgz +share/apps/aurorae/themes/Oxygen/help.svgz +share/apps/aurorae/themes/Oxygen/maximize.svgz +share/apps/aurorae/themes/Oxygen/metadata.desktop +share/apps/aurorae/themes/Oxygen/minimize.svgz +share/apps/aurorae/themes/Oxygen/restore.svgz share/apps/color-schemes/CherryBlossom.colors share/apps/color-schemes/Chrome.colors share/apps/color-schemes/Desert.colors @@ -200,6 +215,7 @@ share/apps/desktoptheme/slim-glow/colors share/apps/desktoptheme/slim-glow/dialogs/background.svgz share/apps/desktoptheme/slim-glow/dialogs/krunner.svgz share/apps/desktoptheme/slim-glow/dialogs/shutdowndialog.svgz +share/apps/desktoptheme/slim-glow/icons/notification.svgz share/apps/desktoptheme/slim-glow/metadata.desktop share/apps/desktoptheme/slim-glow/opaque/dialogs/background.svgz share/apps/desktoptheme/slim-glow/opaque/dialogs/kickoff.svgz @@ -4127,13 +4143,13 @@ share/icons/nuvola/scalable/mimetypes/application-x-kword.svg share/icons/nuvola/scalable/mimetypes/application-x-rpm.svg share/icons/nuvola/scalable/mimetypes/application-x-tex.svg share/icons/nuvola/scalable/mimetypes/application-x-tgz.svg +share/icons/nuvola/scalable/mimetypes/audio-x-generic.svg share/icons/nuvola/scalable/mimetypes/audio-x-midi.svg share/icons/nuvola/scalable/mimetypes/audio-x-pn-realaudio.svg -share/icons/nuvola/scalable/mimetypes/audio.svg share/icons/nuvola/scalable/mimetypes/image-svg.svg share/icons/nuvola/scalable/mimetypes/image-x-cdr.svg +share/icons/nuvola/scalable/mimetypes/image-x-generic.svg share/icons/nuvola/scalable/mimetypes/image-xcf.svg -share/icons/nuvola/scalable/mimetypes/image.svg share/icons/nuvola/scalable/mimetypes/inode-blockdevice.svg share/icons/nuvola/scalable/mimetypes/inode-chardevice.svg share/icons/nuvola/scalable/mimetypes/inode-directory.svg @@ -4152,7 +4168,7 @@ share/icons/nuvola/scalable/mimetypes/text-x-sql.svg share/icons/nuvola/scalable/mimetypes/text-x-troff-man.svg share/icons/nuvola/scalable/mimetypes/text.svg share/icons/nuvola/scalable/mimetypes/video-quicktime.svg -share/icons/nuvola/scalable/mimetypes/video.svg +share/icons/nuvola/scalable/mimetypes/video-x-generic.svg share/icons/nuvola/scalable/mimetypes/x-readme.svg share/icons/nuvola/scalable/places/user-desktop.svg share/icons/nuvola/scalable/places/user-home.svg @@ -4402,21 +4418,13 @@ share/kde4/services/ScreenSavers/xteevee.desktop share/kde4/services/ScreenSavers/zoom.desktop share/sounds/KDE_Logout_new.wav share/sounds/KDE_Startup_new.wav -share/wallpapers/At_Night/contents/images/1280x1024.jpg -share/wallpapers/At_Night/contents/images/1440x900.jpg -share/wallpapers/At_Night/contents/images/1600x1200.jpg -share/wallpapers/At_Night/contents/screenshot.png -share/wallpapers/At_Night/metadata.desktop -share/wallpapers/Atra_Dot/contents/images/1024x768.jpg share/wallpapers/Atra_Dot/contents/images/1280x1024.jpg -share/wallpapers/Atra_Dot/contents/images/1280x800.jpg -share/wallpapers/Atra_Dot/contents/images/1440x900.jpg share/wallpapers/Atra_Dot/contents/images/1600x1200.jpg share/wallpapers/Atra_Dot/contents/images/1920x1080.jpg share/wallpapers/Atra_Dot/contents/images/1920x1200.jpg -share/wallpapers/Atra_Dot/contents/images/800x600.jpg share/wallpapers/Atra_Dot/contents/screnshot.jpg share/wallpapers/Atra_Dot/metadata.desktop +share/wallpapers/Autumn/contents/images/3008x2000.jpg share/wallpapers/Beach_Reflecting_Clouds/contents/images/1280x1024.jpg share/wallpapers/Beach_Reflecting_Clouds/contents/images/1440x900.jpg share/wallpapers/Beach_Reflecting_Clouds/contents/images/1600x1200.jpg @@ -4430,14 +4438,39 @@ share/wallpapers/Blue_Curl/contents/images/1600x1200.jpg share/wallpapers/Blue_Curl/contents/images/1920x1200.jpg share/wallpapers/Blue_Curl/contents/screenshot.png share/wallpapers/Blue_Curl/metadata.desktop -share/wallpapers/Colorado_Farm/contents/images/1024x768.jpg +share/wallpapers/Blue_Wood/contents/images/3522x2348.jpg +share/wallpapers/Chess/contents/images/1280x1024.jpg +share/wallpapers/Chess/contents/images/1600x1200.jpg +share/wallpapers/Chess/contents/images/1920x1200.jpg +share/wallpapers/Chess/contents/screenshot.png +share/wallpapers/Chess/metadata.desktop +share/wallpapers/City_at_Night/contents/images/1280x1024.jpg +share/wallpapers/City_at_Night/contents/images/1600x1200.jpg +share/wallpapers/City_at_Night/contents/images/1920x1200.jpg +share/wallpapers/City_at_Night/contents/images/4000x3000.jpg +share/wallpapers/City_at_Night/contents/screenshot.png +share/wallpapers/City_at_Night/metadata.desktop +share/wallpapers/Code_Poets_Dream/contents/images/1280x1024.jpg +share/wallpapers/Code_Poets_Dream/contents/images/1600x1200.jpg +share/wallpapers/Code_Poets_Dream/contents/images/1920x1200.jpg +share/wallpapers/Code_Poets_Dream/contents/screenshot.png +share/wallpapers/Code_Poets_Dream/metadata.desktop share/wallpapers/Colorado_Farm/contents/images/1280x1024.jpg -share/wallpapers/Colorado_Farm/contents/images/1280x800.jpg -share/wallpapers/Colorado_Farm/contents/images/1440x900.jpg share/wallpapers/Colorado_Farm/contents/images/1600x1200.jpg share/wallpapers/Colorado_Farm/contents/images/1920x1200.jpg share/wallpapers/Colorado_Farm/contents/screenshot.png share/wallpapers/Colorado_Farm/metadata.desktop +share/wallpapers/Curls_on_Green/contents/images/1280x1024.jpg +share/wallpapers/Curls_on_Green/contents/images/1600x1200.jpg +share/wallpapers/Curls_on_Green/contents/images/1920x1200.jpg +share/wallpapers/Curls_on_Green/contents/screenshot.png +share/wallpapers/Curls_on_Green/metadata.desktop +share/wallpapers/Damselfly/contents/images/1280x1024.jpg +share/wallpapers/Damselfly/contents/images/1600x1200.jpg +share/wallpapers/Damselfly/contents/images/1920x1200.jpg +share/wallpapers/Damselfly/contents/images/2559x1600.jpg +share/wallpapers/Damselfly/contents/screenshot.png +share/wallpapers/Damselfly/metadata.desktop share/wallpapers/EOS/contents/images/1024x768.jpg share/wallpapers/EOS/contents/images/1280x1024.jpg share/wallpapers/EOS/contents/images/1280x800.jpg @@ -4454,38 +4487,40 @@ share/wallpapers/Emotion/contents/images/1600x1200.jpg share/wallpapers/Emotion/contents/images/1920x1200.jpg share/wallpapers/Emotion/contents/screenshot.png share/wallpapers/Emotion/metadata.desktop -share/wallpapers/Flower_drops/contents/images/1024x768.jpg +share/wallpapers/Field/contents/images/1280x1024.jpg +share/wallpapers/Field/contents/images/1600x1200.jpg +share/wallpapers/Field/contents/images/1920x1200.jpg +share/wallpapers/Field/contents/images/2560x1600.jpg +share/wallpapers/Field/contents/screenshot.png +share/wallpapers/Field/metadata.desktop share/wallpapers/Flower_drops/contents/images/1280x1024.jpg -share/wallpapers/Flower_drops/contents/images/1280x800.jpg -share/wallpapers/Flower_drops/contents/images/1440x900.jpg share/wallpapers/Flower_drops/contents/images/1600x1200.jpg share/wallpapers/Flower_drops/contents/images/1920x1200.jpg share/wallpapers/Flower_drops/contents/screenshot.png share/wallpapers/Flower_drops/metadata.desktop -share/wallpapers/Golden_Ripples/contents/images/1024x768.jpg share/wallpapers/Golden_Ripples/contents/images/1280x1024.jpg -share/wallpapers/Golden_Ripples/contents/images/1280x800.jpg -share/wallpapers/Golden_Ripples/contents/images/1440x900.jpg share/wallpapers/Golden_Ripples/contents/images/1600x1200.jpg share/wallpapers/Golden_Ripples/contents/images/1920x1200.jpg share/wallpapers/Golden_Ripples/contents/screenshot.png share/wallpapers/Golden_Ripples/metadata.desktop -share/wallpapers/Green_Concentration/contents/images/1024x768.jpg +share/wallpapers/Grass/contents/images/3648x2280.jpg share/wallpapers/Green_Concentration/contents/images/1280x1024.jpg -share/wallpapers/Green_Concentration/contents/images/1280x800.jpg -share/wallpapers/Green_Concentration/contents/images/1440x900.jpg share/wallpapers/Green_Concentration/contents/images/1600x1200.jpg share/wallpapers/Green_Concentration/contents/images/1920x1200.jpg share/wallpapers/Green_Concentration/contents/screenshot.png share/wallpapers/Green_Concentration/metadata.desktop -share/wallpapers/HighTide/contents/images/1024x768.jpg +share/wallpapers/Hanami/contents/images/3872x2592.jpg share/wallpapers/HighTide/contents/images/1280x1024.jpg -share/wallpapers/HighTide/contents/images/1280x800.jpg -share/wallpapers/HighTide/contents/images/1440x900.jpg share/wallpapers/HighTide/contents/images/1600x1200.jpg share/wallpapers/HighTide/contents/images/1920x1200.jpg share/wallpapers/HighTide/contents/screenshot.png share/wallpapers/HighTide/metadata.desktop +share/wallpapers/Holiday_Cactus/contents/images/1280x1024.jpg +share/wallpapers/Holiday_Cactus/contents/images/1600x1200.jpg +share/wallpapers/Holiday_Cactus/contents/images/1920x1200.jpg +share/wallpapers/Holiday_Cactus/contents/images/3730x2487.jpg +share/wallpapers/Holiday_Cactus/contents/screenshot.png +share/wallpapers/Holiday_Cactus/metadata.desktop share/wallpapers/Icy_Tree/contents/images/1280x1024.jpg share/wallpapers/Icy_Tree/contents/images/1600x1200.jpg share/wallpapers/Icy_Tree/contents/images/1920x1200.jpg @@ -4496,6 +4531,13 @@ share/wallpapers/JK_Bridge_at_Night/contents/images/1440x900.jpg share/wallpapers/JK_Bridge_at_Night/contents/images/1600x1200.jpg share/wallpapers/JK_Bridge_at_Night/contents/screenshot.png share/wallpapers/JK_Bridge_at_Night/metadata.desktop +share/wallpapers/Korea/contents/images/1280x1024.jpg +share/wallpapers/Korea/contents/images/1600x1200.jpg +share/wallpapers/Korea/contents/images/1920x1080.jpg +share/wallpapers/Korea/contents/images/1920x1200.jpg +share/wallpapers/Korea/contents/images/3872x2592.jpg +share/wallpapers/Korea/contents/screenshot.png +share/wallpapers/Korea/metadata.desktop share/wallpapers/Ladybuggin/contents/images/1024x768.jpg share/wallpapers/Ladybuggin/contents/images/1280x1024.jpg share/wallpapers/Ladybuggin/contents/images/1280x800.jpg @@ -4504,10 +4546,7 @@ share/wallpapers/Ladybuggin/contents/images/1600x1200.jpg share/wallpapers/Ladybuggin/contents/images/1920x1200.jpg share/wallpapers/Ladybuggin/contents/screenshot.png share/wallpapers/Ladybuggin/metadata.desktop -share/wallpapers/Leafs_Labyrinth/contents/images/1024x768.jpg share/wallpapers/Leafs_Labyrinth/contents/images/1280x1024.jpg -share/wallpapers/Leafs_Labyrinth/contents/images/1280x800.jpg -share/wallpapers/Leafs_Labyrinth/contents/images/1440x900.jpg share/wallpapers/Leafs_Labyrinth/contents/images/1600x1200.jpg share/wallpapers/Leafs_Labyrinth/contents/images/1920x1200.jpg share/wallpapers/Leafs_Labyrinth/contents/screenshot.png @@ -4517,30 +4556,34 @@ share/wallpapers/Lightning/contents/images/1600x1200.jpg share/wallpapers/Lightning/contents/images/1920x1200.jpg share/wallpapers/Lightning/contents/screenshot.png share/wallpapers/Lightning/metadata.desktop -share/wallpapers/Media_Life/2560x1080.jpg -share/wallpapers/Media_Life/2560x1600.jpg -share/wallpapers/Midnight_in_Karelia/contents/images/1024x768.jpg +share/wallpapers/Media_Life/contents/images/2560x1080.jpg +share/wallpapers/Media_Life/contents/images/2560x1600.jpg share/wallpapers/Midnight_in_Karelia/contents/images/1280x1024.jpg -share/wallpapers/Midnight_in_Karelia/contents/images/1280x800.jpg -share/wallpapers/Midnight_in_Karelia/contents/images/1440x900.jpg share/wallpapers/Midnight_in_Karelia/contents/images/1600x1200.jpg share/wallpapers/Midnight_in_Karelia/contents/images/1920x1080.jpg share/wallpapers/Midnight_in_Karelia/contents/images/1920x1200.jpg -share/wallpapers/Midnight_in_Karelia/contents/images/800x600.jpg share/wallpapers/Midnight_in_Karelia/contents/screnshot.jpg share/wallpapers/Midnight_in_Karelia/metadata.desktop -share/wallpapers/Skeeter_Hawk/contents/images/1024x768.jpg share/wallpapers/Skeeter_Hawk/contents/images/1280x1024.jpg -share/wallpapers/Skeeter_Hawk/contents/images/1280x800.jpg -share/wallpapers/Skeeter_Hawk/contents/images/1440x900.jpg share/wallpapers/Skeeter_Hawk/contents/images/1600x1200.jpg share/wallpapers/Skeeter_Hawk/contents/images/1920x1200.jpg share/wallpapers/Skeeter_Hawk/contents/screenshot.png share/wallpapers/Skeeter_Hawk/metadata.desktop -share/wallpapers/There_is_Rain_on_the_Table/contents/images/1024x768.jpg +share/wallpapers/Spring_Sunray/contents/images/1280x1024.jpg +share/wallpapers/Spring_Sunray/contents/images/1600x1200.jpg +share/wallpapers/Spring_Sunray/contents/images/1920x1080.jpg +share/wallpapers/Spring_Sunray/contents/images/1920x1200.jpg +share/wallpapers/Spring_Sunray/contents/screnshot.jpg +share/wallpapers/Spring_Sunray/metadata.desktop +share/wallpapers/The_Rings_of_Saturn/contents/images/1280x1024.jpg +share/wallpapers/The_Rings_of_Saturn/contents/images/1280x800.jpg +share/wallpapers/The_Rings_of_Saturn/contents/images/1440x900.jpg +share/wallpapers/The_Rings_of_Saturn/contents/images/1600x1200.jpg +share/wallpapers/The_Rings_of_Saturn/contents/images/1920x1080.jpg +share/wallpapers/The_Rings_of_Saturn/contents/images/1920x1200.jpg +share/wallpapers/The_Rings_of_Saturn/contents/screenshot.jpg +share/wallpapers/The_Rings_of_Saturn/metadata.desktop share/wallpapers/There_is_Rain_on_the_Table/contents/images/1280x1024.jpg -share/wallpapers/There_is_Rain_on_the_Table/contents/images/1280x800.jpg -share/wallpapers/There_is_Rain_on_the_Table/contents/images/1440x900.jpg share/wallpapers/There_is_Rain_on_the_Table/contents/images/1600x1200.jpg share/wallpapers/There_is_Rain_on_the_Table/contents/images/1920x1200.jpg share/wallpapers/There_is_Rain_on_the_Table/contents/screenshot.png @@ -4558,6 +4601,16 @@ share/wallpapers/Winter_Track/contents/images/1600x1200.jpg share/wallpapers/Winter_Track/contents/images/1920x1200.jpg share/wallpapers/Winter_Track/contents/screenshot.png share/wallpapers/Winter_Track/metadata.desktop +share/wallpapers/Yellow_Flowers/contents/images/1280x1024.jpg +share/wallpapers/Yellow_Flowers/contents/images/1600x1200.jpg +share/wallpapers/Yellow_Flowers/contents/images/1920x1200.jpg +share/wallpapers/Yellow_Flowers/contents/images/2048x1536.jpg +share/wallpapers/Yellow_Flowers/contents/images/2560x1600.jpg +share/wallpapers/Yellow_Flowers/contents/screenshot.png +share/wallpapers/Yellow_Flowers/metadata.desktop +@dirrm share/wallpapers/Yellow_Flowers/contents/images +@dirrm share/wallpapers/Yellow_Flowers/contents +@dirrm share/wallpapers/Yellow_Flowers @dirrm share/wallpapers/Winter_Track/contents/images @dirrm share/wallpapers/Winter_Track/contents @dirrm share/wallpapers/Winter_Track @@ -4567,12 +4620,20 @@ share/wallpapers/Winter_Track/metadata.desktop @dirrm share/wallpapers/There_is_Rain_on_the_Table/contents/images @dirrm share/wallpapers/There_is_Rain_on_the_Table/contents @dirrm share/wallpapers/There_is_Rain_on_the_Table +@dirrm share/wallpapers/The_Rings_of_Saturn/contents/images +@dirrm share/wallpapers/The_Rings_of_Saturn/contents +@dirrm share/wallpapers/The_Rings_of_Saturn +@dirrm share/wallpapers/Spring_Sunray/contents/images +@dirrm share/wallpapers/Spring_Sunray/contents +@dirrm share/wallpapers/Spring_Sunray @dirrm share/wallpapers/Skeeter_Hawk/contents/images @dirrm share/wallpapers/Skeeter_Hawk/contents @dirrm share/wallpapers/Skeeter_Hawk @dirrm share/wallpapers/Midnight_in_Karelia/contents/images @dirrm share/wallpapers/Midnight_in_Karelia/contents @dirrm share/wallpapers/Midnight_in_Karelia +@dirrmtry share/wallpapers/Media_Life/contents/images +@dirrmtry share/wallpapers/Media_Life/contents @dirrmtry share/wallpapers/Media_Life @dirrm share/wallpapers/Lightning/contents/images @dirrm share/wallpapers/Lightning/contents @@ -4583,33 +4644,66 @@ share/wallpapers/Winter_Track/metadata.desktop @dirrm share/wallpapers/Ladybuggin/contents/images @dirrm share/wallpapers/Ladybuggin/contents @dirrm share/wallpapers/Ladybuggin +@dirrm share/wallpapers/Korea/contents/images +@dirrm share/wallpapers/Korea/contents +@dirrm share/wallpapers/Korea @dirrm share/wallpapers/JK_Bridge_at_Night/contents/images @dirrm share/wallpapers/JK_Bridge_at_Night/contents @dirrm share/wallpapers/JK_Bridge_at_Night @dirrm share/wallpapers/Icy_Tree/contents/images @dirrm share/wallpapers/Icy_Tree/contents @dirrm share/wallpapers/Icy_Tree +@dirrm share/wallpapers/Holiday_Cactus/contents/images +@dirrm share/wallpapers/Holiday_Cactus/contents +@dirrm share/wallpapers/Holiday_Cactus @dirrm share/wallpapers/HighTide/contents/images @dirrm share/wallpapers/HighTide/contents @dirrm share/wallpapers/HighTide +@dirrmtry share/wallpapers/Hanami/contents/images +@dirrmtry share/wallpapers/Hanami/contents +@dirrmtry share/wallpapers/Hanami @dirrm share/wallpapers/Green_Concentration/contents/images @dirrm share/wallpapers/Green_Concentration/contents @dirrm share/wallpapers/Green_Concentration +@dirrmtry share/wallpapers/Grass/contents/images +@dirrmtry share/wallpapers/Grass/contents +@dirrmtry share/wallpapers/Grass @dirrm share/wallpapers/Golden_Ripples/contents/images @dirrm share/wallpapers/Golden_Ripples/contents @dirrm share/wallpapers/Golden_Ripples @dirrm share/wallpapers/Flower_drops/contents/images @dirrm share/wallpapers/Flower_drops/contents @dirrm share/wallpapers/Flower_drops +@dirrm share/wallpapers/Field/contents/images +@dirrm share/wallpapers/Field/contents +@dirrm share/wallpapers/Field @dirrm share/wallpapers/Emotion/contents/images @dirrm share/wallpapers/Emotion/contents @dirrm share/wallpapers/Emotion @dirrm share/wallpapers/EOS/contents/images @dirrm share/wallpapers/EOS/contents @dirrm share/wallpapers/EOS +@dirrm share/wallpapers/Damselfly/contents/images +@dirrm share/wallpapers/Damselfly/contents +@dirrm share/wallpapers/Damselfly +@dirrm share/wallpapers/Curls_on_Green/contents/images +@dirrm share/wallpapers/Curls_on_Green/contents +@dirrm share/wallpapers/Curls_on_Green @dirrm share/wallpapers/Colorado_Farm/contents/images @dirrm share/wallpapers/Colorado_Farm/contents @dirrm share/wallpapers/Colorado_Farm +@dirrm share/wallpapers/Code_Poets_Dream/contents/images +@dirrm share/wallpapers/Code_Poets_Dream/contents +@dirrm share/wallpapers/Code_Poets_Dream +@dirrm share/wallpapers/City_at_Night/contents/images +@dirrm share/wallpapers/City_at_Night/contents +@dirrm share/wallpapers/City_at_Night +@dirrm share/wallpapers/Chess/contents/images +@dirrm share/wallpapers/Chess/contents +@dirrm share/wallpapers/Chess +@dirrmtry share/wallpapers/Blue_Wood/contents/images +@dirrmtry share/wallpapers/Blue_Wood/contents +@dirrmtry share/wallpapers/Blue_Wood @dirrm share/wallpapers/Blue_Curl/contents/images @dirrm share/wallpapers/Blue_Curl/contents @dirrm share/wallpapers/Blue_Curl @@ -4619,9 +4713,6 @@ share/wallpapers/Winter_Track/metadata.desktop @dirrm share/wallpapers/Atra_Dot/contents/images @dirrm share/wallpapers/Atra_Dot/contents @dirrm share/wallpapers/Atra_Dot -@dirrm share/wallpapers/At_Night/contents/images -@dirrm share/wallpapers/At_Night/contents -@dirrm share/wallpapers/At_Night @dirrm share/icons/nuvola/scalable/status @dirrm share/icons/nuvola/scalable/places @dirrm share/icons/nuvola/scalable/mimetypes @@ -4677,7 +4768,7 @@ share/wallpapers/Winter_Track/metadata.desktop @dirrm share/icons/nuvola/128x128/categories @dirrm share/icons/nuvola/128x128/apps @dirrm share/icons/nuvola/128x128 -@dirrm share/icons/nuvola +@dirrmtry share/icons/nuvola @dirrm share/emoticons/tweakers.net @dirrm share/emoticons/phpBB @dirrm share/emoticons/greggman.com @@ -4695,8 +4786,9 @@ share/wallpapers/Winter_Track/metadata.desktop @dirrm share/apps/desktoptheme/slim-glow/opaque/widgets @dirrm share/apps/desktoptheme/slim-glow/opaque/dialogs @dirrm share/apps/desktoptheme/slim-glow/opaque +@dirrm share/apps/desktoptheme/slim-glow/icons @dirrm share/apps/desktoptheme/slim-glow/dialogs -@dirrm share/apps/desktoptheme/slim-glow +@dirrmtry share/apps/desktoptheme/slim-glow @dirrm share/apps/desktoptheme/heron/widgets @dirrm share/apps/desktoptheme/heron/opaque/widgets @dirrm share/apps/desktoptheme/heron/opaque/dialogs @@ -4725,3 +4817,7 @@ share/wallpapers/Winter_Track/metadata.desktop @dirrm share/apps/desktoptheme/Aya/opaque @dirrm share/apps/desktoptheme/Aya/dialogs @dirrm share/apps/desktoptheme/Aya +@dirrm share/apps/aurorae/themes/Oxygen +@dirrm share/apps/aurorae/themes/Air-Oxygen +@dirrmtry share/apps/aurorae/themes +@dirrmtry share/apps/aurorae diff --git a/x11/kde4-baseapps/Makefile b/x11/kde4-baseapps/Makefile index eb86e7804ea1..b9c677e8a87b 100644 --- a/x11/kde4-baseapps/Makefile +++ b/x11/kde4-baseapps/Makefile @@ -16,9 +16,11 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for the KDE system +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= searchclient:${PORTSDIR}/deskutils/strigi \ soprano.4:${PORTSDIR}/textproc/soprano \ - qimageblitz.4:${PORTSDIR}/x11/qimageblitz + qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ + kwebkit.1:${PORTSDIR}/www/kwebkitpart LATEST_LINK= ${PORTNAME}4 @@ -37,10 +39,7 @@ CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DWITH_RAW1394:BOOL=OFF \ -DWITH_PCIUTILS:BOOL=OFF -OPTIONS= WEBKIT "KWebKit support in Konqueror KTTS plugin" off - -MAN1= kappfinder.1 \ - kbookmarkmerger.1 \ +MAN1= kbookmarkmerger.1 \ kfind.1 .include <bsd.port.options.mk> @@ -49,13 +48,4 @@ MAN1= kappfinder.1 \ LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb .endif -.ifdef(WITH_WEBKIT) -LIB_DEPENDS+= kwebkit.1:${PORTSDIR}/www/kwebkitpart -CMAKE_ARGS+= -DWITH_KWebKitPart:BOOL=ON -PLIST_SUB+= WEBKIT="" -.else -CMAKE_ARGS+= -DWITH_KWebKitPart:BOOL=OFF -PLIST_SUB+= WEBKIT="@comment " -.endif - .include <bsd.port.mk> diff --git a/x11/kde4-baseapps/distinfo b/x11/kde4-baseapps/distinfo index ae4f7a69df5f..a28c438ea7b5 100644 --- a/x11/kde4-baseapps/distinfo +++ b/x11/kde4-baseapps/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebase-4.4.5.tar.bz2) = 93fa095ba7bee61a995f1ef6c60a1e32 -SHA256 (KDE/kdebase-4.4.5.tar.bz2) = c95e97e257657cc38fa27ba9a84f5b70949b6eeb2521cbbd6f0dbb3cf5ad6be0 -SIZE (KDE/kdebase-4.4.5.tar.bz2) = 4046023 +MD5 (KDE/kdebase-4.5.1.tar.bz2) = 9249b29618eed5dd5c7bfccacb3e0c43 +SHA256 (KDE/kdebase-4.5.1.tar.bz2) = 8bce667812f9dcb7e2018334009ac9942c07144a5d682260af0d8e12f2d0e819 +SIZE (KDE/kdebase-4.5.1.tar.bz2) = 2611115 diff --git a/x11/kde4-baseapps/files/patch-apps_cmake_modules_FindPCIUTILS.cmake b/x11/kde4-baseapps/files/patch-apps_cmake_modules_FindPCIUTILS.cmake deleted file mode 100644 index 1cd6d43a3e33..000000000000 --- a/x11/kde4-baseapps/files/patch-apps_cmake_modules_FindPCIUTILS.cmake +++ /dev/null @@ -1,15 +0,0 @@ ---- ./apps/cmake/modules/FindPCIUTILS.cmake.orig 2008-08-07 15:20:57.000000000 +0000 -+++ ./apps/cmake/modules/FindPCIUTILS.cmake 2008-12-27 11:49:04.000000000 +0000 -@@ -14,7 +14,11 @@ - FIND_LIBRARY(PCIUTILS_LIBRARY NAMES pci) - if(PCIUTILS_LIBRARY) - FIND_LIBRARY(RESOLV_LIBRARY NAMES resolv) -- set(PCIUTILS_LIBRARIES ${PCIUTILS_LIBRARY} ${RESOLV_LIBRARY}) -+ if(RESOLV_LIBRARY) -+ set(PCIUTILS_LIBRARIES ${PCIUTILS_LIBRARY} ${RESOLV_LIBRARY}) -+ else(RESOLV_LIBRARY) -+ set(PCIUTILS_LIBRARIES ${PCIUTILS_LIBRARY}) -+ endif(RESOLV_LIBRARY) - endif(PCIUTILS_LIBRARY) - - diff --git a/x11/kde4-baseapps/pkg-plist b/x11/kde4-baseapps/pkg-plist index 3d30d89c622b..96cffcc4eaf6 100644 --- a/x11/kde4-baseapps/pkg-plist +++ b/x11/kde4-baseapps/pkg-plist @@ -1,12 +1,10 @@ bin/dolphin -bin/kappfinder bin/kbookmarkmerger bin/kdepasswd bin/kdialog bin/keditbookmarks bin/kfind bin/kfmclient -bin/kinfocenter bin/konqueror bin/konsole bin/konsoleprofile @@ -31,27 +29,16 @@ include/konqsidebarplugin.h include/kversioncontrolplugin.h include/libkonq_export.h lib/kde4/dolphinpart.so -lib/kde4/fileviewsvnplugin.so lib/kde4/kcm_dolphingeneral.so lib/kde4/kcm_dolphinnavigation.so lib/kde4/kcm_dolphinservices.so lib/kde4/kcm_dolphinviewmodes.so lib/kde4/kcm_history.so -lib/kde4/kcm_info.so -lib/kde4/kcm_ioslaveinfo.so lib/kde4/kcm_kio.so lib/kde4/kcm_konq.so lib/kde4/kcm_konqhtml.so lib/kde4/kcm_kurifilt.so -lib/kde4/kcm_memory.so -lib/kde4/kcm_nic.so -lib/kde4/kcm_opengl.so -lib/kde4/kcm_partition.so -lib/kde4/kcm_pci.so lib/kde4/kcm_performance.so -lib/kde4/kcm_samba.so -lib/kde4/kcm_solidproc.so -lib/kde4/kcm_usb.so lib/kde4/kcm_useraccount.so lib/kde4/kded_favicons.so lib/kde4/kded_konqy_preloader.so @@ -63,19 +50,22 @@ lib/kde4/konq_sidebartree_bookmarks.so lib/kde4/konq_sidebartree_dirtree.so lib/kde4/konq_sound.so lib/kde4/konqsidebar_history.so +lib/kde4/konqsidebar_places.so lib/kde4/konqsidebar_tree.so lib/kde4/konqsidebar_web.so lib/kde4/libkcminit_nsplugins.so -lib/kde4/libkfindpart.so lib/kde4/libkonsolepart.so lib/kde4/libnsplugin.so lib/kde4/plasma_applet_folderview.so lib/libdolphinprivate.so lib/libdolphinprivate.so.5 lib/libdolphinprivate.so.5.0.1 +lib/libkbookmarkmodel_private.so +lib/libkbookmarkmodel_private.so.5 +lib/libkbookmarkmodel_private.so.5.0.1 +lib/libkdeinit4_dolphin.so lib/libkdeinit4_keditbookmarks.so lib/libkdeinit4_kfmclient.so -lib/libkdeinit4_kinfocenter.so lib/libkdeinit4_konqueror.so lib/libkdeinit4_konsole.so lib/libkdeinit4_kwrite.so @@ -91,14 +81,13 @@ lib/libkonquerorprivate.so.5.0.1 lib/libkonsoleprivate.so share/applications/kde4/Home.desktop share/applications/kde4/dolphin.desktop -share/applications/kde4/kappfinder.desktop share/applications/kde4/kdepasswd.desktop +share/applications/kde4/keditbookmarks.desktop share/applications/kde4/kfind.desktop share/applications/kde4/kfmclient.desktop share/applications/kde4/kfmclient_dir.desktop share/applications/kde4/kfmclient_html.desktop share/applications/kde4/kfmclient_war.desktop -share/applications/kde4/kinfocenter.desktop share/applications/kde4/konqbrowser.desktop share/applications/kde4/konquerorsu.desktop share/applications/kde4/konsole.desktop @@ -108,238 +97,8 @@ share/apps/dolphin/dolphinui.rc share/apps/dolphinpart/dolphinpart.rc share/apps/dolphinpart/kpartplugins/kshellcmdplugin.desktop share/apps/dolphinpart/kpartplugins/kshellcmdplugin.rc -share/apps/kappfinder/apps/Development/Forte.desktop -share/apps/kappfinder/apps/Development/assistant.desktop -share/apps/kappfinder/apps/Development/ddd.desktop -share/apps/kappfinder/apps/Development/designer.desktop -share/apps/kappfinder/apps/Development/dlgedit.desktop -share/apps/kappfinder/apps/Development/eclipse.desktop -share/apps/kappfinder/apps/Development/j2mewtk.desktop -share/apps/kappfinder/apps/Development/linguist.desktop -share/apps/kappfinder/apps/Development/pose.desktop -share/apps/kappfinder/apps/Editors/emacs.desktop -share/apps/kappfinder/apps/Editors/gedit.desktop -share/apps/kappfinder/apps/Editors/gvim.desktop -share/apps/kappfinder/apps/Editors/lemacs.desktop -share/apps/kappfinder/apps/Editors/nano.desktop -share/apps/kappfinder/apps/Editors/nedit.desktop -share/apps/kappfinder/apps/Editors/pico.desktop -share/apps/kappfinder/apps/Editors/xedit.desktop -share/apps/kappfinder/apps/Editors/xemacs.desktop -share/apps/kappfinder/apps/Games/Arcade/ClanBomber.desktop -share/apps/kappfinder/apps/Games/Arcade/FrozenBubble.desktop -share/apps/kappfinder/apps/Games/Arcade/Gnibbles.desktop -share/apps/kappfinder/apps/Games/Arcade/GnobotsII.desktop -share/apps/kappfinder/apps/Games/Arcade/Mures.desktop -share/apps/kappfinder/apps/Games/Arcade/SuperMethaneBrothers.desktop -share/apps/kappfinder/apps/Games/Arcade/Trophy.desktop -share/apps/kappfinder/apps/Games/Arcade/TuxRacer.desktop -share/apps/kappfinder/apps/Games/Arcade/XKobo.desktop -share/apps/kappfinder/apps/Games/Arcade/XSoldier.desktop -share/apps/kappfinder/apps/Games/Arcade/alephone-nogl.desktop -share/apps/kappfinder/apps/Games/Arcade/alephone.desktop -share/apps/kappfinder/apps/Games/Arcade/cxhextris.desktop -share/apps/kappfinder/apps/Games/Arcade/rocksndiamonds.desktop -share/apps/kappfinder/apps/Games/Board/Gataxx.desktop -share/apps/kappfinder/apps/Games/Board/Gchess.desktop -share/apps/kappfinder/apps/Games/Board/Glines.desktop -share/apps/kappfinder/apps/Games/Board/Gmahjongg.desktop -share/apps/kappfinder/apps/Games/Board/Gmines.desktop -share/apps/kappfinder/apps/Games/Board/Gnotravex.desktop -share/apps/kappfinder/apps/Games/Board/Gnotski.desktop -share/apps/kappfinder/apps/Games/Board/Gstones.desktop -share/apps/kappfinder/apps/Games/Board/Iagno.desktop -share/apps/kappfinder/apps/Games/Board/SameGnome.desktop -share/apps/kappfinder/apps/Games/Board/Xgammon.desktop -share/apps/kappfinder/apps/Games/Board/xboard.desktop -share/apps/kappfinder/apps/Games/Card/AisleRiot.desktop -share/apps/kappfinder/apps/Games/Card/FreeCell.desktop -share/apps/kappfinder/apps/Games/Card/PySol.desktop -share/apps/kappfinder/apps/Games/Card/XPat2.desktop -share/apps/kappfinder/apps/Games/Clanbomber.desktop -share/apps/kappfinder/apps/Games/Emulators/qmamecat.desktop -share/apps/kappfinder/apps/Games/GTali.desktop -share/apps/kappfinder/apps/Games/Roguelikes/angband.desktop -share/apps/kappfinder/apps/Games/Roguelikes/moria.desktop -share/apps/kappfinder/apps/Games/Roguelikes/nethack.desktop -share/apps/kappfinder/apps/Games/Roguelikes/rogue.desktop -share/apps/kappfinder/apps/Games/Roguelikes/tome.desktop -share/apps/kappfinder/apps/Games/Roguelikes/zangband.desktop -share/apps/kappfinder/apps/Games/TacticStrategy/freeciv.desktop -share/apps/kappfinder/apps/Games/TacticStrategy/freecivserver.desktop -share/apps/kappfinder/apps/Games/TacticStrategy/xscorch.desktop -share/apps/kappfinder/apps/Games/defendguin.desktop -share/apps/kappfinder/apps/Games/penguin-command.desktop -share/apps/kappfinder/apps/Games/xshipwars.desktop -share/apps/kappfinder/apps/Graphics/ElectricEyes.desktop -share/apps/kappfinder/apps/Graphics/GPhoto.desktop -share/apps/kappfinder/apps/Graphics/GnomeColorSelector.desktop -share/apps/kappfinder/apps/Graphics/GnomeIconEditor.desktop -share/apps/kappfinder/apps/Graphics/Gqview.desktop -share/apps/kappfinder/apps/Graphics/Sketch.desktop -share/apps/kappfinder/apps/Graphics/Xpcd.desktop -share/apps/kappfinder/apps/Graphics/Xwpick.desktop -share/apps/kappfinder/apps/Graphics/bitmap.desktop -share/apps/kappfinder/apps/Graphics/blender.desktop -share/apps/kappfinder/apps/Graphics/ghostview.desktop -share/apps/kappfinder/apps/Graphics/gimp.desktop -share/apps/kappfinder/apps/Graphics/gv.desktop -share/apps/kappfinder/apps/Graphics/inkscape.desktop -share/apps/kappfinder/apps/Graphics/sodipodi.desktop -share/apps/kappfinder/apps/Graphics/tgif.desktop -share/apps/kappfinder/apps/Graphics/xdvi.desktop -share/apps/kappfinder/apps/Graphics/xfig.desktop -share/apps/kappfinder/apps/Graphics/xpaint.desktop -share/apps/kappfinder/apps/Graphics/xv.desktop -share/apps/kappfinder/apps/Internet/BlueFish.desktop -share/apps/kappfinder/apps/Internet/Dpsftp.desktop -share/apps/kappfinder/apps/Internet/DrakSync.desktop -share/apps/kappfinder/apps/Internet/Evolution.desktop -share/apps/kappfinder/apps/Internet/Faces.desktop -share/apps/kappfinder/apps/Internet/Fetchmailconf.desktop -share/apps/kappfinder/apps/Internet/Gabber.desktop -share/apps/kappfinder/apps/Internet/Galeon.desktop -share/apps/kappfinder/apps/Internet/GnomeICU.desktop -share/apps/kappfinder/apps/Internet/Netscapemessenger.desktop -share/apps/kappfinder/apps/Internet/Nmapfe.desktop -share/apps/kappfinder/apps/Internet/Pan.desktop -share/apps/kappfinder/apps/Internet/Sylpheed.desktop -share/apps/kappfinder/apps/Internet/Terminal/Links.desktop -share/apps/kappfinder/apps/Internet/Terminal/Lynx.desktop -share/apps/kappfinder/apps/Internet/Terminal/btdownloadcurses.desktop -share/apps/kappfinder/apps/Internet/Terminal/lftp.desktop -share/apps/kappfinder/apps/Internet/Terminal/mutt.desktop -share/apps/kappfinder/apps/Internet/Terminal/ncftp.desktop -share/apps/kappfinder/apps/Internet/Terminal/pine.desktop -share/apps/kappfinder/apps/Internet/Terminal/silc.desktop -share/apps/kappfinder/apps/Internet/Terminal/slrn.desktop -share/apps/kappfinder/apps/Internet/Terminal/w3m.desktop -share/apps/kappfinder/apps/Internet/arena.desktop -share/apps/kappfinder/apps/Internet/balsa.desktop -share/apps/kappfinder/apps/Internet/btdownloadgui.desktop -share/apps/kappfinder/apps/Internet/coolmail.desktop -share/apps/kappfinder/apps/Internet/dc_gui.desktop -share/apps/kappfinder/apps/Internet/ed2k_gui.desktop -share/apps/kappfinder/apps/Internet/epiphany.desktop -share/apps/kappfinder/apps/Internet/ethereal.desktop -share/apps/kappfinder/apps/Internet/gFTP.desktop -share/apps/kappfinder/apps/Internet/gaim.desktop -share/apps/kappfinder/apps/Internet/gnomemeeting.desktop -share/apps/kappfinder/apps/Internet/gnometalk.desktop -share/apps/kappfinder/apps/Internet/gtelnet.desktop -share/apps/kappfinder/apps/Internet/ickle.desktop -share/apps/kappfinder/apps/Internet/javaws.desktop -share/apps/kappfinder/apps/Internet/knews.desktop -share/apps/kappfinder/apps/Internet/licq.desktop -share/apps/kappfinder/apps/Internet/mldonkey_gui.desktop -share/apps/kappfinder/apps/Internet/mozilla-firefox.desktop -share/apps/kappfinder/apps/Internet/mozilla-thunderbird.desktop -share/apps/kappfinder/apps/Internet/mozilla.desktop -share/apps/kappfinder/apps/Internet/netscape.desktop -share/apps/kappfinder/apps/Internet/netscape6.desktop -share/apps/kappfinder/apps/Internet/opera.desktop -share/apps/kappfinder/apps/Internet/wireshark.desktop -share/apps/kappfinder/apps/Internet/xbiff.desktop -share/apps/kappfinder/apps/Internet/xchat.desktop -share/apps/kappfinder/apps/Internet/xfmail.desktop -share/apps/kappfinder/apps/Internet/xftp.desktop -share/apps/kappfinder/apps/Multimedia/Aumix.desktop -share/apps/kappfinder/apps/Multimedia/Grip.desktop -share/apps/kappfinder/apps/Multimedia/MP3info.desktop -share/apps/kappfinder/apps/Multimedia/XMovie.desktop -share/apps/kappfinder/apps/Multimedia/alevt.desktop -share/apps/kappfinder/apps/Multimedia/alsamixergui.desktop -share/apps/kappfinder/apps/Multimedia/ams.desktop -share/apps/kappfinder/apps/Multimedia/amsynth.desktop -share/apps/kappfinder/apps/Multimedia/ardour.desktop -share/apps/kappfinder/apps/Multimedia/audacity.desktop -share/apps/kappfinder/apps/Multimedia/aviplay.desktop -share/apps/kappfinder/apps/Multimedia/bcast2000.desktop -share/apps/kappfinder/apps/Multimedia/djplay.desktop -share/apps/kappfinder/apps/Multimedia/ecamegapedal.desktop -share/apps/kappfinder/apps/Multimedia/enjoympeg.desktop -share/apps/kappfinder/apps/Multimedia/freebirth.desktop -share/apps/kappfinder/apps/Multimedia/freqtweak.desktop -share/apps/kappfinder/apps/Multimedia/galan.desktop -share/apps/kappfinder/apps/Multimedia/gtv.desktop -share/apps/kappfinder/apps/Multimedia/hydrogen.desktop -share/apps/kappfinder/apps/Multimedia/jack-rack.desktop -share/apps/kappfinder/apps/Multimedia/jamin.desktop -share/apps/kappfinder/apps/Multimedia/jazz.desktop -share/apps/kappfinder/apps/Multimedia/meterbridge.desktop -share/apps/kappfinder/apps/Multimedia/mixxx.desktop -share/apps/kappfinder/apps/Multimedia/mplayer.desktop -share/apps/kappfinder/apps/Multimedia/mtv.desktop -share/apps/kappfinder/apps/Multimedia/muse.desktop -share/apps/kappfinder/apps/Multimedia/ogle.desktop -share/apps/kappfinder/apps/Multimedia/oqtplayer.desktop -share/apps/kappfinder/apps/Multimedia/qjackctl.desktop -share/apps/kappfinder/apps/Multimedia/qsynth.desktop -share/apps/kappfinder/apps/Multimedia/realplayer.desktop -share/apps/kappfinder/apps/Multimedia/rezound.desktop -share/apps/kappfinder/apps/Multimedia/slab.desktop -share/apps/kappfinder/apps/Multimedia/sweep.desktop -share/apps/kappfinder/apps/Multimedia/vkeybd.desktop -share/apps/kappfinder/apps/Multimedia/xawtv.desktop -share/apps/kappfinder/apps/Multimedia/xcam.desktop -share/apps/kappfinder/apps/Multimedia/xine.desktop -share/apps/kappfinder/apps/Multimedia/xmms-enqueue.desktop -share/apps/kappfinder/apps/Multimedia/xmms.desktop -share/apps/kappfinder/apps/Multimedia/zynaddsubfx.desktop -share/apps/kappfinder/apps/Office/Applix.desktop -share/apps/kappfinder/apps/Office/Dia.desktop -share/apps/kappfinder/apps/Office/Gnome-Cal.desktop -share/apps/kappfinder/apps/Office/Gnome-Card.desktop -share/apps/kappfinder/apps/Office/GnomeTimeTracker.desktop -share/apps/kappfinder/apps/Office/Gnumeric.desktop -share/apps/kappfinder/apps/Office/Guppi.desktop -share/apps/kappfinder/apps/Office/Ical.desktop -share/apps/kappfinder/apps/Office/WordPerfect.desktop -share/apps/kappfinder/apps/Office/WordPerfect2000.desktop -share/apps/kappfinder/apps/Office/XAcc.desktop -share/apps/kappfinder/apps/Office/XsLite.desktop -share/apps/kappfinder/apps/Office/abiword.desktop -share/apps/kappfinder/apps/Office/acroread.desktop -share/apps/kappfinder/apps/Office/gnucash.desktop -share/apps/kappfinder/apps/Office/lyx.desktop -share/apps/kappfinder/apps/Office/mrproject.desktop -share/apps/kappfinder/apps/Office/netscapeaddressbook.desktop -share/apps/kappfinder/apps/Office/plan.desktop -share/apps/kappfinder/apps/Office/pybliographic.desktop -share/apps/kappfinder/apps/Office/scribus.desktop -share/apps/kappfinder/apps/Office/xpdf.desktop -share/apps/kappfinder/apps/System/Terminal/aterm.desktop -share/apps/kappfinder/apps/System/Terminal/procinfo.desktop -share/apps/kappfinder/apps/System/Terminal/rxvt.desktop -share/apps/kappfinder/apps/System/Terminal/vmstat.desktop -share/apps/kappfinder/apps/System/citrix_ica.desktop -share/apps/kappfinder/apps/System/editres.desktop -share/apps/kappfinder/apps/System/sam.desktop -share/apps/kappfinder/apps/System/wine.desktop -share/apps/kappfinder/apps/System/xosview.desktop -share/apps/kappfinder/apps/Toys/xeyes.desktop -share/apps/kappfinder/apps/Toys/xpinguin.desktop -share/apps/kappfinder/apps/Utilities/GKrellM.desktop -share/apps/kappfinder/apps/Utilities/GnomeWho.desktop -share/apps/kappfinder/apps/Utilities/SystemInfo.desktop -share/apps/kappfinder/apps/Utilities/SystemLogViewer.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/Xkill.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/Xrefresh.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/Xtraceroute.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xcalc.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xclipboard.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xclock.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xconsole.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xload.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xmag.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xterm.desktop -share/apps/kappfinder/apps/Utilities/calctool.desktop -share/apps/kappfinder/apps/Utilities/e-notes.desktop -share/apps/kappfinder/apps/Utilities/oclock.desktop -share/apps/kappfinder/apps/Utilities/xgnokii.desktop share/apps/kbookmark/directory_bookmarkbar.desktop share/apps/kcmcss/template.css -share/apps/kcmusb/usb.ids share/apps/kconf_update/favicons.upd share/apps/kconf_update/kfmclient_3_2.upd share/apps/kconf_update/kfmclient_3_2_update.sh @@ -357,18 +116,17 @@ share/apps/keditbookmarks/keditbookmarks-genui.rc share/apps/keditbookmarks/keditbookmarksui.rc share/apps/khtml/kpartplugins/khtmlkttsd.desktop share/apps/khtml/kpartplugins/khtmlkttsd.rc -share/apps/kinfocenter/about/kinfocenter.css -share/apps/kinfocenter/about/main.html -share/apps/kinfocenter/kinfocenterui.rc share/apps/konqsidebartng/dirtree/bookmarks_module.desktop share/apps/konqsidebartng/dirtree/dirtree_module.desktop share/apps/konqsidebartng/entries/bookmarks.desktop share/apps/konqsidebartng/entries/history.desktop share/apps/konqsidebartng/entries/home.desktop +share/apps/konqsidebartng/entries/places.desktop share/apps/konqsidebartng/entries/remote.desktop share/apps/konqsidebartng/entries/root.desktop share/apps/konqsidebartng/entries/services.desktop share/apps/konqsidebartng/plugins/konqsidebar_history.desktop +share/apps/konqsidebartng/plugins/konqsidebar_places.desktop share/apps/konqsidebartng/plugins/konqsidebar_tree.desktop share/apps/konqsidebartng/plugins/konqsidebar_web.desktop share/apps/konqsidebartng/virtual_folders/remote/.directory @@ -421,8 +179,8 @@ share/apps/konsole/linux.keytab share/apps/konsole/partui.rc share/apps/konsole/sessionui.rc share/apps/konsole/solaris.keytab -%%WEBKIT%%share/apps/kwebkitpart/kpartplugins/khtmlkttsd.desktop -%%WEBKIT%%share/apps/kwebkitpart/kpartplugins/khtmlkttsd.rc +share/apps/kwebkitpart/kpartplugins/khtmlkttsd.desktop +share/apps/kwebkitpart/kpartplugins/khtmlkttsd.rc share/apps/kwrite/kwriteui.rc share/apps/plugin/nspluginpart.rc share/autostart/konqy_preload.desktop @@ -453,6 +211,7 @@ share/doc/HTML/en/dolphin/index.cache.bz2 share/doc/HTML/en/dolphin/index.docbook share/doc/HTML/en/dolphin/locationbar-breadcrumb.png share/doc/HTML/en/dolphin/locationbar-editable.png +share/doc/HTML/en/dolphin/nepomuk-search.png share/doc/HTML/en/dolphin/preferences-general-behavior.png share/doc/HTML/en/dolphin/preferences-navigation.png share/doc/HTML/en/dolphin/preferences-startup.png @@ -469,61 +228,6 @@ share/doc/HTML/en/kfind/common share/doc/HTML/en/kfind/index.cache.bz2 share/doc/HTML/en/kfind/index.docbook share/doc/HTML/en/kfind/man-kfind.1.docbook -share/doc/HTML/en/kinfocenter/common -share/doc/HTML/en/kinfocenter/devices/common -share/doc/HTML/en/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/en/kinfocenter/devices/index.docbook -share/doc/HTML/en/kinfocenter/dma/common -share/doc/HTML/en/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/en/kinfocenter/dma/index.docbook -share/doc/HTML/en/kinfocenter/index.cache.bz2 -share/doc/HTML/en/kinfocenter/index.docbook -share/doc/HTML/en/kinfocenter/interrupts/common -share/doc/HTML/en/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/en/kinfocenter/interrupts/index.docbook -share/doc/HTML/en/kinfocenter/ioports/common -share/doc/HTML/en/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/en/kinfocenter/ioports/index.docbook -share/doc/HTML/en/kinfocenter/kinfocenter.png -share/doc/HTML/en/kinfocenter/memory/common -share/doc/HTML/en/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/en/kinfocenter/memory/index.docbook -share/doc/HTML/en/kinfocenter/nics/common -share/doc/HTML/en/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/en/kinfocenter/nics/index.docbook -share/doc/HTML/en/kinfocenter/opengl/common -share/doc/HTML/en/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/en/kinfocenter/opengl/index.docbook -share/doc/HTML/en/kinfocenter/partitions/common -share/doc/HTML/en/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/en/kinfocenter/partitions/index.docbook -share/doc/HTML/en/kinfocenter/pci/common -share/doc/HTML/en/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/en/kinfocenter/pci/index.docbook -share/doc/HTML/en/kinfocenter/processor/common -share/doc/HTML/en/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/en/kinfocenter/processor/index.docbook -share/doc/HTML/en/kinfocenter/protocols/common -share/doc/HTML/en/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/en/kinfocenter/protocols/index.docbook -share/doc/HTML/en/kinfocenter/samba/common -share/doc/HTML/en/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/en/kinfocenter/samba/index.docbook -share/doc/HTML/en/kinfocenter/scsi/common -share/doc/HTML/en/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/en/kinfocenter/scsi/index.docbook -share/doc/HTML/en/kinfocenter/sound/common -share/doc/HTML/en/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/en/kinfocenter/sound/index.docbook -share/doc/HTML/en/kinfocenter/usb/common -share/doc/HTML/en/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/en/kinfocenter/usb/index.docbook -share/doc/HTML/en/kinfocenter/view1394/common -share/doc/HTML/en/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/en/kinfocenter/view1394/index.docbook -share/doc/HTML/en/kinfocenter/xserver/common -share/doc/HTML/en/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/en/kinfocenter/xserver/index.docbook share/doc/HTML/en/konqueror/basics.docbook share/doc/HTML/en/konqueror/bookmarks.docbook share/doc/HTML/en/konqueror/browser.docbook @@ -555,238 +259,25 @@ share/doc/HTML/en/konsole/index.docbook share/doc/HTML/en/kwrite/common share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/icons/hicolor/128x128/apps/kappfinder.png share/icons/hicolor/128x128/apps/konqueror.png -share/icons/hicolor/16x16/apps/kappfinder.png share/icons/hicolor/16x16/apps/kfind.png share/icons/hicolor/16x16/apps/konqueror.png -share/icons/hicolor/22x22/apps/kappfinder.png share/icons/hicolor/22x22/apps/kfind.png share/icons/hicolor/22x22/apps/konqueror.png -share/icons/hicolor/32x32/apps/kappfinder.png share/icons/hicolor/32x32/apps/kfind.png share/icons/hicolor/32x32/apps/konqueror.png -share/icons/hicolor/48x48/apps/kappfinder.png share/icons/hicolor/48x48/apps/kfind.png share/icons/hicolor/48x48/apps/konqueror.png -share/icons/hicolor/64x64/apps/kappfinder.png share/icons/hicolor/64x64/apps/kfind.png share/icons/hicolor/64x64/apps/konqueror.png share/icons/hicolor/scalable/apps/konqueror.svgz -share/icons/oxygen/128x128/apps/applixware.png -share/icons/oxygen/128x128/apps/clanbomber.png -share/icons/oxygen/128x128/apps/email.png -share/icons/oxygen/128x128/apps/gimp.png -share/icons/oxygen/128x128/apps/licq.png -share/icons/oxygen/128x128/apps/netscape.png -share/icons/oxygen/128x128/apps/penguin.png -share/icons/oxygen/128x128/apps/staroffice.png -share/icons/oxygen/128x128/apps/terminal.png -share/icons/oxygen/128x128/apps/tux.png -share/icons/oxygen/128x128/apps/wp.png -share/icons/oxygen/128x128/apps/xclock.png -share/icons/oxygen/128x128/apps/xfmail.png -share/icons/oxygen/128x128/apps/xmag.png -share/icons/oxygen/16x16/apps/abiword.png -share/icons/oxygen/16x16/apps/alevt.png -share/icons/oxygen/16x16/apps/applixware.png -share/icons/oxygen/16x16/apps/assistant.png -share/icons/oxygen/16x16/apps/blender.png -share/icons/oxygen/16x16/apps/bluefish.png -share/icons/oxygen/16x16/apps/clanbomber.png -share/icons/oxygen/16x16/apps/designer.png -share/icons/oxygen/16x16/apps/dia.png -share/icons/oxygen/16x16/apps/eclipse.png -share/icons/oxygen/16x16/apps/emacs.png -share/icons/oxygen/16x16/apps/email.png -share/icons/oxygen/16x16/apps/evolution.png -share/icons/oxygen/16x16/apps/gabber.png -share/icons/oxygen/16x16/apps/gaim.png -share/icons/oxygen/16x16/apps/gimp.png -share/icons/oxygen/16x16/apps/gnomemeeting.png -share/icons/oxygen/16x16/apps/gnucash.png -share/icons/oxygen/16x16/apps/gnumeric.png -share/icons/oxygen/16x16/apps/gv.png -share/icons/oxygen/16x16/apps/gvim.png -share/icons/oxygen/16x16/apps/licq.png -share/icons/oxygen/16x16/apps/linguist.png -share/icons/oxygen/16x16/apps/lyx.png -share/icons/oxygen/16x16/apps/netscape.png -share/icons/oxygen/16x16/apps/opera.png -share/icons/oxygen/16x16/apps/pan.png -share/icons/oxygen/16x16/apps/penguin.png -share/icons/oxygen/16x16/apps/plan.png -share/icons/oxygen/16x16/apps/planner.png -share/icons/oxygen/16x16/apps/pybliographic.png -share/icons/oxygen/16x16/apps/realplayer.png -share/icons/oxygen/16x16/apps/sodipodi.png -share/icons/oxygen/16x16/apps/terminal.png -share/icons/oxygen/16x16/apps/tux.png -share/icons/oxygen/16x16/apps/wp.png -share/icons/oxygen/16x16/apps/xcalc.png -share/icons/oxygen/16x16/apps/xchat.png -share/icons/oxygen/16x16/apps/xclipboard.png -share/icons/oxygen/16x16/apps/xclock.png -share/icons/oxygen/16x16/apps/xedit.png -share/icons/oxygen/16x16/apps/xemacs.png -share/icons/oxygen/16x16/apps/xeyes.png -share/icons/oxygen/16x16/apps/xfig.png -share/icons/oxygen/16x16/apps/xfmail.png -share/icons/oxygen/16x16/apps/xload.png -share/icons/oxygen/16x16/apps/xmag.png -share/icons/oxygen/16x16/apps/xmms.png -share/icons/oxygen/16x16/apps/xosview.png -share/icons/oxygen/16x16/apps/xpaint.png -share/icons/oxygen/16x16/apps/xv.png -share/icons/oxygen/22x22/apps/email.png -share/icons/oxygen/32x32/apps/abiword.png -share/icons/oxygen/32x32/apps/alevt.png -share/icons/oxygen/32x32/apps/applixware.png -share/icons/oxygen/32x32/apps/assistant.png -share/icons/oxygen/32x32/apps/blender.png -share/icons/oxygen/32x32/apps/bluefish.png -share/icons/oxygen/32x32/apps/clanbomber.png -share/icons/oxygen/32x32/apps/designer.png -share/icons/oxygen/32x32/apps/dia.png -share/icons/oxygen/32x32/apps/eclipse.png -share/icons/oxygen/32x32/apps/emacs.png -share/icons/oxygen/32x32/apps/email.png -share/icons/oxygen/32x32/apps/evolution.png -share/icons/oxygen/32x32/apps/gabber.png -share/icons/oxygen/32x32/apps/gaim.png -share/icons/oxygen/32x32/apps/galeon.png -share/icons/oxygen/32x32/apps/gimp.png -share/icons/oxygen/32x32/apps/gnomemeeting.png -share/icons/oxygen/32x32/apps/gnucash.png -share/icons/oxygen/32x32/apps/gnumeric.png -share/icons/oxygen/32x32/apps/gv.png -share/icons/oxygen/32x32/apps/gvim.png -share/icons/oxygen/32x32/apps/licq.png -share/icons/oxygen/32x32/apps/linguist.png -share/icons/oxygen/32x32/apps/lyx.png -share/icons/oxygen/32x32/apps/netscape.png -share/icons/oxygen/32x32/apps/opera.png -share/icons/oxygen/32x32/apps/pan.png -share/icons/oxygen/32x32/apps/penguin.png -share/icons/oxygen/32x32/apps/pinguin.png -share/icons/oxygen/32x32/apps/plan.png -share/icons/oxygen/32x32/apps/planner.png -share/icons/oxygen/32x32/apps/pybliographic.png -share/icons/oxygen/32x32/apps/realplayer.png -share/icons/oxygen/32x32/apps/sodipodi.png -share/icons/oxygen/32x32/apps/terminal.png -share/icons/oxygen/32x32/apps/tux.png -share/icons/oxygen/32x32/apps/wp.png -share/icons/oxygen/32x32/apps/xawtv.png -share/icons/oxygen/32x32/apps/xcalc.png -share/icons/oxygen/32x32/apps/xchat.png -share/icons/oxygen/32x32/apps/xclipboard.png -share/icons/oxygen/32x32/apps/xclock.png -share/icons/oxygen/32x32/apps/xedit.png -share/icons/oxygen/32x32/apps/xemacs.png -share/icons/oxygen/32x32/apps/xeyes.png -share/icons/oxygen/32x32/apps/xfig.png -share/icons/oxygen/32x32/apps/xfmail.png -share/icons/oxygen/32x32/apps/xload.png -share/icons/oxygen/32x32/apps/xmag.png -share/icons/oxygen/32x32/apps/xmms.png -share/icons/oxygen/32x32/apps/xosview.png -share/icons/oxygen/32x32/apps/xpaint.png -share/icons/oxygen/32x32/apps/xv.png -share/icons/oxygen/48x48/apps/abiword.png -share/icons/oxygen/48x48/apps/applixware.png -share/icons/oxygen/48x48/apps/blender.png -share/icons/oxygen/48x48/apps/bluefish.png -share/icons/oxygen/48x48/apps/clanbomber.png -share/icons/oxygen/48x48/apps/designer.png -share/icons/oxygen/48x48/apps/dia.png -share/icons/oxygen/48x48/apps/eclipse.png -share/icons/oxygen/48x48/apps/emacs.png -share/icons/oxygen/48x48/apps/email.png -share/icons/oxygen/48x48/apps/evolution.png -share/icons/oxygen/48x48/apps/gabber.png -share/icons/oxygen/48x48/apps/gaim.png -share/icons/oxygen/48x48/apps/galeon.png -share/icons/oxygen/48x48/apps/gimp.png -share/icons/oxygen/48x48/apps/gnomemeeting.png -share/icons/oxygen/48x48/apps/gnucash.png -share/icons/oxygen/48x48/apps/gnumeric.png -share/icons/oxygen/48x48/apps/gvim.png -share/icons/oxygen/48x48/apps/licq.png -share/icons/oxygen/48x48/apps/netscape.png -share/icons/oxygen/48x48/apps/opera.png -share/icons/oxygen/48x48/apps/pan.png -share/icons/oxygen/48x48/apps/penguin.png -share/icons/oxygen/48x48/apps/planner.png -share/icons/oxygen/48x48/apps/sodipodi.png -share/icons/oxygen/48x48/apps/staroffice.png -share/icons/oxygen/48x48/apps/terminal.png -share/icons/oxygen/48x48/apps/tux.png -share/icons/oxygen/48x48/apps/wp.png -share/icons/oxygen/48x48/apps/xchat.png -share/icons/oxygen/48x48/apps/xclock.png -share/icons/oxygen/48x48/apps/xedit.png -share/icons/oxygen/48x48/apps/xemacs.png -share/icons/oxygen/48x48/apps/xfmail.png -share/icons/oxygen/48x48/apps/xmag.png -share/icons/oxygen/48x48/apps/xv.png -share/icons/oxygen/64x64/apps/applixware.png -share/icons/oxygen/64x64/apps/clanbomber.png -share/icons/oxygen/64x64/apps/email.png -share/icons/oxygen/64x64/apps/gimp.png -share/icons/oxygen/64x64/apps/gvim.png -share/icons/oxygen/64x64/apps/licq.png -share/icons/oxygen/64x64/apps/netscape.png -share/icons/oxygen/64x64/apps/penguin.png -share/icons/oxygen/64x64/apps/staroffice.png -share/icons/oxygen/64x64/apps/terminal.png -share/icons/oxygen/64x64/apps/tux.png -share/icons/oxygen/64x64/apps/wp.png -share/icons/oxygen/64x64/apps/xclock.png -share/icons/oxygen/64x64/apps/xfmail.png -share/icons/oxygen/64x64/apps/xmag.png -share/icons/oxygen/scalable/apps/aim.svgz -share/icons/oxygen/scalable/apps/antivirus.svgz -share/icons/oxygen/scalable/apps/applixware.svgz -share/icons/oxygen/scalable/apps/browser.svgz -share/icons/oxygen/scalable/apps/camera.svgz -share/icons/oxygen/scalable/apps/clanbomber.svgz -share/icons/oxygen/scalable/apps/clock.svgz -share/icons/oxygen/scalable/apps/core.svgz -share/icons/oxygen/scalable/apps/display.svgz -share/icons/oxygen/scalable/apps/download_manager.svgz -share/icons/oxygen/scalable/apps/email.svgz -share/icons/oxygen/scalable/apps/galeon.svgz -share/icons/oxygen/scalable/apps/netscape.svgz -share/icons/oxygen/scalable/apps/penguin.svgz -share/icons/oxygen/scalable/apps/personal.svgz -share/icons/oxygen/scalable/apps/realplayer.svgz -share/icons/oxygen/scalable/apps/shell.svgz -share/icons/oxygen/scalable/apps/staroffice.svgz -share/icons/oxygen/scalable/apps/terminal.svgz -share/icons/oxygen/scalable/apps/tux.svgz -share/icons/oxygen/scalable/apps/xcalc.svgz -share/icons/oxygen/scalable/apps/xchat.svgz -share/icons/oxygen/scalable/apps/xclock.svgz -share/icons/oxygen/scalable/apps/xeyes.svgz -share/icons/oxygen/scalable/apps/xpaint.svgz share/kde4/services/ServiceMenus/konsolehere.desktop share/kde4/services/bookmarks.desktop share/kde4/services/cache.desktop share/kde4/services/cookies.desktop -share/kde4/services/desktoppath.desktop -share/kde4/services/devices.desktop -share/kde4/services/dma.desktop share/kde4/services/dolphinpart.desktop share/kde4/services/ebrowsing.desktop share/kde4/services/filebehavior.desktop -share/kde4/services/fileviewsvnplugin.desktop -share/kde4/services/interrupts.desktop -share/kde4/services/ioports.desktop -share/kde4/services/ioslaveinfo.desktop -share/kde4/services/kcm_memory.desktop -share/kde4/services/kcm_partition.desktop -share/kde4/services/kcm_pci.desktop share/kde4/services/kcm_useraccount.desktop share/kde4/services/kcmdolphingeneral.desktop share/kde4/services/kcmdolphinnavigation.desktop @@ -795,11 +286,8 @@ share/kde4/services/kcmdolphinviewmodes.desktop share/kde4/services/kcmhistory.desktop share/kde4/services/kcmkonqyperformance.desktop share/kde4/services/kcmperformance.desktop -share/kde4/services/kcmsolidproc.desktop -share/kde4/services/kcmusb.desktop share/kde4/services/kded/favicons.desktop share/kde4/services/kded/konqy_preloader.desktop -share/kde4/services/kfindpart.desktop share/kde4/services/khtml_appearance.desktop share/kde4/services/khtml_behavior.desktop share/kde4/services/khtml_filter.desktop @@ -811,19 +299,16 @@ share/kde4/services/konq_sidebartng.desktop share/kde4/services/konqueror.desktop share/kde4/services/konsolepart.desktop share/kde4/services/netpref.desktop -share/kde4/services/nic.desktop -share/kde4/services/opengl.desktop share/kde4/services/plasma-applet-folderview.desktop share/kde4/services/proxy.desktop -share/kde4/services/scsi.desktop share/kde4/services/smb.desktop -share/kde4/services/smbstatus.desktop -share/kde4/services/sound.desktop share/kde4/services/useragent.desktop share/kde4/services/useragentstrings/android10.desktop share/kde4/services/useragentstrings/chrome10onwinnt51.desktop +share/kde4/services/useragentstrings/chrome50oncurrent.desktop share/kde4/services/useragentstrings/firefox20oncurrent.desktop share/kde4/services/useragentstrings/firefox30oncurrent.desktop +share/kde4/services/useragentstrings/firefox36oncurrent.desktop share/kde4/services/useragentstrings/googlebot.desktop share/kde4/services/useragentstrings/ie401onwinnt4.desktop share/kde4/services/useragentstrings/ie50onppc.desktop @@ -844,11 +329,10 @@ share/kde4/services/useragentstrings/op962oncurrent.desktop share/kde4/services/useragentstrings/safari20.desktop share/kde4/services/useragentstrings/safari30oniphone.desktop share/kde4/services/useragentstrings/safari32.desktop +share/kde4/services/useragentstrings/safari40.desktop share/kde4/services/useragentstrings/w3moncurrent.desktop share/kde4/services/useragentstrings/wgetoncurrent.desktop -share/kde4/services/xserver.desktop share/kde4/servicetypes/fileviewversioncontrolplugin.desktop -share/kde4/servicetypes/findpart.desktop share/kde4/servicetypes/konqaboutpage.desktop share/kde4/servicetypes/konqdndpopupmenuplugin.desktop share/kde4/servicetypes/konqpopupmenuplugin.desktop @@ -886,31 +370,13 @@ share/templates/linkZIP.desktop @dirrm share/doc/HTML/en/kwrite @dirrm share/doc/HTML/en/konsole @dirrm share/doc/HTML/en/konqueror -@dirrm share/doc/HTML/en/kinfocenter/xserver -@dirrm share/doc/HTML/en/kinfocenter/view1394 -@dirrm share/doc/HTML/en/kinfocenter/usb -@dirrm share/doc/HTML/en/kinfocenter/sound -@dirrm share/doc/HTML/en/kinfocenter/scsi -@dirrm share/doc/HTML/en/kinfocenter/samba -@dirrm share/doc/HTML/en/kinfocenter/protocols -@dirrm share/doc/HTML/en/kinfocenter/processor -@dirrm share/doc/HTML/en/kinfocenter/pci -@dirrm share/doc/HTML/en/kinfocenter/partitions -@dirrm share/doc/HTML/en/kinfocenter/opengl -@dirrm share/doc/HTML/en/kinfocenter/nics -@dirrm share/doc/HTML/en/kinfocenter/memory -@dirrm share/doc/HTML/en/kinfocenter/ioports -@dirrm share/doc/HTML/en/kinfocenter/interrupts -@dirrm share/doc/HTML/en/kinfocenter/dma -@dirrm share/doc/HTML/en/kinfocenter/devices -@dirrm share/doc/HTML/en/kinfocenter @dirrm share/doc/HTML/en/kfind @dirrm share/doc/HTML/en/kdepasswd @dirrm share/doc/HTML/en/dolphin @dirrm share/apps/plugin @dirrm share/apps/kwrite -%%WEBKIT%%@dirrmtry share/apps/kwebkitpart/kpartplugins -%%WEBKIT%%@dirrmtry share/apps/kwebkitpart +@dirrmtry share/apps/kwebkitpart/kpartplugins +@dirrmtry share/apps/kwebkitpart @dirrm share/apps/konsole @dirrm share/apps/konqueror/profiles @dirrm share/apps/konqueror/pics @@ -921,33 +387,9 @@ share/templates/linkZIP.desktop @dirrm share/apps/konqsidebartng/plugins @dirrm share/apps/konqsidebartng/entries @dirrm share/apps/konqsidebartng/dirtree -@dirrm share/apps/kinfocenter/about -@dirrm share/apps/kinfocenter @dirrm share/apps/keditbookmarks -@dirrm share/apps/kcmusb @dirrm share/apps/kcmcss @dirrm share/apps/kbookmark -@dirrm share/apps/kappfinder/apps/Utilities/XUtilities -@dirrm share/apps/kappfinder/apps/Utilities -@dirrm share/apps/kappfinder/apps/Toys -@dirrm share/apps/kappfinder/apps/System/Terminal -@dirrm share/apps/kappfinder/apps/System -@dirrm share/apps/kappfinder/apps/Office -@dirrm share/apps/kappfinder/apps/Multimedia -@dirrm share/apps/kappfinder/apps/Internet/Terminal -@dirrm share/apps/kappfinder/apps/Internet -@dirrm share/apps/kappfinder/apps/Graphics -@dirrm share/apps/kappfinder/apps/Games/TacticStrategy -@dirrm share/apps/kappfinder/apps/Games/Roguelikes -@dirrm share/apps/kappfinder/apps/Games/Emulators -@dirrm share/apps/kappfinder/apps/Games/Card -@dirrm share/apps/kappfinder/apps/Games/Board -@dirrm share/apps/kappfinder/apps/Games/Arcade -@dirrm share/apps/kappfinder/apps/Games -@dirrm share/apps/kappfinder/apps/Editors -@dirrm share/apps/kappfinder/apps/Development -@dirrm share/apps/kappfinder/apps -@dirrm share/apps/kappfinder -@dirrm share/apps/dolphinpart/kpartplugins -@dirrm share/apps/dolphinpart -@dirrm share/apps/dolphin +@dirrmtry share/apps/dolphinpart/kpartplugins +@dirrmtry share/apps/dolphinpart +@dirrmtry share/apps/dolphin diff --git a/x11/kde4-runtime/Makefile b/x11/kde4-runtime/Makefile index 41e0a9134c0e..213bc04c4e80 100644 --- a/x11/kde4-runtime/Makefile +++ b/x11/kde4-runtime/Makefile @@ -8,7 +8,6 @@ PORTNAME= kdebase-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -25,9 +24,11 @@ LIB_DEPENDS= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ ssh.4:${PORTSDIR}/security/libssh \ attica.0:${PORTSDIR}/x11-toolkits/attica #explicitly depend on libssh to avoid interference with ssh.4 from compat7x -BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh +BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh \ + ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml +RUN_DEPENDS= cagibid:${PORTSDIR}/net/cagibi -USE_KDE4= kdelibs kdeprefix kdehier automoc4 #pimlibs +USE_KDE4= kdelibs kdeprefix kdehier automoc4 KDE4_BUILDENV= yes USE_BZIP2= yes USE_QT_VER= 4 @@ -37,10 +38,11 @@ USE_GETTEXT= yes MAKE_JOBS_SAFE= yes MAN1= kdesu.1 +MAN8= nepomukserver.8 nepomukservicestub.8 SUB_FILES= nepomuk-env.sh -OPTIONS= PULSEAUDIO "Enable playback via PulseAudio soundserver" off \ +OPTIONS= PULSEAUDIO "Enable playback via PulseAudio sound server" off \ VIRTUOSO "Install Virtuoso server (required for Nepomuk)" off # Explicitly disable alsa, see for details: @@ -64,15 +66,6 @@ CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=OFF RUN_DEPENDS+= ${LOCALBASE}/bin/virtuoso-t:${PORTSDIR}/databases/virtuoso .endif -.if exists(${LOCALBASE}/lib/soprano/libsoprano_virtuosobackend.so) -CMAKE_ARGS+= -DWITH_Nepomuk:BOOL=ON -MAN8= nepomukserver.8 nepomukservicestub.8 -PLIST_SUB+= NEPOMUK="" -.else -CMAKE_ARGS+= -DWITH_Nepomuk:BOOL=OFF -PLIST_SUB+= NEPOMUK="@comment " -.endif - post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/khelpcenter/infotree.cpp \ diff --git a/x11/kde4-runtime/distinfo b/x11/kde4-runtime/distinfo index 35861ff8dc78..253a1cbeff89 100644 --- a/x11/kde4-runtime/distinfo +++ b/x11/kde4-runtime/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebase-runtime-4.4.5.tar.bz2) = 6f2bfc771ff5143b89f5a5709d4cca69 -SHA256 (KDE/kdebase-runtime-4.4.5.tar.bz2) = 3d3be43d2f53b40dea7fc566f1f5b07b30fcc6b4c69ad77c1e1be13637781428 -SIZE (KDE/kdebase-runtime-4.4.5.tar.bz2) = 7332344 +MD5 (KDE/kdebase-runtime-4.5.1.tar.bz2) = 83542744f8a23ff2b2621d152ce38fcc +SHA256 (KDE/kdebase-runtime-4.5.1.tar.bz2) = 3f975db0f6b165f24d53495294fce4f317aeb036653d16fd561950e77ef757ba +SIZE (KDE/kdebase-runtime-4.5.1.tar.bz2) = 5750512 diff --git a/x11/kde4-runtime/pkg-plist b/x11/kde4-runtime/pkg-plist index 1db3aa271f1d..a0fcaa9eb4d0 100644 --- a/x11/kde4-runtime/pkg-plist +++ b/x11/kde4-runtime/pkg-plist @@ -24,11 +24,12 @@ bin/ktrash bin/kuiserver bin/kwalletd bin/kwriteconfig -%%NEPOMUK%%bin/nepomukserver -%%NEPOMUK%%bin/nepomukservicestub +bin/nepomukserver +bin/nepomukservicestub bin/plasmapkg bin/solid-hardware env/nepomuk-env.sh +etc/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf etc/xdg/menus/kde-information.menu lib/attica_kde.so lib/kconf_update_bin/phonon_devicepreference_update @@ -52,16 +53,17 @@ lib/kde4/kcm_kded.so lib/kde4/kcm_kdnssd.so lib/kde4/kcm_knotify.so lib/kde4/kcm_locale.so -%%NEPOMUK%%lib/kde4/kcm_nepomuk.so +lib/kde4/kcm_nepomuk.so lib/kde4/kcm_phonon.so lib/kde4/kcm_phononxine.so lib/kde4/kcm_trash.so lib/kde4/kcmspellchecking.so +lib/kde4/kded_activitymanager.so lib/kde4/kded_desktopnotifier.so lib/kde4/kded_device_automounter.so lib/kde4/kded_kpasswdserver.so lib/kde4/kded_ktimezoned.so -%%NEPOMUK%%lib/kde4/kded_nepomuksearchmodule.so +lib/kde4/kded_nepomuksearchmodule.so lib/kde4/kded_networkwatcher.so lib/kde4/kded_phononserver.so lib/kde4/kded_remotedirnotify.so @@ -79,8 +81,8 @@ lib/kde4/kio_fish.so lib/kde4/kio_floppy.so lib/kde4/kio_info.so lib/kde4/kio_man.so -%%NEPOMUK%%lib/kde4/kio_nepomuk.so -%%NEPOMUK%%lib/kde4/kio_nepomuksearch.so +lib/kde4/kio_nepomuk.so +lib/kde4/kio_nepomuksearch.so lib/kde4/kio_network.so lib/kde4/kio_nfs.so lib/kde4/kio_remote.so @@ -88,16 +90,17 @@ lib/kde4/kio_settings.so lib/kde4/kio_sftp.so lib/kde4/kio_smb.so lib/kde4/kio_thumbnail.so -%%NEPOMUK%%lib/kde4/kio_timeline.so +lib/kde4/kio_timeline.so lib/kde4/kio_trash.so lib/kde4/kshorturifilter.so -lib/kde4/kstyle_oxygen_config.so lib/kde4/kuriikwsfilter.so lib/kde4/kurisearchfilter.so lib/kde4/libexec/drkonqi +lib/kde4/libexec/kcmremotewidgetshelper lib/kde4/libexec/kdeeject lib/kde4/libexec/kdesu lib/kde4/libexec/kdesud +lib/kde4/libexec/kdontchangethehostname lib/kde4/libexec/khc_docbookdig.pl lib/kde4/libexec/khc_htdig.pl lib/kde4/libexec/khc_htsearch.pl @@ -110,18 +113,18 @@ lib/kde4/libkmanpart.so lib/kde4/librenaudioplugin.so lib/kde4/librenimageplugin.so lib/kde4/localdomainurifilter.so -%%NEPOMUK%%lib/kde4/nepomukfilewatch.so -%%NEPOMUK%%lib/kde4/nepomukmigration1.so -%%NEPOMUK%%lib/kde4/nepomukontologyloader.so -%%NEPOMUK%%lib/kde4/nepomukqueryservice.so -%%NEPOMUK%%lib/kde4/nepomukremovablestorageservice.so -%%NEPOMUK%%lib/kde4/nepomukstorage.so -%%NEPOMUK%%lib/kde4/nepomukstrigiservice.so +lib/kde4/nepomukactivitiesservice.so +lib/kde4/nepomukfilewatch.so +lib/kde4/nepomukmigration1.so +lib/kde4/nepomukontologyloader.so +lib/kde4/nepomukqueryservice.so +lib/kde4/nepomukremovablestorageservice.so +lib/kde4/nepomukstorage.so +lib/kde4/nepomukstrigiservice.so lib/kde4/plasma_appletscript_simple_javascript.so lib/kde4/plasma_dataenginescript_javascript.so lib/kde4/plasma_runnerscript_javascript.so lib/kde4/plugins/phonon_platform/kde.so -lib/kde4/plugins/styles/oxygen.so lib/kde4/svgthumbnail.so lib/kde4/textthumbnail.so lib/kde4/windowsexethumbnail.so @@ -131,14 +134,15 @@ lib/libkdeinit4_kglobalaccel.so lib/libkdeinit4_khelpcenter.so lib/libkdeinit4_kuiserver.so lib/libkdeinit4_kwalletd.so -%%NEPOMUK%%lib/libkdeinit4_nepomukserver.so +lib/libkdeinit4_nepomukserver.so lib/libkwalletbackend.so lib/libkwalletbackend.so.5 lib/libkwalletbackend.so.5.0.1 lib/libmolletnetwork.so lib/libmolletnetwork.so.5 lib/libmolletnetwork.so.5.0.1 -%%NEPOMUK%%lib/strigi/strigiindex_nepomukbackend.so +lib/strigi/strigiindex_nepomukbackend.so +share/PolicyKit/policy/org.kde.kcontrol.kcmremotewidgets.policy share/applications/kde4/Help.desktop share/applications/kde4/knetattach.desktop share/apps/cmake/modules/FindCLucene.cmake @@ -148,6 +152,15 @@ share/apps/desktoptheme/default/dialogs/background.svgz share/apps/desktoptheme/default/dialogs/kickoff.svgz share/apps/desktoptheme/default/dialogs/krunner.svgz share/apps/desktoptheme/default/dialogs/shutdowndialog.svgz +share/apps/desktoptheme/default/icons/audio.svgz +share/apps/desktoptheme/default/icons/battery.svgz +share/apps/desktoptheme/default/icons/device.svgz +share/apps/desktoptheme/default/icons/klipper.svgz +share/apps/desktoptheme/default/icons/nepomuk.svgz +share/apps/desktoptheme/default/icons/network.svgz +share/apps/desktoptheme/default/icons/notification.svgz +share/apps/desktoptheme/default/icons/preferences.svgz +share/apps/desktoptheme/default/icons/wallet.svgz share/apps/desktoptheme/default/metadata.desktop share/apps/desktoptheme/default/opaque/dialogs/background.svgz share/apps/desktoptheme/default/opaque/dialogs/krunner.svgz @@ -155,6 +168,10 @@ share/apps/desktoptheme/default/opaque/dialogs/shutdowndialog.svgz share/apps/desktoptheme/default/opaque/widgets/extender-background.svgz share/apps/desktoptheme/default/opaque/widgets/panel-background.svgz share/apps/desktoptheme/default/opaque/widgets/tooltip.svgz +share/apps/desktoptheme/default/translucent/dialogs/background.svgz +share/apps/desktoptheme/default/translucent/dialogs/krunner.svgz +share/apps/desktoptheme/default/translucent/widgets/panel-background.svgz +share/apps/desktoptheme/default/translucent/widgets/tooltip.svgz share/apps/desktoptheme/default/widgets/action-overlays.svgz share/apps/desktoptheme/default/widgets/analog_meter.svgz share/apps/desktoptheme/default/widgets/arrows.svgz @@ -173,6 +190,7 @@ share/apps/desktoptheme/default/widgets/extender-background.svgz share/apps/desktoptheme/default/widgets/extender-dragger.svgz share/apps/desktoptheme/default/widgets/frame.svgz share/apps/desktoptheme/default/widgets/glowbar.svgz +share/apps/desktoptheme/default/widgets/identiconshapes.svgz share/apps/desktoptheme/default/widgets/line.svgz share/apps/desktoptheme/default/widgets/lineedit.svgz share/apps/desktoptheme/default/widgets/monitor.svgz @@ -240,6 +258,7 @@ share/apps/drkonqi/debuggers/external/kdbgrc share/apps/drkonqi/debuggers/internal/gdbrc share/apps/drkonqi/mappings share/apps/drkonqi/pics/crash.png +share/apps/hardwarenotifications/hardwarenotifications.notifyrc share/apps/kcm_componentchooser/kcm_browser.desktop share/apps/kcm_componentchooser/kcm_filemanager.desktop share/apps/kcm_componentchooser/kcm_kemail.desktop @@ -269,20 +288,12 @@ share/apps/khelpcenter/plugins/Manpages/man9.desktop share/apps/khelpcenter/plugins/Manpages/mann.desktop share/apps/khelpcenter/plugins/Scrollkeeper/.directory share/apps/khelpcenter/plugins/Scrollkeeper/scrollkeeper.desktop -share/apps/khelpcenter/plugins/Tutorials/.directory -share/apps/khelpcenter/plugins/Tutorials/quickstart.desktop -share/apps/khelpcenter/plugins/Tutorials/visualdict.desktop -share/apps/khelpcenter/plugins/contact.desktop -share/apps/khelpcenter/plugins/faq.desktop share/apps/khelpcenter/plugins/info.desktop share/apps/khelpcenter/plugins/kcontrolmodules.desktop share/apps/khelpcenter/plugins/kicmodules.desktop share/apps/khelpcenter/plugins/kioslaves.desktop -share/apps/khelpcenter/plugins/links.desktop +share/apps/khelpcenter/plugins/onlinehelp.desktop share/apps/khelpcenter/plugins/plasma.desktop -share/apps/khelpcenter/plugins/support.desktop -share/apps/khelpcenter/plugins/userguide.desktop -share/apps/khelpcenter/plugins/welcome.desktop share/apps/khelpcenter/searchhandlers/docbook.desktop share/apps/khelpcenter/searchhandlers/htdig.desktop share/apps/khelpcenter/searchhandlers/htdig/htdig_long.html @@ -303,21 +314,14 @@ share/apps/ksmserver/windowmanagers/compiz-custom.desktop share/apps/ksmserver/windowmanagers/compiz.desktop share/apps/ksmserver/windowmanagers/metacity.desktop share/apps/ksmserver/windowmanagers/openbox.desktop -share/apps/kstyle/themes/oxygen.themerc -share/apps/kstyle/themes/qtcde.themerc -share/apps/kstyle/themes/qtcleanlooks.themerc -share/apps/kstyle/themes/qtgtk.themerc -share/apps/kstyle/themes/qtmotif.themerc -share/apps/kstyle/themes/qtplastique.themerc -share/apps/kstyle/themes/qtwindows.themerc share/apps/kwalletd/kwalletd.notifyrc share/apps/libphonon/hardwaredatabase -%%NEPOMUK%%share/apps/nepomukstorage/nepomukstorage.notifyrc -%%NEPOMUK%%share/apps/nepomukstrigiservice/nepomukstrigiservice.notifyrc +share/apps/nepomukstorage/nepomukstorage.notifyrc +share/apps/nepomukstrigiservice/nepomukstrigiservice.notifyrc share/apps/phonon/phonon.notifyrc share/apps/remoteview/network.desktop share/apps/remoteview/smb-network.desktop -%%NEPOMUK%%share/autostart/nepomukserver.desktop +share/autostart/nepomukserver.desktop share/config.kcfg/khelpcenter.kcfg share/config/emoticons.knsrc share/config/icons.knsrc @@ -325,18 +329,20 @@ share/config/khotnewstuff.knsrc share/config/khotnewstuff_upload.knsrc share/config/kshorturifilterrc share/dbus-1/interfaces/org.kde.KTimeZoned.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.NepomukServer.xml +share/dbus-1/interfaces/org.kde.NepomukServer.xml share/dbus-1/interfaces/org.kde.khelpcenter.kcmhelpcenter.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.OntologyManager.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.Query.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.QueryService.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.RemovableStorage.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.ServiceControl.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.ServiceManager.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.Storage.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.Strigi.xml +share/dbus-1/interfaces/org.kde.nepomuk.OntologyManager.xml +share/dbus-1/interfaces/org.kde.nepomuk.Query.xml +share/dbus-1/interfaces/org.kde.nepomuk.QueryService.xml +share/dbus-1/interfaces/org.kde.nepomuk.RemovableStorage.xml +share/dbus-1/interfaces/org.kde.nepomuk.ServiceControl.xml +share/dbus-1/interfaces/org.kde.nepomuk.ServiceManager.xml +share/dbus-1/interfaces/org.kde.nepomuk.Storage.xml +share/dbus-1/interfaces/org.kde.nepomuk.Strigi.xml share/dbus-1/interfaces/org.kde.network.kioslavenotifier.xml share/dbus-1/services/org.kde.knotify.service +share/dbus-1/services/org.kde.kuiserver.service +share/dbus-1/system-services/org.kde.kcontrol.kcmremotewidgets.service share/desktop-directories/kde-development-translation.directory share/desktop-directories/kde-development-webdevelopment.directory share/desktop-directories/kde-development.directory @@ -404,9 +410,6 @@ share/doc/HTML/en/kcontrol/filemanager/index.docbook share/doc/HTML/en/kcontrol/filetypes/common share/doc/HTML/en/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/en/kcontrol/filetypes/index.docbook -share/doc/HTML/en/kcontrol/helpindex/common -share/doc/HTML/en/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/en/kcontrol/helpindex/index.docbook share/doc/HTML/en/kcontrol/history/common share/doc/HTML/en/kcontrol/history/index.cache.bz2 share/doc/HTML/en/kcontrol/history/index.docbook @@ -453,16 +456,12 @@ share/doc/HTML/en/kcontrol/khtml-plugins/index.docbook share/doc/HTML/en/kcontrol/language/common share/doc/HTML/en/kcontrol/language/index.cache.bz2 share/doc/HTML/en/kcontrol/language/index.docbook -%%NEPOMUK%%share/doc/HTML/en/kcontrol/nepomuk/common -%%NEPOMUK%%share/doc/HTML/en/kcontrol/nepomuk/index.cache.bz2 -%%NEPOMUK%%share/doc/HTML/en/kcontrol/nepomuk/index.docbook +share/doc/HTML/en/kcontrol/nepomuk/common +share/doc/HTML/en/kcontrol/nepomuk/index.cache.bz2 +share/doc/HTML/en/kcontrol/nepomuk/index.docbook share/doc/HTML/en/kcontrol/netpref/common share/doc/HTML/en/kcontrol/netpref/index.cache.bz2 share/doc/HTML/en/kcontrol/netpref/index.docbook -share/doc/HTML/en/kcontrol/paths/common -share/doc/HTML/en/kcontrol/paths/index.cache.bz2 -share/doc/HTML/en/kcontrol/paths/index.docbook -share/doc/HTML/en/kcontrol/paths/paths.png share/doc/HTML/en/kcontrol/performance/common share/doc/HTML/en/kcontrol/performance/index.cache.bz2 share/doc/HTML/en/kcontrol/performance/index.docbook @@ -497,35 +496,10 @@ share/doc/HTML/en/kdesu/man-kdesu.1.docbook share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common -share/doc/HTML/en/khelpcenter/contact.docbook -share/doc/HTML/en/khelpcenter/faq/about.docbook -share/doc/HTML/en/khelpcenter/faq/common -share/doc/HTML/en/khelpcenter/faq/configkde.docbook -share/doc/HTML/en/khelpcenter/faq/contrib.docbook -share/doc/HTML/en/khelpcenter/faq/desktop.docbook -share/doc/HTML/en/khelpcenter/faq/filemng.docbook -share/doc/HTML/en/khelpcenter/faq/getkde.docbook -share/doc/HTML/en/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/en/khelpcenter/faq/index.docbook -share/doc/HTML/en/khelpcenter/faq/install.docbook -share/doc/HTML/en/khelpcenter/faq/intro.docbook -share/doc/HTML/en/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/en/khelpcenter/faq/misc.docbook -share/doc/HTML/en/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/en/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/en/khelpcenter/faq/notrelated.docbook -share/doc/HTML/en/khelpcenter/faq/panel.docbook -share/doc/HTML/en/khelpcenter/faq/qt.docbook -share/doc/HTML/en/khelpcenter/faq/questions.docbook -share/doc/HTML/en/khelpcenter/faq/sound.docbook -share/doc/HTML/en/khelpcenter/faq/tips.docbook -share/doc/HTML/en/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/en/khelpcenter/faq/winmng.docbook share/doc/HTML/en/khelpcenter/glossary/common share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/en/khelpcenter/help.docbook share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook share/doc/HTML/en/khelpcenter/kdelogo2.png @@ -533,123 +507,7 @@ share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/pointers.png -share/doc/HTML/en/khelpcenter/quickstart/common -share/doc/HTML/en/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/en/khelpcenter/quickstart/index.docbook share/doc/HTML/en/khelpcenter/shadow1.png -share/doc/HTML/en/khelpcenter/support.docbook -share/doc/HTML/en/khelpcenter/userguide/a-window.png -share/doc/HTML/en/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/en/khelpcenter/userguide/amarok-icon.png -share/doc/HTML/en/khelpcenter/userguide/amarok.png -share/doc/HTML/en/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/en/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/en/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/en/khelpcenter/userguide/common -share/doc/HTML/en/khelpcenter/userguide/control-center.docbook -share/doc/HTML/en/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/en/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/en/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/en/khelpcenter/userguide/desktop.png -share/doc/HTML/en/khelpcenter/userguide/email.docbook -share/doc/HTML/en/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/en/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/en/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/en/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/en/khelpcenter/userguide/glossary.docbook -share/doc/HTML/en/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/en/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/en/khelpcenter/userguide/index.docbook -share/doc/HTML/en/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/en/khelpcenter/userguide/juk-icon.png -share/doc/HTML/en/khelpcenter/userguide/juk.png -share/doc/HTML/en/khelpcenter/userguide/kaboodle-icon.png -share/doc/HTML/en/khelpcenter/userguide/kaboodle.png -share/doc/HTML/en/khelpcenter/userguide/kcalc-systray.png -share/doc/HTML/en/khelpcenter/userguide/kcontrol.png -share/doc/HTML/en/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/en/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/en/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/en/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/en/khelpcenter/userguide/kmag.png -share/doc/HTML/en/khelpcenter/userguide/kmousetool.png -share/doc/HTML/en/khelpcenter/userguide/kmouth.png -share/doc/HTML/en/khelpcenter/userguide/kmouth2.png -share/doc/HTML/en/khelpcenter/userguide/kmouth3.png -share/doc/HTML/en/khelpcenter/userguide/knode-identity.png -share/doc/HTML/en/khelpcenter/userguide/knode-mail-account.png -share/doc/HTML/en/khelpcenter/userguide/knode-news-account.png -share/doc/HTML/en/khelpcenter/userguide/knode-start.png -share/doc/HTML/en/khelpcenter/userguide/konq-sidebar.png -share/doc/HTML/en/khelpcenter/userguide/konq-simple.png -share/doc/HTML/en/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/en/khelpcenter/userguide/kopete.png -share/doc/HTML/en/khelpcenter/userguide/kppp-dialer-tab.png -share/doc/HTML/en/khelpcenter/userguide/kppp-wizard.png -share/doc/HTML/en/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/en/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/en/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/en/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/en/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/en/khelpcenter/userguide/noatun-icon.png -share/doc/HTML/en/khelpcenter/userguide/noatun.png -share/doc/HTML/en/khelpcenter/userguide/oggfolder.png -share/doc/HTML/en/khelpcenter/userguide/open-file-dialog.png -share/doc/HTML/en/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/en/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/en/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/en/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/en/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/en/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/en/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/en/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/en/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/en/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/en/khelpcenter/userguide/rip.png -share/doc/HTML/en/khelpcenter/userguide/ripsettings.png -share/doc/HTML/en/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/en/khelpcenter/userguide/services.png -share/doc/HTML/en/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/en/khelpcenter/userguide/splash-screen.png -share/doc/HTML/en/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/en/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/en/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/en/khelpcenter/userguide/titlebar-menu.png -share/doc/HTML/en/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/en/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/en/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/en/khelpcenter/userguide/usenet.docbook -share/doc/HTML/en/khelpcenter/userguide/where-next.docbook -share/doc/HTML/en/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/en/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/pict1.png -share/doc/HTML/en/khelpcenter/visualdict/pict10.png -share/doc/HTML/en/khelpcenter/visualdict/pict11.png -share/doc/HTML/en/khelpcenter/visualdict/pict12.png -share/doc/HTML/en/khelpcenter/visualdict/pict13.png -share/doc/HTML/en/khelpcenter/visualdict/pict14.png -share/doc/HTML/en/khelpcenter/visualdict/pict15.png -share/doc/HTML/en/khelpcenter/visualdict/pict16.png -share/doc/HTML/en/khelpcenter/visualdict/pict17.png -share/doc/HTML/en/khelpcenter/visualdict/pict18.png -share/doc/HTML/en/khelpcenter/visualdict/pict19.png -share/doc/HTML/en/khelpcenter/visualdict/pict2.png -share/doc/HTML/en/khelpcenter/visualdict/pict20.png -share/doc/HTML/en/khelpcenter/visualdict/pict21.png -share/doc/HTML/en/khelpcenter/visualdict/pict22.png -share/doc/HTML/en/khelpcenter/visualdict/pict23.png -share/doc/HTML/en/khelpcenter/visualdict/pict3.png -share/doc/HTML/en/khelpcenter/visualdict/pict4.png -share/doc/HTML/en/khelpcenter/visualdict/pict5.png -share/doc/HTML/en/khelpcenter/visualdict/pict6.png -share/doc/HTML/en/khelpcenter/visualdict/pict7.png -share/doc/HTML/en/khelpcenter/visualdict/pict8.png -share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/khelpcenter/welcome.docbook -share/doc/HTML/en/khelpcenter/whatiskde.docbook share/doc/HTML/en/kioslave/bookmarks/common share/doc/HTML/en/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/en/kioslave/bookmarks/index.docbook @@ -692,6 +550,9 @@ share/doc/HTML/en/kioslave/tar/index.docbook share/doc/HTML/en/kioslave/thumbnail/common share/doc/HTML/en/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/en/kioslave/thumbnail/index.docbook +share/doc/HTML/en/kioslave/xz/common +share/doc/HTML/en/kioslave/xz/index.cache.bz2 +share/doc/HTML/en/kioslave/xz/index.docbook share/doc/HTML/en/knetattach/common share/doc/HTML/en/knetattach/index.cache.bz2 share/doc/HTML/en/knetattach/index.docbook @@ -703,6 +564,9 @@ share/doc/HTML/en/knetattach/screenshot4.png share/doc/HTML/en/network/common share/doc/HTML/en/network/index.cache.bz2 share/doc/HTML/en/network/index.docbook +share/doc/HTML/en/onlinehelp/common +share/doc/HTML/en/onlinehelp/index.cache.bz2 +share/doc/HTML/en/onlinehelp/index.docbook share/emoticons/kde4/angry.png share/emoticons/kde4/bat.png share/emoticons/kde4/beer.png @@ -784,18 +648,19 @@ share/kde4/services/info.protocol share/kde4/services/jpegthumbnail.desktop share/kde4/services/kcm_attica.desktop share/kde4/services/kcm_kdnssd.desktop -%%NEPOMUK%%share/kde4/services/kcm_nepomuk.desktop +share/kde4/services/kcm_nepomuk.desktop share/kde4/services/kcm_phonon.desktop share/kde4/services/kcm_phononxine.desktop share/kde4/services/kcmcgi.desktop share/kde4/services/kcmkded.desktop share/kde4/services/kcmnotify.desktop share/kde4/services/kcmtrash.desktop +share/kde4/services/kded/activitymanager.desktop share/kde4/services/kded/desktopnotifier.desktop share/kde4/services/kded/device_automounter.desktop share/kde4/services/kded/kpasswdserver.desktop share/kde4/services/kded/ktimezoned.desktop -%%NEPOMUK%%share/kde4/services/kded/nepomuksearchmodule.desktop +share/kde4/services/kded/nepomuksearchmodule.desktop share/kde4/services/kded/networkwatcher.desktop share/kde4/services/kded/phononserver.desktop share/kde4/services/kded/remotedirnotify.desktop @@ -814,15 +679,16 @@ share/kde4/services/language.desktop share/kde4/services/localdomainurifilter.desktop share/kde4/services/lzma.protocol share/kde4/services/man.protocol -%%NEPOMUK%%share/kde4/services/nepomuk.protocol -%%NEPOMUK%%share/kde4/services/nepomukfilewatch.desktop -%%NEPOMUK%%share/kde4/services/nepomukmigration1.desktop -%%NEPOMUK%%share/kde4/services/nepomukontologyloader.desktop -%%NEPOMUK%%share/kde4/services/nepomukqueryservice.desktop -%%NEPOMUK%%share/kde4/services/nepomukremovablestorageservice.desktop -%%NEPOMUK%%share/kde4/services/nepomuksearch.protocol -%%NEPOMUK%%share/kde4/services/nepomukstorage.desktop -%%NEPOMUK%%share/kde4/services/nepomukstrigiservice.desktop +share/kde4/services/nepomuk.protocol +share/kde4/services/nepomukactivitiesservice.desktop +share/kde4/services/nepomukfilewatch.desktop +share/kde4/services/nepomukmigration1.desktop +share/kde4/services/nepomukontologyloader.desktop +share/kde4/services/nepomukqueryservice.desktop +share/kde4/services/nepomukremovablestorageservice.desktop +share/kde4/services/nepomuksearch.protocol +share/kde4/services/nepomukstorage.desktop +share/kde4/services/nepomukstrigiservice.desktop share/kde4/services/network.protocol share/kde4/services/nfs.protocol share/kde4/services/plasma-scriptengine-applet-simple-javascript.desktop @@ -832,15 +698,16 @@ share/kde4/services/programs.protocol share/kde4/services/remote.protocol share/kde4/services/renaudiodlg.desktop share/kde4/services/renimagedlg.desktop +share/kde4/services/searchproviders/7digital.desktop share/kde4/services/searchproviders/acronym.desktop -share/kde4/services/searchproviders/alexa.desktop -share/kde4/services/searchproviders/alexa_url.desktop -share/kde4/services/searchproviders/alltheweb.desktop share/kde4/services/searchproviders/altavista.desktop +share/kde4/services/searchproviders/amazon.desktop +share/kde4/services/searchproviders/amazon_mp3.desktop share/kde4/services/searchproviders/amg.desktop -share/kde4/services/searchproviders/appsy.desktop share/kde4/services/searchproviders/austronaut.desktop share/kde4/services/searchproviders/backports.desktop +share/kde4/services/searchproviders/beolingus.desktop +share/kde4/services/searchproviders/blip.desktop share/kde4/services/searchproviders/bugft.desktop share/kde4/services/searchproviders/bugno.desktop share/kde4/services/searchproviders/call.desktop @@ -857,14 +724,20 @@ share/kde4/services/searchproviders/dictfr.desktop share/kde4/services/searchproviders/dmoz.desktop share/kde4/services/searchproviders/docbook.desktop share/kde4/services/searchproviders/doi.desktop +share/kde4/services/searchproviders/duckduckgo.desktop +share/kde4/services/searchproviders/duckduckgo_info.desktop +share/kde4/services/searchproviders/duckduckgo_shopping.desktop +share/kde4/services/searchproviders/ecosia.desktop share/kde4/services/searchproviders/en2de.desktop share/kde4/services/searchproviders/en2es.desktop share/kde4/services/searchproviders/en2fr.desktop share/kde4/services/searchproviders/en2it.desktop share/kde4/services/searchproviders/es2en.desktop share/kde4/services/searchproviders/ethicle.desktop -share/kde4/services/searchproviders/excite.desktop +share/kde4/services/searchproviders/facebook.desktop share/kde4/services/searchproviders/feedster.desktop +share/kde4/services/searchproviders/flickr.desktop +share/kde4/services/searchproviders/flickrcc.desktop share/kde4/services/searchproviders/foldoc.desktop share/kde4/services/searchproviders/fr2de.desktop share/kde4/services/searchproviders/fr2en.desktop @@ -872,28 +745,39 @@ share/kde4/services/searchproviders/freedb.desktop share/kde4/services/searchproviders/freshmeat.desktop share/kde4/services/searchproviders/froogle.desktop share/kde4/services/searchproviders/fsd.desktop +share/kde4/services/searchproviders/github.desktop +share/kde4/services/searchproviders/gitorious.desktop share/kde4/services/searchproviders/google.desktop share/kde4/services/searchproviders/google_advanced.desktop +share/kde4/services/searchproviders/google_code.desktop share/kde4/services/searchproviders/google_groups.desktop share/kde4/services/searchproviders/google_images.desktop share/kde4/services/searchproviders/google_lucky.desktop +share/kde4/services/searchproviders/google_maps.desktop share/kde4/services/searchproviders/google_movie.desktop share/kde4/services/searchproviders/google_news.desktop share/kde4/services/searchproviders/gracenote.desktop share/kde4/services/searchproviders/grec.desktop -share/kde4/services/searchproviders/hotbot.desktop share/kde4/services/searchproviders/hyperdictionary.desktop share/kde4/services/searchproviders/hyperdictionary_thesaurus.desktop share/kde4/services/searchproviders/ibl.desktop +share/kde4/services/searchproviders/identica_groups.desktop +share/kde4/services/searchproviders/identica_notices.desktop +share/kde4/services/searchproviders/identica_people.desktop share/kde4/services/searchproviders/imdb.desktop share/kde4/services/searchproviders/it2en.desktop +share/kde4/services/searchproviders/jamendo.desktop share/kde4/services/searchproviders/jeeves.desktop share/kde4/services/searchproviders/katatudo.desktop share/kde4/services/searchproviders/kde.desktop +share/kde4/services/searchproviders/kde_apps.desktop +share/kde4/services/searchproviders/kde_forums.desktop +share/kde4/services/searchproviders/kde_look.desktop +share/kde4/services/searchproviders/kde_techbase.desktop +share/kde4/services/searchproviders/kde_userbase.desktop share/kde4/services/searchproviders/kde_websvn.desktop share/kde4/services/searchproviders/leo.desktop -share/kde4/services/searchproviders/lycos.desktop -share/kde4/services/searchproviders/mamma.desktop +share/kde4/services/searchproviders/magnatune.desktop share/kde4/services/searchproviders/metacrawler.desktop share/kde4/services/searchproviders/msdn.desktop share/kde4/services/searchproviders/multitran-deru.desktop @@ -905,6 +789,7 @@ share/kde4/services/searchproviders/multitran-nlru.desktop share/kde4/services/searchproviders/netcraft.desktop share/kde4/services/searchproviders/nl-telephone.desktop share/kde4/services/searchproviders/nl-teletekst.desktop +share/kde4/services/searchproviders/opendesktop.desktop share/kde4/services/searchproviders/pgpkeys.desktop share/kde4/services/searchproviders/php.desktop share/kde4/services/searchproviders/python.desktop @@ -914,21 +799,28 @@ share/kde4/services/searchproviders/rae.desktop share/kde4/services/searchproviders/rfc.desktop share/kde4/services/searchproviders/rpmfind.desktop share/kde4/services/searchproviders/ruby_application_archive.desktop -share/kde4/services/searchproviders/seek.desktop share/kde4/services/searchproviders/sourceforge.desktop share/kde4/services/searchproviders/technorati.desktop share/kde4/services/searchproviders/technoratitags.desktop share/kde4/services/searchproviders/thesaurus.desktop share/kde4/services/searchproviders/tvtome.desktop +share/kde4/services/searchproviders/urbandictionary.desktop share/kde4/services/searchproviders/uspto.desktop +share/kde4/services/searchproviders/vimeo.desktop share/kde4/services/searchproviders/vivisimo.desktop share/kde4/services/searchproviders/voila.desktop share/kde4/services/searchproviders/webster.desktop -share/kde4/services/searchproviders/whatis.desktop +share/kde4/services/searchproviders/wikia.desktop share/kde4/services/searchproviders/wikipedia.desktop share/kde4/services/searchproviders/wiktionary.desktop share/kde4/services/searchproviders/wolfram_alpha.desktop share/kde4/services/searchproviders/wordref.desktop +share/kde4/services/searchproviders/yahoo.desktop +share/kde4/services/searchproviders/yahoo_image.desktop +share/kde4/services/searchproviders/yahoo_local.desktop +share/kde4/services/searchproviders/yahoo_shopping.desktop +share/kde4/services/searchproviders/yahoo_video.desktop +share/kde4/services/searchproviders/youtube.desktop share/kde4/services/settings.protocol share/kde4/services/sftp.protocol share/kde4/services/smb.protocol @@ -937,13 +829,13 @@ share/kde4/services/svgthumbnail.desktop share/kde4/services/tar.protocol share/kde4/services/textthumbnail.desktop share/kde4/services/thumbnail.protocol -%%NEPOMUK%%share/kde4/services/timeline.protocol +share/kde4/services/timeline.protocol share/kde4/services/trash.protocol share/kde4/services/windowsexethumbnail.desktop share/kde4/services/windowsimagethumbnail.desktop share/kde4/services/xz.protocol share/kde4/services/zip.protocol -%%NEPOMUK%%share/kde4/servicetypes/nepomukservice.desktop +share/kde4/servicetypes/nepomukservice.desktop share/kde4/servicetypes/phononbackend.desktop share/kde4/servicetypes/searchprovider.desktop share/kde4/servicetypes/thumbcreator.desktop @@ -1313,6 +1205,8 @@ share/locale/l10n/gd/entry.desktop share/locale/l10n/gd/flag.png share/locale/l10n/ge/entry.desktop share/locale/l10n/ge/flag.png +share/locale/l10n/gf/entry.desktop +share/locale/l10n/gf/flag.png share/locale/l10n/gh/entry.desktop share/locale/l10n/gh/flag.png share/locale/l10n/gi/entry.desktop @@ -1516,6 +1410,8 @@ share/locale/l10n/py/entry.desktop share/locale/l10n/py/flag.png share/locale/l10n/qa/entry.desktop share/locale/l10n/qa/flag.png +share/locale/l10n/re/entry.desktop +share/locale/l10n/re/flag.png share/locale/l10n/ro/entry.desktop share/locale/l10n/ro/flag.png share/locale/l10n/rs/entry.desktop @@ -1629,6 +1525,8 @@ share/locale/l10n/ws/entry.desktop share/locale/l10n/ws/flag.png share/locale/l10n/ye/entry.desktop share/locale/l10n/ye/flag.png +share/locale/l10n/yt/entry.desktop +share/locale/l10n/yt/flag.png share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/locale/l10n/zm/entry.desktop @@ -1637,19 +1535,26 @@ share/locale/l10n/zw/entry.desktop share/locale/l10n/zw/flag.png share/mime/inode/vnd.kde.device.printer.xml share/mime/inode/vnd.kde.device.router.xml +share/mime/inode/vnd.kde.device.scanner.xml share/mime/inode/vnd.kde.device.server.xml share/mime/inode/vnd.kde.device.unknown.xml share/mime/inode/vnd.kde.device.workstation.xml share/mime/inode/vnd.kde.network.xml +share/mime/inode/vnd.kde.service.acrobat-server.xml +share/mime/inode/vnd.kde.service.adobe-vc.xml share/mime/inode/vnd.kde.service.afpovertcp.xml share/mime/inode/vnd.kde.service.airmouse.xml share/mime/inode/vnd.kde.service.airport.xml +share/mime/inode/vnd.kde.service.appletv-itunes.xml +share/mime/inode/vnd.kde.service.appletv-pair.xml share/mime/inode/vnd.kde.service.daap.xml +share/mime/inode/vnd.kde.service.dacp.xml share/mime/inode/vnd.kde.service.eppc.xml share/mime/inode/vnd.kde.service.ftp.xml share/mime/inode/vnd.kde.service.ftps.xml share/mime/inode/vnd.kde.service.ggz.xml share/mime/inode/vnd.kde.service.giver.xml +share/mime/inode/vnd.kde.service.home-sharing.xml share/mime/inode/vnd.kde.service.http.xml share/mime/inode/vnd.kde.service.imap.xml share/mime/inode/vnd.kde.service.ipp.xml @@ -1662,11 +1567,15 @@ share/mime/inode/vnd.kde.service.lobby.xml share/mime/inode/vnd.kde.service.lskat.xml share/mime/inode/vnd.kde.service.net-assistant.xml share/mime/inode/vnd.kde.service.nfs.xml +share/mime/inode/vnd.kde.service.nssocketport.xml share/mime/inode/vnd.kde.service.ntp.xml share/mime/inode/vnd.kde.service.odisk.xml +share/mime/inode/vnd.kde.service.pdl-datastream.xml share/mime/inode/vnd.kde.service.plasma.xml share/mime/inode/vnd.kde.service.pop3.xml +share/mime/inode/vnd.kde.service.postgresql.xml share/mime/inode/vnd.kde.service.presence.xml +share/mime/inode/vnd.kde.service.printer.xml share/mime/inode/vnd.kde.service.pulse-server.xml share/mime/inode/vnd.kde.service.pulse-sink.xml share/mime/inode/vnd.kde.service.pulse-source.xml @@ -1683,6 +1592,31 @@ share/mime/inode/vnd.kde.service.svn.xml share/mime/inode/vnd.kde.service.telnet.xml share/mime/inode/vnd.kde.service.touch-able.xml share/mime/inode/vnd.kde.service.unknown.xml +share/mime/inode/vnd.kde.service.upnp.BasicDevice1.xml +share/mime/inode/vnd.kde.service.upnp.DigitalSecurityCamera1.xml +share/mime/inode/vnd.kde.service.upnp.HVAC1.xml +share/mime/inode/vnd.kde.service.upnp.InternetGatewayDevice1.xml +share/mime/inode/vnd.kde.service.upnp.LANDevice1.xml +share/mime/inode/vnd.kde.service.upnp.LightingControls1.xml +share/mime/inode/vnd.kde.service.upnp.MediaRenderer1.xml +share/mime/inode/vnd.kde.service.upnp.MediaRenderer2.xml +share/mime/inode/vnd.kde.service.upnp.MediaServer1.xml +share/mime/inode/vnd.kde.service.upnp.MediaServer2.xml +share/mime/inode/vnd.kde.service.upnp.MediaServer3.xml +share/mime/inode/vnd.kde.service.upnp.PrinterBasic1.xml +share/mime/inode/vnd.kde.service.upnp.PrinterEnhanced1.xml +share/mime/inode/vnd.kde.service.upnp.RAClient1.xml +share/mime/inode/vnd.kde.service.upnp.RADiscoveryAgent1.xml +share/mime/inode/vnd.kde.service.upnp.RAServer1.xml +share/mime/inode/vnd.kde.service.upnp.RemoteUIClientDevice1.xml +share/mime/inode/vnd.kde.service.upnp.RemoteUIServerDevice1.xml +share/mime/inode/vnd.kde.service.upnp.Scanner1.xml +share/mime/inode/vnd.kde.service.upnp.SolarProtectionBlind1.xml +share/mime/inode/vnd.kde.service.upnp.Unknown.xml +share/mime/inode/vnd.kde.service.upnp.WANConnectionDevice1.xml +share/mime/inode/vnd.kde.service.upnp.WANDevice1.xml +share/mime/inode/vnd.kde.service.upnp.WFADevice1.xml +share/mime/inode/vnd.kde.service.upnp.WLANAccessPointDevice1.xml share/mime/inode/vnd.kde.service.webdav.xml share/mime/inode/vnd.kde.service.webdavs.xml share/mime/inode/vnd.kde.service.workstation.xml @@ -1740,6 +1674,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/locale/l10n/zw @dirrm share/locale/l10n/zm @dirrm share/locale/l10n/za +@dirrm share/locale/l10n/yt @dirrm share/locale/l10n/ye @dirrm share/locale/l10n/ws @dirrm share/locale/l10n/wf @@ -1793,6 +1728,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/locale/l10n/ru @dirrm share/locale/l10n/rs @dirrm share/locale/l10n/ro +@dirrm share/locale/l10n/re @dirrm share/locale/l10n/qa @dirrm share/locale/l10n/py @dirrm share/locale/l10n/pw @@ -1892,6 +1828,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/locale/l10n/gl @dirrm share/locale/l10n/gi @dirrm share/locale/l10n/gh +@dirrm share/locale/l10n/gf @dirrm share/locale/l10n/ge @dirrm share/locale/l10n/gd @dirrm share/locale/l10n/gb @@ -1972,8 +1909,10 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/locale/currency @dirrm share/kde4/services/searchproviders @dirrm share/emoticons/kde4 +@dirrm share/doc/HTML/en/onlinehelp @dirrm share/doc/HTML/en/network @dirrm share/doc/HTML/en/knetattach +@dirrm share/doc/HTML/en/kioslave/xz @dirrm share/doc/HTML/en/kioslave/thumbnail @dirrm share/doc/HTML/en/kioslave/tar @dirrm share/doc/HTML/en/kioslave/smb @@ -1988,11 +1927,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/doc/HTML/en/kioslave/cgi @dirrm share/doc/HTML/en/kioslave/bzip2 @dirrm share/doc/HTML/en/kioslave/bookmarks -@dirrm share/doc/HTML/en/khelpcenter/visualdict -@dirrm share/doc/HTML/en/khelpcenter/userguide -@dirrm share/doc/HTML/en/khelpcenter/quickstart @dirrm share/doc/HTML/en/khelpcenter/glossary -@dirrm share/doc/HTML/en/khelpcenter/faq @dirrm share/doc/HTML/en/khelpcenter @dirrm share/doc/HTML/en/kdesu @dirrm share/doc/HTML/en/kdebugdialog @@ -2004,9 +1939,8 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/doc/HTML/en/kcontrol/proxy @dirrm share/doc/HTML/en/kcontrol/phonon @dirrm share/doc/HTML/en/kcontrol/performance -@dirrm share/doc/HTML/en/kcontrol/paths @dirrm share/doc/HTML/en/kcontrol/netpref -%%NEPOMUK%%@dirrm share/doc/HTML/en/kcontrol/nepomuk +@dirrm share/doc/HTML/en/kcontrol/nepomuk @dirrm share/doc/HTML/en/kcontrol/language @dirrm share/doc/HTML/en/kcontrol/khtml-plugins @dirrm share/doc/HTML/en/kcontrol/khtml-java-js @@ -2020,7 +1954,6 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/doc/HTML/en/kcontrol/kcmcgi @dirrm share/doc/HTML/en/kcontrol/icons @dirrm share/doc/HTML/en/kcontrol/history -@dirrm share/doc/HTML/en/kcontrol/helpindex @dirrm share/doc/HTML/en/kcontrol/filetypes @dirrm share/doc/HTML/en/kcontrol/filemanager @dirrm share/doc/HTML/en/kcontrol/emoticons @@ -2032,8 +1965,8 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/doc/HTML/en/kcontrol/attica @dirrm share/desktop-directories @dirrm share/apps/phonon -%%NEPOMUK%%@dirrm share/apps/nepomukstrigiservice -%%NEPOMUK%%@dirrm share/apps/nepomukstorage +@dirrm share/apps/nepomukstrigiservice +@dirrm share/apps/nepomukstorage @dirrm share/apps/libphonon @dirrm share/apps/kwalletd @dirrm share/apps/ksmserver/windowmanagers @@ -2049,7 +1982,6 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/apps/kio_bookmarks @dirrm share/apps/khelpcenter/searchhandlers/htdig @dirrm share/apps/khelpcenter/searchhandlers -@dirrm share/apps/khelpcenter/plugins/Tutorials @dirrm share/apps/khelpcenter/plugins/Scrollkeeper @dirrm share/apps/khelpcenter/plugins/Manpages @dirrm share/apps/khelpcenter/plugins/Applications @@ -2058,6 +1990,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/apps/kcmlocale/pics @dirrm share/apps/kcmlocale @dirrm share/apps/kcm_phonon +@dirrm share/apps/hardwarenotifications @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers/internal @dirrm share/apps/drkonqi/debuggers/external @@ -2069,12 +2002,14 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/apps/desktoptheme/oxygen/opaque @dirrm share/apps/desktoptheme/oxygen/dialogs @dirrmtry share/apps/desktoptheme/oxygen +@dirrm share/apps/desktoptheme/default/translucent/widgets +@dirrm share/apps/desktoptheme/default/translucent/dialogs +@dirrm share/apps/desktoptheme/default/translucent @dirrm share/apps/desktoptheme/default/opaque/widgets @dirrm share/apps/desktoptheme/default/opaque/dialogs @dirrm share/apps/desktoptheme/default/opaque +@dirrm share/apps/desktoptheme/default/icons @dirrm share/apps/desktoptheme/default/dialogs -@dirrmtry share/apps/cmake/modules -@dirrmtry share/apps/cmake @dirrm lib/kde4/plugins/phonon_platform @dirrmtry etc/xdg/menus @dirrmtry etc/xdg diff --git a/x11/kde4-workspace/Makefile b/x11/kde4-workspace/Makefile index 366479afb19d..f1a271da8a56 100644 --- a/x11/kde4-workspace/Makefile +++ b/x11/kde4-workspace/Makefile @@ -16,12 +16,14 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for the KDE system +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= qimageblitz.4:${PORTSDIR}/x11/qimageblitz\ dbus-1.3:${PORTSDIR}/devel/dbus \ hal.1:${PORTSDIR}/sysutils/hal \ polkit-qt-core.0:${PORTSDIR}/sysutils/policykit-qt \ xklavier.12:${PORTSDIR}/x11/libxklavier \ - gps.19:${PORTSDIR}/astro/gpsd + gps.19:${PORTSDIR}/astro/gpsd \ + qalculate.5:${PORTSDIR}/math/libqalculate RUN_DEPENDS= ${KDE4_PREFIX}/env/xdg-env.sh:${PORTSDIR}/misc/kde4-xdg-env \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ xprop:${PORTSDIR}/x11/xprop \ @@ -48,7 +50,7 @@ MAKE_JOBS_SAFE= yes MAN1= plasmaengineexplorer.1 -CONFLICTS= kde4-windeco-aurorae-* +CONFLICTS= kde4-windeco-aurorae-* kdebase-runtime-4.4.* CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DWITH_BlueZ:BOOL=OFF \ @@ -83,18 +85,20 @@ LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter .endif post-patch: + @${REINPLACE_CMD} -e 's,/usr/lib/X11,${LOCALBASE}/lib/X11,g' \ + -e 's,/usr/share/X11,${LOCALBASE}/share/X11,g' \ + ${PATCH_WRKSRC}/kcontrol/keyboard/xkb_rules.cpp @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/startkde.cmake \ ${PATCH_WRKSRC}/kcontrol/kfontinst/lib/KfiConstants.h \ ${PATCH_WRKSRC}/kcontrol/kfontinst/kio/KioFonts.cpp \ - ${PATCH_WRKSRC}/kcontrol/kxkb/x11helper.cpp \ + ${PATCH_WRKSRC}/kcontrol/keyboard/x11_helper.cpp \ ${PATCH_WRKSRC}/kdm/backend/client.c \ - ${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c + ${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c \ + ${PATCH_WRKSRC}/CMakeLists.txt ${CP} ${FILESDIR}/uptime.* ${WRKSRC}/ksysguard/ksysguardd/FreeBSD/ pre-configure: - ${REINPLACE_CMD} -e 's|sys/ptrace.h|signal.h|' \ - ${PATCH_WRKSRC}/libs/ksysguard/processui/CMakeLists.txt ${REINPLACE_CMD} -e 's|<qhash.h>|<QHash>|' \ ${PATCH_WRKSRC}/kwin/effects/thumbnailaside/thumbnailaside.h .for item in b2/b2client.cpp kwmtheme/kwmthemeclient.cpp \ diff --git a/x11/kde4-workspace/distinfo b/x11/kde4-workspace/distinfo index 1f4bdf52951e..7b1d0873a93b 100644 --- a/x11/kde4-workspace/distinfo +++ b/x11/kde4-workspace/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebase-workspace-4.4.5.tar.bz2) = c2fba3b92ae82aa120ac159a3333db28 -SHA256 (KDE/kdebase-workspace-4.4.5.tar.bz2) = 53475dacd95955ef01378d4de7e46602be13e81a1afac73fbed449bb367c20e6 -SIZE (KDE/kdebase-workspace-4.4.5.tar.bz2) = 77036766 +MD5 (KDE/kdebase-workspace-4.5.1.tar.bz2) = c030fa3530c3675636778d1561b012bd +SHA256 (KDE/kdebase-workspace-4.5.1.tar.bz2) = cd0da0b493b9aeabc986bae10c3cf0f350c41e1298000a263a12a7a5d7003d57 +SIZE (KDE/kdebase-workspace-4.5.1.tar.bz2) = 65680180 diff --git a/x11/kde4-workspace/files/patch-CMakeLists.txt b/x11/kde4-workspace/files/patch-CMakeLists.txt index b0a9a4744f7e..69647cafd4f2 100644 --- a/x11/kde4-workspace/files/patch-CMakeLists.txt +++ b/x11/kde4-workspace/files/patch-CMakeLists.txt @@ -1,6 +1,15 @@ ---- ./CMakeLists.txt.orig 2009-01-01 19:26:09.000000000 +0300 -+++ ./CMakeLists.txt 2009-03-07 10:02:36.000000000 +0300 -@@ -220,7 +220,7 @@ +--- ./CMakeLists.txt.orig 2010-07-29 01:04:56.000000000 +0400 ++++ ./CMakeLists.txt 2010-08-03 14:45:37.785806201 +0400 +@@ -79,7 +79,7 @@ + configure_file(config-unix.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-unix.h ) + configure_file(config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h ) + if(NOT CMAKE_INSTALL_PREFIX STREQUAL "/usr") +- set(EXPORT_XCURSOR_PATH "XCURSOR_PATH=${CMAKE_INSTALL_PREFIX}/share/icons:$XCURSOR_PATH\":~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\"; export XCURSOR_PATH") ++ set(EXPORT_XCURSOR_PATH "XCURSOR_PATH=${CMAKE_INSTALL_PREFIX}/share/icons:$XCURSOR_PATH\":~/.icons:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/local/lib/X11/icons\"; export XCURSOR_PATH") + endif(NOT CMAKE_INSTALL_PREFIX STREQUAL "/usr") + configure_file(startkde.cmake ${CMAKE_CURRENT_BINARY_DIR}/startkde @ONLY) + endif(NOT WIN32) +@@ -231,7 +231,7 @@ macro_write_basic_cmake_version_file(${CMAKE_CURRENT_BINARY_DIR}/KDE4WorkspaceConfigVersion.cmake ${KDE4WORKSPACE_VERSION_MAJOR} ${KDE4WORKSPACE_VERSION_MINOR} ${KDE4WORKSPACE_VERSION_PATCH}) diff --git a/x11/kde4-workspace/files/patch-kcontrol-keyboard-kcmmisc.cpp b/x11/kde4-workspace/files/patch-kcontrol-keyboard-kcmmisc.cpp deleted file mode 100644 index 15eec2aa583d..000000000000 --- a/x11/kde4-workspace/files/patch-kcontrol-keyboard-kcmmisc.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- ./kcontrol/keyboard/kcmmisc.cpp.orig 2008-04-02 08:18:22.000000000 -0400 -+++ ./kcontrol/keyboard/kcmmisc.cpp 2008-07-07 14:02:16.000000000 -0400 -@@ -505,8 +505,10 @@ - - - int numlockState = config.readEntry( "NumLock", 2 ); -- if( numlockState != 2 ) -- numlockx_change_numlock_state( numlockState == 0 ); -+ if( numlockState == 2 ) -+ numlockx_change_numlock_state( TRUE ); -+ if( numlockState == 0 ) -+ numlockx_change_numlock_state( FALSE ); - } - - diff --git a/x11/kde4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt b/x11/kde4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt index 45f403dd292c..a4102a8029dd 100644 --- a/x11/kde4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt +++ b/x11/kde4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt @@ -1,12 +1,12 @@ --- ./kdm/kfrontend/CMakeLists.txt.orig 2008-07-30 17:02:54.000000000 +0300 +++ ./kdm/kfrontend/CMakeLists.txt 2008-07-30 17:03:26.000000000 +0300 -@@ -108,6 +108,6 @@ - build_confci() +@@ -113,6 +113,6 @@ - ## use 'GENKDMCONF_FLAGS=... make install' to add flags to the config generation (try genkdmconf -h) + + # use 'GENKDMCONF_FLAGS=... make install' to add flags to the config generation (try genkdmconf -h) -install(CODE " -exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in \\\"\\\$DESTDIR${CONFIG_INSTALL_DIR}/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS) -") -+# install(CODE " -+# exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in \\\"\\\$DESTDIR${CONFIG_INSTALL_DIR}/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS) -+# ") ++#install(CODE " ++#exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in \\\"\\\$DESTDIR${CONFIG_INSTALL_DIR}/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS) ++#") diff --git a/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c index c81e73a83e24..ef0cea949b21 100644 --- a/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c +++ b/x11/kde4-workspace/files/patch-kdm-kfrontend-genkdmconf.c @@ -1,8 +1,8 @@ ---- kdm/kfrontend/genkdmconf.c -+++ kdm/kfrontend/genkdmconf.c -@@ -44,9 +44,6 @@ - #include <limits.h> +--- ./kdm/kfrontend/genkdmconf.c.orig 2010-07-06 10:54:31.000000000 +0400 ++++ ./kdm/kfrontend/genkdmconf.c 2010-07-30 22:23:28.920432715 +0400 +@@ -45,9 +45,6 @@ #include <sys/stat.h> + #include <sys/wait.h> #include <sys/param.h> -#ifdef BSD -# include <utmp.h> @@ -10,21 +10,21 @@ #define WANT_CONF_GEN #include <config.ci> -@@ -1790,7 +1787,7 @@ +@@ -1857,7 +1854,7 @@ #else # ifdef BSD - delstr( file, "\n" --"exec sessreg -a -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n" ) | + delstr(file, "\n" +-"exec sessreg -a -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n") | +"exec sessreg -a -l $DISPLAY -x */Xservers $USER\n" ) | # endif #endif /* _AIX */ - delstr( file, "\n" -@@ -1839,7 +1836,7 @@ + delstr(file, "\n" +@@ -1906,7 +1903,7 @@ #else # ifdef BSD - delstr( file, "\n" --"exec sessreg -d -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n" ) | + delstr(file, "\n" +-"exec sessreg -d -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n") | +"exec sessreg -d -l $DISPLAY -x */Xservers $USER\n" ) | # endif #endif /* _AIX */ - delstr( file, "\n" + delstr(file, "\n" diff --git a/x11/kde4-workspace/files/patch-kdm__backend__client.c b/x11/kde4-workspace/files/patch-kdm__backend__client.c index fe71ad1286a9..ddc34a7504ae 100644 --- a/x11/kde4-workspace/files/patch-kdm__backend__client.c +++ b/x11/kde4-workspace/files/patch-kdm__backend__client.c @@ -1,26 +1,26 @@ ---- kdm/backend/client.c.orig 2010-03-26 18:26:49.000000000 +0100 -+++ kdm/backend/client.c 2010-06-16 00:28:31.056683006 +0200 -@@ -1271,6 +1271,9 @@ - char ckDeviceBuf[20] = ""; - const char *ckDevice = ckDeviceBuf; - dbus_bool_t isLocal; +--- ./kdm/backend/client.c.orig 2010-07-06 10:54:30.000000000 +0400 ++++ ./kdm/backend/client.c 2010-07-30 22:23:48.264408318 +0400 +@@ -1309,6 +1309,9 @@ + char ckDeviceBuf[20] = ""; + const char *ckDevice = ckDeviceBuf; + dbus_bool_t isLocal; +# ifdef BSD + FILE *proc; +# endif #endif - char *failsafeArgv[2]; - char *buf, *buf2; -@@ -1302,6 +1305,13 @@ + char *failsafeArgv[2]; + char *buf, *buf2; +@@ -1340,6 +1343,13 @@ # ifdef HAVE_VTS - if (td->serverVT > 0) - sprintf( ckDeviceBuf, "/dev/tty%d", td->serverVT ); + if (td->serverVT > 0) + sprintf(ckDeviceBuf, "/dev/tty%d", td->serverVT); +# elif defined(BSD) -+ if ((proc = popen( "/usr/local/libexec/ck-get-x11-display-device", "r" ))) { ++ if ((proc = popen( "/usr/local/libexec/ck-get-x11-display-device", "r" ))) { + fscanf( proc, "%s", ckDeviceBuf ); -+ pclose( proc ); ++ pclose(proc); + if (strcmp( ckDeviceBuf, "usage" ) == 0 || strcmp( ckDeviceBuf, "ERROR:" ) == 0) + ckDeviceBuf[0] = '\0'; + } # endif - isLocal = ((td->displayType & d_location) == dLocal); + isLocal = ((td->displayType & d_location) == dLocal); # ifdef XDMCP diff --git a/x11/kdebase4/files/patch-apps__kinfocenter__base__CMakeLists.txt b/x11/kde4-workspace/files/patch-kinfocenter__Modules__base__CMakeLists.txt index 72b28620dcec..c119c41f92ee 100644 --- a/x11/kdebase4/files/patch-apps__kinfocenter__base__CMakeLists.txt +++ b/x11/kde4-workspace/files/patch-kinfocenter__Modules__base__CMakeLists.txt @@ -1,5 +1,5 @@ ---- ./apps/kinfocenter/base/CMakeLists.txt.orig 2008-04-18 11:21:39.000000000 +0400 -+++ ./apps/kinfocenter/base/CMakeLists.txt 2009-09-04 00:32:17.000000000 +0400 +--- ./kinfocenter/Modules/base/CMakeLists.txt.orig 2008-04-18 11:21:39.000000000 +0400 ++++ ./kinfocenter/Modules/base/CMakeLists.txt 2009-09-04 00:32:17.000000000 +0400 @@ -2,7 +2,7 @@ # TODO: HAVE_LIBDEVINFO_H (for Solaris 7 and later) # to be set if both -ldevinfo and libdevinfo.h exist diff --git a/x11/kde4-baseapps/files/patch-apps__kinfocenter__base__info_fbsd.cpp b/x11/kde4-workspace/files/patch-kinfocenter__Modules__base__info_fbsd.cpp index 026806449c4e..c6bd05dfd898 100644 --- a/x11/kde4-baseapps/files/patch-apps__kinfocenter__base__info_fbsd.cpp +++ b/x11/kde4-workspace/files/patch-kinfocenter__Modules__base__info_fbsd.cpp @@ -1,5 +1,5 @@ ---- ./apps/kinfocenter/base/info_fbsd.cpp.orig 2009-04-15 14:25:24.000000000 +0400 -+++ ./apps/kinfocenter/base/info_fbsd.cpp 2009-09-22 21:33:38.000000000 +0400 +--- ./kinfocenter/Modules/base/info_fbsd.cpp.orig 2009-04-15 14:25:24.000000000 +0400 ++++ ./kinfocenter/Modules/base/info_fbsd.cpp 2009-09-22 21:33:38.000000000 +0400 @@ -211,28 +211,17 @@ FILE *pipe; QFile *pcicontrol; diff --git a/x11/kdebase4/files/patch-apps__kinfocenter__info__CMakeLists.txt b/x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt index c3b3c28f59fe..eada3d9f4a53 100644 --- a/x11/kdebase4/files/patch-apps__kinfocenter__info__CMakeLists.txt +++ b/x11/kde4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt @@ -1,5 +1,11 @@ ---- ./apps/kinfocenter/info/CMakeLists.txt.orig 2008-04-23 19:51:22.000000000 +0400 -+++ ./apps/kinfocenter/info/CMakeLists.txt 2009-09-04 00:42:28.000000000 +0400 +--- ./kinfocenter/Modules/info/CMakeLists.txt.orig 2008-04-23 19:51:22.000000000 +0400 ++++ ./kinfocenter/Modules/info/CMakeLists.txt 2009-09-04 00:42:28.000000000 +0400 +@@ -1,4 +1,4 @@ +- ++set(CMAKE_BACKWARDS_COMPATIBILITY 2.2) + # OS Base includes + include(../base/CMakeLists.txt) + @@ -12,7 +12,7 @@ kde4_add_plugin(kcm_info ${kcm_info_PART_SRCS}) @@ -7,5 +13,5 @@ -target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB}) +target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB} devinfo) - install(TARGETS kcm_info DESTINATION ${PLUGIN_INSTALL_DIR} ) + diff --git a/x11/kde4-workspace/files/patch-libs-ksysguard_CMakeLists.txt b/x11/kde4-workspace/files/patch-libs-ksysguard_CMakeLists.txt deleted file mode 100644 index de32b4591cdf..000000000000 --- a/x11/kde4-workspace/files/patch-libs-ksysguard_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libs/ksysguard/CMakeLists.txt.orig 2008-04-10 13:30:14.000000000 +0400 -+++ ./libs/ksysguard/CMakeLists.txt 2008-06-28 14:04:29.000000000 +0400 -@@ -5,7 +5,7 @@ - add_subdirectory( processui ) - add_subdirectory( tests ) - --check_include_files(sys/ptrace.h HAVE_SYS_PTRACE_H) -+check_include_files(signal.h HAVE_SYS_PTRACE_H) - - configure_file(config-ksysguard.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-ksysguard.h ) - diff --git a/x11/kde4-workspace/files/patch-solid__CMakeLists.txt b/x11/kde4-workspace/files/patch-solid__CMakeLists.txt deleted file mode 100644 index a4f39228f738..000000000000 --- a/x11/kde4-workspace/files/patch-solid__CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- solid/CMakeLists.txt.orig 2010-06-16 09:49:31.723645684 +0200 -+++ solid/CMakeLists.txt 2010-06-16 09:49:41.468153690 +0200 -@@ -7,8 +7,8 @@ - add_subdirectory(kcm) - add_subdirectory(solid-actions-kcm) - -+add_subdirectory(hal) - IF("${CMAKE_SYSTEM}" MATCHES "Linux") -- add_subdirectory(hal) - add_subdirectory(networking) - add_subdirectory(solidshell) - ENDIF("${CMAKE_SYSTEM}" MATCHES "Linux") diff --git a/x11/kde4-workspace/pkg-plist b/x11/kde4-workspace/pkg-plist index 512b482606a4..38068c3876a4 100644 --- a/x11/kde4-workspace/pkg-plist +++ b/x11/kde4-workspace/pkg-plist @@ -11,6 +11,7 @@ bin/kdmctl bin/kdostartupconfig4 bin/kfontinst bin/kfontview +bin/kinfocenter bin/klipper bin/kmenuedit bin/krandom.kss @@ -26,23 +27,23 @@ bin/ksysguard bin/ksysguardd bin/ksystraycmd bin/kwin -bin/kwin_killer_helper -bin/kwin_rules_dialog -bin/kxkb +bin/oxygen-demo +bin/oxygen-settings bin/plasma-desktop bin/plasma-netbook bin/plasma-overlay +bin/plasma-windowed bin/plasmaengineexplorer bin/plasmawallpaperviewer bin/plasmoidviewer bin/polkit-kde-authorization -bin/safestartkde bin/solid-action-desktop-gen bin/startkde bin/startkde4 bin/systemsettings etc/dbus-1/system.d/org.kde.fontinst.conf etc/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf +etc/dbus-1/system.d/org.kde.kcontrol.kcmkdm.conf etc/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf etc/ksysguarddrc include/KDE/Plasma/Weather/Ion @@ -51,11 +52,6 @@ include/kcommondecoration.h include/kdecoration.h include/kdecorationbridge.h include/kdecorationfactory.h -include/kephal/configurations.h -include/kephal/kephal.h -include/kephal/kephal_export.h -include/kephal/outputs.h -include/kephal/screens.h include/kgreeterplugin.h include/kscreensaver.h include/kscreensaver_vroot.h @@ -79,6 +75,9 @@ include/kwinglutils.h include/kwinglutils_funcs.h include/kwinshadereffect.h include/kwinxrenderutils.h +include/kworkspace/kactivityconsumer.h +include/kworkspace/kactivitycontroller.h +include/kworkspace/kactivityinfo.h include/kworkspace/kdisplaymanager.h include/kworkspace/kwindowlistmenu.h include/kworkspace/kworkspace.h @@ -156,6 +155,7 @@ lib/kconf_update_bin/kwin_update_window_settings lib/kconf_update_bin/plasma-add-shortcut-to-menu lib/kconf_update_bin/plasma-to-plasma-desktop lib/kde4/classic_mode.so +lib/kde4/devinfo.so lib/kde4/fontthumbnail.so lib/kde4/icon_mode.so lib/kde4/ion_bbcukmet.so @@ -167,15 +167,17 @@ lib/kde4/kcm_autostart.so lib/kde4/kcm_bell.so lib/kde4/kcm_clock.so lib/kde4/kcm_colors.so -lib/kde4/kcm_desktopthemedetails.so +lib/kde4/kcm_desktoppaths.so +lib/kde4/kcm_desktoptheme.so lib/kde4/kcm_display.so lib/kde4/kcm_fontinst.so lib/kde4/kcm_fonts.so lib/kde4/kcm_hotkeys.so +lib/kde4/kcm_info.so +lib/kde4/kcm_infosummary.so lib/kde4/kcm_input.so lib/kde4/kcm_kdm.so lib/kde4/kcm_keyboard.so -lib/kde4/kcm_keyboard_layout.so lib/kde4/kcm_keys.so lib/kde4/kcm_krunner_kill.so lib/kde4/kcm_ksplashthemes.so @@ -188,23 +190,32 @@ lib/kde4/kcm_kwinrules.so lib/kde4/kcm_kwinscreenedges.so lib/kde4/kcm_kwintabbox.so lib/kde4/kcm_launch.so +lib/kde4/kcm_memory.so +lib/kde4/kcm_nic.so +lib/kde4/kcm_opengl.so +lib/kde4/kcm_pci.so lib/kde4/kcm_pkk_authorization.so lib/kde4/kcm_powerdevilconfig.so lib/kde4/kcm_randr.so +lib/kde4/kcm_samba.so lib/kde4/kcm_screensaver.so lib/kde4/kcm_smserver.so lib/kde4/kcm_solid.so lib/kde4/kcm_solid_actions.so lib/kde4/kcm_standard_actions.so lib/kde4/kcm_style.so +lib/kde4/kcm_usb.so lib/kde4/kcm_workspaceoptions.so lib/kde4/kcm_xinerama.so +lib/kde4/kded_freespacenotifier.so lib/kde4/kded_kephal.so +lib/kde4/kded_keyboard.so lib/kde4/kded_khotkeys.so lib/kde4/kded_kwrited.so lib/kde4/kded_powerdevil.so lib/kde4/kded_randrmonitor.so lib/kde4/kded_statusnotifierwatcher.so +lib/kde4/keyboard_layout_widget.so lib/kde4/kfontviewpart.so lib/kde4/kgreet_classic.so lib/kde4/kgreet_generic.so @@ -224,8 +235,10 @@ lib/kde4/krunner_sessions.so lib/kde4/krunner_shell.so lib/kde4/krunner_solid.so lib/kde4/krunner_webshortcuts.so +lib/kde4/krunner_windowedwidgets.so lib/kde4/krunner_windows.so lib/kde4/kstyle_keramik_config.so +lib/kde4/kstyle_oxygen_config.so lib/kde4/kwin3_aurorae.so lib/kde4/kwin3_b2.so lib/kde4/kwin3_kde2.so @@ -239,7 +252,6 @@ lib/kde4/kwin3_redmond.so lib/kde4/kwin3_tabstrip.so lib/kde4/kwin3_web.so lib/kde4/kwin4_effect_builtins.so -lib/kde4/kwin_aurorae_config.so lib/kde4/kwin_b2_config.so lib/kde4/kwin_kde2_config.so lib/kde4/kwin_keramik_config.so @@ -253,12 +265,16 @@ lib/kde4/libexec/fontinst_helper lib/kde4/libexec/fontinst_x11 lib/kde4/libexec/kcheckpass lib/kde4/libexec/kcmdatetimehelper +lib/kde4/libexec/kcmkdmhelper lib/kde4/libexec/kdm-bin_config lib/kde4/libexec/kdm-bin_greet lib/kde4/libexec/kfontprint lib/kde4/libexec/krootimage lib/kde4/libexec/kscreenlocker lib/kde4/libexec/ksysguardprocesslist_helper +lib/kde4/libexec/kwin_killer_helper +lib/kde4/libexec/kwin_opengl_test +lib/kde4/libexec/kwin_rules_dialog lib/kde4/libexec/polkit-kde-manager lib/kde4/libexec/test_kcm_xinerama lib/kde4/plasma-geolocation-gps.so @@ -272,8 +288,10 @@ lib/kde4/plasma_applet_currentappcontrol.so lib/kde4/plasma_applet_devicenotifier.so lib/kde4/plasma_applet_dig_clock.so lib/kde4/plasma_applet_icon.so +lib/kde4/plasma_applet_keyboard.so lib/kde4/plasma_applet_launcher.so lib/kde4/plasma_applet_lockout.so +lib/kde4/plasma_applet_notifications.so lib/kde4/plasma_applet_pager.so lib/kde4/plasma_applet_panelspacer_internal.so lib/kde4/plasma_applet_quicklaunch.so @@ -310,6 +328,7 @@ lib/kde4/plasma_engine_akonadi.so lib/kde4/plasma_engine_applicationjobs.so lib/kde4/plasma_engine_apps.so lib/kde4/plasma_engine_calendar.so +lib/kde4/plasma_engine_devicenotifications.so lib/kde4/plasma_engine_dict.so lib/kde4/plasma_engine_executable.so lib/kde4/plasma_engine_favicons.so @@ -327,6 +346,7 @@ lib/kde4/plasma_engine_powermanagement.so lib/kde4/plasma_engine_rss.so lib/kde4/plasma_engine_searchlaunch.so lib/kde4/plasma_engine_soliddevice.so +lib/kde4/plasma_engine_statusnotifieritem.so lib/kde4/plasma_engine_systemmonitor.so lib/kde4/plasma_engine_tasks.so lib/kde4/plasma_engine_time.so @@ -339,6 +359,7 @@ lib/kde4/plugins/designer/ksignalplotterwidgets.so lib/kde4/plugins/designer/ksysguardlsofwidgets.so lib/kde4/plugins/designer/ksysguardwidgets.so lib/kde4/plugins/gui_platform/libkde.so +lib/kde4/plugins/styles/oxygen.so lib/kde4/solid_fakenet.so lib/kde4/solid_hal_power.so lib/kde4/solid_lirc.so @@ -356,9 +377,9 @@ lib/libkdeinit4_ksmserver.so lib/libkdeinit4_ksysguard.so lib/libkdeinit4_kwin.so lib/libkdeinit4_kwin_rules_dialog.so -lib/libkdeinit4_kxkb.so lib/libkdeinit4_plasma-desktop.so lib/libkdeinit4_plasma-netbook.so +lib/libkdeinit4_plasma-windowed.so lib/libkephal.so lib/libkephal.so.5 lib/libkephal.so.5.0.1 @@ -392,6 +413,9 @@ lib/libkworkspace.so.5.0.1 lib/liblsofui.so lib/liblsofui.so.5 lib/liblsofui.so.5.0.1 +lib/liboxygenstyle.so +lib/liboxygenstyle.so.5 +lib/liboxygenstyle.so.5.0.1 lib/libplasma-geolocation-interface.so lib/libplasma-geolocation-interface.so.5 lib/libplasma-geolocation-interface.so.5.0.1 @@ -420,7 +444,7 @@ lib/libsolidcontrolifaces.so lib/libsolidcontrolifaces.so.5 lib/libsolidcontrolifaces.so.5.0.1 lib/libsystemsettingsview.so -lib/libsystemsettingsview.so.1 +lib/libsystemsettingsview.so.2 lib/libtaskmanager.so lib/libtaskmanager.so.5 lib/libtaskmanager.so.5.0.1 @@ -430,8 +454,10 @@ lib/libweather_ion.so.5.0.1 lib/strigi/strigita_font.so share/PolicyKit/policy/org.kde.fontinst.policy share/PolicyKit/policy/org.kde.kcontrol.kcmclock.policy +share/PolicyKit/policy/org.kde.kcontrol.kcmkdm.policy share/PolicyKit/policy/org.kde.ksysguard.processlisthelper.policy share/applications/kde4/kfontview.desktop +share/applications/kde4/kinfocenter.desktop share/applications/kde4/klipper.desktop share/applications/kde4/kmenuedit.desktop share/applications/kde4/krandrtray.desktop @@ -458,12 +484,12 @@ share/apps/desktoptheme/air-netbook/colors share/apps/desktoptheme/air-netbook/metadata.desktop share/apps/desktoptheme/air-netbook/widgets/background.svgz share/apps/desktoptheme/air-netbook/widgets/panel-background.svgz -share/apps/desktoptheme/air-netbook/widgets/systemtray.svgz share/apps/desktoptheme/default/calendar/mini-calendar.svgz share/apps/desktoptheme/default/system-monitor/hdd_panel.svgz share/apps/desktoptheme/default/widgets/battery-oxygen.svgz share/apps/doc/kdm/README share/apps/doc/kdm/greeter.dtd +share/apps/freespacenotifier/freespacenotifier.notifyrc share/apps/kaccess/kaccess.notifyrc share/apps/katepart/syntax/plasma-desktop-js.xml share/apps/kcminput/cursor_large_black.pcf.gz @@ -479,15 +505,19 @@ share/apps/kcmkeys/win3.kksrc share/apps/kcmkeys/win4.kksrc share/apps/kcmkeys/wm3.kksrc share/apps/kcmsolidactions/solid-action-template.desktop +share/apps/kcmusb/usb.ids share/apps/kconf_update/convertShortcuts.pl share/apps/kconf_update/kaccel.upd share/apps/kconf_update/kcmdisplayrc.upd share/apps/kconf_update/klipper-kconfigxt.upd share/apps/kconf_update/krdb.upd share/apps/kconf_update/ksmserver.upd +share/apps/kconf_update/ksmserver_shortcuts.upd share/apps/kconf_update/kwin.upd share/apps/kconf_update/kwin3_plugin.pl share/apps/kconf_update/kwin3_plugin.upd +share/apps/kconf_update/kwin_blacklist.sh +share/apps/kconf_update/kwin_blacklist.upd share/apps/kconf_update/kwin_focus1.sh share/apps/kconf_update/kwin_focus1.upd share/apps/kconf_update/kwin_focus2.sh @@ -609,19 +639,30 @@ share/apps/kdm/themes/circles/flower.png share/apps/kdm/themes/circles/help.png share/apps/kdm/themes/circles/options.png share/apps/kdm/themes/circles/screenshot.png -share/apps/kdm/themes/oxygen-air/1920x1200.png +share/apps/kdm/themes/ethais/KdmGreeterTheme.desktop +share/apps/kdm/themes/ethais/ethais.xml +share/apps/kdm/themes/ethais/lineedit_active.png +share/apps/kdm/themes/ethais/lineedit_normal.png +share/apps/kdm/themes/ethais/lock.png +share/apps/kdm/themes/ethais/login_active.png +share/apps/kdm/themes/ethais/login_normal.png +share/apps/kdm/themes/ethais/pw_icon.png +share/apps/kdm/themes/ethais/rectangle.png +share/apps/kdm/themes/ethais/rectangle_overlay.png +share/apps/kdm/themes/ethais/screenshot.png +share/apps/kdm/themes/ethais/session_normal.png +share/apps/kdm/themes/ethais/system_normal.png +share/apps/kdm/themes/ethais/user_icon.png share/apps/kdm/themes/oxygen-air/KdmGreeterTheme.desktop share/apps/kdm/themes/oxygen-air/caps.png share/apps/kdm/themes/oxygen-air/icon-kde.png share/apps/kdm/themes/oxygen-air/oxygen-air.xml -share/apps/kdm/themes/oxygen-air/pw-entry-li.png share/apps/kdm/themes/oxygen-air/pw-entry.png share/apps/kdm/themes/oxygen-air/screenshot.png share/apps/kdm/themes/oxygen-air/session_button-li.png share/apps/kdm/themes/oxygen-air/session_button.png share/apps/kdm/themes/oxygen-air/system_button-li.png share/apps/kdm/themes/oxygen-air/system_button.png -share/apps/kdm/themes/oxygen-air/user-entry-li.png share/apps/kdm/themes/oxygen-air/user-entry.png share/apps/kdm/themes/oxygen-air/win-login.png share/apps/kdm/themes/oxygen/KdmGreeterTheme.desktop @@ -651,6 +692,7 @@ share/apps/khotkeys/defaults.khotkeys share/apps/khotkeys/kde32b1.khotkeys share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/khotkeys/printscreen.khotkeys +share/apps/kinfocenter/kinfocenterui.rc share/apps/kmenuedit/icons/oxygen/22x22/actions/menu_new.png share/apps/kmenuedit/icons/oxygen/22x22/actions/menu_new_sep.png share/apps/kmenuedit/icons/oxygen/32x32/actions/menu_new.png @@ -683,11 +725,24 @@ share/apps/ksplash/Themes/Simple/Preview.png share/apps/ksplash/Themes/Simple/Theme.rc share/apps/ksplash/Themes/SimpleSmall/Preview.png share/apps/ksplash/Themes/SimpleSmall/Theme.rc +share/apps/kstyle/themes/oxygen.themerc +share/apps/kstyle/themes/qtcde.themerc +share/apps/kstyle/themes/qtcleanlooks.themerc +share/apps/kstyle/themes/qtgtk.themerc +share/apps/kstyle/themes/qtmotif.themerc +share/apps/kstyle/themes/qtplastique.themerc +share/apps/kstyle/themes/qtwindows.themerc share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad2.sgrd share/apps/ksysguard/ksysguard.notifyrc share/apps/ksysguard/ksysguardui.rc share/apps/ksysguard/scripts/README +share/apps/ksysguard/scripts/smaps/helper.js +share/apps/ksysguard/scripts/smaps/index.html +share/apps/ksysguard/scripts/smaps/main.js +share/apps/ksysguard/scripts/smaps/smaps.desktop +share/apps/ksysguard/scripts/smaps/sorttable.js +share/apps/ksysguard/scripts/smaps/style.css share/apps/kthememanager/themes/HighContrastDark-big/HighContrastDark-big.preview.png share/apps/kthememanager/themes/HighContrastDark-big/HighContrastDark-big.xml share/apps/kthememanager/themes/HighContrastDark/HighContrastDark.preview.png @@ -750,8 +805,10 @@ share/apps/kwin/tabstrip.desktop share/apps/kwin/trackmouse.png share/apps/kwin/web.desktop share/apps/kwrited/kwrited.notifyrc +share/apps/plasma-desktop/init/00-defaultLayout.js share/apps/plasma-desktop/plasma-desktop.notifyrc -share/apps/plasma-netbook/plasma-default-layoutrc +share/apps/plasma-desktop/updates/systray-to-notifications-widget.js +share/apps/plasma-netbook/init/00-defaultLayout.js share/apps/plasma/dashboard/AppleClasses/AppleAnimator.js share/apps/plasma/dashboard/AppleClasses/AppleButton.js share/apps/plasma/dashboard/AppleClasses/AppleInfoButton.js @@ -759,12 +816,21 @@ share/apps/plasma/dashboard/AppleClasses/AppleScrollArea.js share/apps/plasma/dashboard/AppleClasses/AppleScrollbar.js share/apps/plasma/dashboard/AppleClasses/AppleSlider.js share/apps/plasma/dashboard/button/genericButton.js +share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/contents/layout.js +share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/metadata.desktop +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage/contents/layout.js +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage/metadata.desktop +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/contents/layout.js +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/metadata.desktop +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/contents/layout.js +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/metadata.desktop share/apps/plasma/services/applicationjobs.operations share/apps/plasma/services/apps.operations share/apps/plasma/services/modifierkeystate.operations share/apps/plasma/services/notifications.operations share/apps/plasma/services/nowplaying.operations share/apps/plasma/services/searchlaunch.operations +share/apps/plasma/services/statusnotifieritem.operations share/apps/plasma/services/tasks.operations share/apps/powerdevil/default.powerdevilprofiles share/apps/powerdevil/powerdevil.notifyrc @@ -776,7 +842,6 @@ share/apps/solid/devices/solid-device-Block.desktop share/apps/solid/devices/solid-device-Button.desktop share/apps/solid/devices/solid-device-Camera.desktop share/apps/solid/devices/solid-device-DvbInterface.desktop -share/apps/solid/devices/solid-device-GenericInterface.desktop share/apps/solid/devices/solid-device-NetworkInterface.desktop share/apps/solid/devices/solid-device-OpticalDisc.desktop share/apps/solid/devices/solid-device-OpticalDrive.desktop @@ -797,6 +862,7 @@ share/autostart/klipper.desktop share/autostart/krunner.desktop share/autostart/plasma-desktop.desktop share/autostart/plasma.desktop +share/config.kcfg/freespacenotifier.kcfg share/config.kcfg/klaunch.kcfg share/config.kcfg/kscreensaversettings.kcfg share/config.kcfg/kwin.kcfg @@ -823,6 +889,7 @@ share/dbus-1/services/org.kde.fontinst.service share/dbus-1/services/org.kde.krunner.service share/dbus-1/system-services/org.kde.fontinst.service share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service +share/dbus-1/system-services/org.kde.kcontrol.kcmkdm.service share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service share/doc/HTML/en/PolicyKit-kde/authdialog_1.png share/doc/HTML/en/PolicyKit-kde/authdialog_2.png @@ -876,9 +943,6 @@ share/doc/HTML/en/kcontrol/joystick/joystick-main.png share/doc/HTML/en/kcontrol/kcmaccess/common share/doc/HTML/en/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmaccess/index.docbook -share/doc/HTML/en/kcontrol/kcmdisplay/common -share/doc/HTML/en/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/en/kcontrol/kcmdisplay/index.docbook share/doc/HTML/en/kcontrol/kcmsmserver/common share/doc/HTML/en/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmsmserver/index.docbook @@ -896,6 +960,7 @@ share/doc/HTML/en/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/en/kcontrol/kwincompositing/index.docbook share/doc/HTML/en/kcontrol/kwindecoration/buttons.png share/doc/HTML/en/kcontrol/kwindecoration/common +share/doc/HTML/en/kcontrol/kwindecoration/decoration.png share/doc/HTML/en/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/en/kcontrol/kwindecoration/index.docbook share/doc/HTML/en/kcontrol/kwindecoration/main.png @@ -908,6 +973,10 @@ share/doc/HTML/en/kcontrol/kwintabbox/index.docbook share/doc/HTML/en/kcontrol/mouse/common share/doc/HTML/en/kcontrol/mouse/index.cache.bz2 share/doc/HTML/en/kcontrol/mouse/index.docbook +share/doc/HTML/en/kcontrol/paths/common +share/doc/HTML/en/kcontrol/paths/index.cache.bz2 +share/doc/HTML/en/kcontrol/paths/index.docbook +share/doc/HTML/en/kcontrol/paths/paths.png share/doc/HTML/en/kcontrol/powerdevil/common share/doc/HTML/en/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/en/kcontrol/powerdevil/index.docbook @@ -942,6 +1011,17 @@ share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook share/doc/HTML/en/kdm/kdmrc-ref.docbook share/doc/HTML/en/kdm/theme-ref.docbook +share/doc/HTML/en/kfontview/common +share/doc/HTML/en/kfontview/index.cache.bz2 +share/doc/HTML/en/kfontview/index.docbook +share/doc/HTML/en/kfontview/kfontview.png +share/doc/HTML/en/kinfocenter/common +share/doc/HTML/en/kinfocenter/index.cache.bz2 +share/doc/HTML/en/kinfocenter/index.docbook +share/doc/HTML/en/kinfocenter/kinfocenter.png +share/doc/HTML/en/kinfocenter/os_block.png +share/doc/HTML/en/kinfocenter/pro_block.png +share/doc/HTML/en/kinfocenter/sto_block.png share/doc/HTML/en/klipper/common share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook @@ -951,7 +1031,6 @@ share/doc/HTML/en/kmenuedit/done.png share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook share/doc/HTML/en/kmenuedit/itemname.png -share/doc/HTML/en/kmenuedit/kmenueditmain.png share/doc/HTML/en/kmenuedit/new.png share/doc/HTML/en/kmenuedit/reset.png share/doc/HTML/en/kmenuedit/selecticon.png @@ -959,11 +1038,8 @@ share/doc/HTML/en/kmenuedit/selectinternet.png share/doc/HTML/en/ksysguard/common share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook -share/doc/HTML/en/kxkb/common -share/doc/HTML/en/kxkb/index.cache.bz2 -share/doc/HTML/en/kxkb/index.docbook +share/doc/HTML/en/plasma-desktop/add-widgets.png share/doc/HTML/en/plasma-desktop/common -share/doc/HTML/en/plasma-desktop/favorite-widgets.png share/doc/HTML/en/plasma-desktop/index.cache.bz2 share/doc/HTML/en/plasma-desktop/index.docbook share/doc/HTML/en/plasma-desktop/taskbar-settings.png @@ -998,6 +1074,7 @@ share/icons/Oxygen_Black/cursors/crossed_circle share/icons/Oxygen_Black/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Black/cursors/dnd-copy share/icons/Oxygen_Black/cursors/dnd-link +share/icons/Oxygen_Black/cursors/dnd-move share/icons/Oxygen_Black/cursors/dnd-no-drop share/icons/Oxygen_Black/cursors/dnd-none share/icons/Oxygen_Black/cursors/e-resize @@ -1072,6 +1149,7 @@ share/icons/Oxygen_Black_Big/cursors/crossed_circle share/icons/Oxygen_Black_Big/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Black_Big/cursors/dnd-copy share/icons/Oxygen_Black_Big/cursors/dnd-link +share/icons/Oxygen_Black_Big/cursors/dnd-move share/icons/Oxygen_Black_Big/cursors/dnd-no-drop share/icons/Oxygen_Black_Big/cursors/dnd-none share/icons/Oxygen_Black_Big/cursors/e-resize @@ -1146,6 +1224,7 @@ share/icons/Oxygen_Blue/cursors/crossed_circle share/icons/Oxygen_Blue/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Blue/cursors/dnd-copy share/icons/Oxygen_Blue/cursors/dnd-link +share/icons/Oxygen_Blue/cursors/dnd-move share/icons/Oxygen_Blue/cursors/dnd-no-drop share/icons/Oxygen_Blue/cursors/dnd-none share/icons/Oxygen_Blue/cursors/e-resize @@ -1220,6 +1299,7 @@ share/icons/Oxygen_Blue_Big/cursors/crossed_circle share/icons/Oxygen_Blue_Big/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Blue_Big/cursors/dnd-copy share/icons/Oxygen_Blue_Big/cursors/dnd-link +share/icons/Oxygen_Blue_Big/cursors/dnd-move share/icons/Oxygen_Blue_Big/cursors/dnd-no-drop share/icons/Oxygen_Blue_Big/cursors/dnd-none share/icons/Oxygen_Blue_Big/cursors/e-resize @@ -1294,6 +1374,7 @@ share/icons/Oxygen_White/cursors/crossed_circle share/icons/Oxygen_White/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_White/cursors/dnd-copy share/icons/Oxygen_White/cursors/dnd-link +share/icons/Oxygen_White/cursors/dnd-move share/icons/Oxygen_White/cursors/dnd-no-drop share/icons/Oxygen_White/cursors/dnd-none share/icons/Oxygen_White/cursors/e-resize @@ -1368,6 +1449,7 @@ share/icons/Oxygen_White_Big/cursors/crossed_circle share/icons/Oxygen_White_Big/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_White_Big/cursors/dnd-copy share/icons/Oxygen_White_Big/cursors/dnd-link +share/icons/Oxygen_White_Big/cursors/dnd-move share/icons/Oxygen_White_Big/cursors/dnd-no-drop share/icons/Oxygen_White_Big/cursors/dnd-none share/icons/Oxygen_White_Big/cursors/e-resize @@ -1442,6 +1524,7 @@ share/icons/Oxygen_Yellow/cursors/crossed_circle share/icons/Oxygen_Yellow/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Yellow/cursors/dnd-copy share/icons/Oxygen_Yellow/cursors/dnd-link +share/icons/Oxygen_Yellow/cursors/dnd-move share/icons/Oxygen_Yellow/cursors/dnd-no-drop share/icons/Oxygen_Yellow/cursors/dnd-none share/icons/Oxygen_Yellow/cursors/e-resize @@ -1516,6 +1599,7 @@ share/icons/Oxygen_Yellow_Big/cursors/crossed_circle share/icons/Oxygen_Yellow_Big/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Yellow_Big/cursors/dnd-copy share/icons/Oxygen_Yellow_Big/cursors/dnd-link +share/icons/Oxygen_Yellow_Big/cursors/dnd-move share/icons/Oxygen_Yellow_Big/cursors/dnd-no-drop share/icons/Oxygen_Yellow_Big/cursors/dnd-none share/icons/Oxygen_Yellow_Big/cursors/e-resize @@ -1590,6 +1674,7 @@ share/icons/Oxygen_Zion/cursors/crossed_circle share/icons/Oxygen_Zion/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Zion/cursors/dnd-copy share/icons/Oxygen_Zion/cursors/dnd-link +share/icons/Oxygen_Zion/cursors/dnd-move share/icons/Oxygen_Zion/cursors/dnd-no-drop share/icons/Oxygen_Zion/cursors/dnd-none share/icons/Oxygen_Zion/cursors/e-resize @@ -1664,6 +1749,7 @@ share/icons/Oxygen_Zion_Big/cursors/crossed_circle share/icons/Oxygen_Zion_Big/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Zion_Big/cursors/dnd-copy share/icons/Oxygen_Zion_Big/cursors/dnd-link +share/icons/Oxygen_Zion_Big/cursors/dnd-move share/icons/Oxygen_Zion_Big/cursors/dnd-no-drop share/icons/Oxygen_Zion_Big/cursors/dnd-none share/icons/Oxygen_Zion_Big/cursors/e-resize @@ -1713,15 +1799,12 @@ share/icons/Oxygen_Zion_Big/index.theme share/icons/hicolor/128x128/apps/ksplash.png share/icons/hicolor/16x16/apps/kmenuedit.png share/icons/hicolor/16x16/apps/ksplash.png -share/icons/hicolor/16x16/apps/kxkb.png share/icons/hicolor/22x22/apps/kmenuedit.png share/icons/hicolor/22x22/apps/ksplash.png share/icons/hicolor/32x32/apps/kmenuedit.png share/icons/hicolor/32x32/apps/ksplash.png -share/icons/hicolor/32x32/apps/kxkb.png share/icons/hicolor/48x48/apps/kmenuedit.png share/icons/hicolor/48x48/apps/ksplash.png -share/icons/hicolor/48x48/apps/kxkb.png share/icons/hicolor/64x64/apps/ksplash.png share/icons/oxygen/128x128/apps/kcmkwm.png share/icons/oxygen/128x128/mimetypes/fonts-package.png @@ -1765,36 +1848,49 @@ share/kde4/services/bell.desktop share/kde4/services/clock.desktop share/kde4/services/colors.desktop share/kde4/services/desktop.desktop -share/kde4/services/desktopthemedetails.desktop +share/kde4/services/desktoppath.desktop +share/kde4/services/desktoptheme.desktop +share/kde4/services/deviceinfocategory.desktop +share/kde4/services/devinfo.desktop share/kde4/services/display.desktop +share/kde4/services/dma.desktop share/kde4/services/fontinst.desktop share/kde4/services/fonts.desktop share/kde4/services/fonts.protocol share/kde4/services/fontthumbnail.desktop +share/kde4/services/graphicalinfocategory.desktop +share/kde4/services/interrupts.desktop share/kde4/services/ion-bbcukmet.desktop share/kde4/services/ion-envcan.desktop share/kde4/services/ion-noaa.desktop share/kde4/services/ion-wettercom.desktop +share/kde4/services/ioports.desktop share/kde4/services/kaccess.desktop +share/kde4/services/kcm_infosummary.desktop share/kde4/services/kcm_keyboard.desktop +share/kde4/services/kcm_memory.desktop +share/kde4/services/kcm_pci.desktop share/kde4/services/kcm_pkk_authorization.desktop share/kde4/services/kcm_solid.desktop share/kde4/services/kcmaccess.desktop share/kde4/services/kcmlaunch.desktop share/kde4/services/kcmsmserver.desktop +share/kde4/services/kcmusb.desktop +share/kde4/services/kded/freespacenotifier.desktop share/kde4/services/kded/kephal.desktop +share/kde4/services/kded/keyboard.desktop share/kde4/services/kded/khotkeys.desktop share/kde4/services/kded/kwrited.desktop share/kde4/services/kded/powerdevil.desktop share/kde4/services/kded/randrmonitor.desktop share/kde4/services/kded/statusnotifierwatcher.desktop share/kde4/services/kdm.desktop -share/kde4/services/keyboard.desktop -share/kde4/services/keyboard_layout.desktop share/kde4/services/keys.desktop share/kde4/services/kfontviewpart.desktop share/kde4/services/khotkeys.desktop share/kde4/services/ksplashthememgr.desktop +share/kde4/services/kwin/blur.desktop +share/kde4/services/kwin/blur_config.desktop share/kde4/services/kwin/boxswitch.desktop share/kde4/services/kwin/boxswitch_config.desktop share/kde4/services/kwin/coverswitch.desktop @@ -1815,6 +1911,8 @@ share/kde4/services/kwin/fadedesktop.desktop share/kde4/services/kwin/fallapart.desktop share/kde4/services/kwin/flipswitch.desktop share/kde4/services/kwin/flipswitch_config.desktop +share/kde4/services/kwin/glide.desktop +share/kde4/services/kwin/glide_config.desktop share/kde4/services/kwin/highlightwindow.desktop share/kde4/services/kwin/invert.desktop share/kde4/services/kwin/invert_config.desktop @@ -1868,7 +1966,11 @@ share/kde4/services/kwinoptions.desktop share/kde4/services/kwinrules.desktop share/kde4/services/kwinscreenedges.desktop share/kde4/services/kwintabbox.desktop +share/kde4/services/lostfoundcategory.desktop share/kde4/services/mouse.desktop +share/kde4/services/networkinfocategory.desktop +share/kde4/services/nic.desktop +share/kde4/services/opengl.desktop share/kde4/services/plasma-animator-default.desktop share/kde4/services/plasma-applet-activitybar.desktop share/kde4/services/plasma-applet-analogclock.desktop @@ -1879,6 +1981,7 @@ share/kde4/services/plasma-applet-digitalclock.desktop share/kde4/services/plasma-applet-icon.desktop share/kde4/services/plasma-applet-launcher.desktop share/kde4/services/plasma-applet-lockout.desktop +share/kde4/services/plasma-applet-notifications.desktop share/kde4/services/plasma-applet-panelspacer-internal.desktop share/kde4/services/plasma-applet-quicklaunch.desktop share/kde4/services/plasma-applet-searchbox.desktop @@ -1896,6 +1999,7 @@ share/kde4/services/plasma-applet-webbrowser.desktop share/kde4/services/plasma-applet-windowlist.desktop share/kde4/services/plasma-battery-default.desktop share/kde4/services/plasma-containment-desktop.desktop +share/kde4/services/plasma-containment-desktopdashboard.desktop share/kde4/services/plasma-containment-netpanel.desktop share/kde4/services/plasma-containment-newspaper.desktop share/kde4/services/plasma-containment-panel.desktop @@ -1911,6 +2015,7 @@ share/kde4/services/plasma-containmentactions-switchwindow.desktop share/kde4/services/plasma-dataengine-applicationjobs.desktop share/kde4/services/plasma-dataengine-apps.desktop share/kde4/services/plasma-dataengine-calendar.desktop +share/kde4/services/plasma-dataengine-devicenotifications.desktop share/kde4/services/plasma-dataengine-dict.desktop share/kde4/services/plasma-dataengine-executable.desktop share/kde4/services/plasma-dataengine-favicons.desktop @@ -1935,6 +2040,10 @@ share/kde4/services/plasma-engine-metadata.desktop share/kde4/services/plasma-engine-searchlaunch.desktop share/kde4/services/plasma-geolocation-gps.desktop share/kde4/services/plasma-geolocation-ip.desktop +share/kde4/services/plasma-layout-org.kde.plasma-desktop.defaultPanel.desktop +share/kde4/services/plasma-layout-org.kde.plasma-netbook.defaultPage.desktop +share/kde4/services/plasma-layout-org.kde.plasma-netbook.defaultPanel.desktop +share/kde4/services/plasma-layout-org.kde.plasma-netbook.defaultSal.desktop share/kde4/services/plasma-packagestructure-dashboard.desktop share/kde4/services/plasma-packagestructure-web.desktop share/kde4/services/plasma-pager-default.desktop @@ -1952,9 +2061,11 @@ share/kde4/services/plasma-runner-sessions.desktop share/kde4/services/plasma-runner-shell.desktop share/kde4/services/plasma-runner-solid.desktop share/kde4/services/plasma-runner-webshortcuts.desktop +share/kde4/services/plasma-runner-windowedwidgets.desktop share/kde4/services/plasma-runner-windows.desktop share/kde4/services/plasma-sal-bookmarks.desktop share/kde4/services/plasma-sal-contacts.desktop +share/kde4/services/plasma-sal-development.desktop share/kde4/services/plasma-sal-education.desktop share/kde4/services/plasma-sal-games.desktop share/kde4/services/plasma-sal-graphics.desktop @@ -1968,33 +2079,40 @@ share/kde4/services/plasma-scriptengine-applet-web.desktop share/kde4/services/plasma-tasks-default.desktop share/kde4/services/plasma-wallpaper-color.desktop share/kde4/services/plasma-wallpaper-image.desktop +share/kde4/services/plasma_applet_keyboard.desktop +share/kde4/services/plasma_engine_statusnotifieritem.desktop share/kde4/services/powerdevilconfig.desktop share/kde4/services/randr.desktop share/kde4/services/recentdocuments.desktop share/kde4/services/screensaver.desktop -share/kde4/services/settings-about-me.desktop +share/kde4/services/scsi.desktop share/kde4/services/settings-accessibility.desktop -share/kde4/services/settings-advanced-user-settings.desktop -share/kde4/services/settings-advanced.desktop -share/kde4/services/settings-appearance.desktop +share/kde4/services/settings-account-details.desktop +share/kde4/services/settings-application-and-system-notifications.desktop +share/kde4/services/settings-application-appearance-and-behavior.desktop +share/kde4/services/settings-application-appearance.desktop +share/kde4/services/settings-audio-and-video.desktop share/kde4/services/settings-bluetooth.desktop share/kde4/services/settings-classic-view.desktop -share/kde4/services/settings-computer-administration.desktop -share/kde4/services/settings-desktop.desktop +share/kde4/services/settings-desktop-appearance.desktop share/kde4/services/settings-display.desktop -share/kde4/services/settings-general.desktop +share/kde4/services/settings-hardware.desktop share/kde4/services/settings-icon-view.desktop -share/kde4/services/settings-input-actions.desktop -share/kde4/services/settings-keyboard-and-mouse.desktop -share/kde4/services/settings-look-and-feel.desktop +share/kde4/services/settings-input-devices.desktop +share/kde4/services/settings-locale.desktop +share/kde4/services/settings-lost-and-found.desktop share/kde4/services/settings-network-and-connectivity.desktop share/kde4/services/settings-network-settings.desktop -share/kde4/services/settings-notifications.desktop -share/kde4/services/settings-personal.desktop -share/kde4/services/settings-regional-and-language.desktop +share/kde4/services/settings-permissions.desktop +share/kde4/services/settings-personal-information.desktop +share/kde4/services/settings-removable-devices.desktop share/kde4/services/settings-sharing.desktop -share/kde4/services/settings-system.desktop +share/kde4/services/settings-shortcuts-and-gestures.desktop +share/kde4/services/settings-startup-and-shutdown.desktop +share/kde4/services/settings-system-administration.desktop share/kde4/services/settings-window-behaviour.desktop +share/kde4/services/settings-workspace-appearance-and-behavior.desktop +share/kde4/services/smbstatus.desktop share/kde4/services/solid-actions.desktop share/kde4/services/solidbackends/solid_fakenet.desktop share/kde4/services/solidbackends/solid_hal_power.desktop @@ -2004,8 +2122,11 @@ share/kde4/services/standard_actions.desktop share/kde4/services/style.desktop share/kde4/services/workspaceoptions.desktop share/kde4/services/xinerama.desktop +share/kde4/services/xserver.desktop +share/kde4/servicetypes/kinfocentercategory.desktop share/kde4/servicetypes/kwineffect.desktop share/kde4/servicetypes/plasma-geolocationprovider.desktop +share/kde4/servicetypes/plasma-layout-template.desktop share/kde4/servicetypes/plasma-sal-menu.desktop share/kde4/servicetypes/screensaver.desktop share/kde4/servicetypes/solid-device-type.desktop @@ -2027,31 +2148,24 @@ share/wallpapers/Aghi/contents/images/1920x1200.jpg share/wallpapers/Aghi/contents/images/800x600.jpg share/wallpapers/Aghi/contents/screenshot.jpg share/wallpapers/Aghi/metadata.desktop -share/wallpapers/Air/contents/images/1024x768.jpg share/wallpapers/Air/contents/images/1280x1024.jpg -share/wallpapers/Air/contents/images/1280x800.jpg -share/wallpapers/Air/contents/images/1440x900.jpg share/wallpapers/Air/contents/images/1600x1200.jpg share/wallpapers/Air/contents/images/1920x1080.jpg share/wallpapers/Air/contents/images/1920x1200.jpg share/wallpapers/Air/contents/screenshot.png share/wallpapers/Air/metadata.desktop -share/wallpapers/Code_Poets_Dream/contents/images/1024x768.jpg -share/wallpapers/Code_Poets_Dream/contents/images/1280x1024.jpg -share/wallpapers/Code_Poets_Dream/contents/images/1280x800.jpg -share/wallpapers/Code_Poets_Dream/contents/images/1440x900.jpg -share/wallpapers/Code_Poets_Dream/contents/images/1600x1200.jpg -share/wallpapers/Code_Poets_Dream/contents/images/1920x1200.jpg -share/wallpapers/Code_Poets_Dream/contents/screenshot.png -share/wallpapers/Code_Poets_Dream/metadata.desktop -share/wallpapers/Curls_on_Green/contents/images/1024x768.jpg -share/wallpapers/Curls_on_Green/contents/images/1280x1024.jpg -share/wallpapers/Curls_on_Green/contents/images/1280x800.jpg -share/wallpapers/Curls_on_Green/contents/images/1440x900.jpg -share/wallpapers/Curls_on_Green/contents/images/1600x1200.jpg -share/wallpapers/Curls_on_Green/contents/images/1920x1200.jpg -share/wallpapers/Curls_on_Green/contents/screenshot.png -share/wallpapers/Curls_on_Green/metadata.desktop +share/wallpapers/Autumn/contents/images/1280x1024.jpg +share/wallpapers/Autumn/contents/images/1600x1200.jpg +share/wallpapers/Autumn/contents/images/1920x1080.jpg +share/wallpapers/Autumn/contents/images/1920x1200.jpg +share/wallpapers/Autumn/contents/screenshot.png +share/wallpapers/Autumn/metadata.desktop +share/wallpapers/Blue_Wood/contents/images/1280x1024.jpg +share/wallpapers/Blue_Wood/contents/images/1600x1200.jpg +share/wallpapers/Blue_Wood/contents/images/1920x1080.jpg +share/wallpapers/Blue_Wood/contents/images/1920x1200.jpg +share/wallpapers/Blue_Wood/contents/screenshot.png +share/wallpapers/Blue_Wood/metadata.desktop share/wallpapers/Ethais/contents/images/1280x1024.png share/wallpapers/Ethais/contents/images/1280x800.png share/wallpapers/Ethais/contents/images/1366x768.png @@ -2061,40 +2175,39 @@ share/wallpapers/Ethais/contents/images/1920x1080.png share/wallpapers/Ethais/contents/images/1920x1200.png share/wallpapers/Ethais/contents/screenshot.png share/wallpapers/Ethais/metadata.desktop -share/wallpapers/Evening/contents/images/1024x768.jpg share/wallpapers/Evening/contents/images/1280x1024.jpg -share/wallpapers/Evening/contents/images/1280x800.jpg -share/wallpapers/Evening/contents/images/1440x900.jpg share/wallpapers/Evening/contents/images/1600x1200.jpg share/wallpapers/Evening/contents/images/1920x1080.jpg share/wallpapers/Evening/contents/images/1920x1200.jpg -share/wallpapers/Evening/contents/images/800x600.jpg share/wallpapers/Evening/contents/screnshot.jpg share/wallpapers/Evening/metadata.desktop -share/wallpapers/Fields_of_Peace/contents/images/1024x768.JPG share/wallpapers/Fields_of_Peace/contents/images/1280x1024.JPG -share/wallpapers/Fields_of_Peace/contents/images/1280x800.JPG -share/wallpapers/Fields_of_Peace/contents/images/1440x900.JPG share/wallpapers/Fields_of_Peace/contents/images/1600x1200.JPG share/wallpapers/Fields_of_Peace/contents/images/1920x1200.JPG share/wallpapers/Fields_of_Peace/contents/screenshot.png share/wallpapers/Fields_of_Peace/metadata.desktop -share/wallpapers/Finally_Summer_in_Germany/contents/images/1024x768.jpg share/wallpapers/Finally_Summer_in_Germany/contents/images/1280x1024.jpg -share/wallpapers/Finally_Summer_in_Germany/contents/images/1280x800.jpg -share/wallpapers/Finally_Summer_in_Germany/contents/images/1440x900.jpg share/wallpapers/Finally_Summer_in_Germany/contents/images/1600x1200.jpg share/wallpapers/Finally_Summer_in_Germany/contents/images/1920x1200.jpg share/wallpapers/Finally_Summer_in_Germany/contents/screenshot.png share/wallpapers/Finally_Summer_in_Germany/metadata.desktop -share/wallpapers/Fresh_Morning/contents/images/1024x768.jpg share/wallpapers/Fresh_Morning/contents/images/1280x1024.jpg -share/wallpapers/Fresh_Morning/contents/images/1280x800.jpg -share/wallpapers/Fresh_Morning/contents/images/1440x900.jpg share/wallpapers/Fresh_Morning/contents/images/1600x1200.jpg share/wallpapers/Fresh_Morning/contents/images/1920x1200.jpg share/wallpapers/Fresh_Morning/contents/screenshot.png share/wallpapers/Fresh_Morning/metadata.desktop +share/wallpapers/Grass/contents/images/1280x1024.jpg +share/wallpapers/Grass/contents/images/1600x1200.jpg +share/wallpapers/Grass/contents/images/1920x1080.jpg +share/wallpapers/Grass/contents/images/1920x1200.jpg +share/wallpapers/Grass/contents/screenshot.png +share/wallpapers/Grass/metadata.desktop +share/wallpapers/Hanami/contents/images/1280x1024.jpg +share/wallpapers/Hanami/contents/images/1600x1200.jpg +share/wallpapers/Hanami/contents/images/1920x1080.jpg +share/wallpapers/Hanami/contents/images/1920x1200.jpg +share/wallpapers/Hanami/contents/screenshot.png +share/wallpapers/Hanami/metadata.desktop share/wallpapers/Media_Life/contents/images/1280x1024.jpg share/wallpapers/Media_Life/contents/images/1280x800.jpg share/wallpapers/Media_Life/contents/images/1440x900.jpg @@ -2105,8 +2218,6 @@ share/wallpapers/Media_Life/contents/images/1920x1200.jpg share/wallpapers/Media_Life/contents/screenshot.png share/wallpapers/Media_Life/metadata.desktop share/wallpapers/Plasmalicious/contents/images/1280x1024.jpg -share/wallpapers/Plasmalicious/contents/images/1280x800.jpg -share/wallpapers/Plasmalicious/contents/images/1400x900.jpg share/wallpapers/Plasmalicious/contents/images/1600x1200.jpg share/wallpapers/Plasmalicious/contents/images/1920x1200.jpg share/wallpapers/Plasmalicious/contents/screenshot.png @@ -2121,42 +2232,13 @@ share/wallpapers/Quadros/contents/images/1920x1200.jpg share/wallpapers/Quadros/contents/images/800x600.jpg share/wallpapers/Quadros/contents/screenshot.png share/wallpapers/Quadros/metadata.desktop -share/wallpapers/Red_Leaf/contents/images/1024x768.jpg share/wallpapers/Red_Leaf/contents/images/1280x1024.jpg -share/wallpapers/Red_Leaf/contents/images/1280x800.jpg -share/wallpapers/Red_Leaf/contents/images/1440x900.jpg share/wallpapers/Red_Leaf/contents/images/1600x1200.jpg share/wallpapers/Red_Leaf/contents/images/1920x1200.jpg share/wallpapers/Red_Leaf/contents/screenshot.png share/wallpapers/Red_Leaf/metadata.desktop -share/wallpapers/Spring_Sunray/contents/images/1024x768.jpg -share/wallpapers/Spring_Sunray/contents/images/1280x1024.jpg -share/wallpapers/Spring_Sunray/contents/images/1280x800.jpg -share/wallpapers/Spring_Sunray/contents/images/1440x900.jpg -share/wallpapers/Spring_Sunray/contents/images/1600x1200.jpg -share/wallpapers/Spring_Sunray/contents/images/1920x1080.jpg -share/wallpapers/Spring_Sunray/contents/images/1920x1200.jpg -share/wallpapers/Spring_Sunray/contents/images/800x600.jpg -share/wallpapers/Spring_Sunray/contents/screnshot.jpg -share/wallpapers/Spring_Sunray/metadata.desktop -share/wallpapers/The_Rings_of_Saturn/contents/images/1024x768.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1280x1024.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1280x800.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1440x900.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1600x1200.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1920x1080.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1920x1200.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/800x600.jpg -share/wallpapers/The_Rings_of_Saturn/contents/screenshot.jpg -share/wallpapers/The_Rings_of_Saturn/metadata.desktop -share/wallpapers/default_blue.jpg -share/wallpapers/default_blue.jpg.desktop -@dirrm share/wallpapers/The_Rings_of_Saturn/contents/images -@dirrm share/wallpapers/The_Rings_of_Saturn/contents -@dirrm share/wallpapers/The_Rings_of_Saturn -@dirrm share/wallpapers/Spring_Sunray/contents/images -@dirrm share/wallpapers/Spring_Sunray/contents -@dirrm share/wallpapers/Spring_Sunray +share/wallpapers/stripes.png +share/wallpapers/stripes.png.desktop @dirrm share/wallpapers/Red_Leaf/contents/images @dirrm share/wallpapers/Red_Leaf/contents @dirrm share/wallpapers/Red_Leaf @@ -2166,9 +2248,15 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/wallpapers/Plasmalicious/contents/images @dirrm share/wallpapers/Plasmalicious/contents @dirrm share/wallpapers/Plasmalicious -@dirrm share/wallpapers/Media_Life/contents/images -@dirrm share/wallpapers/Media_Life/contents +@dirrmtry share/wallpapers/Media_Life/contents/images +@dirrmtry share/wallpapers/Media_Life/contents @dirrmtry share/wallpapers/Media_Life +@dirrmtry share/wallpapers/Hanami/contents/images +@dirrmtry share/wallpapers/Hanami/contents +@dirrmtry share/wallpapers/Hanami +@dirrmtry share/wallpapers/Grass/contents/images +@dirrmtry share/wallpapers/Grass/contents +@dirrmtry share/wallpapers/Grass @dirrm share/wallpapers/Fresh_Morning/contents/images @dirrm share/wallpapers/Fresh_Morning/contents @dirrm share/wallpapers/Fresh_Morning @@ -2184,12 +2272,12 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/wallpapers/Ethais/contents/images @dirrm share/wallpapers/Ethais/contents @dirrm share/wallpapers/Ethais -@dirrm share/wallpapers/Curls_on_Green/contents/images -@dirrm share/wallpapers/Curls_on_Green/contents -@dirrm share/wallpapers/Curls_on_Green -@dirrm share/wallpapers/Code_Poets_Dream/contents/images -@dirrm share/wallpapers/Code_Poets_Dream/contents -@dirrm share/wallpapers/Code_Poets_Dream +@dirrmtry share/wallpapers/Blue_Wood/contents/images +@dirrmtry share/wallpapers/Blue_Wood/contents +@dirrmtry share/wallpapers/Blue_Wood +@dirrmtry share/wallpapers/Autumn/contents/images +@dirrmtry share/wallpapers/Autumn/contents +@dirrmtry share/wallpapers/Autumn @dirrm share/wallpapers/Air/contents/images @dirrm share/wallpapers/Air/contents @dirrm share/wallpapers/Air @@ -2220,10 +2308,11 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/icons/Oxygen_Black @dirrm share/doc/HTML/en/systemsettings @dirrm share/doc/HTML/en/plasma-desktop -@dirrm share/doc/HTML/en/kxkb @dirrm share/doc/HTML/en/ksysguard @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper +@dirrm share/doc/HTML/en/kinfocenter +@dirrm share/doc/HTML/en/kfontview @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kcontrol/workspaceoptions @dirrm share/doc/HTML/en/kcontrol/windowspecific @@ -2233,6 +2322,7 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/doc/HTML/en/kcontrol/solid-actions @dirrm share/doc/HTML/en/kcontrol/screensaver @dirrm share/doc/HTML/en/kcontrol/powerdevil +@dirrm share/doc/HTML/en/kcontrol/paths @dirrm share/doc/HTML/en/kcontrol/mouse @dirrm share/doc/HTML/en/kcontrol/kwintabbox @dirrm share/doc/HTML/en/kcontrol/kwinscreenedges @@ -2242,7 +2332,6 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/doc/HTML/en/kcontrol/keyboard @dirrm share/doc/HTML/en/kcontrol/kcmstyle @dirrm share/doc/HTML/en/kcontrol/kcmsmserver -@dirrm share/doc/HTML/en/kcontrol/kcmdisplay @dirrm share/doc/HTML/en/kcontrol/kcmaccess @dirrm share/doc/HTML/en/kcontrol/joystick @dirrm share/doc/HTML/en/kcontrol/fonts @@ -2259,10 +2348,22 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/apps/solidfakenetbackend @dirrm share/apps/solid/devices @dirrm share/apps/powerdevil +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/contents +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/contents +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage/contents +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/contents +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel +@dirrm share/apps/plasma/layout-templates @dirrm share/apps/plasma/dashboard/button @dirrm share/apps/plasma/dashboard/AppleClasses @dirrm share/apps/plasma/dashboard +@dirrmtry share/apps/plasma-netbook/init @dirrmtry share/apps/plasma-netbook +@dirrmtry share/apps/plasma-desktop/updates +@dirrmtry share/apps/plasma-desktop/init @dirrmtry share/apps/plasma-desktop @dirrm share/apps/kwrited @dirrm share/apps/kwin/default_rules @@ -2280,6 +2381,7 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/apps/kthememanager/themes/HighContrastDark @dirrm share/apps/kthememanager/themes @dirrm share/apps/kthememanager +@dirrm share/apps/ksysguard/scripts/smaps @dirrm share/apps/ksysguard/scripts @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/Themes/SimpleSmall @@ -2302,6 +2404,7 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/apps/kmenuedit/icons/oxygen @dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit +@dirrm share/apps/kinfocenter @dirrm share/apps/khotkeys @dirrm share/apps/kfontview @dirrm share/apps/kfontinst/icons/oxygen/scalable/actions @@ -2315,26 +2418,27 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/apps/kfontinst @dirrm share/apps/kdm/themes/oxygen-air @dirrm share/apps/kdm/themes/oxygen +@dirrm share/apps/kdm/themes/ethais @dirrm share/apps/kdm/themes/circles -@dirrm share/apps/kdm/themes +@dirrmtry share/apps/kdm/themes @dirrm share/apps/kdm/sessions @dirrm share/apps/kdm/programs @dirrm share/apps/kdm/patterns @dirrm share/apps/kdisplay/app-defaults @dirrm share/apps/kdisplay +@dirrm share/apps/kcmusb @dirrm share/apps/kcmsolidactions @dirrm share/apps/kcmkeys @dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput @dirrm share/apps/kaccess +@dirrm share/apps/freespacenotifier @dirrm share/apps/doc/kdm @dirrm share/apps/doc @dirrm share/apps/desktoptheme/default/system-monitor @dirrm share/apps/desktoptheme/default/calendar @dirrm share/apps/desktoptheme/air-netbook/widgets @dirrm share/apps/desktoptheme/air-netbook -@dirrmtry share/PolicyKit/policy -@dirrmtry share/PolicyKit @dirrm lib/kde4/plugins/gui_platform @dirrm lib/KDE4Workspace/cmake @dirrm lib/KDE4Workspace @@ -2350,6 +2454,5 @@ share/wallpapers/default_blue.jpg.desktop @dirrm include/kworkspace @dirrm include/ksysguard @dirrm include/ksgrd -@dirrm include/kephal @dirrm include/KDE/Plasma/Weather @dirrmtry include/KDE/Plasma diff --git a/x11/kde4/Makefile b/x11/kde4/Makefile index 23a0ba0cfb38..b9fe9c089839 100644 --- a/x11/kde4/Makefile +++ b/x11/kde4/Makefile @@ -7,7 +7,6 @@ PORTNAME= kde4 PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 3 CATEGORIES= x11 kde MASTER_SITES= # empty DISTFILES= # none @@ -87,7 +86,7 @@ RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kcalc:${PORTSDIR}/misc/kdeutils4 RUN_DEPENDS+= ${KDE4_PREFIX}/bin/klinkstatus:${PORTSDIR}/www/kdewebdev4 .endif .if !defined(WITHOUT_KTTS) -RUN_DEPENDS+= ${KDE4_PREFIX}/bin/kttsd:${PORTSDIR}/accessibility/ktts +RUN_DEPENDS+= ${KDE4_PREFIX}/bin/jovie:${PORTSDIR}/accessibility/ktts .endif .if !defined(WITHOUT_MARBLE) RUN_DEPENDS+= ${KDE4_PREFIX}/bin/marble:${PORTSDIR}/astro/marble diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile index 41e0a9134c0e..213bc04c4e80 100644 --- a/x11/kdebase4-runtime/Makefile +++ b/x11/kdebase4-runtime/Makefile @@ -8,7 +8,6 @@ PORTNAME= kdebase-runtime PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -25,9 +24,11 @@ LIB_DEPENDS= IlmImf.6:${PORTSDIR}/graphics/OpenEXR \ ssh.4:${PORTSDIR}/security/libssh \ attica.0:${PORTSDIR}/x11-toolkits/attica #explicitly depend on libssh to avoid interference with ssh.4 from compat7x -BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh +BUILD_DEPENDS= ${LOCALBASE}/lib/libssh.so:${PORTSDIR}/security/libssh \ + ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml +RUN_DEPENDS= cagibid:${PORTSDIR}/net/cagibi -USE_KDE4= kdelibs kdeprefix kdehier automoc4 #pimlibs +USE_KDE4= kdelibs kdeprefix kdehier automoc4 KDE4_BUILDENV= yes USE_BZIP2= yes USE_QT_VER= 4 @@ -37,10 +38,11 @@ USE_GETTEXT= yes MAKE_JOBS_SAFE= yes MAN1= kdesu.1 +MAN8= nepomukserver.8 nepomukservicestub.8 SUB_FILES= nepomuk-env.sh -OPTIONS= PULSEAUDIO "Enable playback via PulseAudio soundserver" off \ +OPTIONS= PULSEAUDIO "Enable playback via PulseAudio sound server" off \ VIRTUOSO "Install Virtuoso server (required for Nepomuk)" off # Explicitly disable alsa, see for details: @@ -64,15 +66,6 @@ CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=OFF RUN_DEPENDS+= ${LOCALBASE}/bin/virtuoso-t:${PORTSDIR}/databases/virtuoso .endif -.if exists(${LOCALBASE}/lib/soprano/libsoprano_virtuosobackend.so) -CMAKE_ARGS+= -DWITH_Nepomuk:BOOL=ON -MAN8= nepomukserver.8 nepomukservicestub.8 -PLIST_SUB+= NEPOMUK="" -.else -CMAKE_ARGS+= -DWITH_Nepomuk:BOOL=OFF -PLIST_SUB+= NEPOMUK="@comment " -.endif - post-patch: @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/khelpcenter/infotree.cpp \ diff --git a/x11/kdebase4-runtime/distinfo b/x11/kdebase4-runtime/distinfo index 35861ff8dc78..253a1cbeff89 100644 --- a/x11/kdebase4-runtime/distinfo +++ b/x11/kdebase4-runtime/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebase-runtime-4.4.5.tar.bz2) = 6f2bfc771ff5143b89f5a5709d4cca69 -SHA256 (KDE/kdebase-runtime-4.4.5.tar.bz2) = 3d3be43d2f53b40dea7fc566f1f5b07b30fcc6b4c69ad77c1e1be13637781428 -SIZE (KDE/kdebase-runtime-4.4.5.tar.bz2) = 7332344 +MD5 (KDE/kdebase-runtime-4.5.1.tar.bz2) = 83542744f8a23ff2b2621d152ce38fcc +SHA256 (KDE/kdebase-runtime-4.5.1.tar.bz2) = 3f975db0f6b165f24d53495294fce4f317aeb036653d16fd561950e77ef757ba +SIZE (KDE/kdebase-runtime-4.5.1.tar.bz2) = 5750512 diff --git a/x11/kdebase4-runtime/pkg-plist b/x11/kdebase4-runtime/pkg-plist index 1db3aa271f1d..a0fcaa9eb4d0 100644 --- a/x11/kdebase4-runtime/pkg-plist +++ b/x11/kdebase4-runtime/pkg-plist @@ -24,11 +24,12 @@ bin/ktrash bin/kuiserver bin/kwalletd bin/kwriteconfig -%%NEPOMUK%%bin/nepomukserver -%%NEPOMUK%%bin/nepomukservicestub +bin/nepomukserver +bin/nepomukservicestub bin/plasmapkg bin/solid-hardware env/nepomuk-env.sh +etc/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf etc/xdg/menus/kde-information.menu lib/attica_kde.so lib/kconf_update_bin/phonon_devicepreference_update @@ -52,16 +53,17 @@ lib/kde4/kcm_kded.so lib/kde4/kcm_kdnssd.so lib/kde4/kcm_knotify.so lib/kde4/kcm_locale.so -%%NEPOMUK%%lib/kde4/kcm_nepomuk.so +lib/kde4/kcm_nepomuk.so lib/kde4/kcm_phonon.so lib/kde4/kcm_phononxine.so lib/kde4/kcm_trash.so lib/kde4/kcmspellchecking.so +lib/kde4/kded_activitymanager.so lib/kde4/kded_desktopnotifier.so lib/kde4/kded_device_automounter.so lib/kde4/kded_kpasswdserver.so lib/kde4/kded_ktimezoned.so -%%NEPOMUK%%lib/kde4/kded_nepomuksearchmodule.so +lib/kde4/kded_nepomuksearchmodule.so lib/kde4/kded_networkwatcher.so lib/kde4/kded_phononserver.so lib/kde4/kded_remotedirnotify.so @@ -79,8 +81,8 @@ lib/kde4/kio_fish.so lib/kde4/kio_floppy.so lib/kde4/kio_info.so lib/kde4/kio_man.so -%%NEPOMUK%%lib/kde4/kio_nepomuk.so -%%NEPOMUK%%lib/kde4/kio_nepomuksearch.so +lib/kde4/kio_nepomuk.so +lib/kde4/kio_nepomuksearch.so lib/kde4/kio_network.so lib/kde4/kio_nfs.so lib/kde4/kio_remote.so @@ -88,16 +90,17 @@ lib/kde4/kio_settings.so lib/kde4/kio_sftp.so lib/kde4/kio_smb.so lib/kde4/kio_thumbnail.so -%%NEPOMUK%%lib/kde4/kio_timeline.so +lib/kde4/kio_timeline.so lib/kde4/kio_trash.so lib/kde4/kshorturifilter.so -lib/kde4/kstyle_oxygen_config.so lib/kde4/kuriikwsfilter.so lib/kde4/kurisearchfilter.so lib/kde4/libexec/drkonqi +lib/kde4/libexec/kcmremotewidgetshelper lib/kde4/libexec/kdeeject lib/kde4/libexec/kdesu lib/kde4/libexec/kdesud +lib/kde4/libexec/kdontchangethehostname lib/kde4/libexec/khc_docbookdig.pl lib/kde4/libexec/khc_htdig.pl lib/kde4/libexec/khc_htsearch.pl @@ -110,18 +113,18 @@ lib/kde4/libkmanpart.so lib/kde4/librenaudioplugin.so lib/kde4/librenimageplugin.so lib/kde4/localdomainurifilter.so -%%NEPOMUK%%lib/kde4/nepomukfilewatch.so -%%NEPOMUK%%lib/kde4/nepomukmigration1.so -%%NEPOMUK%%lib/kde4/nepomukontologyloader.so -%%NEPOMUK%%lib/kde4/nepomukqueryservice.so -%%NEPOMUK%%lib/kde4/nepomukremovablestorageservice.so -%%NEPOMUK%%lib/kde4/nepomukstorage.so -%%NEPOMUK%%lib/kde4/nepomukstrigiservice.so +lib/kde4/nepomukactivitiesservice.so +lib/kde4/nepomukfilewatch.so +lib/kde4/nepomukmigration1.so +lib/kde4/nepomukontologyloader.so +lib/kde4/nepomukqueryservice.so +lib/kde4/nepomukremovablestorageservice.so +lib/kde4/nepomukstorage.so +lib/kde4/nepomukstrigiservice.so lib/kde4/plasma_appletscript_simple_javascript.so lib/kde4/plasma_dataenginescript_javascript.so lib/kde4/plasma_runnerscript_javascript.so lib/kde4/plugins/phonon_platform/kde.so -lib/kde4/plugins/styles/oxygen.so lib/kde4/svgthumbnail.so lib/kde4/textthumbnail.so lib/kde4/windowsexethumbnail.so @@ -131,14 +134,15 @@ lib/libkdeinit4_kglobalaccel.so lib/libkdeinit4_khelpcenter.so lib/libkdeinit4_kuiserver.so lib/libkdeinit4_kwalletd.so -%%NEPOMUK%%lib/libkdeinit4_nepomukserver.so +lib/libkdeinit4_nepomukserver.so lib/libkwalletbackend.so lib/libkwalletbackend.so.5 lib/libkwalletbackend.so.5.0.1 lib/libmolletnetwork.so lib/libmolletnetwork.so.5 lib/libmolletnetwork.so.5.0.1 -%%NEPOMUK%%lib/strigi/strigiindex_nepomukbackend.so +lib/strigi/strigiindex_nepomukbackend.so +share/PolicyKit/policy/org.kde.kcontrol.kcmremotewidgets.policy share/applications/kde4/Help.desktop share/applications/kde4/knetattach.desktop share/apps/cmake/modules/FindCLucene.cmake @@ -148,6 +152,15 @@ share/apps/desktoptheme/default/dialogs/background.svgz share/apps/desktoptheme/default/dialogs/kickoff.svgz share/apps/desktoptheme/default/dialogs/krunner.svgz share/apps/desktoptheme/default/dialogs/shutdowndialog.svgz +share/apps/desktoptheme/default/icons/audio.svgz +share/apps/desktoptheme/default/icons/battery.svgz +share/apps/desktoptheme/default/icons/device.svgz +share/apps/desktoptheme/default/icons/klipper.svgz +share/apps/desktoptheme/default/icons/nepomuk.svgz +share/apps/desktoptheme/default/icons/network.svgz +share/apps/desktoptheme/default/icons/notification.svgz +share/apps/desktoptheme/default/icons/preferences.svgz +share/apps/desktoptheme/default/icons/wallet.svgz share/apps/desktoptheme/default/metadata.desktop share/apps/desktoptheme/default/opaque/dialogs/background.svgz share/apps/desktoptheme/default/opaque/dialogs/krunner.svgz @@ -155,6 +168,10 @@ share/apps/desktoptheme/default/opaque/dialogs/shutdowndialog.svgz share/apps/desktoptheme/default/opaque/widgets/extender-background.svgz share/apps/desktoptheme/default/opaque/widgets/panel-background.svgz share/apps/desktoptheme/default/opaque/widgets/tooltip.svgz +share/apps/desktoptheme/default/translucent/dialogs/background.svgz +share/apps/desktoptheme/default/translucent/dialogs/krunner.svgz +share/apps/desktoptheme/default/translucent/widgets/panel-background.svgz +share/apps/desktoptheme/default/translucent/widgets/tooltip.svgz share/apps/desktoptheme/default/widgets/action-overlays.svgz share/apps/desktoptheme/default/widgets/analog_meter.svgz share/apps/desktoptheme/default/widgets/arrows.svgz @@ -173,6 +190,7 @@ share/apps/desktoptheme/default/widgets/extender-background.svgz share/apps/desktoptheme/default/widgets/extender-dragger.svgz share/apps/desktoptheme/default/widgets/frame.svgz share/apps/desktoptheme/default/widgets/glowbar.svgz +share/apps/desktoptheme/default/widgets/identiconshapes.svgz share/apps/desktoptheme/default/widgets/line.svgz share/apps/desktoptheme/default/widgets/lineedit.svgz share/apps/desktoptheme/default/widgets/monitor.svgz @@ -240,6 +258,7 @@ share/apps/drkonqi/debuggers/external/kdbgrc share/apps/drkonqi/debuggers/internal/gdbrc share/apps/drkonqi/mappings share/apps/drkonqi/pics/crash.png +share/apps/hardwarenotifications/hardwarenotifications.notifyrc share/apps/kcm_componentchooser/kcm_browser.desktop share/apps/kcm_componentchooser/kcm_filemanager.desktop share/apps/kcm_componentchooser/kcm_kemail.desktop @@ -269,20 +288,12 @@ share/apps/khelpcenter/plugins/Manpages/man9.desktop share/apps/khelpcenter/plugins/Manpages/mann.desktop share/apps/khelpcenter/plugins/Scrollkeeper/.directory share/apps/khelpcenter/plugins/Scrollkeeper/scrollkeeper.desktop -share/apps/khelpcenter/plugins/Tutorials/.directory -share/apps/khelpcenter/plugins/Tutorials/quickstart.desktop -share/apps/khelpcenter/plugins/Tutorials/visualdict.desktop -share/apps/khelpcenter/plugins/contact.desktop -share/apps/khelpcenter/plugins/faq.desktop share/apps/khelpcenter/plugins/info.desktop share/apps/khelpcenter/plugins/kcontrolmodules.desktop share/apps/khelpcenter/plugins/kicmodules.desktop share/apps/khelpcenter/plugins/kioslaves.desktop -share/apps/khelpcenter/plugins/links.desktop +share/apps/khelpcenter/plugins/onlinehelp.desktop share/apps/khelpcenter/plugins/plasma.desktop -share/apps/khelpcenter/plugins/support.desktop -share/apps/khelpcenter/plugins/userguide.desktop -share/apps/khelpcenter/plugins/welcome.desktop share/apps/khelpcenter/searchhandlers/docbook.desktop share/apps/khelpcenter/searchhandlers/htdig.desktop share/apps/khelpcenter/searchhandlers/htdig/htdig_long.html @@ -303,21 +314,14 @@ share/apps/ksmserver/windowmanagers/compiz-custom.desktop share/apps/ksmserver/windowmanagers/compiz.desktop share/apps/ksmserver/windowmanagers/metacity.desktop share/apps/ksmserver/windowmanagers/openbox.desktop -share/apps/kstyle/themes/oxygen.themerc -share/apps/kstyle/themes/qtcde.themerc -share/apps/kstyle/themes/qtcleanlooks.themerc -share/apps/kstyle/themes/qtgtk.themerc -share/apps/kstyle/themes/qtmotif.themerc -share/apps/kstyle/themes/qtplastique.themerc -share/apps/kstyle/themes/qtwindows.themerc share/apps/kwalletd/kwalletd.notifyrc share/apps/libphonon/hardwaredatabase -%%NEPOMUK%%share/apps/nepomukstorage/nepomukstorage.notifyrc -%%NEPOMUK%%share/apps/nepomukstrigiservice/nepomukstrigiservice.notifyrc +share/apps/nepomukstorage/nepomukstorage.notifyrc +share/apps/nepomukstrigiservice/nepomukstrigiservice.notifyrc share/apps/phonon/phonon.notifyrc share/apps/remoteview/network.desktop share/apps/remoteview/smb-network.desktop -%%NEPOMUK%%share/autostart/nepomukserver.desktop +share/autostart/nepomukserver.desktop share/config.kcfg/khelpcenter.kcfg share/config/emoticons.knsrc share/config/icons.knsrc @@ -325,18 +329,20 @@ share/config/khotnewstuff.knsrc share/config/khotnewstuff_upload.knsrc share/config/kshorturifilterrc share/dbus-1/interfaces/org.kde.KTimeZoned.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.NepomukServer.xml +share/dbus-1/interfaces/org.kde.NepomukServer.xml share/dbus-1/interfaces/org.kde.khelpcenter.kcmhelpcenter.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.OntologyManager.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.Query.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.QueryService.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.RemovableStorage.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.ServiceControl.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.ServiceManager.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.Storage.xml -%%NEPOMUK%%share/dbus-1/interfaces/org.kde.nepomuk.Strigi.xml +share/dbus-1/interfaces/org.kde.nepomuk.OntologyManager.xml +share/dbus-1/interfaces/org.kde.nepomuk.Query.xml +share/dbus-1/interfaces/org.kde.nepomuk.QueryService.xml +share/dbus-1/interfaces/org.kde.nepomuk.RemovableStorage.xml +share/dbus-1/interfaces/org.kde.nepomuk.ServiceControl.xml +share/dbus-1/interfaces/org.kde.nepomuk.ServiceManager.xml +share/dbus-1/interfaces/org.kde.nepomuk.Storage.xml +share/dbus-1/interfaces/org.kde.nepomuk.Strigi.xml share/dbus-1/interfaces/org.kde.network.kioslavenotifier.xml share/dbus-1/services/org.kde.knotify.service +share/dbus-1/services/org.kde.kuiserver.service +share/dbus-1/system-services/org.kde.kcontrol.kcmremotewidgets.service share/desktop-directories/kde-development-translation.directory share/desktop-directories/kde-development-webdevelopment.directory share/desktop-directories/kde-development.directory @@ -404,9 +410,6 @@ share/doc/HTML/en/kcontrol/filemanager/index.docbook share/doc/HTML/en/kcontrol/filetypes/common share/doc/HTML/en/kcontrol/filetypes/index.cache.bz2 share/doc/HTML/en/kcontrol/filetypes/index.docbook -share/doc/HTML/en/kcontrol/helpindex/common -share/doc/HTML/en/kcontrol/helpindex/index.cache.bz2 -share/doc/HTML/en/kcontrol/helpindex/index.docbook share/doc/HTML/en/kcontrol/history/common share/doc/HTML/en/kcontrol/history/index.cache.bz2 share/doc/HTML/en/kcontrol/history/index.docbook @@ -453,16 +456,12 @@ share/doc/HTML/en/kcontrol/khtml-plugins/index.docbook share/doc/HTML/en/kcontrol/language/common share/doc/HTML/en/kcontrol/language/index.cache.bz2 share/doc/HTML/en/kcontrol/language/index.docbook -%%NEPOMUK%%share/doc/HTML/en/kcontrol/nepomuk/common -%%NEPOMUK%%share/doc/HTML/en/kcontrol/nepomuk/index.cache.bz2 -%%NEPOMUK%%share/doc/HTML/en/kcontrol/nepomuk/index.docbook +share/doc/HTML/en/kcontrol/nepomuk/common +share/doc/HTML/en/kcontrol/nepomuk/index.cache.bz2 +share/doc/HTML/en/kcontrol/nepomuk/index.docbook share/doc/HTML/en/kcontrol/netpref/common share/doc/HTML/en/kcontrol/netpref/index.cache.bz2 share/doc/HTML/en/kcontrol/netpref/index.docbook -share/doc/HTML/en/kcontrol/paths/common -share/doc/HTML/en/kcontrol/paths/index.cache.bz2 -share/doc/HTML/en/kcontrol/paths/index.docbook -share/doc/HTML/en/kcontrol/paths/paths.png share/doc/HTML/en/kcontrol/performance/common share/doc/HTML/en/kcontrol/performance/index.cache.bz2 share/doc/HTML/en/kcontrol/performance/index.docbook @@ -497,35 +496,10 @@ share/doc/HTML/en/kdesu/man-kdesu.1.docbook share/doc/HTML/en/khelpcenter/background.png share/doc/HTML/en/khelpcenter/bgtable.png share/doc/HTML/en/khelpcenter/common -share/doc/HTML/en/khelpcenter/contact.docbook -share/doc/HTML/en/khelpcenter/faq/about.docbook -share/doc/HTML/en/khelpcenter/faq/common -share/doc/HTML/en/khelpcenter/faq/configkde.docbook -share/doc/HTML/en/khelpcenter/faq/contrib.docbook -share/doc/HTML/en/khelpcenter/faq/desktop.docbook -share/doc/HTML/en/khelpcenter/faq/filemng.docbook -share/doc/HTML/en/khelpcenter/faq/getkde.docbook -share/doc/HTML/en/khelpcenter/faq/index.cache.bz2 -share/doc/HTML/en/khelpcenter/faq/index.docbook -share/doc/HTML/en/khelpcenter/faq/install.docbook -share/doc/HTML/en/khelpcenter/faq/intro.docbook -share/doc/HTML/en/khelpcenter/faq/kdeapps.docbook -share/doc/HTML/en/khelpcenter/faq/misc.docbook -share/doc/HTML/en/khelpcenter/faq/moreinfo.docbook -share/doc/HTML/en/khelpcenter/faq/nonkdeapps.docbook -share/doc/HTML/en/khelpcenter/faq/notrelated.docbook -share/doc/HTML/en/khelpcenter/faq/panel.docbook -share/doc/HTML/en/khelpcenter/faq/qt.docbook -share/doc/HTML/en/khelpcenter/faq/questions.docbook -share/doc/HTML/en/khelpcenter/faq/sound.docbook -share/doc/HTML/en/khelpcenter/faq/tips.docbook -share/doc/HTML/en/khelpcenter/faq/webbrowse.docbook -share/doc/HTML/en/khelpcenter/faq/winmng.docbook share/doc/HTML/en/khelpcenter/glossary/common share/doc/HTML/en/khelpcenter/glossary/index.cache.bz2 share/doc/HTML/en/khelpcenter/glossary/index.docbook share/doc/HTML/en/khelpcenter/glossary/kdeprintingglossary.docbook -share/doc/HTML/en/khelpcenter/help.docbook share/doc/HTML/en/khelpcenter/index.cache.bz2 share/doc/HTML/en/khelpcenter/index.docbook share/doc/HTML/en/khelpcenter/kdelogo2.png @@ -533,123 +507,7 @@ share/doc/HTML/en/khelpcenter/khelpcenter.png share/doc/HTML/en/khelpcenter/lines.png share/doc/HTML/en/khelpcenter/lines2.png share/doc/HTML/en/khelpcenter/pointers.png -share/doc/HTML/en/khelpcenter/quickstart/common -share/doc/HTML/en/khelpcenter/quickstart/index.cache.bz2 -share/doc/HTML/en/khelpcenter/quickstart/index.docbook share/doc/HTML/en/khelpcenter/shadow1.png -share/doc/HTML/en/khelpcenter/support.docbook -share/doc/HTML/en/khelpcenter/userguide/a-window.png -share/doc/HTML/en/khelpcenter/userguide/accessibility.docbook -share/doc/HTML/en/khelpcenter/userguide/amarok-icon.png -share/doc/HTML/en/khelpcenter/userguide/amarok.png -share/doc/HTML/en/khelpcenter/userguide/base-kde-applications.docbook -share/doc/HTML/en/khelpcenter/userguide/browser-fine-tuning.docbook -share/doc/HTML/en/khelpcenter/userguide/burning-cds.docbook -share/doc/HTML/en/khelpcenter/userguide/common -share/doc/HTML/en/khelpcenter/userguide/control-center.docbook -share/doc/HTML/en/khelpcenter/userguide/creating-graphics.docbook -share/doc/HTML/en/khelpcenter/userguide/credits-and-license.docbook -share/doc/HTML/en/khelpcenter/userguide/customizing-desktop.docbook -share/doc/HTML/en/khelpcenter/userguide/desktop.png -share/doc/HTML/en/khelpcenter/userguide/email.docbook -share/doc/HTML/en/khelpcenter/userguide/extragear-applications.docbook -share/doc/HTML/en/khelpcenter/userguide/file-sharing.docbook -share/doc/HTML/en/khelpcenter/userguide/font-installation.docbook -share/doc/HTML/en/khelpcenter/userguide/getting-help.docbook -share/doc/HTML/en/khelpcenter/userguide/glossary.docbook -share/doc/HTML/en/khelpcenter/userguide/groupware-kontact.docbook -share/doc/HTML/en/khelpcenter/userguide/index.cache.bz2 -share/doc/HTML/en/khelpcenter/userguide/index.docbook -share/doc/HTML/en/khelpcenter/userguide/internet-shortcuts.docbook -share/doc/HTML/en/khelpcenter/userguide/juk-icon.png -share/doc/HTML/en/khelpcenter/userguide/juk.png -share/doc/HTML/en/khelpcenter/userguide/kaboodle-icon.png -share/doc/HTML/en/khelpcenter/userguide/kaboodle.png -share/doc/HTML/en/khelpcenter/userguide/kcalc-systray.png -share/doc/HTML/en/khelpcenter/userguide/kcontrol.png -share/doc/HTML/en/khelpcenter/userguide/kde-as-root.docbook -share/doc/HTML/en/khelpcenter/userguide/kde-edutainment.docbook -share/doc/HTML/en/khelpcenter/userguide/kde-for-admins.docbook -share/doc/HTML/en/khelpcenter/userguide/kde-office.docbook -share/doc/HTML/en/khelpcenter/userguide/kmag.png -share/doc/HTML/en/khelpcenter/userguide/kmousetool.png -share/doc/HTML/en/khelpcenter/userguide/kmouth.png -share/doc/HTML/en/khelpcenter/userguide/kmouth2.png -share/doc/HTML/en/khelpcenter/userguide/kmouth3.png -share/doc/HTML/en/khelpcenter/userguide/knode-identity.png -share/doc/HTML/en/khelpcenter/userguide/knode-mail-account.png -share/doc/HTML/en/khelpcenter/userguide/knode-news-account.png -share/doc/HTML/en/khelpcenter/userguide/knode-start.png -share/doc/HTML/en/khelpcenter/userguide/konq-sidebar.png -share/doc/HTML/en/khelpcenter/userguide/konq-simple.png -share/doc/HTML/en/khelpcenter/userguide/konsole-intro.docbook -share/doc/HTML/en/khelpcenter/userguide/kopete.png -share/doc/HTML/en/khelpcenter/userguide/kppp-dialer-tab.png -share/doc/HTML/en/khelpcenter/userguide/kppp-wizard.png -share/doc/HTML/en/khelpcenter/userguide/messaging-intro.docbook -share/doc/HTML/en/khelpcenter/userguide/migrator-applications.docbook -share/doc/HTML/en/khelpcenter/userguide/migrator-dictionary.docbook -share/doc/HTML/en/khelpcenter/userguide/net-connection-setup.docbook -share/doc/HTML/en/khelpcenter/userguide/networking-with-windows.docbook -share/doc/HTML/en/khelpcenter/userguide/noatun-icon.png -share/doc/HTML/en/khelpcenter/userguide/noatun.png -share/doc/HTML/en/khelpcenter/userguide/oggfolder.png -share/doc/HTML/en/khelpcenter/userguide/open-file-dialog.png -share/doc/HTML/en/khelpcenter/userguide/panel-and-desktop.docbook -share/doc/HTML/en/khelpcenter/userguide/pdf-files.docbook -share/doc/HTML/en/khelpcenter/userguide/playing-audiocds.docbook -share/doc/HTML/en/khelpcenter/userguide/playing-movies.docbook -share/doc/HTML/en/khelpcenter/userguide/playing-music.docbook -share/doc/HTML/en/khelpcenter/userguide/printer-setup.docbook -share/doc/HTML/en/khelpcenter/userguide/printing-from-apps.docbook -share/doc/HTML/en/khelpcenter/userguide/programs-and-documents.docbook -share/doc/HTML/en/khelpcenter/userguide/programs-controlling.docbook -share/doc/HTML/en/khelpcenter/userguide/removable-disks.docbook -share/doc/HTML/en/khelpcenter/userguide/rip.png -share/doc/HTML/en/khelpcenter/userguide/ripsettings.png -share/doc/HTML/en/khelpcenter/userguide/screen-captures.docbook -share/doc/HTML/en/khelpcenter/userguide/services.png -share/doc/HTML/en/khelpcenter/userguide/shared-sessions.docbook -share/doc/HTML/en/khelpcenter/userguide/splash-screen.png -share/doc/HTML/en/khelpcenter/userguide/standard-menu-entries.docbook -share/doc/HTML/en/khelpcenter/userguide/switching-sessions.docbook -share/doc/HTML/en/khelpcenter/userguide/the-filemanager.docbook -share/doc/HTML/en/khelpcenter/userguide/titlebar-menu.png -share/doc/HTML/en/khelpcenter/userguide/troubleshooting-network-x.docbook -share/doc/HTML/en/khelpcenter/userguide/troubleshooting-no-open.docbook -share/doc/HTML/en/khelpcenter/userguide/under-the-hood.docbook -share/doc/HTML/en/khelpcenter/userguide/usenet.docbook -share/doc/HTML/en/khelpcenter/userguide/where-next.docbook -share/doc/HTML/en/khelpcenter/userguide/windows-how-to.docbook -share/doc/HTML/en/khelpcenter/userguide/your-kde-account.docbook -share/doc/HTML/en/khelpcenter/visualdict/common -share/doc/HTML/en/khelpcenter/visualdict/index.cache.bz2 -share/doc/HTML/en/khelpcenter/visualdict/index.docbook -share/doc/HTML/en/khelpcenter/visualdict/pict1.png -share/doc/HTML/en/khelpcenter/visualdict/pict10.png -share/doc/HTML/en/khelpcenter/visualdict/pict11.png -share/doc/HTML/en/khelpcenter/visualdict/pict12.png -share/doc/HTML/en/khelpcenter/visualdict/pict13.png -share/doc/HTML/en/khelpcenter/visualdict/pict14.png -share/doc/HTML/en/khelpcenter/visualdict/pict15.png -share/doc/HTML/en/khelpcenter/visualdict/pict16.png -share/doc/HTML/en/khelpcenter/visualdict/pict17.png -share/doc/HTML/en/khelpcenter/visualdict/pict18.png -share/doc/HTML/en/khelpcenter/visualdict/pict19.png -share/doc/HTML/en/khelpcenter/visualdict/pict2.png -share/doc/HTML/en/khelpcenter/visualdict/pict20.png -share/doc/HTML/en/khelpcenter/visualdict/pict21.png -share/doc/HTML/en/khelpcenter/visualdict/pict22.png -share/doc/HTML/en/khelpcenter/visualdict/pict23.png -share/doc/HTML/en/khelpcenter/visualdict/pict3.png -share/doc/HTML/en/khelpcenter/visualdict/pict4.png -share/doc/HTML/en/khelpcenter/visualdict/pict5.png -share/doc/HTML/en/khelpcenter/visualdict/pict6.png -share/doc/HTML/en/khelpcenter/visualdict/pict7.png -share/doc/HTML/en/khelpcenter/visualdict/pict8.png -share/doc/HTML/en/khelpcenter/visualdict/pict9.png -share/doc/HTML/en/khelpcenter/welcome.docbook -share/doc/HTML/en/khelpcenter/whatiskde.docbook share/doc/HTML/en/kioslave/bookmarks/common share/doc/HTML/en/kioslave/bookmarks/index.cache.bz2 share/doc/HTML/en/kioslave/bookmarks/index.docbook @@ -692,6 +550,9 @@ share/doc/HTML/en/kioslave/tar/index.docbook share/doc/HTML/en/kioslave/thumbnail/common share/doc/HTML/en/kioslave/thumbnail/index.cache.bz2 share/doc/HTML/en/kioslave/thumbnail/index.docbook +share/doc/HTML/en/kioslave/xz/common +share/doc/HTML/en/kioslave/xz/index.cache.bz2 +share/doc/HTML/en/kioslave/xz/index.docbook share/doc/HTML/en/knetattach/common share/doc/HTML/en/knetattach/index.cache.bz2 share/doc/HTML/en/knetattach/index.docbook @@ -703,6 +564,9 @@ share/doc/HTML/en/knetattach/screenshot4.png share/doc/HTML/en/network/common share/doc/HTML/en/network/index.cache.bz2 share/doc/HTML/en/network/index.docbook +share/doc/HTML/en/onlinehelp/common +share/doc/HTML/en/onlinehelp/index.cache.bz2 +share/doc/HTML/en/onlinehelp/index.docbook share/emoticons/kde4/angry.png share/emoticons/kde4/bat.png share/emoticons/kde4/beer.png @@ -784,18 +648,19 @@ share/kde4/services/info.protocol share/kde4/services/jpegthumbnail.desktop share/kde4/services/kcm_attica.desktop share/kde4/services/kcm_kdnssd.desktop -%%NEPOMUK%%share/kde4/services/kcm_nepomuk.desktop +share/kde4/services/kcm_nepomuk.desktop share/kde4/services/kcm_phonon.desktop share/kde4/services/kcm_phononxine.desktop share/kde4/services/kcmcgi.desktop share/kde4/services/kcmkded.desktop share/kde4/services/kcmnotify.desktop share/kde4/services/kcmtrash.desktop +share/kde4/services/kded/activitymanager.desktop share/kde4/services/kded/desktopnotifier.desktop share/kde4/services/kded/device_automounter.desktop share/kde4/services/kded/kpasswdserver.desktop share/kde4/services/kded/ktimezoned.desktop -%%NEPOMUK%%share/kde4/services/kded/nepomuksearchmodule.desktop +share/kde4/services/kded/nepomuksearchmodule.desktop share/kde4/services/kded/networkwatcher.desktop share/kde4/services/kded/phononserver.desktop share/kde4/services/kded/remotedirnotify.desktop @@ -814,15 +679,16 @@ share/kde4/services/language.desktop share/kde4/services/localdomainurifilter.desktop share/kde4/services/lzma.protocol share/kde4/services/man.protocol -%%NEPOMUK%%share/kde4/services/nepomuk.protocol -%%NEPOMUK%%share/kde4/services/nepomukfilewatch.desktop -%%NEPOMUK%%share/kde4/services/nepomukmigration1.desktop -%%NEPOMUK%%share/kde4/services/nepomukontologyloader.desktop -%%NEPOMUK%%share/kde4/services/nepomukqueryservice.desktop -%%NEPOMUK%%share/kde4/services/nepomukremovablestorageservice.desktop -%%NEPOMUK%%share/kde4/services/nepomuksearch.protocol -%%NEPOMUK%%share/kde4/services/nepomukstorage.desktop -%%NEPOMUK%%share/kde4/services/nepomukstrigiservice.desktop +share/kde4/services/nepomuk.protocol +share/kde4/services/nepomukactivitiesservice.desktop +share/kde4/services/nepomukfilewatch.desktop +share/kde4/services/nepomukmigration1.desktop +share/kde4/services/nepomukontologyloader.desktop +share/kde4/services/nepomukqueryservice.desktop +share/kde4/services/nepomukremovablestorageservice.desktop +share/kde4/services/nepomuksearch.protocol +share/kde4/services/nepomukstorage.desktop +share/kde4/services/nepomukstrigiservice.desktop share/kde4/services/network.protocol share/kde4/services/nfs.protocol share/kde4/services/plasma-scriptengine-applet-simple-javascript.desktop @@ -832,15 +698,16 @@ share/kde4/services/programs.protocol share/kde4/services/remote.protocol share/kde4/services/renaudiodlg.desktop share/kde4/services/renimagedlg.desktop +share/kde4/services/searchproviders/7digital.desktop share/kde4/services/searchproviders/acronym.desktop -share/kde4/services/searchproviders/alexa.desktop -share/kde4/services/searchproviders/alexa_url.desktop -share/kde4/services/searchproviders/alltheweb.desktop share/kde4/services/searchproviders/altavista.desktop +share/kde4/services/searchproviders/amazon.desktop +share/kde4/services/searchproviders/amazon_mp3.desktop share/kde4/services/searchproviders/amg.desktop -share/kde4/services/searchproviders/appsy.desktop share/kde4/services/searchproviders/austronaut.desktop share/kde4/services/searchproviders/backports.desktop +share/kde4/services/searchproviders/beolingus.desktop +share/kde4/services/searchproviders/blip.desktop share/kde4/services/searchproviders/bugft.desktop share/kde4/services/searchproviders/bugno.desktop share/kde4/services/searchproviders/call.desktop @@ -857,14 +724,20 @@ share/kde4/services/searchproviders/dictfr.desktop share/kde4/services/searchproviders/dmoz.desktop share/kde4/services/searchproviders/docbook.desktop share/kde4/services/searchproviders/doi.desktop +share/kde4/services/searchproviders/duckduckgo.desktop +share/kde4/services/searchproviders/duckduckgo_info.desktop +share/kde4/services/searchproviders/duckduckgo_shopping.desktop +share/kde4/services/searchproviders/ecosia.desktop share/kde4/services/searchproviders/en2de.desktop share/kde4/services/searchproviders/en2es.desktop share/kde4/services/searchproviders/en2fr.desktop share/kde4/services/searchproviders/en2it.desktop share/kde4/services/searchproviders/es2en.desktop share/kde4/services/searchproviders/ethicle.desktop -share/kde4/services/searchproviders/excite.desktop +share/kde4/services/searchproviders/facebook.desktop share/kde4/services/searchproviders/feedster.desktop +share/kde4/services/searchproviders/flickr.desktop +share/kde4/services/searchproviders/flickrcc.desktop share/kde4/services/searchproviders/foldoc.desktop share/kde4/services/searchproviders/fr2de.desktop share/kde4/services/searchproviders/fr2en.desktop @@ -872,28 +745,39 @@ share/kde4/services/searchproviders/freedb.desktop share/kde4/services/searchproviders/freshmeat.desktop share/kde4/services/searchproviders/froogle.desktop share/kde4/services/searchproviders/fsd.desktop +share/kde4/services/searchproviders/github.desktop +share/kde4/services/searchproviders/gitorious.desktop share/kde4/services/searchproviders/google.desktop share/kde4/services/searchproviders/google_advanced.desktop +share/kde4/services/searchproviders/google_code.desktop share/kde4/services/searchproviders/google_groups.desktop share/kde4/services/searchproviders/google_images.desktop share/kde4/services/searchproviders/google_lucky.desktop +share/kde4/services/searchproviders/google_maps.desktop share/kde4/services/searchproviders/google_movie.desktop share/kde4/services/searchproviders/google_news.desktop share/kde4/services/searchproviders/gracenote.desktop share/kde4/services/searchproviders/grec.desktop -share/kde4/services/searchproviders/hotbot.desktop share/kde4/services/searchproviders/hyperdictionary.desktop share/kde4/services/searchproviders/hyperdictionary_thesaurus.desktop share/kde4/services/searchproviders/ibl.desktop +share/kde4/services/searchproviders/identica_groups.desktop +share/kde4/services/searchproviders/identica_notices.desktop +share/kde4/services/searchproviders/identica_people.desktop share/kde4/services/searchproviders/imdb.desktop share/kde4/services/searchproviders/it2en.desktop +share/kde4/services/searchproviders/jamendo.desktop share/kde4/services/searchproviders/jeeves.desktop share/kde4/services/searchproviders/katatudo.desktop share/kde4/services/searchproviders/kde.desktop +share/kde4/services/searchproviders/kde_apps.desktop +share/kde4/services/searchproviders/kde_forums.desktop +share/kde4/services/searchproviders/kde_look.desktop +share/kde4/services/searchproviders/kde_techbase.desktop +share/kde4/services/searchproviders/kde_userbase.desktop share/kde4/services/searchproviders/kde_websvn.desktop share/kde4/services/searchproviders/leo.desktop -share/kde4/services/searchproviders/lycos.desktop -share/kde4/services/searchproviders/mamma.desktop +share/kde4/services/searchproviders/magnatune.desktop share/kde4/services/searchproviders/metacrawler.desktop share/kde4/services/searchproviders/msdn.desktop share/kde4/services/searchproviders/multitran-deru.desktop @@ -905,6 +789,7 @@ share/kde4/services/searchproviders/multitran-nlru.desktop share/kde4/services/searchproviders/netcraft.desktop share/kde4/services/searchproviders/nl-telephone.desktop share/kde4/services/searchproviders/nl-teletekst.desktop +share/kde4/services/searchproviders/opendesktop.desktop share/kde4/services/searchproviders/pgpkeys.desktop share/kde4/services/searchproviders/php.desktop share/kde4/services/searchproviders/python.desktop @@ -914,21 +799,28 @@ share/kde4/services/searchproviders/rae.desktop share/kde4/services/searchproviders/rfc.desktop share/kde4/services/searchproviders/rpmfind.desktop share/kde4/services/searchproviders/ruby_application_archive.desktop -share/kde4/services/searchproviders/seek.desktop share/kde4/services/searchproviders/sourceforge.desktop share/kde4/services/searchproviders/technorati.desktop share/kde4/services/searchproviders/technoratitags.desktop share/kde4/services/searchproviders/thesaurus.desktop share/kde4/services/searchproviders/tvtome.desktop +share/kde4/services/searchproviders/urbandictionary.desktop share/kde4/services/searchproviders/uspto.desktop +share/kde4/services/searchproviders/vimeo.desktop share/kde4/services/searchproviders/vivisimo.desktop share/kde4/services/searchproviders/voila.desktop share/kde4/services/searchproviders/webster.desktop -share/kde4/services/searchproviders/whatis.desktop +share/kde4/services/searchproviders/wikia.desktop share/kde4/services/searchproviders/wikipedia.desktop share/kde4/services/searchproviders/wiktionary.desktop share/kde4/services/searchproviders/wolfram_alpha.desktop share/kde4/services/searchproviders/wordref.desktop +share/kde4/services/searchproviders/yahoo.desktop +share/kde4/services/searchproviders/yahoo_image.desktop +share/kde4/services/searchproviders/yahoo_local.desktop +share/kde4/services/searchproviders/yahoo_shopping.desktop +share/kde4/services/searchproviders/yahoo_video.desktop +share/kde4/services/searchproviders/youtube.desktop share/kde4/services/settings.protocol share/kde4/services/sftp.protocol share/kde4/services/smb.protocol @@ -937,13 +829,13 @@ share/kde4/services/svgthumbnail.desktop share/kde4/services/tar.protocol share/kde4/services/textthumbnail.desktop share/kde4/services/thumbnail.protocol -%%NEPOMUK%%share/kde4/services/timeline.protocol +share/kde4/services/timeline.protocol share/kde4/services/trash.protocol share/kde4/services/windowsexethumbnail.desktop share/kde4/services/windowsimagethumbnail.desktop share/kde4/services/xz.protocol share/kde4/services/zip.protocol -%%NEPOMUK%%share/kde4/servicetypes/nepomukservice.desktop +share/kde4/servicetypes/nepomukservice.desktop share/kde4/servicetypes/phononbackend.desktop share/kde4/servicetypes/searchprovider.desktop share/kde4/servicetypes/thumbcreator.desktop @@ -1313,6 +1205,8 @@ share/locale/l10n/gd/entry.desktop share/locale/l10n/gd/flag.png share/locale/l10n/ge/entry.desktop share/locale/l10n/ge/flag.png +share/locale/l10n/gf/entry.desktop +share/locale/l10n/gf/flag.png share/locale/l10n/gh/entry.desktop share/locale/l10n/gh/flag.png share/locale/l10n/gi/entry.desktop @@ -1516,6 +1410,8 @@ share/locale/l10n/py/entry.desktop share/locale/l10n/py/flag.png share/locale/l10n/qa/entry.desktop share/locale/l10n/qa/flag.png +share/locale/l10n/re/entry.desktop +share/locale/l10n/re/flag.png share/locale/l10n/ro/entry.desktop share/locale/l10n/ro/flag.png share/locale/l10n/rs/entry.desktop @@ -1629,6 +1525,8 @@ share/locale/l10n/ws/entry.desktop share/locale/l10n/ws/flag.png share/locale/l10n/ye/entry.desktop share/locale/l10n/ye/flag.png +share/locale/l10n/yt/entry.desktop +share/locale/l10n/yt/flag.png share/locale/l10n/za/entry.desktop share/locale/l10n/za/flag.png share/locale/l10n/zm/entry.desktop @@ -1637,19 +1535,26 @@ share/locale/l10n/zw/entry.desktop share/locale/l10n/zw/flag.png share/mime/inode/vnd.kde.device.printer.xml share/mime/inode/vnd.kde.device.router.xml +share/mime/inode/vnd.kde.device.scanner.xml share/mime/inode/vnd.kde.device.server.xml share/mime/inode/vnd.kde.device.unknown.xml share/mime/inode/vnd.kde.device.workstation.xml share/mime/inode/vnd.kde.network.xml +share/mime/inode/vnd.kde.service.acrobat-server.xml +share/mime/inode/vnd.kde.service.adobe-vc.xml share/mime/inode/vnd.kde.service.afpovertcp.xml share/mime/inode/vnd.kde.service.airmouse.xml share/mime/inode/vnd.kde.service.airport.xml +share/mime/inode/vnd.kde.service.appletv-itunes.xml +share/mime/inode/vnd.kde.service.appletv-pair.xml share/mime/inode/vnd.kde.service.daap.xml +share/mime/inode/vnd.kde.service.dacp.xml share/mime/inode/vnd.kde.service.eppc.xml share/mime/inode/vnd.kde.service.ftp.xml share/mime/inode/vnd.kde.service.ftps.xml share/mime/inode/vnd.kde.service.ggz.xml share/mime/inode/vnd.kde.service.giver.xml +share/mime/inode/vnd.kde.service.home-sharing.xml share/mime/inode/vnd.kde.service.http.xml share/mime/inode/vnd.kde.service.imap.xml share/mime/inode/vnd.kde.service.ipp.xml @@ -1662,11 +1567,15 @@ share/mime/inode/vnd.kde.service.lobby.xml share/mime/inode/vnd.kde.service.lskat.xml share/mime/inode/vnd.kde.service.net-assistant.xml share/mime/inode/vnd.kde.service.nfs.xml +share/mime/inode/vnd.kde.service.nssocketport.xml share/mime/inode/vnd.kde.service.ntp.xml share/mime/inode/vnd.kde.service.odisk.xml +share/mime/inode/vnd.kde.service.pdl-datastream.xml share/mime/inode/vnd.kde.service.plasma.xml share/mime/inode/vnd.kde.service.pop3.xml +share/mime/inode/vnd.kde.service.postgresql.xml share/mime/inode/vnd.kde.service.presence.xml +share/mime/inode/vnd.kde.service.printer.xml share/mime/inode/vnd.kde.service.pulse-server.xml share/mime/inode/vnd.kde.service.pulse-sink.xml share/mime/inode/vnd.kde.service.pulse-source.xml @@ -1683,6 +1592,31 @@ share/mime/inode/vnd.kde.service.svn.xml share/mime/inode/vnd.kde.service.telnet.xml share/mime/inode/vnd.kde.service.touch-able.xml share/mime/inode/vnd.kde.service.unknown.xml +share/mime/inode/vnd.kde.service.upnp.BasicDevice1.xml +share/mime/inode/vnd.kde.service.upnp.DigitalSecurityCamera1.xml +share/mime/inode/vnd.kde.service.upnp.HVAC1.xml +share/mime/inode/vnd.kde.service.upnp.InternetGatewayDevice1.xml +share/mime/inode/vnd.kde.service.upnp.LANDevice1.xml +share/mime/inode/vnd.kde.service.upnp.LightingControls1.xml +share/mime/inode/vnd.kde.service.upnp.MediaRenderer1.xml +share/mime/inode/vnd.kde.service.upnp.MediaRenderer2.xml +share/mime/inode/vnd.kde.service.upnp.MediaServer1.xml +share/mime/inode/vnd.kde.service.upnp.MediaServer2.xml +share/mime/inode/vnd.kde.service.upnp.MediaServer3.xml +share/mime/inode/vnd.kde.service.upnp.PrinterBasic1.xml +share/mime/inode/vnd.kde.service.upnp.PrinterEnhanced1.xml +share/mime/inode/vnd.kde.service.upnp.RAClient1.xml +share/mime/inode/vnd.kde.service.upnp.RADiscoveryAgent1.xml +share/mime/inode/vnd.kde.service.upnp.RAServer1.xml +share/mime/inode/vnd.kde.service.upnp.RemoteUIClientDevice1.xml +share/mime/inode/vnd.kde.service.upnp.RemoteUIServerDevice1.xml +share/mime/inode/vnd.kde.service.upnp.Scanner1.xml +share/mime/inode/vnd.kde.service.upnp.SolarProtectionBlind1.xml +share/mime/inode/vnd.kde.service.upnp.Unknown.xml +share/mime/inode/vnd.kde.service.upnp.WANConnectionDevice1.xml +share/mime/inode/vnd.kde.service.upnp.WANDevice1.xml +share/mime/inode/vnd.kde.service.upnp.WFADevice1.xml +share/mime/inode/vnd.kde.service.upnp.WLANAccessPointDevice1.xml share/mime/inode/vnd.kde.service.webdav.xml share/mime/inode/vnd.kde.service.webdavs.xml share/mime/inode/vnd.kde.service.workstation.xml @@ -1740,6 +1674,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/locale/l10n/zw @dirrm share/locale/l10n/zm @dirrm share/locale/l10n/za +@dirrm share/locale/l10n/yt @dirrm share/locale/l10n/ye @dirrm share/locale/l10n/ws @dirrm share/locale/l10n/wf @@ -1793,6 +1728,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/locale/l10n/ru @dirrm share/locale/l10n/rs @dirrm share/locale/l10n/ro +@dirrm share/locale/l10n/re @dirrm share/locale/l10n/qa @dirrm share/locale/l10n/py @dirrm share/locale/l10n/pw @@ -1892,6 +1828,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/locale/l10n/gl @dirrm share/locale/l10n/gi @dirrm share/locale/l10n/gh +@dirrm share/locale/l10n/gf @dirrm share/locale/l10n/ge @dirrm share/locale/l10n/gd @dirrm share/locale/l10n/gb @@ -1972,8 +1909,10 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/locale/currency @dirrm share/kde4/services/searchproviders @dirrm share/emoticons/kde4 +@dirrm share/doc/HTML/en/onlinehelp @dirrm share/doc/HTML/en/network @dirrm share/doc/HTML/en/knetattach +@dirrm share/doc/HTML/en/kioslave/xz @dirrm share/doc/HTML/en/kioslave/thumbnail @dirrm share/doc/HTML/en/kioslave/tar @dirrm share/doc/HTML/en/kioslave/smb @@ -1988,11 +1927,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/doc/HTML/en/kioslave/cgi @dirrm share/doc/HTML/en/kioslave/bzip2 @dirrm share/doc/HTML/en/kioslave/bookmarks -@dirrm share/doc/HTML/en/khelpcenter/visualdict -@dirrm share/doc/HTML/en/khelpcenter/userguide -@dirrm share/doc/HTML/en/khelpcenter/quickstart @dirrm share/doc/HTML/en/khelpcenter/glossary -@dirrm share/doc/HTML/en/khelpcenter/faq @dirrm share/doc/HTML/en/khelpcenter @dirrm share/doc/HTML/en/kdesu @dirrm share/doc/HTML/en/kdebugdialog @@ -2004,9 +1939,8 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/doc/HTML/en/kcontrol/proxy @dirrm share/doc/HTML/en/kcontrol/phonon @dirrm share/doc/HTML/en/kcontrol/performance -@dirrm share/doc/HTML/en/kcontrol/paths @dirrm share/doc/HTML/en/kcontrol/netpref -%%NEPOMUK%%@dirrm share/doc/HTML/en/kcontrol/nepomuk +@dirrm share/doc/HTML/en/kcontrol/nepomuk @dirrm share/doc/HTML/en/kcontrol/language @dirrm share/doc/HTML/en/kcontrol/khtml-plugins @dirrm share/doc/HTML/en/kcontrol/khtml-java-js @@ -2020,7 +1954,6 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/doc/HTML/en/kcontrol/kcmcgi @dirrm share/doc/HTML/en/kcontrol/icons @dirrm share/doc/HTML/en/kcontrol/history -@dirrm share/doc/HTML/en/kcontrol/helpindex @dirrm share/doc/HTML/en/kcontrol/filetypes @dirrm share/doc/HTML/en/kcontrol/filemanager @dirrm share/doc/HTML/en/kcontrol/emoticons @@ -2032,8 +1965,8 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/doc/HTML/en/kcontrol/attica @dirrm share/desktop-directories @dirrm share/apps/phonon -%%NEPOMUK%%@dirrm share/apps/nepomukstrigiservice -%%NEPOMUK%%@dirrm share/apps/nepomukstorage +@dirrm share/apps/nepomukstrigiservice +@dirrm share/apps/nepomukstorage @dirrm share/apps/libphonon @dirrm share/apps/kwalletd @dirrm share/apps/ksmserver/windowmanagers @@ -2049,7 +1982,6 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/apps/kio_bookmarks @dirrm share/apps/khelpcenter/searchhandlers/htdig @dirrm share/apps/khelpcenter/searchhandlers -@dirrm share/apps/khelpcenter/plugins/Tutorials @dirrm share/apps/khelpcenter/plugins/Scrollkeeper @dirrm share/apps/khelpcenter/plugins/Manpages @dirrm share/apps/khelpcenter/plugins/Applications @@ -2058,6 +1990,7 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/apps/kcmlocale/pics @dirrm share/apps/kcmlocale @dirrm share/apps/kcm_phonon +@dirrm share/apps/hardwarenotifications @dirrm share/apps/drkonqi/pics @dirrm share/apps/drkonqi/debuggers/internal @dirrm share/apps/drkonqi/debuggers/external @@ -2069,12 +2002,14 @@ share/sounds/KDE-Window-Shade-Up.ogg @dirrm share/apps/desktoptheme/oxygen/opaque @dirrm share/apps/desktoptheme/oxygen/dialogs @dirrmtry share/apps/desktoptheme/oxygen +@dirrm share/apps/desktoptheme/default/translucent/widgets +@dirrm share/apps/desktoptheme/default/translucent/dialogs +@dirrm share/apps/desktoptheme/default/translucent @dirrm share/apps/desktoptheme/default/opaque/widgets @dirrm share/apps/desktoptheme/default/opaque/dialogs @dirrm share/apps/desktoptheme/default/opaque +@dirrm share/apps/desktoptheme/default/icons @dirrm share/apps/desktoptheme/default/dialogs -@dirrmtry share/apps/cmake/modules -@dirrmtry share/apps/cmake @dirrm lib/kde4/plugins/phonon_platform @dirrmtry etc/xdg/menus @dirrmtry etc/xdg diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 366479afb19d..f1a271da8a56 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -16,12 +16,14 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for the KDE system +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= qimageblitz.4:${PORTSDIR}/x11/qimageblitz\ dbus-1.3:${PORTSDIR}/devel/dbus \ hal.1:${PORTSDIR}/sysutils/hal \ polkit-qt-core.0:${PORTSDIR}/sysutils/policykit-qt \ xklavier.12:${PORTSDIR}/x11/libxklavier \ - gps.19:${PORTSDIR}/astro/gpsd + gps.19:${PORTSDIR}/astro/gpsd \ + qalculate.5:${PORTSDIR}/math/libqalculate RUN_DEPENDS= ${KDE4_PREFIX}/env/xdg-env.sh:${PORTSDIR}/misc/kde4-xdg-env \ ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ xprop:${PORTSDIR}/x11/xprop \ @@ -48,7 +50,7 @@ MAKE_JOBS_SAFE= yes MAN1= plasmaengineexplorer.1 -CONFLICTS= kde4-windeco-aurorae-* +CONFLICTS= kde4-windeco-aurorae-* kdebase-runtime-4.4.* CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DWITH_BlueZ:BOOL=OFF \ @@ -83,18 +85,20 @@ LIB_DEPENDS+= utempter:${PORTSDIR}/sysutils/libutempter .endif post-patch: + @${REINPLACE_CMD} -e 's,/usr/lib/X11,${LOCALBASE}/lib/X11,g' \ + -e 's,/usr/share/X11,${LOCALBASE}/share/X11,g' \ + ${PATCH_WRKSRC}/kcontrol/keyboard/xkb_rules.cpp @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/startkde.cmake \ ${PATCH_WRKSRC}/kcontrol/kfontinst/lib/KfiConstants.h \ ${PATCH_WRKSRC}/kcontrol/kfontinst/kio/KioFonts.cpp \ - ${PATCH_WRKSRC}/kcontrol/kxkb/x11helper.cpp \ + ${PATCH_WRKSRC}/kcontrol/keyboard/x11_helper.cpp \ ${PATCH_WRKSRC}/kdm/backend/client.c \ - ${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c + ${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c \ + ${PATCH_WRKSRC}/CMakeLists.txt ${CP} ${FILESDIR}/uptime.* ${WRKSRC}/ksysguard/ksysguardd/FreeBSD/ pre-configure: - ${REINPLACE_CMD} -e 's|sys/ptrace.h|signal.h|' \ - ${PATCH_WRKSRC}/libs/ksysguard/processui/CMakeLists.txt ${REINPLACE_CMD} -e 's|<qhash.h>|<QHash>|' \ ${PATCH_WRKSRC}/kwin/effects/thumbnailaside/thumbnailaside.h .for item in b2/b2client.cpp kwmtheme/kwmthemeclient.cpp \ diff --git a/x11/kdebase4-workspace/distinfo b/x11/kdebase4-workspace/distinfo index 1f4bdf52951e..7b1d0873a93b 100644 --- a/x11/kdebase4-workspace/distinfo +++ b/x11/kdebase4-workspace/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebase-workspace-4.4.5.tar.bz2) = c2fba3b92ae82aa120ac159a3333db28 -SHA256 (KDE/kdebase-workspace-4.4.5.tar.bz2) = 53475dacd95955ef01378d4de7e46602be13e81a1afac73fbed449bb367c20e6 -SIZE (KDE/kdebase-workspace-4.4.5.tar.bz2) = 77036766 +MD5 (KDE/kdebase-workspace-4.5.1.tar.bz2) = c030fa3530c3675636778d1561b012bd +SHA256 (KDE/kdebase-workspace-4.5.1.tar.bz2) = cd0da0b493b9aeabc986bae10c3cf0f350c41e1298000a263a12a7a5d7003d57 +SIZE (KDE/kdebase-workspace-4.5.1.tar.bz2) = 65680180 diff --git a/x11/kdebase4-workspace/files/patch-CMakeLists.txt b/x11/kdebase4-workspace/files/patch-CMakeLists.txt index b0a9a4744f7e..69647cafd4f2 100644 --- a/x11/kdebase4-workspace/files/patch-CMakeLists.txt +++ b/x11/kdebase4-workspace/files/patch-CMakeLists.txt @@ -1,6 +1,15 @@ ---- ./CMakeLists.txt.orig 2009-01-01 19:26:09.000000000 +0300 -+++ ./CMakeLists.txt 2009-03-07 10:02:36.000000000 +0300 -@@ -220,7 +220,7 @@ +--- ./CMakeLists.txt.orig 2010-07-29 01:04:56.000000000 +0400 ++++ ./CMakeLists.txt 2010-08-03 14:45:37.785806201 +0400 +@@ -79,7 +79,7 @@ + configure_file(config-unix.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-unix.h ) + configure_file(config-X11.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-X11.h ) + if(NOT CMAKE_INSTALL_PREFIX STREQUAL "/usr") +- set(EXPORT_XCURSOR_PATH "XCURSOR_PATH=${CMAKE_INSTALL_PREFIX}/share/icons:$XCURSOR_PATH\":~/.icons:/usr/share/icons:/usr/share/pixmaps:/usr/X11R6/lib/X11/icons\"; export XCURSOR_PATH") ++ set(EXPORT_XCURSOR_PATH "XCURSOR_PATH=${CMAKE_INSTALL_PREFIX}/share/icons:$XCURSOR_PATH\":~/.icons:/usr/local/share/icons:/usr/local/share/pixmaps:/usr/local/lib/X11/icons\"; export XCURSOR_PATH") + endif(NOT CMAKE_INSTALL_PREFIX STREQUAL "/usr") + configure_file(startkde.cmake ${CMAKE_CURRENT_BINARY_DIR}/startkde @ONLY) + endif(NOT WIN32) +@@ -231,7 +231,7 @@ macro_write_basic_cmake_version_file(${CMAKE_CURRENT_BINARY_DIR}/KDE4WorkspaceConfigVersion.cmake ${KDE4WORKSPACE_VERSION_MAJOR} ${KDE4WORKSPACE_VERSION_MINOR} ${KDE4WORKSPACE_VERSION_PATCH}) diff --git a/x11/kdebase4-workspace/files/patch-kcontrol-keyboard-kcmmisc.cpp b/x11/kdebase4-workspace/files/patch-kcontrol-keyboard-kcmmisc.cpp deleted file mode 100644 index 15eec2aa583d..000000000000 --- a/x11/kdebase4-workspace/files/patch-kcontrol-keyboard-kcmmisc.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- ./kcontrol/keyboard/kcmmisc.cpp.orig 2008-04-02 08:18:22.000000000 -0400 -+++ ./kcontrol/keyboard/kcmmisc.cpp 2008-07-07 14:02:16.000000000 -0400 -@@ -505,8 +505,10 @@ - - - int numlockState = config.readEntry( "NumLock", 2 ); -- if( numlockState != 2 ) -- numlockx_change_numlock_state( numlockState == 0 ); -+ if( numlockState == 2 ) -+ numlockx_change_numlock_state( TRUE ); -+ if( numlockState == 0 ) -+ numlockx_change_numlock_state( FALSE ); - } - - diff --git a/x11/kdebase4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt b/x11/kdebase4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt index 45f403dd292c..a4102a8029dd 100644 --- a/x11/kdebase4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt +++ b/x11/kdebase4-workspace/files/patch-kdm-kfrontend-CMakeLists.txt @@ -1,12 +1,12 @@ --- ./kdm/kfrontend/CMakeLists.txt.orig 2008-07-30 17:02:54.000000000 +0300 +++ ./kdm/kfrontend/CMakeLists.txt 2008-07-30 17:03:26.000000000 +0300 -@@ -108,6 +108,6 @@ - build_confci() +@@ -113,6 +113,6 @@ - ## use 'GENKDMCONF_FLAGS=... make install' to add flags to the config generation (try genkdmconf -h) + + # use 'GENKDMCONF_FLAGS=... make install' to add flags to the config generation (try genkdmconf -h) -install(CODE " -exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in \\\"\\\$DESTDIR${CONFIG_INSTALL_DIR}/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS) -") -+# install(CODE " -+# exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in \\\"\\\$DESTDIR${CONFIG_INSTALL_DIR}/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS) -+# ") ++#install(CODE " ++#exec_program(\"${CMAKE_CURRENT_BINARY_DIR}/genkdmconf\" ARGS --in \\\"\\\$DESTDIR${CONFIG_INSTALL_DIR}/kdm\\\" --no-in-notice --face-src \\\"${CMAKE_CURRENT_SOURCE_DIR}/pics\\\" \\\$GENKDMCONF_FLAGS) ++#") diff --git a/x11/kdebase4-workspace/files/patch-kdm-kfrontend-genkdmconf.c b/x11/kdebase4-workspace/files/patch-kdm-kfrontend-genkdmconf.c index c81e73a83e24..ef0cea949b21 100644 --- a/x11/kdebase4-workspace/files/patch-kdm-kfrontend-genkdmconf.c +++ b/x11/kdebase4-workspace/files/patch-kdm-kfrontend-genkdmconf.c @@ -1,8 +1,8 @@ ---- kdm/kfrontend/genkdmconf.c -+++ kdm/kfrontend/genkdmconf.c -@@ -44,9 +44,6 @@ - #include <limits.h> +--- ./kdm/kfrontend/genkdmconf.c.orig 2010-07-06 10:54:31.000000000 +0400 ++++ ./kdm/kfrontend/genkdmconf.c 2010-07-30 22:23:28.920432715 +0400 +@@ -45,9 +45,6 @@ #include <sys/stat.h> + #include <sys/wait.h> #include <sys/param.h> -#ifdef BSD -# include <utmp.h> @@ -10,21 +10,21 @@ #define WANT_CONF_GEN #include <config.ci> -@@ -1790,7 +1787,7 @@ +@@ -1857,7 +1854,7 @@ #else # ifdef BSD - delstr( file, "\n" --"exec sessreg -a -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n" ) | + delstr(file, "\n" +-"exec sessreg -a -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n") | +"exec sessreg -a -l $DISPLAY -x */Xservers $USER\n" ) | # endif #endif /* _AIX */ - delstr( file, "\n" -@@ -1839,7 +1836,7 @@ + delstr(file, "\n" +@@ -1906,7 +1903,7 @@ #else # ifdef BSD - delstr( file, "\n" --"exec sessreg -d -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n" ) | + delstr(file, "\n" +-"exec sessreg -d -l $DISPLAY -x */Xservers -u " _PATH_UTMP " $USER\n") | +"exec sessreg -d -l $DISPLAY -x */Xservers $USER\n" ) | # endif #endif /* _AIX */ - delstr( file, "\n" + delstr(file, "\n" diff --git a/x11/kdebase4-workspace/files/patch-kdm__backend__client.c b/x11/kdebase4-workspace/files/patch-kdm__backend__client.c index fe71ad1286a9..ddc34a7504ae 100644 --- a/x11/kdebase4-workspace/files/patch-kdm__backend__client.c +++ b/x11/kdebase4-workspace/files/patch-kdm__backend__client.c @@ -1,26 +1,26 @@ ---- kdm/backend/client.c.orig 2010-03-26 18:26:49.000000000 +0100 -+++ kdm/backend/client.c 2010-06-16 00:28:31.056683006 +0200 -@@ -1271,6 +1271,9 @@ - char ckDeviceBuf[20] = ""; - const char *ckDevice = ckDeviceBuf; - dbus_bool_t isLocal; +--- ./kdm/backend/client.c.orig 2010-07-06 10:54:30.000000000 +0400 ++++ ./kdm/backend/client.c 2010-07-30 22:23:48.264408318 +0400 +@@ -1309,6 +1309,9 @@ + char ckDeviceBuf[20] = ""; + const char *ckDevice = ckDeviceBuf; + dbus_bool_t isLocal; +# ifdef BSD + FILE *proc; +# endif #endif - char *failsafeArgv[2]; - char *buf, *buf2; -@@ -1302,6 +1305,13 @@ + char *failsafeArgv[2]; + char *buf, *buf2; +@@ -1340,6 +1343,13 @@ # ifdef HAVE_VTS - if (td->serverVT > 0) - sprintf( ckDeviceBuf, "/dev/tty%d", td->serverVT ); + if (td->serverVT > 0) + sprintf(ckDeviceBuf, "/dev/tty%d", td->serverVT); +# elif defined(BSD) -+ if ((proc = popen( "/usr/local/libexec/ck-get-x11-display-device", "r" ))) { ++ if ((proc = popen( "/usr/local/libexec/ck-get-x11-display-device", "r" ))) { + fscanf( proc, "%s", ckDeviceBuf ); -+ pclose( proc ); ++ pclose(proc); + if (strcmp( ckDeviceBuf, "usage" ) == 0 || strcmp( ckDeviceBuf, "ERROR:" ) == 0) + ckDeviceBuf[0] = '\0'; + } # endif - isLocal = ((td->displayType & d_location) == dLocal); + isLocal = ((td->displayType & d_location) == dLocal); # ifdef XDMCP diff --git a/x11/kde4-baseapps/files/patch-apps__kinfocenter__base__CMakeLists.txt b/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__base__CMakeLists.txt index 72b28620dcec..c119c41f92ee 100644 --- a/x11/kde4-baseapps/files/patch-apps__kinfocenter__base__CMakeLists.txt +++ b/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__base__CMakeLists.txt @@ -1,5 +1,5 @@ ---- ./apps/kinfocenter/base/CMakeLists.txt.orig 2008-04-18 11:21:39.000000000 +0400 -+++ ./apps/kinfocenter/base/CMakeLists.txt 2009-09-04 00:32:17.000000000 +0400 +--- ./kinfocenter/Modules/base/CMakeLists.txt.orig 2008-04-18 11:21:39.000000000 +0400 ++++ ./kinfocenter/Modules/base/CMakeLists.txt 2009-09-04 00:32:17.000000000 +0400 @@ -2,7 +2,7 @@ # TODO: HAVE_LIBDEVINFO_H (for Solaris 7 and later) # to be set if both -ldevinfo and libdevinfo.h exist diff --git a/x11/kdebase4/files/patch-apps__kinfocenter__base__info_fbsd.cpp b/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__base__info_fbsd.cpp index 026806449c4e..c6bd05dfd898 100644 --- a/x11/kdebase4/files/patch-apps__kinfocenter__base__info_fbsd.cpp +++ b/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__base__info_fbsd.cpp @@ -1,5 +1,5 @@ ---- ./apps/kinfocenter/base/info_fbsd.cpp.orig 2009-04-15 14:25:24.000000000 +0400 -+++ ./apps/kinfocenter/base/info_fbsd.cpp 2009-09-22 21:33:38.000000000 +0400 +--- ./kinfocenter/Modules/base/info_fbsd.cpp.orig 2009-04-15 14:25:24.000000000 +0400 ++++ ./kinfocenter/Modules/base/info_fbsd.cpp 2009-09-22 21:33:38.000000000 +0400 @@ -211,28 +211,17 @@ FILE *pipe; QFile *pcicontrol; diff --git a/x11/kde4-baseapps/files/patch-apps__kinfocenter__info__CMakeLists.txt b/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt index c3b3c28f59fe..eada3d9f4a53 100644 --- a/x11/kde4-baseapps/files/patch-apps__kinfocenter__info__CMakeLists.txt +++ b/x11/kdebase4-workspace/files/patch-kinfocenter__Modules__info__CMakeLists.txt @@ -1,5 +1,11 @@ ---- ./apps/kinfocenter/info/CMakeLists.txt.orig 2008-04-23 19:51:22.000000000 +0400 -+++ ./apps/kinfocenter/info/CMakeLists.txt 2009-09-04 00:42:28.000000000 +0400 +--- ./kinfocenter/Modules/info/CMakeLists.txt.orig 2008-04-23 19:51:22.000000000 +0400 ++++ ./kinfocenter/Modules/info/CMakeLists.txt 2009-09-04 00:42:28.000000000 +0400 +@@ -1,4 +1,4 @@ +- ++set(CMAKE_BACKWARDS_COMPATIBILITY 2.2) + # OS Base includes + include(../base/CMakeLists.txt) + @@ -12,7 +12,7 @@ kde4_add_plugin(kcm_info ${kcm_info_PART_SRCS}) @@ -7,5 +13,5 @@ -target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB}) +target_link_libraries(kcm_info ${KDE4_KDEUI_LIBS} ${QT_QTGUI_LIBRARY} ${X11_X11_LIB} devinfo) - install(TARGETS kcm_info DESTINATION ${PLUGIN_INSTALL_DIR} ) + diff --git a/x11/kdebase4-workspace/files/patch-libs-ksysguard_CMakeLists.txt b/x11/kdebase4-workspace/files/patch-libs-ksysguard_CMakeLists.txt deleted file mode 100644 index de32b4591cdf..000000000000 --- a/x11/kdebase4-workspace/files/patch-libs-ksysguard_CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ ---- ./libs/ksysguard/CMakeLists.txt.orig 2008-04-10 13:30:14.000000000 +0400 -+++ ./libs/ksysguard/CMakeLists.txt 2008-06-28 14:04:29.000000000 +0400 -@@ -5,7 +5,7 @@ - add_subdirectory( processui ) - add_subdirectory( tests ) - --check_include_files(sys/ptrace.h HAVE_SYS_PTRACE_H) -+check_include_files(signal.h HAVE_SYS_PTRACE_H) - - configure_file(config-ksysguard.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-ksysguard.h ) - diff --git a/x11/kdebase4-workspace/files/patch-solid__CMakeLists.txt b/x11/kdebase4-workspace/files/patch-solid__CMakeLists.txt deleted file mode 100644 index a4f39228f738..000000000000 --- a/x11/kdebase4-workspace/files/patch-solid__CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- solid/CMakeLists.txt.orig 2010-06-16 09:49:31.723645684 +0200 -+++ solid/CMakeLists.txt 2010-06-16 09:49:41.468153690 +0200 -@@ -7,8 +7,8 @@ - add_subdirectory(kcm) - add_subdirectory(solid-actions-kcm) - -+add_subdirectory(hal) - IF("${CMAKE_SYSTEM}" MATCHES "Linux") -- add_subdirectory(hal) - add_subdirectory(networking) - add_subdirectory(solidshell) - ENDIF("${CMAKE_SYSTEM}" MATCHES "Linux") diff --git a/x11/kdebase4-workspace/pkg-plist b/x11/kdebase4-workspace/pkg-plist index 512b482606a4..38068c3876a4 100644 --- a/x11/kdebase4-workspace/pkg-plist +++ b/x11/kdebase4-workspace/pkg-plist @@ -11,6 +11,7 @@ bin/kdmctl bin/kdostartupconfig4 bin/kfontinst bin/kfontview +bin/kinfocenter bin/klipper bin/kmenuedit bin/krandom.kss @@ -26,23 +27,23 @@ bin/ksysguard bin/ksysguardd bin/ksystraycmd bin/kwin -bin/kwin_killer_helper -bin/kwin_rules_dialog -bin/kxkb +bin/oxygen-demo +bin/oxygen-settings bin/plasma-desktop bin/plasma-netbook bin/plasma-overlay +bin/plasma-windowed bin/plasmaengineexplorer bin/plasmawallpaperviewer bin/plasmoidviewer bin/polkit-kde-authorization -bin/safestartkde bin/solid-action-desktop-gen bin/startkde bin/startkde4 bin/systemsettings etc/dbus-1/system.d/org.kde.fontinst.conf etc/dbus-1/system.d/org.kde.kcontrol.kcmclock.conf +etc/dbus-1/system.d/org.kde.kcontrol.kcmkdm.conf etc/dbus-1/system.d/org.kde.ksysguard.processlisthelper.conf etc/ksysguarddrc include/KDE/Plasma/Weather/Ion @@ -51,11 +52,6 @@ include/kcommondecoration.h include/kdecoration.h include/kdecorationbridge.h include/kdecorationfactory.h -include/kephal/configurations.h -include/kephal/kephal.h -include/kephal/kephal_export.h -include/kephal/outputs.h -include/kephal/screens.h include/kgreeterplugin.h include/kscreensaver.h include/kscreensaver_vroot.h @@ -79,6 +75,9 @@ include/kwinglutils.h include/kwinglutils_funcs.h include/kwinshadereffect.h include/kwinxrenderutils.h +include/kworkspace/kactivityconsumer.h +include/kworkspace/kactivitycontroller.h +include/kworkspace/kactivityinfo.h include/kworkspace/kdisplaymanager.h include/kworkspace/kwindowlistmenu.h include/kworkspace/kworkspace.h @@ -156,6 +155,7 @@ lib/kconf_update_bin/kwin_update_window_settings lib/kconf_update_bin/plasma-add-shortcut-to-menu lib/kconf_update_bin/plasma-to-plasma-desktop lib/kde4/classic_mode.so +lib/kde4/devinfo.so lib/kde4/fontthumbnail.so lib/kde4/icon_mode.so lib/kde4/ion_bbcukmet.so @@ -167,15 +167,17 @@ lib/kde4/kcm_autostart.so lib/kde4/kcm_bell.so lib/kde4/kcm_clock.so lib/kde4/kcm_colors.so -lib/kde4/kcm_desktopthemedetails.so +lib/kde4/kcm_desktoppaths.so +lib/kde4/kcm_desktoptheme.so lib/kde4/kcm_display.so lib/kde4/kcm_fontinst.so lib/kde4/kcm_fonts.so lib/kde4/kcm_hotkeys.so +lib/kde4/kcm_info.so +lib/kde4/kcm_infosummary.so lib/kde4/kcm_input.so lib/kde4/kcm_kdm.so lib/kde4/kcm_keyboard.so -lib/kde4/kcm_keyboard_layout.so lib/kde4/kcm_keys.so lib/kde4/kcm_krunner_kill.so lib/kde4/kcm_ksplashthemes.so @@ -188,23 +190,32 @@ lib/kde4/kcm_kwinrules.so lib/kde4/kcm_kwinscreenedges.so lib/kde4/kcm_kwintabbox.so lib/kde4/kcm_launch.so +lib/kde4/kcm_memory.so +lib/kde4/kcm_nic.so +lib/kde4/kcm_opengl.so +lib/kde4/kcm_pci.so lib/kde4/kcm_pkk_authorization.so lib/kde4/kcm_powerdevilconfig.so lib/kde4/kcm_randr.so +lib/kde4/kcm_samba.so lib/kde4/kcm_screensaver.so lib/kde4/kcm_smserver.so lib/kde4/kcm_solid.so lib/kde4/kcm_solid_actions.so lib/kde4/kcm_standard_actions.so lib/kde4/kcm_style.so +lib/kde4/kcm_usb.so lib/kde4/kcm_workspaceoptions.so lib/kde4/kcm_xinerama.so +lib/kde4/kded_freespacenotifier.so lib/kde4/kded_kephal.so +lib/kde4/kded_keyboard.so lib/kde4/kded_khotkeys.so lib/kde4/kded_kwrited.so lib/kde4/kded_powerdevil.so lib/kde4/kded_randrmonitor.so lib/kde4/kded_statusnotifierwatcher.so +lib/kde4/keyboard_layout_widget.so lib/kde4/kfontviewpart.so lib/kde4/kgreet_classic.so lib/kde4/kgreet_generic.so @@ -224,8 +235,10 @@ lib/kde4/krunner_sessions.so lib/kde4/krunner_shell.so lib/kde4/krunner_solid.so lib/kde4/krunner_webshortcuts.so +lib/kde4/krunner_windowedwidgets.so lib/kde4/krunner_windows.so lib/kde4/kstyle_keramik_config.so +lib/kde4/kstyle_oxygen_config.so lib/kde4/kwin3_aurorae.so lib/kde4/kwin3_b2.so lib/kde4/kwin3_kde2.so @@ -239,7 +252,6 @@ lib/kde4/kwin3_redmond.so lib/kde4/kwin3_tabstrip.so lib/kde4/kwin3_web.so lib/kde4/kwin4_effect_builtins.so -lib/kde4/kwin_aurorae_config.so lib/kde4/kwin_b2_config.so lib/kde4/kwin_kde2_config.so lib/kde4/kwin_keramik_config.so @@ -253,12 +265,16 @@ lib/kde4/libexec/fontinst_helper lib/kde4/libexec/fontinst_x11 lib/kde4/libexec/kcheckpass lib/kde4/libexec/kcmdatetimehelper +lib/kde4/libexec/kcmkdmhelper lib/kde4/libexec/kdm-bin_config lib/kde4/libexec/kdm-bin_greet lib/kde4/libexec/kfontprint lib/kde4/libexec/krootimage lib/kde4/libexec/kscreenlocker lib/kde4/libexec/ksysguardprocesslist_helper +lib/kde4/libexec/kwin_killer_helper +lib/kde4/libexec/kwin_opengl_test +lib/kde4/libexec/kwin_rules_dialog lib/kde4/libexec/polkit-kde-manager lib/kde4/libexec/test_kcm_xinerama lib/kde4/plasma-geolocation-gps.so @@ -272,8 +288,10 @@ lib/kde4/plasma_applet_currentappcontrol.so lib/kde4/plasma_applet_devicenotifier.so lib/kde4/plasma_applet_dig_clock.so lib/kde4/plasma_applet_icon.so +lib/kde4/plasma_applet_keyboard.so lib/kde4/plasma_applet_launcher.so lib/kde4/plasma_applet_lockout.so +lib/kde4/plasma_applet_notifications.so lib/kde4/plasma_applet_pager.so lib/kde4/plasma_applet_panelspacer_internal.so lib/kde4/plasma_applet_quicklaunch.so @@ -310,6 +328,7 @@ lib/kde4/plasma_engine_akonadi.so lib/kde4/plasma_engine_applicationjobs.so lib/kde4/plasma_engine_apps.so lib/kde4/plasma_engine_calendar.so +lib/kde4/plasma_engine_devicenotifications.so lib/kde4/plasma_engine_dict.so lib/kde4/plasma_engine_executable.so lib/kde4/plasma_engine_favicons.so @@ -327,6 +346,7 @@ lib/kde4/plasma_engine_powermanagement.so lib/kde4/plasma_engine_rss.so lib/kde4/plasma_engine_searchlaunch.so lib/kde4/plasma_engine_soliddevice.so +lib/kde4/plasma_engine_statusnotifieritem.so lib/kde4/plasma_engine_systemmonitor.so lib/kde4/plasma_engine_tasks.so lib/kde4/plasma_engine_time.so @@ -339,6 +359,7 @@ lib/kde4/plugins/designer/ksignalplotterwidgets.so lib/kde4/plugins/designer/ksysguardlsofwidgets.so lib/kde4/plugins/designer/ksysguardwidgets.so lib/kde4/plugins/gui_platform/libkde.so +lib/kde4/plugins/styles/oxygen.so lib/kde4/solid_fakenet.so lib/kde4/solid_hal_power.so lib/kde4/solid_lirc.so @@ -356,9 +377,9 @@ lib/libkdeinit4_ksmserver.so lib/libkdeinit4_ksysguard.so lib/libkdeinit4_kwin.so lib/libkdeinit4_kwin_rules_dialog.so -lib/libkdeinit4_kxkb.so lib/libkdeinit4_plasma-desktop.so lib/libkdeinit4_plasma-netbook.so +lib/libkdeinit4_plasma-windowed.so lib/libkephal.so lib/libkephal.so.5 lib/libkephal.so.5.0.1 @@ -392,6 +413,9 @@ lib/libkworkspace.so.5.0.1 lib/liblsofui.so lib/liblsofui.so.5 lib/liblsofui.so.5.0.1 +lib/liboxygenstyle.so +lib/liboxygenstyle.so.5 +lib/liboxygenstyle.so.5.0.1 lib/libplasma-geolocation-interface.so lib/libplasma-geolocation-interface.so.5 lib/libplasma-geolocation-interface.so.5.0.1 @@ -420,7 +444,7 @@ lib/libsolidcontrolifaces.so lib/libsolidcontrolifaces.so.5 lib/libsolidcontrolifaces.so.5.0.1 lib/libsystemsettingsview.so -lib/libsystemsettingsview.so.1 +lib/libsystemsettingsview.so.2 lib/libtaskmanager.so lib/libtaskmanager.so.5 lib/libtaskmanager.so.5.0.1 @@ -430,8 +454,10 @@ lib/libweather_ion.so.5.0.1 lib/strigi/strigita_font.so share/PolicyKit/policy/org.kde.fontinst.policy share/PolicyKit/policy/org.kde.kcontrol.kcmclock.policy +share/PolicyKit/policy/org.kde.kcontrol.kcmkdm.policy share/PolicyKit/policy/org.kde.ksysguard.processlisthelper.policy share/applications/kde4/kfontview.desktop +share/applications/kde4/kinfocenter.desktop share/applications/kde4/klipper.desktop share/applications/kde4/kmenuedit.desktop share/applications/kde4/krandrtray.desktop @@ -458,12 +484,12 @@ share/apps/desktoptheme/air-netbook/colors share/apps/desktoptheme/air-netbook/metadata.desktop share/apps/desktoptheme/air-netbook/widgets/background.svgz share/apps/desktoptheme/air-netbook/widgets/panel-background.svgz -share/apps/desktoptheme/air-netbook/widgets/systemtray.svgz share/apps/desktoptheme/default/calendar/mini-calendar.svgz share/apps/desktoptheme/default/system-monitor/hdd_panel.svgz share/apps/desktoptheme/default/widgets/battery-oxygen.svgz share/apps/doc/kdm/README share/apps/doc/kdm/greeter.dtd +share/apps/freespacenotifier/freespacenotifier.notifyrc share/apps/kaccess/kaccess.notifyrc share/apps/katepart/syntax/plasma-desktop-js.xml share/apps/kcminput/cursor_large_black.pcf.gz @@ -479,15 +505,19 @@ share/apps/kcmkeys/win3.kksrc share/apps/kcmkeys/win4.kksrc share/apps/kcmkeys/wm3.kksrc share/apps/kcmsolidactions/solid-action-template.desktop +share/apps/kcmusb/usb.ids share/apps/kconf_update/convertShortcuts.pl share/apps/kconf_update/kaccel.upd share/apps/kconf_update/kcmdisplayrc.upd share/apps/kconf_update/klipper-kconfigxt.upd share/apps/kconf_update/krdb.upd share/apps/kconf_update/ksmserver.upd +share/apps/kconf_update/ksmserver_shortcuts.upd share/apps/kconf_update/kwin.upd share/apps/kconf_update/kwin3_plugin.pl share/apps/kconf_update/kwin3_plugin.upd +share/apps/kconf_update/kwin_blacklist.sh +share/apps/kconf_update/kwin_blacklist.upd share/apps/kconf_update/kwin_focus1.sh share/apps/kconf_update/kwin_focus1.upd share/apps/kconf_update/kwin_focus2.sh @@ -609,19 +639,30 @@ share/apps/kdm/themes/circles/flower.png share/apps/kdm/themes/circles/help.png share/apps/kdm/themes/circles/options.png share/apps/kdm/themes/circles/screenshot.png -share/apps/kdm/themes/oxygen-air/1920x1200.png +share/apps/kdm/themes/ethais/KdmGreeterTheme.desktop +share/apps/kdm/themes/ethais/ethais.xml +share/apps/kdm/themes/ethais/lineedit_active.png +share/apps/kdm/themes/ethais/lineedit_normal.png +share/apps/kdm/themes/ethais/lock.png +share/apps/kdm/themes/ethais/login_active.png +share/apps/kdm/themes/ethais/login_normal.png +share/apps/kdm/themes/ethais/pw_icon.png +share/apps/kdm/themes/ethais/rectangle.png +share/apps/kdm/themes/ethais/rectangle_overlay.png +share/apps/kdm/themes/ethais/screenshot.png +share/apps/kdm/themes/ethais/session_normal.png +share/apps/kdm/themes/ethais/system_normal.png +share/apps/kdm/themes/ethais/user_icon.png share/apps/kdm/themes/oxygen-air/KdmGreeterTheme.desktop share/apps/kdm/themes/oxygen-air/caps.png share/apps/kdm/themes/oxygen-air/icon-kde.png share/apps/kdm/themes/oxygen-air/oxygen-air.xml -share/apps/kdm/themes/oxygen-air/pw-entry-li.png share/apps/kdm/themes/oxygen-air/pw-entry.png share/apps/kdm/themes/oxygen-air/screenshot.png share/apps/kdm/themes/oxygen-air/session_button-li.png share/apps/kdm/themes/oxygen-air/session_button.png share/apps/kdm/themes/oxygen-air/system_button-li.png share/apps/kdm/themes/oxygen-air/system_button.png -share/apps/kdm/themes/oxygen-air/user-entry-li.png share/apps/kdm/themes/oxygen-air/user-entry.png share/apps/kdm/themes/oxygen-air/win-login.png share/apps/kdm/themes/oxygen/KdmGreeterTheme.desktop @@ -651,6 +692,7 @@ share/apps/khotkeys/defaults.khotkeys share/apps/khotkeys/kde32b1.khotkeys share/apps/khotkeys/konqueror_gestures_kde321.khotkeys share/apps/khotkeys/printscreen.khotkeys +share/apps/kinfocenter/kinfocenterui.rc share/apps/kmenuedit/icons/oxygen/22x22/actions/menu_new.png share/apps/kmenuedit/icons/oxygen/22x22/actions/menu_new_sep.png share/apps/kmenuedit/icons/oxygen/32x32/actions/menu_new.png @@ -683,11 +725,24 @@ share/apps/ksplash/Themes/Simple/Preview.png share/apps/ksplash/Themes/Simple/Theme.rc share/apps/ksplash/Themes/SimpleSmall/Preview.png share/apps/ksplash/Themes/SimpleSmall/Theme.rc +share/apps/kstyle/themes/oxygen.themerc +share/apps/kstyle/themes/qtcde.themerc +share/apps/kstyle/themes/qtcleanlooks.themerc +share/apps/kstyle/themes/qtgtk.themerc +share/apps/kstyle/themes/qtmotif.themerc +share/apps/kstyle/themes/qtplastique.themerc +share/apps/kstyle/themes/qtwindows.themerc share/apps/ksysguard/ProcessTable.sgrd share/apps/ksysguard/SystemLoad2.sgrd share/apps/ksysguard/ksysguard.notifyrc share/apps/ksysguard/ksysguardui.rc share/apps/ksysguard/scripts/README +share/apps/ksysguard/scripts/smaps/helper.js +share/apps/ksysguard/scripts/smaps/index.html +share/apps/ksysguard/scripts/smaps/main.js +share/apps/ksysguard/scripts/smaps/smaps.desktop +share/apps/ksysguard/scripts/smaps/sorttable.js +share/apps/ksysguard/scripts/smaps/style.css share/apps/kthememanager/themes/HighContrastDark-big/HighContrastDark-big.preview.png share/apps/kthememanager/themes/HighContrastDark-big/HighContrastDark-big.xml share/apps/kthememanager/themes/HighContrastDark/HighContrastDark.preview.png @@ -750,8 +805,10 @@ share/apps/kwin/tabstrip.desktop share/apps/kwin/trackmouse.png share/apps/kwin/web.desktop share/apps/kwrited/kwrited.notifyrc +share/apps/plasma-desktop/init/00-defaultLayout.js share/apps/plasma-desktop/plasma-desktop.notifyrc -share/apps/plasma-netbook/plasma-default-layoutrc +share/apps/plasma-desktop/updates/systray-to-notifications-widget.js +share/apps/plasma-netbook/init/00-defaultLayout.js share/apps/plasma/dashboard/AppleClasses/AppleAnimator.js share/apps/plasma/dashboard/AppleClasses/AppleButton.js share/apps/plasma/dashboard/AppleClasses/AppleInfoButton.js @@ -759,12 +816,21 @@ share/apps/plasma/dashboard/AppleClasses/AppleScrollArea.js share/apps/plasma/dashboard/AppleClasses/AppleScrollbar.js share/apps/plasma/dashboard/AppleClasses/AppleSlider.js share/apps/plasma/dashboard/button/genericButton.js +share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/contents/layout.js +share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/metadata.desktop +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage/contents/layout.js +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage/metadata.desktop +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/contents/layout.js +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/metadata.desktop +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/contents/layout.js +share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/metadata.desktop share/apps/plasma/services/applicationjobs.operations share/apps/plasma/services/apps.operations share/apps/plasma/services/modifierkeystate.operations share/apps/plasma/services/notifications.operations share/apps/plasma/services/nowplaying.operations share/apps/plasma/services/searchlaunch.operations +share/apps/plasma/services/statusnotifieritem.operations share/apps/plasma/services/tasks.operations share/apps/powerdevil/default.powerdevilprofiles share/apps/powerdevil/powerdevil.notifyrc @@ -776,7 +842,6 @@ share/apps/solid/devices/solid-device-Block.desktop share/apps/solid/devices/solid-device-Button.desktop share/apps/solid/devices/solid-device-Camera.desktop share/apps/solid/devices/solid-device-DvbInterface.desktop -share/apps/solid/devices/solid-device-GenericInterface.desktop share/apps/solid/devices/solid-device-NetworkInterface.desktop share/apps/solid/devices/solid-device-OpticalDisc.desktop share/apps/solid/devices/solid-device-OpticalDrive.desktop @@ -797,6 +862,7 @@ share/autostart/klipper.desktop share/autostart/krunner.desktop share/autostart/plasma-desktop.desktop share/autostart/plasma.desktop +share/config.kcfg/freespacenotifier.kcfg share/config.kcfg/klaunch.kcfg share/config.kcfg/kscreensaversettings.kcfg share/config.kcfg/kwin.kcfg @@ -823,6 +889,7 @@ share/dbus-1/services/org.kde.fontinst.service share/dbus-1/services/org.kde.krunner.service share/dbus-1/system-services/org.kde.fontinst.service share/dbus-1/system-services/org.kde.kcontrol.kcmclock.service +share/dbus-1/system-services/org.kde.kcontrol.kcmkdm.service share/dbus-1/system-services/org.kde.ksysguard.processlisthelper.service share/doc/HTML/en/PolicyKit-kde/authdialog_1.png share/doc/HTML/en/PolicyKit-kde/authdialog_2.png @@ -876,9 +943,6 @@ share/doc/HTML/en/kcontrol/joystick/joystick-main.png share/doc/HTML/en/kcontrol/kcmaccess/common share/doc/HTML/en/kcontrol/kcmaccess/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmaccess/index.docbook -share/doc/HTML/en/kcontrol/kcmdisplay/common -share/doc/HTML/en/kcontrol/kcmdisplay/index.cache.bz2 -share/doc/HTML/en/kcontrol/kcmdisplay/index.docbook share/doc/HTML/en/kcontrol/kcmsmserver/common share/doc/HTML/en/kcontrol/kcmsmserver/index.cache.bz2 share/doc/HTML/en/kcontrol/kcmsmserver/index.docbook @@ -896,6 +960,7 @@ share/doc/HTML/en/kcontrol/kwincompositing/index.cache.bz2 share/doc/HTML/en/kcontrol/kwincompositing/index.docbook share/doc/HTML/en/kcontrol/kwindecoration/buttons.png share/doc/HTML/en/kcontrol/kwindecoration/common +share/doc/HTML/en/kcontrol/kwindecoration/decoration.png share/doc/HTML/en/kcontrol/kwindecoration/index.cache.bz2 share/doc/HTML/en/kcontrol/kwindecoration/index.docbook share/doc/HTML/en/kcontrol/kwindecoration/main.png @@ -908,6 +973,10 @@ share/doc/HTML/en/kcontrol/kwintabbox/index.docbook share/doc/HTML/en/kcontrol/mouse/common share/doc/HTML/en/kcontrol/mouse/index.cache.bz2 share/doc/HTML/en/kcontrol/mouse/index.docbook +share/doc/HTML/en/kcontrol/paths/common +share/doc/HTML/en/kcontrol/paths/index.cache.bz2 +share/doc/HTML/en/kcontrol/paths/index.docbook +share/doc/HTML/en/kcontrol/paths/paths.png share/doc/HTML/en/kcontrol/powerdevil/common share/doc/HTML/en/kcontrol/powerdevil/index.cache.bz2 share/doc/HTML/en/kcontrol/powerdevil/index.docbook @@ -942,6 +1011,17 @@ share/doc/HTML/en/kdm/index.cache.bz2 share/doc/HTML/en/kdm/index.docbook share/doc/HTML/en/kdm/kdmrc-ref.docbook share/doc/HTML/en/kdm/theme-ref.docbook +share/doc/HTML/en/kfontview/common +share/doc/HTML/en/kfontview/index.cache.bz2 +share/doc/HTML/en/kfontview/index.docbook +share/doc/HTML/en/kfontview/kfontview.png +share/doc/HTML/en/kinfocenter/common +share/doc/HTML/en/kinfocenter/index.cache.bz2 +share/doc/HTML/en/kinfocenter/index.docbook +share/doc/HTML/en/kinfocenter/kinfocenter.png +share/doc/HTML/en/kinfocenter/os_block.png +share/doc/HTML/en/kinfocenter/pro_block.png +share/doc/HTML/en/kinfocenter/sto_block.png share/doc/HTML/en/klipper/common share/doc/HTML/en/klipper/index.cache.bz2 share/doc/HTML/en/klipper/index.docbook @@ -951,7 +1031,6 @@ share/doc/HTML/en/kmenuedit/done.png share/doc/HTML/en/kmenuedit/index.cache.bz2 share/doc/HTML/en/kmenuedit/index.docbook share/doc/HTML/en/kmenuedit/itemname.png -share/doc/HTML/en/kmenuedit/kmenueditmain.png share/doc/HTML/en/kmenuedit/new.png share/doc/HTML/en/kmenuedit/reset.png share/doc/HTML/en/kmenuedit/selecticon.png @@ -959,11 +1038,8 @@ share/doc/HTML/en/kmenuedit/selectinternet.png share/doc/HTML/en/ksysguard/common share/doc/HTML/en/ksysguard/index.cache.bz2 share/doc/HTML/en/ksysguard/index.docbook -share/doc/HTML/en/kxkb/common -share/doc/HTML/en/kxkb/index.cache.bz2 -share/doc/HTML/en/kxkb/index.docbook +share/doc/HTML/en/plasma-desktop/add-widgets.png share/doc/HTML/en/plasma-desktop/common -share/doc/HTML/en/plasma-desktop/favorite-widgets.png share/doc/HTML/en/plasma-desktop/index.cache.bz2 share/doc/HTML/en/plasma-desktop/index.docbook share/doc/HTML/en/plasma-desktop/taskbar-settings.png @@ -998,6 +1074,7 @@ share/icons/Oxygen_Black/cursors/crossed_circle share/icons/Oxygen_Black/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Black/cursors/dnd-copy share/icons/Oxygen_Black/cursors/dnd-link +share/icons/Oxygen_Black/cursors/dnd-move share/icons/Oxygen_Black/cursors/dnd-no-drop share/icons/Oxygen_Black/cursors/dnd-none share/icons/Oxygen_Black/cursors/e-resize @@ -1072,6 +1149,7 @@ share/icons/Oxygen_Black_Big/cursors/crossed_circle share/icons/Oxygen_Black_Big/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Black_Big/cursors/dnd-copy share/icons/Oxygen_Black_Big/cursors/dnd-link +share/icons/Oxygen_Black_Big/cursors/dnd-move share/icons/Oxygen_Black_Big/cursors/dnd-no-drop share/icons/Oxygen_Black_Big/cursors/dnd-none share/icons/Oxygen_Black_Big/cursors/e-resize @@ -1146,6 +1224,7 @@ share/icons/Oxygen_Blue/cursors/crossed_circle share/icons/Oxygen_Blue/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Blue/cursors/dnd-copy share/icons/Oxygen_Blue/cursors/dnd-link +share/icons/Oxygen_Blue/cursors/dnd-move share/icons/Oxygen_Blue/cursors/dnd-no-drop share/icons/Oxygen_Blue/cursors/dnd-none share/icons/Oxygen_Blue/cursors/e-resize @@ -1220,6 +1299,7 @@ share/icons/Oxygen_Blue_Big/cursors/crossed_circle share/icons/Oxygen_Blue_Big/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Blue_Big/cursors/dnd-copy share/icons/Oxygen_Blue_Big/cursors/dnd-link +share/icons/Oxygen_Blue_Big/cursors/dnd-move share/icons/Oxygen_Blue_Big/cursors/dnd-no-drop share/icons/Oxygen_Blue_Big/cursors/dnd-none share/icons/Oxygen_Blue_Big/cursors/e-resize @@ -1294,6 +1374,7 @@ share/icons/Oxygen_White/cursors/crossed_circle share/icons/Oxygen_White/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_White/cursors/dnd-copy share/icons/Oxygen_White/cursors/dnd-link +share/icons/Oxygen_White/cursors/dnd-move share/icons/Oxygen_White/cursors/dnd-no-drop share/icons/Oxygen_White/cursors/dnd-none share/icons/Oxygen_White/cursors/e-resize @@ -1368,6 +1449,7 @@ share/icons/Oxygen_White_Big/cursors/crossed_circle share/icons/Oxygen_White_Big/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_White_Big/cursors/dnd-copy share/icons/Oxygen_White_Big/cursors/dnd-link +share/icons/Oxygen_White_Big/cursors/dnd-move share/icons/Oxygen_White_Big/cursors/dnd-no-drop share/icons/Oxygen_White_Big/cursors/dnd-none share/icons/Oxygen_White_Big/cursors/e-resize @@ -1442,6 +1524,7 @@ share/icons/Oxygen_Yellow/cursors/crossed_circle share/icons/Oxygen_Yellow/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Yellow/cursors/dnd-copy share/icons/Oxygen_Yellow/cursors/dnd-link +share/icons/Oxygen_Yellow/cursors/dnd-move share/icons/Oxygen_Yellow/cursors/dnd-no-drop share/icons/Oxygen_Yellow/cursors/dnd-none share/icons/Oxygen_Yellow/cursors/e-resize @@ -1516,6 +1599,7 @@ share/icons/Oxygen_Yellow_Big/cursors/crossed_circle share/icons/Oxygen_Yellow_Big/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Yellow_Big/cursors/dnd-copy share/icons/Oxygen_Yellow_Big/cursors/dnd-link +share/icons/Oxygen_Yellow_Big/cursors/dnd-move share/icons/Oxygen_Yellow_Big/cursors/dnd-no-drop share/icons/Oxygen_Yellow_Big/cursors/dnd-none share/icons/Oxygen_Yellow_Big/cursors/e-resize @@ -1590,6 +1674,7 @@ share/icons/Oxygen_Zion/cursors/crossed_circle share/icons/Oxygen_Zion/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Zion/cursors/dnd-copy share/icons/Oxygen_Zion/cursors/dnd-link +share/icons/Oxygen_Zion/cursors/dnd-move share/icons/Oxygen_Zion/cursors/dnd-no-drop share/icons/Oxygen_Zion/cursors/dnd-none share/icons/Oxygen_Zion/cursors/e-resize @@ -1664,6 +1749,7 @@ share/icons/Oxygen_Zion_Big/cursors/crossed_circle share/icons/Oxygen_Zion_Big/cursors/d9ce0ab605698f320427677b458ad60b share/icons/Oxygen_Zion_Big/cursors/dnd-copy share/icons/Oxygen_Zion_Big/cursors/dnd-link +share/icons/Oxygen_Zion_Big/cursors/dnd-move share/icons/Oxygen_Zion_Big/cursors/dnd-no-drop share/icons/Oxygen_Zion_Big/cursors/dnd-none share/icons/Oxygen_Zion_Big/cursors/e-resize @@ -1713,15 +1799,12 @@ share/icons/Oxygen_Zion_Big/index.theme share/icons/hicolor/128x128/apps/ksplash.png share/icons/hicolor/16x16/apps/kmenuedit.png share/icons/hicolor/16x16/apps/ksplash.png -share/icons/hicolor/16x16/apps/kxkb.png share/icons/hicolor/22x22/apps/kmenuedit.png share/icons/hicolor/22x22/apps/ksplash.png share/icons/hicolor/32x32/apps/kmenuedit.png share/icons/hicolor/32x32/apps/ksplash.png -share/icons/hicolor/32x32/apps/kxkb.png share/icons/hicolor/48x48/apps/kmenuedit.png share/icons/hicolor/48x48/apps/ksplash.png -share/icons/hicolor/48x48/apps/kxkb.png share/icons/hicolor/64x64/apps/ksplash.png share/icons/oxygen/128x128/apps/kcmkwm.png share/icons/oxygen/128x128/mimetypes/fonts-package.png @@ -1765,36 +1848,49 @@ share/kde4/services/bell.desktop share/kde4/services/clock.desktop share/kde4/services/colors.desktop share/kde4/services/desktop.desktop -share/kde4/services/desktopthemedetails.desktop +share/kde4/services/desktoppath.desktop +share/kde4/services/desktoptheme.desktop +share/kde4/services/deviceinfocategory.desktop +share/kde4/services/devinfo.desktop share/kde4/services/display.desktop +share/kde4/services/dma.desktop share/kde4/services/fontinst.desktop share/kde4/services/fonts.desktop share/kde4/services/fonts.protocol share/kde4/services/fontthumbnail.desktop +share/kde4/services/graphicalinfocategory.desktop +share/kde4/services/interrupts.desktop share/kde4/services/ion-bbcukmet.desktop share/kde4/services/ion-envcan.desktop share/kde4/services/ion-noaa.desktop share/kde4/services/ion-wettercom.desktop +share/kde4/services/ioports.desktop share/kde4/services/kaccess.desktop +share/kde4/services/kcm_infosummary.desktop share/kde4/services/kcm_keyboard.desktop +share/kde4/services/kcm_memory.desktop +share/kde4/services/kcm_pci.desktop share/kde4/services/kcm_pkk_authorization.desktop share/kde4/services/kcm_solid.desktop share/kde4/services/kcmaccess.desktop share/kde4/services/kcmlaunch.desktop share/kde4/services/kcmsmserver.desktop +share/kde4/services/kcmusb.desktop +share/kde4/services/kded/freespacenotifier.desktop share/kde4/services/kded/kephal.desktop +share/kde4/services/kded/keyboard.desktop share/kde4/services/kded/khotkeys.desktop share/kde4/services/kded/kwrited.desktop share/kde4/services/kded/powerdevil.desktop share/kde4/services/kded/randrmonitor.desktop share/kde4/services/kded/statusnotifierwatcher.desktop share/kde4/services/kdm.desktop -share/kde4/services/keyboard.desktop -share/kde4/services/keyboard_layout.desktop share/kde4/services/keys.desktop share/kde4/services/kfontviewpart.desktop share/kde4/services/khotkeys.desktop share/kde4/services/ksplashthememgr.desktop +share/kde4/services/kwin/blur.desktop +share/kde4/services/kwin/blur_config.desktop share/kde4/services/kwin/boxswitch.desktop share/kde4/services/kwin/boxswitch_config.desktop share/kde4/services/kwin/coverswitch.desktop @@ -1815,6 +1911,8 @@ share/kde4/services/kwin/fadedesktop.desktop share/kde4/services/kwin/fallapart.desktop share/kde4/services/kwin/flipswitch.desktop share/kde4/services/kwin/flipswitch_config.desktop +share/kde4/services/kwin/glide.desktop +share/kde4/services/kwin/glide_config.desktop share/kde4/services/kwin/highlightwindow.desktop share/kde4/services/kwin/invert.desktop share/kde4/services/kwin/invert_config.desktop @@ -1868,7 +1966,11 @@ share/kde4/services/kwinoptions.desktop share/kde4/services/kwinrules.desktop share/kde4/services/kwinscreenedges.desktop share/kde4/services/kwintabbox.desktop +share/kde4/services/lostfoundcategory.desktop share/kde4/services/mouse.desktop +share/kde4/services/networkinfocategory.desktop +share/kde4/services/nic.desktop +share/kde4/services/opengl.desktop share/kde4/services/plasma-animator-default.desktop share/kde4/services/plasma-applet-activitybar.desktop share/kde4/services/plasma-applet-analogclock.desktop @@ -1879,6 +1981,7 @@ share/kde4/services/plasma-applet-digitalclock.desktop share/kde4/services/plasma-applet-icon.desktop share/kde4/services/plasma-applet-launcher.desktop share/kde4/services/plasma-applet-lockout.desktop +share/kde4/services/plasma-applet-notifications.desktop share/kde4/services/plasma-applet-panelspacer-internal.desktop share/kde4/services/plasma-applet-quicklaunch.desktop share/kde4/services/plasma-applet-searchbox.desktop @@ -1896,6 +1999,7 @@ share/kde4/services/plasma-applet-webbrowser.desktop share/kde4/services/plasma-applet-windowlist.desktop share/kde4/services/plasma-battery-default.desktop share/kde4/services/plasma-containment-desktop.desktop +share/kde4/services/plasma-containment-desktopdashboard.desktop share/kde4/services/plasma-containment-netpanel.desktop share/kde4/services/plasma-containment-newspaper.desktop share/kde4/services/plasma-containment-panel.desktop @@ -1911,6 +2015,7 @@ share/kde4/services/plasma-containmentactions-switchwindow.desktop share/kde4/services/plasma-dataengine-applicationjobs.desktop share/kde4/services/plasma-dataengine-apps.desktop share/kde4/services/plasma-dataengine-calendar.desktop +share/kde4/services/plasma-dataengine-devicenotifications.desktop share/kde4/services/plasma-dataengine-dict.desktop share/kde4/services/plasma-dataengine-executable.desktop share/kde4/services/plasma-dataengine-favicons.desktop @@ -1935,6 +2040,10 @@ share/kde4/services/plasma-engine-metadata.desktop share/kde4/services/plasma-engine-searchlaunch.desktop share/kde4/services/plasma-geolocation-gps.desktop share/kde4/services/plasma-geolocation-ip.desktop +share/kde4/services/plasma-layout-org.kde.plasma-desktop.defaultPanel.desktop +share/kde4/services/plasma-layout-org.kde.plasma-netbook.defaultPage.desktop +share/kde4/services/plasma-layout-org.kde.plasma-netbook.defaultPanel.desktop +share/kde4/services/plasma-layout-org.kde.plasma-netbook.defaultSal.desktop share/kde4/services/plasma-packagestructure-dashboard.desktop share/kde4/services/plasma-packagestructure-web.desktop share/kde4/services/plasma-pager-default.desktop @@ -1952,9 +2061,11 @@ share/kde4/services/plasma-runner-sessions.desktop share/kde4/services/plasma-runner-shell.desktop share/kde4/services/plasma-runner-solid.desktop share/kde4/services/plasma-runner-webshortcuts.desktop +share/kde4/services/plasma-runner-windowedwidgets.desktop share/kde4/services/plasma-runner-windows.desktop share/kde4/services/plasma-sal-bookmarks.desktop share/kde4/services/plasma-sal-contacts.desktop +share/kde4/services/plasma-sal-development.desktop share/kde4/services/plasma-sal-education.desktop share/kde4/services/plasma-sal-games.desktop share/kde4/services/plasma-sal-graphics.desktop @@ -1968,33 +2079,40 @@ share/kde4/services/plasma-scriptengine-applet-web.desktop share/kde4/services/plasma-tasks-default.desktop share/kde4/services/plasma-wallpaper-color.desktop share/kde4/services/plasma-wallpaper-image.desktop +share/kde4/services/plasma_applet_keyboard.desktop +share/kde4/services/plasma_engine_statusnotifieritem.desktop share/kde4/services/powerdevilconfig.desktop share/kde4/services/randr.desktop share/kde4/services/recentdocuments.desktop share/kde4/services/screensaver.desktop -share/kde4/services/settings-about-me.desktop +share/kde4/services/scsi.desktop share/kde4/services/settings-accessibility.desktop -share/kde4/services/settings-advanced-user-settings.desktop -share/kde4/services/settings-advanced.desktop -share/kde4/services/settings-appearance.desktop +share/kde4/services/settings-account-details.desktop +share/kde4/services/settings-application-and-system-notifications.desktop +share/kde4/services/settings-application-appearance-and-behavior.desktop +share/kde4/services/settings-application-appearance.desktop +share/kde4/services/settings-audio-and-video.desktop share/kde4/services/settings-bluetooth.desktop share/kde4/services/settings-classic-view.desktop -share/kde4/services/settings-computer-administration.desktop -share/kde4/services/settings-desktop.desktop +share/kde4/services/settings-desktop-appearance.desktop share/kde4/services/settings-display.desktop -share/kde4/services/settings-general.desktop +share/kde4/services/settings-hardware.desktop share/kde4/services/settings-icon-view.desktop -share/kde4/services/settings-input-actions.desktop -share/kde4/services/settings-keyboard-and-mouse.desktop -share/kde4/services/settings-look-and-feel.desktop +share/kde4/services/settings-input-devices.desktop +share/kde4/services/settings-locale.desktop +share/kde4/services/settings-lost-and-found.desktop share/kde4/services/settings-network-and-connectivity.desktop share/kde4/services/settings-network-settings.desktop -share/kde4/services/settings-notifications.desktop -share/kde4/services/settings-personal.desktop -share/kde4/services/settings-regional-and-language.desktop +share/kde4/services/settings-permissions.desktop +share/kde4/services/settings-personal-information.desktop +share/kde4/services/settings-removable-devices.desktop share/kde4/services/settings-sharing.desktop -share/kde4/services/settings-system.desktop +share/kde4/services/settings-shortcuts-and-gestures.desktop +share/kde4/services/settings-startup-and-shutdown.desktop +share/kde4/services/settings-system-administration.desktop share/kde4/services/settings-window-behaviour.desktop +share/kde4/services/settings-workspace-appearance-and-behavior.desktop +share/kde4/services/smbstatus.desktop share/kde4/services/solid-actions.desktop share/kde4/services/solidbackends/solid_fakenet.desktop share/kde4/services/solidbackends/solid_hal_power.desktop @@ -2004,8 +2122,11 @@ share/kde4/services/standard_actions.desktop share/kde4/services/style.desktop share/kde4/services/workspaceoptions.desktop share/kde4/services/xinerama.desktop +share/kde4/services/xserver.desktop +share/kde4/servicetypes/kinfocentercategory.desktop share/kde4/servicetypes/kwineffect.desktop share/kde4/servicetypes/plasma-geolocationprovider.desktop +share/kde4/servicetypes/plasma-layout-template.desktop share/kde4/servicetypes/plasma-sal-menu.desktop share/kde4/servicetypes/screensaver.desktop share/kde4/servicetypes/solid-device-type.desktop @@ -2027,31 +2148,24 @@ share/wallpapers/Aghi/contents/images/1920x1200.jpg share/wallpapers/Aghi/contents/images/800x600.jpg share/wallpapers/Aghi/contents/screenshot.jpg share/wallpapers/Aghi/metadata.desktop -share/wallpapers/Air/contents/images/1024x768.jpg share/wallpapers/Air/contents/images/1280x1024.jpg -share/wallpapers/Air/contents/images/1280x800.jpg -share/wallpapers/Air/contents/images/1440x900.jpg share/wallpapers/Air/contents/images/1600x1200.jpg share/wallpapers/Air/contents/images/1920x1080.jpg share/wallpapers/Air/contents/images/1920x1200.jpg share/wallpapers/Air/contents/screenshot.png share/wallpapers/Air/metadata.desktop -share/wallpapers/Code_Poets_Dream/contents/images/1024x768.jpg -share/wallpapers/Code_Poets_Dream/contents/images/1280x1024.jpg -share/wallpapers/Code_Poets_Dream/contents/images/1280x800.jpg -share/wallpapers/Code_Poets_Dream/contents/images/1440x900.jpg -share/wallpapers/Code_Poets_Dream/contents/images/1600x1200.jpg -share/wallpapers/Code_Poets_Dream/contents/images/1920x1200.jpg -share/wallpapers/Code_Poets_Dream/contents/screenshot.png -share/wallpapers/Code_Poets_Dream/metadata.desktop -share/wallpapers/Curls_on_Green/contents/images/1024x768.jpg -share/wallpapers/Curls_on_Green/contents/images/1280x1024.jpg -share/wallpapers/Curls_on_Green/contents/images/1280x800.jpg -share/wallpapers/Curls_on_Green/contents/images/1440x900.jpg -share/wallpapers/Curls_on_Green/contents/images/1600x1200.jpg -share/wallpapers/Curls_on_Green/contents/images/1920x1200.jpg -share/wallpapers/Curls_on_Green/contents/screenshot.png -share/wallpapers/Curls_on_Green/metadata.desktop +share/wallpapers/Autumn/contents/images/1280x1024.jpg +share/wallpapers/Autumn/contents/images/1600x1200.jpg +share/wallpapers/Autumn/contents/images/1920x1080.jpg +share/wallpapers/Autumn/contents/images/1920x1200.jpg +share/wallpapers/Autumn/contents/screenshot.png +share/wallpapers/Autumn/metadata.desktop +share/wallpapers/Blue_Wood/contents/images/1280x1024.jpg +share/wallpapers/Blue_Wood/contents/images/1600x1200.jpg +share/wallpapers/Blue_Wood/contents/images/1920x1080.jpg +share/wallpapers/Blue_Wood/contents/images/1920x1200.jpg +share/wallpapers/Blue_Wood/contents/screenshot.png +share/wallpapers/Blue_Wood/metadata.desktop share/wallpapers/Ethais/contents/images/1280x1024.png share/wallpapers/Ethais/contents/images/1280x800.png share/wallpapers/Ethais/contents/images/1366x768.png @@ -2061,40 +2175,39 @@ share/wallpapers/Ethais/contents/images/1920x1080.png share/wallpapers/Ethais/contents/images/1920x1200.png share/wallpapers/Ethais/contents/screenshot.png share/wallpapers/Ethais/metadata.desktop -share/wallpapers/Evening/contents/images/1024x768.jpg share/wallpapers/Evening/contents/images/1280x1024.jpg -share/wallpapers/Evening/contents/images/1280x800.jpg -share/wallpapers/Evening/contents/images/1440x900.jpg share/wallpapers/Evening/contents/images/1600x1200.jpg share/wallpapers/Evening/contents/images/1920x1080.jpg share/wallpapers/Evening/contents/images/1920x1200.jpg -share/wallpapers/Evening/contents/images/800x600.jpg share/wallpapers/Evening/contents/screnshot.jpg share/wallpapers/Evening/metadata.desktop -share/wallpapers/Fields_of_Peace/contents/images/1024x768.JPG share/wallpapers/Fields_of_Peace/contents/images/1280x1024.JPG -share/wallpapers/Fields_of_Peace/contents/images/1280x800.JPG -share/wallpapers/Fields_of_Peace/contents/images/1440x900.JPG share/wallpapers/Fields_of_Peace/contents/images/1600x1200.JPG share/wallpapers/Fields_of_Peace/contents/images/1920x1200.JPG share/wallpapers/Fields_of_Peace/contents/screenshot.png share/wallpapers/Fields_of_Peace/metadata.desktop -share/wallpapers/Finally_Summer_in_Germany/contents/images/1024x768.jpg share/wallpapers/Finally_Summer_in_Germany/contents/images/1280x1024.jpg -share/wallpapers/Finally_Summer_in_Germany/contents/images/1280x800.jpg -share/wallpapers/Finally_Summer_in_Germany/contents/images/1440x900.jpg share/wallpapers/Finally_Summer_in_Germany/contents/images/1600x1200.jpg share/wallpapers/Finally_Summer_in_Germany/contents/images/1920x1200.jpg share/wallpapers/Finally_Summer_in_Germany/contents/screenshot.png share/wallpapers/Finally_Summer_in_Germany/metadata.desktop -share/wallpapers/Fresh_Morning/contents/images/1024x768.jpg share/wallpapers/Fresh_Morning/contents/images/1280x1024.jpg -share/wallpapers/Fresh_Morning/contents/images/1280x800.jpg -share/wallpapers/Fresh_Morning/contents/images/1440x900.jpg share/wallpapers/Fresh_Morning/contents/images/1600x1200.jpg share/wallpapers/Fresh_Morning/contents/images/1920x1200.jpg share/wallpapers/Fresh_Morning/contents/screenshot.png share/wallpapers/Fresh_Morning/metadata.desktop +share/wallpapers/Grass/contents/images/1280x1024.jpg +share/wallpapers/Grass/contents/images/1600x1200.jpg +share/wallpapers/Grass/contents/images/1920x1080.jpg +share/wallpapers/Grass/contents/images/1920x1200.jpg +share/wallpapers/Grass/contents/screenshot.png +share/wallpapers/Grass/metadata.desktop +share/wallpapers/Hanami/contents/images/1280x1024.jpg +share/wallpapers/Hanami/contents/images/1600x1200.jpg +share/wallpapers/Hanami/contents/images/1920x1080.jpg +share/wallpapers/Hanami/contents/images/1920x1200.jpg +share/wallpapers/Hanami/contents/screenshot.png +share/wallpapers/Hanami/metadata.desktop share/wallpapers/Media_Life/contents/images/1280x1024.jpg share/wallpapers/Media_Life/contents/images/1280x800.jpg share/wallpapers/Media_Life/contents/images/1440x900.jpg @@ -2105,8 +2218,6 @@ share/wallpapers/Media_Life/contents/images/1920x1200.jpg share/wallpapers/Media_Life/contents/screenshot.png share/wallpapers/Media_Life/metadata.desktop share/wallpapers/Plasmalicious/contents/images/1280x1024.jpg -share/wallpapers/Plasmalicious/contents/images/1280x800.jpg -share/wallpapers/Plasmalicious/contents/images/1400x900.jpg share/wallpapers/Plasmalicious/contents/images/1600x1200.jpg share/wallpapers/Plasmalicious/contents/images/1920x1200.jpg share/wallpapers/Plasmalicious/contents/screenshot.png @@ -2121,42 +2232,13 @@ share/wallpapers/Quadros/contents/images/1920x1200.jpg share/wallpapers/Quadros/contents/images/800x600.jpg share/wallpapers/Quadros/contents/screenshot.png share/wallpapers/Quadros/metadata.desktop -share/wallpapers/Red_Leaf/contents/images/1024x768.jpg share/wallpapers/Red_Leaf/contents/images/1280x1024.jpg -share/wallpapers/Red_Leaf/contents/images/1280x800.jpg -share/wallpapers/Red_Leaf/contents/images/1440x900.jpg share/wallpapers/Red_Leaf/contents/images/1600x1200.jpg share/wallpapers/Red_Leaf/contents/images/1920x1200.jpg share/wallpapers/Red_Leaf/contents/screenshot.png share/wallpapers/Red_Leaf/metadata.desktop -share/wallpapers/Spring_Sunray/contents/images/1024x768.jpg -share/wallpapers/Spring_Sunray/contents/images/1280x1024.jpg -share/wallpapers/Spring_Sunray/contents/images/1280x800.jpg -share/wallpapers/Spring_Sunray/contents/images/1440x900.jpg -share/wallpapers/Spring_Sunray/contents/images/1600x1200.jpg -share/wallpapers/Spring_Sunray/contents/images/1920x1080.jpg -share/wallpapers/Spring_Sunray/contents/images/1920x1200.jpg -share/wallpapers/Spring_Sunray/contents/images/800x600.jpg -share/wallpapers/Spring_Sunray/contents/screnshot.jpg -share/wallpapers/Spring_Sunray/metadata.desktop -share/wallpapers/The_Rings_of_Saturn/contents/images/1024x768.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1280x1024.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1280x800.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1440x900.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1600x1200.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1920x1080.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/1920x1200.jpg -share/wallpapers/The_Rings_of_Saturn/contents/images/800x600.jpg -share/wallpapers/The_Rings_of_Saturn/contents/screenshot.jpg -share/wallpapers/The_Rings_of_Saturn/metadata.desktop -share/wallpapers/default_blue.jpg -share/wallpapers/default_blue.jpg.desktop -@dirrm share/wallpapers/The_Rings_of_Saturn/contents/images -@dirrm share/wallpapers/The_Rings_of_Saturn/contents -@dirrm share/wallpapers/The_Rings_of_Saturn -@dirrm share/wallpapers/Spring_Sunray/contents/images -@dirrm share/wallpapers/Spring_Sunray/contents -@dirrm share/wallpapers/Spring_Sunray +share/wallpapers/stripes.png +share/wallpapers/stripes.png.desktop @dirrm share/wallpapers/Red_Leaf/contents/images @dirrm share/wallpapers/Red_Leaf/contents @dirrm share/wallpapers/Red_Leaf @@ -2166,9 +2248,15 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/wallpapers/Plasmalicious/contents/images @dirrm share/wallpapers/Plasmalicious/contents @dirrm share/wallpapers/Plasmalicious -@dirrm share/wallpapers/Media_Life/contents/images -@dirrm share/wallpapers/Media_Life/contents +@dirrmtry share/wallpapers/Media_Life/contents/images +@dirrmtry share/wallpapers/Media_Life/contents @dirrmtry share/wallpapers/Media_Life +@dirrmtry share/wallpapers/Hanami/contents/images +@dirrmtry share/wallpapers/Hanami/contents +@dirrmtry share/wallpapers/Hanami +@dirrmtry share/wallpapers/Grass/contents/images +@dirrmtry share/wallpapers/Grass/contents +@dirrmtry share/wallpapers/Grass @dirrm share/wallpapers/Fresh_Morning/contents/images @dirrm share/wallpapers/Fresh_Morning/contents @dirrm share/wallpapers/Fresh_Morning @@ -2184,12 +2272,12 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/wallpapers/Ethais/contents/images @dirrm share/wallpapers/Ethais/contents @dirrm share/wallpapers/Ethais -@dirrm share/wallpapers/Curls_on_Green/contents/images -@dirrm share/wallpapers/Curls_on_Green/contents -@dirrm share/wallpapers/Curls_on_Green -@dirrm share/wallpapers/Code_Poets_Dream/contents/images -@dirrm share/wallpapers/Code_Poets_Dream/contents -@dirrm share/wallpapers/Code_Poets_Dream +@dirrmtry share/wallpapers/Blue_Wood/contents/images +@dirrmtry share/wallpapers/Blue_Wood/contents +@dirrmtry share/wallpapers/Blue_Wood +@dirrmtry share/wallpapers/Autumn/contents/images +@dirrmtry share/wallpapers/Autumn/contents +@dirrmtry share/wallpapers/Autumn @dirrm share/wallpapers/Air/contents/images @dirrm share/wallpapers/Air/contents @dirrm share/wallpapers/Air @@ -2220,10 +2308,11 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/icons/Oxygen_Black @dirrm share/doc/HTML/en/systemsettings @dirrm share/doc/HTML/en/plasma-desktop -@dirrm share/doc/HTML/en/kxkb @dirrm share/doc/HTML/en/ksysguard @dirrm share/doc/HTML/en/kmenuedit @dirrm share/doc/HTML/en/klipper +@dirrm share/doc/HTML/en/kinfocenter +@dirrm share/doc/HTML/en/kfontview @dirrm share/doc/HTML/en/kdm @dirrm share/doc/HTML/en/kcontrol/workspaceoptions @dirrm share/doc/HTML/en/kcontrol/windowspecific @@ -2233,6 +2322,7 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/doc/HTML/en/kcontrol/solid-actions @dirrm share/doc/HTML/en/kcontrol/screensaver @dirrm share/doc/HTML/en/kcontrol/powerdevil +@dirrm share/doc/HTML/en/kcontrol/paths @dirrm share/doc/HTML/en/kcontrol/mouse @dirrm share/doc/HTML/en/kcontrol/kwintabbox @dirrm share/doc/HTML/en/kcontrol/kwinscreenedges @@ -2242,7 +2332,6 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/doc/HTML/en/kcontrol/keyboard @dirrm share/doc/HTML/en/kcontrol/kcmstyle @dirrm share/doc/HTML/en/kcontrol/kcmsmserver -@dirrm share/doc/HTML/en/kcontrol/kcmdisplay @dirrm share/doc/HTML/en/kcontrol/kcmaccess @dirrm share/doc/HTML/en/kcontrol/joystick @dirrm share/doc/HTML/en/kcontrol/fonts @@ -2259,10 +2348,22 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/apps/solidfakenetbackend @dirrm share/apps/solid/devices @dirrm share/apps/powerdevil +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal/contents +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultSal +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel/contents +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPanel +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage/contents +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-netbook.defaultPage +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel/contents +@dirrm share/apps/plasma/layout-templates/org.kde.plasma-desktop.defaultPanel +@dirrm share/apps/plasma/layout-templates @dirrm share/apps/plasma/dashboard/button @dirrm share/apps/plasma/dashboard/AppleClasses @dirrm share/apps/plasma/dashboard +@dirrmtry share/apps/plasma-netbook/init @dirrmtry share/apps/plasma-netbook +@dirrmtry share/apps/plasma-desktop/updates +@dirrmtry share/apps/plasma-desktop/init @dirrmtry share/apps/plasma-desktop @dirrm share/apps/kwrited @dirrm share/apps/kwin/default_rules @@ -2280,6 +2381,7 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/apps/kthememanager/themes/HighContrastDark @dirrm share/apps/kthememanager/themes @dirrm share/apps/kthememanager +@dirrm share/apps/ksysguard/scripts/smaps @dirrm share/apps/ksysguard/scripts @dirrm share/apps/ksysguard @dirrm share/apps/ksplash/Themes/SimpleSmall @@ -2302,6 +2404,7 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/apps/kmenuedit/icons/oxygen @dirrm share/apps/kmenuedit/icons @dirrm share/apps/kmenuedit +@dirrm share/apps/kinfocenter @dirrm share/apps/khotkeys @dirrm share/apps/kfontview @dirrm share/apps/kfontinst/icons/oxygen/scalable/actions @@ -2315,26 +2418,27 @@ share/wallpapers/default_blue.jpg.desktop @dirrm share/apps/kfontinst @dirrm share/apps/kdm/themes/oxygen-air @dirrm share/apps/kdm/themes/oxygen +@dirrm share/apps/kdm/themes/ethais @dirrm share/apps/kdm/themes/circles -@dirrm share/apps/kdm/themes +@dirrmtry share/apps/kdm/themes @dirrm share/apps/kdm/sessions @dirrm share/apps/kdm/programs @dirrm share/apps/kdm/patterns @dirrm share/apps/kdisplay/app-defaults @dirrm share/apps/kdisplay +@dirrm share/apps/kcmusb @dirrm share/apps/kcmsolidactions @dirrm share/apps/kcmkeys @dirrm share/apps/kcminput/pics @dirrm share/apps/kcminput @dirrm share/apps/kaccess +@dirrm share/apps/freespacenotifier @dirrm share/apps/doc/kdm @dirrm share/apps/doc @dirrm share/apps/desktoptheme/default/system-monitor @dirrm share/apps/desktoptheme/default/calendar @dirrm share/apps/desktoptheme/air-netbook/widgets @dirrm share/apps/desktoptheme/air-netbook -@dirrmtry share/PolicyKit/policy -@dirrmtry share/PolicyKit @dirrm lib/kde4/plugins/gui_platform @dirrm lib/KDE4Workspace/cmake @dirrm lib/KDE4Workspace @@ -2350,6 +2454,5 @@ share/wallpapers/default_blue.jpg.desktop @dirrm include/kworkspace @dirrm include/ksysguard @dirrm include/ksgrd -@dirrm include/kephal @dirrm include/KDE/Plasma/Weather @dirrmtry include/KDE/Plasma diff --git a/x11/kdebase4/Makefile b/x11/kdebase4/Makefile index eb86e7804ea1..b9c677e8a87b 100644 --- a/x11/kdebase4/Makefile +++ b/x11/kdebase4/Makefile @@ -16,9 +16,11 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Basic applications for the KDE system +BUILD_DEPENDS= ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml LIB_DEPENDS= searchclient:${PORTSDIR}/deskutils/strigi \ soprano.4:${PORTSDIR}/textproc/soprano \ - qimageblitz.4:${PORTSDIR}/x11/qimageblitz + qimageblitz.4:${PORTSDIR}/x11/qimageblitz \ + kwebkit.1:${PORTSDIR}/www/kwebkitpart LATEST_LINK= ${PORTNAME}4 @@ -37,10 +39,7 @@ CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \ -DWITH_RAW1394:BOOL=OFF \ -DWITH_PCIUTILS:BOOL=OFF -OPTIONS= WEBKIT "KWebKit support in Konqueror KTTS plugin" off - -MAN1= kappfinder.1 \ - kbookmarkmerger.1 \ +MAN1= kbookmarkmerger.1 \ kfind.1 .include <bsd.port.options.mk> @@ -49,13 +48,4 @@ MAN1= kappfinder.1 \ LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb .endif -.ifdef(WITH_WEBKIT) -LIB_DEPENDS+= kwebkit.1:${PORTSDIR}/www/kwebkitpart -CMAKE_ARGS+= -DWITH_KWebKitPart:BOOL=ON -PLIST_SUB+= WEBKIT="" -.else -CMAKE_ARGS+= -DWITH_KWebKitPart:BOOL=OFF -PLIST_SUB+= WEBKIT="@comment " -.endif - .include <bsd.port.mk> diff --git a/x11/kdebase4/distinfo b/x11/kdebase4/distinfo index ae4f7a69df5f..a28c438ea7b5 100644 --- a/x11/kdebase4/distinfo +++ b/x11/kdebase4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdebase-4.4.5.tar.bz2) = 93fa095ba7bee61a995f1ef6c60a1e32 -SHA256 (KDE/kdebase-4.4.5.tar.bz2) = c95e97e257657cc38fa27ba9a84f5b70949b6eeb2521cbbd6f0dbb3cf5ad6be0 -SIZE (KDE/kdebase-4.4.5.tar.bz2) = 4046023 +MD5 (KDE/kdebase-4.5.1.tar.bz2) = 9249b29618eed5dd5c7bfccacb3e0c43 +SHA256 (KDE/kdebase-4.5.1.tar.bz2) = 8bce667812f9dcb7e2018334009ac9942c07144a5d682260af0d8e12f2d0e819 +SIZE (KDE/kdebase-4.5.1.tar.bz2) = 2611115 diff --git a/x11/kdebase4/files/patch-apps_cmake_modules_FindPCIUTILS.cmake b/x11/kdebase4/files/patch-apps_cmake_modules_FindPCIUTILS.cmake deleted file mode 100644 index 1cd6d43a3e33..000000000000 --- a/x11/kdebase4/files/patch-apps_cmake_modules_FindPCIUTILS.cmake +++ /dev/null @@ -1,15 +0,0 @@ ---- ./apps/cmake/modules/FindPCIUTILS.cmake.orig 2008-08-07 15:20:57.000000000 +0000 -+++ ./apps/cmake/modules/FindPCIUTILS.cmake 2008-12-27 11:49:04.000000000 +0000 -@@ -14,7 +14,11 @@ - FIND_LIBRARY(PCIUTILS_LIBRARY NAMES pci) - if(PCIUTILS_LIBRARY) - FIND_LIBRARY(RESOLV_LIBRARY NAMES resolv) -- set(PCIUTILS_LIBRARIES ${PCIUTILS_LIBRARY} ${RESOLV_LIBRARY}) -+ if(RESOLV_LIBRARY) -+ set(PCIUTILS_LIBRARIES ${PCIUTILS_LIBRARY} ${RESOLV_LIBRARY}) -+ else(RESOLV_LIBRARY) -+ set(PCIUTILS_LIBRARIES ${PCIUTILS_LIBRARY}) -+ endif(RESOLV_LIBRARY) - endif(PCIUTILS_LIBRARY) - - diff --git a/x11/kdebase4/pkg-plist b/x11/kdebase4/pkg-plist index 3d30d89c622b..96cffcc4eaf6 100644 --- a/x11/kdebase4/pkg-plist +++ b/x11/kdebase4/pkg-plist @@ -1,12 +1,10 @@ bin/dolphin -bin/kappfinder bin/kbookmarkmerger bin/kdepasswd bin/kdialog bin/keditbookmarks bin/kfind bin/kfmclient -bin/kinfocenter bin/konqueror bin/konsole bin/konsoleprofile @@ -31,27 +29,16 @@ include/konqsidebarplugin.h include/kversioncontrolplugin.h include/libkonq_export.h lib/kde4/dolphinpart.so -lib/kde4/fileviewsvnplugin.so lib/kde4/kcm_dolphingeneral.so lib/kde4/kcm_dolphinnavigation.so lib/kde4/kcm_dolphinservices.so lib/kde4/kcm_dolphinviewmodes.so lib/kde4/kcm_history.so -lib/kde4/kcm_info.so -lib/kde4/kcm_ioslaveinfo.so lib/kde4/kcm_kio.so lib/kde4/kcm_konq.so lib/kde4/kcm_konqhtml.so lib/kde4/kcm_kurifilt.so -lib/kde4/kcm_memory.so -lib/kde4/kcm_nic.so -lib/kde4/kcm_opengl.so -lib/kde4/kcm_partition.so -lib/kde4/kcm_pci.so lib/kde4/kcm_performance.so -lib/kde4/kcm_samba.so -lib/kde4/kcm_solidproc.so -lib/kde4/kcm_usb.so lib/kde4/kcm_useraccount.so lib/kde4/kded_favicons.so lib/kde4/kded_konqy_preloader.so @@ -63,19 +50,22 @@ lib/kde4/konq_sidebartree_bookmarks.so lib/kde4/konq_sidebartree_dirtree.so lib/kde4/konq_sound.so lib/kde4/konqsidebar_history.so +lib/kde4/konqsidebar_places.so lib/kde4/konqsidebar_tree.so lib/kde4/konqsidebar_web.so lib/kde4/libkcminit_nsplugins.so -lib/kde4/libkfindpart.so lib/kde4/libkonsolepart.so lib/kde4/libnsplugin.so lib/kde4/plasma_applet_folderview.so lib/libdolphinprivate.so lib/libdolphinprivate.so.5 lib/libdolphinprivate.so.5.0.1 +lib/libkbookmarkmodel_private.so +lib/libkbookmarkmodel_private.so.5 +lib/libkbookmarkmodel_private.so.5.0.1 +lib/libkdeinit4_dolphin.so lib/libkdeinit4_keditbookmarks.so lib/libkdeinit4_kfmclient.so -lib/libkdeinit4_kinfocenter.so lib/libkdeinit4_konqueror.so lib/libkdeinit4_konsole.so lib/libkdeinit4_kwrite.so @@ -91,14 +81,13 @@ lib/libkonquerorprivate.so.5.0.1 lib/libkonsoleprivate.so share/applications/kde4/Home.desktop share/applications/kde4/dolphin.desktop -share/applications/kde4/kappfinder.desktop share/applications/kde4/kdepasswd.desktop +share/applications/kde4/keditbookmarks.desktop share/applications/kde4/kfind.desktop share/applications/kde4/kfmclient.desktop share/applications/kde4/kfmclient_dir.desktop share/applications/kde4/kfmclient_html.desktop share/applications/kde4/kfmclient_war.desktop -share/applications/kde4/kinfocenter.desktop share/applications/kde4/konqbrowser.desktop share/applications/kde4/konquerorsu.desktop share/applications/kde4/konsole.desktop @@ -108,238 +97,8 @@ share/apps/dolphin/dolphinui.rc share/apps/dolphinpart/dolphinpart.rc share/apps/dolphinpart/kpartplugins/kshellcmdplugin.desktop share/apps/dolphinpart/kpartplugins/kshellcmdplugin.rc -share/apps/kappfinder/apps/Development/Forte.desktop -share/apps/kappfinder/apps/Development/assistant.desktop -share/apps/kappfinder/apps/Development/ddd.desktop -share/apps/kappfinder/apps/Development/designer.desktop -share/apps/kappfinder/apps/Development/dlgedit.desktop -share/apps/kappfinder/apps/Development/eclipse.desktop -share/apps/kappfinder/apps/Development/j2mewtk.desktop -share/apps/kappfinder/apps/Development/linguist.desktop -share/apps/kappfinder/apps/Development/pose.desktop -share/apps/kappfinder/apps/Editors/emacs.desktop -share/apps/kappfinder/apps/Editors/gedit.desktop -share/apps/kappfinder/apps/Editors/gvim.desktop -share/apps/kappfinder/apps/Editors/lemacs.desktop -share/apps/kappfinder/apps/Editors/nano.desktop -share/apps/kappfinder/apps/Editors/nedit.desktop -share/apps/kappfinder/apps/Editors/pico.desktop -share/apps/kappfinder/apps/Editors/xedit.desktop -share/apps/kappfinder/apps/Editors/xemacs.desktop -share/apps/kappfinder/apps/Games/Arcade/ClanBomber.desktop -share/apps/kappfinder/apps/Games/Arcade/FrozenBubble.desktop -share/apps/kappfinder/apps/Games/Arcade/Gnibbles.desktop -share/apps/kappfinder/apps/Games/Arcade/GnobotsII.desktop -share/apps/kappfinder/apps/Games/Arcade/Mures.desktop -share/apps/kappfinder/apps/Games/Arcade/SuperMethaneBrothers.desktop -share/apps/kappfinder/apps/Games/Arcade/Trophy.desktop -share/apps/kappfinder/apps/Games/Arcade/TuxRacer.desktop -share/apps/kappfinder/apps/Games/Arcade/XKobo.desktop -share/apps/kappfinder/apps/Games/Arcade/XSoldier.desktop -share/apps/kappfinder/apps/Games/Arcade/alephone-nogl.desktop -share/apps/kappfinder/apps/Games/Arcade/alephone.desktop -share/apps/kappfinder/apps/Games/Arcade/cxhextris.desktop -share/apps/kappfinder/apps/Games/Arcade/rocksndiamonds.desktop -share/apps/kappfinder/apps/Games/Board/Gataxx.desktop -share/apps/kappfinder/apps/Games/Board/Gchess.desktop -share/apps/kappfinder/apps/Games/Board/Glines.desktop -share/apps/kappfinder/apps/Games/Board/Gmahjongg.desktop -share/apps/kappfinder/apps/Games/Board/Gmines.desktop -share/apps/kappfinder/apps/Games/Board/Gnotravex.desktop -share/apps/kappfinder/apps/Games/Board/Gnotski.desktop -share/apps/kappfinder/apps/Games/Board/Gstones.desktop -share/apps/kappfinder/apps/Games/Board/Iagno.desktop -share/apps/kappfinder/apps/Games/Board/SameGnome.desktop -share/apps/kappfinder/apps/Games/Board/Xgammon.desktop -share/apps/kappfinder/apps/Games/Board/xboard.desktop -share/apps/kappfinder/apps/Games/Card/AisleRiot.desktop -share/apps/kappfinder/apps/Games/Card/FreeCell.desktop -share/apps/kappfinder/apps/Games/Card/PySol.desktop -share/apps/kappfinder/apps/Games/Card/XPat2.desktop -share/apps/kappfinder/apps/Games/Clanbomber.desktop -share/apps/kappfinder/apps/Games/Emulators/qmamecat.desktop -share/apps/kappfinder/apps/Games/GTali.desktop -share/apps/kappfinder/apps/Games/Roguelikes/angband.desktop -share/apps/kappfinder/apps/Games/Roguelikes/moria.desktop -share/apps/kappfinder/apps/Games/Roguelikes/nethack.desktop -share/apps/kappfinder/apps/Games/Roguelikes/rogue.desktop -share/apps/kappfinder/apps/Games/Roguelikes/tome.desktop -share/apps/kappfinder/apps/Games/Roguelikes/zangband.desktop -share/apps/kappfinder/apps/Games/TacticStrategy/freeciv.desktop -share/apps/kappfinder/apps/Games/TacticStrategy/freecivserver.desktop -share/apps/kappfinder/apps/Games/TacticStrategy/xscorch.desktop -share/apps/kappfinder/apps/Games/defendguin.desktop -share/apps/kappfinder/apps/Games/penguin-command.desktop -share/apps/kappfinder/apps/Games/xshipwars.desktop -share/apps/kappfinder/apps/Graphics/ElectricEyes.desktop -share/apps/kappfinder/apps/Graphics/GPhoto.desktop -share/apps/kappfinder/apps/Graphics/GnomeColorSelector.desktop -share/apps/kappfinder/apps/Graphics/GnomeIconEditor.desktop -share/apps/kappfinder/apps/Graphics/Gqview.desktop -share/apps/kappfinder/apps/Graphics/Sketch.desktop -share/apps/kappfinder/apps/Graphics/Xpcd.desktop -share/apps/kappfinder/apps/Graphics/Xwpick.desktop -share/apps/kappfinder/apps/Graphics/bitmap.desktop -share/apps/kappfinder/apps/Graphics/blender.desktop -share/apps/kappfinder/apps/Graphics/ghostview.desktop -share/apps/kappfinder/apps/Graphics/gimp.desktop -share/apps/kappfinder/apps/Graphics/gv.desktop -share/apps/kappfinder/apps/Graphics/inkscape.desktop -share/apps/kappfinder/apps/Graphics/sodipodi.desktop -share/apps/kappfinder/apps/Graphics/tgif.desktop -share/apps/kappfinder/apps/Graphics/xdvi.desktop -share/apps/kappfinder/apps/Graphics/xfig.desktop -share/apps/kappfinder/apps/Graphics/xpaint.desktop -share/apps/kappfinder/apps/Graphics/xv.desktop -share/apps/kappfinder/apps/Internet/BlueFish.desktop -share/apps/kappfinder/apps/Internet/Dpsftp.desktop -share/apps/kappfinder/apps/Internet/DrakSync.desktop -share/apps/kappfinder/apps/Internet/Evolution.desktop -share/apps/kappfinder/apps/Internet/Faces.desktop -share/apps/kappfinder/apps/Internet/Fetchmailconf.desktop -share/apps/kappfinder/apps/Internet/Gabber.desktop -share/apps/kappfinder/apps/Internet/Galeon.desktop -share/apps/kappfinder/apps/Internet/GnomeICU.desktop -share/apps/kappfinder/apps/Internet/Netscapemessenger.desktop -share/apps/kappfinder/apps/Internet/Nmapfe.desktop -share/apps/kappfinder/apps/Internet/Pan.desktop -share/apps/kappfinder/apps/Internet/Sylpheed.desktop -share/apps/kappfinder/apps/Internet/Terminal/Links.desktop -share/apps/kappfinder/apps/Internet/Terminal/Lynx.desktop -share/apps/kappfinder/apps/Internet/Terminal/btdownloadcurses.desktop -share/apps/kappfinder/apps/Internet/Terminal/lftp.desktop -share/apps/kappfinder/apps/Internet/Terminal/mutt.desktop -share/apps/kappfinder/apps/Internet/Terminal/ncftp.desktop -share/apps/kappfinder/apps/Internet/Terminal/pine.desktop -share/apps/kappfinder/apps/Internet/Terminal/silc.desktop -share/apps/kappfinder/apps/Internet/Terminal/slrn.desktop -share/apps/kappfinder/apps/Internet/Terminal/w3m.desktop -share/apps/kappfinder/apps/Internet/arena.desktop -share/apps/kappfinder/apps/Internet/balsa.desktop -share/apps/kappfinder/apps/Internet/btdownloadgui.desktop -share/apps/kappfinder/apps/Internet/coolmail.desktop -share/apps/kappfinder/apps/Internet/dc_gui.desktop -share/apps/kappfinder/apps/Internet/ed2k_gui.desktop -share/apps/kappfinder/apps/Internet/epiphany.desktop -share/apps/kappfinder/apps/Internet/ethereal.desktop -share/apps/kappfinder/apps/Internet/gFTP.desktop -share/apps/kappfinder/apps/Internet/gaim.desktop -share/apps/kappfinder/apps/Internet/gnomemeeting.desktop -share/apps/kappfinder/apps/Internet/gnometalk.desktop -share/apps/kappfinder/apps/Internet/gtelnet.desktop -share/apps/kappfinder/apps/Internet/ickle.desktop -share/apps/kappfinder/apps/Internet/javaws.desktop -share/apps/kappfinder/apps/Internet/knews.desktop -share/apps/kappfinder/apps/Internet/licq.desktop -share/apps/kappfinder/apps/Internet/mldonkey_gui.desktop -share/apps/kappfinder/apps/Internet/mozilla-firefox.desktop -share/apps/kappfinder/apps/Internet/mozilla-thunderbird.desktop -share/apps/kappfinder/apps/Internet/mozilla.desktop -share/apps/kappfinder/apps/Internet/netscape.desktop -share/apps/kappfinder/apps/Internet/netscape6.desktop -share/apps/kappfinder/apps/Internet/opera.desktop -share/apps/kappfinder/apps/Internet/wireshark.desktop -share/apps/kappfinder/apps/Internet/xbiff.desktop -share/apps/kappfinder/apps/Internet/xchat.desktop -share/apps/kappfinder/apps/Internet/xfmail.desktop -share/apps/kappfinder/apps/Internet/xftp.desktop -share/apps/kappfinder/apps/Multimedia/Aumix.desktop -share/apps/kappfinder/apps/Multimedia/Grip.desktop -share/apps/kappfinder/apps/Multimedia/MP3info.desktop -share/apps/kappfinder/apps/Multimedia/XMovie.desktop -share/apps/kappfinder/apps/Multimedia/alevt.desktop -share/apps/kappfinder/apps/Multimedia/alsamixergui.desktop -share/apps/kappfinder/apps/Multimedia/ams.desktop -share/apps/kappfinder/apps/Multimedia/amsynth.desktop -share/apps/kappfinder/apps/Multimedia/ardour.desktop -share/apps/kappfinder/apps/Multimedia/audacity.desktop -share/apps/kappfinder/apps/Multimedia/aviplay.desktop -share/apps/kappfinder/apps/Multimedia/bcast2000.desktop -share/apps/kappfinder/apps/Multimedia/djplay.desktop -share/apps/kappfinder/apps/Multimedia/ecamegapedal.desktop -share/apps/kappfinder/apps/Multimedia/enjoympeg.desktop -share/apps/kappfinder/apps/Multimedia/freebirth.desktop -share/apps/kappfinder/apps/Multimedia/freqtweak.desktop -share/apps/kappfinder/apps/Multimedia/galan.desktop -share/apps/kappfinder/apps/Multimedia/gtv.desktop -share/apps/kappfinder/apps/Multimedia/hydrogen.desktop -share/apps/kappfinder/apps/Multimedia/jack-rack.desktop -share/apps/kappfinder/apps/Multimedia/jamin.desktop -share/apps/kappfinder/apps/Multimedia/jazz.desktop -share/apps/kappfinder/apps/Multimedia/meterbridge.desktop -share/apps/kappfinder/apps/Multimedia/mixxx.desktop -share/apps/kappfinder/apps/Multimedia/mplayer.desktop -share/apps/kappfinder/apps/Multimedia/mtv.desktop -share/apps/kappfinder/apps/Multimedia/muse.desktop -share/apps/kappfinder/apps/Multimedia/ogle.desktop -share/apps/kappfinder/apps/Multimedia/oqtplayer.desktop -share/apps/kappfinder/apps/Multimedia/qjackctl.desktop -share/apps/kappfinder/apps/Multimedia/qsynth.desktop -share/apps/kappfinder/apps/Multimedia/realplayer.desktop -share/apps/kappfinder/apps/Multimedia/rezound.desktop -share/apps/kappfinder/apps/Multimedia/slab.desktop -share/apps/kappfinder/apps/Multimedia/sweep.desktop -share/apps/kappfinder/apps/Multimedia/vkeybd.desktop -share/apps/kappfinder/apps/Multimedia/xawtv.desktop -share/apps/kappfinder/apps/Multimedia/xcam.desktop -share/apps/kappfinder/apps/Multimedia/xine.desktop -share/apps/kappfinder/apps/Multimedia/xmms-enqueue.desktop -share/apps/kappfinder/apps/Multimedia/xmms.desktop -share/apps/kappfinder/apps/Multimedia/zynaddsubfx.desktop -share/apps/kappfinder/apps/Office/Applix.desktop -share/apps/kappfinder/apps/Office/Dia.desktop -share/apps/kappfinder/apps/Office/Gnome-Cal.desktop -share/apps/kappfinder/apps/Office/Gnome-Card.desktop -share/apps/kappfinder/apps/Office/GnomeTimeTracker.desktop -share/apps/kappfinder/apps/Office/Gnumeric.desktop -share/apps/kappfinder/apps/Office/Guppi.desktop -share/apps/kappfinder/apps/Office/Ical.desktop -share/apps/kappfinder/apps/Office/WordPerfect.desktop -share/apps/kappfinder/apps/Office/WordPerfect2000.desktop -share/apps/kappfinder/apps/Office/XAcc.desktop -share/apps/kappfinder/apps/Office/XsLite.desktop -share/apps/kappfinder/apps/Office/abiword.desktop -share/apps/kappfinder/apps/Office/acroread.desktop -share/apps/kappfinder/apps/Office/gnucash.desktop -share/apps/kappfinder/apps/Office/lyx.desktop -share/apps/kappfinder/apps/Office/mrproject.desktop -share/apps/kappfinder/apps/Office/netscapeaddressbook.desktop -share/apps/kappfinder/apps/Office/plan.desktop -share/apps/kappfinder/apps/Office/pybliographic.desktop -share/apps/kappfinder/apps/Office/scribus.desktop -share/apps/kappfinder/apps/Office/xpdf.desktop -share/apps/kappfinder/apps/System/Terminal/aterm.desktop -share/apps/kappfinder/apps/System/Terminal/procinfo.desktop -share/apps/kappfinder/apps/System/Terminal/rxvt.desktop -share/apps/kappfinder/apps/System/Terminal/vmstat.desktop -share/apps/kappfinder/apps/System/citrix_ica.desktop -share/apps/kappfinder/apps/System/editres.desktop -share/apps/kappfinder/apps/System/sam.desktop -share/apps/kappfinder/apps/System/wine.desktop -share/apps/kappfinder/apps/System/xosview.desktop -share/apps/kappfinder/apps/Toys/xeyes.desktop -share/apps/kappfinder/apps/Toys/xpinguin.desktop -share/apps/kappfinder/apps/Utilities/GKrellM.desktop -share/apps/kappfinder/apps/Utilities/GnomeWho.desktop -share/apps/kappfinder/apps/Utilities/SystemInfo.desktop -share/apps/kappfinder/apps/Utilities/SystemLogViewer.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/Xkill.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/Xrefresh.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/Xtraceroute.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xcalc.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xclipboard.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xclock.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xconsole.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xload.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xmag.desktop -share/apps/kappfinder/apps/Utilities/XUtilities/xterm.desktop -share/apps/kappfinder/apps/Utilities/calctool.desktop -share/apps/kappfinder/apps/Utilities/e-notes.desktop -share/apps/kappfinder/apps/Utilities/oclock.desktop -share/apps/kappfinder/apps/Utilities/xgnokii.desktop share/apps/kbookmark/directory_bookmarkbar.desktop share/apps/kcmcss/template.css -share/apps/kcmusb/usb.ids share/apps/kconf_update/favicons.upd share/apps/kconf_update/kfmclient_3_2.upd share/apps/kconf_update/kfmclient_3_2_update.sh @@ -357,18 +116,17 @@ share/apps/keditbookmarks/keditbookmarks-genui.rc share/apps/keditbookmarks/keditbookmarksui.rc share/apps/khtml/kpartplugins/khtmlkttsd.desktop share/apps/khtml/kpartplugins/khtmlkttsd.rc -share/apps/kinfocenter/about/kinfocenter.css -share/apps/kinfocenter/about/main.html -share/apps/kinfocenter/kinfocenterui.rc share/apps/konqsidebartng/dirtree/bookmarks_module.desktop share/apps/konqsidebartng/dirtree/dirtree_module.desktop share/apps/konqsidebartng/entries/bookmarks.desktop share/apps/konqsidebartng/entries/history.desktop share/apps/konqsidebartng/entries/home.desktop +share/apps/konqsidebartng/entries/places.desktop share/apps/konqsidebartng/entries/remote.desktop share/apps/konqsidebartng/entries/root.desktop share/apps/konqsidebartng/entries/services.desktop share/apps/konqsidebartng/plugins/konqsidebar_history.desktop +share/apps/konqsidebartng/plugins/konqsidebar_places.desktop share/apps/konqsidebartng/plugins/konqsidebar_tree.desktop share/apps/konqsidebartng/plugins/konqsidebar_web.desktop share/apps/konqsidebartng/virtual_folders/remote/.directory @@ -421,8 +179,8 @@ share/apps/konsole/linux.keytab share/apps/konsole/partui.rc share/apps/konsole/sessionui.rc share/apps/konsole/solaris.keytab -%%WEBKIT%%share/apps/kwebkitpart/kpartplugins/khtmlkttsd.desktop -%%WEBKIT%%share/apps/kwebkitpart/kpartplugins/khtmlkttsd.rc +share/apps/kwebkitpart/kpartplugins/khtmlkttsd.desktop +share/apps/kwebkitpart/kpartplugins/khtmlkttsd.rc share/apps/kwrite/kwriteui.rc share/apps/plugin/nspluginpart.rc share/autostart/konqy_preload.desktop @@ -453,6 +211,7 @@ share/doc/HTML/en/dolphin/index.cache.bz2 share/doc/HTML/en/dolphin/index.docbook share/doc/HTML/en/dolphin/locationbar-breadcrumb.png share/doc/HTML/en/dolphin/locationbar-editable.png +share/doc/HTML/en/dolphin/nepomuk-search.png share/doc/HTML/en/dolphin/preferences-general-behavior.png share/doc/HTML/en/dolphin/preferences-navigation.png share/doc/HTML/en/dolphin/preferences-startup.png @@ -469,61 +228,6 @@ share/doc/HTML/en/kfind/common share/doc/HTML/en/kfind/index.cache.bz2 share/doc/HTML/en/kfind/index.docbook share/doc/HTML/en/kfind/man-kfind.1.docbook -share/doc/HTML/en/kinfocenter/common -share/doc/HTML/en/kinfocenter/devices/common -share/doc/HTML/en/kinfocenter/devices/index.cache.bz2 -share/doc/HTML/en/kinfocenter/devices/index.docbook -share/doc/HTML/en/kinfocenter/dma/common -share/doc/HTML/en/kinfocenter/dma/index.cache.bz2 -share/doc/HTML/en/kinfocenter/dma/index.docbook -share/doc/HTML/en/kinfocenter/index.cache.bz2 -share/doc/HTML/en/kinfocenter/index.docbook -share/doc/HTML/en/kinfocenter/interrupts/common -share/doc/HTML/en/kinfocenter/interrupts/index.cache.bz2 -share/doc/HTML/en/kinfocenter/interrupts/index.docbook -share/doc/HTML/en/kinfocenter/ioports/common -share/doc/HTML/en/kinfocenter/ioports/index.cache.bz2 -share/doc/HTML/en/kinfocenter/ioports/index.docbook -share/doc/HTML/en/kinfocenter/kinfocenter.png -share/doc/HTML/en/kinfocenter/memory/common -share/doc/HTML/en/kinfocenter/memory/index.cache.bz2 -share/doc/HTML/en/kinfocenter/memory/index.docbook -share/doc/HTML/en/kinfocenter/nics/common -share/doc/HTML/en/kinfocenter/nics/index.cache.bz2 -share/doc/HTML/en/kinfocenter/nics/index.docbook -share/doc/HTML/en/kinfocenter/opengl/common -share/doc/HTML/en/kinfocenter/opengl/index.cache.bz2 -share/doc/HTML/en/kinfocenter/opengl/index.docbook -share/doc/HTML/en/kinfocenter/partitions/common -share/doc/HTML/en/kinfocenter/partitions/index.cache.bz2 -share/doc/HTML/en/kinfocenter/partitions/index.docbook -share/doc/HTML/en/kinfocenter/pci/common -share/doc/HTML/en/kinfocenter/pci/index.cache.bz2 -share/doc/HTML/en/kinfocenter/pci/index.docbook -share/doc/HTML/en/kinfocenter/processor/common -share/doc/HTML/en/kinfocenter/processor/index.cache.bz2 -share/doc/HTML/en/kinfocenter/processor/index.docbook -share/doc/HTML/en/kinfocenter/protocols/common -share/doc/HTML/en/kinfocenter/protocols/index.cache.bz2 -share/doc/HTML/en/kinfocenter/protocols/index.docbook -share/doc/HTML/en/kinfocenter/samba/common -share/doc/HTML/en/kinfocenter/samba/index.cache.bz2 -share/doc/HTML/en/kinfocenter/samba/index.docbook -share/doc/HTML/en/kinfocenter/scsi/common -share/doc/HTML/en/kinfocenter/scsi/index.cache.bz2 -share/doc/HTML/en/kinfocenter/scsi/index.docbook -share/doc/HTML/en/kinfocenter/sound/common -share/doc/HTML/en/kinfocenter/sound/index.cache.bz2 -share/doc/HTML/en/kinfocenter/sound/index.docbook -share/doc/HTML/en/kinfocenter/usb/common -share/doc/HTML/en/kinfocenter/usb/index.cache.bz2 -share/doc/HTML/en/kinfocenter/usb/index.docbook -share/doc/HTML/en/kinfocenter/view1394/common -share/doc/HTML/en/kinfocenter/view1394/index.cache.bz2 -share/doc/HTML/en/kinfocenter/view1394/index.docbook -share/doc/HTML/en/kinfocenter/xserver/common -share/doc/HTML/en/kinfocenter/xserver/index.cache.bz2 -share/doc/HTML/en/kinfocenter/xserver/index.docbook share/doc/HTML/en/konqueror/basics.docbook share/doc/HTML/en/konqueror/bookmarks.docbook share/doc/HTML/en/konqueror/browser.docbook @@ -555,238 +259,25 @@ share/doc/HTML/en/konsole/index.docbook share/doc/HTML/en/kwrite/common share/doc/HTML/en/kwrite/index.cache.bz2 share/doc/HTML/en/kwrite/index.docbook -share/icons/hicolor/128x128/apps/kappfinder.png share/icons/hicolor/128x128/apps/konqueror.png -share/icons/hicolor/16x16/apps/kappfinder.png share/icons/hicolor/16x16/apps/kfind.png share/icons/hicolor/16x16/apps/konqueror.png -share/icons/hicolor/22x22/apps/kappfinder.png share/icons/hicolor/22x22/apps/kfind.png share/icons/hicolor/22x22/apps/konqueror.png -share/icons/hicolor/32x32/apps/kappfinder.png share/icons/hicolor/32x32/apps/kfind.png share/icons/hicolor/32x32/apps/konqueror.png -share/icons/hicolor/48x48/apps/kappfinder.png share/icons/hicolor/48x48/apps/kfind.png share/icons/hicolor/48x48/apps/konqueror.png -share/icons/hicolor/64x64/apps/kappfinder.png share/icons/hicolor/64x64/apps/kfind.png share/icons/hicolor/64x64/apps/konqueror.png share/icons/hicolor/scalable/apps/konqueror.svgz -share/icons/oxygen/128x128/apps/applixware.png -share/icons/oxygen/128x128/apps/clanbomber.png -share/icons/oxygen/128x128/apps/email.png -share/icons/oxygen/128x128/apps/gimp.png -share/icons/oxygen/128x128/apps/licq.png -share/icons/oxygen/128x128/apps/netscape.png -share/icons/oxygen/128x128/apps/penguin.png -share/icons/oxygen/128x128/apps/staroffice.png -share/icons/oxygen/128x128/apps/terminal.png -share/icons/oxygen/128x128/apps/tux.png -share/icons/oxygen/128x128/apps/wp.png -share/icons/oxygen/128x128/apps/xclock.png -share/icons/oxygen/128x128/apps/xfmail.png -share/icons/oxygen/128x128/apps/xmag.png -share/icons/oxygen/16x16/apps/abiword.png -share/icons/oxygen/16x16/apps/alevt.png -share/icons/oxygen/16x16/apps/applixware.png -share/icons/oxygen/16x16/apps/assistant.png -share/icons/oxygen/16x16/apps/blender.png -share/icons/oxygen/16x16/apps/bluefish.png -share/icons/oxygen/16x16/apps/clanbomber.png -share/icons/oxygen/16x16/apps/designer.png -share/icons/oxygen/16x16/apps/dia.png -share/icons/oxygen/16x16/apps/eclipse.png -share/icons/oxygen/16x16/apps/emacs.png -share/icons/oxygen/16x16/apps/email.png -share/icons/oxygen/16x16/apps/evolution.png -share/icons/oxygen/16x16/apps/gabber.png -share/icons/oxygen/16x16/apps/gaim.png -share/icons/oxygen/16x16/apps/gimp.png -share/icons/oxygen/16x16/apps/gnomemeeting.png -share/icons/oxygen/16x16/apps/gnucash.png -share/icons/oxygen/16x16/apps/gnumeric.png -share/icons/oxygen/16x16/apps/gv.png -share/icons/oxygen/16x16/apps/gvim.png -share/icons/oxygen/16x16/apps/licq.png -share/icons/oxygen/16x16/apps/linguist.png -share/icons/oxygen/16x16/apps/lyx.png -share/icons/oxygen/16x16/apps/netscape.png -share/icons/oxygen/16x16/apps/opera.png -share/icons/oxygen/16x16/apps/pan.png -share/icons/oxygen/16x16/apps/penguin.png -share/icons/oxygen/16x16/apps/plan.png -share/icons/oxygen/16x16/apps/planner.png -share/icons/oxygen/16x16/apps/pybliographic.png -share/icons/oxygen/16x16/apps/realplayer.png -share/icons/oxygen/16x16/apps/sodipodi.png -share/icons/oxygen/16x16/apps/terminal.png -share/icons/oxygen/16x16/apps/tux.png -share/icons/oxygen/16x16/apps/wp.png -share/icons/oxygen/16x16/apps/xcalc.png -share/icons/oxygen/16x16/apps/xchat.png -share/icons/oxygen/16x16/apps/xclipboard.png -share/icons/oxygen/16x16/apps/xclock.png -share/icons/oxygen/16x16/apps/xedit.png -share/icons/oxygen/16x16/apps/xemacs.png -share/icons/oxygen/16x16/apps/xeyes.png -share/icons/oxygen/16x16/apps/xfig.png -share/icons/oxygen/16x16/apps/xfmail.png -share/icons/oxygen/16x16/apps/xload.png -share/icons/oxygen/16x16/apps/xmag.png -share/icons/oxygen/16x16/apps/xmms.png -share/icons/oxygen/16x16/apps/xosview.png -share/icons/oxygen/16x16/apps/xpaint.png -share/icons/oxygen/16x16/apps/xv.png -share/icons/oxygen/22x22/apps/email.png -share/icons/oxygen/32x32/apps/abiword.png -share/icons/oxygen/32x32/apps/alevt.png -share/icons/oxygen/32x32/apps/applixware.png -share/icons/oxygen/32x32/apps/assistant.png -share/icons/oxygen/32x32/apps/blender.png -share/icons/oxygen/32x32/apps/bluefish.png -share/icons/oxygen/32x32/apps/clanbomber.png -share/icons/oxygen/32x32/apps/designer.png -share/icons/oxygen/32x32/apps/dia.png -share/icons/oxygen/32x32/apps/eclipse.png -share/icons/oxygen/32x32/apps/emacs.png -share/icons/oxygen/32x32/apps/email.png -share/icons/oxygen/32x32/apps/evolution.png -share/icons/oxygen/32x32/apps/gabber.png -share/icons/oxygen/32x32/apps/gaim.png -share/icons/oxygen/32x32/apps/galeon.png -share/icons/oxygen/32x32/apps/gimp.png -share/icons/oxygen/32x32/apps/gnomemeeting.png -share/icons/oxygen/32x32/apps/gnucash.png -share/icons/oxygen/32x32/apps/gnumeric.png -share/icons/oxygen/32x32/apps/gv.png -share/icons/oxygen/32x32/apps/gvim.png -share/icons/oxygen/32x32/apps/licq.png -share/icons/oxygen/32x32/apps/linguist.png -share/icons/oxygen/32x32/apps/lyx.png -share/icons/oxygen/32x32/apps/netscape.png -share/icons/oxygen/32x32/apps/opera.png -share/icons/oxygen/32x32/apps/pan.png -share/icons/oxygen/32x32/apps/penguin.png -share/icons/oxygen/32x32/apps/pinguin.png -share/icons/oxygen/32x32/apps/plan.png -share/icons/oxygen/32x32/apps/planner.png -share/icons/oxygen/32x32/apps/pybliographic.png -share/icons/oxygen/32x32/apps/realplayer.png -share/icons/oxygen/32x32/apps/sodipodi.png -share/icons/oxygen/32x32/apps/terminal.png -share/icons/oxygen/32x32/apps/tux.png -share/icons/oxygen/32x32/apps/wp.png -share/icons/oxygen/32x32/apps/xawtv.png -share/icons/oxygen/32x32/apps/xcalc.png -share/icons/oxygen/32x32/apps/xchat.png -share/icons/oxygen/32x32/apps/xclipboard.png -share/icons/oxygen/32x32/apps/xclock.png -share/icons/oxygen/32x32/apps/xedit.png -share/icons/oxygen/32x32/apps/xemacs.png -share/icons/oxygen/32x32/apps/xeyes.png -share/icons/oxygen/32x32/apps/xfig.png -share/icons/oxygen/32x32/apps/xfmail.png -share/icons/oxygen/32x32/apps/xload.png -share/icons/oxygen/32x32/apps/xmag.png -share/icons/oxygen/32x32/apps/xmms.png -share/icons/oxygen/32x32/apps/xosview.png -share/icons/oxygen/32x32/apps/xpaint.png -share/icons/oxygen/32x32/apps/xv.png -share/icons/oxygen/48x48/apps/abiword.png -share/icons/oxygen/48x48/apps/applixware.png -share/icons/oxygen/48x48/apps/blender.png -share/icons/oxygen/48x48/apps/bluefish.png -share/icons/oxygen/48x48/apps/clanbomber.png -share/icons/oxygen/48x48/apps/designer.png -share/icons/oxygen/48x48/apps/dia.png -share/icons/oxygen/48x48/apps/eclipse.png -share/icons/oxygen/48x48/apps/emacs.png -share/icons/oxygen/48x48/apps/email.png -share/icons/oxygen/48x48/apps/evolution.png -share/icons/oxygen/48x48/apps/gabber.png -share/icons/oxygen/48x48/apps/gaim.png -share/icons/oxygen/48x48/apps/galeon.png -share/icons/oxygen/48x48/apps/gimp.png -share/icons/oxygen/48x48/apps/gnomemeeting.png -share/icons/oxygen/48x48/apps/gnucash.png -share/icons/oxygen/48x48/apps/gnumeric.png -share/icons/oxygen/48x48/apps/gvim.png -share/icons/oxygen/48x48/apps/licq.png -share/icons/oxygen/48x48/apps/netscape.png -share/icons/oxygen/48x48/apps/opera.png -share/icons/oxygen/48x48/apps/pan.png -share/icons/oxygen/48x48/apps/penguin.png -share/icons/oxygen/48x48/apps/planner.png -share/icons/oxygen/48x48/apps/sodipodi.png -share/icons/oxygen/48x48/apps/staroffice.png -share/icons/oxygen/48x48/apps/terminal.png -share/icons/oxygen/48x48/apps/tux.png -share/icons/oxygen/48x48/apps/wp.png -share/icons/oxygen/48x48/apps/xchat.png -share/icons/oxygen/48x48/apps/xclock.png -share/icons/oxygen/48x48/apps/xedit.png -share/icons/oxygen/48x48/apps/xemacs.png -share/icons/oxygen/48x48/apps/xfmail.png -share/icons/oxygen/48x48/apps/xmag.png -share/icons/oxygen/48x48/apps/xv.png -share/icons/oxygen/64x64/apps/applixware.png -share/icons/oxygen/64x64/apps/clanbomber.png -share/icons/oxygen/64x64/apps/email.png -share/icons/oxygen/64x64/apps/gimp.png -share/icons/oxygen/64x64/apps/gvim.png -share/icons/oxygen/64x64/apps/licq.png -share/icons/oxygen/64x64/apps/netscape.png -share/icons/oxygen/64x64/apps/penguin.png -share/icons/oxygen/64x64/apps/staroffice.png -share/icons/oxygen/64x64/apps/terminal.png -share/icons/oxygen/64x64/apps/tux.png -share/icons/oxygen/64x64/apps/wp.png -share/icons/oxygen/64x64/apps/xclock.png -share/icons/oxygen/64x64/apps/xfmail.png -share/icons/oxygen/64x64/apps/xmag.png -share/icons/oxygen/scalable/apps/aim.svgz -share/icons/oxygen/scalable/apps/antivirus.svgz -share/icons/oxygen/scalable/apps/applixware.svgz -share/icons/oxygen/scalable/apps/browser.svgz -share/icons/oxygen/scalable/apps/camera.svgz -share/icons/oxygen/scalable/apps/clanbomber.svgz -share/icons/oxygen/scalable/apps/clock.svgz -share/icons/oxygen/scalable/apps/core.svgz -share/icons/oxygen/scalable/apps/display.svgz -share/icons/oxygen/scalable/apps/download_manager.svgz -share/icons/oxygen/scalable/apps/email.svgz -share/icons/oxygen/scalable/apps/galeon.svgz -share/icons/oxygen/scalable/apps/netscape.svgz -share/icons/oxygen/scalable/apps/penguin.svgz -share/icons/oxygen/scalable/apps/personal.svgz -share/icons/oxygen/scalable/apps/realplayer.svgz -share/icons/oxygen/scalable/apps/shell.svgz -share/icons/oxygen/scalable/apps/staroffice.svgz -share/icons/oxygen/scalable/apps/terminal.svgz -share/icons/oxygen/scalable/apps/tux.svgz -share/icons/oxygen/scalable/apps/xcalc.svgz -share/icons/oxygen/scalable/apps/xchat.svgz -share/icons/oxygen/scalable/apps/xclock.svgz -share/icons/oxygen/scalable/apps/xeyes.svgz -share/icons/oxygen/scalable/apps/xpaint.svgz share/kde4/services/ServiceMenus/konsolehere.desktop share/kde4/services/bookmarks.desktop share/kde4/services/cache.desktop share/kde4/services/cookies.desktop -share/kde4/services/desktoppath.desktop -share/kde4/services/devices.desktop -share/kde4/services/dma.desktop share/kde4/services/dolphinpart.desktop share/kde4/services/ebrowsing.desktop share/kde4/services/filebehavior.desktop -share/kde4/services/fileviewsvnplugin.desktop -share/kde4/services/interrupts.desktop -share/kde4/services/ioports.desktop -share/kde4/services/ioslaveinfo.desktop -share/kde4/services/kcm_memory.desktop -share/kde4/services/kcm_partition.desktop -share/kde4/services/kcm_pci.desktop share/kde4/services/kcm_useraccount.desktop share/kde4/services/kcmdolphingeneral.desktop share/kde4/services/kcmdolphinnavigation.desktop @@ -795,11 +286,8 @@ share/kde4/services/kcmdolphinviewmodes.desktop share/kde4/services/kcmhistory.desktop share/kde4/services/kcmkonqyperformance.desktop share/kde4/services/kcmperformance.desktop -share/kde4/services/kcmsolidproc.desktop -share/kde4/services/kcmusb.desktop share/kde4/services/kded/favicons.desktop share/kde4/services/kded/konqy_preloader.desktop -share/kde4/services/kfindpart.desktop share/kde4/services/khtml_appearance.desktop share/kde4/services/khtml_behavior.desktop share/kde4/services/khtml_filter.desktop @@ -811,19 +299,16 @@ share/kde4/services/konq_sidebartng.desktop share/kde4/services/konqueror.desktop share/kde4/services/konsolepart.desktop share/kde4/services/netpref.desktop -share/kde4/services/nic.desktop -share/kde4/services/opengl.desktop share/kde4/services/plasma-applet-folderview.desktop share/kde4/services/proxy.desktop -share/kde4/services/scsi.desktop share/kde4/services/smb.desktop -share/kde4/services/smbstatus.desktop -share/kde4/services/sound.desktop share/kde4/services/useragent.desktop share/kde4/services/useragentstrings/android10.desktop share/kde4/services/useragentstrings/chrome10onwinnt51.desktop +share/kde4/services/useragentstrings/chrome50oncurrent.desktop share/kde4/services/useragentstrings/firefox20oncurrent.desktop share/kde4/services/useragentstrings/firefox30oncurrent.desktop +share/kde4/services/useragentstrings/firefox36oncurrent.desktop share/kde4/services/useragentstrings/googlebot.desktop share/kde4/services/useragentstrings/ie401onwinnt4.desktop share/kde4/services/useragentstrings/ie50onppc.desktop @@ -844,11 +329,10 @@ share/kde4/services/useragentstrings/op962oncurrent.desktop share/kde4/services/useragentstrings/safari20.desktop share/kde4/services/useragentstrings/safari30oniphone.desktop share/kde4/services/useragentstrings/safari32.desktop +share/kde4/services/useragentstrings/safari40.desktop share/kde4/services/useragentstrings/w3moncurrent.desktop share/kde4/services/useragentstrings/wgetoncurrent.desktop -share/kde4/services/xserver.desktop share/kde4/servicetypes/fileviewversioncontrolplugin.desktop -share/kde4/servicetypes/findpart.desktop share/kde4/servicetypes/konqaboutpage.desktop share/kde4/servicetypes/konqdndpopupmenuplugin.desktop share/kde4/servicetypes/konqpopupmenuplugin.desktop @@ -886,31 +370,13 @@ share/templates/linkZIP.desktop @dirrm share/doc/HTML/en/kwrite @dirrm share/doc/HTML/en/konsole @dirrm share/doc/HTML/en/konqueror -@dirrm share/doc/HTML/en/kinfocenter/xserver -@dirrm share/doc/HTML/en/kinfocenter/view1394 -@dirrm share/doc/HTML/en/kinfocenter/usb -@dirrm share/doc/HTML/en/kinfocenter/sound -@dirrm share/doc/HTML/en/kinfocenter/scsi -@dirrm share/doc/HTML/en/kinfocenter/samba -@dirrm share/doc/HTML/en/kinfocenter/protocols -@dirrm share/doc/HTML/en/kinfocenter/processor -@dirrm share/doc/HTML/en/kinfocenter/pci -@dirrm share/doc/HTML/en/kinfocenter/partitions -@dirrm share/doc/HTML/en/kinfocenter/opengl -@dirrm share/doc/HTML/en/kinfocenter/nics -@dirrm share/doc/HTML/en/kinfocenter/memory -@dirrm share/doc/HTML/en/kinfocenter/ioports -@dirrm share/doc/HTML/en/kinfocenter/interrupts -@dirrm share/doc/HTML/en/kinfocenter/dma -@dirrm share/doc/HTML/en/kinfocenter/devices -@dirrm share/doc/HTML/en/kinfocenter @dirrm share/doc/HTML/en/kfind @dirrm share/doc/HTML/en/kdepasswd @dirrm share/doc/HTML/en/dolphin @dirrm share/apps/plugin @dirrm share/apps/kwrite -%%WEBKIT%%@dirrmtry share/apps/kwebkitpart/kpartplugins -%%WEBKIT%%@dirrmtry share/apps/kwebkitpart +@dirrmtry share/apps/kwebkitpart/kpartplugins +@dirrmtry share/apps/kwebkitpart @dirrm share/apps/konsole @dirrm share/apps/konqueror/profiles @dirrm share/apps/konqueror/pics @@ -921,33 +387,9 @@ share/templates/linkZIP.desktop @dirrm share/apps/konqsidebartng/plugins @dirrm share/apps/konqsidebartng/entries @dirrm share/apps/konqsidebartng/dirtree -@dirrm share/apps/kinfocenter/about -@dirrm share/apps/kinfocenter @dirrm share/apps/keditbookmarks -@dirrm share/apps/kcmusb @dirrm share/apps/kcmcss @dirrm share/apps/kbookmark -@dirrm share/apps/kappfinder/apps/Utilities/XUtilities -@dirrm share/apps/kappfinder/apps/Utilities -@dirrm share/apps/kappfinder/apps/Toys -@dirrm share/apps/kappfinder/apps/System/Terminal -@dirrm share/apps/kappfinder/apps/System -@dirrm share/apps/kappfinder/apps/Office -@dirrm share/apps/kappfinder/apps/Multimedia -@dirrm share/apps/kappfinder/apps/Internet/Terminal -@dirrm share/apps/kappfinder/apps/Internet -@dirrm share/apps/kappfinder/apps/Graphics -@dirrm share/apps/kappfinder/apps/Games/TacticStrategy -@dirrm share/apps/kappfinder/apps/Games/Roguelikes -@dirrm share/apps/kappfinder/apps/Games/Emulators -@dirrm share/apps/kappfinder/apps/Games/Card -@dirrm share/apps/kappfinder/apps/Games/Board -@dirrm share/apps/kappfinder/apps/Games/Arcade -@dirrm share/apps/kappfinder/apps/Games -@dirrm share/apps/kappfinder/apps/Editors -@dirrm share/apps/kappfinder/apps/Development -@dirrm share/apps/kappfinder/apps -@dirrm share/apps/kappfinder -@dirrm share/apps/dolphinpart/kpartplugins -@dirrm share/apps/dolphinpart -@dirrm share/apps/dolphin +@dirrmtry share/apps/dolphinpart/kpartplugins +@dirrmtry share/apps/dolphinpart +@dirrmtry share/apps/dolphin diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile index 2c746a5ac943..7b44738ad54b 100644 --- a/x11/kdelibs4/Makefile +++ b/x11/kdelibs4/Makefile @@ -8,7 +8,6 @@ PORTNAME= kdelibs PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= x11 kde ipv6 MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -19,7 +18,10 @@ MAINTAINER= kde@FreeBSD.org COMMENT= Base set of libraries needed by KDE programs BUILD_DEPENDS= ${LOCALBASE}/lib/libhspell.a:${PORTSDIR}/hebrew/hspell \ - ${LOCALBASE}/share/ontology/core/rdf.ontology:${PORTSDIR}/x11-toolkits/shared-desktop-ontologies + ${LOCALBASE}/share/ontology/core/rdf.ontology:${PORTSDIR}/x11-toolkits/shared-desktop-ontologies \ + ${LOCALBASE}/share/xml/docbook/4.2/docbookx.dtd:${PORTSDIR}/textproc/docbook-xml \ + ${LOCALBASE}/share/xsl/docbook/html/docbook.xsl:${PORTSDIR}/textproc/docbook-xsl + LIB_DEPENDS= searchclient:${PORTSDIR}/deskutils/strigi \ soprano.4:${PORTSDIR}/textproc/soprano \ IlmImf:${PORTSDIR}/graphics/OpenEXR \ @@ -36,7 +38,8 @@ LIB_DEPENDS= searchclient:${PORTSDIR}/deskutils/strigi \ qca.2:${PORTSDIR}/devel/qca \ attica.0:${PORTSDIR}/x11-toolkits/attica \ polkit-qt-core.0:${PORTSDIR}/sysutils/policykit-qt \ - smbclient.0:${PORTSDIR}/net/samba-libsmbclient + smbclient.0:${PORTSDIR}/net/samba-libsmbclient \ + dbusmenu-qt.2:${PORTSDIR}/devel/libdbusmenu-qt RUN_DEPENDS= ${LOCALBASE}/share/icons/hicolor/index.theme:${PORTSDIR}/misc/hicolor-icon-theme \ ${LOCALBASE}/share/ontology/core/rdf.ontology:${PORTSDIR}/x11-toolkits/shared-desktop-ontologies \ @@ -99,7 +102,7 @@ LIB_DEPENDS+= dns_sd:${PORTSDIR}/net/mDNSResponder .endif post-patch: - @${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ + ${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \ ${PATCH_WRKSRC}/kde3support/kdeui/k3sconfig.cpp \ ${PATCH_WRKSRC}/kdecore/network/k3socks.cpp \ ${PATCH_WRKSRC}/kdecore/kernel/kstandarddirs.cpp \ diff --git a/x11/kdelibs4/distinfo b/x11/kdelibs4/distinfo index abc4eb60ca5b..2463a3e64039 100644 --- a/x11/kdelibs4/distinfo +++ b/x11/kdelibs4/distinfo @@ -1,3 +1,3 @@ -MD5 (KDE/kdelibs-4.4.5.tar.bz2) = 42813c549777b5b3d6440ef719ef8588 -SHA256 (KDE/kdelibs-4.4.5.tar.bz2) = 11d79203e70ba104bf5414cb2a4e8919793ffb5b201592f28fc8ae325c8c6085 -SIZE (KDE/kdelibs-4.4.5.tar.bz2) = 14088335 +MD5 (KDE/kdelibs-4.5.1.tar.bz2) = f91f16b4349f8a2ca41dab5ca95f3877 +SHA256 (KDE/kdelibs-4.5.1.tar.bz2) = 0dc482603bd894bbe194c2c84275af73602fe84932bc1ba9a92496cf57ce1bf7 +SIZE (KDE/kdelibs-4.5.1.tar.bz2) = 13859768 diff --git a/x11/kdelibs4/files/patch-KDE4Defaults.cmake b/x11/kdelibs4/files/patch-KDE4Defaults.cmake index 1e8ca51c0902..96fbac605223 100644 --- a/x11/kdelibs4/files/patch-KDE4Defaults.cmake +++ b/x11/kdelibs4/files/patch-KDE4Defaults.cmake @@ -4,13 +4,13 @@ # define the generic version of the libraries here # this makes it easy to advance it when the next KDE release comes # Use this version number for libraries which are at version n in KDE version n --set(GENERIC_LIB_VERSION "4.4.0") +-set(GENERIC_LIB_VERSION "4.5.0") -set(GENERIC_LIB_SOVERSION "4") +set(GENERIC_LIB_VERSION "5.0.1") +set(GENERIC_LIB_SOVERSION "5") # Use this version number for libraries which are already at version n+1 in KDE version n --set(KDE_NON_GENERIC_LIB_VERSION "5.4.0") +-set(KDE_NON_GENERIC_LIB_VERSION "5.5.0") -set(KDE_NON_GENERIC_LIB_SOVERSION "5") +set(KDE_NON_GENERIC_LIB_VERSION "7.0.1") +set(KDE_NON_GENERIC_LIB_SOVERSION "7") diff --git a/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake b/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake index 176b4f1bc9c8..83f7cf23db3c 100644 --- a/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake +++ b/x11/kdelibs4/files/patch-cmake_modules_FindKDE4Internal.cmake @@ -1,6 +1,6 @@ ---- ./cmake/modules/FindKDE4Internal.cmake.orig 2009-02-26 17:18:26.000000000 +0300 -+++ ./cmake/modules/FindKDE4Internal.cmake 2009-03-22 14:42:53.000000000 +0300 -@@ -550,7 +550,7 @@ +--- cmake/modules/FindKDE4Internal.cmake.orig 2010-06-02 02:55:14.000000000 -0400 ++++ cmake/modules/FindKDE4Internal.cmake 2010-06-02 02:57:53.000000000 -0400 +@@ -689,7 +689,7 @@ # whether to install a CMake FooConfig.cmake into lib/foo/cmake/ or /lib/cmake/foo/ # (with 2.6.3 and above also lib/cmake/foo/ is supported): if(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_GREATER 2.6.2) @@ -9,14 +9,14 @@ else(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_GREATER 2.6.2) set(KDE4_USE_COMMON_CMAKE_PACKAGE_CONFIG_DIR FALSE) endif(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.${CMAKE_PATCH_VERSION} VERSION_GREATER 2.6.2) -@@ -694,8 +694,8 @@ +@@ -855,8 +855,8 @@ _set_fancy(XDG_MIME_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/mime/packages" "The install dir for the xdg mimetypes") - _set_fancy(SYSCONF_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/etc" "The kde sysconfig install dir (default ${CMAKE_INSTALL_PREFIX}/etc)") -- _set_fancy(MAN_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/man" "The kde man install dir (default ${SHARE_INSTALL_PREFIX}/man/)") -- _set_fancy(INFO_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/info" "The kde info install dir (default ${SHARE_INSTALL_PREFIX}/info)") -+ _set_fancy(MAN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/man" "The kde man install dir (default ${SHARE_INSTALL_PREFIX}/man/)") -+ _set_fancy(INFO_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/info" "The kde info install dir (default ${SHARE_INSTALL_PREFIX}/info)") - _set_fancy(DBUS_INTERFACES_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dbus-1/interfaces" "The kde dbus interfaces install dir (default ${SHARE_INSTALL_PREFIX}/dbus-1/interfaces)") - _set_fancy(DBUS_SERVICES_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dbus-1/services" "The kde dbus services install dir (default ${SHARE_INSTALL_PREFIX}/dbus-1/services)") - + _set_fancy(SYSCONF_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/etc" "The sysconfig install dir (default ${CMAKE_INSTALL_PREFIX}/etc)") +- _set_fancy(MAN_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/man" "The man install dir (default ${SHARE_INSTALL_PREFIX}/man/)") +- _set_fancy(INFO_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/info" "The info install dir (default ${SHARE_INSTALL_PREFIX}/info)") ++ _set_fancy(MAN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/man" "The man install dir (default ${SHARE_INSTALL_PREFIX}/man/)") ++ _set_fancy(INFO_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/info" "The info install dir (default ${SHARE_INSTALL_PREFIX}/info)") + _set_fancy(DBUS_INTERFACES_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dbus-1/interfaces" "The dbus interfaces install dir (default ${SHARE_INSTALL_PREFIX}/dbus-1/interfaces)") + _set_fancy(DBUS_SERVICES_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dbus-1/services" "The dbus services install dir (default ${SHARE_INSTALL_PREFIX}/dbus-1/services)") + _set_fancy(DBUS_SYSTEM_SERVICES_INSTALL_DIR "${SHARE_INSTALL_PREFIX}/dbus-1/system-services" "The dbus system services install dir (default ${SHARE_INSTALL_PREFIX}/dbus-1/system-services)") diff --git a/x11/kdelibs4/files/patch-kdecore_io_kdirwatch.cpp b/x11/kdelibs4/files/patch-kdecore_io_kdirwatch.cpp new file mode 100644 index 000000000000..84391941bd6e --- /dev/null +++ b/x11/kdelibs4/files/patch-kdecore_io_kdirwatch.cpp @@ -0,0 +1,11 @@ +--- kdecore/io/kdirwatch.cpp.orig 2010-06-02 03:38:59.000000000 -0400 ++++ kdecore/io/kdirwatch.cpp 2010-06-02 03:42:23.000000000 -0400 +@@ -164,7 +164,7 @@ + + #ifdef HAVE_FAM + // It's possible that FAM server can't be started +- if (FAMOpen(&fc) ==0) { ++ if (m_preferredMethod == Fam && FAMOpen(&fc) ==0) { + availableMethods << "FAM"; + use_fam=true; + sn = new QSocketNotifier( FAMCONNECTION_GETFD(&fc), diff --git a/x11/kdelibs4/files/patch-kio-kio-kdirwatch.cpp b/x11/kdelibs4/files/patch-kio-kio-kdirwatch.cpp deleted file mode 100644 index 964c065c99af..000000000000 --- a/x11/kdelibs4/files/patch-kio-kio-kdirwatch.cpp +++ /dev/null @@ -1,21 +0,0 @@ ---- ./kio/kio/kdirwatch.cpp.orgi 2009-01-27 18:07:49.000000000 +0100 -+++ ./kio/kio/kdirwatch.cpp 2009-01-27 18:15:04.000000000 +0100 -@@ -89,6 +89,9 @@ - } else if (method == "QFSWatch") { - return KDirWatchPrivate::QFSWatch; - } else { -+#ifdef Q_OS_FREEBSD -+ return KDirWatchPrivate::Stat; -+#endif - #ifdef Q_OS_WIN - return KDirWatchPrivate::QFSWatch; - #else -@@ -159,7 +162,7 @@ - - #ifdef HAVE_FAM - // It's possible that FAM server can't be started -- if (FAMOpen(&fc) ==0) { -+ if (m_preferredMethod == Fam && FAMOpen(&fc) ==0) { - availableMethods << "FAM"; - use_fam=true; - sn = new QSocketNotifier( FAMCONNECTION_GETFD(&fc), diff --git a/x11/kdelibs4/files/patch-kio_kfile_kdiskfreespaceinfo.cpp b/x11/kdelibs4/files/patch-kio_kfile_kdiskfreespaceinfo.cpp deleted file mode 100644 index 2fce5693e205..000000000000 --- a/x11/kdelibs4/files/patch-kio_kfile_kdiskfreespaceinfo.cpp +++ /dev/null @@ -1,11 +0,0 @@ ---- ./kio/kfile/kdiskfreespaceinfo.cpp.orig 2010-02-26 21:30:10.000000000 +0300 -+++ ./kio/kfile/kdiskfreespaceinfo.cpp 2010-04-11 23:48:30.795826504 +0400 -@@ -133,7 +133,7 @@ - // Prefer mountPoint if available, so that it even works with non-existing files. - const QString pathArg = info.d->mountPoint.isEmpty() ? path : info.d->mountPoint; - if (!statvfs(QFile::encodeName(pathArg).constData(), &statvfs_buf)) { -- const quint64 blksize = quint64(statvfs_buf.f_bsize); // cast to avoid overflow -+ const quint64 blksize = quint64(statvfs_buf.f_frsize); // cast to avoid overflow - info.d->available = statvfs_buf.f_bavail * blksize; - info.d->size = statvfs_buf.f_blocks * blksize; - info.d->valid = true; diff --git a/x11/kdelibs4/pkg-plist b/x11/kdelibs4/pkg-plist index 18a1244d71d8..a36ccf47a765 100644 --- a/x11/kdelibs4/pkg-plist +++ b/x11/kdelibs4/pkg-plist @@ -15,10 +15,10 @@ bin/kunittestmodrunner bin/kwrapper4 bin/makekdewidgets bin/meinproc4 +bin/meinproc4_simple bin/nepomuk-rcgen bin/preparetips etc/dbus-1/system.d/org.kde.auth.conf -etc/dbus-1/system.d/org.kde.kcontrol.kcmremotewidgets.conf etc/xdg/menus/applications.menu include/KDE/ConversionCheck/QVconvertible include/KDE/ConversionCheck/type_toQString @@ -429,6 +429,8 @@ include/KDE/KIconDialog include/KDE/KIconEffect include/KDE/KIconLoader include/KDE/KIconTheme +include/KDE/KIdleTime +include/KDE/KImageCache include/KDE/KImageFilePreview include/KDE/KImageIO include/KDE/KInputDialog @@ -559,6 +561,7 @@ include/KDE/KPixmapRegionSelectorDialog include/KDE/KPixmapRegionSelectorWidget include/KDE/KPixmapSequence include/KDE/KPixmapSequenceOverlayPainter +include/KDE/KPixmapSequenceWidget include/KDE/KPlotAxis include/KDE/KPlotObject include/KDE/KPlotPoint @@ -610,6 +613,7 @@ include/KDE/KSettings/Dispatcher include/KDE/KSettings/PluginPage include/KDE/KSharedConfig include/KDE/KSharedConfigPtr +include/KDE/KSharedDataCache include/KDE/KSharedPtr include/KDE/KShell include/KDE/KShellCompletion @@ -667,6 +671,9 @@ include/KDE/KTextEditor/Factory include/KDE/KTextEditor/HighlightInterface include/KDE/KTextEditor/MarkInterface include/KDE/KTextEditor/ModificationInterface +include/KDE/KTextEditor/MovingCursor +include/KDE/KTextEditor/MovingInterface +include/KDE/KTextEditor/MovingRange include/KDE/KTextEditor/ParameterizedSessionConfigInterface include/KDE/KTextEditor/Plugin include/KDE/KTextEditor/Range @@ -680,6 +687,7 @@ include/KDE/KTextEditor/SmartRange include/KDE/KTextEditor/SmartRangeNotifier include/KDE/KTextEditor/SmartRangeWatcher include/KDE/KTextEditor/TemplateInterface +include/KDE/KTextEditor/TemplateInterface2 include/KDE/KTextEditor/TextHintInterface include/KDE/KTextEditor/VariableInterface include/KDE/KTextEditor/View @@ -735,6 +743,7 @@ include/KDE/KWallet/Wallet include/KDE/KWebPage include/KDE/KWebPluginFactory include/KDE/KWebView +include/KDE/KWebWallet include/KDE/KWidgetItemDelegate include/KDE/KWindowInfo include/KDE/KWindowSystem @@ -779,12 +788,14 @@ include/KDE/NETRootInfo include/KDE/NETWinInfo include/KDE/Nepomuk/KRatingPainter include/KDE/Nepomuk/KRatingWidget +include/KDE/Nepomuk/MassUpdateJob include/KDE/Nepomuk/Query/AndTerm include/KDE/Nepomuk/Query/ComparisonTerm include/KDE/Nepomuk/Query/FileQuery include/KDE/Nepomuk/Query/GroupTerm include/KDE/Nepomuk/Query/LiteralTerm include/KDE/Nepomuk/Query/NegationTerm +include/KDE/Nepomuk/Query/OptionalTerm include/KDE/Nepomuk/Query/OrTerm include/KDE/Nepomuk/Query/Query include/KDE/Nepomuk/Query/QueryParser @@ -798,6 +809,7 @@ include/KDE/Nepomuk/Resource include/KDE/Nepomuk/ResourceManager include/KDE/Nepomuk/Service include/KDE/Nepomuk/Tag +include/KDE/Nepomuk/TagWidget include/KDE/Nepomuk/Thing include/KDE/Nepomuk/Types/Class include/KDE/Nepomuk/Types/Literal @@ -806,14 +818,13 @@ include/KDE/Nepomuk/Types/Property include/KDE/Nepomuk/Variant include/KDE/OrgKdeKDirNotifyInterface include/KDE/OrgKdeKLauncherInterface -include/KDE/Plasma/AbstractAnimation +include/KDE/Plasma/AbstractDialogManager include/KDE/Plasma/AbstractRunner include/KDE/Plasma/AbstractToolBox include/KDE/Plasma/AccessAppletJob include/KDE/Plasma/AccessManager include/KDE/Plasma/Animation include/KDE/Plasma/AnimationDriver -include/KDE/Plasma/AnimationGroup include/KDE/Plasma/Animator include/KDE/Plasma/Applet include/KDE/Plasma/AppletScript @@ -938,6 +949,7 @@ include/KDE/khtml/MouseMoveEvent include/KDE/khtml/MousePressEvent include/KDE/khtml/MouseReleaseEvent include/KDE/kndbgstream +include/config-nepomuk.h include/conversion_check.h include/dnssd/dnssd_export.h include/dnssd/domainbrowser.h @@ -1072,6 +1084,7 @@ include/kbookmarkimporter_ns.h include/kbookmarkimporter_opera.h include/kbookmarkmanager.h include/kbookmarkmenu.h +include/kbreadcrumbselectionmodel.h include/kbugreport.h include/kbuildsycocaprogressdialog.h include/kbuttongroup.h @@ -1090,6 +1103,7 @@ include/kcmoduleinfo.h include/kcmoduleloader.h include/kcmoduleproxy.h include/kcmultidialog.h +include/kcmutils_export.h include/kcodecaction.h include/kcodecs.h include/kcolorbutton.h @@ -1162,6 +1176,7 @@ include/keditlistbox.h include/kedittoolbar.h include/kemailsettings.h include/kemoticons.h +include/kemoticons_export.h include/kemoticonsprovider.h include/kemoticonstheme.h include/kencodingdetector.h @@ -1178,6 +1193,8 @@ include/kfileitem.h include/kfileitemactions.h include/kfileitemdelegate.h include/kfileitemlistproperties.h +include/kfilemetadataconfigurationwidget.h +include/kfilemetadatawidget.h include/kfilemetainfo.h include/kfilemetainfoitem.h include/kfileplacesmodel.h @@ -1233,6 +1250,8 @@ include/kiconeffect.h include/kiconloader.h include/kicontheme.h include/kidletime.h +include/kidletime_export.h +include/kimagecache.h include/kimagefilepreview.h include/kimageio.h include/kimproxy.h @@ -1297,6 +1316,7 @@ include/kled.h include/klibloader.h include/klibrary.h include/klineedit.h +include/klinkitemselectionmodel.h include/klistwidget.h include/klistwidgetsearchline.h include/klocale.h @@ -1318,9 +1338,12 @@ include/kmimetype.h include/kmimetypechooser.h include/kmimetyperesolver.h include/kmimetypetrader.h +include/kmodelindexproxymapper.h include/kmodifierkeyinfo.h include/kmountpoint.h include/kmultitabbar.h +include/knameandurlinputdialog.h +include/knewfilemenu.h include/knewpassworddialog.h include/knewstuff2/core/author.h include/knewstuff2/core/category.h @@ -1332,6 +1355,8 @@ include/knewstuff2/knewstuff_export.h include/knewstuff2/ui/knewstuffaction.h include/knewstuff2/ui/knewstuffbutton.h include/knewstuff3/downloaddialog.h +include/knewstuff3/downloadmanager.h +include/knewstuff3/downloadwidget.h include/knewstuff3/entry.h include/knewstuff3/knewstuff_export.h include/knewstuff3/knewstuffaction.h @@ -1365,6 +1390,7 @@ include/kparts/mainwindow.h include/kparts/part.h include/kparts/partmanager.h include/kparts/plugin.h +include/kparts/scriptableextension.h include/kparts/statusbarextension.h include/kpassivepopup.h include/kpassivepopupmessagehandler.h @@ -1387,6 +1413,7 @@ include/kpluginloader.h include/kpluginselector.h include/kpreviewwidgetbase.h include/kprintpreview.h +include/kprintutils_export.h include/kprocess.h include/kprogressdialog.h include/kpropertiesdialog.h @@ -1403,6 +1430,7 @@ include/krandom.h include/krandomsequence.h include/krecentdocument.h include/krecentfilesaction.h +include/krecursivefilterproxymodel.h include/kregexpeditorinterface.h include/kremoteencoding.h include/kreplace.h @@ -1446,6 +1474,7 @@ include/ksettings/dialog.h include/ksettings/dispatcher.h include/ksettings/pluginpage.h include/ksharedconfig.h +include/kshareddatacache.h include/ksharedptr.h include/kshell.h include/kshellcompletion.h @@ -1508,7 +1537,12 @@ include/ktexteditor/highlightinterface.h include/ktexteditor/ktexteditor_export.h include/ktexteditor/loadsavefiltercheckplugin.h include/ktexteditor/markinterface.h +include/ktexteditor/modeinterface.h include/ktexteditor/modificationinterface.h +include/ktexteditor/movingcursor.h +include/ktexteditor/movinginterface.h +include/ktexteditor/movingrange.h +include/ktexteditor/movingrangefeedback.h include/ktexteditor/plugin.h include/ktexteditor/range.h include/ktexteditor/rangefeedback.h @@ -1522,6 +1556,7 @@ include/ktexteditor/smartrange.h include/ktexteditor/smartrangenotifier.h include/ktexteditor/smartrangewatcher.h include/ktexteditor/templateinterface.h +include/ktexteditor/templateinterface2.h include/ktexteditor/texthintinterface.h include/ktexteditor/variableinterface.h include/ktexteditor/view.h @@ -1541,6 +1576,7 @@ include/ktrader.h include/ktreewidgetsearchline.h include/ktypelist.h include/ktypelistutils.h +include/ktypetraits.h include/ktzfiletimezone.h include/kuiserverjobtracker.h include/kundostack.h @@ -1565,8 +1601,8 @@ include/kurlrequester.h include/kurlrequesterdialog.h include/kurlrequesterdlg.h include/kuser.h -include/kutils_export.h include/kvbox.h +include/kviewstatesaver.h include/kwallet.h include/kwebpage.h include/kwebpluginfactory.h @@ -1605,12 +1641,14 @@ include/nepomuk/literal.h include/nepomuk/literalterm.h include/nepomuk/negationterm.h include/nepomuk/nepomuk_export.h +include/nepomuk/nepomukmassupdatejob.h include/nepomuk/nepomukontologyloader.h include/nepomuk/nepomukquery_export.h include/nepomuk/nepomukservice.h include/nepomuk/ontology.h include/nepomuk/ontologyloader.h include/nepomuk/ontologymanager.h +include/nepomuk/optionalterm.h include/nepomuk/orterm.h include/nepomuk/property.h include/nepomuk/query.h @@ -1623,6 +1661,7 @@ include/nepomuk/resourcetypeterm.h include/nepomuk/result.h include/nepomuk/simpleterm.h include/nepomuk/tag.h +include/nepomuk/tagwidget.h include/nepomuk/term.h include/nepomuk/thing.h include/nepomuk/tools.h @@ -1630,6 +1669,7 @@ include/nepomuk/variant.h include/netwm.h include/netwm_def.h include/passdlg.h +include/plasma/abstractdialogmanager.h include/plasma/abstractrunner.h include/plasma/abstracttoolbox.h include/plasma/accessappletjob.h @@ -1793,17 +1833,16 @@ lib/kde4/kspell_enchant.so lib/kde4/kspell_hspell.so lib/kde4/ktexteditor_autobrace.so lib/kde4/ktexteditor_exporter.so +lib/kde4/ktexteditor_iconinserter.so +lib/kde4/ktexteditor_insanehtml_le.so lib/kde4/ktexteditor_insertfile.so lib/kde4/ktexteditor_kdatatool.so -lib/kde4/ktexteditor_python-encoding.so lib/kde4/ktranscript.so lib/kde4/libexec/filesharelist lib/kde4/libexec/fileshareset lib/kde4/libexec/kauth-policy-gen -lib/kde4/libexec/kcmremotewidgetshelper lib/kde4/libexec/kconf_update lib/kde4/libexec/kdesu_stub -lib/kde4/libexec/kdontchangethehostname lib/kde4/libexec/kio_http_cache_cleaner lib/kde4/libexec/kioslave lib/kde4/libexec/klauncher @@ -1824,7 +1863,9 @@ lib/kde4/plugins/imageformats/kimg_eps.so lib/kde4/plugins/imageformats/kimg_exr.so lib/kde4/plugins/imageformats/kimg_jp2.so lib/kde4/plugins/imageformats/kimg_pcx.so +lib/kde4/plugins/imageformats/kimg_pic.so lib/kde4/plugins/imageformats/kimg_psd.so +lib/kde4/plugins/imageformats/kimg_ras.so lib/kde4/plugins/imageformats/kimg_rgb.so lib/kde4/plugins/imageformats/kimg_tga.so lib/kde4/plugins/imageformats/kimg_xcf.so @@ -1835,6 +1876,12 @@ lib/kde4/plugins/script/libkrossqtsplugin.so lib/kde4/plugins/script/libkrossqtsplugin.so.5 lib/kde4/plugins/script/libkrossqtsplugin.so.5.0.1 lib/kde4/spellcheckplugin.so +lib/libkatepartinterfaces.so +lib/libkatepartinterfaces.so.5 +lib/libkatepartinterfaces.so.5.0.1 +lib/libkcmutils.so +lib/libkcmutils.so.5 +lib/libkcmutils.so.5.0.1 lib/libkde3support.so lib/libkde3support.so.5 lib/libkde3support.so.5.0.1 @@ -1861,12 +1908,18 @@ lib/libkdewebkit.so.7.0.1 lib/libkdnssd.so lib/libkdnssd.so.5 lib/libkdnssd.so.5.0.1 +lib/libkemoticons.so +lib/libkemoticons.so.5 +lib/libkemoticons.so.5.0.1 lib/libkfile.so lib/libkfile.so.5 lib/libkfile.so.5.0.1 lib/libkhtml.so lib/libkhtml.so.7 lib/libkhtml.so.7.0.1 +lib/libkidletime.so +lib/libkidletime.so.5 +lib/libkidletime.so.5.0.1 lib/libkimproxy.so lib/libkimproxy.so.5 lib/libkimproxy.so.5.0.1 @@ -1900,6 +1953,9 @@ lib/libkntlm.so.5.0.1 lib/libkparts.so lib/libkparts.so.5 lib/libkparts.so.5.0.1 +lib/libkprintutils.so +lib/libkprintutils.so.5 +lib/libkprintutils.so.5.0.1 lib/libkpty.so lib/libkpty.so.5 lib/libkpty.so.5.0.1 @@ -1936,7 +1992,6 @@ lib/libsolid.so.5.0.1 lib/libthreadweaver.so lib/libthreadweaver.so.5 lib/libthreadweaver.so.5.0.1 -share/PolicyKit/policy/org.kde.kcontrol.kcmremotewidgets.policy share/apps/LICENSES/ARTISTIC share/apps/LICENSES/BSD share/apps/LICENSES/GPL_V2 @@ -1962,6 +2017,7 @@ share/apps/cmake/modules/FindBlitz.cmake share/apps/cmake/modules/FindBlueZ.cmake share/apps/cmake/modules/FindBoost.cmake share/apps/cmake/modules/FindCarbon.cmake +share/apps/cmake/modules/FindDBusMenuQt.cmake share/apps/cmake/modules/FindDNSSD.cmake share/apps/cmake/modules/FindENCHANT.cmake share/apps/cmake/modules/FindEigen.cmake @@ -2017,6 +2073,7 @@ share/apps/cmake/modules/FindOggVorbis.cmake share/apps/cmake/modules/FindOpenEXR.cmake share/apps/cmake/modules/FindOpenSSL.cmake share/apps/cmake/modules/FindPCRE.cmake +share/apps/cmake/modules/FindPackageHandleStandardArgs.cmake share/apps/cmake/modules/FindPhonon.cmake share/apps/cmake/modules/FindPkgConfig.cmake share/apps/cmake/modules/FindPlasma.cmake @@ -2058,6 +2115,7 @@ share/apps/cmake/modules/KDELibs4LibraryTargets.cmake share/apps/cmake/modules/KDELibs4ToolsTargets-%%KDE4_BUILD_TYPE%%.cmake share/apps/cmake/modules/KDELibs4ToolsTargets.cmake share/apps/cmake/modules/KDELibsDependencies.cmake +share/apps/cmake/modules/KDEPlatformProfile.cmake share/apps/cmake/modules/MacroAddCompileFlags.cmake share/apps/cmake/modules/MacroAddLinkFlags.cmake share/apps/cmake/modules/MacroAdditionalCleanFiles.cmake @@ -2097,12 +2155,13 @@ share/apps/katepart/katepartsimpleui.rc share/apps/katepart/katepartui.rc share/apps/katepart/script/cstyle.js share/apps/katepart/script/haskell.js -share/apps/katepart/script/jstest.js share/apps/katepart/script/lilypond.js share/apps/katepart/script/lisp.js +share/apps/katepart/script/lua.js share/apps/katepart/script/python.js share/apps/katepart/script/ruby.js share/apps/katepart/script/utils.js +share/apps/katepart/script/xml.js share/apps/katepart/syntax/abap.xml share/apps/katepart/syntax/abc.xml share/apps/katepart/syntax/actionscript.xml @@ -2110,10 +2169,13 @@ share/apps/katepart/syntax/ada.xml share/apps/katepart/syntax/ahdl.xml share/apps/katepart/syntax/alert.xml share/apps/katepart/syntax/alert_indent.xml +share/apps/katepart/syntax/ample.xml share/apps/katepart/syntax/ansic89.xml share/apps/katepart/syntax/ansys.xml share/apps/katepart/syntax/apache.xml share/apps/katepart/syntax/asm-avr.xml +share/apps/katepart/syntax/asm-dsp56k.xml +share/apps/katepart/syntax/asm-m68k.xml share/apps/katepart/syntax/asm6502.xml share/apps/katepart/syntax/asn1.xml share/apps/katepart/syntax/asp.xml @@ -2212,6 +2274,7 @@ share/apps/katepart/syntax/objectivecpp.xml share/apps/katepart/syntax/ocaml.xml share/apps/katepart/syntax/octave.xml share/apps/katepart/syntax/opal.xml +share/apps/katepart/syntax/pango.xml share/apps/katepart/syntax/pascal.xml share/apps/katepart/syntax/perl.xml share/apps/katepart/syntax/pgn.xml @@ -2224,6 +2287,7 @@ share/apps/katepart/syntax/progress.xml share/apps/katepart/syntax/prolog.xml share/apps/katepart/syntax/purebasic.xml share/apps/katepart/syntax/python.xml +share/apps/katepart/syntax/qml.xml share/apps/katepart/syntax/r.xml share/apps/katepart/syntax/rapidq.xml share/apps/katepart/syntax/rexx.xml @@ -2258,6 +2322,7 @@ share/apps/katepart/syntax/verilog.xml share/apps/katepart/syntax/vhdl.xml share/apps/katepart/syntax/vrml.xml share/apps/katepart/syntax/winehq.xml +share/apps/katepart/syntax/wml.xml share/apps/katepart/syntax/xharbour.xml share/apps/katepart/syntax/xml.xml share/apps/katepart/syntax/xmldebug.xml @@ -2859,11 +2924,6 @@ share/apps/ksgmltools2/customization/no/entities/update-doc.docbook share/apps/ksgmltools2/customization/no/lang.entities share/apps/ksgmltools2/customization/no/strings.entities share/apps/ksgmltools2/customization/no/user.entities -share/apps/ksgmltools2/customization/obsolete/general.entities -share/apps/ksgmltools2/customization/obsolete/kdex-412-10.dtd -share/apps/ksgmltools2/customization/obsolete/kdex.dtd -share/apps/ksgmltools2/customization/obsolete/modifications.elements -share/apps/ksgmltools2/customization/obsolete/rdbpool.elements share/apps/ksgmltools2/customization/pl/catalog.xml share/apps/ksgmltools2/customization/pl/entities/fdl-notice.docbook share/apps/ksgmltools2/customization/pl/entities/gpl-notice.docbook @@ -3253,68 +3313,6 @@ share/apps/ksgmltools2/customization/zh-TW/lang.entities share/apps/ksgmltools2/customization/zh-TW/strings.entities share/apps/ksgmltools2/customization/zh-TW/user.entities share/apps/ksgmltools2/docbook/README.kde -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/40chg.txt -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/41chg.txt -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/calstblx.dtd -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/catalog.xml -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbcentx.mod -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbgenent.mod -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbhierx.mod -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbnotnx.mod -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/dbpoolx.mod -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbook.cat -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/docbookx.dtd -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsa.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsb.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsc.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsn.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amso.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-amsr.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-box.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr1.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-cyr2.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-dia.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk1.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk2.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk3.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-grk4.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat1.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-lat2.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-num.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-pub.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent/iso-tech.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/readme.txt -share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/soextblx.dtd -share/apps/ksgmltools2/docbook/xml-dtd-4.2/README -share/apps/ksgmltools2/docbook/xml-dtd-4.2/calstblx.dtd -share/apps/ksgmltools2/docbook/xml-dtd-4.2/catalog.xml -share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbcentx.mod -share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbgenent.mod -share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbhierx.mod -share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbnotnx.mod -share/apps/ksgmltools2/docbook/xml-dtd-4.2/dbpoolx.mod -share/apps/ksgmltools2/docbook/xml-dtd-4.2/docbook.cat -share/apps/ksgmltools2/docbook/xml-dtd-4.2/docbookx.dtd -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsa.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsb.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsc.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsn.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amso.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-amsr.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-box.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-cyr1.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-cyr2.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-dia.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk1.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk2.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk3.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-grk4.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-lat1.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-lat2.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-num.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-pub.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent/iso-tech.ent -share/apps/ksgmltools2/docbook/xml-dtd-4.2/soextblx.dtd share/apps/ksgmltools2/docbook/xsl/README share/apps/ksgmltools2/docbook/xsl/VERSION share/apps/ksgmltools2/docbook/xsl/WhatsNew @@ -3909,9 +3907,11 @@ share/apps/ksgmltools2/docbook/xsl/params/xref.title-page.separator.xml share/apps/ksgmltools2/docbook/xsl/params/xref.with.number.and.title.xml share/apps/kssl/ca-bundle.crt share/apps/ktexteditor_exporter/ktexteditor_exporterui.rc +share/apps/ktexteditor_iconinserter/ktexteditor_iconinserterui.rc +share/apps/ktexteditor_insanehtml_le/insanehtml_le_ui.rc +share/apps/ktexteditor_insanehtml_le/xhtml.cfg share/apps/ktexteditor_insertfile/ktexteditor_insertfileui.rc share/apps/ktexteditor_kdatatool/ktexteditor_kdatatoolui.rc -share/apps/nepomuk/pics/rating.png share/apps/plasma/services/dataengineservice.operations share/apps/plasma/services/plasmoidservice.operations share/apps/proxyscout/proxyscout.notifyrc @@ -3925,6 +3925,7 @@ share/config/katemoderc share/config/katepartpluginsrc share/config/kdebug.areas share/config/kdebugrc +share/config/khtmlrc share/config/ksslcalist share/config/plasmoids.knsrc share/config/ui/ui_standards.rc @@ -3932,6 +3933,7 @@ share/dbus-1/interfaces/org.freedesktop.PowerManagement.Inhibit.xml share/dbus-1/interfaces/org.freedesktop.PowerManagement.xml share/dbus-1/interfaces/org.kde.JobView.xml share/dbus-1/interfaces/org.kde.JobViewServer.xml +share/dbus-1/interfaces/org.kde.JobViewV2.xml share/dbus-1/interfaces/org.kde.KCookieServer.xml share/dbus-1/interfaces/org.kde.KDirNotify.xml share/dbus-1/interfaces/org.kde.KGlobalAccel.xml @@ -3948,7 +3950,6 @@ share/dbus-1/interfaces/org.kde.StatusNotifierWatcher.xml share/dbus-1/interfaces/org.kde.kded.xml share/dbus-1/interfaces/org.kde.kglobalaccel.Component.xml share/dbus-1/interfaces/org.kde.kio.FileUndoManager.xml -share/dbus-1/system-services/org.kde.kcontrol.kcmremotewidgets.service share/doc/HTML/en/common/1.png share/doc/HTML/en/common/10.png share/doc/HTML/en/common/2.png @@ -4063,10 +4064,12 @@ share/kde4/services/kspell_aspell.desktop share/kde4/services/kspell_enchant.desktop share/kde4/services/kspell_hspell.desktop share/kde4/services/ktexteditor_autobrace.desktop +share/kde4/services/ktexteditor_autobrace_config.desktop share/kde4/services/ktexteditor_exporter.desktop +share/kde4/services/ktexteditor_iconinserter.desktop +share/kde4/services/ktexteditor_insanehtml_le.desktop share/kde4/services/ktexteditor_insertfile.desktop share/kde4/services/ktexteditor_kdatatool.desktop -share/kde4/services/ktexteditor_python-encoding.desktop share/kde4/services/metainfo.protocol share/kde4/services/mms.protocol share/kde4/services/mmst.protocol @@ -4086,10 +4089,12 @@ share/kde4/services/qimageioplugins/mng.desktop share/kde4/services/qimageioplugins/pbm.desktop share/kde4/services/qimageioplugins/pcx.desktop share/kde4/services/qimageioplugins/pgm.desktop +share/kde4/services/qimageioplugins/pic.desktop share/kde4/services/qimageioplugins/png.desktop share/kde4/services/qimageioplugins/pnm.desktop share/kde4/services/qimageioplugins/ppm.desktop share/kde4/services/qimageioplugins/psd.desktop +share/kde4/services/qimageioplugins/ras.desktop share/kde4/services/qimageioplugins/rgb.desktop share/kde4/services/qimageioplugins/tga.desktop share/kde4/services/qimageioplugins/tiff.desktop @@ -4174,13 +4179,13 @@ share/mime/uri/rtspu.xml @dirrm share/doc/HTML/en/kioslave/file @dirrm share/doc/HTML/en/kioslave/data @dirrm share/doc/HTML/en/common -@dirrmtry share/dbus-1/system-services @dirrm share/config/ui @dirrm share/config/colors @dirrm share/apps/proxyscout -@dirrm share/apps/nepomuk/pics @dirrm share/apps/ktexteditor_kdatatool @dirrm share/apps/ktexteditor_insertfile +@dirrm share/apps/ktexteditor_insanehtml_le +@dirrm share/apps/ktexteditor_iconinserter @dirrm share/apps/ktexteditor_exporter @dirrm share/apps/kssl @dirrm share/apps/ksgmltools2/docbook/xsl/params @@ -4191,10 +4196,6 @@ share/mime/uri/rtspu.xml @dirrm share/apps/ksgmltools2/docbook/xsl/html @dirrm share/apps/ksgmltools2/docbook/xsl/common @dirrm share/apps/ksgmltools2/docbook/xsl -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2/ent -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.2 -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2/ent -@dirrm share/apps/ksgmltools2/docbook/xml-dtd-4.1.2 @dirrm share/apps/ksgmltools2/docbook @dirrm share/apps/ksgmltools2/customization/zh-TW/entities @dirrm share/apps/ksgmltools2/customization/zh-TW @@ -4237,7 +4238,6 @@ share/mime/uri/rtspu.xml @dirrm share/apps/ksgmltools2/customization/pt @dirrm share/apps/ksgmltools2/customization/pl/entities @dirrm share/apps/ksgmltools2/customization/pl -@dirrm share/apps/ksgmltools2/customization/obsolete @dirrm share/apps/ksgmltools2/customization/no/entities @dirrm share/apps/ksgmltools2/customization/no @dirrm share/apps/ksgmltools2/customization/nn/entities @@ -4309,8 +4309,6 @@ share/mime/uri/rtspu.xml @dirrmtry share/apps/katepart/script @dirrmtry share/apps/katepart/api @dirrm share/apps/LICENSES -@dirrmtry share/PolicyKit/policy -@dirrmtry share/PolicyKit @dirrm lib/kde4/plugins/script @dirrm lib/kde4/plugins/kauth/helper @dirrm lib/kde4/plugins/kauth/backend @@ -4369,9 +4367,7 @@ share/mime/uri/rtspu.xml @dirrm include/KDE/DOM @dirrm include/KDE/DNSSD @dirrm include/KDE/ConversionCheck -@dirrm etc/xdg/menus -@dirrm etc/xdg -@dirrmtry etc/dbus-1/system.d -@dirrmtry etc/dbus-1 +@dirrmtry etc/xdg/menus +@dirrmtry etc/xdg @exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true @unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true diff --git a/x11/plasma-scriptengine-python/files/patch-plasma__generic__scriptengines__python__CMakeLists.txt b/x11/plasma-scriptengine-python/files/patch-plasma__generic__scriptengines__python__CMakeLists.txt index 5f9b6ffdbfdd..97303a9a6173 100644 --- a/x11/plasma-scriptengine-python/files/patch-plasma__generic__scriptengines__python__CMakeLists.txt +++ b/x11/plasma-scriptengine-python/files/patch-plasma__generic__scriptengines__python__CMakeLists.txt @@ -3,9 +3,9 @@ @@ -1,5 +1,8 @@ project(plasma-python) -+find_package(KDE4 4.4.1 REQUIRED) ++find_package(KDE4 4.4.90 REQUIRED) +macro_optional_find_package(PythonLibrary) + - INCLUDE(PythonMacros) + include(PythonMacros) # install the library, .desktop, and plasma.py diff --git a/x11/plasma-scriptengine-ruby/files/patch-plasma__generic__scriptengines__ruby__CMakeLists.txt b/x11/plasma-scriptengine-ruby/files/patch-plasma__generic__scriptengines__ruby__CMakeLists.txt index 50bdfbddb3bd..6a920d8816da 100644 --- a/x11/plasma-scriptengine-ruby/files/patch-plasma__generic__scriptengines__ruby__CMakeLists.txt +++ b/x11/plasma-scriptengine-ruby/files/patch-plasma__generic__scriptengines__ruby__CMakeLists.txt @@ -1,7 +1,7 @@ --- ./plasma/generic/scriptengines/ruby/CMakeLists.txt.orig 2009-09-16 15:41:04.000000000 +0400 +++ ./plasma/generic/scriptengines/ruby/CMakeLists.txt 2010-03-30 20:25:46.102451515 +0400 @@ -1,3 +1,5 @@ -+find_package(KDE4 4.4.1 REQUIRED) ++find_package(KDE4 4.4.90 REQUIRED) + install(FILES applet.rb DESTINATION ${DATA_INSTALL_DIR}/plasma_scriptengine_ruby) install(FILES data_engine.rb DESTINATION ${DATA_INSTALL_DIR}/plasma_scriptengine_ruby) |