Changeset f6962ed for gnome


Ignore:
Timestamp:
07/28/2013 04:36:49 PM (11 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
4cbfd95
Parents:
f8af105
Message:

Further GNOME updates.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11513 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
gnome/platform
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr.xml

    rf8af105 rf6962ed  
    55  %general-entities;
    66
    7   <!ENTITY gcr-download-http "&gnome-download-http;/gcr/3.6/gcr-&gcr-version;.tar.xz">
    8   <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/3.6/gcr-&gcr-version;.tar.xz">
    9   <!ENTITY gcr-md5sum        "b31d8b95c77333cd49e6eaa5abd93e50">
     7  <!ENTITY gcr-download-http "&gnome-download-http;/gcr/3.8/gcr-&gcr-version;.tar.xz">
     8  <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/3.8/gcr-&gcr-version;.tar.xz">
     9  <!ENTITY gcr-md5sum        "f5e66afcab19897a0de0590735329fb1">
    1010  <!ENTITY gcr-size          "1.4 MB">
    11   <!ENTITY gcr-buildsize     "85 MB">
    12   <!ENTITY gcr-time          "0.8 SBU">
     11  <!ENTITY gcr-buildsize     "80 MB">
     12  <!ENTITY gcr-time          "0.6 SBU">
    1313]>
    1414
     
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
    79       <xref linkend="gtk3"/>,
     79      <xref linkend="glib2"/>,
    8080      <xref linkend="intltool"/>,
    8181      <xref linkend="libgcrypt"/>,
     
    8686    <bridgehead renderas="sect4">Recommended</bridgehead>
    8787    <para role="recommended">
    88       <xref linkend="gobject-introspection"/>
     88      <xref linkend="gnupg"/> or
     89      <xref linkend="gnupg2"/>,
     90      <xref linkend="gobject-introspection"/> and
     91      <xref linkend="gtk3"/>
    8992    </para>
    9093
    9194    <bridgehead renderas="sect4">Optional</bridgehead>
    9295    <para role="optional">
    93       <xref linkend="gnupg"/> or
    94       <xref linkend="gnupg2"/>,
    9596      <xref linkend="gtk-doc"/> and
    9697      <ulink url="http://www.valgrind.org">Valgrind</ulink>
     
    128129  <sect2 role="commands">
    129130    <title>Command Explanations</title>
     131
     132    <para>
     133      <parameter>--without-gtk</parameter>: Use this switch if you
     134      haven't installed <xref linkend="gtk3"/>.
     135    </para>
    130136
    131137    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • gnome/platform/gnome-keyring.xml

    rf8af105 rf6962ed  
    66
    77  <!ENTITY gnome-keyring-download-http
    8            "&gnome-download-http;/gnome-keyring/3.6/gnome-keyring-&gnome-keyring-version;.tar.xz">
     8           "&gnome-download-http;/gnome-keyring/3.8/gnome-keyring-&gnome-keyring-version;.tar.xz">
    99  <!ENTITY gnome-keyring-download-ftp
    10            "&gnome-download-ftp;/gnome-keyring/3.6/gnome-keyring-&gnome-keyring-version;.tar.xz">
    11   <!ENTITY gnome-keyring-md5sum        "35c6dde6fc31f0ada1d1a332f4b7fa00">
     10           "&gnome-download-ftp;/gnome-keyring/3.8/gnome-keyring-&gnome-keyring-version;.tar.xz">
     11  <!ENTITY gnome-keyring-md5sum        "7ba61e86f447584d2408bb95c34bbdb6">
    1212  <!ENTITY gnome-keyring-size          "1.1 MB">
    13   <!ENTITY gnome-keyring-buildsize     "150 MB">
    14   <!ENTITY gnome-keyring-time          "0.7 SBU">
     13  <!ENTITY gnome-keyring-buildsize     "140 MB">
     14  <!ENTITY gnome-keyring-time          "0.5 SBU">
    1515]>
    1616
     
    109109<screen><userinput>./configure --prefix=/usr \
    110110            --sysconfdir=/etc \
    111             --with-pam-dir=/lib/security \
    112             --with-root-certs=/etc/ssl/certs &amp;&amp;
     111            --with-pam-dir=/lib/security &amp;&amp;
    113112make</userinput></screen>
    114113
     
    131130      <parameter>--with-pam-dir=/lib/security</parameter>: This switch
    132131      specifies where the PAM module will be installed.
    133     </para>
    134 
    135     <para>
    136       <parameter>--with-root-certs=/etc/ssl/certs</parameter>: This
    137       switch specifies where the trusted root certificates are located.
    138132    </para>
    139133
  • gnome/platform/gvfs.xml

    rf8af105 rf6962ed  
    55  %general-entities;
    66
    7   <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.14/gvfs-&gvfs-version;.tar.xz">
    8   <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.14/gvfs-&gvfs-version;.tar.xz">
    9   <!ENTITY gvfs-md5sum        "43e7af7132c2425289321c2156655d1f">
     7  <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.16/gvfs-&gvfs-version;.tar.xz">
     8  <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.16/gvfs-&gvfs-version;.tar.xz">
     9  <!ENTITY gvfs-md5sum        "122f20b25a5e0259a3d33be25113a0aa">
    1010  <!ENTITY gvfs-size          "1.5 MB">
    11   <!ENTITY gvfs-buildsize     "90 MB">
     11  <!ENTITY gvfs-buildsize     "110 MB">
    1212  <!ENTITY gvfs-time          "0.7 SBU">
    1313]>
     
    8585      <xref linkend="gtk3"/>,
    8686      <xref linkend="libsecret"/>,
    87       <xref linkend="libsoup"/> and
     87      <xref linkend="libsoup"/>,
     88      <xref linkend="udev"/> or
     89      <xref linkend="udev-extras"/> (for GUdev) and
    8890      <xref linkend="udisks2"/>
    8991    </para>
     
    9294    <para role="optional">
    9395      <xref linkend="avahi"/>,
    94       <xref linkend="bluez"/>,
     96      <xref linkend="bluez"/> and
    9597      <xref linkend="dbus-glib"/>,
    9698      <xref linkend="fuse"/>,
     99      <ulink url="&gnome-download-http;/gnome-online-accounts">
     100      GNOME Online Accounts</ulink>,
     101      <xref linkend="gtk-doc"/>,
    97102      <xref linkend="libarchive"/>,
    98103      <ulink url="http://www.videolan.org/developers/libbluray.html">
    99104      libbluray</ulink>,
    100       <ulink url="http://www.gnu.org/software/libcdio/">libcdio</ulink>,
     105      <ulink url="http://www.gnu.org/software/libcdio/">libcdio-paranoia</ulink>,
    101106      <xref linkend="libgcrypt"/>,
    102107      <ulink url="http://www.gphoto.org/">libgphoto2</ulink>,
    103108      <ulink url="http://www.libimobiledevice.org/">libimobiledevice</ulink>,
     109      <ulink url="http://sourceforge.net/projects/libmtp/">libmtp</ulink>,
    104110      <xref linkend="openssh"/> and
    105111      <xref linkend="samba"/>
     
    154160      wish to use it with <application>Gvfs</application>.
    155161    </para>
     162
     163    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     164      href="../../xincludes/gtk-doc-rebuild.xml"/>
    156165
    157166  </sect2>
  • gnome/platform/platform.xml

    rf8af105 rf6962ed  
    2727  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-gnome.xml"/>
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsettings-desktop-schemas.xml"/>
     29  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yelp-xsl.xml"/>
    2930  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gconf.xml"/>
    3031  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgnome-keyring.xml"/>
     
    3334  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-keyring.xml"/>
    3435  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gvfs.xml"/>
    35   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yelp-xsl.xml"/>
    3636  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gjs.xml"/>
    3737  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-desktop.xml"/>
  • gnome/platform/yelp-xsl.xml

    rf8af105 rf6962ed  
    55  %general-entities;
    66
    7   <!ENTITY yelp-xsl-download-http "&gnome-download-http;/yelp-xsl/3.6/yelp-xsl-&yelp-xsl-version;.tar.xz">
    8   <!ENTITY yelp-xsl-download-ftp  "&gnome-download-ftp;/yelp-xsl/3.6/yelp-xsl-&yelp-xsl-version;.tar.xz">
    9   <!ENTITY yelp-xsl-md5sum        "1cdc0457a1a37e2139cc9f7f67b89e0e">
    10   <!ENTITY yelp-xsl-size          "576 KB">
    11   <!ENTITY yelp-xsl-buildsize     "11 MB">
     7  <!ENTITY yelp-xsl-download-http "&gnome-download-http;/yelp-xsl/3.8/yelp-xsl-&yelp-xsl-version;.tar.xz">
     8  <!ENTITY yelp-xsl-download-ftp  "&gnome-download-ftp;/yelp-xsl/3.8/yelp-xsl-&yelp-xsl-version;.tar.xz">
     9  <!ENTITY yelp-xsl-md5sum        "8f64d5abdd11067b675afe232b3ac6fa">
     10  <!ENTITY yelp-xsl-size          "580 KB">
     11  <!ENTITY yelp-xsl-buildsize     "9.5 MB">
    1212  <!ENTITY yelp-xsl-time          "less than 0.1 SBU">
    1313]>
Note: See TracChangeset for help on using the changeset viewer.