Changeset b0ed6bdf
- Timestamp:
- 08/02/2013 04:42:29 AM (11 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:
- 8361565
- Parents:
- 86da971
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r86da971 rb0ed6bdf 732 732 733 733 <!-- Chapter 36 --> 734 <!ENTITY seamonkey-version "2.1 3.2">734 <!ENTITY seamonkey-version "2.19"> 735 735 <!ENTITY firefox-version "&xulrunner-version;"> 736 736 … … 840 840 <!-- Chapter 42 --> 841 841 <!ENTITY cups-version "1.6.3"> 842 <!ENTITY cups-filters-version "1.0.3 4">842 <!ENTITY cups-filters-version "1.0.35"> 843 843 <!ENTITY gs-version "9.07"> 844 844 <!ENTITY gutenprint-version "5.2.9"> -
introduction/welcome/changelog.xml
r86da971 rb0ed6bdf 48 48 <itemizedlist> 49 49 <listitem> 50 <para>[bdubbs] - Update to seamonkey-2.19.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to cups-filters-1.0.35.</para> 54 </listitem> 55 <listitem> 50 56 <para>[bdubbs] - Update to balsa-2.5.1.</para> 51 57 </listitem> -
networking/netprogs/samba.xml
r86da971 rb0ed6bdf 136 136 ln -v -sf ../../lib/libnss_wins.so.2 /usr/lib/libnss_wins.so && 137 137 138 install -v -m644 ../examples/smb.conf.default /etc/samba &&138 install -v -m644 examples/smb.conf.default /etc/samba && 139 139 140 140 mkdir -pv /etc/openldap/schema && … … 142 142 install -v -m644 examples/LDAP/README \ 143 143 /etc/openldap/schema/README.LDAP && 144 144 145 145 install -v -m644 examples/LDAP/samba* \ 146 146 /etc/openldap/schema && 147 147 148 148 install -v -m755 examples/LDAP/{convert*,get*,ol*} \ 149 149 /etc/openldap/schema && -
pst/printing/cups-filters.xml
r86da971 rb0ed6bdf 7 7 <!ENTITY cups-filters-download-http "http://www.openprinting.org/download/cups-filters/cups-filters-&cups-filters-version;.tar.xz"> 8 8 <!ENTITY cups-filters-download-ftp " "> 9 <!ENTITY cups-filters-md5sum " e4d605cd35ea5a42c13f7fc1e1f273de">10 <!ENTITY cups-filters-size " 992 KB">11 <!ENTITY cups-filters-buildsize " 32MB">12 <!ENTITY cups-filters-time "0. 3SBU">9 <!ENTITY cups-filters-md5sum "f722074dfa8efd3fcb8502cede13a608"> 10 <!ENTITY cups-filters-size "1.0 MB"> 11 <!ENTITY cups-filters-buildsize "27 MB"> 12 <!ENTITY cups-filters-time "0.4 SBU"> 13 13 ]> 14 14 -
xsoft/graphweb/seamonkey.xml
r86da971 rb0ed6bdf 10 10 "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2"> 11 11 <!ENTITY seamonkey-md5sum "eda9307817dfb0e726e13d336cdb6440"> 12 <!ENTITY seamonkey-size "1 07MB">13 <!ENTITY seamonkey-buildsize "1. 2 GB (47MB installed)">14 <!ENTITY seamonkey-time " 28SBU">12 <!ENTITY seamonkey-size "130 MB"> 13 <!ENTITY seamonkey-buildsize "1.6 GB (56 MB installed)"> 14 <!ENTITY seamonkey-time "61 SBU"> 15 15 ]> 16 16 … … 47 47 </para> 48 48 49 &lfs7 2_checked;49 &lfs73_checked; 50 50 51 51 <bridgehead renderas="sect3">Package Information</bridgehead> … … 89 89 <xref linkend="alsa-lib"/>, 90 90 <xref linkend="gtk2"/>, 91 <xref linkend="zip"/> and91 <xref linkend="zip"/>, and 92 92 <xref linkend="unzip"/>. 93 93 </para> … … 112 112 <xref linkend="wireless_tools"/>, 113 113 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing 114 the jemalloc code) and114 the jemalloc code), and 115 115 <xref linkend="wget"/> 116 116 </para> … … 191 191 </para> 192 192 193 <note><para>If you did not install Xorg in /usr, be sure to specify the 194 location with:</para> 195 196 <screen><userinput>export CPLUS_INCLUDE_PATH=$XORG_PREFIX/include 197 export C_INCLUDE_PATH=$XORG_PREFIX/include</userinput></screen> 198 </note> 199 193 200 <screen><userinput>make -f client.mk && 194 201 make -C moz-build-dir/suite/installer</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.