Changeset 1e5da9b for gnome/applications/vinagre.xml
- Timestamp:
- 05/19/2020 08:53:31 AM (4 years ago)
- Branches:
- 10.0, 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:
- c764687
- Parents:
- 881d8cf
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/vinagre.xml
r881d8cf r1e5da9b 105 105 106 106 <para> 107 First fix an issue exposed by GCC-10: 108 </para> 109 110 <screen><userinput>sed -e '/_VinagreVnc/i gboolean scaling_command_line;' \ 111 -i plugins/vnc/vinagre-vnc-connection.c && 112 sed -e '/scaling_/s/^/extern /' \ 113 -i plugins/vnc/vinagre-vnc-connection.h</userinput></screen> 114 115 <para> 107 116 Install <application>Vinagre</application> by running the following 108 117 commands: 109 118 </para> 110 119 111 <screen><userinput>./configure --prefix=/usr CFLAGS="$CFLAGS -fcommon"\120 <screen><userinput>./configure --prefix=/usr \ 112 121 --enable-compile-warnings=minimum && 113 122 make</userinput></screen>
Note:
See TracChangeset
for help on using the changeset viewer.