summaryrefslogtreecommitdiffstats
path: root/xfce/xfdesktop/Pkgfile
blob: f0a9f3d3d7ecc3318e3d2d4300b48c3cc61316a6 (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
25
26
27
28
29
# Description: Bureau de Xfce
# URL: http://www.xfce.org/projects/xfdesktop/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed do ch
# Depends on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify
# Run on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify

name=xfdesktop
version=4.8.1
release=1
source=(http://archive.xfce.org/src/xfce/$name/4.8/$name-$version.tar.bz2)

build() {
cd $name-$version
#	sed -i "s/xfce-stripes.png/attapu.png/" common/xfdesktop-common.h
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static
	make
	make DESTDIR=$PKG install
#	install -D -m644 ../attapu.png \
#	$PKG/usr/share/xfce4/backdrops/attapu.png
#	install -D -m644 ../nutyx2009_2.png \
#	$PKG/usr/share/pixmaps/nutyx2009_2.png
	rm -r $PKG/usr/share/doc
}