Changeset f17355f for gnome/platform/gjs.xml
- Timestamp:
- 10/11/2020 04:41:55 PM (4 years ago)
- Branches:
- 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, gimp3, 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/for-12.3, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/spidermonkey128, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 9ce9eb4
- Parents:
- c46217a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gjs.xml
rc46217a rf17355f 7 7 <!ENTITY gjs-download-http "&gnome-download-http;/gjs/1.66/gjs-&gjs-version;.tar.xz"> 8 8 <!ENTITY gjs-download-ftp "&gnome-download-ftp;/gjs/1.66/gjs-&gjs-version;.tar.xz"> 9 <!ENTITY gjs-md5sum " d43a936f5edd8ff36ecc54684b26d82a">9 <!ENTITY gjs-md5sum "82c3b0273f64859e776e52545b5f0b10"> 10 10 <!ENTITY gjs-size "432 KB"> 11 11 <!ENTITY gjs-buildsize "76 MB (with tests)"> … … 67 67 <para> 68 68 Estimated build time: &gjs-time; 69 </para>70 </listitem>71 </itemizedlist>72 73 <bridgehead renderas="sect3">Additional Downloads</bridgehead>74 <itemizedlist spacing="compact">75 <listitem>76 <para>77 Required patch:78 <ulink url="&patch-root;/gjs-&gjs-version;-upstream_fixes-1.patch"/>79 69 </para> 80 70 </listitem> … … 101 91 <xref linkend="valgrind"/> (for tests), 102 92 <ulink url="http://dtrace.org/blogs/about">DTrace</ulink>, 93 <ulink url="https://wiki.gnome.org/Projects/GTK/Roadmap/GTK4">GTK+-4</ulink>, 103 94 <ulink url="http://ltp.sourceforge.net/coverage/lcov.php">LCOV</ulink>, and 104 95 <ulink url="https://sourceware.org/systemtap">Systemtap</ulink> … … 126 117 127 118 <screen><userinput remap="pre">sed -i '/symlink-gjs.py/s/^/#/g' meson.build</userinput></screen>--> 128 129 <para>130 First, apply a patch to fix some regressions in this version of gjs:131 </para>132 133 <screen><userinput remap="pre">patch -Np1 -i ../gjs-&gjs-version;-upstream_fixes-1.patch</userinput></screen>134 119 135 120 <para>
Note:
See TracChangeset
for help on using the changeset viewer.