[arch-commits] Commit in kdebase-workspace/trunk (KDEBUG-336589.patch PKGBUILD)

Andrea Scarpino andrea at archlinux.org
Fri Jul 25 07:29:21 UTC 2014


    Date: Friday, July 25, 2014 @ 09:29:21
  Author: andrea
Revision: 217834

upgpkg: kdebase-workspace 4.11.11-1

Upstream release

Modified:
  kdebase-workspace/trunk/PKGBUILD
Deleted:
  kdebase-workspace/trunk/KDEBUG-336589.patch

---------------------+
 KDEBUG-336589.patch |   26 --------------------------
 PKGBUILD            |   17 ++++++-----------
 2 files changed, 6 insertions(+), 37 deletions(-)

Deleted: KDEBUG-336589.patch
===================================================================
--- KDEBUG-336589.patch	2014-07-25 07:15:15 UTC (rev 217833)
+++ KDEBUG-336589.patch	2014-07-25 07:29:21 UTC (rev 217834)
@@ -1,26 +0,0 @@
-commit e8241313fc979aefafc8c2a0207570d6394f1580
-Author: Martin Gräßlin <mgraesslin at kde.org>
-Date:   Mon Jun 23 07:45:44 2014 +0200
-
-    [libkwineffects] Require strict binding for intel driver
-    
-    According to driver devs it's a "buggy micro-optimisation", see
-    https://bugs.freedesktop.org/show_bug.cgi?id=80349#c1
-    
-    BUG: 336589
-    REVIEW: 118893
-
-diff --git a/libkwineffects/kwinglplatform.cpp b/libkwineffects/kwinglplatform.cpp
-index 4b2e6f3..9a391a0 100644
---- a/libkwineffects/kwinglplatform.cpp
-+++ b/libkwineffects/kwinglplatform.cpp
-@@ -811,7 +811,8 @@ void GLPlatform::detect(OpenGLPlatformInterface platformInterface)
-             m_supportsGLSL = false;
- 
-         m_limitedGLSL = m_supportsGLSL && m_chipClass < I965;
--        m_looseBinding = true;
-+        // see https://bugs.freedesktop.org/show_bug.cgi?id=80349#c1
-+        m_looseBinding = false;
- 
-         if (m_chipClass < I915) {
-             m_recommendedCompositor = XRenderCompositing;

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-07-25 07:15:15 UTC (rev 217833)
+++ PKGBUILD	2014-07-25 07:29:21 UTC (rev 217834)
@@ -4,9 +4,9 @@
 
 pkgname=kdebase-workspace
 _pkgname=kde-workspace
-pkgver=4.11.10
-_pkgver=4.13.2
-pkgrel=2
+pkgver=4.11.11
+_pkgver=4.13.3
+pkgrel=1
 pkgdesc="Provides the interface and basic tools for the KDE workspace"
 arch=('i686' 'x86_64')
 url='https://projects.kde.org/projects/kde/kde-workspace'
@@ -29,9 +29,8 @@
 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'
-        'khotkeys-qt4.patch'
-        'KDEBUG-336589.patch')
-sha1sums=('2968043563e25d2d2618c9f49fdfbab5fa14c8cd'
+        'khotkeys-qt4.patch')
+sha1sums=('84d70bb81a5d3b42869b666a12963dea14a33722'
           '660eae40a707d2711d8d7f32a93214865506b795'
           '6aeecc9e0e221f0515c6bf544f9a3c11cb6961fe'
           'c6afdf8964b2b2c4809b2e8e694729b2661e29df'
@@ -40,8 +39,7 @@
           'c079ebd157c836ba996190f0d2bcea1a7828d02c'
           'ac7bc292c865bc1ab8c02e6341aa7aeaf1a3eeee'
           'd509dac592bd8b310df27991b208c95b6d907514'
-          'aa9d2e5a69986c4c3d47829721ea99edb473be12'
-          'e7a21bd2371ce069627ddbfffb3cf5caddcb1bff')
+          'aa9d2e5a69986c4c3d47829721ea99edb473be12')
 
 prepare() {
         mkdir build
@@ -57,9 +55,6 @@
 
         # KDEBUG#202629
         patch -p0 -i "${srcdir}"/terminate-server.patch
-
-        cd kwin
-        patch -p1 -i "${srcdir}"/KDEBUG-336589.patch
 }
 
 build() {




More information about the arch-commits mailing list