Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (1b5f53b174ed479728998d6215b69aa12652a222)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pol Vinogradov <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (1b5f53b174ed479728998d6215b69aa12652a222)
  • Date: Sat, 2 Dec 2006 15:02:01 -0600

GIT changes to master grimoire by Pol Vinogradov <vin.public AT gmail.com>:

xfce/terminal/DETAILS | 3 ++-
xfce/terminal/HISTORY | 4 ++++
xfce/terminal/PRE_BUILD | 9 +++++++++
3 files changed, 15 insertions(+), 1 deletion(-)

New commits:
commit 6489646243348504d1492080a2329fb7887474b6
Author: Pol Vinogradov <vin.public AT gmail.com>
Commit: Pol Vinogradov <vin.public AT gmail.com>

xfce/terminal:

DETAILS: PATCHLEVEL++, added DOCS to prevent duplication of files
PRE_BUILD: added for proper docs installation

diff --git a/xfce/terminal/DETAILS b/xfce/terminal/DETAILS
index 735c7af..a30d866 100755
--- a/xfce/terminal/DETAILS
+++ b/xfce/terminal/DETAILS
@@ -6,8 +6,9 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/Termin

SOURCE_HASH=sha512:a75e9b94f2db09c7d680dec05bdbcc6d47cfebc4c03814b664f72958a7c41c0317378844f128a4d415ec8ec5bd6bce37689c58ce5844792e2f95b02521387527
WEB_SITE=http://terminal.os-cillation.com/
ENTERED=20050101
- PATCHLEVEL=1
+ PATCHLEVEL=2
LICENSE=GPL
+ DOCS="COPYING NEWS README"
KEYWORDS="terminal xfce"
SHORT="A modern terminal emulater, primarily for Xfce"
cat << EOF
diff --git a/xfce/terminal/HISTORY b/xfce/terminal/HISTORY
index d9cfd3a..128c6cb 100644
--- a/xfce/terminal/HISTORY
+++ b/xfce/terminal/HISTORY
@@ -1,3 +1,7 @@
+2006-12-03 Pol Vinogradov <vin.public AT gmail.com>
+ * DETAILS: PATCHLEVEL++, added DOCS to prevent duplication of files
+ * PRE_BUILD: added for proper docs installation
+
2006-07-27 Flavien Bridault <vlaaad AT sourcemage.org>
* DEPENDS: now depends on dbus-glib instead of dbus
* DETAILS: PATCHLEVEL++
diff --git a/xfce/terminal/PRE_BUILD b/xfce/terminal/PRE_BUILD
new file mode 100755
index 0000000..47929e5
--- /dev/null
+++ b/xfce/terminal/PRE_BUILD
@@ -0,0 +1,9 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+sedit "s:doc/Terminal:doc/${SPELL}:g" doc/C/Makefile.am &&
+sedit "s:doc/Terminal:doc/${SPELL}:g" doc/C/Makefile.in &&
+sedit "s:doc/Terminal:doc/${SPELL}:g" doc/C/images/Makefile.am &&
+sedit "s:doc/Terminal:doc/${SPELL}:g" doc/C/images/Makefile.in &&
+sedit "s:doc/Terminal:doc/${SPELL}:g" doc/Makefile.am &&
+sedit "s:doc/Terminal:doc/${SPELL}:g" doc/Makefile.in &&
+sedit "s:doc/Terminal:doc/${SPELL}:g" TerminalHelp.in



  • [SM-Commit] GIT changes to master grimoire by Pol Vinogradov (1b5f53b174ed479728998d6215b69aa12652a222), Pol Vinogradov, 12/02/2006

Archive powered by MHonArc 2.6.24.

Top of Page