Changeset b2c7637
- Timestamp:
- 01/14/2019 06:47:34 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 8.4, 9.0, 9.1, bdubbs/svn, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
- f09a697
- Parents:
- ceac16b
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
introduction/welcome/changelog.xml
rceac16b rb2c7637 46 46 <para>January 14th, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[renodr] - Add a sed to xf86-video-intel to allow building 50 on i686.</para> 51 </listitem> 52 <listitem> 53 <para>[renodr] - Update to gtk+-3.24.3. Fixes 54 <ulink url="&blfs-ticket-root;11547">#11547</ulink>.</para> 55 </listitem> 48 56 <listitem> 49 57 <para>[renodr] - Update to dovecot-2.3.4. Fixes -
packages.ent
rceac16b rb2c7637 688 688 <!ENTITY goffice010-version "0.10.44"> 689 689 <!ENTITY gtk2-version "2.24.32"> 690 <!ENTITY gtk3-version "3.24. 2">690 <!ENTITY gtk3-version "3.24.3"> 691 691 <!ENTITY gtk-engines-version "2.20.2"> 692 692 <!ENTITY gtkmm2-version "2.24.5"> -
x/installing/x7driver-intel.xml
rceac16b rb2c7637 120 120 <sect3 role="installation"> 121 121 <title>Installation of Xorg Intel Driver</title> 122 123 <para> 124 If you are building on i686, apply a sed to fix a type mismatch. 125 </para> 126 127 <screen><userinput remap="pre">sed -i "s/#define force_inline inline __attribute__((always_inline))/#define force_inline inline/" src/sna/compiler.h</userinput></screen> 122 128 123 129 <para> -
x/lib/gtk+3.xml
rceac16b rb2c7637 7 7 <!ENTITY gtk3-download-http "&gnome-download-http;/gtk+/&gnome-minor-24;/gtk+->k3-version;.tar.xz"> 8 8 <!ENTITY gtk3-download-ftp "&gnome-download-ftp;/gtk+/&gnome-minor-24;/gtk+->k3-version;.tar.xz"> 9 <!ENTITY gtk3-md5sum " f336c5ce0bc10f6ebdd9e34dcff65b15">10 <!ENTITY gtk3-size "2 1MB">11 <!ENTITY gtk3-buildsize " 459 MB (add 10MB for tests)">12 <!ENTITY gtk3-time "2. 5 SBU (using parallelism=4, add 1.0SBU for tests)">9 <!ENTITY gtk3-md5sum "795fdc22e031a1a8774fa1aeaf0822e1"> 10 <!ENTITY gtk3-size "20 MB"> 11 <!ENTITY gtk3-buildsize "591 MB (add 11 MB for tests)"> 12 <!ENTITY gtk3-time "2.8 SBU (using parallelism=4, add 0.6 SBU for tests)"> 13 13 ]> 14 14 … … 145 145 </para> 146 146 147 <screen><userinput>sed -i 's/dfeault/default/' docs/tools/shooter.c && 148 149 ./configure --prefix=/usr \ 147 <screen><userinput>./configure --prefix=/usr \ 150 148 --sysconfdir=/etc \ 151 149 --enable-broadway-backend \
Note:
See TracChangeset
for help on using the changeset viewer.