Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (7aa89a2b53561036bc066887d86b8ecf9d4499e0)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (7aa89a2b53561036bc066887d86b8ecf9d4499e0)
  • Date: Fri, 30 Jan 2009 18:35:43 -0600

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

fonts-tex/musixps/HISTORY | 3 +--
fonts-tex/musixps/POST_REMOVE | 7 +++++++
2 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 7aa89a2b53561036bc066887d86b8ecf9d4499e0
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

fonts-{tex,x11}/FUNCTIONS: Override Sorcery's default_post_remove
and do TeX/X11 specific font generation
Part 2/2 for Bug #14552

commit 43eeec4f1dfdced74abe2872059b0f1f5267f18d
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

Revert "fonts-{tex,x11}/FUNCTIONS: Override Sorcery's default_post_remove"

This reverts commit 7e4049e028f3338f063f46149d525e58d9cd292a.

musixps had a custom POST_REMOVE, which I just nuked. :(

diff --git a/fonts-tex/musixps/HISTORY b/fonts-tex/musixps/HISTORY
index 0118e3e..8c4bbb9 100644
--- a/fonts-tex/musixps/HISTORY
+++ b/fonts-tex/musixps/HISTORY
@@ -1,6 +1,5 @@
2009-01-30 Eric Sandall <sandalle AT sourcemage.org>
- * POST_REMOVE: Removed, default_post_remove is now defined in
- SECTION_DIRECTORY/FUNCTIONS
+ * POST_REMOVE: Call default_post_remove after custom post_remove
Fixes Bug #14552

2007-01-17 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
diff --git a/fonts-tex/musixps/POST_REMOVE b/fonts-tex/musixps/POST_REMOVE
new file mode 100755
index 0000000..89ffd52
--- /dev/null
+++ b/fonts-tex/musixps/POST_REMOVE
@@ -0,0 +1,7 @@
+TEXMF=`kpsetool -v '$TEXMFMAIN'` &&
+
+sedit "/p +musix\.map/d" ${TEXMF}/dvips/config/config.ps &&
+sedit "/f musix\.map/d" ${TEXMF}/dvipdfm/config/config &&
+sedit "/map musix\.map/d" ${TEXMF}/pdftex/config/pdftex.cfg &&
+
+default_post_remove



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (7aa89a2b53561036bc066887d86b8ecf9d4499e0), Eric Sandall, 01/30/2009

Archive powered by MHonArc 2.6.24.

Top of Page