unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [WIP v0.1 0/8] KDE framework 5, tier 1
@ 2016-06-14 21:15 Hartmut Goebel
  2016-06-15 12:22 ` Efraim Flashner
  0 siblings, 1 reply; 10+ messages in thread
From: Hartmut Goebel @ 2016-06-14 21:15 UTC (permalink / raw)
  To: guix-devel

Hi,

this is the first batch of WIP patched for KDE framework 5, tier 1.

I pushed the (complete) branch to <https://gitlab.com/htgoebel/guix>. Feel
free to comment there or per mail.

Hartmut Goebel (8):
  extra-cmake: Update comments
  gnu: Add kde attica
  gnu: Add kde bluez-qt
  gnu: Add kde breeze-icons
  gnu: Add kde kapidox
  gnu: Add kde karchive
  gnu: Add kde kcodecs
  gnu: Add kde kconfig

 gnu/packages/kde-frameworks.scm | 274 +++++++++++++++++++++++++++++++++++++++-
 1 file changed, 270 insertions(+), 4 deletions(-)

-- 
2.7.4

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [WIP v0.1 0/8] KDE framework 5, tier 1
  2016-06-14 21:15 Hartmut Goebel
@ 2016-06-15 12:22 ` Efraim Flashner
  2016-06-17  9:23   ` Hartmut Goebel
  0 siblings, 1 reply; 10+ messages in thread
From: Efraim Flashner @ 2016-06-15 12:22 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: guix-devel

[-- Attachment #1: Type: text/plain, Size: 1145 bytes --]

On Tue, Jun 14, 2016 at 11:15:02PM +0200, Hartmut Goebel wrote:
> Hi,
> 
> this is the first batch of WIP patched for KDE framework 5, tier 1.
> 
> I pushed the (complete) branch to <https://gitlab.com/htgoebel/guix>. Feel
> free to comment there or per mail.
> 
> Hartmut Goebel (8):
>   extra-cmake: Update comments
>   gnu: Add kde attica
>   gnu: Add kde bluez-qt
>   gnu: Add kde breeze-icons
>   gnu: Add kde kapidox
>   gnu: Add kde karchive
>   gnu: Add kde kcodecs
>   gnu: Add kde kconfig
> 
>  gnu/packages/kde-frameworks.scm | 274 +++++++++++++++++++++++++++++++++++++++-
>  1 file changed, 270 insertions(+), 4 deletions(-)
> 
> -- 
> 2.7.4
> 

I just pushed a bunch of qt-5 pieces to break qt-5 up into its smaller
pieces to make it more managable, can you see if you can use the smaller
pieces in place of qt? I normally start by swapping in qtbase for qt and
then adding more as needed.

-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [WIP v0.1 0/8] KDE framework 5, tier 1
  2016-06-15 12:22 ` Efraim Flashner
@ 2016-06-17  9:23   ` Hartmut Goebel
  0 siblings, 0 replies; 10+ messages in thread
From: Hartmut Goebel @ 2016-06-17  9:23 UTC (permalink / raw)
  To: Efraim Flashner; +Cc: guix-devel

Am 15.06.2016 um 14:22 schrieb Efraim Flashner:
> I just pushed a bunch of qt-5 pieces to break qt-5 up into its smaller
> pieces to make it more managable, can you see if you can use the smaller
> pieces in place of qt? I normally start by swapping in qtbase for qt and
> then adding more as needed.

I'll focus on finishing the packages. Somebody else may optimize this
(later).

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [WIP v0.1 0/8] KDE framework 5, tier 1
@ 2016-07-29 22:37 David Craven
  2016-07-30  9:14 ` Andreas Enge
  2016-07-31 16:33 ` Hartmut Goebel
  0 siblings, 2 replies; 10+ messages in thread
From: David Craven @ 2016-07-29 22:37 UTC (permalink / raw)
  To: guix-devel

Hi Hartmut,

Are you still working on these patches?

I see your wip here:
https://gitlab.com/htgoebel/guix/commits/kf5-tier-1

Shall we push this past the finish line? Is there anything I can do to help?

Cheers,
David

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [WIP v0.1 0/8] KDE framework 5, tier 1
  2016-07-29 22:37 [WIP v0.1 0/8] KDE framework 5, tier 1 David Craven
@ 2016-07-30  9:14 ` Andreas Enge
  2016-07-31 16:36   ` Hartmut Goebel
  2016-07-31 16:33 ` Hartmut Goebel
  1 sibling, 1 reply; 10+ messages in thread
From: Andreas Enge @ 2016-07-30  9:14 UTC (permalink / raw)
  To: David Craven; +Cc: guix-devel

Hi David,

On Sat, Jul 30, 2016 at 12:37:27AM +0200, David Craven wrote:
> I see your wip here:
> https://gitlab.com/htgoebel/guix/commits/kf5-tier-1
> Shall we push this past the finish line? Is there anything I can do to help?

work on KDE will definitely be very welcome. During the discussion, Hartmut
said he did not want to work on using the modular Qt instead of the mono-
lithic one. But as I see it, this is a necessary condition to accept the
patches into Guix.

So in a first step, it might also be interesting to complete our Qt packages.

I would suggest to order the packages in kde-frameworks.scm according to the
different "tiers", and to add a comment when a new tier is started, similarly
to the comments in xorg.scm. There is already one package there that was
added before the modular Qt appeared, and which would need to be modified
accordingly.

If you wish to work on any of these topics, please go ahead!

Andreas

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [WIP v0.1 0/8] KDE framework 5, tier 1
  2016-07-29 22:37 [WIP v0.1 0/8] KDE framework 5, tier 1 David Craven
  2016-07-30  9:14 ` Andreas Enge
@ 2016-07-31 16:33 ` Hartmut Goebel
  2016-07-31 16:38   ` Hartmut Goebel
  2016-07-31 18:15   ` David Craven
  1 sibling, 2 replies; 10+ messages in thread
From: Hartmut Goebel @ 2016-07-31 16:33 UTC (permalink / raw)
  To: David Craven, guix-devel

Am 30.07.2016 um 00:37 schrieb David Craven:
> Are you still working on these patches?

Unfortunatly I have not time ATM for working on this. Feel free to pick
up and complete it. (I'd be happy if you'd take over :-)

Please note there are more branches (kf5-tier-2, kde-tier-3, kde-tier-4,
kf5-porting-aids) where I prepared packages for the other tiers.

For kapidocs the requirements where not clear. I asked the current
maintainer about the requirements and he answered: "the only
dependencies are python-yaml, jinja2 and doxygen. I updated the readme
file with required/optional dependencies"

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [WIP v0.1 0/8] KDE framework 5, tier 1
  2016-07-30  9:14 ` Andreas Enge
@ 2016-07-31 16:36   ` Hartmut Goebel
  0 siblings, 0 replies; 10+ messages in thread
From: Hartmut Goebel @ 2016-07-31 16:36 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 740 bytes --]

Am 30.07.2016 um 11:14 schrieb Andreas Enge:
> I would suggest to order the packages in kde-frameworks.scm according to the
> different "tiers", and to add a comment when a new tier is started, similarly
> to the comments in xorg.scm. There is already one package there that was

That's exactly what I already prepared in the other branches.


-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer
Information Security Management, Security Governance, Secure Software
Development

Goebel Consult, Landshut
http://www.goebel-consult.de

Blog: http://www.goebel-consult.de/blog/artikel-zu-debops-im-ix-magazin
Kolumne:
http://www.cissp-gefluester.de/2011-08-horrorszenario-bring-your-own-device


[-- Attachment #2: Type: text/html, Size: 1867 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [WIP v0.1 0/8] KDE framework 5, tier 1
  2016-07-31 16:33 ` Hartmut Goebel
@ 2016-07-31 16:38   ` Hartmut Goebel
  2016-07-31 18:15   ` David Craven
  1 sibling, 0 replies; 10+ messages in thread
From: Hartmut Goebel @ 2016-07-31 16:38 UTC (permalink / raw)
  To: guix-devel

[-- Attachment #1: Type: text/plain, Size: 819 bytes --]

Am 31.07.2016 um 18:33 schrieb Hartmut Goebel:
> Please note there are more branches (kf5-tier-2, kde-tier-3, kde-tier-4,
> kf5-porting-aids) where I prepared packages for the other tiers.

I should have added: I used the branches so I could plain stupidity add
all packages first, amending and editing each package until it's fine.
Then rebase the next tier's branch and continue in the same way.

-- 
Schönen Gruß
Hartmut Goebel
Dipl.-Informatiker (univ), CISSP, CSSLP, ISO 27001 Lead Implementer
Information Security Management, Security Governance, Secure Software
Development

Goebel Consult, Landshut
http://www.goebel-consult.de

Blog: http://www.goebel-consult.de/blog/artikel-zu-debops-im-ix-magazin
Kolumne:
http://www.cissp-gefluester.de/2011-08-horrorszenario-bring-your-own-device


[-- Attachment #2: Type: text/html, Size: 2005 bytes --]

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [WIP v0.1 0/8] KDE framework 5, tier 1
  2016-07-31 16:33 ` Hartmut Goebel
  2016-07-31 16:38   ` Hartmut Goebel
@ 2016-07-31 18:15   ` David Craven
  2016-08-01  8:03     ` Hartmut Goebel
  1 sibling, 1 reply; 10+ messages in thread
From: David Craven @ 2016-07-31 18:15 UTC (permalink / raw)
  To: Hartmut Goebel; +Cc: guix-devel

> Unfortunatly I have not time ATM for working on this. Feel free to pick
> up and complete it. (I'd be happy if you'd take over :-)

Thanks for the info =)

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [WIP v0.1 0/8] KDE framework 5, tier 1
  2016-07-31 18:15   ` David Craven
@ 2016-08-01  8:03     ` Hartmut Goebel
  0 siblings, 0 replies; 10+ messages in thread
From: Hartmut Goebel @ 2016-08-01  8:03 UTC (permalink / raw)
  To: David Craven; +Cc: guix-devel

Am 31.07.2016 um 20:15 schrieb David Craven:
>> Unfortunatly I have not time ATM for working on this. Feel free to pick
>> up and complete it. (I'd be happy if you'd take over :-)
> Thanks for the info =)

BTW: Do you want permission on this gitlab project? If so, just send we
your account name.

-- 
Regards
Hartmut Goebel

| Hartmut Goebel          | h.goebel@crazy-compilers.com               |
| www.crazy-compilers.com | compilers which you thought are impossible |

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2016-08-01  8:04 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-07-29 22:37 [WIP v0.1 0/8] KDE framework 5, tier 1 David Craven
2016-07-30  9:14 ` Andreas Enge
2016-07-31 16:36   ` Hartmut Goebel
2016-07-31 16:33 ` Hartmut Goebel
2016-07-31 16:38   ` Hartmut Goebel
2016-07-31 18:15   ` David Craven
2016-08-01  8:03     ` Hartmut Goebel
  -- strict thread matches above, loose matches on Subject: below --
2016-06-14 21:15 Hartmut Goebel
2016-06-15 12:22 ` Efraim Flashner
2016-06-17  9:23   ` Hartmut Goebel

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).