Hello community, here is the log from the commit of package kdoctools for openSUSE:Factory checked in at 2015-05-11 19:35:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kdoctools (Old) and /work/SRC/openSUSE:Factory/.kdoctools.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kdoctools" Changes: -------- --- /work/SRC/openSUSE:Factory/kdoctools/kdoctools.changes 2015-04-13 20:24:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kdoctools.new/kdoctools.changes 2015-05-11 19:47:57.000000000 +0200 @@ -1,0 +2,7 @@ +Sun May 3 19:46:13 UTC 2015 - [email protected] + +- Update to 5.10.0 + * For more details please see: + https://www.kde.org/announcements/kde-frameworks-5.10.0.php + +------------------------------------------------------------------- Old: ---- kdoctools-5.9.0.tar.xz New: ---- kdoctools-5.10.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kdoctools.spec ++++++ --- /var/tmp/diff_new_pack.WfV9pT/_old 2015-05-11 19:47:57.000000000 +0200 +++ /var/tmp/diff_new_pack.WfV9pT/_new 2015-05-11 19:47:57.000000000 +0200 @@ -17,9 +17,9 @@ %bcond_without lang -%define _tar_path 5.9 +%define _tar_path 5.10 Name: kdoctools -Version: 5.9.0 +Version: 5.10.0 Release: 0 %define kf5_version %{version} BuildRequires: cmake >= 2.8.12 @@ -75,6 +75,7 @@ %if %{with lang} %find_lang %{name}5 %{name}.lang +echo "%doc %lang(ca) %{_kf5_mandir}/ca" >>%{name}.lang echo "%doc %lang(de) %{_kf5_mandir}/de" >>%{name}.lang echo "%doc %lang(it) %{_kf5_mandir}/it" >>%{name}.lang echo "%doc %lang(nl) %{_kf5_mandir}/nl" >>%{name}.lang ++++++ kdoctools-5.9.0.tar.xz -> kdoctools-5.10.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/CMakeLists.txt new/kdoctools-5.10.0/CMakeLists.txt --- old/kdoctools-5.9.0/CMakeLists.txt 2015-04-04 14:04:49.000000000 +0200 +++ new/kdoctools-5.10.0/CMakeLists.txt 2015-05-03 17:11:16.000000000 +0200 @@ -3,7 +3,7 @@ project(KDocTools) # ECM setup -find_package(ECM 5.9.0 REQUIRED NO_MODULE) +find_package(ECM 5.10.0 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) include(FeatureSummary) @@ -11,8 +11,8 @@ include(ECMMarkNonGuiExecutable) include(ECMPackageConfigHelpers) -set(KF5_VERSION "5.9.0") # handled by release scripts -set(KF5_DEP_VERSION "5.9.0") # handled by release scripts +set(KF5_VERSION "5.10.0") # handled by release scripts +set(KF5_DEP_VERSION "5.10.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KDOCTOOLS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kdoctools_version.h" PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5DocToolsConfigVersion.cmake" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/KF5DocToolsMacros.cmake new/kdoctools-5.10.0/KF5DocToolsMacros.cmake --- old/kdoctools-5.9.0/KF5DocToolsMacros.cmake 2015-04-04 14:04:49.000000000 +0200 +++ new/kdoctools-5.10.0/KF5DocToolsMacros.cmake 2015-05-03 17:11:16.000000000 +0200 @@ -2,8 +2,30 @@ # Copyright (c) 2006, 2007, Laurent Montel, <[email protected]> # Copyright (c) 2007 Matthias Kretz <[email protected]> # -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. Neither the name of the University nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. +# # KDOCTOOLS_CREATE_HANDBOOK( docbookfile [INSTALL_DESTINATION installdest] [SUBDIR subdir]) # Create the handbook from the docbookfile (using meinproc5) # The resulting handbook will be installed to <installdest> when using diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/cmake/FindDocBookXML4.cmake new/kdoctools-5.10.0/cmake/FindDocBookXML4.cmake --- old/kdoctools-5.9.0/cmake/FindDocBookXML4.cmake 2015-04-04 14:04:49.000000000 +0200 +++ new/kdoctools-5.10.0/cmake/FindDocBookXML4.cmake 2015-05-03 17:11:16.000000000 +0200 @@ -11,8 +11,29 @@ # Copyright (c) 2010, 2014 Luigi Toscano, <[email protected]> # -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. Neither the name of the University nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. if (NOT DocBookXML_FIND_VERSION) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/cmake/FindDocBookXSL.cmake new/kdoctools-5.10.0/cmake/FindDocBookXSL.cmake --- old/kdoctools-5.9.0/cmake/FindDocBookXSL.cmake 2015-04-04 14:04:49.000000000 +0200 +++ new/kdoctools-5.10.0/cmake/FindDocBookXSL.cmake 2015-05-03 17:11:16.000000000 +0200 @@ -7,8 +7,29 @@ # Copyright (c) 2010, Luigi Toscano, <[email protected]> # -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. Neither the name of the University nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. include(FeatureSummary) set_package_properties(DocBookXSL PROPERTIES DESCRIPTION "DocBook XSL" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/cmake/uriencode.cmake new/kdoctools-5.10.0/cmake/uriencode.cmake --- old/kdoctools-5.9.0/cmake/uriencode.cmake 2015-04-04 14:04:49.000000000 +0200 +++ new/kdoctools-5.10.0/cmake/uriencode.cmake 2015-05-03 17:11:16.000000000 +0200 @@ -5,8 +5,29 @@ # # Copyright (c) 2014 Luigi Toscano, <[email protected]> # -# Redistribution and use is allowed according to the terms of the BSD license. -# For details see the accompanying COPYING-CMAKE-SCRIPTS file. +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions +# are met: +# 1. Redistributions of source code must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# 2. Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# 3. Neither the name of the University nor the names of its contributors +# may be used to endorse or promote products derived from this software +# without specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +# SUCH DAMAGE. function(kdoctools_encode_uri _original_uri) find_package(Perl REQUIRED) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/po/ast/kdoctools5.po new/kdoctools-5.10.0/po/ast/kdoctools5.po --- old/kdoctools-5.9.0/po/ast/kdoctools5.po 2015-04-04 14:04:49.000000000 +0200 +++ new/kdoctools-5.10.0/po/ast/kdoctools5.po 2015-05-03 17:11:16.000000000 +0200 @@ -1,33 +1,38 @@ # translation of kio_help4.po to Asturian # Copyright (C) 2003, 2004, 2005, 2006, 2007 Free Software Foundation, Inc. # Iñigo Varela <[email protected]>, 2007. +# enolp <[email protected]>, 2015. msgid "" msgstr "" "Project-Id-Version: kio_help4\n" "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-09-21 08:00+0000\n" -"PO-Revision-Date: 2009-11-06 18:00+0100\n" -"Last-Translator: astur <[email protected]>\n" -"Language-Team: Asturian <[email protected]>\n" +"PO-Revision-Date: 2015-04-06 14:49+0100\n" +"Last-Translator: enolp <[email protected]>\n" +"Language-Team: Asturian <[email protected]>\n" "Language: ast\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"X-Generator: Lokalize 0.3\n" +"X-Generator: Lokalize 2.0\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" #: xslt.cpp:140 +#, fuzzy msgid "Parsing stylesheet" msgstr "Analizando la fueya d'estilu" #: xslt.cpp:164 +#, fuzzy msgid "Parsing document" msgstr "Analizando'l documentu" #: xslt.cpp:193 +#, fuzzy msgid "Applying stylesheet" msgstr "Aplicando la fueya d'estilu" #: xslt.cpp:201 +#, fuzzy msgid "Writing document" msgstr "Escribiendo nel documentu" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/po/ca/docs/checkXML5/man-checkXML5.1.docbook new/kdoctools-5.10.0/po/ca/docs/checkXML5/man-checkXML5.1.docbook --- old/kdoctools-5.9.0/po/ca/docs/checkXML5/man-checkXML5.1.docbook 1970-01-01 01:00:00.000000000 +0100 +++ new/kdoctools-5.10.0/po/ca/docs/checkXML5/man-checkXML5.1.docbook 2015-05-03 17:11:16.000000000 +0200 @@ -0,0 +1,69 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ +<!ENTITY % Catalan "INCLUDE"> +]> + +<refentry lang="&language;"> +<refentryinfo> +<title +>Manual d'usuari del &kde;</title> +<author +><personname +><firstname +>Lauri</firstname +><surname +>Watts</surname +></personname +><email +>[email protected]</email +></author> +<date +>03-07-2003</date> +</refentryinfo> + +<refmeta> +<refentrytitle +><command +>checkXML5</command +></refentrytitle> +<manvolnum +>1</manvolnum> +</refmeta> + +<refnamediv> +<refname +><command +>checkXML5</command +></refname> +<refpurpose +>Una eina &XML; per als documents &XML; DocBook de &kde;.</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis +><command +>checkXML5</command +> <arg +><replaceable +>nom_fitxer</replaceable +></arg +> </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title +>Descripció</title> + +<para +><command +>checkXML5</command +> és una eina per a comprovar els errors de sintaxi en els fitxers &XML; DocBook de &kde;. També es pot emprar per a d'altres DocBook basats en fitxers &XML;, però hauríeu d'usar una eina menys específica xmllint(1) si no esteu escrivint o treballant en la documentació del &kde;.</para> +</refsect1> + +<refsect1> +<title +>Veure també</title> +<para +>meinproc5(1) xmllint(1)</para> +</refsect1> +</refentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/po/ca/docs/kf5options/man-kf5options.7.docbook new/kdoctools-5.10.0/po/ca/docs/kf5options/man-kf5options.7.docbook --- old/kdoctools-5.9.0/po/ca/docs/kf5options/man-kf5options.7.docbook 1970-01-01 01:00:00.000000000 +0100 +++ new/kdoctools-5.10.0/po/ca/docs/kf5options/man-kf5options.7.docbook 2015-05-03 17:11:16.000000000 +0200 @@ -0,0 +1,158 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ +<!ENTITY % Catalan "INCLUDE"> +]> + +<refentry lang="&language;"> +<refentryinfo> +<title +>Manual d'usuari del KDE</title> +<author +>&Lauri.Watts; &Lauri.Watts.mail;</author> +<date +>02-02-2004</date> +<productname +>Programari &kde;</productname> +</refentryinfo> + +<refmeta> +<refentrytitle +>kf5options</refentrytitle> +<manvolnum +>7</manvolnum> +</refmeta> + +<refnamediv> +<refname +>kf5options</refname> +<refpurpose +>Opcions comunes de la línia d'ordres per a totes les aplicacions basades en el KDE Frameworks 5</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis +><command +><replaceable +>Aplicació KDE</replaceable +></command +> <arg choice="opt" +>Opcions genèriques del KDE</arg +> </cmdsynopsis> +</refsynopsisdiv> + + +<refsect1> +<title +>Opcions</title> + +<para +>Les següents opcions s'apliquen a totes les aplicacions &kde;:</para> +<variablelist> +<varlistentry> +<term +><option +>--caption</option +> <parameter +>capçalera</parameter +></term> +<listitem +><para +>Usa <parameter +>capçalera</parameter +> com a nom de la barra de títol.</para +></listitem> +</varlistentry> +<varlistentry> +<term +><option +>--icon</option +> <parameter +>icona</parameter +></term> +<listitem +><para +>Usa <parameter +>icona</parameter +> com a icona d'aplicació.</para +></listitem> +</varlistentry> +<varlistentry> +<term +><option +>--config</option +> <parameter +>nom_de_fitxer</parameter +></term> +<listitem +><para +>Usa la configuració alternativa <parameter +>nom_de_fitxer</parameter +></para +></listitem> +</varlistentry> +<varlistentry> +<term +><option +>--nocrashhandler</option +></term> +<listitem +><para +>Desactiva el gestor de fallades, per obtenir bolcats de nucli.</para +></listitem> +</varlistentry> +<varlistentry> +<term +><option +>--waitforwm</option +></term> +<listitem +><para +>Espera un gestor de finestres compatible amb WM_NET.</para +></listitem> +</varlistentry> +<varlistentry> +<term +><option +>--style</option +> <parameter +>estil</parameter +></term> +<listitem +><para +>Estableix l'estil de la &IGU; per a l'aplicació.</para +></listitem> +</varlistentry> +<varlistentry> +<term +><option +>--geometry</option +> <parameter +>geometria</parameter +></term> +<listitem +><para +>Estableix la geometria del client a l'estri principal.</para +></listitem> +</varlistentry> +</variablelist> + +</refsect1> + +<refsect1> +<title +>Veure també</title> +<para +><replaceable +>qt5options</replaceable +>(7)</para> + +</refsect1> + +<refsect1> +<title +>Autors</title> +<para +>Pàgina de manual escrita per en &Lauri.Watts; &Lauri.Watts.mail;</para> +</refsect1> + +</refentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/po/ca/docs/meinproc5/man-meinproc5.8.docbook new/kdoctools-5.10.0/po/ca/docs/meinproc5/man-meinproc5.8.docbook --- old/kdoctools-5.9.0/po/ca/docs/meinproc5/man-meinproc5.8.docbook 1970-01-01 01:00:00.000000000 +0100 +++ new/kdoctools-5.10.0/po/ca/docs/meinproc5/man-meinproc5.8.docbook 2015-05-03 17:11:16.000000000 +0200 @@ -0,0 +1,338 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ + <!ENTITY % Catalan "INCLUDE" +><!-- change language only here --> +]> + +<refentry> + +<refentryinfo> +<title +>Manual d'usuari del &kde;</title> +<!-- There is no author in the meinproc.cpp file +Also, based on the information from http://olympus.het.brown.edu/cgi-bin/man/man2html?meinproc+1 + +<author> +<firstname +>Matthias </firstname> +<surname +>Hoelzer-Kluepfel</surname> +<affiliation> +<address +><email +>[email protected]</email +></address> +</affiliation> +</author> + +<author> +<firstname +>Stephan</firstname> +<surname +>Kulow</surname> +<affiliation> +<address +><email +>[email protected]</email +></address> +</affiliation> +</author> + +<author> +<firstname +>Cornelius</firstname> +<surname +>Schumacher</surname> +<affiliation> +<address +><email +>[email protected]</email +></address> +</affiliation> +</author> +--> +<date +>03-10-2008</date> +<releaseinfo +>0.01.01</releaseinfo> + +</refentryinfo> + +<refmeta> +<refentrytitle +><command +>meinproc5</command +></refentrytitle> +<manvolnum +>8</manvolnum> +</refmeta> + +<refnamediv> +<refname +><command +>meinproc5</command +></refname> +<refpurpose +>Traductor &kde; per a XML</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<title +>Sinopsis</title> + +<cmdsynopsis +><command +>meinproc5</command +> <arg choice="opt" +>-h, --help</arg +> <arg choice="opt" +>-v, --version</arg +> <arg choice="opt" +>--cache<replaceable +> fitxer</replaceable +></arg +> <arg choice="opt" +>--check</arg +> <arg choice="opt" +>--srcdir<replaceable +> dir</replaceable +></arg +> <arg choice="opt" +>--param<replaceable +>clau</replaceable +>=<replaceable +>valor</replaceable +></arg +> <group +> <group +> <arg +>-o</arg +> <arg +>--output</arg +> </group +> <replaceable +> fitxer</replaceable +> </group +> <arg choice="opt" +>--stdout</arg +> <arg choice="opt" +>--stylesheet<replaceable +> xsl</replaceable +></arg +> <arg choice="plain" +>fitxer_docbook</arg +> </cmdsynopsis> +</refsynopsisdiv> + +<refsect1> +<title +>Descripció</title> + +<para +><command +>meinproc5</command +> converteix fitxers DocBook a HTML. </para> +</refsect1> + +<refsect1> +<title +>Opcions genèriques</title> +<para> +<variablelist> + +<varlistentry> + <term +><option +>-h</option +><option +>--help</option +></term> +<listitem> +<para +>Mostra ajuda quant a les opcions. </para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>-v</option +><option +>--version</option +></term> +<listitem> +<para +>Mostra informació de la versió </para> +</listitem> +</varlistentry> + +</variablelist> +</para> +</refsect1> + +<refsect1> +<title +>Opcions d'aplicació</title> +<variablelist> + +<varlistentry> +<term +><option +>--cache</option +> <parameter +>fitxer</parameter +></term> +<listitem> +<para +>Crea un fitxer de cau per al document </para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--check</option +></term> +<listitem> +<para +>Comprova la validesa del document</para> +<screen +>La sortida pot ser una mica intimidatòria, ja que una petita equivocació pot causar una cascada d'errors. +El truc és mirar en el primer error, corregir-lo, deseu el fitxer, i executeu <command +>meinproc5</command +> de nou. +</screen> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>-o</option +>, <option +>--output</option +><parameter +> fitxer</parameter +></term> +<listitem> +<para +>Envia tot el document cap a un <parameter +>fitxer</parameter +>. </para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--stdout</option +></term> +<listitem> +<para +>Envia tot el document cap a stdout. </para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--stylesheet</option +> <parameter +>xsl</parameter +></term> +<listitem> +<para +>Full d'estil a usar </para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--srcdir</option +> <parameter +>dir</parameter +></term> +<listitem> +<para +>Estableix el directori arrel per a la cerca de kdoctools </para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--param</option +> clau=valor</term> +<listitem> +<para +>Estableix els paràmetres a passar a la fulla d'estil. </para> +</listitem> +</varlistentry> + +</variablelist> + +</refsect1> + +<refsect1> +<title +>Ús</title> +<para +>La manera més habitual d'executar <command +>meinproc5</command +> és simplement com <literallayout> +<userinput +><command +>meinproc5</command +> <replaceable +>fitxer-docbook</replaceable> +</userinput> +</literallayout +> a on <replaceable +>fitxer-docbook</replaceable +> generalment serà index.docbook. Aquesta ordre crea pàgines HTML del fitxer DocBook. Tingueu en compte que aquestes pàgines només són visibles en els navegadors basats en KDE (com Konqueror). </para> +<para +>Si necessiteu veure la sortida HTML en un altre navegador (per exemple, si el feu disponible en línia), utilitzeu <literallayout> +<userinput +><command +>meinproc5</command +> --stylesheet <replaceable +>nom-full-estil</replaceable +> <replaceable +>fitxer-docbook</replaceable> +</userinput> +</literallayout +> a on <replaceable +>nom-full-estil</replaceable +> serà el camí complet cap a un dels fulls d'estil XSL en <prefix_instal·lació_kdoctools>/share/kf5/kdoctools/customization/. Per a generar una sortida adequada per a la web, podeu usar <command +>kde-web.xsl</command +> o <command +>kde-chunk-online.xsl</command +>. Veure el fitxer README en aquest directori per a més detalls. </para> + +</refsect1> + +<refsect1> +<title +>Veure també</title> +<para +><replaceable +>kf5options</replaceable +>(7), <replaceable +>qt5options</replaceable +>(7)</para> +</refsect1> + +<refsect1> +<title +>Errors</title> +<para +>Probablement hi ha un munt d'errors. Useu <ulink url="http://bugs.kde.org" +>bugs.kde.org</ulink +> per a informar-ne.</para> +</refsect1> + +</refentry> + + + diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/po/ca/docs/qt5options/man-qt5options.7.docbook new/kdoctools-5.10.0/po/ca/docs/qt5options/man-qt5options.7.docbook --- old/kdoctools-5.9.0/po/ca/docs/qt5options/man-qt5options.7.docbook 1970-01-01 01:00:00.000000000 +0100 +++ new/kdoctools-5.10.0/po/ca/docs/qt5options/man-qt5options.7.docbook 2015-05-03 17:11:16.000000000 +0200 @@ -0,0 +1,340 @@ +<?xml version="1.0" ?> +<!DOCTYPE refentry PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN" "dtd/kdedbx45.dtd" [ +<!ENTITY % Catalan "INCLUDE"> +]> + +<refentry lang="&language;"> +<refentryinfo> +<title +>Manual d'usuari del KDE</title> +<author +>&Lauri.Watts; &Lauri.Watts.mail;</author> +<date +>02-02-2004</date> +<productname +>Entorn d'escriptori K</productname> +</refentryinfo> + +<refmeta> +<refentrytitle +>qt5options</refentrytitle> +<manvolnum +>7</manvolnum> +</refmeta> + +<refnamediv> +<refname +>qt5options</refname> +<refpurpose +>Opcions comuns de la línia d'ordres per a totes les aplicacions basades en el joc d'eines de Qt</refpurpose> +</refnamediv> + +<refsynopsisdiv> +<cmdsynopsis +><command +><replaceable +>Aplicació de Qt</replaceable +></command +> <arg choice="opt" +>Opcions genèriques de Qt</arg +> </cmdsynopsis> +</refsynopsisdiv> + + +<refsect1> +<title +>Opcions</title> + +<para +>Les següents opcions s'apliquen a totes les aplicacions &Qt;:</para> + +<variablelist +> <!-- all this could be entitiesan entity --> +<varlistentry> +<term +><option +>--display</option +> <parameter +>nom_pantalla</parameter +> </term> +<listitem> +<para +>Usa la pantalla del servidor X <parameter +>nom_pantalla</parameter +>.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--session</option +> <parameter +>ID_de_sessió</parameter +> </term> +<listitem> +<para +>Restaura l'aplicació per l'<parameter +>ID_de_sessió</parameter +> donat.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term> +<option +>--cmap</option> +</term> +<listitem> +<para +>Fa que l'aplicació instal·li un mapa de color privat a una pantalla de 8-bits</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--ncols</option +> <parameter +>compte</parameter +> </term> +<listitem> +<para +>Limita el nombre de colors assignats al cub de color a una pantalla de 8-bits, si l'aplicació està usant l'especificació de color <methodname +>QApplication::ManyColor</methodname +></para> +</listitem> +</varlistentry> + +<varlistentry> +<term> +<option +>--nograb</option> +</term> +<listitem> +<para +>Li diu a &Qt; de no capturar mai el ratolí o el teclat.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term> +<option +>--dograb</option> +</term> +<listitem> +<para +>L'execució sota un depurador pot causar un <option +>--nograb</option +> implícit, useu <option +>--dograb</option +> per a no fer cas.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term> +<option +>--sync</option> +</term> +<listitem> +<para +>Canvia a mode síncron per a la depuració.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--fn</option +>,<option +>--font</option +> <parameter +>nom_tipus_lletra</parameter +> </term> +<listitem> +<para +>Defineix el tipus de lletra de l'aplicació.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--bg</option +>,<option +>--background</option +> <parameter +>color</parameter +> </term> +<listitem> +<para +>Estableix el color de fons per omissió i una paleta d'aplicació (es calculen les ombres suaus i fosques).</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--fg</option +>,<option +>--foreground</option +> <parameter +>color</parameter +> </term> +<listitem> +<para +>Estableix el color de primer pla per omissió</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--btn</option +>,<option +>--button</option +> <parameter +>color</parameter +> </term> +<listitem> +<para +>Estableix el color de botó per omissió.</para> +</listitem> +</varlistentry> + + +<varlistentry> +<term +><option +>--name</option +> <parameter +>nom</parameter +> </term> +<listitem> +<para +>Estableix el nom de l'aplicació.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--title</option +> <parameter +>títol</parameter +> </term> +<listitem> +<para +>Estableix el títol de l'aplicació (capçalera).</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--visual</option +> <parameter +>TrueColor</parameter +> </term> +<listitem> +<para +>Força a l'aplicació a usar visió <parameter +>TrueColor</parameter +> a una pantalla de 8-bits.</para> +</listitem> +</varlistentry> + + +<varlistentry> +<term +><option +>--inputstyle</option +> <parameter +>estil_d'entrada</parameter +> </term> +<listitem> +<para +>Estableix l'estil d'entrada XIM (X Input Method). Els valors possibles són <parameter +>onthespot</parameter +>, <parameter +>overthespot</parameter +>, <parameter +>offthespot</parameter +> i <parameter +>root</parameter +>.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--im</option +> <parameter +>servidor XIM</parameter +> </term> +<listitem> +<para +>Estableix el servidor XIM.</para> +</listitem> +</varlistentry> + +<varlistentry> +<term> +<option +>--noxim</option> +</term> +<listitem> +<para +>Deshabilita XIM</para> +</listitem> +</varlistentry> + +<varlistentry> +<term> +<option +>--reverse</option> +</term> +<listitem> +<para +>emmiralla tota la disposició dels estris</para> +</listitem> +</varlistentry> + +<varlistentry> +<term +><option +>--stylesheet</option +> <replaceable +>file.qss</replaceable +> </term> +<listitem> +<para +>aplica els fulls d'estils de les Qt als estris de les aplicacions</para> +</listitem> +</varlistentry> + +</variablelist> + +</refsect1> + + +<refsect1> +<title +>Veure també</title> +<para +><replaceable +>kf5options</replaceable +>(7)</para> + +</refsect1> + +<refsect1> +<title +>Autors</title> +<para +>Pàgina de manual escrita per en &Lauri.Watts; &Lauri.Watts.mail;</para> +</refsect1> + +</refentry> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kdoctools-5.9.0/po/ko/kdoctools5.po new/kdoctools-5.10.0/po/ko/kdoctools5.po --- old/kdoctools-5.9.0/po/ko/kdoctools5.po 2015-04-04 14:04:49.000000000 +0200 +++ new/kdoctools-5.10.0/po/ko/kdoctools5.po 2015-05-03 17:11:16.000000000 +0200 @@ -1,6 +1,6 @@ # Copyright (C) YEAR This_file_is_part_of_KDE # This file is distributed under the same license as the PACKAGE package. -# Park Shinjo <[email protected]>, 2015. +# Shinjo Park <[email protected]>, 2015. # msgid "" msgstr "" @@ -8,7 +8,7 @@ "Report-Msgid-Bugs-To: http://bugs.kde.org\n" "POT-Creation-Date: 2014-09-21 08:00+0000\n" "PO-Revision-Date: 2008-02-16 00:46+0900\n" -"Last-Translator: Park Shinjo <[email protected]>\n" +"Last-Translator: Shinjo Park <[email protected]>\n" "Language-Team: Korean <[email protected]>\n" "Language: ko\n" "MIME-Version: 1.0\n"
