source: gnome/platform/platform.xml@ ec047148

10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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
Last change on this file since ec047148 was ec047148, checked in by Douglas R. Reno <renodr@…>, 4 years ago

Drop the python2 version of the pycryptodome module
Update to gsettings-desktop-schemas-3.38.0
Update to VTE-0.62.0
Update to yelp-xsl-3.38.0
Update to gnome-desktop-3.38.1
Update to cheese-3.38.0
Update to libpeas-1.28.0
Update to evolution-data-server-3.38.1
Update to dconf-0.38.0
Update to dconf-editor-3.38.0
Update to tracker-3.0.1
Update to tracker-miners-3.0.1
Modify tracker and tracker-miners to allow them to build on SysV systems.

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

  • Property mode set to 100644
File size: 4.8 KB
RevLine 
[dabe4b0]1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6]>
7
8<!--
9$LastChangedBy$
10$Date$
11-->
12
13<chapter id="gnome-core">
14 <?dbhtml filename="core.html"?>
15
[51dfb3e]16 <title>GNOME Libraries and Desktop</title>
[dabe4b0]17
[51dfb3e]18 <para>
[8b5a6f57]19 The objective of this section is to build a
[93820f7]20 <application>GNOME</application> desktop.
[8b5a6f57]21 </para>
22
[dabe4b0]23 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-platform.xml"/>
24
[d7d5feb1]25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gcr.xml"/>
[dabe4b0]26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsettings-desktop-schemas.xml"/>
27 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libsecret.xml"/>
[8615350]28 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="rest.xml"/>
[dabe4b0]29 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="totem-pl-parser.xml"/>
30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vte.xml"/>
[d7d5feb1]31 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yelp-xsl.xml"/>
32 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gconf.xml"/>
[eba70158]33 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="geocode-glib.xml"/>
[d7d5feb1]34 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gjs.xml"/>
[92d69d1]35 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-autoar.xml"/>
[d7d5feb1]36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-desktop.xml"/>
[eba70158]37 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-menus.xml"/>
[d7d5feb1]38 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-video-effects.xml"/>
[dbea07b]39 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-online-accounts.xml"/>
[69a16457]40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="grilo.xml"/>
41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libchamplain.xml"/>
42 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgdata.xml"/>
43 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgee.xml"/>
[d7d5feb1]44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgtop.xml"/>
[69a16457]45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgweather.xml"/>
[d7d5feb1]46 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpeas.xml"/>
47 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwnck.xml"/>
[9199306]48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="evolution-data-server.xml"/>
[36bbe491]49 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="folks.xml"/>
50 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gfbgraph.xml"/>
[eccacf7]51 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tracker.xml"/>
[ec047148]52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tracker3.xml"/>
[5c115c8]53 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tracker-miners.xml"/>
[ec047148]54 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="tracker3-miners.xml"/>
[6eea7da]55 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsound.xml"/>
[d7d5feb1]56
[51dfb3e]57<!-- GNOME Desktop -->
[d7d5feb1]58 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-desktop.xml"/>
[9d6c260]59 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="caribou.xml"/>-->
[fe1e1de]60 <!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dummy-runtime.xml"/>-->
[dabe4b0]61 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="dconf.xml"/>
[9199306]62 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-backgrounds.xml"/>
[d7d5feb1]63 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gvfs.xml"/>
[27229db]64 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gexiv2.xml"/>
[a4a81fd9]65 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nautilus.xml"/>
[614fce8e]66 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="zenity.xml"/>
67 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-bluetooth.xml"/>
[d7d5feb1]68 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-keyring.xml"/>
[614fce8e]69 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-settings-daemon.xml"/>
[30712eb]70 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-control-center.xml"/>
[2e704d1b]71 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="mutter.xml"/>
72 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell.xml"/>
73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-shell-extensions.xml"/>
74 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-session.xml"/>
75 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdm.xml"/>
76 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-user-docs.xml"/>
77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yelp.xml"/>
[3609a85]78 <!-- notification-daemon moved to System Utilities. -->
79 <!-- polkit-gnome moved to Security. -->
[dabe4b0]80
81</chapter>
Note: See TracBrowser for help on using the repository browser.