Re: KDE release 20.04.2 packages available for packagers

2020-06-09 Thread Yuri Chornoivan
вівторок, 9 червня 2020 р. 13:30:59 EEST Antonio Rojas написано:
> El martes, 9 de junio de 2020 3:08:08 (CEST), Christoph Feck escribió:
> > Hello packagers,
> > 
> > *.tar.xz files are available at "stable/release-service/20.04.2".
> > 
> > Please test and report feedback. Release is planned for Thursday.
> 
> klettres doesn't build:
> 
> CMake Error at po/id/data/klettres/CMakeLists.txt:2 (add_subdirectory):
>   The source directory
> 
> /build/klettres/src/klettres-20.04.2/po/id/data/klettres/alpha
> 
>   does not contain a CMakeLists.txt file.
> 
> 
> CMake Error at po/id/data/klettres/CMakeLists.txt:3 (add_subdirectory):
>   The source directory
> 
> /build/klettres/src/klettres-20.04.2/po/id/data/klettres/syllab
> 
>   does not contain a CMakeLists.txt file.
> 
> 
> -- Configuring incomplete, errors occurred!

Hi,

Should be fixed in the translation Subversion. Please repackage.

Thanks in advance for your work.

Best regards,
Yuri





Re: KDE release 19.12.2 packages available for packagers

2020-02-04 Thread Yuri Chornoivan
вівторок, 4 лютого 2020 р. 14:08:07 EET Antonio Rojas написано:
> El martes, 4 de febrero de 2020 10:48:44 (CET), Christoph Feck escribió:
> > Hello packagers,
> > 
> > *.tar.xz files are available at "stable/release-service/19.12.2".
> 
> Hi,
>  cmake fails in step:
> 
> CMake Error at step/data/CMakeLists.txt:52 (add_custom_target):
>   The target name "objectinfo_step_objinfo_files_ca@valencia_xmlfiles_tr"
> is
>   reserved or not valid for certain CMake features, such as generator
>   expressions, and may result in undefined behavior.
> Call Stack (most recent call first):
>   step/data/objectinfo/CMakeLists.txt:11 (STEP_PROCESS_XML_TRANSLATION)
> 
> 
> CMake Error at step/data/CMakeLists.txt:52 (add_custom_target):
>   The target name "examples_step_example_files_ca@valencia_xmlfiles_tr" is
>   reserved or not valid for certain CMake features, such as generator
>   expressions, and may result in undefined behavior.
> Call Stack (most recent call first):
>   step/data/examples/CMakeLists.txt:11 (STEP_PROCESS_XML_TRANSLATION)
> 
> 
> CMake Error at step/data/CMakeLists.txt:52 (add_custom_target):
>   The target name "tutorials_step_example_files_ca@valencia_xmlfiles_tr" is
>   reserved or not valid for certain CMake features, such as generator
>   expressions, and may result in undefined behavior.
> Call Stack (most recent call first):
>   step/data/tutorials/CMakeLists.txt:11 (STEP_PROCESS_XML_TRANSLATION)

Hi,

Should be fixed:

https://commits.kde.org/step/c908843b68a1c4f0cf2c3e2d9e1f96b6ed262d47

Sorry for my mistake.

Can somebody update the package accordingly?

Thanks in advance for your help.

Best regards,
Yuri





Re: Fix Step infobrowser and examples localization for 19.12

2019-11-26 Thread Yuri Chornoivan
середа, 27 листопада 2019 р. 01:17:57 EET ви написали:
> El dimarts, 26 de novembre de 2019, a les 19:46:44 CET, Yuri Chornoivan va 
escriure:
> > Hi,
> > 
> > Step infobrowser localization was somewhat broken during 19.12 release
> > cycle.
> > 
> > This can be fixed by the following differential revision:
> > 
> > https://phabricator.kde.org/D25405
> > 
> > The revision requires two new localization files, step_objinfo_files.po
> > and
> > step_example_files.po, for a translation locale to be present in the
> > source
> > archive of Step to localize descriptions, tutorials and examples at the
> > build time.
> 
> Just so that I understand this correctly, previously l10n teams could
> provide their own .html files that would be shown by step.
> 
> This is broken in the 19.12 branch.
> 
> Your fix improves the situation by creating a .po file and then creating
> those .html files on compile time (besides making the .html files be used
> at all)
> 
> Am I right?

Yes, absolutely.

> If so, this is "a bit" of a "l10n freeze break", right?

Actually, not. Without this patch, infobrowser messages are untranslatable (by 
design). The examples and tutorials were untranslatable for all previous 
versions of Step.

In fact, scripty runs extraction every day but its results go to nowhere. the 
patch just rectifies the good old Step translation system.

> I mean it adds new strings in .po files that previously were translatable
> only translating the .html files manually (so they did not really influence
> stats)
> 
> Would you mind doing a quick round of asking in the l10n list if they would
> have any problem with having more .po stuff?

Done (I do not think it will be "quick" though).

> Besides that if you're confident we're not regressing the english text
> somehow I think it would probably be fine to have it in 19.12.

Thanks.

Best regards,
Yuri

> 
> Cheers,
>   Albert
> 
> > The descriptions, tutorials and examples for locales without
> > step_objinfo_files.po and step_example_files.po will not be localized
> > silently. Step should readily build without them. The current script
> > requires Python 2 to build the translation but there is a patch to port
> > it to Python 3.
> > 
> > https://phabricator.kde.org/D25532
> > 
> > Is it possible to include this fix into 19.12 release this late in the
> > release cycle or is it better to wait for the next release?
> > 
> > Thanks in advance for your answers.
> > 
> > Best regards,
> > Yuri






Fix Step infobrowser and examples localization for 19.12

2019-11-26 Thread Yuri Chornoivan
Hi,

Step infobrowser localization was somewhat broken during 19.12 release cycle.

This can be fixed by the following differential revision:

https://phabricator.kde.org/D25405

The revision requires two new localization files, step_objinfo_files.po and 
step_example_files.po, for a translation locale to be present in the source 
archive of Step to localize descriptions, tutorials and examples at the build 
time.

The descriptions, tutorials and examples for locales without 
step_objinfo_files.po and step_example_files.po will not be localized 
silently. Step should readily build without them. The current script requires 
Python 2 to build the translation but there is a patch to port it to Python 3.

https://phabricator.kde.org/D25532

Is it possible to include this fix into 19.12 release this late in the release 
cycle or is it better to wait for the next release?

Thanks in advance for your answers.

Best regards,
Yuri




Re: Plasma 5.15.3

2019-03-12 Thread Yuri Chornoivan
вівторок, 12 березня 2019 р. 15:37:19 EET Antonio Rojas написано:
> kwin doesn't build:
> 
> index.docbook:159: parser error : Entity 'Alt' not defined
> 
> > 
>   ^
> index.docbook:163: parser error : Entity 'Alt' not defined
> 
> > 
>   ^
> kf5.kdoctools: Error: `xmllint --noout` outputted text
> make[2]: ***
> [CMakeFiles/po-id-docs-kcontrol-desktop-index-cache-bz2.dir/build.make:62:
> po/id/docs/kcontrol/desktop/index.cache.bz2] Error 1 make[1]: ***
> [CMakeFiles/Makefile2:3498:
> CMakeFiles/po-id-docs-kcontrol-desktop-index-cache-bz2.dir/all] Error 2

Oops... My bad. Is it possible to include

https://cgit.kde.org/kdoctools.git/commit/?
id=3dc6d5f32b07baf5f2344c667be590551b337350

?

Sorry for that breakage.

Best regards,
Yuri




Re: Typo in Frameworks 5.35.0 announcement

2017-06-11 Thread Yuri Chornoivan
неділя, 11-чер-2017 13:14:36 Josep Ma. Ferrer написано:
> There is a small typo in announcement for Frameworks 5.35.0, in bext
> sentence:
> 
> "Fix property changes being missed immediately after an obejct is added
> (bug
> 377405)"
> 
> "obejct" must be "object"
> 
> Thanks in advance,
> 
> Josep Ma. Ferrer

Hi,

Fixed. Thanks for your notice.

Best regards,
Yuri


Re: Minor issues in Plasma 5.8 announcement

2016-09-23 Thread Yuri Chornoivan
п'ятниця, 23-вер-2016 22:43:17 Ben Cooksley написано:
> > Meanwhile, the patch to fix the issues is attached to this message. Can
> > somebody with sufficient karma commit it?
> > 
> > Thanks in advance for your help.
> 
> I've now granted you the necessary karma to commit those changes.
> 
> > Best regards,
> > Yuri
> 
> Cheers,
> Ben

Thanks. Committed. :)


Re: Minor issues in Plasma 5.8 announcement

2016-09-23 Thread Yuri Chornoivan
п'ятниця, 23-вер-2016 21:23:04 Ben Cooksley написано:
> On Thu, Sep 22, 2016 at 4:17 AM, Luigi Toscano <luigi.tosc...@tiscali.it> 
wrote:
> > On Wednesday, 21 September 2016 19:13:35 CEST Yuri Chornoivan wrote:
> >> середа, 21-вер-2016 10:42:51 ви написали:
> >> > On Wed, Sep 21, 2016 at 10:01:37AM +0300, Yuri Chornoivan wrote:
> >> > > i18n() in headers is borken (unclosed quotation and parentheses).
> >> 
> >> Examples:
> >> > Thanks, fixed.  Should be good to do translations on with the next
> >> > Scripty
> >> > run
> >> > 
> >> > Jonathan
> >> 
> >> I am sorry, but no. ;)
> >> 
> >> Please fix the bugs in lines 69, 77, 91, 101, 111, 112, 145 and 158.
> >> 
> >> https://websvn.kde.org/trunk/www/sites/www/announcements/plasma-5.8.0.php
> >> ?vi ew=markup
> >> 
> >> Thanks in advance for your work.
> > 
> > Side note: can we propose (if he accepts) direct access to www for Yuri?
> > He is the fastest typo-finder...
> 
> I've no objections to this - i'm surprised he doesn't have access
> already actually!
> 
> > Ciao
> > --
> > Luigi
> 
> Cheers,
> Ben

Hi,

Meanwhile, the patch to fix the issues is attached to this message. Can 
somebody with sufficient karma commit it?

Thanks in advance for your help.

Best regards,
YuriIndex: plasma-5.8.0.php
===
--- plasma-5.8.0.php	(revision 1470647)
+++ plasma-5.8.0.php	(working copy)
@@ -44,7 +44,7 @@
 
 
 
-
+
 
 
 " />
@@ -55,7 +55,7 @@
 
 
 
-
+
 
 
 " />
@@ -66,7 +66,7 @@
 http://store.kde.org\;>KDE Store to bring you a wide selection of addons for you to install.");?>
 
 
-
+
 
 
 " />
@@ -74,10 +74,10 @@
 
 
 
-
+
 
 
-
+
 
 
 " />
@@ -88,7 +88,7 @@
 
 
 
-
+
 
 
 " />
@@ -98,7 +98,7 @@
 
 
 
-
+
 
 
 " />
@@ -108,8 +108,8 @@
 
 
 
-
-
+
+
 
 
 " />
@@ -142,7 +142,7 @@
 
 
 
-
+
 
 
 " />
@@ -155,7 +155,7 @@
 
 
 
-
+
 
 
 " />


Re: Minor issues in Plasma 5.8 announcement

2016-09-21 Thread Yuri Chornoivan
середа, 21-вер-2016 10:42:51 ви написали:
> On Wed, Sep 21, 2016 at 10:01:37AM +0300, Yuri Chornoivan wrote:
> > i18n() in headers is borken (unclosed quotation and parentheses). 
Examples:
> Thanks, fixed.  Should be good to do translations on with the next Scripty
> run
> 
> Jonathan

I am sorry, but no. ;)

Please fix the bugs in lines 69, 77, 91, 101, 111, 112, 145 and 158.

https://websvn.kde.org/trunk/www/sites/www/announcements/plasma-5.8.0.php?view=markup

Thanks in advance for your work.

Best regards,
Yuri


Minor issues in Plasma 5.8 announcement

2016-09-21 Thread Yuri Chornoivan
Hi,

i18n() in headers is borken (unclosed quotation and parentheses). Examples:

plasma-5.8.0.php:47:


plasma-5.8.0.php:58:


etc. (lines 69, 77, 91, 101, 111, 112, 145, 158).

Unescaped address in  tag leads to the scripty's failure to extract string:

plasma-5.8.0.php:170:
https://dot.kde.org/2016/08/10/kdes-kirigami-ui-framework-gets-its-first-public-release;>Kirigami,
 our set of versatile 
cross-platform UI components, has been released, we’re pleased to bring you a 
revamped version of Plasma Discover based on Kirigami.");?>

Many thanks for your work and fixing these issues.

Best regards,
Yuri


Typos in the Applications 16.08 announcement

2016-08-18 Thread Yuri Chornoivan
Hi,

announcements/announce-applications-16.08.0.php:37:
compontents -> components

announcements/announce-applications-16.08.0.php:64:
accessbility -> accessibility

Many thanks for fixing these typos.

Best regards,
Yuri


Typo in the Frameworks 5.21.0 announcement

2016-04-10 Thread Yuri Chornoivan

Hi,

announcements/kde-frameworks-5.21.0.php:262:
Change tab with to 4 instead of 8

with -> width

Thanks for fixing this typo.

Best regards,
Yuri
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Re: www/sites/www

2016-04-07 Thread Yuri Chornoivan
написане Thu, 07 Apr 2016 23:34:09 +0300, Antonio Rojas  
:



Albert Astals Cid wrote:


SVN commit 1457028 by aacid:

KDE Applications 16.04 RC

CCMAIL: release-team@kde.org



kde-l10n-et is broken:

Scanning dependencies of target 4-et-docs-kdenetwork-kopete-handbook
[ 56%] Generating index.cache.bz2
warning: failed to load external entity "pipes.docbook"
index.docbook:2647: parser error : Failure to process entity kopete-pipes

  ^
index.docbook:2647: parser error : Entity 'kopete-pipes' not defined

  ^
4/et/docs/kdenetwork/kopete/CMakeFiles/4-et-docs-kdenetwork-kopete-
handbook.dir/build.make:64: recipe for target
'4/et/docs/kdenetwork/kopete/index.cache.bz2' failed


Hi,

This should be fixed now in the translation SVN. Please re-package  
kde-l10n-et.




and kde-l10n-gl too:

[ 63%] Generating artikulate.gmo
Unexpected PO header format 'com>'
5/gl/messages/kdeedu/CMakeFiles/translations_1.dir/build.make:67: recipe  
for

target '5/gl/messages/kdeedu/gl/marble_qt.qm' failed
make[2]: *** [5/gl/messages/kdeedu/gl/marble_qt.qm] Error 2


I have tried to fix po-check issues in kf5-stable branch, but none of them  
looks like the problem in marble-qt...


Best regards,
Yuri
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Typo in 16.04 beta announcement

2016-03-24 Thread Yuri Chornoivan

Hi,

announcements/announce-applications-16.04-beta.php:16:
March 24, 2015.

Should be "2016".

Thanks for fixing this typo.

Best regards,
Yuri
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Minor typo in Plasma 5.5.59 announcement

2016-03-02 Thread Yuri Chornoivan

Hi,

announcements/plasma-5.5.95.php:56:
Aditionally, tooltip animations have become more subtle.

should be "Additionally".

Thanks for fixing this typo.

Best regards,
Yuri
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Minor typo in Plasma 5.5.1 announcement

2015-12-15 Thread Yuri Chornoivan

Hi,

/trunk/www/sites/www/announcements/plasma-5.5.1.php:34:

The first two bugfix releases come out in the weeks ofllowing the initial  
release and future ones at larger increments.


should be "following" instead "ofllowing".

Many thanks for fixing this typo.

Best regards,
Yuri
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Minor typo in Applications 15.12 announcement

2015-12-14 Thread Yuri Chornoivan

Hi,

announce-applications-15.12.0.php:29:

Addition");?>


should be "Spectacular".

Thanks for fixing this typo.

Best regards,
Yuri
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team


Typos in Plasma 5.4.95 announcement

2015-11-16 Thread Yuri Chornoivan

Hi,

announcements/plasma-5.4.3-5.4.95-changelog.php:4:
Plasma 5.5.95 complete changelog

should be "5.4.95"

announcements/plasma-5.4.95.php:113:
We have recieved many reports...

should be "received".

announcements/plasma-5.4.95.php:120:
Heavy rendering artefacts

should be "artifacts"

Many thanks for fixing these typos.

Best regards,
Yuri
___
release-team mailing list
release-team@kde.org
https://mail.kde.org/mailman/listinfo/release-team