Author: fernando Date: Tue Nov 5 14:05:35 2013 New Revision: 12138 Log: Update to gnome-keyring-3.10.1 and gjs-1.38.1
Modified: trunk/BOOK/general.ent trunk/BOOK/gnome/platform/gjs.xml trunk/BOOK/gnome/platform/gnome-keyring.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Tue Nov 5 13:34:51 2013 (r12137) +++ trunk/BOOK/general.ent Tue Nov 5 14:05:35 2013 (r12138) @@ -605,9 +605,9 @@ <!ENTITY GConf-version "3.2.6"> <!ENTITY libsecret-version "0.16"> <!ENTITY gcr-version "3.10.1"> -<!ENTITY gnome-keyring-version "3.10.0"> +<!ENTITY gnome-keyring-version "3.10.1"> <!ENTITY gvfs-version "1.18.2"> -<!ENTITY gjs-version "1.36.1"> +<!ENTITY gjs-version "1.38.1"> <!ENTITY gnome-desktop-version "3.10.1"> <!ENTITY gnome-video-effects-version "0.4.0"> <!ENTITY gtksourceview-version "3.10.1"> Modified: trunk/BOOK/gnome/platform/gjs.xml ============================================================================== --- trunk/BOOK/gnome/platform/gjs.xml Tue Nov 5 13:34:51 2013 (r12137) +++ trunk/BOOK/gnome/platform/gjs.xml Tue Nov 5 14:05:35 2013 (r12138) @@ -4,14 +4,10 @@ <!ENTITY % general-entities SYSTEM "../../general.ent"> %general-entities; -<!-- - <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.34/gjs-&gjs-version;.tar.xz"> - <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.34/gjs-&gjs-version;.tar.xz"> - --> - <!ENTITY gjs-download-http "https://people.gnome.org/~walters/gjs-js17-&gjs-version;.tar.bz2"> - <!ENTITY gjs-download-ftp " "> - <!ENTITY gjs-md5sum "d97bdc386ee6ce84d7c69e7fbeed238d"> - <!ENTITY gjs-size "468 KB"> + <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.38/gjs-&gjs-version;.tar.xz"> + <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.38/gjs-&gjs-version;.tar.xz"> + <!ENTITY gjs-md5sum "0f3422a114cb69735274e75e325013a3"> + <!ENTITY gjs-size "412 KB"> <!ENTITY gjs-buildsize "15 MB"> <!ENTITY gjs-time "0.3 SBU"> ]> @@ -96,11 +92,12 @@ commands: </para> -<screen><userinput>./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr --libexecdir=/usr/lib && make</userinput></screen> <para> - To test the results, issue: <command>make check</command>. + <!-- To test the results, issue: <command>make check</command>. --> + The package comes with a testsuite, but it fails for yet unknown reasons. </para> <para> @@ -128,8 +125,7 @@ </seg> <seg> /usr/include/gjs-1.0, - /usr/lib/gjs, - /usr/lib/gjs-1.0 and + /usr/lib/gjs, and /usr/share/gjs-1.0 </seg> </seglistitem> @@ -140,19 +136,7 @@ <?dbfo list-presentation="list"?> <?dbhtml list-presentation="table"?> -<!-- <varlistentry id="gjs-prog"> - <term><command>gjs</command></term> - <listitem> - <para> - does this ..... - </para> - <indexterm zone="gjs gjs-prog"> - <primary sortas="b-gjs">gjs</primary> - </indexterm> - </listitem> - </varlistentry> - - <varlistentry id="gjs-console"> +<!-- <varlistentry id="gjs-console"> <term><command>gjs-console</command></term> <listitem> <para> @@ -162,18 +146,6 @@ <primary sortas="b-gjs-console">gjs-console</primary> </indexterm> </listitem> - </varlistentry> - - <varlistentry id="libgjs-dbus"> - <term><filename class="libraryfile">libgjs-dbus.so</filename></term> - <listitem> - <para> - contains functions that ..... - </para> - <indexterm zone="gjs libgjs-dbus"> - <primary sortas="c-libgjs-dbus">libgjs-dbus.so</primary> - </indexterm> - </listitem> </varlistentry> --> <varlistentry id="libgjs"> Modified: trunk/BOOK/gnome/platform/gnome-keyring.xml ============================================================================== --- trunk/BOOK/gnome/platform/gnome-keyring.xml Tue Nov 5 13:34:51 2013 (r12137) +++ trunk/BOOK/gnome/platform/gnome-keyring.xml Tue Nov 5 14:05:35 2013 (r12138) @@ -5,13 +5,13 @@ %general-entities; <!ENTITY gnome-keyring-download-http - "&gnome-download-http;/gnome-keyring/&gnome-minor;/gnome-keyring-&gnome-keyring-version;.tar.xz"> + "&gnome-download-http;/gnome-keyring/&gnome-minor;/gnome-keyring-&gnome-keyring-version;.tar.xz"> <!ENTITY gnome-keyring-download-ftp - "&gnome-download-ftp;/gnome-keyring/&gnome-minor;/gnome-keyring-&gnome-keyring-version;.tar.xz"> - <!ENTITY gnome-keyring-md5sum "6ec773dbf3bd2d5e666ddbf3103aa0d9"> + "&gnome-download-ftp;/gnome-keyring/&gnome-minor;/gnome-keyring-&gnome-keyring-version;.tar.xz"> + <!ENTITY gnome-keyring-md5sum "a0fedbeb11a654975abed45865d3f82d"> <!ENTITY gnome-keyring-size "1.1 MB"> - <!ENTITY gnome-keyring-buildsize "143 MB"> - <!ENTITY gnome-keyring-time "0.5 SBU"> + <!ENTITY gnome-keyring-buildsize "140 MB"> + <!ENTITY gnome-keyring-time "0.6 SBU"> ]> <sect1 id="gnome-keyring" xreflabel="gnome-keyring-&gnome-keyring-version;"> @@ -72,7 +72,6 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">GNOME Keyring Dependencies</bridgehead> <bridgehead renderas="sect4">Required</bridgehead> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Tue Nov 5 13:34:51 2013 (r12137) +++ trunk/BOOK/introduction/welcome/changelog.xml Tue Nov 5 14:05:35 2013 (r12138) @@ -47,6 +47,14 @@ <para>November 5th, 2013</para> <itemizedlist> <listitem> + <para>[fernando] - Update to gjs-1.38.1. Fixes + <ulink url="&blfs-ticket-root;4277">#4277</ulink>.</para> + </listitem> + <listitem> + <para>[fernando] - Update to gnome-keyring-3.10.1. Fixes + <ulink url="&blfs-ticket-root;4272">#4272</ulink>.</para> + </listitem> + <listitem> <para>[rthomsen] - Update to phonon-4.7.0, phonon-backend-gstreamer-4.7.0 and phonon-backend-vlc-0.7.0.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
