Changeset b9c5febe
- Timestamp:
- 05/18/2020 06:25:15 PM (3 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, ken/inkscape-core-mods, lazarus, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226
- Children:
- 69b1dde
- Parents:
- bf3690b
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/platform/gjs.xml
rbf3690b rb9c5febe 104 104 105 105 <para> 106 First, work around a bug in meson caused by support for Windows NT: 107 </para> 108 109 <!-- When scripting, 'ninja install' fails because the 'gjs' symlink is 110 generated before 'gjs-console' is installed. This seems to be due 111 to adding symbolic link support for Windows NT-based platforms. 112 This shouldn't affect us, so let's create the symlink manually 113 like we do in other packages.--> 114 115 <screen><userinput remap="pre">sed -i '/symlink-gjs.py/s/^/#/g' meson.build</userinput></screen> 116 117 <para> 106 118 Install <application>Gjs</application> by running the following 107 119 commands: … … 127 139 </para> 128 140 129 <screen role="root"><userinput>ninja install</userinput></screen> 141 <screen role="root"><userinput>ninja install && 142 ln -sfv gjs-console /usr/bin/gjs</userinput></screen> 130 143 131 144 </sect2> -
introduction/welcome/changelog.xml
rbf3690b rb9c5febe 46 46 <itemizedlist> 47 47 <listitem> 48 <para>[renodr] - Fix an installation problem in gjs caused by 49 trying to create a symlink before it's origin is installed.</para> 50 </listitem> 51 <listitem> 48 52 <para>[thomas] - Update to libuv-1.38.0. Fixes 49 53 <ulink url="&blfs-ticket-root;13542">#13542</ulink>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.