Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by George Sherwood (0f8acc3fbd62b1a984d024307c8cf441c7b12615)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: George Sherwood <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by George Sherwood (0f8acc3fbd62b1a984d024307c8cf441c7b12615)
  • Date: Fri, 25 Dec 2009 13:53:28 -0600

GIT changes to master grimoire by George Sherwood <gsherwood AT sourcemage.org>:

xfce/terminal/DETAILS | 4 ++--
xfce/terminal/HISTORY | 4 ++++
xfce/terminal/PRE_BUILD | 6 +-----
3 files changed, 7 insertions(+), 7 deletions(-)

New commits:
commit 0f8acc3fbd62b1a984d024307c8cf441c7b12615
Author: George Sherwood <gsherwood AT sourcemage.org>
Commit: George Sherwood <gsherwood AT sourcemage.org>

terminal: Updated to version 0.4.3. Removed old fix for Japanese
docs in PRE_BUILD. Seems to be installing Japanese doc's fine.
Need flux_control to checkout for sure though :)

diff --git a/xfce/terminal/DETAILS b/xfce/terminal/DETAILS
index a8a4c9d..c3336e2 100755
--- a/xfce/terminal/DETAILS
+++ b/xfce/terminal/DETAILS
@@ -1,12 +1,12 @@
SPELL=terminal
RELEASE_VERSION=$(cat $GRIMOIRE/xfce/xfce.version)
- VERSION=0.4.2
+ VERSION=0.4.3
SOURCE=Terminal-$VERSION.tar.bz2
# SOURCE2=$SOURCE.asc
SOURCE_DIRECTORY="$BUILD_DIRECTORY/Terminal-$VERSION"
SOURCE_URL[0]=http://archive.xfce.org/src/apps/$SPELL/0.4/$SOURCE
# SOURCE2_URL[0]=$SOURCE_URL.asc
-
SOURCE_HASH=sha512:04cbb12a86a6aa861b996372931c0cd76700daee873a40f4ff308db4d004ae23af4450fc394499b08de75e05356491260e42a4329bc3c973ff38a16591e8dacc
+
SOURCE_HASH=sha512:301a6a426a375cef8151d6c2e609eb258046730b409a677c4221959d5ec1d5d54f28d4dd1489585129363a1e82b636146fc1c5890bbe72d895d6f99d678004dd
# SOURCE_GPG=xfce.gpg:$SOURCE2:UPSTREAM_KEY
# SOURCE2_IGNORE=signature
WEB_SITE=http://terminal.os-cillation.com/
diff --git a/xfce/terminal/HISTORY b/xfce/terminal/HISTORY
index d8df0d9..eb02644 100644
--- a/xfce/terminal/HISTORY
+++ b/xfce/terminal/HISTORY
@@ -1,3 +1,6 @@
+2009-12-25 George Sherwood <gsherwood AT sourcemage.org>
+ * DETAILS: Updated to version 0.4.3
+
2009-10-06 George Sherwood <gsherwood AT sourcemage.org>
* DETAILS: Updated to version 0.4.2. Fixed SOURCE_URL[0]

@@ -6,6 +9,7 @@

2009-07-19 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* DETAILS: PATCHLEVEL++, a trivial attempt to fix #15270
+ * PRE_BUILD: Removed non-working fix for Japanese doc.

2009-02-27 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: 0.2.10
diff --git a/xfce/terminal/PRE_BUILD b/xfce/terminal/PRE_BUILD
index 48ce87b..117a254 100755
--- a/xfce/terminal/PRE_BUILD
+++ b/xfce/terminal/PRE_BUILD
@@ -1,8 +1,4 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&

-sed -i "s:doc/Terminal:doc/terminal:g" TerminalHelp.in doc/Makefile.{am,in}
&&
-
-for lang in C fr ja; do
- sed -i "s:doc/Terminal:doc/terminal:g" doc/$lang/{images/,}Makefile.{am,in}
-done
+sed -i "s:doc/Terminal:doc/terminal:g" TerminalHelp.in doc/Makefile.{am,in}



  • [SM-Commit] GIT changes to master grimoire by George Sherwood (0f8acc3fbd62b1a984d024307c8cf441c7b12615), George Sherwood, 12/25/2009

Archive powered by MHonArc 2.6.24.

Top of Page