summaryrefslogtreecommitdiffstats
path: root/gnome-compiz/Pkgfile
blob: 486699821e2fc87b897bff258670cebf704cd54d (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
# Description: Effets 3d pour le bureau
# URL: compiz.org
# Maintainer: NuTyX GNOME team
# Packager: tux03 at tuxfamily dot org
# Depends on: compiz, gnome-control-center, libwnck
# Run on: compiz,gnome-control-center,libwnck

name=gnome-compiz
version=0.9.5.0
release=1
group=
source=(http://releases.compiz-fusion.org/$version/compiz-$version.tar.bz2)
build() {
cd compiz-$version
        ./configure --prefix=/usr \
	--enable-gnome --enable-gtk --disable-kde4 \
	--enable-metacity --enable-gconf \
	--with-gconf-schema-file-dir=/etc/gconf/schemas \
	--disable-dbus --disable-annotate
        make
	pushd gtk
	make DESTDIR=$PKG install
	mkdir -p $PKG/etc/gconf/schemas
	install -m644 window-decorator/gwd.schemas \
                $PKG/etc/gconf/schemas/gwd.schemas
	popd
}