Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Bearcat M. Şandor (4841d07c9c76bb0fd928cce99b23cd33be558ffc)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Bearcat M. Şandor <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Bearcat M. Şandor (4841d07c9c76bb0fd928cce99b23cd33be558ffc)
  • Date: Sat, 24 Oct 2009 19:35:28 -0500

GIT changes to master grimoire by Bearcat M. Şandor
<bearcat AT clowder.feline-soul.net>:

ChangeLog | 6 ++++-
gnome2-libs/mutter/DEPENDS | 48
+++++++++++++++++++++++++++++++++++++++++++++
gnome2-libs/mutter/DETAILS | 14 +++++++++++++
gnome2-libs/mutter/HISTORY | 3 ++
4 files changed, 70 insertions(+), 1 deletion(-)

New commits:
commit 4841d07c9c76bb0fd928cce99b23cd33be558ffc
Author: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>
Commit: Bearcat M. Şandor <bearcat AT clowder.feline-soul.net>

mutter: new spell, a composting window manager for gnome-shell

diff --git a/ChangeLog b/ChangeLog
index 4997f80..f5b3742 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,8 @@
-2009-10-23 Julien "_kaze_" ROZO <julien AT rozo.org>
+2009-10-24 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * gnome2-libs/mutter: new spell, composting window manager for
+ gnome shell
+
+ 2009-10-23 Julien "_kaze_" ROZO <julien AT rozo.org>
* libs/cfitsio: new spell, C and Fortran libraries to read and write
data files in FITS (Flexible Image Transport System)

diff --git a/gnome2-libs/mutter/DEPENDS b/gnome2-libs/mutter/DEPENDS
new file mode 100755
index 0000000..acf3ad6
--- /dev/null
+++ b/gnome2-libs/mutter/DEPENDS
@@ -0,0 +1,48 @@
+depends clutter &&
+depends libx11 &&
+depends libxcursor &&
+depends cairo &&
+depends pango &&
+depends gtk+2 &&
+depends glib2 &&
+depends intltool &&
+depends libglade2 &&
+depends orbit2 &&
+depends xml-parser-expat &&
+depends zenity &&
+depends -sub GTK libcanberra &&
+
+optional_depends libxcomposite \
+ "--enable-compositor" \
+ "--disable-compositor" \
+ "Enable compositing manager" &&
+
+optional_depends libxext \
+ "--enable-xsync" \
+ "--disable-xsync" \
+ "Enable use of the XSync extension?" &&
+
+optional_depends libxrender \
+ "--enable-render" \
+ "--disable-render" \
+ "Enable use of the RENDER extension?" &&
+
+optional_depends libxext \
+ "--enable-shape" \
+ "--disable-shape" \
+ "Enable use of the shaped window extension?" &&
+
+optional_depends libxinerama \
+ "--enable-xinerama" \
+ "--disable-xinerama" \
+ "Enable use of the Xinerama extension?" &&
+
+optional_depends gconf2 \
+ '--enable-gconf' \
+ '--disable-gconf' \
+ 'for GNOME configuration settings' &&
+
+optional_depends startup-notification \
+ '--enable-startup-notification' \
+ '--disable-startup-notification' \
+ 'for application startup services'
diff --git a/gnome2-libs/mutter/DETAILS b/gnome2-libs/mutter/DETAILS
new file mode 100755
index 0000000..4a44da5
--- /dev/null
+++ b/gnome2-libs/mutter/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=mutter
+ VERSION=2.28.0
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+
SOURCE_URL[0]=http://ftp.acc.umu.se/pub/GNOME/sources/${SPELL}/2.28/${SOURCE}
+
SOURCE_HASH=sha512:4113de713f12befdccbb99cfc0b28c41537c7ff393a57a2fde5d7acb0fb9c605a3401e614eee54a83f5c953274b8214b1b88d6161b312ddc1733826de3fd1555
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="live.gnome.org"
+ LICENSE[0]="GPL"
+ ENTERED=20091024
+ KEYWORDS=""
+ SHORT="A window manager based on Metacity with clutter support"
+cat << EOF
+A fork of Metacity with clutter support. A component of gnome shell.
+EOF
diff --git a/gnome2-libs/mutter/HISTORY b/gnome2-libs/mutter/HISTORY
new file mode 100644
index 0000000..7ffb4c7
--- /dev/null
+++ b/gnome2-libs/mutter/HISTORY
@@ -0,0 +1,3 @@
+2009-10-24 Bearcat M. Sandor <sourcemage AT feline-soul.com>
+ * DEPENDS, DETAILS: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Bearcat M. Şandor (4841d07c9c76bb0fd928cce99b23cd33be558ffc), Bearcat M . Şandor, 10/24/2009

Archive powered by MHonArc 2.6.24.

Top of Page