Changeset ec6047d8 for gnome/applications/eog.xml
- Timestamp:
- 10/15/2020 07:44:55 PM (2 years ago)
- Branches:
- 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:
- 4873baa
- Parents:
- 16a72f7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/eog.xml
r16a72f7 rec6047d8 5 5 %general-entities; 6 6 7 <!ENTITY eog-download-http "&gnome-download-http;/eog/&gnome-minor-3 6;/eog-&eog-version;.tar.xz">8 <!ENTITY eog-download-ftp "&gnome-download-ftp;/eog/&gnome-minor-3 6;/eog-&eog-version;.tar.xz">9 <!ENTITY eog-md5sum " ac28881108f85354fdf995d6bf4d1c41">7 <!ENTITY eog-download-http "&gnome-download-http;/eog/&gnome-minor-38;/eog-&eog-version;.tar.xz"> 8 <!ENTITY eog-download-ftp "&gnome-download-ftp;/eog/&gnome-minor-38;/eog-&eog-version;.tar.xz"> 9 <!ENTITY eog-md5sum "e556e96fd4c9345caef718d0837b986b"> 10 10 <!ENTITY eog-size "3.5 MB"> 11 11 <!ENTITY eog-buildsize "48 MB"> 12 <!ENTITY eog-time "0. 4SBU">12 <!ENTITY eog-time "0.3 SBU"> 13 13 ]> 14 14 … … 33 33 <application>EOG</application> is an application used for 34 34 viewing and cataloging image files on the 35 <application>GNOME</application> Desktop. It has basic editing35 <application>GNOME</application> Desktop. It also has basic editing 36 36 capabilites. 37 37 </para> … … 96 96 <bridgehead renderas="sect4">Optional</bridgehead> 97 97 <para role="optional"> 98 <xref linkend="gtk-doc"/> 98 <xref linkend="gtk-doc"/> and 99 <xref linkend="libportal"/> 99 100 </para> 100 101 … … 115 116 cd build && 116 117 117 meson --prefix=/usr .. &&118 meson --prefix=/usr -Dlibportal=false .. && 118 119 ninja</userinput></screen> 119 120 … … 143 144 144 145 <para> 145 <option>-Dgtk-doc=true</option>: Use this parameter if 146 <application>GTK-Doc</application> is installed and you wish to rebuild 146 <parameter>-Dlibportal=false</parameter>: This parameter disables 147 building EOG with support for flatpak portals. Remove this parameter 148 if you have <xref role="nodep" linkend="libportal"/> installed and wish 149 to have support for flatpak portals. 150 </para> 151 152 <para> 153 <option>-Dgtk-doc=true</option>: Use this option if 154 <xref role="nodep" linkend="gtk-doc"/> is installed and you wish to rebuild 147 155 and install the API documentation. 148 156 </para>
Note:
See TracChangeset
for help on using the changeset viewer.