summaryrefslogtreecommitdiffstats
path: root/xfdesktop/Pkgfile
blob: b2b74fa29af13f9b14a065dc337a9061d6f2fb25 (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
30
# Description: Bureau de Xfce
# URL: http://www.xfce.org/projects/xfdesktop/
# Maintainer: http://git.xfce.org/xfce/xfdesktop
# Packager: tyrry33 at gmail dot com
# Depends on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify
# Run on: libxfce4ui,exo,garcon,libwnck,xfconf,libnotify,xorg-libxres

name=xfdesktop
version=4.10.0
release=1
source=(http://archive.xfce.org/xfce/4.10/src/$name-$version.tar.bz2\
	http://nutyx.meticul.eu/files/patchs/$name/simple-melody.jpg\
	http://nutyx.meticul.eu/files/patchs/$name/icon-pakxe.png)

build() {
cd $name-$version
	sed -i "s/xfce-stripes.png/pakxe.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 ../simple-melody.jpg \
	$PKG/usr/share/xfce4/backdrops/pakxe.jpg
	install -D -m644 ../icon-pakxe.png \
	$PKG/usr/share/pixmaps/icon-pakxe.png
}