Changeset aa22ad7
- Timestamp:
- 08/28/2012 07:56:32 PM (12 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- effe242
- Parents:
- 80de4f5
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r80de4f5 raa22ad7 1172 1172 1173 1173 <!-- Chapter 47 --> 1174 <!ENTITY texlive-version "201 10705">1174 <!ENTITY texlive-version "20120701"> 1175 1175 <!ENTITY jadetex-version "3.13"> 1176 1176 -
introduction/welcome/changelog.xml
r80de4f5 raa22ad7 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Updated to texlive-20120701. Fixes 51 <ulink url="&blfs-ticket-root;3484">#3484</ulink>.</para> 52 </listitem> 53 <listitem> 50 54 <para>[krejzi] - Exempi 2.2.0.</para> 51 55 </listitem> -
pst/typesetting/texlive.xml
r80de4f5 raa22ad7 5 5 %general-entities; 6 6 7 <!ENTITY texlive-year "2012"> 7 8 <!ENTITY texlive-installer "http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz"> 8 9 9 10 <!ENTITY texlive-source-download-http " "> 10 <!ENTITY texlive-source-download-ftp "ftp://tug.org/texlive/historic/ 2011/texlive-&texlive-version;-source.tar.xz">11 <!ENTITY texlive-source-md5sum " 968d238949e8a34a1fd74c374ddfe6f1">11 <!ENTITY texlive-source-download-ftp "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texlive-version;-source.tar.xz"> 12 <!ENTITY texlive-source-md5sum "1d38be7dac26440fd022a4708f454a2b"> 12 13 <!ENTITY texlive-source-size "126 MB"> 13 14 15 <!-- 14 16 <!ENTITY texlive-texmf-download-http " "> 15 <!ENTITY texlive-texmf-download-ftp "ftp://tug.org/texlive/historic/ 2011/texlive-&texlive-version;-texmf.tar.xz">17 <!ENTITY texlive-texmf-download-ftp "ftp://tug.org/texlive/historic/&texlive-year;/texlive-&texlive-version;-texmf.tar.xz"> 16 18 <!ENTITY texlive-texmf-md5sum "ed7b558be35adf00a6c2e69609cd679a"> 17 19 <!ENTITY texlive-texmf-size "1.2 GB"> 18 19 <!ENTITY texlive-buildsize " 5.4GB">20 <!ENTITY texlive-time " 9.7SBU">20 --> 21 <!ENTITY texlive-buildsize "3.1 GB"> 22 <!ENTITY texlive-time "8.0 SBU"> 21 23 ]> 22 24 … … 154 156 <screen><userinput>cat >>> /etc/profile.d/extrapaths.sh << "EOF" 155 157 pathappend /usr/share/man MANPATH 156 pathappend /opt/texlive/ 2011/texmf/doc/man MANPATH158 pathappend /opt/texlive/&texlive-year;/texmf/doc/man MANPATH 157 159 pathappend /usr/share/info INFOPATH 158 pathappend /opt/texlive/ 2011/texmf/doc/info INFOPATH159 pathappend /opt/texlive/ 2011/bin/x86_64-linux160 pathappend /opt/texlive/&texlive-year;/texmf/doc/info INFOPATH 161 pathappend /opt/texlive/&texlive-year;/bin/x86_64-linux 160 162 EOF</userinput></screen> 161 163 … … 181 183 <screen><userinput>./configure --prefix=/usr \ 182 184 --disable-native-texlive-build \ 185 --enable-build-in-source-tree \ 183 186 --without-luatex \ 184 187 --enable-mktextex-default \
Note:
See TracChangeset
for help on using the changeset viewer.