Re: KDE Frameworks 5.30.0

2017-01-09 Thread David Faure
On lundi 9 janvier 2017 23:47:37 CET Albert Astals Cid wrote:
> El diumenge, 8 de gener de 2017, a les 23:04:37 CET, David Faure va escriure:
> > Dear packagers,
> > 
> > KDE Frameworks 5.30.0 has been uploaded to the usual place.
> > 
> > New frameworks: none this time.
> > 
> > Public release next Saturday.
> > 
> > Thanks for the packaging work!
> 
> Can you please respin kxmlgui to include
> https://cgit.kde.org/kxmlgui.git/commit/?id=4e2e1e5546b69fccb814895b46a44cc4
> fee791b2 ?

Good thing I have a script ;-)

$ ./make_updated_tarball.sh kxmlgui newrc 
4e2e1e5546b69fccb814895b46a44cc4fee791b2
[...]

kxmlgui v5.30.0-rc2
1070b85dcd0ec790e1ae0294e7e5a7dae4912f35
da3f6f59aed6d7970f78a040e387fcec6509a2bac3e6efaa965b6600c9b1ac00  
sources/kxmlgui-5.30.0.tar.xz

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5



Re: kajongg has new dependencies

2017-01-09 Thread Wolfgang Rohdewald
Am Sonntag, 8. Januar 2017, 19:56:17 CET schrieb Albert Astals Cid:
> El dimecres, 4 de gener de 2017, a les 22:13:09 CET, Wolfgang Rohdewald va
> escriure:
> > master now requires
> 
> Any reason you also decided to require cmake 3.5?
> 
> CI only has 3.2.2

fixed.

I put it to 2.8.12 as that is what kmahjongg uses.

-- 
Wolfgang


KDE Applications 16.12.1 packages available for packagers

2017-01-09 Thread Albert Astals Cid
At the usual location.

REVISIONS_AND_HASHES file at https://paste.kde.org/phfmtpupf

Public release this thursday.

Cheers,
  Albert



plasma-framework v5.30.0-rc2: Fix the renderType properties for various components

2017-01-09 Thread David Faure
Done,

plasma-framework v5.30.0-rc2
b305c7ea1a1f78a555d4ed515c370c18d891ffde
e0f03bc4f7f694e090271e64c0fe66f059f8a10c83fbf6c2d1561f102960bee1  
sources/plasma-framework-5.30.0.tar.xz

On lundi 9 janvier 2017 09:24:45 CET Bhushan Shah wrote:
> Git commit 780be6f4ce05b03d7cc94dc9789e734a1589f476 by Bhushan Shah.
> Committed on 09/01/2017 at 09:20.
> Pushed by bshah into branch 'master'.
> 
> Fix the renderType properties for various components
> 
> To use isMobile one need to import the QtQuickControls as well in
> addition to QtQuickControls.Private
> 
> This fixes the warning flood at runtime
> 
> CCMAIL: fa...@kde.org
> 
> I think p-f 5.30.0 tars need to be re-done with this.
> 
> M  +1-0examples/applets/testtheme/contents/ui/FontGizmo.qml
> M  +1-0src/declarativeimports/plasmacomponents/qml/Label.qml
> M  +1-0   
> src/declarativeimports/plasmacomponents/qml/private/DualStateButton.qml M 
> +1-0src/declarativeimports/plasmastyle/SpinBoxStyle.qml M  +1-0
>src/declarativeimports/plasmastyle/TextFieldStyle.qml
> 
> https://commits.kde.org/plasma-framework/780be6f4ce05b03d7cc94dc9789e734a158
> 9f476
> 
> diff --git a/examples/applets/testtheme/contents/ui/FontGizmo.qml
> b/examples/applets/testtheme/contents/ui/FontGizmo.qml index
> 46c249e4d..79e9affb2 100644
> --- a/examples/applets/testtheme/contents/ui/FontGizmo.qml
> +++ b/examples/applets/testtheme/contents/ui/FontGizmo.qml
> @@ -18,6 +18,7 @@
> 
>  import QtQuick 2.1
> 
> +import QtQuick.Controls 1.0
>  import QtQuick.Controls.Private 1.0 as QtQuickControlsPrivate
> 
>  import org.kde.plasma.core 2.0 as PlasmaCore
> diff --git a/src/declarativeimports/plasmacomponents/qml/Label.qml
> b/src/declarativeimports/plasmacomponents/qml/Label.qml index
> 9c408856e..65ac2d651 100644
> --- a/src/declarativeimports/plasmacomponents/qml/Label.qml
> +++ b/src/declarativeimports/plasmacomponents/qml/Label.qml
> @@ -18,6 +18,7 @@
>  */
> 
>  import QtQuick 2.1
> +import QtQuick.Controls 1.0
>  import QtQuick.Controls.Private 1.0 as QtQuickControlsPrivate
>  import org.kde.plasma.core 2.0 as PlasmaCore
> 
> diff --git
> a/src/declarativeimports/plasmacomponents/qml/private/DualStateButton.qml
> b/src/declarativeimports/plasmacomponents/qml/private/DualStateButton.qml
> index f7210c281..7830e601d 100644
> ---
> a/src/declarativeimports/plasmacomponents/qml/private/DualStateButton.qml
> +++
> b/src/declarativeimports/plasmacomponents/qml/private/DualStateButton.qml
> @@ -18,6 +18,7 @@
>  */
> 
>  import QtQuick 2.1
> +import QtQuick.Controls 1.0
>  import QtQuick.Controls.Private 1.0 as QtQuickControlsPrivate
>  import org.kde.plasma.core 2.0 as PlasmaCore
> 
> diff --git a/src/declarativeimports/plasmastyle/SpinBoxStyle.qml
> b/src/declarativeimports/plasmastyle/SpinBoxStyle.qml index
> 45165af25..8f00720a2 100644
> --- a/src/declarativeimports/plasmastyle/SpinBoxStyle.qml
> +++ b/src/declarativeimports/plasmastyle/SpinBoxStyle.qml
> @@ -19,6 +19,7 @@
>   */
> 
>  import QtQuick 2.0
> +import QtQuick.Controls 1.0
>  import QtQuick.Controls.Styles 1.1 as QtQuickControlStyle
>  import QtQuick.Controls.Private 1.0 as QtQuickControlsPrivate
>  import QtQuick.Layouts 1.1
> diff --git a/src/declarativeimports/plasmastyle/TextFieldStyle.qml
> b/src/declarativeimports/plasmastyle/TextFieldStyle.qml index
> 504b5b841..1276bf07c 100644
> --- a/src/declarativeimports/plasmastyle/TextFieldStyle.qml
> +++ b/src/declarativeimports/plasmastyle/TextFieldStyle.qml
> @@ -18,6 +18,7 @@
>  */
> 
>  import QtQuick 2.0
> +import QtQuick.Controls 1.0
>  import QtQuick.Controls.Styles 1.1 as QtQuickControlStyle
>  import QtQuick.Controls.Private 1.0 as QtQuickControlsPrivate


-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5



Re: KDE Frameworks 5.30.0

2017-01-09 Thread David Faure
On lundi 9 janvier 2017 09:50:04 CET Tobias C. Berner wrote:
> Hi
> 
> There also seems to be an issue in syntax-highlighting:

Indeed, broken .po file, which slipped through my testing because I had
to fix another problem first in syntax-highlighting ("po" in .gitignore).

New tarball:

syntax-highlighting v5.30.0-rc3
56bbf49cc60838071d469c7a18c9d7140e9c89c0
a3d4d68c45f95133b4f242be24ecf88620478bbcd84ced1f1bea080667783746  
sources/syntax-highlighting-5.30.0.tar.xz

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5



Re: KDE Frameworks 5.30.0

2017-01-09 Thread Tobias C. Berner
Hi

There also seems to be an issue in syntax-highlighting:

[ 43%] Generating es/syntaxhighlighting5_qt.qm
/usr/local/lib/qt5/bin/lconvert -i
/wrkdirs/usr/ports/textproc/kf5-syntax-highlighting/work/syntax-highlighting-5.30.0/po/es/syntaxhighl
ighting5_qt.po -o
/wrkdirs/usr/ports/textproc/kf5-syntax-highlighting/work/.build/es/syntaxhighlighting5_qt.ts
-target-language es
Unexpected PO header format 'com>'
*** Error code 2

Stop.
make[3]: stopped in
/wrkdirs/usr/ports/textproc/kf5-syntax-highlighting/work/.build
*** Error code 1


mfg Tobias


On 9 January 2017 at 09:21, David Faure  wrote:

> On lundi 9 janvier 2017 07:15:24 CET Antonio Rojas wrote:
> > El Sun, 08 Jan 2017 23:04:37 +0100, David Faure escribió:
> > > Dear packagers,
> > >
> > > KDE Frameworks 5.30.0 has been uploaded to the usual place.
> > >
> > > New frameworks: none this time.
> > >
> > > Public release next Saturday.
> > >
> > > Thanks for the packaging work!
> >
> > It seems commit e02b02a4e1a0897f959cad8c7e92c8f60f168b40 isn't included
> in
> > the ki18n tarball, getting compilations errors:
>
> Indeed, I failed to grab the fix I did for this problem.
>
> Here's a new tarball, sorry for the trouble.
>
> ki18n v5.30.0-rc3
> 58a1c3235f60c1be4312437d7586e1c075146a94
> 2dd2d0835570c5e9fcdabd124613131cb4042a4deb3a38e68ed05daf6fcd72f3
> sources/ki18n-5.30.0.tar.xz
>
> --
> David Faure, fa...@kde.org, http://www.davidfaure.fr
> Working on KDE Frameworks 5
>
>


Re: KDE Frameworks 5.30.0

2017-01-09 Thread David Faure
On lundi 9 janvier 2017 07:15:24 CET Antonio Rojas wrote:
> El Sun, 08 Jan 2017 23:04:37 +0100, David Faure escribió:
> > Dear packagers,
> > 
> > KDE Frameworks 5.30.0 has been uploaded to the usual place.
> > 
> > New frameworks: none this time.
> > 
> > Public release next Saturday.
> > 
> > Thanks for the packaging work!
> 
> It seems commit e02b02a4e1a0897f959cad8c7e92c8f60f168b40 isn't included in
> the ki18n tarball, getting compilations errors:

Indeed, I failed to grab the fix I did for this problem.

Here's a new tarball, sorry for the trouble.

ki18n v5.30.0-rc3
58a1c3235f60c1be4312437d7586e1c075146a94
2dd2d0835570c5e9fcdabd124613131cb4042a4deb3a38e68ed05daf6fcd72f3  
sources/ki18n-5.30.0.tar.xz

-- 
David Faure, fa...@kde.org, http://www.davidfaure.fr
Working on KDE Frameworks 5