summaryrefslogtreecommitdiffstats
path: root/xfce4-settings/Pkgfile
blob: fde5786f3aa96276088a088b7c64a77695dd0073 (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.10/
# Maintainer: git.xfce.org/xfce/xfce4-settings
# Packager: tyrry33 at gmail dot com
# Depends on: xorg-libxi,xorg-libxkbfile,xorg-libxdamage,dbus-glib, exo, libglade, libnotify, libxfce4util, libxfce4ui, xfconf, garcon, libwnck, libxklavier
# Run on: dbus-glib,exo,libglade,libnotify,libxfce4util,libxfce4ui,xfconf,garcon,libwnck,libxklavier,xorg-libxrandr

name=xfce4-settings
version=4.10.0
release=2
source=(http://archive.xfce.org/xfce/4.10/src/$name-$version.tar.bz2)
build() {
cd $name-$version
	sed -i "s/\"ThemeName\" type=\"empty\"/\"ThemeName\" type=\"string\" value=\"Xfce-winter\"/" xfsettingsd/xsettings.xml
	sed -i "s/\"IconThemeName\" type=\"empty\"/\"IconThemeName\" type=\"string\" value=\"Xquisite\"/" xfsettingsd/xsettings.xml
	./configure --prefix=/usr \
	--sysconfdir=/etc \
	--libexecdir=/usr/lib/xfce4 \
	--localstatedir=/var \
	--disable-static
	make
	make DESTDIR=$PKG install
}