Changeset f40b4f32
- Timestamp:
- 09/04/2014 04:57:50 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 7.10, 7.6, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, ken/inkscape-core-mods, krejzi/svn, lazarus, nosym, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 57caa5f
- Parents:
- b43538a
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
rb43538a rf40b4f32 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "0 3"> <!-- Always 2 digits -->3 <!ENTITY day "04"> <!-- Always 2 digits --> 4 4 <!ENTITY month "09"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2014"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day;"> 9 <!ENTITY releasedate "September 3rd, &year;">9 <!ENTITY releasedate "September 4th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
introduction/welcome/changelog.xml
rb43538a rf40b4f32 44 44 45 45 --> 46 47 <listitem> 48 <para>September 4th, 2014</para> 49 <itemizedlist> 50 <listitem> 51 <para>[fernando] - Update to gimp-help-2.8.2. Fixes 52 <ulink url="&blfs-ticket-root;5466">#5466</ulink>.</para> 53 </listitem> 54 </itemizedlist> 55 </listitem> 46 56 47 57 <listitem> -
lxde/apps/lxdm.xml
rb43538a rf40b4f32 107 107 108 108 <para> 109 First, fix some files.109 First, some fixes. 110 110 </para> 111 111 … … 120 120 121 121 sed -i 's:sysconfig/i18n:profile.d/i18n.sh:g' data/lxdm.in && 122 sed -i 's:/etc/xprofile:/etc/profile:g' data/Xsession && 122 123 sed -i 's/^bg/#&/' data/lxdm.conf.in</userinput></screen> 123 124 … … 155 156 156 157 <para> 157 <command>sed -i ... lxdm.conf.in</command>: Fix the background to the158 <command>sed -i ... data/lxdm.conf.in</command>: Fix the background to the 158 159 default one. 159 160 </para> 160 161 161 162 <para> 162 <command>sed -i data/lxdm.in</command>: Fix greeter's locale for BLFS 163 <command>sed -i ... data/Xsession</command>: Source 164 <filename>/etc/profile</filename>, instead of other file, according to 165 BLFS standard. 166 </para> 167 168 <para> 169 <command>sed -i ... data/lxdm.in</command>: Fix greeter's locale for BLFS 163 170 specification. 164 171 </para> -
xsoft/other/gimp.xml
rb43538a rf40b4f32 11 11 <!ENTITY gimp-size "20 MB"> 12 12 <!ENTITY gimp-buildsize "642 MB (additional 553 MB to run the test suite, 13 the help files add from 288 MB (en only) to 1.314 GB (all 18 languages), typically increasing by15 54MB per translation)">13 the help files add from 307 MB (en only) to 14 reputedly 1.3 GB (all 18 languages), typically 15 increasing by 60 MB per translation)"> 16 16 <!ENTITY gimp-time "4.2 SBU (additional 0.9 SBU to run the test 17 suite, for the help files from 0.6 SBU (en only)18 to 19 SBU (all) - typically 1.3 SBU19 per translation)">20 21 <!ENTITY gimp-help-version "2.8. 1">22 <!ENTITY gimp-help-download " ftp://mirrors.xmission.com/gimp/gimp/help/gimp-help-&gimp-help-version;.tar.bz2">23 <!ENTITY gimp-help-md5sum " 7f48c64bcadab9611ce8d3d89d990bb4">24 <!ENTITY gimp-help-size "1 33MB">17 suite, and for the help files, from 0.6 SBU (en 18 only) to reputedly 19 SBU (all) - typically 1.3 19 SBU per translation)"> 20 21 <!ENTITY gimp-help-version "2.8.2"> 22 <!ENTITY gimp-help-download "http://download.gimp.org/pub/gimp/help/gimp-help-&gimp-help-version;.tar.bz2"> 23 <!ENTITY gimp-help-md5sum "a591c8974b2f4f584d0a769d52ed6c5b"> 24 <!ENTITY gimp-help-size "152 MB"> 25 25 ]> 26 26 … … 365 365 /usr/lib/gimp, 366 366 /usr/share/gimp, 367 /usr/share/gimp/2.0/help/{en,lang2,lang3,...}, 367 368 /usr/share/gtk-doc/html/{libgimp,libgimpbase,libgimpcolor}, 368 369 /usr/share/gtk-doc/html/{libgimpconfig,libgimpmath},
Note:
See TracChangeset
for help on using the changeset viewer.