You are not logged in.

#1 2009-04-24 21:00:47

WladyX
Member
Registered: 2008-10-26
Posts: 43

[req] epidermis - change the entire desktop

Hello!
This looks like a really nice app for gnome users, maybe somebody has the time to make a PKGBUILD for it.
Thanks.

http://epidermis.tuxfamily.org/

Offline

#2 2009-04-25 20:05:00

evr
Arch Linux f@h Team Member
Registered: 2009-01-23
Posts: 554

Re: [req] epidermis - change the entire desktop

# Contributer:  evr <evanroman at gmail>

pkgname=epidermis
pkgver=0.2.3
pkgrel=1
pkgdesc="An open source GTK application for managing, automatically downloading and installing themes of various types"
arch=("i686" "x86_64")
url="http://epidermis.tuxfamily.org/"
license=('GPL')
depends=('python' 'python-gconf' 'python-pexpect')
source=(http://launchpad.net/$pkgname/0.x/$pkgver/+download/${pkgname}_$pkgver-0ubuntu0.tar.gz)
md5sums=()


build() {
  cd $srcdir/$pkgname-$pkgver

  python setup.py install --prefix=/usr --root=$pkgdir || return 1
}

Here ya go, try this out. 

Looks like an interesting project, it seems very ubuntu specific though.  Let me know if it works, I didn't really try it out bc i'm not using gnome right now, but it seems to run at least.

Offline

#3 2009-04-26 07:19:44

WladyX
Member
Registered: 2008-10-26
Posts: 43

Re: [req] epidermis - change the entire desktop

It worked, thanks!
It's a bit buggy and doesn't have many themes, only 5 or 6, i'll wait the next versions.

Offline

#4 2009-04-26 14:53:41

evr
Arch Linux f@h Team Member
Registered: 2009-01-23
Posts: 554

Re: [req] epidermis - change the entire desktop

cool, i think i'll go ahead and upload it to the AUR to make updating easier in the future.

Offline

#5 2009-04-26 17:34:28

WladyX
Member
Registered: 2008-10-26
Posts: 43

Re: [req] epidermis - change the entire desktop

Thanks, i'll vote for it smile

Offline

Board footer

Powered by FluxBB