Re: KDiff3 craft setup

2019-02-18 Thread Kevin Funk
On Monday, 18 February 2019 17:06:25 CET Michael Reeves wrote:
> https://download.kde.org/stable/applications/18.12.1/src/kdiff3-18.12.1.tar.
> xz
> 
> Get some one tell me how to change where it's trying to download from.
> KDiff3 is not part of applications and doesn't follow the same versioning.

Hey,

Anyhow, to help you out on that regard:

You'll want to check out craft-blueprints-kde.git, and there find the kdiff3 
subfolder.

You'll probably need to add a separate version.ini file there with custom 
versions/urls. See e.g. kmymoney/version.ini as example.

Regards,
Kevin



-- 
Kevin Funk | kf...@kde.org | http://kfunk.org

signature.asc
Description: This is a digitally signed message part.


Re: KDiff3 craft setup

2019-02-18 Thread Ben Cooksley
On Tue, Feb 19, 2019 at 7:36 PM Kevin Funk  wrote:
>
> On Monday, 18 February 2019 17:06:25 CET Michael Reeves wrote:
> > https://download.kde.org/stable/applications/18.12.1/src/kdiff3-18.12.1.tar.
> > xz
> >
> > Get some one tell me how to change where it's trying to download from.
> > KDiff3 is not part of applications and doesn't follow the same versioning.
>
> Heya,

Hi Kevin,

>
> Could you please reconsider that decision and check whether it's not more
> worthwhile making kdiff3 part of KDE Applications? It will save you (as the
> maintainer) and others (distribution packagers) a major headache.

It would seem that KDiff3 was always meant to be released by it's
maintainer, as it moved from KDE Review directly to Extragear.
I'm not sure why it was included in the Applications release process.

>
> You'll be responsible for releasing kdiff3 now and in the future if you choose
> to do your own release schedule. Let me just say: It's not something which is
> particular entertaining in the long-term. Your KDiff3 involvement will get
> less eventually, and then someone else needs to take over releasing it -- if
> it's part of the KDE Apps cycle it'll be done automatically, no matter what.
>
> KDiff3 is not the type of application which needs its own release cycle, IMO,
> it's too small & "undynamic" [1] for that.

The above is very true though - there are quite a few benefits to
being part of KDE Applications.

>
> Regards,
> Kevin

Cheers,
Ben

>
>
> [1] "Undynamic" in a sense that we're likely not going to see drastic UI
> changes on weekly basis which need to get out to users ASAP. At least for
> kdiff3 I'd rather have a conservative approach in that regard, since it's a
> complex tool by definition.
>
>
> --
> Kevin Funk | kf...@kde.org | http://kfunk.org


Re: KDiff3 craft setup

2019-02-18 Thread Kevin Funk
On Monday, 18 February 2019 17:06:25 CET Michael Reeves wrote:
> https://download.kde.org/stable/applications/18.12.1/src/kdiff3-18.12.1.tar.
> xz
> 
> Get some one tell me how to change where it's trying to download from.
> KDiff3 is not part of applications and doesn't follow the same versioning.

Heya,

Could you please reconsider that decision and check whether it's not more 
worthwhile making kdiff3 part of KDE Applications? It will save you (as the 
maintainer) and others (distribution packagers) a major headache.

You'll be responsible for releasing kdiff3 now and in the future if you choose 
to do your own release schedule. Let me just say: It's not something which is 
particular entertaining in the long-term. Your KDiff3 involvement will get 
less eventually, and then someone else needs to take over releasing it -- if 
it's part of the KDE Apps cycle it'll be done automatically, no matter what.

KDiff3 is not the type of application which needs its own release cycle, IMO, 
it's too small & "undynamic" [1] for that.

Regards,
Kevin


[1] "Undynamic" in a sense that we're likely not going to see drastic UI 
changes on weekly basis which need to get out to users ASAP. At least for 
kdiff3 I'd rather have a conservative approach in that regard, since it's a 
complex tool by definition.


-- 
Kevin Funk | kf...@kde.org | http://kfunk.org

signature.asc
Description: This is a digitally signed message part.


Re: KDE release

2019-02-18 Thread Christoph Feck

On 02/18/19 15:00, Michael Reeves wrote:

I'm looking to tag for 1.8 at the end of the week. If more time is needed


More time for what? Do you plan to include KDiff in the KDE Applications 
19.04 bundle?



let me know. Binary files are ignored during diff generation due tomorrow
assumptions in the under laying code the require a text file. The plan is
allow simple is equal comparison with but binaries. However the current
comparison code does not respond well to such files.


ENOPARSE

Christoph Feck



KDiff3 craft setup

2019-02-18 Thread Michael Reeves
https://download.kde.org/stable/applications/18.12.1/src/kdiff3-18.12.1.tar.xz

Get some one tell me how to change where it's trying to download from.
KDiff3 is not part of applications and doesn't follow the same versioning.


KDE release

2019-02-18 Thread Michael Reeves
I'm looking to tag for 1.8 at the end of the week. If more time is needed
let me know. Binary files are ignored during diff generation due tomorrow
assumptions in the under laying code the require a text file. The plan is
allow simple is equal comparison with but binaries. However the current
comparison code does not respond well to such files.