Ignore:
Timestamp:
03/17/2021 02:30:42 PM (3 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
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
Children:
64b8189
Parents:
22127e00
Message:

Patch dconf-editor so that it builds with vala-0.50.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gnome/platform/dconf.xml

    r22127e00 r7e16b7ab  
    88  <!ENTITY dconf-download-http "&gnome-download-http;/dconf/0.40/dconf-&dconf-version;.tar.xz">
    99  <!ENTITY dconf-download-ftp  "&gnome-download-ftp;/dconf/0.40/dconf-&dconf-version;.tar.xz">
    10   <!ENTITY dconf-md5sum        "803bcddd983803b339acfb76064dfd84">
    11   <!ENTITY dconf-size          "116 KB">
     10  <!ENTITY dconf-md5sum        "ac8db20b0d6b996d4bbbeb96463d01f0">
     11  <!ENTITY dconf-size          "115 KB">
    1212  <!ENTITY dconf-buildsize     "7.0 MB (with tests)">
    1313  <!ENTITY dconf-time          "0.1 SBU (with tests)">
     
    125125    </itemizedlist>
    126126
     127    <itemizedlist spacing="compact">
     128      <listitem>
     129        <para>
     130          Required patch for dconf-editor:
     131          <ulink url="&patch-root;/dconf-editor-&dconf-editor-version;-vala_fix-1.patch"/>
     132        </para>
     133      </listitem>
     134    </itemizedlist>
     135
    127136    <bridgehead renderas="sect3">DConf Dependencies</bridgehead>
    128137
     
    192201cd dconf-editor-&dconf-editor-version;                &amp;&amp;
    193202
     203patch -p1 -i ../../dconf-editor-&dconf-editor-version;-vala_fix-1.patch &amp;&amp;
     204
    194205mkdir build &amp;&amp;
    195206cd    build &amp;&amp;
     
    210221
    211222    <para>
    212       <option>-Denable-gtk-doc</option>: Use this parameter if
     223      <option>-Dgtk_doc=true</option>: Use this parameter if
    213224      <application>GTK-Doc</application> is installed and you wish to rebuild
    214225      and install the API documentation.
Note: See TracChangeset for help on using the changeset viewer.