Accepting request 200552 from Publishing:TeXLive

- Be aware that texlive scripts are now in the packages them self

OBS-URL: https://build.opensuse.org/request/show/200552
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/texlive?expand=0&rev=11
This commit is contained in:
Stephan Kulow 2013-09-26 05:20:56 +00:00 committed by Git OBS Bridge
commit 17581f466d
2 changed files with 27 additions and 9 deletions

View File

@ -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.

View File

@ -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