Changeset b57de40
- Timestamp:
- 05/01/2019 11:52:55 AM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, 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:
- 963c713
- Parents:
- 3b9bfde
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
general/graphlib/poppler.xml
r3b9bfde rb57de40 7 7 <!ENTITY poppler-download-http "https://poppler.freedesktop.org/poppler-&poppler-version;.tar.xz"> 8 8 <!ENTITY poppler-download-ftp " "> 9 <!ENTITY poppler-md5sum " d6673d210416c739783a988c5b082dd6">9 <!ENTITY poppler-md5sum "99f1e6ab4c96d14840e862eb027f0fc0"> 10 10 <!ENTITY poppler-size "1.5 MB"> 11 11 <!ENTITY poppler-buildsize "64 MB (with Qt5 library and tests)"> 12 <!ENTITY poppler-time "0. 9SBU (with parallelism=4, Qt5 library, and tests)">12 <!ENTITY poppler-time "0.8 SBU (with parallelism=4, Qt5 library, and tests)"> 13 13 14 14 <!ENTITY poppler-data-version "0.4.9"> -
introduction/welcome/changelog.xml
r3b9bfde rb57de40 46 46 <para>May 1st, 2019</para> 47 47 <itemizedlist> 48 <listitem> 49 <para>[bdubbs] - Update to icewm-1.5.4. Fixes 50 <ulink url="&blfs-ticket-root;11997">#11997</ulink>.</para> 51 </listitem> 52 <listitem> 53 <para>[bdubbs] - Update to poppler-0.76.1. Fixes 54 <ulink url="&blfs-ticket-root;12004">#12004</ulink>.</para> 55 </listitem> 56 <listitem> 57 <para>[bdubbs] - Update to exo-0.12.5. Fixes 58 <ulink url="&blfs-ticket-root;12006">#12006</ulink>.</para> 59 </listitem> 48 60 <listitem> 49 61 <para>[pierre] - Remove spurious instructions in DateTime::TimeZone -
packages.ent
r3b9bfde rb57de40 224 224 <!ENTITY openjpeg2-version "2.3.1"> 225 225 <!ENTITY pixman-version "0.38.4"> <!-- Even minors only --> 226 <!ENTITY poppler-version "0.76. 0">226 <!ENTITY poppler-version "0.76.1"> 227 227 <!ENTITY potrace-version "1.15"> 228 228 <!ENTITY qpdf-version "8.4.1"> … … 723 723 <!-- Chapter 27 --> 724 724 <!ENTITY fluxbox-version "1.3.7"> 725 <!ENTITY icewm-version "1. 4.2">725 <!ENTITY icewm-version "1.5.4"> 726 726 <!ENTITY openbox-version "3.6.1"> 727 727 <!ENTITY sawfish-version "1.12.0"> … … 775 775 <!ENTITY xfconf-version "4.12.1"> 776 776 <!ENTITY libxfce4ui-version "4.12.1"> 777 <!ENTITY exo-version "0.12. 4">777 <!ENTITY exo-version "0.12.5"> 778 778 <!ENTITY garcon-version "0.6.2"> 779 779 <!ENTITY gtk-xfce-engine-version "3.2.0"> -
x/wm/icewm.xml
r3b9bfde rb57de40 5 5 %general-entities; 6 6 7 <!ENTITY icewm-download-http "https://github.com/ bbidulock/icewm/releases/download/&icewm-version;/icewm-&icewm-version;.tar.bz2">7 <!ENTITY icewm-download-http "https://github.com/ice-wm/icewm/releases/download/&icewm-version;/icewm-&icewm-version;.tar.xz"> 8 8 <!ENTITY icewm-download-ftp " "> 9 <!ENTITY icewm-md5sum " 3e7c3a95e7f8518346267f48a11966cd">10 <!ENTITY icewm-size "1. 7MB">11 <!ENTITY icewm-buildsize " 57MB">12 <!ENTITY icewm-time "0. 4SBU">9 <!ENTITY icewm-md5sum "be2bad9780f0ce9addf9220635dfad9b"> 10 <!ENTITY icewm-size "1.6 MB"> 11 <!ENTITY icewm-buildsize "32 MB"> 12 <!ENTITY icewm-time "0.8 SBU"> 13 13 ]> 14 14 … … 68 68 <para role="optional"> 69 69 <xref linkend="fribidi"/> (for languages written right to left), 70 <xref linkend="librsvg"/>, 70 71 <xref linkend="libsndfile"/> and 71 72 <xref linkend="alsa-lib"/> (for the experimental icesound program) … … 83 84 commands:</para> 84 85 85 <screen><userinput>./configure --prefix=/usr \ 86 --sysconfdir=/etc \ 87 --docdir=/usr/share/doc/icewm-&icewm-version; && 86 <screen><userinput>sed -i "s/nullptr/NULL/" src/{wmconfig.cc,icewmhint.cc} && 87 88 mkdir build && 89 cd build && 90 91 cmake -DCMAKE_INSTALL_PREFIX=/usr \ 92 -DCMAKE_BUILD_TYPE=Release \ 93 -DCFGDIR=/etc \ 94 -DDOCDIR=/usr/share/doc/icewm-&icewm-version; \ 95 .. 88 96 make</userinput></screen> 89 97 … … 107 115 <xref linkend="lightdm"/></phrase>. 108 116 </para> 109 117 <!-- 110 118 <para> 111 <option>- -enable-guievents --with-icesound=ALSA</option>: these two switches119 <option>- -enable-guievents - -with-icesound=ALSA</option>: these two switches 112 120 permit <command>icesound</command> to be compiled. 113 121 </para> 114 122 115 123 <para> 116 <option>- -enable-corefonts</option>: use this if you wish to able to use124 <option>- -enable-corefonts</option>: use this if you wish to able to use 117 125 the old X11 core fonts (instead of the fonts selected by 118 126 <application>fontconfig</application>) in your 119 127 <filename>preferences</filename> file. 120 128 </para> 121 129 --> 122 130 </sect2> 123 131 -
xfce/core/exo.xml
r3b9bfde rb57de40 8 8 "http://archive.xfce.org/src/xfce/exo/0.12/exo-&exo-version;.tar.bz2"> 9 9 <!ENTITY exo-download-ftp " "> 10 <!ENTITY exo-md5sum " 962bbccb38db0aecd4151ca97f6a39bc">10 <!ENTITY exo-md5sum "1de1d539262847d49474d20cbebc78ea"> 11 11 <!ENTITY exo-size "1.2 MB"> 12 12 <!ENTITY exo-buildsize "26 MB (with tests)">
Note:
See TracChangeset
for help on using the changeset viewer.