Changeset 25e9ce9
- Timestamp:
- 06/26/2019 04:18:28 AM (5 years ago)
- Branches:
- elogind
- Children:
- b72ee6a
- Parents:
- 284586c
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
general.ent
r284586c r25e9ce9 1 1 <!-- $LastChangedBy$ $Date$ --> 2 2 3 <!ENTITY day "2 2"> <!-- Always 2 digits -->3 <!ENTITY day "24"> <!-- Always 2 digits --> 4 4 <!ENTITY month "06"> <!-- Always 2 digits --> 5 5 <!ENTITY year "2019"> … … 7 7 <!ENTITY copyholder "The BLFS Development Team"> 8 8 <!ENTITY version "&year;-&month;-&day; elogind"> 9 <!ENTITY releasedate "June 2 2nd, &year;">9 <!ENTITY releasedate "June 24th, &year;"> 10 10 <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> 11 11 <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> -
general/prog/gcc.xml
r284586c r25e9ce9 33 33 The <application>GCC</application> package contains the GNU Compiler 34 34 Collection. This page describes the installation of compilers for the 35 following languages: C, C++, Fortran, Objective C, Objective C++, and Go.35 following languages: C, C++, D, Fortran, Objective C, Objective C++, and Go. 36 36 <!--One additional language, Ada, is available in the collection. It has 37 37 a binary bootstrap requirement for the first installation, so it is … … 188 188 esac 189 189 190 mkdir build &&191 cd build &&192 193 ../configure \194 --prefix=/usr \195 --disable-multilib \196 --disable-libmpx \197 --with-system-zlib \198 --enable-languages=c,c++, fortran,go,objc,obj-c++ &&190 mkdir build && 191 cd build && 192 193 ../configure \ 194 --prefix=/usr \ 195 --disable-multilib \ 196 --disable-libmpx \ 197 --with-system-zlib \ 198 --enable-languages=c,c++,d,fortran,go,objc,obj-c++ && 199 199 make</userinput></screen> 200 200 … … 275 275 276 276 <para> 277 <parameter>--enable-languages=c,c++, fortran,go,objc,obj-c++</parameter>:277 <parameter>--enable-languages=c,c++,d,fortran,go,objc,obj-c++</parameter>: 278 278 This command identifies which languages to build. You may modify 279 279 this command to remove undesired languages. Two other languages can be … … 349 349 <seglistitem> 350 350 <seg> 351 gccgo, go, gofmt, and gfortran, hard-linked to architecture specific352 names351 gccgo, go, gofmt, gdc and gfortran, hard-linked to architecture 352 specific names 353 353 </seg> 354 354 <seg> 355 355 libgfortran.{so,a}, 356 libgdruntime.{so,a}, libgphobos.{so,a} 356 357 libgo.{so,a}, libgobegin.a, libgolibbegin.a, 357 358 libobjc.{so,a}, and numerous other run-time libraries and executables … … 405 406 </varlistentry> 406 407 408 <varlistentry id="gdc"> 409 <term><command>gdc</command></term> 410 <listitem> 411 <para> 412 is a GCC-based compiler for the <application>D</application> 413 language. 414 </para> 415 <indexterm zone="gcc gdc"> 416 <primary sortas="b-gdc">gdc</primary> 417 </indexterm> 418 </listitem> 419 </varlistentry> 420 407 421 <varlistentry id="gfortran"> 408 422 <term><command>gfortran</command></term> -
general/prog/vala.xml
r284586c r25e9ce9 7 7 <!ENTITY vala-download-http "&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz"> 8 8 <!ENTITY vala-download-ftp "&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz"> 9 <!ENTITY vala-md5sum " 0b2b537bb098843f892f138cbdf0c6df">9 <!ENTITY vala-md5sum "1e8b8595168446c529b11236cf75e328"> 10 10 <!ENTITY vala-size "3.2 MB"> 11 11 <!ENTITY vala-buildsize "170 MB (add 5 MB for tests)"> -
introduction/welcome/changelog.xml
r284586c r25e9ce9 42 42 </listitem> 43 43 --> 44 <listitem> 44 <listitem> 45 <para>June 25th, 2019</para> 46 <itemizedlist> 47 <listitem> 48 <para>[xry111] - Update to vala-0.44.5. Fixes 49 <ulink url="&blfs-ticket-root;12164">#12164</ulink>.</para> 50 </listitem> 51 </itemizedlist> 52 </listitem> 53 54 <listitem> 55 <para>June 24th, 2019</para> 56 <itemizedlist> 57 <listitem> 58 <para>[thomas] - Add D (dlang) to the list of supported languages 59 of gcc.</para> 60 </listitem> 61 </itemizedlist> 62 </listitem> 63 64 <listitem> 45 65 <para>June 22nd, 2019</para> 46 66 <itemizedlist> -
packages.ent
r284586c r25e9ce9 347 347 <!ENTITY tk-version "8.6.9"> 348 348 <!ENTITY vala-major-version "0.44"> <!-- even minors only --> 349 <!ENTITY vala-version "&vala-major-version;. 4">349 <!ENTITY vala-version "&vala-major-version;.5"> 350 350 <!ENTITY valgrind-version "3.15.0"> 351 351 <!ENTITY yasm-version "1.3.0"> -
xfce/core/xfce4-session.xml
r284586c r25e9ce9 144 144 There are several optional run time dependencies for 145 145 <application>Xfce4</application>: 146 <phrase revision="sysv"><xref linkend="consolekit"/>,</phrase>147 146 <xref linkend="dbus"/>, 148 147 <xref linkend="gnupg2"/>, … … 150 149 <xref linkend="openssh"/> 151 150 </para> 152 <!--153 <para>154 To launch <application>Xfce4</application> use the command155 <command>startxfce4</command>. If you have <xref linkend="consolekit"/>156 installed, use <command>startxfce4 -\-with-ck-launch</command>.157 <application>ConsoleKit</application> is required to perform any158 task that requires administrative access, including shut down159 and reboot.160 </para>-->161 151 162 152 <para> … … 187 177 <para revision="systemd"> 188 178 You can start <application>Xfce4</application> from a TTY using 189 <xref linkend="xinit"/> <!--, or from a graphical display manager, such as190 <xref linkend="lightdm"/> -->.179 <xref linkend="xinit"/>, or from a graphical display manager, such as 180 <xref linkend="lightdm"/>. 191 181 </para> 192 182 … … 196 186 </para> 197 187 198 <screen revision="sysv"><userinput>cat > ~/.xinitrc << "EOF" 199 <literal>ck-launch-session dbus-launch --exit-with-session startxfce4</literal> 200 EOF 201 202 startx</userinput></screen> 203 204 <screen revision="systemd"><userinput>cat > ~/.xinitrc << "EOF" 188 <screen><userinput>cat > ~/.xinitrc << "EOF" 205 189 <literal>dbus-launch --exit-with-session startxfce4</literal> 206 190 EOF
Note:
See TracChangeset
for help on using the changeset viewer.