You are not logged in.
Hello!
This looks like a really nice app for gnome users, maybe somebody has the time to make a PKGBUILD for it.
Thanks.
Offline
# 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
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
cool, i think i'll go ahead and upload it to the AUR to make updating easier in the future.
Offline
Thanks, i'll vote for it ![]()
Offline