1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Description: Effets 3d pour le bureau
# URL: compiz.org
# Maintainer: NuTyX core team
# Packager: tux03 at tuxfamily dot org
# Depends on: xorg-libxcomposite, libpng, xorg-libsm, xorg-libxrandr, xorg-libxdamage, xorg-libxinerama, startup-notification, mesa3d, librsvg, dbus-glib, curl, intltool, libxslt, libwnck, python, pyrex, libgtop, fuse
# Run on: xorg-libxcomposite,libpng,xorg-libsm,xorg-libxrandr,xorg-libxdamage,xorg-libxinerama,startup-notification,mesa3d,librsvg,dbus-glib,curl,intltool,libxslt,libwnck,python2,pyrex,libgtop,fuse
name=compiz
version=0.8.6
release=1
group=
source=(http://releases.compiz-fusion.org/$version/compiz-$version.tar.gz)
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-gnome --disable-kde4 \
--disable-metacity --disable-gconf \
--enable-dbus --enable-librsvg
make
make DESTDIR=$PKG install
rm $PKG/usr/bin/gtk-window-decorator
}
|