From 2a7334e817f83927072682e7086242688d50df24 Mon Sep 17 00:00:00 2001 From: Ragnar Thomsen Date: Wed, 8 Aug 2012 15:38:30 +0000 Subject: [PATCH] Update to KDE 4.9.0 and a major overhaul of the section. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10496 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- general.ent | 23 +-- index.xml | 2 +- introduction/welcome/changelog.xml | 3 + introduction/welcome/which.xml | 2 +- {kde4 => kde}/add/add-pkgs.xml | 17 +- {kde4 => kde}/add/add.xml | 17 +- {kde4 => kde}/add/ark.xml | 22 +-- {kde4 => kde}/add/gwenview.xml | 22 +-- {kde4 => kde}/add/kate.xml | 20 ++- kde/add/kde-base-artwork.xml | 147 ++++++++++++++++ .../add/kde4admin.xml => kde/add/kdeadmin.xml | 20 +-- .../kde4network.xml => kde/add/kdenetwork.xml | 14 +- .../add/kdepim-runtime.xml | 55 +++--- kde4/add/kde4pim.xml => kde/add/kdepim.xml | 40 ++--- .../add/kdeplasma-addons.xml | 58 +++---- kde4/add/kcalc.xml => kde/add/kmix.xml | 75 ++++----- {kde4 => kde}/add/konsole.xml | 26 +-- {kde4 => kde}/add/libkexiv2.xml | 17 +- {kde4 => kde}/add/okular.xml | 19 ++- {kde4 => kde}/core/akonadi.xml | 0 {kde4 => kde}/core/attica.xml | 2 +- {kde4 => kde}/core/automoc4.xml | 5 +- {kde4 => kde}/core/config.xml | 25 ++- {kde4 => kde}/core/core.xml | 11 +- {kde4 => kde}/core/kactivities.xml | 19 ++- .../core/kde-baseapps.xml | 60 +++---- .../core/kde-runtime.xml | 75 +++++---- .../core/kde-workspace.xml | 61 +++---- .../core/kde4libs.xml => kde/core/kdelibs.xml | 28 ++-- .../core/kdepimlibs.xml | 23 +-- kde/core/nepomuk-core.xml | 151 +++++++++++++++++ {kde4 => kde}/core/oxygen-icons.xml | 14 +- .../core/phonon-backend-gstreamer.xml | 4 +- {kde4 => kde}/core/phonon-backend-vlc.xml | 4 +- {kde4 => kde}/core/phonon.xml | 10 +- {kde4 => kde}/core/polkit-kde-agent.xml | 0 {kde4 => kde}/core/polkit-qt.xml | 6 +- {kde4 => kde}/core/qimageblitz.xml | 4 +- {kde4 => kde}/core/shrdesktopontologies.xml | 6 +- {kde4 => kde}/intro/introduction.xml | 2 +- kde/intro/kde-intro.xml | 33 ++++ {kde4 => kde}/intro/pre-install-config.xml | 10 +- kde4/kde4.xml => kde/kde.xml | 4 +- kde4/add/kde4artwork.xml | 154 ----------------- kde4/add/kde4multimedia.xml | 158 ------------------ kde4/intro/kde4-intro.xml | 24 --- multimedia/cdwriteutils/k3b.xml | 2 +- 47 files changed, 752 insertions(+), 742 deletions(-) rename {kde4 => kde}/add/add-pkgs.xml (77%) rename {kde4 => kde}/add/add.xml (80%) rename {kde4 => kde}/add/ark.xml (85%) rename {kde4 => kde}/add/gwenview.xml (86%) rename {kde4 => kde}/add/kate.xml (85%) create mode 100644 kde/add/kde-base-artwork.xml rename kde4/add/kde4admin.xml => kde/add/kdeadmin.xml (86%) rename kde4/add/kde4network.xml => kde/add/kdenetwork.xml (90%) rename kde4/add/kde4pimruntime.xml => kde/add/kdepim-runtime.xml (66%) rename kde4/add/kde4pim.xml => kde/add/kdepim.xml (76%) rename kde4/add/kde4plasmaaddons.xml => kde/add/kdeplasma-addons.xml (62%) rename kde4/add/kcalc.xml => kde/add/kmix.xml (56%) rename {kde4 => kde}/add/konsole.xml (82%) rename {kde4 => kde}/add/libkexiv2.xml (87%) rename {kde4 => kde}/add/okular.xml (88%) rename {kde4 => kde}/core/akonadi.xml (100%) rename {kde4 => kde}/core/attica.xml (99%) rename {kde4 => kde}/core/automoc4.xml (98%) rename {kde4 => kde}/core/config.xml (76%) rename {kde4 => kde}/core/core.xml (91%) rename {kde4 => kde}/core/kactivities.xml (84%) rename kde4/core/kde4baseapps.xml => kde/core/kde-baseapps.xml (62%) rename kde4/core/kde4runtime.xml => kde/core/kde-runtime.xml (57%) rename kde4/core/kde4workspace.xml => kde/core/kde-workspace.xml (69%) rename kde4/core/kde4libs.xml => kde/core/kdelibs.xml (85%) rename kde4/core/kde4pimlibs.xml => kde/core/kdepimlibs.xml (84%) create mode 100644 kde/core/nepomuk-core.xml rename {kde4 => kde}/core/oxygen-icons.xml (87%) rename {kde4 => kde}/core/phonon-backend-gstreamer.xml (99%) rename {kde4 => kde}/core/phonon-backend-vlc.xml (98%) rename {kde4 => kde}/core/phonon.xml (94%) rename {kde4 => kde}/core/polkit-kde-agent.xml (100%) rename {kde4 => kde}/core/polkit-qt.xml (97%) rename {kde4 => kde}/core/qimageblitz.xml (98%) rename {kde4 => kde}/core/shrdesktopontologies.xml (97%) rename {kde4 => kde}/intro/introduction.xml (96%) create mode 100644 kde/intro/kde-intro.xml rename {kde4 => kde}/intro/pre-install-config.xml (95%) rename kde4/kde4.xml => kde/kde.xml (88%) delete mode 100644 kde4/add/kde4artwork.xml delete mode 100644 kde4/add/kde4multimedia.xml delete mode 100644 kde4/intro/kde4-intro.xml diff --git a/general.ent b/general.ent index a34ef088ab..9e6c50d5cf 100644 --- a/general.ent +++ b/general.ent @@ -735,7 +735,7 @@ $Date$ - + @@ -751,27 +751,6 @@ $Date$ - - - - - - - - - - - - - - - - - - - - - diff --git a/index.xml b/index.xml index ff59896600..1627fe2911 100644 --- a/index.xml +++ b/index.xml @@ -21,7 +21,7 @@ $Date$ - + diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index 5d69db5b4e..93c1b1d41b 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -46,6 +46,9 @@ August 8th, 2012 + + [rthomsen] - Updated to KDE 4.9.0. + [bdubbs] - Updated iso-codes dependencies. diff --git a/introduction/welcome/which.xml b/introduction/welcome/which.xml index 5ba6a479f1..b37ac1b3fb 100644 --- a/introduction/welcome/which.xml +++ b/introduction/welcome/which.xml @@ -64,7 +64,7 @@ The next parts of the book principally deal with desktop systems. This portion of the book starts with a part talking about . This part also deals with some generic X-based libraries (). - After this, and are given their + After this, and are given their own parts which are followed by one on . The book then moves on to deal with diff --git a/kde4/add/add-pkgs.xml b/kde/add/add-pkgs.xml similarity index 77% rename from kde4/add/add-pkgs.xml rename to kde/add/add-pkgs.xml index e39bfdb180..646f8215f8 100644 --- a/kde4/add/add-pkgs.xml +++ b/kde/add/add-pkgs.xml @@ -26,6 +26,21 @@ + Kdeartwork: Collection of wallpapers, icon themes, screensavers, widget styles etc. + + + Juk: A lightweight music player. + + + Dragon: A video player. + + + Kcalc: A scientific calculator. + + + PyKDE4: Python bindings. + + Kdegames: Collection of desktop games. @@ -38,7 +53,7 @@ Kwallet: Credentials management application. - Marble: Map program. + Marble: A global map program. Kdesdk: Tools for developers. diff --git a/kde4/add/add.xml b/kde/add/add.xml similarity index 80% rename from kde4/add/add.xml rename to kde/add/add.xml index 58d9727130..fb00327531 100644 --- a/kde4/add/add.xml +++ b/kde/add/add.xml @@ -11,21 +11,20 @@ $Date$ --> - + KDE Additional Packages - - - - - - - - + + + + + + + diff --git a/kde4/add/ark.xml b/kde/add/ark.xml similarity index 85% rename from kde4/add/ark.xml rename to kde/add/ark.xml index 19b6c420ab..af66591659 100644 --- a/kde4/add/ark.xml +++ b/kde/add/ark.xml @@ -4,15 +4,15 @@ %general-entities; - - - - - + + + + + ]> - + @@ -20,7 +20,7 @@ $Date$ - Ark-&ark-version; + Ark-&kde-version; ark @@ -60,7 +60,7 @@ Required patch: + url="&patch-root;/ark-&kde-version;-fixes-1.patch"/> --> @@ -68,7 +68,7 @@ Required - and + and @@ -73,7 +73,7 @@ Recommended - , + , and @@ -81,7 +81,7 @@ Optional - Kipi-Plugins (a collection of image plugins) + Kipi-Plugins (a collection of image manipulation plugins) User Notes: diff --git a/kde4/add/kate.xml b/kde/add/kate.xml similarity index 85% rename from kde4/add/kate.xml rename to kde/add/kate.xml index 81e572be1e..888d9ab5bb 100644 --- a/kde4/add/kate.xml +++ b/kde/add/kate.xml @@ -4,15 +4,15 @@ %general-entities; - - - + + + - + ]> - + @@ -20,7 +20,7 @@ $Date$ - Kate-&kate-version; + Kate-&kde-version; kate @@ -123,9 +123,11 @@ make kate, ktesnippets_editor and kwrite - libkdeinit4_kwrite.so, libktexteditor_codesnippets_core.so, - libkdeinit4_kate.so, libkateinterfaces.so and libkatepartinterfaces.so - ... + libkateinterfaces.so, libkatepartinterfaces.so, + libkdeinit4_kate.so, libkdeinit4_kwrite.so, + libktexteditor_codesnippets_core.so and several in &kde-dir;/lib/kde4 + + several in &kde-dir;/include and &kde-dir;/share + Kde-base-artwork Dependencies + + Required + + + + + User Notes: + + + + + + + Installation of Kde-base-artwork + + Install Kde-base-artwork by running + the following commands: + +mkdir build && +cd build && +cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ + -DSYSCONF_INSTALL_DIR=/etc/kde \ + .. + + Now, as the root user: + +make install + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + none + none + &kde-dir;/share/apps/ksplash/Themes/Default + + + + + + diff --git a/kde4/add/kde4admin.xml b/kde/add/kdeadmin.xml similarity index 86% rename from kde4/add/kde4admin.xml rename to kde/add/kdeadmin.xml index 1937f2ce96..df41512893 100644 --- a/kde4/add/kde4admin.xml +++ b/kde/add/kdeadmin.xml @@ -4,23 +4,23 @@ %general-entities; - - - - - + + + + + ]> - - + + $LastChangedBy$ $Date$ - Kdeadmin-&kdeadmin-version; + Kdeadmin-&kde-version; kdeadmin @@ -62,7 +62,7 @@ Required patch: + url="&patch-root;/kdeadmin-&kde-version;-fixes-1.patch"/> --> @@ -126,7 +126,7 @@ make Installed Directories - kuser, ksystemlog + ksystemlog and kuser kcm_cron.so several in &kde-dir;/share diff --git a/kde4/add/kde4network.xml b/kde/add/kdenetwork.xml similarity index 90% rename from kde4/add/kde4network.xml rename to kde/add/kdenetwork.xml index cd9396f0cf..89cdeaea4f 100644 --- a/kde4/add/kde4network.xml +++ b/kde/add/kdenetwork.xml @@ -4,23 +4,23 @@ %general-entities; - - - + + + ]> - - + + $LastChangedBy$ $Date$ - Kdenetwork-&kdenetwork-version; + Kdenetwork-&kde-version; kdenetwork @@ -62,7 +62,7 @@ Required patch: + url="&patch-root;/kdenetwork-&kde-version;-fixes-1.patch"/> --> diff --git a/kde4/add/kde4pimruntime.xml b/kde/add/kdepim-runtime.xml similarity index 66% rename from kde4/add/kde4pimruntime.xml rename to kde/add/kdepim-runtime.xml index f0a6f90304..1c1ea1235c 100644 --- a/kde4/add/kde4pimruntime.xml +++ b/kde/add/kdepim-runtime.xml @@ -4,26 +4,26 @@ %general-entities; - - - - - - + + + + + + ]> - - + + $LastChangedBy$ $Date$ - Kdepim-runtime-&kdepimruntime-version; + Kdepim-runtime-&kde-version; - - kdepimruntime + + kdepim-runtime @@ -37,22 +37,22 @@ Package Information - Download (HTTP): + Download (HTTP): - Download (FTP): + Download (FTP): - Download MD5 sum: &kdepimruntime-md5sum; + Download MD5 sum: &kdepim-runtime-md5sum; - Download size: &kdepimruntime-size; + Download size: &kdepim-runtime-size; - Estimated disk space required: &kdepimruntime-buildsize; + Estimated disk space required: &kdepim-runtime-buildsize; - Estimated build time: &kdepimruntime-time; + Estimated build time: &kdepim-runtime-time; @@ -75,13 +75,15 @@ Recommended - +--> Optional + LibKGAPI (to access Google services) and + KolabLibraries ---> + User Notes: - + @@ -121,12 +123,13 @@ make Installed Directories - accountwizard, akonadi2xml, akonadi_*, akonaditray, - kaddressbookmigrator, kjotsmigrator, kmail-migrator and kres-migrator - libakonadi-filestore.so, libakonadi-xml.so, libkdepim-copy.so, - libkmindexreader.so, libmaildir.so, libnepomukdatamanagement-copy.so and - libnepomukfeederpluginlib.a - + accountwizard, akonadi2xml, akonadi_*_resource, akonaditray, + kaddressbookmigrator, kjotsmigrator, kmail-migrator and kres-migrator + + libakonadi-filestore.so, libakonadi-xml.so, libkdepim-copy.so, + libkdepim-runtime-dms-copy.so, libkmindexreader.so, libmaildir.so, + libnepomukfeederpluginlib.a and several in &kde-dir;/lib/kde4 + several in &kde-dir;/share @@ -82,7 +82,6 @@ Optional - , Prison, Grantlee and dblatex @@ -129,14 +128,17 @@ make Installed Directories - akonadi_mailfilter_agent, akonadiconsole, akregator, akregatorstorageexporter, blogilo, - ical2vcal, kabc2mutt, kabcclient, - kaddressbook, kaddressbook-mobile, kalarm, kalarmautostart, karm, kgpgconf, kincidenceeditor, kjots, - kleopatra, kmail, kmail_mobile, kmail_antivir.sh, kmail_clamav.sh, kmail_fprot.sh, kmail_sav.sh, kmailcvt, - knode, knotes, konsolekalendar, kontact, korgac, korganizer, korganizer-mobile, ksendemail, - ktimetracker, kwatchgnupg, notes-mobile and tasks-mobile - numerous in &kde-dir;/lib - + akonadi_archivemail_agent, akonadi_mailfilter_agent, + akonadiconsole, akregator, akregatorstorageexporter, backupmail, + blogilo, ical2vcal, importwizard, kabc2mutt, kabcclient, + kaddressbook, kaddressbook-mobile, kalarm, kalarmautostart, karm, + kgpgconf, kincidenceeditor, kleopatra, kmail, kmail-mobile, + kmail_antivir.sh, kmail_clamav.sh, kmail_fprot.sh, kmail_sav.sh, + kmailcvt, knode, knotes, konsolekalendar, kontact, korgac, korganizer, + korganizer-mobile, ksendemail, ktimetracker, ktnef, kwatchgnupg, + notes-mobile and tasks-mobile + several in &kde-dir;/lib + several in &kde-dir;/share @@ -69,7 +69,7 @@ Required - and + and - Kcalc Dependencies + Kmix Dependencies Required - + User Notes: - + - Installation of Kcalc + Installation of Kmix - Install Kcalc by running + Install Kmix by running the following commands: mkdir build && @@ -120,9 +118,10 @@ make Installed Directories - kcalc - libkdeinit4_kcalc.so - several in &kde-dir;/share + kmix and kmixctrl + libkdeinit4_kmix.so, libkdeinit4_kmixctrl.so, kded_kmixd.so + and plasma_engine_mixer.so + several in &kde-dir;/share @@ -68,7 +68,7 @@ Required - + @@ -122,9 +122,10 @@ make Installed Directories - None + none libkexiv2.so - None + &kde-dir;/include/libkexiv2 and &kde-dir;/share/apps/libkexiv2 + @@ -137,7 +137,8 @@ make okular libokularcore.so and several in &kde-dir;/lib/kde4 - several in &kde-dir;/include and &kde-dir;/share + several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share + @@ -80,12 +80,12 @@ --> Optional - , + and User Notes: - + @@ -128,10 +128,12 @@ make dolphin, fsview, kbookmarkmerger, kdepasswd, kdialog, keditbookmarks, kfind, kfmclient, konqueror, nspluginscan, nspluginviewer, servicemenudeinstallation and servicemenuinstallation - libkonq.so, libdolphinprivate.so, libkbookmarkmodel_private.so, - libkdeinit4_keditbookmarks.so, libkonquerorprivate.so, libkonqsidebarplugin.so, - libkdeinit4_dolphin.so and several in &kde-dir;/lib/kde4 - ... + libdolphinprivate.so, libkbookmarkmodel_private.so, + libkdeinit4_dolphin.so, libkdeinit4_keditbookmarks.so, + libkdeinit4_kfmclient.so, libkdeinit4_konqueror.so, libkonq.so, + libkonqsidebarplugin.so, libkonquerorprivate.so and several in + &kde-dir;/lib/kde4 + several in &kde-dir;/share @@ -71,7 +71,6 @@ Required - , and @@ -101,7 +100,7 @@ User Notes: - + @@ -143,16 +142,20 @@ make Installed Directories - genkdmconf, kaccess, kapplymousetheme, kblankscrn.kss, kcheckrunning, - kcminit, kcminit_startup, kdm, kdmctl, kdostartupconfig4, kfontview, - kfontinst, kinfocenter, klipper, kmenuedit, krandom.kss, krandrtray, - krunner, ksmserver, ksplashqml, ksplashsimple, ksplashx, ksplashx_scale, - kstartupconfig4, ksysguard, ksysguardd, ksystraycmd, kwin, kwrited, oxygen-demo, - oxygen-settings, oxygen-shadow-demo, plasma-desktop, plasmaengineexplorer, - plasmawallpaperviewer, plasma-windowed, plasmoidviewer, solid-network, - solid-action-desktop-gen, startkde and systemsettings + genkdmconf, kaccess, kapplymousetheme, kblankscrn.kss, + kcheckrunning, kcminit, kcminit_startup, kdm, kdmctl, + kdostartupconfig4, kfontinst, kfontview, kinfocenter, klipper, + kmenuedit, krandom.kss, krandrstartup, krandrtray, krdb, krunner, + ksmserver, ksplashqml, ksplashsimple, ksplashx, ksplashx_scale, + kstartupconfig4, ksysguard, ksysguardd, ksystraycmd, kwin, kwrited, + oxygen-demo, oxygen-settings, oxygen-shadow-demo, plasma-desktop, + plasma-netbook, plasma-overlay, plasma-windowed, plasmaengineexplorer, + plasmawallpaperviewer, plasmoidviewer, remote-widgets-browser, + solid-action-desktop-gen, solid-network, startkde and systemsettings + several in &kde-dir;/lib - several in /etc/kde, &kde-dir;/include and &kde-dir;/share + several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share + @@ -155,12 +155,14 @@ make Installed Directories - checkXML, kbuildsycoca4, kconfig_compiler, kcookiejar4, kde4-config, - kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper, kfilemetadatareader, kjs, kjscmd, kross, - kshell4, kunittestmodrunner, kwrapper4, makekdewidgets, meinproc4, - meinproc_simple, nepomuk-rcgen and preparetips + checkXML, kbuildsycoca4, kconfig_compiler, kcookiejar4, + kde4-config, kded4, kdeinit4, kdeinit4_shutdown, kdeinit4_wrapper, + kfilemetadatareader, kjs, kjscmd, kross, kshell4, kunittestmodrunner, + kwrapper4, makekdewidgets, meinproc4, meinproc4_simple, nepomuk-rcgen + and preparetips several in &kde-dir;/lib - several in /etc/kde, &kde-dir;/include and &kde-dir;/share + several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share + @@ -130,8 +130,9 @@ make none - several in &kde-dir;/lib - several in &kde-dir;/include + several in &kde-dir;/lib + several in &kde-dir;/include, &kde-dir;/lib and &kde-dir;/share + + + Nepomuk-core Dependencies + + Required + + + + + User Notes: + + + + + + + Installation of Nepomuk-core + + Install nepomuk-core by running the following + commands: + +mkdir build && +cd build && +cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ + -DSYSCONF_INSTALL_DIR=/etc/kde \ + .. && +make + + Now, as the root user: + +make install + + + + + + + Contents + + + Installed Programs + Installed Libraries + Installed Directories + + + nepomuk-simplesource-rcgen, nepomukbackup, nepomukindexer, + nepomukserver and nepomukservicestub + libkdeinit4_nepomukserver.so, libnepomukcommon.so, + libnepomukcore.so, libnepomuksync.so and several in + &kde-dir;/lib/kde4 + &kde-dir;/include/nepomuk2, &kde-dir;/include/Nepomuk2, + &kde-dir;/lib/cmake/NepomukCore and several in &kde-dir;/share/apps + + + + + + diff --git a/kde4/core/oxygen-icons.xml b/kde/core/oxygen-icons.xml similarity index 87% rename from kde4/core/oxygen-icons.xml rename to kde/core/oxygen-icons.xml index 43075306f4..79bb2700d1 100644 --- a/kde4/core/oxygen-icons.xml +++ b/kde/core/oxygen-icons.xml @@ -4,15 +4,15 @@ %general-entities; - - - - - + + + + + ]> - + @@ -20,7 +20,7 @@ $Date$ - Oxygen-icons-&oxygen-icons-version; + Oxygen-icons-&kde-version; oxygen-icons diff --git a/kde4/core/phonon-backend-gstreamer.xml b/kde/core/phonon-backend-gstreamer.xml similarity index 99% rename from kde4/core/phonon-backend-gstreamer.xml rename to kde/core/phonon-backend-gstreamer.xml index 3c59b2138b..4fcfa0bc95 100644 --- a/kde4/core/phonon-backend-gstreamer.xml +++ b/kde/core/phonon-backend-gstreamer.xml @@ -60,7 +60,7 @@ Required - , + and @@ -68,7 +68,7 @@ (needed for output to ALSA), (needed for output to PulseAudio), - (needed for AAC/M4A support), + (needed for AAC/M4A support) and (needed for MP3 support) diff --git a/kde4/core/phonon-backend-vlc.xml b/kde/core/phonon-backend-vlc.xml similarity index 98% rename from kde4/core/phonon-backend-vlc.xml rename to kde/core/phonon-backend-vlc.xml index ffb93e0005..a773021ed8 100644 --- a/kde4/core/phonon-backend-vlc.xml +++ b/kde/core/phonon-backend-vlc.xml @@ -32,7 +32,7 @@ This package provides a Phonon backend which utilizes the VLC media framework. - &lfs70_checked; + &lfs71_checked; Package Information @@ -70,7 +70,7 @@ Required - , + and diff --git a/kde4/core/phonon.xml b/kde/core/phonon.xml similarity index 94% rename from kde4/core/phonon.xml rename to kde/core/phonon.xml index 5c54b6aab2..873e7cbc1e 100644 --- a/kde4/core/phonon.xml +++ b/kde/core/phonon.xml @@ -31,9 +31,9 @@ Phonon is the multimedia API for KDE4. It replaces the old aRts, that is no longer - supported by KDE. It supports backends like GStreamer and VLC. + supported by KDE. Phonon needs either the GStreamer or VLC backend. - &lfs70_checked; + &lfs71_checked; Package Information @@ -71,14 +71,14 @@ Required - , + and Optional - , - QZeitgeist + and + QZeitgeist User Notes: diff --git a/kde4/core/polkit-kde-agent.xml b/kde/core/polkit-kde-agent.xml similarity index 100% rename from kde4/core/polkit-kde-agent.xml rename to kde/core/polkit-kde-agent.xml diff --git a/kde4/core/polkit-qt.xml b/kde/core/polkit-qt.xml similarity index 97% rename from kde4/core/polkit-qt.xml rename to kde/core/polkit-qt.xml index dacec70491..995cdee00f 100644 --- a/kde4/core/polkit-qt.xml +++ b/kde/core/polkit-qt.xml @@ -32,7 +32,7 @@ Polkit-Qt provides an API to polkit in the Qt environment. - &lfs70_checked; + &lfs71_checked; Package Information @@ -82,7 +82,7 @@ Installation of Polkit-Qt - Install polkit-qt by running the following + Install Polkit-Qt by running the following commands: mkdir build && @@ -113,7 +113,7 @@ make Installed Directories - None + none libpolkit-qt-agent-1.so, libpolkit-qt-core-1.so and libpolkit-qt-gui-1.so &kde-dir;/include/polkit-qt-1 diff --git a/kde4/core/qimageblitz.xml b/kde/core/qimageblitz.xml similarity index 98% rename from kde4/core/qimageblitz.xml rename to kde/core/qimageblitz.xml index ef92f36d75..b28e0d6c51 100644 --- a/kde4/core/qimageblitz.xml +++ b/kde/core/qimageblitz.xml @@ -32,7 +32,7 @@ QImageblitz is a graphical effect and filter library for KDE. - &lfs70_checked; + &lfs71_checked; Package Information @@ -81,7 +81,7 @@ Installation of QImageblitz - Install qimageblitz by running the following + Install QImageblitz by running the following commands: mkdir build && diff --git a/kde4/core/shrdesktopontologies.xml b/kde/core/shrdesktopontologies.xml similarity index 97% rename from kde4/core/shrdesktopontologies.xml rename to kde/core/shrdesktopontologies.xml index 8ba992fa53..aa1185f5ef 100644 --- a/kde4/core/shrdesktopontologies.xml +++ b/kde/core/shrdesktopontologies.xml @@ -97,7 +97,7 @@ Installation of Shared-desktop-ontologies - Install shared-desktop-ontologies by running the following + Install Shared-desktop-ontologies by running the following commands: mkdir build && @@ -126,8 +126,8 @@ cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; .. Installed Directories - None - None + none + none &kde-dir;/share/ontology diff --git a/kde4/intro/introduction.xml b/kde/intro/introduction.xml similarity index 96% rename from kde4/intro/introduction.xml rename to kde/intro/introduction.xml index 54fedc37fd..df72732bef 100644 --- a/kde4/intro/introduction.xml +++ b/kde/intro/introduction.xml @@ -15,7 +15,7 @@ $Date$ Introduction - + diff --git a/kde/intro/kde-intro.xml b/kde/intro/kde-intro.xml new file mode 100644 index 0000000000..11d253f37c --- /dev/null +++ b/kde/intro/kde-intro.xml @@ -0,0 +1,33 @@ + + + %general-entities; +]> + + + + + + $LastChangedBy$ + $Date$ + + + Introduction to KDE + + KDE Software Compilation 4 is a + comprehensive desktop environment with a huge number of applications + written for it and a huge amount of users. It is based on the + Qt framework. + For more information visit the official KDE project site at + . + + Build order + + The core KDE packages are listed in the + recommended and tested build order. The additional + KDE packages can be built in any order. + + + + diff --git a/kde4/intro/pre-install-config.xml b/kde/intro/pre-install-config.xml similarity index 95% rename from kde4/intro/pre-install-config.xml rename to kde/intro/pre-install-config.xml index 5d8c383aeb..e7caa6c49a 100644 --- a/kde4/intro/pre-install-config.xml +++ b/kde/intro/pre-install-config.xml @@ -38,8 +38,8 @@ additional configuration changes. Best practice is to add those to your system or personal profile: -cat > /etc/profile.d/kde.sh << "EOF" -# Begin /etc/profile.d/kde.sh +cat > /etc/profile.d/kde.sh << EOF +# Begin /etc/profile.d/kde.sh &kde-dir-var;=/opt/kde KDEDIR=&kde-dir; @@ -52,13 +52,13 @@ pathappend /etc/kde/xdg XDG_CONFIG_DIRS export &kde-dir-var; KDEDIR -# End /etc/profile.d/kde.sh +# End /etc/profile.d/kde.sh EOF Add to your /etc/ld.so.conf: -cat >> /etc/ld.so.conf << "EOF" +cat >> /etc/ld.so.conf << EOF # Begin kde addition /opt/kde/lib @@ -86,7 +86,7 @@ ln -svf /usr/share/polkit-1 &kde-dir;/share root): mkdir -pv /etc/dbus-1 && -cat > /etc/dbus-1/system-local.conf << "EOF" +cat > /etc/dbus-1/system-local.conf << EOF <!DOCTYPE busconfig PUBLIC "-//freedesktop//DTD D-BUS Bus Configuration 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/busconfig.dtd"> diff --git a/kde4/kde4.xml b/kde/kde.xml similarity index 88% rename from kde4/kde4.xml rename to kde/kde.xml index 116fcc666f..42ba3bbd22 100644 --- a/kde4/kde4.xml +++ b/kde/kde.xml @@ -10,8 +10,8 @@ $LastChangedBy$ $Date$ --> - - + + KDE diff --git a/kde4/add/kde4artwork.xml b/kde4/add/kde4artwork.xml deleted file mode 100644 index c936095bb3..0000000000 --- a/kde4/add/kde4artwork.xml +++ /dev/null @@ -1,154 +0,0 @@ - - - %general-entities; - - - - - - - -]> - - - - - - $LastChangedBy$ - $Date$ - - - Kdeartwork-&kdeartwork-version; - - - kdeartwork - - - - Introduction to Kdeartwork - - This package provides extra wallpapers, screensavers, icon-themes etc. for KDE - - &lfs71_checked; - - Package Information - - - Download (HTTP): - - - Download (FTP): - - - Download MD5 sum: &kdeartwork-md5sum; - - - Download size: &kdeartwork-size; - - - Estimated disk space required: &kdeartwork-buildsize; - - - Estimated build time: &kdeartwork-time; - - - - - Kdeartwork Dependencies - - Required - - - - - Optional - - , - (to use the xscreensavers in KDE) and - Eigen (to build the krotation and kpendulum screensavers) - - - User Notes: - - - - - - - Installation of Kdeartwork - - Install Kdeartwork by running - the following commands: - -mkdir build && -cd build && -cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ - -DSYSCONF_INSTALL_DIR=/etc/kde \ - .. && -make - - Now, as the root user: - -make install - - - - - Contents - - - Installed Programs - Installed Libraries - Installed Directories - - - kbanner.kss, kblob.kss, kclock.kss, kdeasciiquarium.kss, - keuphoria.kss, kflux.kss, kfountain.kss, kgravity.kss, klines.kss, - klorenz.kss, kpartsaver.kss, kpendulum.kss, kpolygon.kss, krotation.kss, - kscience.kss, kslideshow.kss, ksolarwinds.kss, kvm.kss and kwave.kss - several in &kde-dir;/lib/kde4 - several in &kde-dir;/share - - - - - - diff --git a/kde4/add/kde4multimedia.xml b/kde4/add/kde4multimedia.xml deleted file mode 100644 index 607d4501ed..0000000000 --- a/kde4/add/kde4multimedia.xml +++ /dev/null @@ -1,158 +0,0 @@ - - - %general-entities; - - - - - - - -]> - - - - - - $LastChangedBy$ - $Date$ - - - Kdemultimedia-&kdemultimedia-version; - - - kdemultimedia - - - - Introduction to Kdemultimedia - - This package provides multimedia applications for KDE, such as a - mixer, video player (Dragon), audio player (JuK) and CD player (Kscd). - - &lfs71_checked; - - Package Information - - - Download (HTTP): - - - Download (FTP): - - - Download MD5 sum: &kdemultimedia-md5sum; - - - Download size: &kdemultimedia-size; - - - Estimated disk space required: &kdemultimedia-buildsize; - - - Estimated build time: &kdemultimedia-time; - - - - - Kdemultimedia Dependencies - - Required - - - - - Recommended - - , - and - - - - Optional - - , - , - , - , (required for Kscd) and - Tunepimp - - - User Notes: - - - - - - - Installation of Kdemultimedia - - Install Kdemultimedia by running - the following commands: - -mkdir build && -cd build && -cmake -DCMAKE_INSTALL_PREFIX=&kde-dir; \ - -DSYSCONF_INSTALL_DIR=/etc/kde \ - .. && -make - - Now, as the root user: - -make install - - - - - Contents - - - Installed Programs - Installed Libraries - Installed Directory - - - dragon, juk, kmix, kmixctrl, mplayerthumbsconfig - libaudiocdplugins.so, libkcddb.so, libkcompactdisc.so - libkdeinit4_kmixctrl.so, libkdeinit4_kmix.so - several in /etc/kde, &kde-dir;/include and &kde-dir;/share - - - - - - diff --git a/kde4/intro/kde4-intro.xml b/kde4/intro/kde4-intro.xml deleted file mode 100644 index 23d7654033..0000000000 --- a/kde4/intro/kde4-intro.xml +++ /dev/null @@ -1,24 +0,0 @@ - - - %general-entities; -]> - - - - - - $LastChangedBy$ - $Date$ - - - Introduction to KDE - - KDE version 4 is a comprehensive desktop - environment with a huge number of applications written for it and a huge - amount of users. It is based on the Qt framework. - For more information visit the official KDE project site at . - - diff --git a/multimedia/cdwriteutils/k3b.xml b/multimedia/cdwriteutils/k3b.xml index 893e5bb40f..b9eae755ff 100644 --- a/multimedia/cdwriteutils/k3b.xml +++ b/multimedia/cdwriteutils/k3b.xml @@ -88,7 +88,7 @@ Required - and + and