diff --git a/srcpkgs/compiz-manager/patches/fix_paths.diff b/srcpkgs/compiz-manager/patches/fix_paths.diff new file mode 100644 index 0000000000..971b42ce85 --- /dev/null +++ b/srcpkgs/compiz-manager/patches/fix_paths.diff @@ -0,0 +1,17 @@ +--- compiz-manager.orig 2007-10-15 21:10:06.000000000 +0200 ++++ compiz-manager 2007-10-18 22:17:18.000000000 +0200 +@@ -27,10 +27,10 @@ + # + + +-COMPIZ_BIN_PATH="/usr/local/bin/" # For window decorators and compiz +-PLUGIN_PATH="/usr/local/lib/compiz/" ++COMPIZ_BIN_PATH="/usr/bin/" # For window decorators and compiz ++PLUGIN_PATH="/usr/lib/compiz/" + GLXINFO="/usr/bin/glxinfo" +-KWIN="/usr/bin/kwin" ++KWIN="/usr/bin/kwin" + METACITY="/usr/bin/metacity" + COMPIZ_NAME="compiz" # Final name for compiz (compiz.real) + + diff --git a/srcpkgs/compiz-manager/template b/srcpkgs/compiz-manager/template new file mode 100644 index 0000000000..9a736869d6 --- /dev/null +++ b/srcpkgs/compiz-manager/template @@ -0,0 +1,23 @@ +# Template file for 'compiz-manager' +pkgname=compiz-manager +version=0.6.0 +distfiles="http://releases.compiz-fusion.org/components/$pkgname/$pkgname-$version.tar.bz2" +build_style=custom-install +short_desc="Compiz Starter Program" +maintainer="Juan RP " +checksum=7be0744801c0c55050b5c9da997f61a8be190b2e1fb528b84dac12faf904542e +long_desc=" + Compiz is a compositing window manager that uses 3D graphics acceleration + via OpenGL. It provides various new graphical effects and features on + any desktop environment, including Gnome and KDE. + + This package contains the Compiz Starter program." + +noarch=yes +Add_dependency run compiz + +do_install() +{ + install -D -m755 ${wrksrc}/compiz-manager \ + ${DESTDIR}/usr/bin/compiz-manager || return 1 +}