Author: randy Date: 2013-01-17 19:31:19 -0700 (Thu, 17 Jan 2013) New Revision: 10945
Added: trunk/BOOK/archive/kde-apidocs-xinclude.xml trunk/BOOK/archive/kde-sysconfdir-xinclude.xml trunk/BOOK/xincludes/gnome-mandir.xml trunk/BOOK/xincludes/gsettings-destdir.xml Removed: trunk/BOOK/xincludes/gnome-mandir.xml trunk/BOOK/xincludes/kde-apidocs.xml trunk/BOOK/xincludes/kde-sysconfdir.xml Modified: trunk/BOOK/gnome/core/gsettings-desktop-schemas.xml trunk/BOOK/introduction/welcome/changelog.xml trunk/BOOK/x/lib/at-spi2-atk.xml trunk/BOOK/x/lib/gtk+3.xml Log: Added DESTDIR instructions to packages that update '/usr/share/glib-2.0/schemas' and the xinclude files Copied: trunk/BOOK/archive/kde-apidocs-xinclude.xml (from rev 10943, trunk/BOOK/xincludes/kde-apidocs.xml) =================================================================== --- trunk/BOOK/archive/kde-apidocs-xinclude.xml (rev 0) +++ trunk/BOOK/archive/kde-apidocs-xinclude.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > + + <!-- $LastChangedBy$ + $Date$ --> + +<note> + <para>If you wish to create the API documentation and you have + <application>Doxygen</application> and + <application>Graphviz</application> installed, + <command>make apidox</command> must be done before + <command>make install</command>.</para> +</note> Copied: trunk/BOOK/archive/kde-sysconfdir-xinclude.xml (from rev 10943, trunk/BOOK/xincludes/kde-sysconfdir.xml) =================================================================== --- trunk/BOOK/archive/kde-sysconfdir-xinclude.xml (rev 0) +++ trunk/BOOK/archive/kde-sysconfdir-xinclude.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > + + <!-- $LastChangedBy$ + $Date$ --> + +<note> + <para>The <parameter>--sysconfdir</parameter> parameter must be the + same as the command used in <xref linkend="kdelibs-install"/>.</para> +</note> Modified: trunk/BOOK/gnome/core/gsettings-desktop-schemas.xml =================================================================== --- trunk/BOOK/gnome/core/gsettings-desktop-schemas.xml 2013-01-17 23:57:02 UTC (rev 10944) +++ trunk/BOOK/gnome/core/gsettings-desktop-schemas.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -112,6 +112,8 @@ <screen role="root"><userinput>make install</userinput></screen> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/gsettings-destdir.xml"/> </sect2> <sect2 role="content"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2013-01-17 23:57:02 UTC (rev 10944) +++ trunk/BOOK/introduction/welcome/changelog.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -48,6 +48,13 @@ <para>January 18th, 2013</para> <itemizedlist> <listitem> + <para>[randy] - Added DESTDIR instructions to packages that update + '/usr/share/glib-2.0/schemas'.</para> + </listitem> + <listitem> + <para>[randy] - Updated the xincludes files.</para> + </listitem> + <listitem> <para>[randy] - Updated package URLs.</para> </listitem> </itemizedlist> Modified: trunk/BOOK/x/lib/at-spi2-atk.xml =================================================================== --- trunk/BOOK/x/lib/at-spi2-atk.xml 2013-01-17 23:57:02 UTC (rev 10944) +++ trunk/BOOK/x/lib/at-spi2-atk.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -107,6 +107,8 @@ <screen role="root"><userinput>make install</userinput></screen> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/gsettings-destdir.xml"/> </sect2> <sect2 role="content"> Modified: trunk/BOOK/x/lib/gtk+3.xml =================================================================== --- trunk/BOOK/x/lib/gtk+3.xml 2013-01-17 23:57:02 UTC (rev 10944) +++ trunk/BOOK/x/lib/gtk+3.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -146,6 +146,9 @@ <screen role="root"><userinput>gtk-query-immodules-3.0 --update-cache</userinput></screen> </note> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/gsettings-destdir.xml"/> </sect2> <sect2 role="commands"> Deleted: trunk/BOOK/xincludes/gnome-mandir.xml =================================================================== --- trunk/BOOK/xincludes/gnome-mandir.xml 2013-01-17 23:57:02 UTC (rev 10944) +++ trunk/BOOK/xincludes/gnome-mandir.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -1,18 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ - <!ENTITY % general-entities SYSTEM "../general.ent"> - %general-entities; -]> - - <!-- $LastChangedBy$ - $Date$ --> - - <!-- FIXME:ken - any use is probably no longer required, everything so far - that I've looked at actually goes into prefix/share/man - but I haven't built - them all, so far --> - <para><parameter>--mandir=<envar>$GNOME_PREFIX</envar>/share/man</parameter>: - This parameter causes the <filename>man.(X)</filename> files to be installed - in <filename class="directory">$GNOME_PREFIX/share/man/man(X)</filename> - instead of <filename - class="directory">$GNOME_PREFIX/man/man(X)</filename>.</para> Copied: trunk/BOOK/xincludes/gnome-mandir.xml (from rev 10943, trunk/BOOK/xincludes/gnome-mandir.xml) =================================================================== --- trunk/BOOK/xincludes/gnome-mandir.xml (rev 0) +++ trunk/BOOK/xincludes/gnome-mandir.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../general.ent"> + %general-entities; +]> + + <!-- $LastChangedBy$ + $Date$ --> + + <!-- FIXME:ken - any use is probably no longer required, everything so far + that I've looked at actually goes into prefix/share/man - but I haven't built + them all, so far --> + <para><parameter>--mandir=<envar>$GNOME_PREFIX</envar>/share/man</parameter>: + This parameter causes the <filename>man.(X)</filename> files to be installed + in <filename class="directory">$GNOME_PREFIX/share/man/man(X)</filename> + instead of <filename + class="directory">$GNOME_PREFIX/man/man(X)</filename>.</para> Added: trunk/BOOK/xincludes/gsettings-destdir.xml =================================================================== --- trunk/BOOK/xincludes/gsettings-destdir.xml (rev 0) +++ trunk/BOOK/xincludes/gsettings-destdir.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > + + <!-- $LastChangedBy$ + $Date$ --> + + <note> + <para> + If you installed the package to your system using a + <quote>DESTDIR</quote> method, + <filename>/usr/share/glib-2.0/schemas/gschemas.compiled</filename> + was not updated/created. Create (or update) the file using the following + command as the <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen> + </note> Property changes on: trunk/BOOK/xincludes/gsettings-destdir.xml ___________________________________________________________________ Added: svn:mime-type + text/plain Added: svn:keywords + LastChangedBy Date Deleted: trunk/BOOK/xincludes/kde-apidocs.xml =================================================================== --- trunk/BOOK/xincludes/kde-apidocs.xml 2013-01-17 23:57:02 UTC (rev 10944) +++ trunk/BOOK/xincludes/kde-apidocs.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > - - <!-- $LastChangedBy$ - $Date$ --> - -<note> - <para>If you wish to create the API documentation and you have - <application>Doxygen</application> and - <application>Graphviz</application> installed, - <command>make apidox</command> must be done before - <command>make install</command>.</para> -</note> Deleted: trunk/BOOK/xincludes/kde-sysconfdir.xml =================================================================== --- trunk/BOOK/xincludes/kde-sysconfdir.xml 2013-01-17 23:57:02 UTC (rev 10944) +++ trunk/BOOK/xincludes/kde-sysconfdir.xml 2013-01-18 02:31:19 UTC (rev 10945) @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="ISO-8859-1"?> -<!DOCTYPE note PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" - "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" > - - <!-- $LastChangedBy$ - $Date$ --> - -<note> - <para>The <parameter>--sysconfdir</parameter> parameter must be the - same as the command used in <xref linkend="kdelibs-install"/>.</para> -</note> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
