[Lunar-commits] <crater> compiz: add it to crater.

Florin Braescu florin at lunar-linux.org
Sat Jan 2 15:12:16 CET 2010


commit 7c8e254461a095f49904bfbfcfe82ceef599ac64
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Jan 2 16:12:16 2010 +0200

    compiz: add it to crater.
---
 zbeta/compiz/ccsm/BUILD                           |    7 +++++++
 zbeta/compiz/ccsm/DEPENDS                         |    3 +++
 zbeta/compiz/ccsm/DETAILS                         |   13 +++++++++++++
 zbeta/compiz/compiz-bcop/DEPENDS                  |    2 ++
 zbeta/compiz/compiz-bcop/DETAILS                  |   15 +++++++++++++++
 zbeta/compiz/compiz-plugins-extra/DEPENDS         |    1 +
 zbeta/compiz/compiz-plugins-extra/DETAILS         |   14 ++++++++++++++
 zbeta/compiz/compiz-plugins-main/DEPENDS          |    1 +
 zbeta/compiz/compiz-plugins-main/DETAILS          |   14 ++++++++++++++
 zbeta/compiz/compiz-plugins-unsupported/DEPENDS   |    1 +
 zbeta/compiz/compiz-plugins-unsupported/DETAILS   |   14 ++++++++++++++
 zbeta/compiz/compiz-profile/BUILD                 |    1 +
 zbeta/compiz/compiz-profile/DEPENDS               |    5 +++++
 zbeta/compiz/compiz-profile/DETAILS               |   14 ++++++++++++++
 zbeta/compiz/compiz-profile/POST_BUILD            |    1 +
 zbeta/compiz/compiz-profile/PRE_BUILD             |    1 +
 zbeta/compiz/compiz/BUILD                         |    6 ++++++
 zbeta/compiz/compiz/DEPENDS                       |   15 +++++++++++++++
 zbeta/compiz/compiz/DETAILS                       |   15 +++++++++++++++
 zbeta/compiz/compizconfig-backend-gconf/DEPENDS   |    1 +
 zbeta/compiz/compizconfig-backend-gconf/DETAILS   |   14 ++++++++++++++
 zbeta/compiz/compizconfig-backend-kconfig/BUILD   |    7 +++++++
 zbeta/compiz/compizconfig-backend-kconfig/DEPENDS |    2 ++
 zbeta/compiz/compizconfig-backend-kconfig/DETAILS |   14 ++++++++++++++
 zbeta/compiz/compizconfig-python/DEPENDS          |    2 ++
 zbeta/compiz/compizconfig-python/DETAILS          |   14 ++++++++++++++
 zbeta/compiz/emerald-themes/DEPENDS               |    1 +
 zbeta/compiz/emerald-themes/DETAILS               |   14 ++++++++++++++
 zbeta/compiz/emerald/DEPENDS                      |    3 +++
 zbeta/compiz/emerald/DETAILS                      |   19 +++++++++++++++++++
 zbeta/compiz/libcompizconfig/DEPENDS              |    1 +
 zbeta/compiz/libcompizconfig/DETAILS              |   13 +++++++++++++
 zbeta/compiz/simple-ccsm/BUILD                    |    7 +++++++
 zbeta/compiz/simple-ccsm/DEPENDS                  |    3 +++
 zbeta/compiz/simple-ccsm/DETAILS                  |   13 +++++++++++++
 35 files changed, 271 insertions(+), 0 deletions(-)

diff --git a/zbeta/compiz/ccsm/BUILD b/zbeta/compiz/ccsm/BUILD
new file mode 100644
index 0000000..18021c1
--- /dev/null
+++ b/zbeta/compiz/ccsm/BUILD
@@ -0,0 +1,7 @@
+(
+
+  prepare_install  &&
+  python setup.py build --prefix=/usr  &&
+  python setup.py install --prefix=/usr
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/compiz/ccsm/DEPENDS b/zbeta/compiz/ccsm/DEPENDS
new file mode 100644
index 0000000..6fde7ac
--- /dev/null
+++ b/zbeta/compiz/ccsm/DEPENDS
@@ -0,0 +1,3 @@
+depends  compizconfig-python
+
+optional_depends  "sexy-python"  ""  ""  "for an enhanced user interface"
diff --git a/zbeta/compiz/ccsm/DETAILS b/zbeta/compiz/ccsm/DETAILS
new file mode 100644
index 0000000..2578c31
--- /dev/null
+++ b/zbeta/compiz/ccsm/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=ccsm
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:66a169c36eb3b6690c581e8e80a2fe88a068086a
+        WEB_SITE=http://compiz.org
+         ENTERED=20070923
+         UPDATED=20090318
+           SHORT="Compiz's Settings Manager"
+
+cat << EOF
+CCSM is the Settings Manager for Compiz
+EOF
diff --git a/zbeta/compiz/compiz-bcop/DEPENDS b/zbeta/compiz/compiz-bcop/DEPENDS
new file mode 100644
index 0000000..071dd73
--- /dev/null
+++ b/zbeta/compiz/compiz-bcop/DEPENDS
@@ -0,0 +1,2 @@
+depends  compiz
+depends  libxslt
diff --git a/zbeta/compiz/compiz-bcop/DETAILS b/zbeta/compiz/compiz-bcop/DETAILS
new file mode 100644
index 0000000..dd3800b
--- /dev/null
+++ b/zbeta/compiz/compiz-bcop/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=compiz-bcop
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:fc9d582b073ebac4dde8223e3e88a2471095290b
+        WEB_SITE=http://compiz.org
+         ENTERED=20070923
+         UPDATED=20090318
+           SHORT="Beryl/Compiz Options Parser"
+
+cat << EOF
+BCOP is a code generator that provides an easy way to handle plugin
+options by generating parts of the plugin code directly from the xml
+metadata file. It is used for most of the Compiz plugins.
+EOF
diff --git a/zbeta/compiz/compiz-plugins-extra/DEPENDS b/zbeta/compiz/compiz-plugins-extra/DEPENDS
new file mode 100644
index 0000000..bf9719e
--- /dev/null
+++ b/zbeta/compiz/compiz-plugins-extra/DEPENDS
@@ -0,0 +1 @@
+depends  compiz-plugins-main
diff --git a/zbeta/compiz/compiz-plugins-extra/DETAILS b/zbeta/compiz/compiz-plugins-extra/DETAILS
new file mode 100644
index 0000000..44ee810
--- /dev/null
+++ b/zbeta/compiz/compiz-plugins-extra/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=compiz-plugins-extra
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:4aa3220472e68fa3b27bfc5e95808b4fb9eae6cd
+        WEB_SITE=http://compiz.org
+         ENTERED=20070923
+         UPDATED=20090318
+           SHORT="Addtional stable plugins for Compiz"
+
+cat << EOF
+compiz-plugins-extra contains addtional stable plugins for
+Compiz.
+EOF
diff --git a/zbeta/compiz/compiz-plugins-main/DEPENDS b/zbeta/compiz/compiz-plugins-main/DEPENDS
new file mode 100644
index 0000000..1993404
--- /dev/null
+++ b/zbeta/compiz/compiz-plugins-main/DEPENDS
@@ -0,0 +1 @@
+depends  compiz-bcop
diff --git a/zbeta/compiz/compiz-plugins-main/DETAILS b/zbeta/compiz/compiz-plugins-main/DETAILS
new file mode 100644
index 0000000..7e64113
--- /dev/null
+++ b/zbeta/compiz/compiz-plugins-main/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=compiz-plugins-main
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:d733604cda891a95f8cb451bf70cb1ff8fd3f7c2
+        WEB_SITE=http://compiz.org
+         ENTERED=20070923
+         UPDATED=20090318
+           SHORT="Default/core plugins for Compiz"
+
+cat << EOF
+compiz-plugins-main are the default and stable plugins for
+Compiz.
+EOF
diff --git a/zbeta/compiz/compiz-plugins-unsupported/DEPENDS b/zbeta/compiz/compiz-plugins-unsupported/DEPENDS
new file mode 100644
index 0000000..bf9719e
--- /dev/null
+++ b/zbeta/compiz/compiz-plugins-unsupported/DEPENDS
@@ -0,0 +1 @@
+depends  compiz-plugins-main
diff --git a/zbeta/compiz/compiz-plugins-unsupported/DETAILS b/zbeta/compiz/compiz-plugins-unsupported/DETAILS
new file mode 100644
index 0000000..26bc8ae
--- /dev/null
+++ b/zbeta/compiz/compiz-plugins-unsupported/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=compiz-plugins-unsupported
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:23d5798a2b9ed15355fd871d5e6fa1e21ec53380
+        WEB_SITE=http://compiz.org
+         ENTERED=20071123
+         UPDATED=20090318
+           SHORT="Addtional unstable plugins for Compiz"
+
+cat << EOF
+compiz-plugins-extra contains addtional unstable plugins for
+Compiz.
+EOF
diff --git a/zbeta/compiz/compiz-profile/BUILD b/zbeta/compiz/compiz-profile/BUILD
new file mode 100644
index 0000000..a44ea7b
--- /dev/null
+++ b/zbeta/compiz/compiz-profile/BUILD
@@ -0,0 +1 @@
+echo > $C_FIFO
diff --git a/zbeta/compiz/compiz-profile/DEPENDS b/zbeta/compiz/compiz-profile/DEPENDS
new file mode 100644
index 0000000..913e9c0
--- /dev/null
+++ b/zbeta/compiz/compiz-profile/DEPENDS
@@ -0,0 +1,5 @@
+depends  ccsm
+depends  compizconfig-backend-gconf
+depends  emerald-themes
+depends  compiz-plugins-extra
+depends  compiz-plugins-unsupported
diff --git a/zbeta/compiz/compiz-profile/DETAILS b/zbeta/compiz/compiz-profile/DETAILS
new file mode 100644
index 0000000..0886b1d
--- /dev/null
+++ b/zbeta/compiz/compiz-profile/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=compiz-profile
+         VERSION=0.8.2
+        WEB_SITE=http://compiz.org
+      MAINTAINER=v3rt1g0 at lunar-linux.org
+         ENTERED=20071123
+         UPDATED=20090318
+         PROFILE=yes
+           SHORT="a compositing window manager with a focus on eye-candy"
+
+cat << EOF
+Compiz is a eye-candy heavy window manager that makes heavy use
+of the compositing features of XOrg7.  This profile installs all of the
+related lunar modules.
+EOF
diff --git a/zbeta/compiz/compiz-profile/POST_BUILD b/zbeta/compiz/compiz-profile/POST_BUILD
new file mode 100644
index 0000000..27ba77d
--- /dev/null
+++ b/zbeta/compiz/compiz-profile/POST_BUILD
@@ -0,0 +1 @@
+true
diff --git a/zbeta/compiz/compiz-profile/PRE_BUILD b/zbeta/compiz/compiz-profile/PRE_BUILD
new file mode 100644
index 0000000..27ba77d
--- /dev/null
+++ b/zbeta/compiz/compiz-profile/PRE_BUILD
@@ -0,0 +1 @@
+true
diff --git a/zbeta/compiz/compiz/BUILD b/zbeta/compiz/compiz/BUILD
new file mode 100644
index 0000000..5034a13
--- /dev/null
+++ b/zbeta/compiz/compiz/BUILD
@@ -0,0 +1,6 @@
+(
+
+   OPTS="$OPTS  --disable-kde"
+   default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/compiz/compiz/DEPENDS b/zbeta/compiz/compiz/DEPENDS
new file mode 100644
index 0000000..6d0ec1c
--- /dev/null
+++ b/zbeta/compiz/compiz/DEPENDS
@@ -0,0 +1,15 @@
+depends  dbus-glib
+depends  GConf
+depends startup-notification
+
+optional_depends  "fuse"      ""  "--disable-fuse"      \
+                  "for the fuse plugin"
+
+optional_depends  "librsvg"   ""  "--disable-librsvg"   \
+                  "for SVG support"
+
+optional_depends  "gtk+-2"    ""  "--disable-gtk"       \
+                  "to build the gtk window decorator"
+
+optional_depends  "metacity"  ""  "--disable-metacity"  \
+                  "for metacity theme support"
diff --git a/zbeta/compiz/compiz/DETAILS b/zbeta/compiz/compiz/DETAILS
new file mode 100644
index 0000000..2da66fe
--- /dev/null
+++ b/zbeta/compiz/compiz/DETAILS
@@ -0,0 +1,15 @@
+          MODULE=compiz
+         VERSION=0.8.4
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION
+      SOURCE_VFY=sha1:be7911abb8a695423d7e83e5803217985837ee0e
+        WEB_SITE=http://compiz.org
+         ENTERED=20070219
+         UPDATED=20091016
+           SHORT="A compositing window manager"
+
+cat<<EOF
+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.
+EOF
diff --git a/zbeta/compiz/compizconfig-backend-gconf/DEPENDS b/zbeta/compiz/compizconfig-backend-gconf/DEPENDS
new file mode 100644
index 0000000..accfa09
--- /dev/null
+++ b/zbeta/compiz/compizconfig-backend-gconf/DEPENDS
@@ -0,0 +1 @@
+depends  libcompizconfig
diff --git a/zbeta/compiz/compizconfig-backend-gconf/DETAILS b/zbeta/compiz/compizconfig-backend-gconf/DETAILS
new file mode 100644
index 0000000..6821dd8
--- /dev/null
+++ b/zbeta/compiz/compizconfig-backend-gconf/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=compizconfig-backend-gconf
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:130718e1b4d7734ab3a3adf176ae88ce735d0e48
+        WEB_SITE=http://compiz.org
+         ENTERED=20071123
+         UPDATED=20090318
+           SHORT="the GConf backend for Compiz settings"
+
+cat << EOF
+compizconfig-backend-gconf is the GConf backend for Compiz
+configuration settings.
+EOF
diff --git a/zbeta/compiz/compizconfig-backend-kconfig/BUILD b/zbeta/compiz/compizconfig-backend-kconfig/BUILD
new file mode 100644
index 0000000..be5bf8e
--- /dev/null
+++ b/zbeta/compiz/compizconfig-backend-kconfig/BUILD
@@ -0,0 +1,7 @@
+(
+
+  . /etc/profile.d/qt3.rc
+  . /etc/profile.d/kde3.rc
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/compiz/compizconfig-backend-kconfig/DEPENDS b/zbeta/compiz/compizconfig-backend-kconfig/DEPENDS
new file mode 100644
index 0000000..6501aac
--- /dev/null
+++ b/zbeta/compiz/compizconfig-backend-kconfig/DEPENDS
@@ -0,0 +1,2 @@
+depends  libcompizconfig
+depends  kdelibs3
diff --git a/zbeta/compiz/compizconfig-backend-kconfig/DETAILS b/zbeta/compiz/compizconfig-backend-kconfig/DETAILS
new file mode 100644
index 0000000..56e6ed4
--- /dev/null
+++ b/zbeta/compiz/compizconfig-backend-kconfig/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=compizconfig-backend-kconfig
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:713e8e1afa85a2e0d15909753bfebf9849832060
+        WEB_SITE=http://compiz.org
+         ENTERED=20071123
+         UPDATED=20090318
+           SHORT="the kconfig backend for Compiz settings"
+
+cat << EOF
+compizconfig-backend-kconfig is the K config backend for Compiz
+configuration settings.
+EOF
diff --git a/zbeta/compiz/compizconfig-python/DEPENDS b/zbeta/compiz/compizconfig-python/DEPENDS
new file mode 100644
index 0000000..d8d3498
--- /dev/null
+++ b/zbeta/compiz/compizconfig-python/DEPENDS
@@ -0,0 +1,2 @@
+depends  libcompizconfig
+depends  Pyrex
diff --git a/zbeta/compiz/compizconfig-python/DETAILS b/zbeta/compiz/compizconfig-python/DETAILS
new file mode 100644
index 0000000..8c5cb39
--- /dev/null
+++ b/zbeta/compiz/compizconfig-python/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=compizconfig-python
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:19ae02e1268441389c58c2b6dac20892210c1a6d
+        WEB_SITE=http://compiz.org
+         ENTERED=20070923
+         UPDATED=20090318
+           SHORT="Python bindings to the Compiz configuration library"
+
+cat << EOF
+compizconfig-python is the Python language bindings to the Compiz
+configuration library.
+EOF
diff --git a/zbeta/compiz/emerald-themes/DEPENDS b/zbeta/compiz/emerald-themes/DEPENDS
new file mode 100644
index 0000000..99cf7da
--- /dev/null
+++ b/zbeta/compiz/emerald-themes/DEPENDS
@@ -0,0 +1 @@
+depends  emerald
diff --git a/zbeta/compiz/emerald-themes/DETAILS b/zbeta/compiz/emerald-themes/DETAILS
new file mode 100644
index 0000000..39d2e01
--- /dev/null
+++ b/zbeta/compiz/emerald-themes/DETAILS
@@ -0,0 +1,14 @@
+          MODULE=emerald-themes
+         VERSION=0.5.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/0.5.2/
+      SOURCE_VFY=sha1:98a1c03592e883d15b3579f28b45cd7d8432ce94
+        WEB_SITE=http://compiz.org
+         ENTERED=20071123
+         UPDATED=20071123
+           SHORT="themes for the Emerald window decorator for Compiz"
+
+cat << EOF
+emerald-themes is a collection of themes form the Emerald Window
+Decorator used in Compiz.
+EOF
diff --git a/zbeta/compiz/emerald/DEPENDS b/zbeta/compiz/emerald/DEPENDS
new file mode 100644
index 0000000..ded0033
--- /dev/null
+++ b/zbeta/compiz/emerald/DEPENDS
@@ -0,0 +1,3 @@
+depends  compiz
+depends  shared-mime-info
+depends  libwnck
diff --git a/zbeta/compiz/emerald/DETAILS b/zbeta/compiz/emerald/DETAILS
new file mode 100644
index 0000000..6fd340b
--- /dev/null
+++ b/zbeta/compiz/emerald/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=emerald
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:07df4dbd93cd6007c0efc310a6ece673f051640c
+        WEB_SITE=http://compiz.org
+         ENTERED=20071123
+         UPDATED=20090318
+           SHORT="a window decorator for Compiz"
+
+cat << EOF
+Emerald is a cusom window decorator for Compiz that allows
+theming and full composite window decorations with the use of engines.
+Emerald allows for all sorts of different configurations and layouts
+of buttons, look, title bars and frames. Emerald Window Decorator is
+completely independent of any desktop, and you specify your own themes
+to use for it. The 'Decoration' plugin must be enabled in order for
+Emerald Window Decorator to function.
+EOF
diff --git a/zbeta/compiz/libcompizconfig/DEPENDS b/zbeta/compiz/libcompizconfig/DEPENDS
new file mode 100644
index 0000000..1993404
--- /dev/null
+++ b/zbeta/compiz/libcompizconfig/DEPENDS
@@ -0,0 +1 @@
+depends  compiz-bcop
diff --git a/zbeta/compiz/libcompizconfig/DETAILS b/zbeta/compiz/libcompizconfig/DETAILS
new file mode 100644
index 0000000..3e5f1c4
--- /dev/null
+++ b/zbeta/compiz/libcompizconfig/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=libcompizconfig
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:fa7b66466740021916d86bf447a37e489cc4395a
+        WEB_SITE=http://compiz.org
+         ENTERED=20070923
+         UPDATED=20090318
+           SHORT="the Compiz settings library"
+
+cat << EOF
+libcompizconfig is the settings library for Compiz.
+EOF
diff --git a/zbeta/compiz/simple-ccsm/BUILD b/zbeta/compiz/simple-ccsm/BUILD
new file mode 100644
index 0000000..18021c1
--- /dev/null
+++ b/zbeta/compiz/simple-ccsm/BUILD
@@ -0,0 +1,7 @@
+(
+
+  prepare_install  &&
+  python setup.py build --prefix=/usr  &&
+  python setup.py install --prefix=/usr
+
+) > $C_FIFO 2>&1
diff --git a/zbeta/compiz/simple-ccsm/DEPENDS b/zbeta/compiz/simple-ccsm/DEPENDS
new file mode 100644
index 0000000..6fde7ac
--- /dev/null
+++ b/zbeta/compiz/simple-ccsm/DEPENDS
@@ -0,0 +1,3 @@
+depends  compizconfig-python
+
+optional_depends  "sexy-python"  ""  ""  "for an enhanced user interface"
diff --git a/zbeta/compiz/simple-ccsm/DETAILS b/zbeta/compiz/simple-ccsm/DETAILS
new file mode 100644
index 0000000..8de2875
--- /dev/null
+++ b/zbeta/compiz/simple-ccsm/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=simple-ccsm
+         VERSION=0.8.2
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=http://releases.compiz.org/$VERSION/
+      SOURCE_VFY=sha1:b7b669e167f425477bd9b8c8f7c5d05404ee2cae
+        WEB_SITE=http://compiz.org
+         ENTERED=20070923
+         UPDATED=20090318
+           SHORT="Compiz's Settings Manager"
+
+cat << EOF
+CCSM is the Settings Manager for Compiz.
+EOF


More information about the Lunar-commits mailing list