summaryrefslogtreecommitdiffstats
path: root/extra/compiz/Pkgfile
diff options
context:
space:
mode:
authorfanch <fanchyannmaria at orange dot fr>2010-02-15 16:28:35 +0100
committerfanch <fanchyannmaria at orange dot fr>2010-02-15 16:28:35 +0100
commit0ccedd9a66979af592db57882bbe2fa0d746aea9 (patch)
treea533d558315131dcb67381b3eab2b4736b0a6268 /extra/compiz/Pkgfile
parent70c5aba3306407f6d324ff6ba48907ac9ac5f820 (diff)
parent6004cda4c59be4c34beaf6ad4132bad445735857 (diff)
downloadnutyx-extra-0ccedd9a66979af592db57882bbe2fa0d746aea9.tar.gz
nutyx-extra-0ccedd9a66979af592db57882bbe2fa0d746aea9.tar.bz2
nutyx-extra-0ccedd9a66979af592db57882bbe2fa0d746aea9.tar.xz
nutyx-extra-0ccedd9a66979af592db57882bbe2fa0d746aea9.zip
Merge remote branch 'nutyx-2009/master'
Diffstat (limited to 'extra/compiz/Pkgfile')
-rwxr-xr-xextra/compiz/Pkgfile10
1 files changed, 7 insertions, 3 deletions
diff --git a/extra/compiz/Pkgfile b/extra/compiz/Pkgfile
index b94de2feb..0706a6230 100755
--- a/extra/compiz/Pkgfile
+++ b/extra/compiz/Pkgfile
@@ -2,7 +2,7 @@
# 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, gconf, mesa3d, metacity, librsvg, dbus, dbus-glib, libgnome, curl, autoconf, automake, libtool, intltool, libxslt, libwnck, python, pyrex
+# 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
name=compiz
version=0.8.4
release=1
@@ -10,8 +10,12 @@ group=
source=(http://releases.compiz-fusion.org/0.8.4/compiz-0.8.4.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr
- make
+ ./configure --prefix=/usr \
+ --disable-gnome --disable-kde4 \
+ --disable-metacity --disable-gconf \
+ --enable-dbus --enable-librsvg
+ make -j3
make DESTDIR=$PKG install
+ rm $PKG/usr/bin/gtk-window-decorator
}