- Timestamp:
- 11/13/2015 02:24:57 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:
- 9fd7f516
- Parents:
- 6c91a92a
- Location:
- kde/kf5
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/kf5/kf5-frameworks.xml
r6c91a92a rf3429309 83 83 <xref linkend="aspell"/> (Dictionary backend for Sonnet), 84 84 <xref linkend="avahi"/> (DNS-SD backend for KDNSSD), 85 <xref linkend="libdbusmenu-qt"/> (built with qt5), 85 <xref linkend="libdbusmenu-qt"/> (built with qt5), 86 86 <xref linkend="NetworkManager"/> (needed to build NetworkManager-Qt), and 87 87 <xref linkend="polkit-qt"/> (Authentication backend for KAuth) … … 145 145 <command>wget</command> to fetch them all at once: 146 146 </para> 147 147 148 148 <screen><userinput>url=http://download.kde.org/stable/frameworks/&kf5-short-version;/ 149 149 wget -r -nH --cut-dirs=3 -A '*.xz' -np $url</userinput> 150 150 <literal> 151 The options used here are: 151 The options used here are: 152 152 -r recurse through child directories 153 153 -nH disable generation of host-prefixed directories … … 273 273 if $(echo $line | grep -E -q '^ *$|^#' ); then continue; fi 274 274 file=$(echo $line | cut -d" " -f2) 275 275 276 276 pkg=$(echo $file|sed 's|^.*/||') # Remove directory 277 277 packagedir=$(echo $pkg|sed 's|\.tar.*||') # Package directory … … 288 288 -DLIB_INSTALL_DIR=lib \ 289 289 -DBUILD_TESTING=OFF \ 290 -Wno-dev .. 290 -Wno-dev .. 291 291 make 292 292 as_root make install … … 307 307 If the installed directory is not /usr, rename the directory and create a 308 308 symlink:</para> 309 309 310 310 <screen><userinput>mv -v /opt/kf5 /opt/kf5-&kf5-version; 311 311 ln -sfvn kf5-&kf5-version; /opt/kf5</userinput></screen> … … 349 349 <seglistitem> 350 350 <seg> 351 There are 53 programs installed in /opt/kf5/bin. 351 There are 53 programs installed in /opt/kf5/bin. 352 352 </seg> 353 353 <seg> 354 There are too many kf5 libraries (79) to list separately. 354 There are too many kf5 libraries (79) to list separately. 355 355 </seg> 356 356 <seg> … … 506 506 <listitem> 507 507 <para> 508 executes kross scripts written in KDE Javascript, Python, Ruby, 508 executes kross scripts written in KDE Javascript, Python, Ruby, 509 509 Java and Falcon. 510 510 </para> … … 690 690 <para> 691 691 is a command line tool to write values in KDE 692 configuration files. 692 configuration files. 693 693 </para> 694 694 <indexterm zone="kf5-frameworks kwriteconfig5"> … … 703 703 <para> 704 704 converts DocBook files to HTML. 705 </para> 705 </para> 706 706 <indexterm zone="kf5-frameworks meinproc5"> 707 707 <primary sortas="b-meinproc5">meinproc5</primary> -
kde/kf5/kf5.xml
r6c91a92a rf3429309 13 13 <chapter id="kf5"> 14 14 <?dbhtml filename="kf5.html"?> 15 15 16 16 <title>KDE Frameworks 5</title> 17 17
Note:
See TracChangeset
for help on using the changeset viewer.