[arch-commits] Commit in kdeclarative/trunk (PKGBUILD cpu-plotter.patch)

Felix Yan fyan at archlinux.org
Wed Aug 12 09:26:09 UTC 2015


    Date: Wednesday, August 12, 2015 @ 11:26:09
  Author: fyan
Revision: 243274

upgpkg: kdeclarative 5.13.0-1

Modified:
  kdeclarative/trunk/PKGBUILD
Deleted:
  kdeclarative/trunk/cpu-plotter.patch

-------------------+
 PKGBUILD          |   13 ++++---------
 cpu-plotter.patch |   29 -----------------------------
 2 files changed, 4 insertions(+), 38 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-12 09:20:01 UTC (rev 243273)
+++ PKGBUILD	2015-08-12 09:26:09 UTC (rev 243274)
@@ -3,8 +3,8 @@
 # Contributor: Andrea Scarpino <andrea at archlinux.org>
 
 pkgname=kdeclarative
-pkgver=5.12.0
-pkgrel=2
+pkgver=5.13.0
+pkgrel=1
 pkgdesc='Provides integration of QML and KDE Frameworks'
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/frameworks/kdeclarative'
@@ -12,16 +12,11 @@
 depends=('kio' 'libepoxy' 'kpackage')
 makedepends=('extra-cmake-modules')
 groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz" 'cpu-plotter.patch')
-md5sums=('62cb010adb59c15129743ad57fdc198a'
-         '12f60b78bf77a69957349989d33ceeda')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('ec10b94e44ed70106ce5e41aa9ed6cd0')
 
 prepare() {
   mkdir -p build
-
-# Fix high CPU usage in plotter component http://bugs.kde.org/show_bug.cgi?id=348385
-  cd $pkgname-$pkgver
-  patch -p1 -i ../cpu-plotter.patch
 }
 
 build() {

Deleted: cpu-plotter.patch
===================================================================
--- cpu-plotter.patch	2015-08-12 09:20:01 UTC (rev 243273)
+++ cpu-plotter.patch	2015-08-12 09:26:09 UTC (rev 243274)
@@ -1,29 +0,0 @@
-From: David Edmundson <kde at davidedmundson.co.uk>
-Date: Mon, 27 Jul 2015 10:54:17 +0000
-Subject: Don't refresh the entire window when we render the plotter
-X-Git-Url: http://quickgit.kde.org/?p=kdeclarative.git&a=commitdiff&h=7a6a2cda780784e504960c96b4b41241ddf10531
----
-Don't refresh the entire window when we render the plotter
-
-This means the window is only updated when the plotter changes, rather
-than effectively every possible frame.
-
-Reviewed by: Marco Martin
-
-CCBUG: 348385
----
-
-
---- a/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
-+++ b/src/qmlcontrols/kquickcontrolsaddons/plotter.cpp
-@@ -709,9 +709,6 @@
- 
-     // Delete the VBO
-     glDeleteBuffers(1, &vbo);
--    if (window()) {
--        window()->update();
--    }
- }
- 
- QSGNode *Plotter::updatePaintNode(QSGNode *oldNode, UpdatePaintNodeData *updatePaintNodeData)
-



More information about the arch-commits mailing list