Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0104ac13a9d338a372f701817fccbd469bcb619b)
  • Date: Mon, 9 Oct 2006 09:44:09 -0500

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

display/qingy-themes/DETAILS | 2 +-
display/qingy-themes/HISTORY | 4 ++++
display/qingy-themes/INSTALL | 16 ++++++++--------
display/qingy-themes/sourcemage/theme | 4 ++--
4 files changed, 15 insertions(+), 11 deletions(-)

New commits:
commit 25f75ba8b5c6f4c7254ec42b57d5fc7d5435b6ce
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

qingy-themes: moved themes according to new upstream default

diff --git a/display/qingy-themes/DETAILS b/display/qingy-themes/DETAILS
index ec22715..f5be748 100755
--- a/display/qingy-themes/DETAILS
+++ b/display/qingy-themes/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/qingy_

SOURCE_HASH=sha512:8c366d5116df553dcb604a6e496d739b0a2de9e42a003ce000ece996a32ffa82f2e129460d811c1ab57422385fdc6e31becf5d80a041bef2987bba0e8df08585
WEB_SITE=http://qingy.sourceforge.net/
ENTERED=20040203
- UPDATED=20050407
+ PATCHLEVEL=1
LICENSE[0]=GPL
ARCHIVE="off"
KEYWORDS="display theme"
diff --git a/display/qingy-themes/HISTORY b/display/qingy-themes/HISTORY
index f90536d..17bd0a7 100644
--- a/display/qingy-themes/HISTORY
+++ b/display/qingy-themes/HISTORY
@@ -1,3 +1,7 @@
+2006-10-03 Arjan Bouter <abouter AT sourcemage.org>
+ * INSTALL: changed theme dir to upstream default
+ * DETAILS: removed UPDATED and set patchlevel to 1
+
2006-06-28 Eric Sandall <eric AT sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide

diff --git a/display/qingy-themes/INSTALL b/display/qingy-themes/INSTALL
index 84b3ed6..91fa6d1 100755
--- a/display/qingy-themes/INSTALL
+++ b/display/qingy-themes/INSTALL
@@ -1,8 +1,8 @@
- I_DIR=/etc/qingy/themes &&
- [ ! -d "${I_DIR}" ] && mkdir -p "${I_DIR}"
- cp -a * ${I_DIR} &&
- cp -a ${SCRIPT_DIRECTORY}/sourcemage \
- ${I_DIR} &&
- cp -a ${SCRIPT_DIRECTORY}/sorcerous \
- ${I_DIR} &&
- chown -R root.root ${I_DIR}
+I_DIR="$INSTALL_ROOT/usr/share/qingy/themes" &&
+[ ! -d "${I_DIR}" ] && mkdir -p "${I_DIR}"
+cp -a * ${I_DIR} &&
+cp -a ${SCRIPT_DIRECTORY}/sourcemage \
+ ${I_DIR} &&
+cp -a ${SCRIPT_DIRECTORY}/sorcerous \
+ ${I_DIR} &&
+chown -R root.root ${I_DIR}
diff --git a/display/qingy-themes/sourcemage/theme
b/display/qingy-themes/sourcemage/theme
index 0001b1c..d95b755 100644
--- a/display/qingy-themes/sourcemage/theme
+++ b/display/qingy-themes/sourcemage/theme
@@ -37,7 +37,7 @@ window
# window type, allowed values are:
# "label", "button", "login", "password", "combo"
type = "label"
- content = "Today must be <INS_CMD_HERE>"
+ content = "It's <INS_CMD_HERE>"
command = "date"
}

@@ -58,7 +58,7 @@ window
# window type, allowed values are:
# "label", "button", "login", "password", "combo"
type = "label"
- content = "Login:"
+ content = "Mage:"
linkto = "login"
}




  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (0104ac13a9d338a372f701817fccbd469bcb619b), Arjan Bouter, 10/09/2006

Archive powered by MHonArc 2.6.24.

Top of Page