Changeset 7e16b7ab
- Timestamp:
- 03/17/2021 02:30:42 PM (3 years ago)
- Branches:
- 11.0, 11.1, 11.2, 11.3, 12.0, kea, ken/inkscape-core-mods, lazarus, lxqt, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 64b8189
- Parents:
- 22127e0
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/dconf.xml
r22127e0 r7e16b7ab 8 8 <!ENTITY dconf-download-http "&gnome-download-http;/dconf/0.40/dconf-&dconf-version;.tar.xz"> 9 9 <!ENTITY dconf-download-ftp "&gnome-download-ftp;/dconf/0.40/dconf-&dconf-version;.tar.xz"> 10 <!ENTITY dconf-md5sum " 803bcddd983803b339acfb76064dfd84">11 <!ENTITY dconf-size "11 6KB">10 <!ENTITY dconf-md5sum "ac8db20b0d6b996d4bbbeb96463d01f0"> 11 <!ENTITY dconf-size "115 KB"> 12 12 <!ENTITY dconf-buildsize "7.0 MB (with tests)"> 13 13 <!ENTITY dconf-time "0.1 SBU (with tests)"> … … 125 125 </itemizedlist> 126 126 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 127 136 <bridgehead renderas="sect3">DConf Dependencies</bridgehead> 128 137 … … 192 201 cd dconf-editor-&dconf-editor-version; && 193 202 203 patch -p1 -i ../../dconf-editor-&dconf-editor-version;-vala_fix-1.patch && 204 194 205 mkdir build && 195 206 cd build && … … 210 221 211 222 <para> 212 <option>-D enable-gtk-doc</option>: Use this parameter if223 <option>-Dgtk_doc=true</option>: Use this parameter if 213 224 <application>GTK-Doc</application> is installed and you wish to rebuild 214 225 and install the API documentation. -
introduction/welcome/changelog.xml
r22127e0 r7e16b7ab 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[pierre] - Patch dconf-editor so that it builds with 49 vala-0.50.4.</para> 50 </listitem> 51 <listitem> 48 52 <para>[renodr] - Update to xkbcomp-1.4.5 (Xorg Application). Fixes 49 53 <ulink url="&blfs-ticket-root;14786">#14786</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.