Changeset 27229db for gnome/platform


Ignore:
Timestamp:
04/02/2018 03:05:37 AM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
98ee9ee
Parents:
e1a8598d
Message:

Update to GNOME platform packages gcr,
gjs, gnome-backgrounds, gnome-bluetooth, gnome-desktop,
gnome-keyring, gnome-online-accounts, gnome-settings-daemon,
gsettings-desktop-schemas, libgweather, libsecret,
nautilus, yelp-xsl, and zenity. Partially fixes

Add gexiv2 now required by nautilus.

Update to evolution-data-server-3.28.0.
Update to gvfs-1.36.0.

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

Location:
gnome/platform
Files:
1 added
18 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/dconf.xml

    re1a8598d r27229db  
    66
    77<!-- DConf -->
    8   <!ENTITY dconf-download-http "&gnome-download-http;/dconf/0.26/dconf-&dconf-version;.tar.xz">
    9   <!ENTITY dconf-download-ftp  "&gnome-download-ftp;/dconf/0.26/dconf-&dconf-version;.tar.xz">
    10   <!ENTITY dconf-md5sum        "a3cb67032e060450fa01c1a0f874bb60">
    11   <!ENTITY dconf-size          "332 KB">
    12   <!ENTITY dconf-buildsize     "9.5 MB">
    13   <!ENTITY dconf-time          "0.1 SBU">
     8  <!ENTITY dconf-download-http "&gnome-download-http;/dconf/0.28/dconf-&dconf-version;.tar.xz">
     9  <!ENTITY dconf-download-ftp  "&gnome-download-ftp;/dconf/0.28/dconf-&dconf-version;.tar.xz">
     10  <!ENTITY dconf-md5sum        "81faa8e68e5ea71ff0ee75050fc0759c">
     11  <!ENTITY dconf-size          "100 KB">
     12  <!ENTITY dconf-buildsize     "7.1 MB">
     13  <!ENTITY dconf-time          "less than0.1 SBU">
    1414
    1515<!-- DConf-Editor -->
    16   <!ENTITY dconf-editor-download-http "&gnome-download-http;/dconf-editor/&gnome-minor-26;/dconf-editor-&dconf-editor-version;.tar.xz">
    17   <!ENTITY dconf-editor-download-ftp  "&gnome-download-ftp;/dconf-editor/&gnome-minor-26;/dconf-editor-&dconf-editor-version;.tar.xz">
    18   <!ENTITY dconf-editor-md5sum        "81e99daa0e2d6283de6e70cd529c331c">
    19   <!ENTITY dconf-editor-size          "532 KB">
    20   <!ENTITY dconf-editor-buildsize     "13 MB">
     16  <!ENTITY dconf-editor-download-http "&gnome-download-http;/dconf-editor/&gnome-minor-28;/dconf-editor-&dconf-editor-version;.tar.xz">
     17  <!ENTITY dconf-editor-download-ftp  "&gnome-download-ftp;/dconf-editor/&gnome-minor-28;/dconf-editor-&dconf-editor-version;.tar.xz">
     18  <!ENTITY dconf-editor-md5sum        "cc9eb8020cc848812972d8519c3d05cf">
     19  <!ENTITY dconf-editor-size          "408 KB">
     20  <!ENTITY dconf-editor-buildsize     "14 MB">
    2121  <!ENTITY dconf-editor-time          "less than 0.1 SBU">
    2222]>
     
    159159    </para>
    160160
    161 <screen><userinput>./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    162 make</userinput></screen>
     161<screen><userinput>mkdir build &amp;&amp;
     162cd    build &amp;&amp;
     163
     164meson -prefix=/usr --sysconfdir=/etc &amp;&amp;
     165ninja</userinput></screen>
    163166
    164167    <para>
     
    170173    </para>
    171174
    172 <screen role="root"><userinput>make install</userinput></screen>
     175<screen role="root"><userinput>ninja install</userinput></screen>
    173176
    174177    <para>Now, optionally install the editor:</para>
     
    177180cd dconf-editor-&dconf-editor-version; &amp;&amp;
    178181
    179 ./configure --prefix=/usr --sysconfdir=/etc &amp;&amp;
    180 make</userinput></screen>
     182mkdir build &amp;&amp;
     183cd    build &amp;&amp;
     184
     185meson --prefix=/usr --sysconfdir=/etc &amp;&amp;
     186ninja</userinput></screen>
    181187
    182188    <para>
     
    184190    </para>
    185191
    186 <screen role="root"><userinput>make install</userinput></screen>
     192<screen role="root"><userinput>ninja install</userinput></screen>
    187193
    188194  </sect2>
     
    191197    <title>Command Explanations</title>
    192198
    193     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    194       href="../../xincludes/gtk-doc-rebuild.xml"/>
     199    <para><option>-Denable-gtk-doc</option>: Use this parameter if
     200    <application>GTK-Doc</application> is installed and you wish to rebuild
     201    and install the API documentation.</para>
    195202
    196203  </sect2>
  • gnome/platform/evolution-data-server.xml

    re1a8598d r27229db  
    66
    77  <!ENTITY evolution-data-server-download-http
    8            "&gnome-download-http;/evolution-data-server/&gnome-minor-26;/evolution-data-server-&evolution-data-server-version;.tar.xz">
     8           "&gnome-download-http;/evolution-data-server/&gnome-minor-28;/evolution-data-server-&evolution-data-server-version;.tar.xz">
    99  <!ENTITY evolution-data-server-download-ftp
    10            "&gnome-download-ftp;/evolution-data-server/&gnome-minor-26;/evolution-data-server-&evolution-data-server-version;.tar.xz">
    11   <!ENTITY evolution-data-server-md5sum        "1defe34d37757b7b1160cfdc7ba008e0">
     10           "&gnome-download-ftp;/evolution-data-server/&gnome-minor-28;/evolution-data-server-&evolution-data-server-version;.tar.xz">
     11  <!ENTITY evolution-data-server-md5sum        "da21f3262a82caee12ee6b552f12d82b">
    1212  <!ENTITY evolution-data-server-size          "4.2 MB">
    13   <!ENTITY evolution-data-server-buildsize     "152 MB">
     13  <!ENTITY evolution-data-server-buildsize     "155 MB">
    1414  <!ENTITY evolution-data-server-time          "0.7 SBU (with parallelism=4)">
    1515]>
  • gnome/platform/gcr.xml

    re1a8598d r27229db  
    55  %general-entities;
    66
    7   <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-20;/gcr-&gcr-version;.tar.xz">
    8   <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gnome-minor-20;/gcr-&gcr-version;.tar.xz">
    9   <!ENTITY gcr-md5sum        "4314bf89eac293dd0a9d806593ff1b35">
     7  <!ENTITY gcr-download-http "&gnome-download-http;/gcr/&gnome-minor-28;/gcr-&gcr-version;.tar.xz">
     8  <!ENTITY gcr-download-ftp  "&gnome-download-ftp;/gcr/&gnome-minor-28;/gcr-&gcr-version;.tar.xz">
     9  <!ENTITY gcr-md5sum        "5321319307dad34dca2fd52e7c9c01ab">
    1010  <!ENTITY gcr-size          "1.3 MB">
    11   <!ENTITY gcr-buildsize     "70 MB (with tests)">
    12   <!ENTITY gcr-time          "1.0 SBU (with tests)">
    13 
     11  <!ENTITY gcr-buildsize     "69 MB (with tests)">
     12  <!ENTITY gcr-time          "0.7 SBU (using parallelism=4; with tests)">
    1413]>
    1514
     
    120119    <para>
    121120      To test the results, issue: <command>make -k check</command>.
    122       The tests must be run from an X Terminal or similar, but two
    123       still fail.
     121      The tests must be run from an X Terminal or similar.
    124122    </para>
    125123
  • gnome/platform/gjs.xml

    re1a8598d r27229db  
    55  %general-entities;
    66
    7   <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.50/gjs-&gjs-version;.tar.xz">
    8   <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.50/gjs-&gjs-version;.tar.xz">
    9   <!ENTITY gjs-md5sum        "8a813c292efd58cb7839124341f82d7d">
    10   <!ENTITY gjs-size          "600 KB">
     7  <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.52/gjs-&gjs-version;.tar.xz">
     8  <!ENTITY gjs-download-ftp  "&gnome-download-ftp;/gjs/1.52/gjs-&gjs-version;.tar.xz">
     9  <!ENTITY gjs-md5sum        "5f626919a37b75d1b652be6da8723f41">
     10  <!ENTITY gjs-size          "596 KB">
    1111  <!ENTITY gjs-buildsize     "44 MB (with tests)">
    1212  <!ENTITY gjs-time          "0.4 SBU (with tests)">
  • gnome/platform/gnome-backgrounds.xml

    re1a8598d r27229db  
    66
    77  <!ENTITY gnome-backgrounds-download-http
    8            "&gnome-download-http;/gnome-backgrounds/&gnome-minor-26;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
     8           "&gnome-download-http;/gnome-backgrounds/&gnome-minor-28;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
    99  <!ENTITY gnome-backgrounds-download-ftp
    10            "&gnome-download-ftp;/gnome-backgrounds/&gnome-minor-26;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
    11   <!ENTITY gnome-backgrounds-md5sum        "479f8ff4460b2bb0fc17a193e5818a7f">
    12   <!ENTITY gnome-backgrounds-size          "19 MB">
    13   <!ENTITY gnome-backgrounds-buildsize     "41 MB">
     10           "&gnome-download-ftp;/gnome-backgrounds/&gnome-minor-28;/gnome-backgrounds-&gnome-backgrounds-version;.tar.xz">
     11  <!ENTITY gnome-backgrounds-md5sum        "eca3276373841a0cec2ed582d52a5899">
     12  <!ENTITY gnome-backgrounds-size          "25 MB">
     13  <!ENTITY gnome-backgrounds-buildsize     "27 MB">
    1414  <!ENTITY gnome-backgrounds-time          "less than 0.1 SBU">
    1515]>
  • gnome/platform/gnome-bluetooth.xml

    re1a8598d r27229db  
    66
    77  <!ENTITY gnome-bluetooth-download-http
    8            "&gnome-download-http;/gnome-bluetooth/&gnome-minor-26;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
     8           "&gnome-download-http;/gnome-bluetooth/&gnome-minor-28;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
    99  <!ENTITY gnome-bluetooth-download-ftp
    10            "&gnome-download-ftp;/gnome-bluetooth/&gnome-minor-26;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
    11   <!ENTITY gnome-bluetooth-md5sum        "200dff56da5a9ae2649aee38c0d7aac7">
    12   <!ENTITY gnome-bluetooth-size          "348 KB">
    13   <!ENTITY gnome-bluetooth-buildsize     "18 MB">
    14   <!ENTITY gnome-bluetooth-time          "less than 0.1 SBU">
     10           "&gnome-download-ftp;/gnome-bluetooth/&gnome-minor-28;/gnome-bluetooth-&gnome-bluetooth-version;.tar.xz">
     11  <!ENTITY gnome-bluetooth-md5sum        "75ec82570d0baf18b6cbff86c2712e87">
     12  <!ENTITY gnome-bluetooth-size          "344 KB">
     13  <!ENTITY gnome-bluetooth-buildsize     "13 MB">
     14  <!ENTITY gnome-bluetooth-time          "less than 0.1 SBU (using parallelism=4)">
    1515]>
    1616
     
    112112    </para>
    113113
    114 <screen><userinput>
    115 mkdir build &amp;&amp;
     114<screen><userinput>mkdir build &amp;&amp;
    116115cd    build &amp;&amp;
    117116
  • gnome/platform/gnome-desktop.xml

    re1a8598d r27229db  
    66
    77<!ENTITY gnome-desktop-download-http
    8            "&gnome-download-http;/gnome-desktop/&gnome-minor-26;/gnome-desktop-&gnome-desktop-version;.tar.xz">
     8           "&gnome-download-http;/gnome-desktop/&gnome-minor-28;/gnome-desktop-&gnome-desktop-version;.tar.xz">
    99  <!ENTITY gnome-desktop-download-ftp
    10            "&gnome-download-ftp;/gnome-desktop/&gnome-minor-26;/gnome-desktop-&gnome-desktop-version;.tar.xz">
    11   <!ENTITY gnome-desktop-md5sum        "6cee2ecd677d87eaa0eb5ebfa7b45fb3">
    12   <!ENTITY gnome-desktop-size          "948 KB">
    13   <!ENTITY gnome-desktop-buildsize     "22 MB">
     10           "&gnome-download-ftp;/gnome-desktop/&gnome-minor-28;/gnome-desktop-&gnome-desktop-version;.tar.xz">
     11  <!ENTITY gnome-desktop-md5sum        "3e7b67578307220a21688f28307b6789">
     12  <!ENTITY gnome-desktop-size          "1.0 MB">
     13  <!ENTITY gnome-desktop-buildsize     "18 MB">
    1414  <!ENTITY gnome-desktop-time          "0.3 SBU">
    1515]>
  • gnome/platform/gnome-keyring.xml

    re1a8598d r27229db  
    66
    77  <!ENTITY gnome-keyring-download-http
    8            "&gnome-download-http;/gnome-keyring/&gnome-minor-20;/gnome-keyring-&gnome-keyring-version;.tar.xz">
     8           "&gnome-download-http;/gnome-keyring/&gnome-minor-28;/gnome-keyring-&gnome-keyring-version;.tar.xz">
    99  <!ENTITY gnome-keyring-download-ftp
    10            "&gnome-download-ftp;/gnome-keyring/&gnome-minor-20;/gnome-keyring-&gnome-keyring-version;.tar.xz">
    11   <!ENTITY gnome-keyring-md5sum        "9b4b2c59dc1db3a1309cbe1fa1f2c2e7">
    12   <!ENTITY gnome-keyring-size          "1.2 MB">
    13   <!ENTITY gnome-keyring-buildsize     "121 MB (with tests)">
    14   <!ENTITY gnome-keyring-time          "1.0 SBU (with tests)">
     10           "&gnome-download-ftp;/gnome-keyring/&gnome-minor-28;/gnome-keyring-&gnome-keyring-version;.tar.xz">
     11  <!ENTITY gnome-keyring-md5sum        "0a12410cbc6080bf55eef2e4e43344f7">
     12  <!ENTITY gnome-keyring-size          "1.3 MB">
     13  <!ENTITY gnome-keyring-buildsize     "128 MB">
     14  <!ENTITY gnome-keyring-time          "0.3 SBU (using parallelism=4)">
    1515]>
    1616
  • gnome/platform/gnome-online-accounts.xml

    re1a8598d r27229db  
    66
    77  <!ENTITY gnome-online-accounts-download-http
    8            "&gnome-download-http;/gnome-online-accounts/&gnome-minor-26;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
     8           "&gnome-download-http;/gnome-online-accounts/&gnome-minor-28;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
    99  <!ENTITY gnome-online-accounts-download-ftp
    10            "&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-26;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
    11   <!ENTITY gnome-online-accounts-md5sum        "bf68504b86b40f79269b323e243fb275">
    12   <!ENTITY gnome-online-accounts-size          "1.3 MB">
    13   <!ENTITY gnome-online-accounts-buildsize     "27 MB">
    14   <!ENTITY gnome-online-accounts-time          "0.4 SBU">
     10           "&gnome-download-ftp;/gnome-online-accounts/&gnome-minor-28;/gnome-online-accounts-&gnome-online-accounts-version;.tar.xz">
     11  <!ENTITY gnome-online-accounts-md5sum        "25827cac1609cf1b5a089d9615d47d86">
     12  <!ENTITY gnome-online-accounts-size          "1.5 MB">
     13  <!ENTITY gnome-online-accounts-buildsize     "28 MB">
     14  <!ENTITY gnome-online-accounts-time          "0.5 SBU">
    1515]>
    1616
  • gnome/platform/gnome-settings-daemon.xml

    re1a8598d r27229db  
    66
    77  <!ENTITY gnome-settings-daemon-download-http
    8            "&gnome-download-http;/gnome-settings-daemon/&gnome-minor-26;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
     8           "&gnome-download-http;/gnome-settings-daemon/&gnome-minor-28;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
    99  <!ENTITY gnome-settings-daemon-download-ftp
    10            "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-26;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
    11   <!ENTITY gnome-settings-daemon-md5sum        "77f335b7330573595e6349095c8d3630">
    12   <!ENTITY gnome-settings-daemon-size          "1.6 MB">
    13   <!ENTITY gnome-settings-daemon-buildsize     "53 MB">
    14   <!ENTITY gnome-settings-daemon-time          "0.5 SBU">
     10           "&gnome-download-ftp;/gnome-settings-daemon/&gnome-minor-28;/gnome-settings-daemon-&gnome-settings-daemon-version;.tar.xz">
     11  <!ENTITY gnome-settings-daemon-md5sum        "508f36ade9b97afebd32a3437b1a4c56">
     12  <!ENTITY gnome-settings-daemon-size          "1.3 MB">
     13  <!ENTITY gnome-settings-daemon-buildsize     "29 MB">
     14  <!ENTITY gnome-settings-daemon-time          "0.1 SBU (using paralleism=4)">
    1515]>
    1616
     
    123123    </para>
    124124
    125 <screen><userinput>./configure --prefix=/usr     \
    126             --sysconfdir=/etc \
    127             --disable-static  &amp;&amp;
    128 make</userinput></screen>
     125<screen><userinput>mkdir build &amp;&amp;
     126cd    build &amp;&amp;
     127
     128meson --prefix=/usr --sysconfdir=/etc &amp;&amp;
     129ninja</userinput></screen>
    129130
    130131    <para>
     
    139140
    140141  </sect2>
    141 
     142<!--
    142143  <sect2 role="commands">
    143144    <title>Command Explanations</title>
     
    153154
    154155    <para>
    155       <option>--disable-cups</option>: Use this switch if you have not
     156      <option>- -disable-cups</option>: Use this switch if you have not
    156157      installed recommended dependency <application>Cups</application>.
    157158    </para>
    158159
    159160    <para>
    160       <option>--disable-network-manager</option>: Use this switch if
     161      <option>- -disable-network-manager</option>: Use this switch if
    161162      you have not installed recommended dependency
    162163      <application>NetworkManager</application>.
     
    164165
    165166    <para>
    166       <option>--disable-smartcard-support</option>: Use this switch if
     167      <option>- -disable-smartcard-support</option>: Use this switch if
    167168      you have not installed recommended dependency
    168169      <application>NSS</application> and wish to disable SmartCard
     
    171172
    172173    <para>
    173       <option>--disable-wayland</option>: Use this switch if you have not
     174      <option>- -disable-wayland</option>: Use this switch if you have not
    174175      installed recommended dependency <application>Wayland</application>.
    175176    </para>
    176177
    177178  </sect2>
     179-->
    178180
    179181  <sect2 role="content">
  • gnome/platform/gsettings-desktop-schemas.xml

    re1a8598d r27229db  
    66
    77  <!ENTITY gsettings-desktop-schemas-download-http
    8            "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-24;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
     8           "&gnome-download-http;/gsettings-desktop-schemas/&gnome-minor-28;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
    99  <!ENTITY gsettings-desktop-schemas-download-ftp
    10            "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor-24;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
    11   <!ENTITY gsettings-desktop-schemas-md5sum        "796b6ac1eff450261edd521b72e7fe6d">
    12   <!ENTITY gsettings-desktop-schemas-size          "624 KB">
    13   <!ENTITY gsettings-desktop-schemas-buildsize     "16 MB">
     10           "&gnome-download-ftp;/gsettings-desktop-schemas/&gnome-minor-28;/gsettings-desktop-schemas-&gsettings-desktop-schemas-version;.tar.xz">
     11  <!ENTITY gsettings-desktop-schemas-md5sum        "370610e29b37d063ede3ef0f29c06eb9">
     12  <!ENTITY gsettings-desktop-schemas-size          "636 KB">
     13  <!ENTITY gsettings-desktop-schemas-buildsize     "12 MB">
    1414  <!ENTITY gsettings-desktop-schemas-time          "less than 0.1 SBU">
    1515]>
  • gnome/platform/gvfs.xml

    re1a8598d r27229db  
    55  %general-entities;
    66
    7   <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.34/gvfs-&gvfs-version;.tar.xz">
    8   <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.34/gvfs-&gvfs-version;.tar.xz">
    9   <!ENTITY gvfs-md5sum        "0d1a761e150832f98287b2a41103e03d">
    10   <!ENTITY gvfs-size          "1.7 MB">
    11   <!ENTITY gvfs-buildsize     "52 MB (and additional 3MB for tests)">
    12   <!ENTITY gvfs-time          "0.5 SBU (an additional 0.1 SBU for tests)">
     7  <!ENTITY gvfs-download-http "&gnome-download-http;/gvfs/1.36/gvfs-&gvfs-version;.tar.xz">
     8  <!ENTITY gvfs-download-ftp  "&gnome-download-ftp;/gvfs/1.36/gvfs-&gvfs-version;.tar.xz">
     9  <!ENTITY gvfs-md5sum        "216d461c5e96e2cea74253be407af6dc">
     10  <!ENTITY gvfs-size          "1.2 MB">
     11  <!ENTITY gvfs-buildsize     "40 MB">
     12  <!ENTITY gvfs-time          "0.1 SBU (Using parallelism=4)">
    1313]>
    1414
     
    9292      <xref linkend="gcr"/>,
    9393      <xref linkend="gtk3"/>,
     94      <xref linkend="libcdio"/>,
    9495      <xref linkend="libgdata"/>,
    9596      <xref linkend="libgudev"/>,
     
    109110      <xref linkend="gtk-doc"/>,
    110111      <xref linkend="libarchive"/>,
    111       <xref linkend="libcdio"/>,
    112112      <xref linkend="libgcrypt"/>,
    113113      <xref linkend="libxml2"/>,
     
    164164    </para>
    165165
    166 <screen><userinput>./configure --prefix=/usr \
    167             --sysconfdir=/etc \
    168             --disable-gphoto2 &amp;&amp;
    169 make</userinput></screen>
     166<screen><userinput>mkdir build &amp;&amp;
     167cd    build &amp;&amp;
     168
     169meson --prefix=/usr     \
     170      --sysconfdir=/etc \
     171      -Dfuse=false      \
     172      -Dgphoto2=false   \
     173      -Dafc=false       \
     174      -Dbluray=false    \
     175      -Dnfs=false       \
     176      -Dmtp=false       &amp;&amp;
     177ninja</userinput></screen>
    170178
    171179    <para>
    172       To test the results, issue: <command>make -k check</command>.
    173       Three Samba tests are known to fail if smbd is not running.
     180      This package does not come with at test suite.
    174181    </para>
    175182
     
    178185    </para>
    179186
    180 <screen role="root"><userinput>make install</userinput></screen>
     187<screen role="root"><userinput>ninja install</userinput></screen>
    181188
    182189    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    188195
    189196    <para>
    190       <parameter>--disable-gphoto2</parameter>: This switch is required if
    191       <application>libgphoto2</application> is not installed. Remove
    192       it if you installed <application>libgphoto2</application> and
     197      <parameter>-D&lt;option&gt;=false</parameter>: These switches are
     198      required if the corresponding optional dependency is not installed.
     199      Remove those where you have installed the correspoinding applicationand
    193200      wish to use it with <application>Gvfs</application>.
    194201    </para>
    195 
    196     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    197       href="../../xincludes/gtk-doc-rebuild.xml"/>
    198202
    199203  </sect2>
  • gnome/platform/libgweather.xml

    re1a8598d r27229db  
    66
    77  <!ENTITY libgweather-download-http
    8            "&gnome-download-http;/libgweather/&gnome-minor-26;/libgweather-&libgweather-version;.tar.xz">
     8           "&gnome-download-http;/libgweather/&gnome-minor-28;/libgweather-&libgweather-version;.tar.xz">
    99  <!ENTITY libgweather-download-ftp
    10            "&gnome-download-ftp;/libgweather/&gnome-minor-26;/libgweather-&libgweather-version;.tar.xz">
    11   <!ENTITY libgweather-md5sum        "ae9c0aad9e66867a6f2bf04711738b32">
    12   <!ENTITY libgweather-size          "3.2 MB">
    13   <!ENTITY libgweather-buildsize     "103 MB">
    14   <!ENTITY libgweather-time          "0.2 SBU">
     10           "&gnome-download-ftp;/libgweather/&gnome-minor-28;/libgweather-&libgweather-version;.tar.xz">
     11  <!ENTITY libgweather-md5sum        "45dee6905d80d57e422c103e227a68d0">
     12  <!ENTITY libgweather-size          "2.7 MB">
     13  <!ENTITY libgweather-buildsize     "68 MB">
     14  <!ENTITY libgweather-time          "0.1 SBU">
    1515]>
    1616
     
    108108    </para>
    109109
    110 <screen><userinput>./configure --prefix=/usr &amp;&amp;
    111 make</userinput></screen>
     110<screen><userinput>mkdir build &amp;&amp;
     111cd    build &amp;&amp;
     112
     113meson --prefix=/usr &amp;&amp;
     114ninja</userinput></screen>
    112115
    113116    <para>
     
    119122    </para>
    120123
    121 <screen role="root"><userinput>make install</userinput></screen>
     124<screen role="root"><userinput>ninja install</userinput></screen>
    122125
    123126  </sect2>
     
    126129    <title>Command Explanations</title>
    127130
    128     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    129       href="../../xincludes/gtk-doc-rebuild.xml"/>
     131    <para><option>-Dgtk_doc</option>: Use this parameter if
     132    <application>GTK-Doc</application> is installed and you wish to rebuild and
     133    install the API documentation.</para>
    130134
    131135  </sect2>
  • gnome/platform/libsecret.xml

    re1a8598d r27229db  
    77  <!ENTITY libsecret-download-http "&gnome-download-http;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
    88  <!ENTITY libsecret-download-ftp  "&gnome-download-ftp;/libsecret/0.18/libsecret-&libsecret-version;.tar.xz">
    9   <!ENTITY libsecret-md5sum        "2d688825921313da8731313b0a7f394c">
    10   <!ENTITY libsecret-size          "500 KB">
    11   <!ENTITY libsecret-buildsize     "17 MB">
     9  <!ENTITY libsecret-md5sum        "c6cf132a56bd346fbf49a43abb02e5c2">
     10  <!ENTITY libsecret-size          "480 KB">
     11  <!ENTITY libsecret-buildsize     "12 MB">
    1212  <!ENTITY libsecret-time          "0.2 SBU">
    1313]>
     
    135135<screen role="root"><userinput>make install</userinput></screen>
    136136
    137 <!--
    138137    <para>
    139138      To test the results, issue: <command>make check</command>, after the
     
    141140      session started with dbus-launch.
    142141    </para>
    143 -->
    144 <!-- The test suite ran for me, but gave 9 ERRORS and 144 FAILS. -->
    145142
    146143  </sect2>
  • gnome/platform/nautilus.xml

    re1a8598d r27229db  
    99  <!ENTITY nautilus-download-ftp
    1010           "&gnome-download-ftp;/nautilus/&gnome-minor-26;/nautilus-&nautilus-version;.tar.xz">
    11   <!ENTITY nautilus-md5sum        "ad06281b84f9acb188aa59d8abeae98c">
     11  <!ENTITY nautilus-md5sum        "48fb205089ea8e5d85d11285111af7cb">
    1212  <!ENTITY nautilus-size          "3.1 MB">
    13   <!ENTITY nautilus-buildsize     "94 MB (with tests)">
    14   <!ENTITY nautilus-time          "0.6 SBU (iusing parallelism=4; with tests)">
     13  <!ENTITY nautilus-buildsize     "72 MB (with tests)">
     14  <!ENTITY nautilus-time          "0.3 SBU (iusing parallelism=4; with tests)">
    1515]>
    1616
     
    7777    <bridgehead renderas="sect4">Required</bridgehead>
    7878    <para role="required">
     79      <xref linkend="gexiv2"/>,
    7980      <xref linkend="gnome-autoar"/>,
    8081      <xref linkend="gnome-desktop"/>,
     
    119120cd    build &amp;&amp;
    120121
    121 meson --prefix=/usr     \
    122       --sysconfdir=/etc \
    123       -Denable-selinux=false .. &amp;&amp;
     122meson --prefix=/usr      \
     123      --sysconfdir=/etc  \
     124      -Dselinux=false    \
     125      -Dpackagekit=false \
     126      .. &amp;&amp;
    124127
    125128ninja</userinput></screen>
     
    148151
    149152    <para>
    150       <parameter>--disable-selinux</parameter>: This switch disables the use
     153      <parameter>-Dselinux=false</parameter>: This switch disables the use
    151154      of selinux which isn't supported by BLFS.
    152155    </para>
    153156
    154157    <para>
    155       <parameter>--disable-packagekit</parameter>: This switch disables the use
     158      <parameter>-Dpackagekit=false</parameter>: This switch disables the use
    156159      of PackageKit which isn't suitable for BLFS.
    157     </para>
    158 
    159     <para>
    160       <parameter>--disable-tracker</parameter>: This switch disables
    161       the use of <application>Tracker</application> which isn't part of
    162       BLFS.
    163     </para>
    164 
    165     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    166       href="../../xincludes/gtk-doc-rebuild.xml"/>
    167 
    168     <para>
    169       <option>--disable-xmp</option>: Use this switch if
    170       you did not install <application>Exempi</application>.
    171     </para>
    172 
    173     <para>
    174       <option>--disable-libexif</option>: Use this switch if
    175       you did not install <application>libexif</application>.
    176160    </para>
    177161
  • gnome/platform/platform.xml

    re1a8598d r27229db  
    7878  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-backgrounds.xml"/>
    7979  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gvfs.xml"/>
     80  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gexiv2.xml"/>
    8081  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nautilus.xml"/>
    8182  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zenity.xml"/>
  • gnome/platform/yelp-xsl.xml

    re1a8598d r27229db  
    55  %general-entities;
    66
    7   <!ENTITY yelp-xsl-download-http "&gnome-download-http;/yelp-xsl/&gnome-minor-20;/yelp-xsl-&yelp-xsl-version;.tar.xz">
    8   <!ENTITY yelp-xsl-download-ftp  "&gnome-download-ftp;/yelp-xsl/&gnome-minor-20;/yelp-xsl-&yelp-xsl-version;.tar.xz">
    9   <!ENTITY yelp-xsl-md5sum        "2332716e6e39125a942bc761a6f94211">
    10   <!ENTITY yelp-xsl-size          "556 KB">
    11   <!ENTITY yelp-xsl-buildsize     "7.7 MB">
     7  <!ENTITY yelp-xsl-download-http "&gnome-download-http;/yelp-xsl/&gnome-minor-28;/yelp-xsl-&yelp-xsl-version;.tar.xz">
     8  <!ENTITY yelp-xsl-download-ftp  "&gnome-download-ftp;/yelp-xsl/&gnome-minor-28;/yelp-xsl-&yelp-xsl-version;.tar.xz">
     9  <!ENTITY yelp-xsl-md5sum        "d034d773a9c5b2e25e2a8f79ff09ad8d">
     10  <!ENTITY yelp-xsl-size          "500 KB">
     11  <!ENTITY yelp-xsl-buildsize     "7.1 MB">
    1212  <!ENTITY yelp-xsl-time          "less than 0.1 SBU">
    1313]>
  • gnome/platform/zenity.xml

    re1a8598d r27229db  
    55  %general-entities;
    66
    7   <!ENTITY zenity-download-http "&gnome-download-http;/zenity/&gnome-minor-26;/zenity-&zenity-version;.tar.xz">
    8   <!ENTITY zenity-download-ftp  "&gnome-download-ftp;/zenity/&gnome-minor-26;/zenity-&zenity-version;.tar.xz">
    9   <!ENTITY zenity-md5sum        "7c28ce3f953de31a7a5c6311a3c5d607">
    10   <!ENTITY zenity-size          "1.1 MB">
    11   <!ENTITY zenity-buildsize     "20 MB">
    12   <!ENTITY zenity-time          "0.2 SBU">
     7  <!ENTITY zenity-download-http "&gnome-download-http;/zenity/&gnome-minor-28;/zenity-&zenity-version;.tar.xz">
     8  <!ENTITY zenity-download-ftp  "&gnome-download-ftp;/zenity/&gnome-minor-28;/zenity-&zenity-version;.tar.xz">
     9  <!ENTITY zenity-md5sum        "0916c428ed858242c0864da4dc4c7f02">
     10  <!ENTITY zenity-size          "4.2 MB">
     11  <!ENTITY zenity-buildsize     "17 MB">
     12  <!ENTITY zenity-time          "0.1 SBU">
    1313]>
    1414
Note: See TracChangeset for help on using the changeset viewer.