Re: [blfs-dev] Need help validating Plasma 5

2015-11-03 Thread Pierre Labastie

On 03/11/2015 03:30, Bruce Dubbs wrote:
I've been working quite a while now on Plasma5.  This is a very 
complex set of packages, but I think I've got it working now.


My problem before was installation paths and environment variables.

In any case, I'm too close to the changes I've made to properly 
validate it.  I'd like to get a volunteer to do a test build. There 
are a lot of dependencies, but most of those should be already 
available if you've built another window manager.


The pages are now up at http://www.linuxfromscratch.org/blfs/view/svn/.

If you haven't built KDE before, you will need to do the 6 packages in 
Chapter 28 and then Chapters 31 and 33.  Building konsole in Chapter 
32 is also helpful.


Please let me know if you can do this.

One note:  The digital clock does not work correctly.  I can only get 
it to show GMT.  I've found a lot of complaints via google about the 
digital clock, so consider that to be a work in progress.   The analog 
clock is fine.


  -- Bruce
I may give it a try. I'll commit soon a small patch for an obvious 
change needed, but I am worried that kf5 does not appear in plasma 
dependencies... Shouldn't it?


Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Need help validating Plasma 5

2015-11-03 Thread Bruce Dubbs

Pierre Labastie wrote:

On 03/11/2015 03:30, Bruce Dubbs wrote:

I've been working quite a while now on Plasma5.  This is a very complex set of
packages, but I think I've got it working now.

My problem before was installation paths and environment variables.

In any case, I'm too close to the changes I've made to properly validate it.  
I'd
like to get a volunteer to do a test build. There are a lot of dependencies, but
most of those should be already available if you've built another window 
manager.

The pages are now up at http://www.linuxfromscratch.org/blfs/view/svn/.

If you haven't built KDE before, you will need to do the 6 packages in Chapter 
28
and then Chapters 31 and 33.  Building konsole in Chapter 32 is also helpful.

Please let me know if you can do this.

One note:  The digital clock does not work correctly.  I can only get it to show
GMT.  I've found a lot of complaints via google about the digital clock, so
consider that to be a work in progress.   The analog clock is fine.



I may give it a try. I'll commit soon a small patch for an obvious change 
needed,
but I am worried that kf5 does not appear in plasma dependencies... Shouldn't 
it?


Yes, it is an oversight.  As I said, we need more eyes on this one.  Overall, I 
think this is the most complex set of packages we've done.


  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Need help validating Plasma 5

2015-11-03 Thread Bruce Dubbs

Ken Moffat wrote:

On Mon, Nov 02, 2015 at 08:30:16PM -0600, Bruce Dubbs wrote:

Please let me know if you can do this.

One note:  The digital clock does not work correctly.  I can only get it to
show GMT.  I've found a lot of complaints via google about the digital
clock, so consider that to be a work in progress.   The analog clock is
fine.


I put some basic comments on plasma into the kf5 wiki page a while
ago (for want of anywhere more appropriate), in particular mentioning
things which people might not need to build.  As well as mentioning a
wrapper script, and commenting that konqueror crashed like in kde4 [
e.g. slashdot if you need an example ] I put the following about the
clock, based on what we said during the summer (you rejected the
symlink for LFS).

| The desktop clock in plasma requires that /etc/localtime is a
| symlink : if it is a file, the clock will be wrong. For LFS
| (sysvinit) such a change was rejected, but providing /usr is not a
| separate filesystem you can fix this:
|
|test -h /etc/localtime || mv -v /etc/localtime{,.orig}
| ln -sv /usr/share/zoneinfo/GB /etc/localtime
|
|obviously, change GB to whichever timezone you selected in LFS.

I've been doing that since July, and it worked for me.  At the
moment, of course, my TZ matches UTC so I only need the fix during
British Summer Time.


Thanks.  I generally don't look at the wiki pages, but what is there seems to be 
good for the time when you wrote it.  Now that Plasma is in the book, it needs an 
update.


Indeed changing /etc/localtime fixes the problem, but it really seems weird that it 
insists on a symlink.


 -- Bruce


--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


[blfs-dev] Cinnamon for BLFS

2015-11-03 Thread Gerhard Gedigk

Hello,

I have built the Cinnamon desktop from source and would like to 
contribute it to BLFS. It is your decision whether you want to have it.


I have installed Subversion and I can work with XML. Since I am a newbie 
someone should check my work and perform an additional test.


Please comment on how to proceed.
Gerhard
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Need help validating Plasma 5

2015-11-03 Thread Fernando de Oliveira
Em 03-11-2015 12:13, Pierre Labastie escreveu:
> On 03/11/2015 03:30, Bruce Dubbs wrote:
>> I've been working quite a while now on Plasma5.  This is a very
>> complex set of packages, but I think I've got it working now.
>>
>> My problem before was installation paths and environment variables.
>>
>> In any case, I'm too close to the changes I've made to properly
>> validate it.  I'd like to get a volunteer to do a test build. There
>> are a lot of dependencies, but most of those should be already
>> available if you've built another window manager.
>>
>> The pages are now up at http://www.linuxfromscratch.org/blfs/view/svn/.
>>
>> If you haven't built KDE before, you will need to do the 6 packages in
>> Chapter 28 and then Chapters 31 and 33.  Building konsole in Chapter
>> 32 is also helpful.
>>
>> Please let me know if you can do this.
>>
>> One note:  The digital clock does not work correctly.  I can only get
>> it to show GMT.  I've found a lot of complaints via google about the
>> digital clock, so consider that to be a work in progress.   The analog
>> clock is fine.
>>
>>   -- Bruce
> I may give it a try. I'll commit soon a small patch for an obvious
> change needed, but I am worried that kf5 does not appear in plasma
> dependencies... Shouldn't it?
> 
> Pierre

I am planning to copy this development system and turn the new one in
development and keep this as host only. This will be done later, when I
feel the "host" is complete for my needs.

The reason is that I panned to the same thing with LFS77, but got it not
perfectly working, afyer updating to the new gcc minor.

In my future dev system, I will come back to get kde related installed,
so will be able to make updates in this part of the book.

I'm not ignoring the need for helping you with those matters.

-- 
[]s,
Fernando, aka Sísifo
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page


Re: [blfs-dev] Need help validating Plasma 5

2015-11-03 Thread Pierre Labastie

On 03/11/2015 16:13, Pierre Labastie wrote:

On 03/11/2015 03:30, Bruce Dubbs wrote:


In any case, I'm too close to the changes I've made to properly 
validate it.  I'd like to get a volunteer to do a test build. There 
are a lot of dependencies, but most of those should be already 
available if you've built another window manager.


I may give it a try. I'll commit soon a small patch for an obvious 
change needed, but I am worried that kf5 does not appear in plasma 
dependencies... Shouldn't it?



Aargh, why didn't I see that dep? It does appear, sorry for the noise.

Pierre
--
http://lists.linuxfromscratch.org/listinfo/blfs-dev
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page