From da1be5a21ba06235b67a999f696ec66e35dc17a1 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 9 Jan 2015 00:06:49 +0100 Subject: Prepare for new KDE 5: Frameworks 5.6.0, Plasma 5.1.2, Applications 14.12.0. KDE 5_1501 ========== This is going to be KDE 5 for Slackware-current, composed of Frameworks 5.6.0, Plasma 5.1.2 and Applications 14.12.0. Note that there is still a lot of KDE 4 stuff in here, which is necessary to support all the Applications that have not yet been ported to KDE Frameworks 5. The Applications 15.04 (march 2015) release should offer a lot more KF5 ports. Preliminary build procedure (not verified 100% yet): ---------------------------------------------------- - (crude) get rid of Slackware's KDE: removepkg /var/log/packages/*-4.10.5-* - build all the deps using "updates.SlackBuild" script in the "deps/" directory - note that extra-cmake-modules is required here as well as when building the frameworks, so I just copied it from frameworks to deps. - logoff/login to activate Qt5 profile script. - removepkg akonadi-qt5 or else kdepimlibs-4.14.3 picks up Qt5 dependencies and its compilation will fail as a result - build all the KDE 4 stuff in the "kde/" directory, using "./KDE.SlackBuild kde libs kdebase:nepomuk-core kdepimlibs kdebase kdebindings kdebase:kde-workspace k depim extragear" - installpkg akonadi-qt5 - build the remaining KDE 5 stuff in the "kde/" directory, using "./KDE.SlackBui ld frameworks plasma plasma-extra polkit-kde applications" - build kdei ============================================================================== Eric Hameleers / alien at slackware dot com / 09-jan-2015 --- kde/patch/amarok/amarok_kdebug_320855.patch | 37 +++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 kde/patch/amarok/amarok_kdebug_320855.patch (limited to 'kde/patch/amarok/amarok_kdebug_320855.patch') diff --git a/kde/patch/amarok/amarok_kdebug_320855.patch b/kde/patch/amarok/amarok_kdebug_320855.patch new file mode 100644 index 0000000..ce36100 --- /dev/null +++ b/kde/patch/amarok/amarok_kdebug_320855.patch @@ -0,0 +1,37 @@ +From: Hrvoje Senjan +Date: Mon, 10 Jun 2013 07:26:37 +0000 +Subject: Remove usage of (fake) Amarok-Mockup theme +X-Git-Tag: v2.7.90 +X-Git-Url: http://quickgit.kde.org/?p=amarok.git&a=commitdiff&h=e899704b3db4af2ff228eb0d4dbbec05fb9a2448 +--- +Remove usage of (fake) Amarok-Mockup theme + +This is due to https://bugs.kde.org/show_bug.cgi?id=320855 +Amarok-Mockup is unused, as far i can see, and also makes Amarok crash with kdelibs master/4.11 +If it is still needed, or there is a better solution, i'll discard the review... + +From 6b85a2899a30db5acebee92182a67778499a8d9e Mon Sep 17 00:00:00 2001 +From: Hrvoje Senjan +Date: Sun, 9 Jun 2013 19:55:58 +0200 +Subject: [PATCH 1/1] Kill Amarok-Mockup + +BUG: 320855 +FIXED-IN: 2.8 +REVIEW: 110917 +--- + + +--- a/src/context/ContextView.cpp ++++ b/src/context/ContextView.cpp +@@ -78,11 +78,6 @@ + p.setColor( QPalette::Base, c ); + setPalette( p ); + +- PERF_LOG( "Accessing Plasma::Theme" ); +- // here we initialize all the Plasma paths to Amarok paths +- Plasma::Theme::defaultTheme()->setUseGlobalSettings( false ); +- Theme::defaultTheme()->setThemeName( "Amarok-Mockup" ); +- PERF_LOG( "Access to Plasma::Theme complete" ) + contextScene()->setAppletMimeType( "text/x-amarokappletservicename" ); + + cont->setPos( 0, 0 ); -- cgit v1.2.3