Changeset b22a51fa for kde/add/kmix.xml
- Timestamp:
- 10/26/2015 08:10:07 PM (9 years ago)
- Branches:
- 10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 12.2, 7.10, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gimp3, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
- 00503b6
- Parents:
- 333a1e69
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/add/kmix.xml
r333a1e69 rb22a51fa 5 5 %general-entities; 6 6 7 <!ENTITY kmix-download-http "&kde-download-http;applications/&k de-apps-version;/src/kmix-&kde-apps-version;.tar.xz">7 <!ENTITY kmix-download-http "&kde-download-http;applications/&kmix-version;/src/kmix-&kmix-version;.tar.xz"> 8 8 <!ENTITY kmix-download-ftp " "> 9 9 <!ENTITY kmix-md5sum "228045200142ad716a147a0a3191afa4"> … … 13 13 ]> 14 14 15 <sect1 id="kmix" xreflabel="kmix-&k de-apps-version;">15 <sect1 id="kmix" xreflabel="kmix-&kmix-version;"> 16 16 <?dbhtml filename="kmix.html"?> 17 17 … … 21 21 </sect1info> 22 22 23 <title>Kmix-&k de-apps-version;</title>23 <title>Kmix-&kmix-version;</title> 24 24 25 25 <indexterm zone="kmix"> … … 86 86 cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ 87 87 -DCMAKE_BUILD_TYPE=Release \ 88 -DCMAKE_AUTOMOC=TRUE \ 88 89 -Wno-dev .. && 89 90 make</userinput></screen> … … 94 95 95 96 </sect2> 97 98 <sect2 role="commands"> 99 <title>Command Explanations</title> 100 101 <para><option>-DCMAKE_AUTOMOC=TRUE</option>: This switch is used to avoid 102 an invalid error return in cmake-3.3 and later.</para> 103 104 </sect2> 105 96 106 97 107 <sect2 role="content">
Note:
See TracChangeset
for help on using the changeset viewer.