Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (47cbeaba1bbdc7cfb657a86f0818e8dec036695a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (47cbeaba1bbdc7cfb657a86f0818e8dec036695a)
  • Date: Tue, 12 Jun 2007 06:48:41 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3 +++
FUNCTIONS | 10 ----------
2 files changed, 3 insertions(+), 10 deletions(-)

New commits:
commit 47cbeaba1bbdc7cfb657a86f0818e8dec036695a
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

FUNCTIONS: removed qingy stuff from install_wmfiles
qingy handles this itself now

diff --git a/ChangeLog b/ChangeLog
index 1f522aa..413f012 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-06-12 Arjan Bouter <abouter AT sourcemage.org>
+ * FUNCTIONS: removed qingy stuff from install_wmfiles
+
2007-06-12 Pol Vinogradov <vin.public AT gmail.com>
* audio-drivers/pyalsa: new spell, Python bindings for the Advanced
Linux Sound Architecture project
diff --git a/FUNCTIONS b/FUNCTIONS
index 933aaf0..fd9661a 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -67,16 +67,6 @@ function install_wmfiles ()
${wm_desktopfile_dir}
fi
fi
-
- if ( spell_ok qingy ); then
- if [ -x ${wm_startwm_dir}/start${SPELL} ] ; then
- if [ ! -d ${INSTALL_ROOT}/etc/qingy/xsessions ]; then
- install -d -m 755 ${INSTALL_ROOT}/etc/qingy/xsessions
- fi &&
- ln -s ${wm_startwm_dir}/start${SPELL} \
- ${INSTALL_ROOT}/etc/qingy/xsessions/${SPELL}
- fi
- fi
}

#---------------------------------------------------------------------



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (47cbeaba1bbdc7cfb657a86f0818e8dec036695a), Arjan Bouter, 06/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page