[arch-commits] Commit in kdebase-workspace/trunk (PKGBUILD plasma-desktop-dbus.patch)

Andrea Scarpino andrea at nymeria.archlinux.org
Wed Aug 21 08:56:02 UTC 2013


    Date: Wednesday, August 21, 2013 @ 10:56:02
  Author: andrea
Revision: 193481

Fix slow plasma startup (FS#36610)

Added:
  kdebase-workspace/trunk/plasma-desktop-dbus.patch
Modified:
  kdebase-workspace/trunk/PKGBUILD

---------------------------+
 PKGBUILD                  |   10 +++++++---
 plasma-desktop-dbus.patch |   27 +++++++++++++++++++++++++++
 2 files changed, 34 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-08-21 08:55:25 UTC (rev 193480)
+++ PKGBUILD	2013-08-21 08:56:02 UTC (rev 193481)
@@ -5,7 +5,7 @@
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
 pkgver=4.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Provides the interface and basic tools for the KDE workspace"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -27,7 +27,8 @@
 backup=('usr/share/config/kdm/kdmrc')
 source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz"
         'kde.pam' 'kde-np.pam' 'kscreensaver.pam' 'kdm.service' 'kdm.logrotate'
-        'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch')
+        'etc-scripts.patch' 'terminate-server.patch' 'kdm-xinitrd.patch'
+        'plasma-desktop-dbus.patch')
 sha1sums=('3e877c9f82ad4b3d10c0752adbb50240707d632d'
           '660eae40a707d2711d8d7f32a93214865506b795'
           '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
@@ -36,7 +37,8 @@
           'bbe55f2000217474ce7246f12ee437ceaaf7e9ae'
           'c079ebd157c836ba996190f0d2bcea1a7828d02c'
           'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3eeee'
-          'd509dac592bd8b310df27991b208c95b6d907514')
+          'd509dac592bd8b310df27991b208c95b6d907514'
+          '57315ab3adf4d7eed9410c4494f0a63204122763')
 
 prepare() {
         cd ${_pkgname}-${pkgver}
@@ -48,6 +50,8 @@
 
         # KDEBUG#202629
         patch -p0 -i "${srcdir}"/terminate-server.patch
+        # KDEBUG#321695
+        patch -p1 -i "${srcdir}"/plasma-desktop-dbus.patch
 }
 
 build() {

Added: plasma-desktop-dbus.patch
===================================================================
--- plasma-desktop-dbus.patch	                        (rev 0)
+++ plasma-desktop-dbus.patch	2013-08-21 08:56:02 UTC (rev 193481)
@@ -0,0 +1,27 @@
+From: Hrvoje Senjan <hrvoje.senjan at gmail.com>
+Date: Tue, 20 Aug 2013 11:35:57 +0000
+Subject: Partially revert commit 83d3018
+X-Git-Url: http://quickgit.kde.org/?p=kde-workspace.git&a=commitdiff&h=bb2bddb083eb293786206ac91ae1feeaf942db32
+---
+Partially revert commit 83d3018
+
+Somehow unique made ksplash quit too soon and/or plasma start
+too late
+
+REVIEW: 112073
+BUG: 321695
+FIXED-IN: 4.11.1
+---
+
+
+--- a/plasma/desktop/shell/data/plasma-desktop.desktop
++++ b/plasma/desktop/shell/data/plasma-desktop.desktop
+@@ -1,6 +1,6 @@
+ [Desktop Entry]
+ Exec=plasma-desktop
+-X-DBUS-StartupType=unique
++X-DBUS-StartupType=multi
+ Name=Plasma Desktop Workspace
+ Name[ar]=مساحة عمل بلازما
+ Name[ast]=Espaciu de trabayu del escritoriu Plasma
+




More information about the arch-commits mailing list