Changeset e3fb392 for gnome/platform


Ignore:
Timestamp:
07/13/2018 10:23:45 PM (6 years ago)
Author:
Douglas R. Reno <renodr@…>
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:
2a9884a
Parents:
e12425a
Message:

Modified gcr for a build failure with gtk-doc installed
Added note about build-failure with docbook-utils to gnome-color-manager
Modified command line wrapper section for sassc

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

Location:
gnome/platform
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/gcr.xml

    re12425a re3fb392  
    114114
    115115./configure --prefix=/usr     \
    116             --sysconfdir=/etc &amp;&amp;
     116            --sysconfdir=/etc \
     117            --without-gtk-doc &amp;&amp;
    117118make</userinput></screen>
    118119
  • gnome/platform/sassc.xml

    re12425a re3fb392  
    144144    </para>
    145145
    146 <screen><userinput>tar -xf ../sassc-&sassc-version;.tar.gz &amp;&amp;
     146<screen><userinput>tar -xf ../&sassc-version;.tar.gz &amp;&amp;
    147147cd sassc-&sassc-version; &amp;&amp;
    148 
     148<!-- This will have to be modified at a later time. 3.5.0.tar.gz isn't acceptable. -->
    149149autoreconf -fi &amp;&amp;
    150150
Note: See TracChangeset for help on using the changeset viewer.