wok diff compiz-core/receipt @ rev 12405

Add compiz meta package (Compiz/LXDE work fine)
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 20 18:01:38 2012 +0200 (2012-04-20)
parents 02ae81877dfd
children 4db4ca0c9c3e
line diff
     1.1 --- a/compiz-core/receipt	Thu Nov 03 22:30:43 2011 +0100
     1.2 +++ b/compiz-core/receipt	Fri Apr 20 18:01:38 2012 +0200
     1.3 @@ -5,15 +5,16 @@
     1.4  CATEGORY="x-window"
     1.5  SHORT_DESC="Compiz is an OpenGL compositing manager for 3D effect."
     1.6  MAINTAINER="pankso@slitaz.org"
     1.7 -DEPENDS="librsvg libxslt startup-notification libboost-serialization \
     1.8 -glibmm mesa"
     1.9 -BUILD_DEPENDS="$DEPENDS cmake intltool librsvg-dev libxslt-dev \
    1.10 -startup-notification-dev libboost-dev libboost-serialization-dev \
    1.11 -glibmm-dev mesa-dev file"
    1.12  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.13  WEB_SITE="http://www.compiz.org/"
    1.14  WGET_URL="http://releases.compiz.org/0.9.4/$TARBALL"
    1.15  
    1.16 +DEPENDS="librsvg libxslt startup-notification libboost-serialization \
    1.17 +glibmm mesa emerald"
    1.18 +BUILD_DEPENDS="xorg-dev cmake intltool librsvg-dev libxslt-dev \
    1.19 +startup-notification-dev libboost-dev libboost-serialization-dev \
    1.20 +glibmm-dev mesa-dev file"
    1.21 +
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 @@ -21,6 +22,7 @@
    1.26  	mkdir build && cd build
    1.27  	cmake \
    1.28  		-DCMAKE_INSTALL_PREFIX="/usr" \
    1.29 +		-DCOMPIZ_DISABLE_PLUGIN_KDE=ON \
    1.30  		-DCOMPIZ_DESTDIR="../../install" .. &&
    1.31  	make && make install &&
    1.32  	make findcompiz_install
    1.33 @@ -30,10 +32,9 @@
    1.34  genpkg_rules()
    1.35  {
    1.36  	mkdir -p $fs/usr/lib $fs/usr/share
    1.37 -	cp -a $_pkg/usr/bin $fs/usr
    1.38 -	cp -a $_pkg/usr/lib/compiz $fs/usr/lib
    1.39 -	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    1.40 -	cp -a $_pkg/usr/share/compiz $fs/usr/share
    1.41 +	cp -a $install/usr/bin $fs/usr
    1.42 +	cp -a $install/usr/lib/compiz $fs/usr/lib
    1.43 +	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.44 +	cp -a $install/usr/share/compiz $fs/usr/share
    1.45  	rm -rf $fs/usr/share/compiz/cmake
    1.46 -	#cp -a $_pkg/usr/share/gconf $fs/usr/share
    1.47  }