summaryrefslogtreecommitdiffstats
path: root/xfce/xfce4-settings/Pkgfile
blob: ffb8f05f0238de288999425a3acd8b0bc37e04db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Description: Interface independante de configuration des applications de Xfce
# URL: http://wiki.xfce.org/releng/4.6/general-info
# Maintainer: NuTyX core team
# Packager: fred.galusik at gmail dot com
# Depends on: dbus-glib, exo, libglade, libnotify, libxfce4util, libxfcegui4, xfconf

name=xfce4-settings
version=4.6.1
release=2
source=(http://www.xfce.org/archive/xfce-$version/src/$name-$version.tar.bz2\
	xfce4-settings-4.6.1-libklavier-4.0.patch)
build() {
cd $name-$version
	patch -Np1 -i ../xfce4-settings-4.6.1-libklavier-4.0.patch
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static
	make
	make DESTDIR=$PKG install
}