Changeset 9da8efdc for gnome/applications/gnome-power-manager.xml
- Timestamp:
- 02/28/2018 12:00:24 PM (6 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/inkscape-core-mods, lazarus, lxqt, perl-modules, plabs/python-mods, qt5new, trunk, upgradedb, xry111/intltool, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
- Children:
- 7bef9d19
- Parents:
- 553cb25
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gnome/applications/gnome-power-manager.xml
r553cb25 r9da8efdc 9 9 <!ENTITY gnome-power-manager-download-ftp 10 10 "&gnome-download-ftp;/gnome-power-manager/&gnome-minor-24;/gnome-power-manager-&gnome-power-manager-version;.tar.xz"> 11 <!ENTITY gnome-power-manager-md5sum " 18da3d95a97ec51164a40e098b257fdb">12 <!ENTITY gnome-power-manager-size " 544KB">13 <!ENTITY gnome-power-manager-buildsize " 9.1MB">14 <!ENTITY gnome-power-manager-time "less than 0.1 SBU ">11 <!ENTITY gnome-power-manager-md5sum "52886ae000e4a4be064ce44d45b74c32"> 12 <!ENTITY gnome-power-manager-size "376 KB"> 13 <!ENTITY gnome-power-manager-buildsize "6.3 MB"> 14 <!ENTITY gnome-power-manager-time "less than 0.1 SBU (with tests)"> 15 15 ]> 16 16 … … 37 37 </para> 38 38 39 &lfs8 1_checked;39 &lfs82_checked; 40 40 41 41 <bridgehead renderas="sect3">Package Information</bridgehead> … … 101 101 </para> 102 102 103 <screen><userinput>./configure --prefix=/usr && 104 make</userinput></screen> 103 <screen><userinput>mkdir build && 104 cd build && 105 106 meson --prefix=/usr .. && 107 ninja</userinput></screen> 105 108 106 109 <para> 107 To test the results, issue: <command> make check</command>.110 To test the results, issue: <command>ninja test</command>. 108 111 </para> 109 112 … … 112 115 </para> 113 116 114 <screen role="root"><userinput> makeinstall</userinput></screen>117 <screen role="root"><userinput>ninja install</userinput></screen> 115 118 116 119 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.