Added compiz-manager-0.6.0 build template.
--HG-- extra : convert_revision : f5a8d15ac3461ff8ae3e5b410ce3900b53f44ab8
This commit is contained in:
parent
33bda6f675
commit
fd1e4b48c1
17
srcpkgs/compiz-manager/patches/fix_paths.diff
Normal file
17
srcpkgs/compiz-manager/patches/fix_paths.diff
Normal file
|
@ -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)
|
||||
|
||||
|
23
srcpkgs/compiz-manager/template
Normal file
23
srcpkgs/compiz-manager/template
Normal file
|
@ -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 <xtraeme@gmail.com>"
|
||||
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
|
||||
}
|
Loading…
Reference in New Issue
Block a user