description="A desktop manager for Xfce"
url="http://www.xfce.org"

packager="Tnut <tnut@nutyx.org>"
contributors="Tyrry,Greg,Spiky"

makedepends=(exo libwnck libxfce4ui thunar garcon
            startup-notification libnotify)
run=(gtk-update-icon-cache)

set=(xfce4)

name=xfdesktop
version=4.18.1

source=(https://archive.xfce.org/src/xfce/${name}/${version:0:4}/${name}-$version.tar.bz2)

build() {

cd ${name}-$version

sed -i "s@xfce/xfce-verticals.png@nutyx/nutyx.jpg@" common/xfdesktop-common.h

./configure --prefix=/usr

make
make DESTDIR=$PKG install
}
