Changeset e050b6a


Ignore:
Timestamp:
07/28/2014 11:30:22 AM (10 years ago)
Author:
Krejzi <krejzi@…>
Branches:
7.6-blfs, 7.6-systemd, kde5-14269, kde5-14686, systemd-13485
Children:
b0c3569
Parents:
c9087280
Message:

Fixes to gnome desktop section. Downgrade gvfs to 1.20.2.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@13704 af4574ff-66df-0310-9fd7-8a98e5e911e0

Files:
11 edited

Legend:

Unmodified
Added
Removed
  • gnome-systemd/desktop/caribou.xml

    rc9087280 re050b6a  
    2424
    2525  <indexterm zone="caribou">
    26     <primary sortas="a-caribou">caribou</primary>
     26    <primary sortas="a-Caribou">Caribou</primary>
    2727  </indexterm>
    2828
     
    7878      <xref linkend="gtk3"/>,
    7979      <xref linkend="libgee08"/>,
    80       <xref linkend="libxklavier"/> and
     80      <xref linkend="libxklavier"/>, and
    8181      <xref linkend="pygobject3"/>
    8282    </para>
     
    8787    </para>
    8888
     89    <bridgehead renderas="sect4">Optional</bridgehead>
     90    <para role="optional">
     91      <xref linkend="gtk2"/>
     92      <ulink url="&gnome-download-http;/valadoc/">valadoc</ulink>
     93    </para>
     94
    8995    <bridgehead renderas="sect4">Additional Runtime Dependencies</bridgehead>
    9096    <para role="optional">
     
    9298      required as a compile-time dependency for other packages. If
    9399      you intend to use its keyboard you will require
    94       <xref linkend="pyatspi2"/>,
    95       <xref linkend="dbus-python"/> and
    96       <xref linkend="dconf"/> at runtime.
     100      <xref linkend="dbus-python"/>,
     101      <xref linkend="dconf"/> and
     102      <xref linkend="pyatspi2"/> at runtime.
    97103    </para>
    98104
     
    132138
    133139    <para>
    134       <option>--disable-gtk2-module</option>: Because <application>GNOME</application>
    135       now uses <application>GTK+-3</application>, the module has no use on a
    136       <application>GNOME</application> desktop.
     140      <parameter>--disable-gtk2-module</parameter>: Because
     141      <application>GNOME</application> now uses
     142      <application>GTK+-3</application>, the module has no use
     143      on a <application>GNOME</application> desktop. Remove
     144      the switch if you still want to build the
     145      <application>GTK+-2</application> module.
    137146    </para>
    138147
     
    147156    <segmentedlist>
    148157      <segtitle>Installed Programs</segtitle>
    149       <segtitle>Installed Library</segtitle>
     158      <segtitle>Installed Libraries</segtitle>
    150159      <segtitle>Installed Directories</segtitle>
    151160
     
    159168        <seg>
    160169          /usr/include/libcaribou,
    161           /usr/lib/caribou,
    162170          /usr/lib/python&python2-majorver;/site-packages/caribou,
    163171          /usr/share/antler and
  • gnome-systemd/desktop/dconf.xml

    rc9087280 re050b6a  
    103103    </para>
    104104
    105 <screen><userinput>./configure --prefix=/usr     \
    106             --sysconfdir=/etc &amp;&amp;
     105<screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    107106make</userinput></screen>
    108107
     
    140139        </seg>
    141140        <seg>
    142           libdconf-dbus-1.so, libdconf.so and
    143           /usr/lib/gio/modules/libdconfsettings.so
     141          libdconf-dbus-1.so and libdconf.so
    144142        </seg>
    145143        <seg>
  • gnome-systemd/desktop/gnome-backgrounds.xml

    rc9087280 re050b6a  
    7676    </itemizedlist>
    7777
    78     <bridgehead renderas="sect3">GNOME Backgrounds Dependencies</bridgehead>
    79 
    8078    <para condition="html" role="usernotes">User Notes:
    8179      <ulink url="&blfs-wiki;/gnome-backgrounds"/>
  • gnome-systemd/desktop/gnome-bluetooth.xml

    rc9087280 re050b6a  
    7878    <bridgehead renderas="sect4">Required</bridgehead>
    7979    <para role="required">
    80       <xref linkend="libnotify"/>
     80      <xref linkend="gtk3"/>
    8181    </para>
    8282
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="gobject-introspection"/>, and
    86       <xref linkend="nautilus-sendto"/>
     85      <xref linkend="gobject-introspection"/>
    8786    </para>
    8887
    8988    <bridgehead renderas="sect4">Optional</bridgehead>
    9089    <para role="optional">
    91       <xref linkend="geoclue"/>, and
    9290      <xref linkend="gtk-doc"/>
    9391    </para>
     
    9593    <bridgehead renderas="sect4">Required (Runtime)</bridgehead>
    9694    <para role="optional">
    97       <xref linkend="bluez"/>, and
    98       <xref linkend="systemd"/>
     95      <xref linkend="bluez"/> and
     96      <xref linkend="systemd"/> (for Logind)
    9997    </para>
    10098
     
    108106
    109107    <para>
    110       Install <application>GNOME Bluetooth</application> by running the following
    111       commands:
     108      Install <application>GNOME Bluetooth</application> by running the
     109      following  commands:
    112110    </para>
    113111
    114 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
     112<screen><userinput>./configure --prefix=/usr &amp;&amp;
    115113make</userinput></screen>
    116114
     
    125123<screen role="root"><userinput>make install</userinput></screen>
    126124
    127     <para>
    128       For <application>GNOME Bluetooth</application> to work
    129       as expected, users need to be allowed to write to
    130       <filename>/dev/rfkill</filename>. Create a
    131       <application>Udev</application> rule that will allow
    132       normal users to write to <filename>/dev/rfkill</filename>
    133       with the following commands as the
    134       <systemitem class="username">root</systemitem> user:
    135     </para>
    136 
    137     <para>
    138       First create a new group:
    139     </para>
    140 
    141 <screen role="root"><userinput>groupadd -r rfkill</userinput></screen>
    142 
    143     <para>
    144       Create the udev rule:
    145     </para>
    146 
    147 <screen role="root"><userinput>cat &gt; /lib/udev/rules.d/61-rfkill.rules &lt;&lt; "EOF"
    148 <literal># Get access to /dev/rfkill for users
    149 KERNEL=="rfkill", GROUP="rfkill", MODE="0664"</literal>
    150 EOF</userinput></screen>
    151 
    152     <para>
    153       Add a user to the new group:
    154     </para>
    155 
    156 <screen role="root"><userinput>usermod -a -G rfkill <replaceable>&lt;username&gt;</replaceable></userinput></screen>
    157  
    158125  </sect2>
    159126
     
    171138    <segmentedlist>
    172139      <segtitle>Installed Programs</segtitle>
    173       <segtitle>Installed Library</segtitle>
     140      <segtitle>Installed Libraries</segtitle>
    174141      <segtitle>Installed Directories</segtitle>
    175142
    176143      <seglistitem>
    177144        <seg>
    178           bluetooth-applet, bluetooth-sendto and bluetooth-wizard
     145          bluetooth-sendto
    179146        </seg>
    180147        <seg>
     
    183150        <seg>
    184151          /usr/include/gnome-bluetooth,
    185           /usr/lib/gnome-bluetooth,
    186152          /usr/share/gnome-bluetooth,
    187153          /usr/share/gtk-doc/html/gnome-bluetooth and
     
    196162      <?dbhtml list-presentation="table"?>
    197163
    198       <varlistentry id="bluetooth-applet">
    199         <term><command>bluetooth-applet</command></term>
    200         <listitem>
    201           <para>
    202             is a <application>GNOME</application> applet for prompting the
    203             user for a Bluetooth passkey (PIN).
    204           </para>
    205           <indexterm zone="gnome-bluetooth bluetooth-applet">
    206             <primary sortas="b-bluetooth-applet">bluetooth-applet</primary>
    207           </indexterm>
    208         </listitem>
    209       </varlistentry>
    210 
    211164      <varlistentry id="bluetooth-sendto">
    212165        <term><command>bluetooth-sendto</command></term>
     
    218171          <indexterm zone="gnome-bluetooth bluetooth-sendto">
    219172            <primary sortas="b-bluetooth-sendto">bluetooth-sendto</primary>
    220           </indexterm>
    221         </listitem>
    222       </varlistentry>
    223 
    224       <varlistentry id="bluetooth-wizard">
    225         <term><command>bluetooth-wizard</command></term>
    226         <listitem>
    227           <para>
    228             is a <application>GTK+</application> wizard for setting up
    229             devices with the Linux Bluetooth stack.
    230           </para>
    231           <indexterm zone="gnome-bluetooth bluetooth-wizard">
    232             <primary sortas="b-bluetooth-wizard">bluetooth-wizard</primary>
    233173          </indexterm>
    234174        </listitem>
  • gnome-systemd/desktop/gnome-icon-theme.xml

    rc9087280 re050b6a  
    55  %general-entities;
    66
    7 <!--  <!ENTITY gnome-icon-theme-download-http
    8    "&gnome-download-http;/gnome-icon-theme/&gnome-minor;/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">
     7  <!ENTITY gnome-icon-theme-download-http
     8           "&gnome-download-http;/gnome-icon-theme/&gnome-minor;/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">
    99  <!ENTITY gnome-icon-theme-download-ftp
    10    "&gnome-download-ftp;/gnome-icon-theme/&gnome-minor;/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">-->
    11   <!ENTITY gnome-icon-theme-download-http
    12    "&gnome-download-http;/gnome-icon-theme/3.12/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">
    13   <!ENTITY gnome-icon-theme-download-ftp
    14    "&gnome-download-ftp;/gnome-icon-theme/3.12/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">
     10           "&gnome-download-ftp;/gnome-icon-theme/&gnome-minor;/gnome-icon-theme-&gnome-icon-theme-version;.tar.xz">
    1511  <!ENTITY gnome-icon-theme-md5sum        "f14bed7f804e843189ffa7021141addd">
    1612  <!ENTITY gnome-icon-theme-size          "17 MB">
     
    8379      <xref linkend="gtk3"/> or
    8480      <xref linkend="gtk2"/>,
    85       <xref linkend="hicolor-icon-theme"/>,
    86       <xref linkend="icon-naming-utils"/>, and
    87       <xref linkend="perl-xml-simple"/>
     81      <xref linkend="hicolor-icon-theme"/>, and
     82      <xref linkend="icon-naming-utils"/>
    8883    </para>
    8984
     
    122117      <segtitle>Installed Programs</segtitle>
    123118      <segtitle>Installed Libraries</segtitle>
    124       <segtitle>Installed Directory</segtitle>
     119      <segtitle>Installed Directories</segtitle>
    125120
    126121      <seglistitem>
  • gnome-systemd/desktop/gnome-keyring.xml

    rc9087280 re050b6a  
    8383    <bridgehead renderas="sect4">Recommended</bridgehead>
    8484    <para role="recommended">
    85       <xref linkend="linux-pam"/> and
    86       <xref linkend="libxslt"/>
     85      <xref linkend="libxslt"/> and
     86      <xref linkend="linux-pam"/>
    8787    </para>
    8888
     
    143143      <segtitle>Installed Programs</segtitle>
    144144      <segtitle>Installed Libraries</segtitle>
    145       <segtitle>Installed Directory</segtitle>
     145      <segtitle>Installed Directories</segtitle>
    146146
    147147      <seglistitem>
    148148        <seg>
    149           gnome-keyring (symlink), gnome-keyring-3, and gnome-keyring-daemon
     149          gnome-keyring, gnome-keyring-3, and gnome-keyring-daemon
    150150        </seg>
    151151        <seg>
    152           gnome-keyring-pkcs11.so, pam_gnome_keyring.so, and
    153           several under /usr/lib/gnome-keyring/devel
     152          gnome-keyring-pkcs11.so and pam_gnome_keyring.so
    154153        </seg>
    155154        <seg>
  • gnome-systemd/desktop/gnome-themes-standard.xml

    rc9087280 re050b6a  
    55  %general-entities;
    66
    7 <!--  <!ENTITY gnome-themes-standard-download-http
    8    "&gnome-download-http;/gnome-themes-standard/&gnome-minor;/gnome-themes-standard-&gnome-themes-standard-version;.tar.xz">
     7  <!ENTITY gnome-themes-standard-download-http
     8           "&gnome-download-http;/gnome-themes-standard/&gnome-minor;/gnome-themes-standard-&gnome-themes-standard-version;.tar.xz">
    99  <!ENTITY gnome-themes-standard-download-ftp
    10    "&gnome-download-ftp;/gnome-themes-standard/&gnome-minor;/gnome-themes-standard-&gnome-themes-standard-version;.tar.xz">-->
    11   <!ENTITY gnome-themes-standard-download-http
    12    "&gnome-download-http;/gnome-themes-standard/3.12/gnome-themes-standard-&gnome-themes-standard-version;.tar.xz">
    13   <!ENTITY gnome-themes-standard-download-ftp
    14    "&gnome-download-ftp;/gnome-themes-standard/3.12/gnome-themes-standard-&gnome-themes-standard-version;.tar.xz">
     10           "&gnome-download-ftp;/gnome-themes-standard/&gnome-minor;/gnome-themes-standard-&gnome-themes-standard-version;.tar.xz">
    1511  <!ENTITY gnome-themes-standard-md5sum        "5036f65f08bbe305ff82c9ab97b2aa3f">
    1612  <!ENTITY gnome-themes-standard-size          "5.7 MB">
     
    9591
    9692    <para>
    97       Install <application>GNOME Themes Standard</application> by running the following
    98       commands:
     93      Install <application>GNOME Themes Standard</application> by running the
     94      following commands:
    9995    </para>
    10096
     
    134130    <segmentedlist>
    135131      <segtitle>Installed Programs</segtitle>
    136       <segtitle>Installed Library</segtitle>
     132      <segtitle>Installed Libraries</segtitle>
    137133      <segtitle>Installed Directories</segtitle>
    138134
  • gnome-systemd/desktop/gvfs.xml

    rc9087280 re050b6a  
    55  %general-entities;
    66
    7   <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.21/gvfs-&gvfs-version;.tar.xz">
    8   <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.21/gvfs-&gvfs-version;.tar.xz">
    9   <!ENTITY gvfs-md5sum        "e4e3635d1ec9cb1ccabb37ed9920a4b1">
     7  <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.20/gvfs-&gvfs-version;.tar.xz">
     8  <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.20/gvfs-&gvfs-version;.tar.xz">
     9  <!ENTITY gvfs-md5sum        "da2a542ea68b5294e41c0e23216ffdf9">
    1010  <!ENTITY gvfs-size          "1.5 MB">
    11   <!ENTITY gvfs-buildsize     "58 MB (additional 1 MB for the tests)">
    12   <!ENTITY gvfs-time          "0.5 SBU (additional less than 0.1 SBU for the tests)">
     11  <!ENTITY gvfs-buildsize     "58 MB">
     12  <!ENTITY gvfs-time          "0.5 SBU">
    1313]>
    1414
     
    8484      <xref linkend="libsecret"/>,
    8585      <xref linkend="libsoup"/>,
    86       <xref linkend="systemd"/> (for GUdev), and
     86      <xref linkend="systemd"/> (for GUdev and Logind), and
    8787      <xref linkend="udisks2"/>
    8888    </para>
     
    137137    <para>
    138138      To test the results, issue: <command>make -k check</command>. Some tests
    139       may fail, normally for a missing optional dependency.
     139      may fail because of a missing optional dependency.
    140140    </para>
    141141
     
    148148    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    149149      href="../../xincludes/gsettings-destdir.xml"/>
     150
    150151  </sect2>
    151152
     
    170171    <segmentedlist>
    171172      <segtitle>Installed Programs</segtitle>
    172       <segtitle>Installed Library</segtitle>
     173      <segtitle>Installed Libraries</segtitle>
    173174      <segtitle>Installed Directories</segtitle>
    174175
    175176      <seglistitem>
    176177        <seg>
    177           gvfs-cat, gvfs-copy, gvfs-goa-volume-monitor, gvfs-info,
    178           gvfs-less, gvfs-ls, gvfs-mime, gvfs-mkdir, gvfs-monitor-dir,
    179           gvfs-monitor-file, gvfs-mount, gvfs-move, gvfs-open,
    180           gvfs-rename, gvfs-rm, gvfs-save, gvfs-set-attribute,
    181           gvfs-trash, gvfs-tree, gvfs-udisks2-volume-monitor, gvfsd,
    182           gvfsd-afp, gvfsd-afp-browse, gvfsd-archive, gvfsd-burn,
    183           gvfsd-computer, gvfsd-dav, gvfsd-dnssd, gvfsd-ftp,
    184           gvfsd-fuse, gvfsd-http, gvfsd-localtest, gvfsd-metadata,
    185           gvfsd-network, gvfsd-recent, gvfsd-sftp, gvfsd-smb,
    186           gvfsd-smb-browse,  and gvfsd-trash
     178          gvfs-cat, gvfs-copy, gvfs-info, gvfs-less,
     179          gvfs-ls, gvfs-mime, gvfs-mkdir, gvfs-monitor-dir,
     180          gvfs-monitor-file, gvfs-mount, gvfs-move,
     181          gvfs-open, gvfs-rename, gvfs-rm, gvfs-save,
     182          gvfs-set-attribute, gvfs-trash, and gvfs-tree
    187183        </seg>
    188184        <seg>
    189           libgvfscommon.so,
    190           libgvfsdaemon.so, and
    191           two under /usr/lib/gio/modules/
     185          libgvfscommon.so and libgvfsdaemon.so
    192186        </seg>
    193187        <seg>
  • gnome-systemd/desktop/nautilus.xml

    rc9087280 re050b6a  
    8484    <para role="recommended">
    8585      <xref linkend="exempi"/>,
    86       <xref linkend="libexif"/> and
    87       <xref linkend="gobject-introspection"/>
     86      <xref linkend="gobject-introspection"/>, and
     87      <xref linkend="libexif"/>
    8888    </para>
    8989
     
    9191    <para role="optional">
    9292      <xref linkend="gtk-doc"/> and
    93       <ulink url="http://projects.gnome.org/tracker/">Tracker</ulink>
     93      <ulink url="&gnome-download-http;/tracker/">Tracker</ulink>
    9494    </para>
    9595
    9696    <bridgehead renderas="sect4">Recommended (Runtime)</bridgehead>
    9797    <para role="recommended">
    98       <xref linkend="gnome-icon-theme-symbolic"/>, and
     98      <xref linkend="gnome-icon-theme-symbolic"/> and
    9999      <xref linkend="gvfs"/> (For hotplugging and device mounting to work)
    100100    </para>
     
    120120
    121121    <para>
    122       This package needs to be installed before its testsuite can be run.
     122      This package does not have a working testsuite.
    123123    </para>
    124124
     
    128128
    129129<screen role="root"><userinput>make install</userinput></screen>
    130 <!--
    131     <para>
    132       To test the results, issue: <command>make check</command>. The tests
    133       need to be run in a graphical environment.
    134     </para>-->
    135130
    136131  </sect2>
     
    140135
    141136    <para>
    142       <parameter>--disable-packagekit</parameter>: This switch disables use
    143       of PackageKit which isn't suitable for BLFS.
     137      <parameter>--disable-packagekit</parameter>: This switch disables
     138      use of PackageKit which isn't suitable for BLFS.
    144139    </para>
    145140
     
    170165    <segmentedlist>
    171166      <segtitle>Installed Programs</segtitle>
    172       <segtitle>Installed Library</segtitle>
     167      <segtitle>Installed Libraries</segtitle>
    173168      <segtitle>Installed Directories</segtitle>
    174169
    175170      <seglistitem>
    176171        <seg>
    177           nautilus,
    178           nautilus-autorun-software,
    179           nautilus-connect-server, and
    180           nautilus-convert-metadata
     172          nautilus,
     173          nautilus-autorun-software, and
     174          nautilus-connect-server
    181175        </seg>
    182176        <seg>
    183           libnautilus-extension.so, and
    184           /usr/lib/nautilus/extensions-3.0/libnautilus-sendto.so
     177          libnautilus-extension.so
    185178        </seg>
    186179        <seg>
  • gnome-systemd/desktop/yelp.xml

    rc9087280 re050b6a  
    137137
    138138    <segmentedlist>
    139       <segtitle>Installed Program</segtitle>
    140       <segtitle>Installed Library</segtitle>
     139      <segtitle>Installed Programs</segtitle>
     140      <segtitle>Installed Libraries</segtitle>
    141141      <segtitle>Installed Directories</segtitle>
    142142
    143143      <seglistitem>
    144144        <seg>
    145           gnome-help (symlink) and yelp
     145          gnome-help and yelp
    146146        </seg>
    147147        <seg>
  • gnome.ent

    rc9087280 re050b6a  
    99<!ENTITY gcr-version                  "3.12.2">
    1010<!ENTITY gnome-keyring-version        "3.12.2">
    11 <!ENTITY gvfs-version                 "1.21.4">
     11<!ENTITY gvfs-version                 "1.20.2">
    1212<!ENTITY gjs-version                  "1.40.1">
    1313<!ENTITY gnome-desktop-version        "3.12.2">
Note: See TracChangeset for help on using the changeset viewer.