Author: dj
Date: Tue Jun 25 21:18:28 2019
New Revision: 21729
Log:
Merge to HEAD 21727.
Modified:
branches/BOOK-elogind/general.ent
branches/BOOK-elogind/general/prog/gcc.xml
branches/BOOK-elogind/general/prog/vala.xml
branches/BOOK-elogind/introduction/welcome/changelog.xml
branches/BOOK-elogind/packages.ent
branches/BOOK-elogind/xfce/core/xfce4-session.xml
Modified: branches/BOOK-elogind/general.ent
==============================================================================
--- branches/BOOK-elogind/general.ent Tue Jun 25 13:24:30 2019 (r21728)
+++ branches/BOOK-elogind/general.ent Tue Jun 25 21:18:28 2019 (r21729)
@@ -1,12 +1,12 @@
<!-- $LastChangedBy$ $Date$ -->
-<!ENTITY day "22"> <!-- Always 2 digits -->
+<!ENTITY day "24"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2019">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day; elogind">
-<!ENTITY releasedate "June 22nd, &year;">
+<!ENTITY releasedate "June 24th, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- x.y|development -->
Modified: branches/BOOK-elogind/general/prog/gcc.xml
==============================================================================
--- branches/BOOK-elogind/general/prog/gcc.xml Tue Jun 25 13:24:30 2019
(r21728)
+++ branches/BOOK-elogind/general/prog/gcc.xml Tue Jun 25 21:18:28 2019
(r21729)
@@ -32,7 +32,7 @@
<para>
The <application>GCC</application> package contains the GNU Compiler
Collection. This page describes the installation of compilers for the
- following languages: C, C++, Fortran, Objective C, Objective C++, and Go.
+ following languages: C, C++, D, Fortran, Objective C, Objective C++, and
Go.
<!--One additional language, Ada, is available in the collection. It has
a binary bootstrap requirement for the first installation, so it is
described on a separate page (<xref linkend="gcc-ada"/>) but can be added
@@ -187,15 +187,15 @@
;;
esac
-mkdir build &&
-cd build &&
+mkdir build &&
+cd build &&
-../configure \
- --prefix=/usr \
- --disable-multilib \
- --disable-libmpx \
- --with-system-zlib \
- --enable-languages=c,c++,fortran,go,objc,obj-c++ &&
+../configure \
+ --prefix=/usr \
+ --disable-multilib \
+ --disable-libmpx \
+ --with-system-zlib \
+ --enable-languages=c,c++,d,fortran,go,objc,obj-c++ &&
make</userinput></screen>
<para>
@@ -274,7 +274,7 @@
</para>
<para>
- <parameter>--enable-languages=c,c++,fortran,go,objc,obj-c++</parameter>:
+
<parameter>--enable-languages=c,c++,d,fortran,go,objc,obj-c++</parameter>:
This command identifies which languages to build. You may modify
this command to remove undesired languages. Two other languages can be
added, besides ADA (see introduction above): BRIG (add
@@ -348,11 +348,12 @@
<seglistitem>
<seg>
- gccgo, go, gofmt, and gfortran, hard-linked to architecture specific
- names
+ gccgo, go, gofmt, gdc and gfortran, hard-linked to architecture
+ specific names
</seg>
<seg>
libgfortran.{so,a},
+ libgdruntime.{so,a}, libgphobos.{so,a}
libgo.{so,a}, libgobegin.a, libgolibbegin.a,
libobjc.{so,a}, and numerous other run-time libraries and executables
</seg>
@@ -403,6 +404,19 @@
</indexterm>
</listitem>
</varlistentry>
+
+ <varlistentry id="gdc">
+ <term><command>gdc</command></term>
+ <listitem>
+ <para>
+ is a GCC-based compiler for the <application>D</application>
+ language.
+ </para>
+ <indexterm zone="gcc gdc">
+ <primary sortas="b-gdc">gdc</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
<varlistentry id="gfortran">
<term><command>gfortran</command></term>
Modified: branches/BOOK-elogind/general/prog/vala.xml
==============================================================================
--- branches/BOOK-elogind/general/prog/vala.xml Tue Jun 25 13:24:30 2019
(r21728)
+++ branches/BOOK-elogind/general/prog/vala.xml Tue Jun 25 21:18:28 2019
(r21729)
@@ -6,7 +6,7 @@
<!ENTITY vala-download-http
"&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
<!ENTITY vala-download-ftp
"&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
- <!ENTITY vala-md5sum "0b2b537bb098843f892f138cbdf0c6df">
+ <!ENTITY vala-md5sum "1e8b8595168446c529b11236cf75e328">
<!ENTITY vala-size "3.2 MB">
<!ENTITY vala-buildsize "170 MB (add 5 MB for tests)">
<!ENTITY vala-time "1.0 SBU (add 1.5 SBU for tests)">
Modified: branches/BOOK-elogind/introduction/welcome/changelog.xml
==============================================================================
--- branches/BOOK-elogind/introduction/welcome/changelog.xml Tue Jun 25
13:24:30 2019 (r21728)
+++ branches/BOOK-elogind/introduction/welcome/changelog.xml Tue Jun 25
21:18:28 2019 (r21729)
@@ -41,7 +41,27 @@
</itemizedlist>
</listitem>
-->
- <listitem>
+ <listitem>
+ <para>June 25th, 2019</para>
+ <itemizedlist>
+ <listitem>
+ <para>[xry111] - Update to vala-0.44.5. Fixes
+ <ulink url="&blfs-ticket-root;12164">#12164</ulink>.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
+ <para>June 24th, 2019</para>
+ <itemizedlist>
+ <listitem>
+ <para>[thomas] - Add D (dlang) to the list of supported languages
+ of gcc.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>June 22nd, 2019</para>
<itemizedlist>
<listitem>
Modified: branches/BOOK-elogind/packages.ent
==============================================================================
--- branches/BOOK-elogind/packages.ent Tue Jun 25 13:24:30 2019 (r21728)
+++ branches/BOOK-elogind/packages.ent Tue Jun 25 21:18:28 2019 (r21729)
@@ -346,7 +346,7 @@
<!ENTITY tcl-version "8.6.9">
<!ENTITY tk-version "8.6.9">
<!ENTITY vala-major-version "0.44"> <!-- even minors only -->
-<!ENTITY vala-version "&vala-major-version;.4">
+<!ENTITY vala-version "&vala-major-version;.5">
<!ENTITY valgrind-version "3.15.0">
<!ENTITY yasm-version "1.3.0">
Modified: branches/BOOK-elogind/xfce/core/xfce4-session.xml
==============================================================================
--- branches/BOOK-elogind/xfce/core/xfce4-session.xml Tue Jun 25 13:24:30
2019 (r21728)
+++ branches/BOOK-elogind/xfce/core/xfce4-session.xml Tue Jun 25 21:18:28
2019 (r21729)
@@ -143,21 +143,11 @@
<para>
There are several optional run time dependencies for
<application>Xfce4</application>:
- <phrase revision="sysv"><xref linkend="consolekit"/>,</phrase>
<xref linkend="dbus"/>,
<xref linkend="gnupg2"/>,
<xref linkend="hicolor-icon-theme"/> and
<xref linkend="openssh"/>
</para>
-<!--
- <para>
- To launch <application>Xfce4</application> use the command
- <command>startxfce4</command>. If you have <xref linkend="consolekit"/>
- installed, use <command>startxfce4 -\-with-ck-launch</command>.
- <application>ConsoleKit</application> is required to perform any
- task that requires administrative access, including shut down
- and reboot.
- </para>-->
<para>
When building an <application>Xfce4</application> package, some
@@ -186,8 +176,8 @@
<para revision="systemd">
You can start <application>Xfce4</application> from a TTY using
- <xref linkend="xinit"/><!--, or from a graphical display manager, such as
- <xref linkend="lightdm"/>-->.
+ <xref linkend="xinit"/>, or from a graphical display manager, such as
+ <xref linkend="lightdm"/>.
</para>
<para>
@@ -195,13 +185,7 @@
run the following commands:
</para>
-<screen revision="sysv"><userinput>cat > ~/.xinitrc << "EOF"
-<literal>ck-launch-session dbus-launch --exit-with-session startxfce4</literal>
-EOF
-
-startx</userinput></screen>
-
-<screen revision="systemd"><userinput>cat > ~/.xinitrc << "EOF"
+<screen><userinput>cat > ~/.xinitrc << "EOF"
<literal>dbus-launch --exit-with-session startxfce4</literal>
EOF
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page