You are not logged in.

#1 2008-08-28 03:48:59

hk2717
Member
From: China
Registered: 2007-09-13
Posts: 217

deKorator 0.4

Hi, someone has ported deKorator to KDE4: http://www.kde-look.org/content/show.ph … tent=87921
I tried to build it myself, which succeeds but after installation I found that it cannot load themes properly, so something must be wrong with my build proccess. I need a guru to fix this and upload his version to AUR.:D

Here is (part of) my plain PKGBUILD looks like:

build() {
  cd $startdir/src/$pkgname-$pkgver
  cmake ./ -DCMAKE_INSTALL_PREFIX=/usr || return 1
  make || return 1
  make DESTDIR=$startdir/pkg install || return 1
}

Offline

Board footer

Powered by FluxBB