From c08228ca0753b6dc36b66cb551d3da2e213f983d32a76b4810c122ecb1585c6b Mon Sep 17 00:00:00 2001 From: "Dr. Werner Fink" Date: Wed, 25 Sep 2013 09:04:37 +0000 Subject: [PATCH] Be aware that texlive scripts are now in the packages them self OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=155 --- source.dif | 31 ++++++++++++++++++++++--------- texlive.changes | 5 +++++ 2 files changed, 27 insertions(+), 9 deletions(-) diff --git a/source.dif b/source.dif index 24495c7..f72d63e 100644 --- a/source.dif +++ b/source.dif @@ -798,16 +798,29 @@ +xmltex pdftex language.dat -translate-file=cp227.tcx *xmltex.ini +pdfxmltex pdftex language.dat -translate-file=cp227.tcx *pdfxmltex.ini --- texk/texlive/linked_scripts/musixtex/musixtex.lua -+++ texk/texlive/linked_scripts/musixtex/musixtex.lua 2013-06-28 11:32:20.681770281 +0000 -@@ -75,6 +75,11 @@ tex = "etex" - musixflx = "musixflx" - dvi = "dvips" - ps2pdf = "ps2pdf" -+if string.match(arg[0], "pdfmusixtex$") then -+ tex = "pdfetex" ++++ texk/texlive/linked_scripts/musixtex/musixtex.lua 2013-07-29 15:22:59.000000000 +0000 +@@ -70,11 +70,21 @@ if #arg == 0 then + os.exit(0) + end + ++base=string.explode(arg[0], "/+") ++base=string.explode(base[#base], ".+") ++base=base[1] ++ + -- defaults: +-tex = "etex" ++if base == "pdfmusixtex" then ++ tex = "pdfetex" + dvi = "" + ps2pdf = "" ++else ++ tex = "etex" ++ dvi = "dvips" ++ ps2pdf = "ps2pdf" +end + musixflx = "musixflx" +-dvi = "dvips" +-ps2pdf = "ps2pdf" intermediate = 1 passes = 2 @@ -886,7 +899,7 @@ # --- texk/texlive/tl_scripts/texconfig-dialog.sh +++ texk/texlive/tl_scripts/texconfig-dialog.sh 2009-09-02 12:47:26.000000000 +0000 -@@ -159,7 +159,14 @@ termCtl() +@@ -150,7 +150,14 @@ termCtl() ############################################################################### menuMain() { @@ -902,7 +915,7 @@ The interactive texconfig utility will be started now. Make sure your screen has at least 24 rows and 80 columns. If texconfig crashes now, you can still set up your teTeX system using the -@@ -168,8 +175,9 @@ menuMain() +@@ -159,8 +166,9 @@ menuMain() The interactive mode works best with a real vt100 terminal or inside an xterm window. diff --git a/texlive.changes b/texlive.changes index f127922..5afcc34 100644 --- a/texlive.changes +++ b/texlive.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Sep 25 08:59:50 UTC 2013 - werner@suse.de + +- Be aware that texlive scripts are now in the packages them self + ------------------------------------------------------------------- Mon Sep 9 06:57:43 UTC 2013 - werner@suse.de