Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (313e90574139f5f115f3cbd34fbe9d7bac20f871)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (313e90574139f5f115f3cbd34fbe9d7bac20f871)
  • Date: Wed, 24 Oct 2007 15:28:40 -0500

GIT changes to devel-xorg-modular grimoire by Eric Sandall
<sandalle AT sourcemage.org>:

compiz-fusion/ccsm/DETAILS | 3 ++-
compiz-fusion/ccsm/HISTORY | 5 +++++
compiz-fusion/ccsm/INSTALL | 2 +-
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 313e90574139f5f115f3cbd34fbe9d7bac20f871
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

ccsm: Install to INSTALL_ROOT/usr

diff --git a/compiz-fusion/ccsm/DETAILS b/compiz-fusion/ccsm/DETAILS
index 9e8493a..79e3f49 100755
--- a/compiz-fusion/ccsm/DETAILS
+++ b/compiz-fusion/ccsm/DETAILS
@@ -17,8 +17,9 @@ else

SOURCE_HASH=sha512:9777b51ae1b9e3bcf1e2b84ce84745f8eb540c7a56ae2a399306aa3693c815cfed567b2048d3191a617205531818d4fe0b2a21ed9b51859c0d97841ed03000cc
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
- WEB_SITE="http://www.compiz-fusion.org/";
+ PATCHLEVEL=1
LICENSE[0]=GPL
+ WEB_SITE="http://www.compiz-fusion.org/";
ENTERED=20071021
SHORT="Compizconfig settings manager"
cat << EOF
diff --git a/compiz-fusion/ccsm/HISTORY b/compiz-fusion/ccsm/HISTORY
index 7f06b53..f556f1c 100644
--- a/compiz-fusion/ccsm/HISTORY
+++ b/compiz-fusion/ccsm/HISTORY
@@ -1,2 +1,7 @@
+2007-10-24 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Incremented PATCHLEVEL=1
+ * INSTALL: Install to INSTALL_ROOT/usr, not /usr/local
+
2007-10-21 Lalo Martins <lalo AT sourcemage.org>
* DETAILS, DEPENDS, PREPARE, BUILD, INSTALL, HISTORY: created spell
+
diff --git a/compiz-fusion/ccsm/INSTALL b/compiz-fusion/ccsm/INSTALL
index 9650728..0e8cc5e 100755
--- a/compiz-fusion/ccsm/INSTALL
+++ b/compiz-fusion/ccsm/INSTALL
@@ -1,2 +1,2 @@
##default_install_python
-python setup.py install ${INSTALL_ROOT:+--root "$INSTALL_ROOT/"}
\ No newline at end of file
+python setup.py install --prefix=$INSTALL_ROOT/usr



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Eric Sandall (313e90574139f5f115f3cbd34fbe9d7bac20f871), Eric Sandall, 10/24/2007

Archive powered by MHonArc 2.6.24.

Top of Page