description="provides a set of default configuration for LXDE"
url="http://lxde.org/about.html"

maintainer="Copyright (C) 2001 Owen Taylor, Matthias Clasen, Red Hat, Inc."
packager="Tnut <tnut@nutyx.org>"
contributors="Geantbrun,Spiky"

makedepends=(desktop-file-utils gtk2 hicolor-icon-theme
             lxde-panel lxde-session openbox pcmanfm shared-mime-info)
run=(menu-cache lxde-menu-data lxde-panel
     lxde-session openbox pcmanfm )

set=(lxde)

name=lxde-common
version=0.99.2
release=5

source=(consolidate-1.patch icon-sekong.png
        http://downloads.sourceforge.net/lxde/$name-$version.tar.xz)

prepare() {
cd $name-$version
cp ../icon-sekong.png images/icon-sekong.png 
patch -Np1 -i ../consolidate-1.patch
}


build() {
cd $name-$version

./configure --prefix=/usr \
	--sysconfdir=/etc
make
make DESTDIR=$PKG install
}
