You are not logged in.

#1 2005-07-12 06:54:03

jesus franco
Member
From: PA, USA
Registered: 2005-05-17
Posts: 68

UPDATE Lipstik 1.2

I found the pkgbuild in the AUR. I updated the info

Here is the new packagebuild.

pkgname=kde-style-lipstik
pkgver=1.2
pkgrel=1
pkgdesc="Based on the plastik style, Lipstik is a purified style with many options to tune your desktop look."
url="http://kde-look.org/content/show.php?content=18223"
license="GPL"
depends=('kdelibs' 'x-server')
makedepends=('kdelibs' 'x-server')
conflicts=()
replaces=(kde-style-lipstik 1.1-1)
backup=()
install=
source=("http://www.kde-look.org/content/files/18223-lipstik-$pkgver.tar.bz2")
md5sums=('f6b7c43cebc27e45af1f44a588f3795f')

build() {
    cd $startdir/src/lipstik-$pkgver
    ./configure --prefix=/opt/kde
    make || return 1
    make prefix=$startdir/pkg/opt/kde install
}

Offline

Board footer

Powered by FluxBB