summaryrefslogtreecommitdiffstats
path: root/display/qingy-themes
diff options
context:
space:
mode:
authorArjan Bouter2006-10-09 16:33:12 +0200
committerArjan Bouter2006-10-09 16:33:12 +0200
commit25f75ba8b5c6f4c7254ec42b57d5fc7d5435b6ce (patch)
tree6017e3112f82adf83a141296d04391afff211639 /display/qingy-themes
parentf0fc7c2c4c3d6a25cd55479e4bdfa25155fae52d (diff)
qingy-themes: moved themes according to new upstream default
Diffstat (limited to 'display/qingy-themes')
-rwxr-xr-xdisplay/qingy-themes/DETAILS2
-rw-r--r--display/qingy-themes/HISTORY4
-rwxr-xr-xdisplay/qingy-themes/INSTALL16
-rw-r--r--display/qingy-themes/sourcemage/theme4
4 files changed, 15 insertions, 11 deletions
diff --git a/display/qingy-themes/DETAILS b/display/qingy-themes/DETAILS
index ec227152ce..f5be74854c 100755
--- a/display/qingy-themes/DETAILS
+++ b/display/qingy-themes/DETAILS
@@ -7,7 +7,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/qingy_${QINGY_BRANCH}_themepack_$VERSION
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 f90536d7d1..17bd0a7fb6 100644
--- a/display/qingy-themes/HISTORY
+++ b/display/qingy-themes/HISTORY
@@ -1,3 +1,7 @@
+2006-10-03 Arjan Bouter <abouter@sourcemage.org>
+ * INSTALL: changed theme dir to upstream default
+ * DETAILS: removed UPDATED and set patchlevel to 1
+
2006-06-28 Eric Sandall <eric@sandall.us>
* DETAILS: Removed BUILD_API=2, set grimoire-wide
diff --git a/display/qingy-themes/INSTALL b/display/qingy-themes/INSTALL
index 84b3ed6232..91fa6d1c54 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 0001b1cbf2..d95b755569 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"
}