Changeset 6a5f9b3
- Timestamp:
- 12/13/2016 01:28:46 AM (8 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- c805117a
- Parents:
- 86918e9
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
r86918e9 r6a5f9b3 47 47 <itemizedlist> 48 48 <listitem> 49 <para>[bdubbs] - Update to hexchat-2.12.4. Fixes 50 <ulink url="&blfs-ticket-root;8635">#8635</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to zsh-5.3. Fixes 54 <ulink url="&blfs-ticket-root;8639">#8639</ulink>.</para> 55 </listitem> 56 <listitem> 49 57 <para>[bdubbs] - Update to jasper-2.0.6. Fixes 50 58 <ulink url="&blfs-ticket-root;8630">#8630</ulink>.</para> -
packages.ent
r86918e9 r6a5f9b3 70 70 <!ENTITY dash-version "0.5.9.1"> 71 71 <!ENTITY tcsh-version "6.20.00"> 72 <!ENTITY zsh-version "5. 2">72 <!ENTITY zsh-version "5.3"> 73 73 74 74 <!-- Chapter 8 Virtualization --> … … 702 702 <!ENTITY gparted-version "0.27.0"> 703 703 <!ENTITY gimp-version "2.8.18"> 704 <!ENTITY hexchat-version "2.12. 3">704 <!ENTITY hexchat-version "2.12.4"> 705 705 <!ENTITY icedtea-web-version "1.6.2"> 706 706 <!ENTITY inkscape-version "0.91"> -
postlfs/shells/zsh.xml
r86918e9 r6a5f9b3 7 7 <!ENTITY zsh-download-http "http://www.zsh.org/pub/zsh-&zsh-version;.tar.xz"> 8 8 <!ENTITY zsh-download-ftp " "> 9 <!ENTITY zsh-md5sum " afe96fde08b70e23c1cab1ca7a68fb34">10 <!ENTITY zsh-size "2. 7MB">11 <!ENTITY zsh-buildsize " 64 MB (includes documentation and tests)">12 <!ENTITY zsh-time "1. 1SBU (includes documentation and tests)">13 14 <!ENTITY zsh-doc-md5sum " 873f1ade1fa5d0d15f9cba16d3ba5f98">15 <!ENTITY zsh-doc-size "3. 0MB">9 <!ENTITY zsh-md5sum "c5ba34e68fcf62a2e78adc56bf3d328a"> 10 <!ENTITY zsh-size "2.8 MB"> 11 <!ENTITY zsh-buildsize "44 MB (includes documentation and tests)"> 12 <!ENTITY zsh-time "1.0 SBU (includes documentation and tests)"> 13 14 <!ENTITY zsh-doc-md5sum "12c35fff5b1b902a5a81ab79cb9c3da6"> 15 <!ENTITY zsh-doc-size "3.1 MB"> 16 16 ]> 17 17 -
x/installing/x7font.xml
r86918e9 r6a5f9b3 145 145 tar -xf $package 146 146 pushd $packagedir 147 ./configure $XORG_CONFIG148 make149 as_root make install147 ./configure $XORG_CONFIG 148 make 149 as_root make install 150 150 popd 151 151 as_root rm -rf $packagedir -
x/installing/x7legacy.xml
r86918e9 r6a5f9b3 127 127 cd legacy && 128 128 grep -v '^#' ../legacy.dat | awk '{print $2$3}' | wget -i- -c \ 129 -B &xorg-download-http;/ &&130 grep -v '^#' ../legacy.dat | awk '{print $1 " " $3}' > ../legacy.md5 &&129 -B &xorg-download-http;/ && 130 grep -v '^#' ../legacy.dat | awk '{print $1 " " $3}' > ../legacy.md5 && 131 131 md5sum -c ../legacy.md5</userinput></screen> 132 132 -
xsoft/other/hexchat.xml
r86918e9 r6a5f9b3 7 7 <!ENTITY hexchat-download-http "https://dl.hexchat.net/hexchat/hexchat-&hexchat-version;.tar.xz"> 8 8 <!ENTITY hexchat-download-ftp " "> 9 <!ENTITY hexchat-md5sum " 14577055cf2df57d25be48c2b57ddfaa">10 <!ENTITY hexchat-size "1. 5MB">9 <!ENTITY hexchat-md5sum "8f1ac351752d149a98aa3a77d40e1f7c"> 10 <!ENTITY hexchat-size "1.4 MB"> 11 11 <!ENTITY hexchat-buildsize "30 MB"> 12 12 <!ENTITY hexchat-time "0.2 SBU">
Note:
See TracChangeset
for help on using the changeset viewer.