You are not logged in.

#76 2006-05-18 18:37:21

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: KDE Eye Candy

kdestyle-lipstik-vistesque added to [kdei]

Offline

#77 2006-06-14 10:20:52

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: KDE Eye Candy

kdestyle-serenity:

#Contributor: pressh <pressh>

pkgname=kdestyle-serenity
pkgver=0.8
pkgrel=1
pkgdesc="Widget style for kde"
url="http://www.kde-look.org/content/show.php?content=35954"
license="GPL"
depends=('kdelibs')
source=(http://maxilys.awardspace.com/archives/serenity.style-$pkgver.tar.bz2)
md5sums=('abf16bd0549e9cef1def6e64d2c0138a')


build() {
  cd $startdir/src/serenity.style-$pkgver
  ./configure --disable-debug --enable-final --prefix=/opt/kde
  make || return 1
  make DESTDIR=$startdir/pkg install
}

Offline

#78 2006-06-15 09:45:01

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: KDE Eye Candy

did you put it in AUR?  Will add it to [kdei]

Offline

#79 2006-06-15 11:35:31

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: KDE Eye Candy

dtw wrote:

did you put it in AUR?  Will add it to [kdei]

yes I did

Offline

#80 2006-07-14 09:40:41

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: KDE Eye Candy

I have found some interesting eyecandy patches for KDE, maybe they
can be included into the arch packages... (?)

smooth shadowfade at logout

pertty KDE patchset

The pertty patchset includes:
-translucent selection rectangle (like in gnome)
-rounded icon titles when icons are selected
-an improved konqueror sidebar
-konqueror sidebar will be saved per profile

I have built KDE 3.5.3 with those patches, and its working perfect smile
The only (small) disadvantage is, that you have to rebuild and patch qt too.

There is also a patch for fontconfig in the pertty patchset to improve the
performance of font rendering, but i have not tested this yet...


want a modular and tweaked KDE for arch? try kdemod

Offline

#81 2006-08-12 15:32:16

detto
Member
Registered: 2006-01-23
Posts: 510

Re: KDE Eye Candy

Got some general questions to the whole KDE style and theme story here: What to do if found a (nice) style that istn there yet, needs to be added? And whats the current way of retrievein all those things, with the pacman repository kdei uve mentioned on first page or through the AUR ?
thx in advance!

cheers,
detto

Offline

#82 2006-08-17 11:51:26

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: KDE Eye Candy

dtw wrote:

did you put it in AUR?  Will add it to [kdei]

are you actually still maintaining this ?
Anyway you never added kdestyle-serenity (which has already a new version in AUR) to the repo. I can imagine, as the last update to the repo is from the 18th of may, that more stuff is updated in the AUR (I did not check on it wink)

@detto:
The general procedure would be adding the style to the AUR, submit a link to the PKGBUILD here so that dtw can build and upload it (that is, if he is still maintaining).

Offline

#83 2006-08-17 12:10:50

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: KDE Eye Candy

I am doing still maintaining it - I have just been a bit busy!  big_smile

I'll check for updates this weekend.

Offline

#84 2006-09-08 18:10:46

superstoned
Member
Registered: 2006-09-04
Posts: 268

Re: KDE Eye Candy

funkyou wrote:

I have found some interesting eyecandy patches for KDE, maybe they
can be included into the arch packages... (?)

smooth shadowfade at logout

pertty KDE patchset

The pertty patchset includes:
-translucent selection rectangle (like in gnome)
-rounded icon titles when icons are selected
-an improved konqueror sidebar
-konqueror sidebar will be saved per profile

I have built KDE 3.5.3 with those patches, and its working perfect smile
The only (small) disadvantage is, that you have to rebuild and patch qt too.

There is also a patch for fontconfig in the pertty patchset to improve the
performance of font rendering, but i have not tested this yet...

let me add a vote for this, then. these patches are in both Kubuntu and suse, and maybe more, so they're well tested.


-=] life sucks deeply [=-

Offline

#85 2006-09-15 07:37:17

dtw
Forum Fellow
From: UK
Registered: 2004-08-03
Posts: 4,439
Website

Re: KDE Eye Candy

I no longer have time to maintain the binary repository for kdei so if someone would like to grab all the PKGBUILDs and host it elsewhere that would be great.  The PKGBUILDs are here or I can email you a tarball smile

Another thing is...I don't use kde anymore!  Sincere apologies for letting you guys down, I'm sorry I couldn't keep it up to date :'(

Offline

#86 2006-09-15 11:56:28

pressh
Developer/TU
From: Netherlands
Registered: 2005-08-14
Posts: 1,719

Re: KDE Eye Candy

dtw wrote:

I no longer have time to maintain the binary repository for kdei
.......
Another thing is...I don't use kde anymore!  Sincere apologies for letting you guys down, I'm sorry I couldn't keep it up to date :'(

Thank you for your hard work big_smile

Offline

#87 2006-10-27 14:30:16

Snarkout
Member
Registered: 2005-11-13
Posts: 542

Re: KDE Eye Candy

funkyou wrote:

I have found some interesting eyecandy patches for KDE, maybe they
can be included into the arch packages... (?)

smooth shadowfade at logout

pertty KDE patchset

The pertty patchset includes:
-translucent selection rectangle (like in gnome)
-rounded icon titles when icons are selected
-an improved konqueror sidebar
-konqueror sidebar will be saved per profile

I have built KDE 3.5.3 with those patches, and its working perfect smile
The only (small) disadvantage is, that you have to rebuild and patch qt too.

There is also a patch for fontconfig in the pertty patchset to improve the
performance of font rendering, but i have not tested this yet...


Care to post a quick how-to?


Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein

Offline

#88 2006-10-30 21:09:34

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: KDE Eye Candy

Snarkout wrote:

Care to post a quick how-to?

Take a look into the PKGBUILDs or the patch archive provided here, they explain everything smile


want a modular and tweaked KDE for arch? try kdemod

Offline

#89 2006-11-03 14:04:13

Snarkout
Member
Registered: 2005-11-13
Posts: 542

Re: KDE Eye Candy

funkyou wrote:
Snarkout wrote:

Care to post a quick how-to?

Take a look into the PKGBUILDs or the patch archive provided here, they explain everything smile

Cool - thanks a lot!


Unthinking respect for authority is the greatest enemy of truth.
-Albert Einstein

Offline

Board footer

Powered by FluxBB