1 # Maintainer: Evangelos Foutras <evangelos@foutrelis.com>
2 # Contributor: tobias <tobias funnychar archlinux.org>
7 pkgdesc="Xfce's desktop manager"
9 url="https://docs.xfce.org/xfce/xfdesktop/start"
12 depends=('libxfce4ui' 'libwnck3' 'exo' 'thunar' 'garcon' 'hicolor-icon-theme')
13 makedepends=('intltool')
14 source=(https://archive.xfce.org/src/xfce/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.bz2)
15 sha256sums=('ef9268190c25877e22a9ff5aa31cc8ede120239cb0dfca080c174e7eed4ff756')
24 --enable-notifications \
31 make DESTDIR="$pkgdir" install
34 # vim:set ts=2 sw=2 et: