Changeset 0165a3fe for gnome


Ignore:
Timestamp:
10/15/2013 03:29:52 PM (11 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 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:
8b3a8979
Parents:
4947a7a
Message:

Fix some minor GNOME issues and adds back gstreamer dependencies

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

Location:
gnome/platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/platform.xml

    r4947a7a r0165a3fe  
    2727
    2828  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="accountsservice.xml"/>
    29   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-gnome.xml"/>
    3029  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gsettings-desktop-schemas.xml"/>
    3130  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yelp-xsl.xml"/>
     
    4342  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libpeas.xml"/>
    4443  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libwnck.xml"/>
    45   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notification-daemon.xml"/>
    4644  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="totem-pl-parser.xml"/>
    4745  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="vte.xml"/>
     
    5452  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-icon-theme-symbolic.xml"/>
    5553  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnome-themes-standard.xml"/>
     54  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="notification-daemon.xml"/>
     55  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="polkit-gnome.xml"/>
    5656  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="yelp.xml"/>
    5757
  • gnome/platform/totem-pl-parser.xml

    r4947a7a r0165a3fe  
    9393    <para role="optional">
    9494      <xref linkend="gtk-doc"/> and
    95       <ulink url="http://sourceforge.net/projects/quvi">libquvi</ulink>
     95      <ulink url="http://sourceforge.net/projects/quvi">libquvi (version 0.9)</ulink>
    9696    </para>
    9797
     
    109109    </para>
    110110
    111 <screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
     111<screen><userinput>./configure --prefix=/usr    \
     112            --disable-static \
     113            --libexecdir=/usr/lib/totem-pl-parser &amp;&amp;
    112114make</userinput></screen>
    113115
     
    152154        </seg>
    153155        <seg>
    154           /usr/include/totem-pl-parser and
     156          /usr/include/totem-pl-parser,
     157          /usr/lib/totem-pl-parser, and
    155158          /usr/share/gtk-doc/html/totem-pl-parser
    156159        </seg>
Note: See TracChangeset for help on using the changeset viewer.