summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop/Pkgfile
blob: 0185c6c23cad57651b42b64641399cc263f8ec29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Description: Bureau de Xfce
# URL: http://www.xfce.org/projects/xfdesktop/
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: dbus-glib, exo, libglade, libwnck, libxfce4menu, libxfce4util, libxfcegui4, libxml2, thunar, xfce4-panel, xfconf

name=xfdesktop
version=4.6.1
release=2
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2 \
xfdesktop-handle-unmountable-volumes.patch)

build() {
cd $name-$version
patch -p1 < ../xfdesktop-handle-unmountable-volumes.patch
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static
	make
	make DESTDIR=$PKG install
}