diff options
author | Karl Berry <karl@freefriends.org> | 2018-08-22 21:20:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-08-22 21:20:03 +0000 |
commit | d73c922e3d1cc0085aab0488d1b8d2c7ff4f09d9 (patch) | |
tree | 9cf07e9b1056e59e30a1fb55c026822bc416777d /Master/tlpkg | |
parent | a5b8f028298d5555872bdd3858a8132094a12688 (diff) |
restore schule, tikz symbols and all
git-svn-id: svn://tug.org/texlive/trunk@48453 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/bin/tlpkg-ctan-check | 2 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 11 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/collection-publishers.tlpsrc | 1 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/schule.tlpsrc | 0 |
4 files changed, 11 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index 6d3d2faa2d7..936391aa2f6 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -568,7 +568,7 @@ my @TLP_working = qw( sapthesis sasnrdisplay sauerj sauter sauterfonts savefnmark savesym savetrees scale scalebar scalerel scanpages - schemabloc schemata sclang-prettifier schulschriften schwalbe-chess + schemabloc schemata sclang-prettifier schule schulschriften schwalbe-chess sciposter scientific-thesis-cover scratch scratchx screenplay screenplay-pkg scrjrnl scrlttr2copy scsnowman diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 97cb3499881..8988aa59143 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1041,7 +1041,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'sansmathaccent', "&MAKEflatten", 'sansmathfonts', "&MAKEflatten", 'schedule', "die 'skipping, noinfo license, too old to matter'", - 'schule', "die 'skipping, thousands of tikz symbol files, no answer from authors, await request'", 'schulschriften', "&MAKEflatten", 'scientifixpaper', "die 'skipping, noinfo license'", 'sciwordconv', "die 'skipping, for old versions of scientific word'", @@ -1314,6 +1313,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'pkuthss' => '&PREHOOK_flatten1', 'plex-otf' => '&PREHOOK_flatten1', 'prosper' => '&PREHOOK_prosper', + 'schule' => '&PREHOOK_flatten1', 'skb' => '&PREHOOK_flatten1', 'suftesi' => '&PREHOOK_suftesi', 'stix' => '&PREHOOK_stix', @@ -1420,6 +1420,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'pxbase' => '&POSTpxbase', 'pxchfon' => '&POSTpxchfon', 'recipebook' => '&POST_rmsymlink', + 'schule', => '&POSTschule', 'simple-resume-cv' => '&POST_simple_rmFonts', 'simple-thesis-dissertation' => '&POST_simple_rmFonts', 'splitindex' => '&POST_do_man', @@ -1856,7 +1857,8 @@ $standardtex 'rsfs', 'scrload\.tex|' . $standardtex, 'ruhyphen', '\.tex', 'sa-tikz', 'tikzlib.*tex|' . $standardtex, - 'sansmath', '^..[^s].*\.sty', # not miscdoc.sty + 'sansmath', '^..[^s].*\.sty', # not miscdoc.sty + 'schule', 'schule.sty', # not schule-dokumentation.sty 'scrlttr2copy','\.lco', 'sduthesis', 'figures|' . $standardtex, 'selnolig', '\.lua|' . $standardtex, @@ -6385,6 +6387,11 @@ sub POSTpxchfon { &SYSTEM ("$MV $srcdir/*.sfd $sfddir/"); } +sub POSTschule { + print "POST$package - move additional packages\n"; + &SYSTEM ("$MV Zusatzpakete/* $DEST/tex/latex/$package/"); +} + sub POST_simple_rmFonts { print "POST$package - rm Fonts dir\n"; &SYSTEM ("$RM -r Fonts"); diff --git a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc index fc709e54df5..a291f05ec4e 100644 --- a/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-publishers.tlpsrc @@ -138,6 +138,7 @@ depend rutitlepage depend ryethesis depend sageep depend sapthesis +depend schule depend scrjrnl depend scientific-thesis-cover depend sduthesis diff --git a/Master/tlpkg/tlpsrc/schule.tlpsrc b/Master/tlpkg/tlpsrc/schule.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/Master/tlpkg/tlpsrc/schule.tlpsrc |