Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
LinspireClear KDE style ebuild
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Soul_rebel
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2004
Posts: 88

PostPosted: Wed Dec 07, 2005 6:26 pm    Post subject: LinspireClear KDE style ebuild Reply with quote

I really like this KDE style and found writing an ebuild easier than compiling it normally.
I DID SOME HAZARDOUS "COPY&PASTE" SO USE AT YOUR OWN RISK

Any improvement or contribution is appreciated.

Enjoy.

EDIT see https://bugs.gentoo.org/show_bug.cgi?id=116584 for the ebuild
_________________
LinuX @ the Speed of Thought


Last edited by Soul_rebel on Sat Dec 24, 2005 8:21 am; edited 2 times in total
Back to top
View user's profile Send private message
Matteo Azzali
Retired Dev
Retired Dev


Joined: 23 Sep 2004
Posts: 1133

PostPosted: Thu Dec 22, 2005 5:16 pm    Post subject: Reply with quote

I don't know if it's an improvement, I posted my ebuild here some time ago.... has the use flag arts and a little different approach.
_________________
Every day a new distro comes to birth. Every day a distro "eats" another.
If you're born distro, no matter what, start to run.
---- http://www.linuxprinting.org/ ---- http://tuxmobil.org/
Back to top
View user's profile Send private message
Soul_rebel
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2004
Posts: 88

PostPosted: Thu Dec 22, 2005 5:55 pm    Post subject: Reply with quote

Code:

# Distributed under the terms of the GNU General Public License v2

inherit kde
need-kde 3.2

# Workarounds for Linspire weird naming of files and dirs
TARBALL="los-linspireclear-style_1.11-0.0.0.50.linspire0.1.tar.gz"
PACKAGE_DIR="marlin_build_los-linspireclear-style-1"
S="${WORKDIR}/${PACKAGE_DIR}"

DESCRIPTION="A kde style by Linspire"
SRC_URI="http://software.linspire.com/pool-src/los/los-linspireclear-style/${TARBALL}"
HOMEPAGE="http://software.linspire.com/pool-src/los/los-linspireclear-style/"

RESTRICT="nomirror"
LICENSE="GPL-2 LGPL"
SLOT="0"
KEYWORDS="~x86"


_________________
LinuX @ the Speed of Thought
Back to top
View user's profile Send private message
Soul_rebel
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2004
Posts: 88

PostPosted: Thu Dec 22, 2005 6:04 pm    Post subject: Reply with quote

I am not sure about DEPEND, but I think it's getting better. Elegant isn't it?

This has a arts USE flag, inherited from kde... Anyway thank you Matteo, your ebuild has been useful. If there are no contributions or comment I am going to file it at bugs.gentoo.org.

TODO:
check "DEPEND"
test on amd64 and others arch
_________________
LinuX @ the Speed of Thought
Back to top
View user's profile Send private message
Matteo Azzali
Retired Dev
Retired Dev


Joined: 23 Sep 2004
Posts: 1133

PostPosted: Thu Dec 22, 2005 6:22 pm    Post subject: Reply with quote

Just a little note: the

RESTRICT="nomirror"

line should be to not use gentoo mirrors if i understood well, so should be good only for "overlay" ebuild,
and could be better to remove if you want to commit it to portage.
_________________
Every day a new distro comes to birth. Every day a distro "eats" another.
If you're born distro, no matter what, start to run.
---- http://www.linuxprinting.org/ ---- http://tuxmobil.org/
Back to top
View user's profile Send private message
Soul_rebel
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2004
Posts: 88

PostPosted: Sat Dec 24, 2005 8:27 am    Post subject: Reply with quote

Fixed DEPEND
Filed the bug as "enhancement"
https://bugs.gentoo.org/show_bug.cgi?id=116584

It would be good if someone tests it on amd64 and other archs and report if it works ok.

It is one of the best themes for gtk apps, using gtk-qt-engine.
Also there is a mozilla theme for mozilla 1.6. It would be nice if someone can port it to firefox. That would give a very coherent desktop
_________________
LinuX @ the Speed of Thought
Back to top
View user's profile Send private message
Matteo Azzali
Retired Dev
Retired Dev


Joined: 23 Sep 2004
Posts: 1133

PostPosted: Sat Dec 24, 2005 9:23 am    Post subject: Reply with quote

Hum, without arts flag as in my ebuild don't you need arts dependancy too?
if you compile normally it uses arts support, if you add --without-arts it will not use that...
_________________
Every day a new distro comes to birth. Every day a distro "eats" another.
If you're born distro, no matter what, start to run.
---- http://www.linuxprinting.org/ ---- http://tuxmobil.org/
Back to top
View user's profile Send private message
Soul_rebel
Tux's lil' helper
Tux's lil' helper


Joined: 12 Nov 2004
Posts: 88

PostPosted: Sat Dec 24, 2005 9:53 am    Post subject: Reply with quote

arts or not arts is the same I suppose... This has nothing to do with sound...

And the arts flag is present: is inherited from kde eclass, so i think that with USE="-arts" it will automatically add "--without-arts". I have checked other theme ebuilds and none of them depend on arts.

Do you think that this theme uses arts someway?
_________________
LinuX @ the Speed of Thought
Back to top
View user's profile Send private message
Matteo Azzali
Retired Dev
Retired Dev


Joined: 23 Sep 2004
Posts: 1133

PostPosted: Sun Dec 25, 2005 8:03 pm    Post subject: Reply with quote

Soul_rebel wrote:

Do you think that this theme uses arts someway?


There are some words on the flag --without-arts inside the docs....
_________________
Every day a new distro comes to birth. Every day a distro "eats" another.
If you're born distro, no matter what, start to run.
---- http://www.linuxprinting.org/ ---- http://tuxmobil.org/
Back to top
View user's profile Send private message
GentooBox
Veteran
Veteran


Joined: 22 Jun 2003
Posts: 1168
Location: Denmark

PostPosted: Mon Dec 26, 2005 12:19 am    Post subject: Reply with quote

This is what the style looks like:

http://www.kde-apps.org/content/show.php?content=23871&PHPSESSID=f0da481dacee7e7aa5689016117ed65c
_________________
Encrypt, lock up everything and duct tape the rest
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum