Changeset 118b201 for gnome/applications
- Timestamp:
- 05/01/2019 05:14:16 PM (5 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 9.0, 9.1, 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:
- 9533795
- Parents:
- 963c713
- Location:
- gnome/applications
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/file-roller.xml
r963c713 r118b201 135 135 136 136 <screen role="root"><userinput>ninja install && 137 chmod -v 0755 /usr/libexec/file-roller/isoinfo.sh && 138 glib-compile-schemas /usr/share/glib-2.0/schemas</userinput></screen> 137 chmod -v 0755 /usr/libexec/file-roller/isoinfo.sh</userinput></screen> 139 138 140 <!-- There is a possibilty that glib-compile-schemas needs to be run. --> 139 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 140 href="../../xincludes/gsettings-destdir.xml"/> 141 142 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 143 href="../../xincludes/update-icons-and-desktop.xml"/> 141 144 142 145 </sect2> -
gnome/applications/gnome-calculator.xml
r963c713 r118b201 98 98 <title>Installation of GNOME Calculator</title> 99 99 100 <!-- Should not be needed with next version --> 101 <para> 102 First apply an upstream fix to prevent a type mismatch flagged as an 103 error by vala-0.44.x: 104 </para> 105 106 <screen><userinput>sed -e 's/token_list\.copy()/token_list.copy_deep((CopyFunc) Object.ref)/' \ 107 -i lib/equation-parser.vala</userinput></screen> 108 100 109 <para> 101 110 Install <application>GNOME Calculator</application> by running
Note:
See TracChangeset
for help on using the changeset viewer.