[arch-commits] Commit in breeze/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Dec 17 13:08:40 UTC 2015
Date: Thursday, December 17, 2015 @ 14:08:39
Author: arojas
Revision: 256701
Fix performance regression (FS#47347)
Modified:
breeze/trunk/PKGBUILD
----------+
PKGBUILD | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-12-17 10:27:29 UTC (rev 256700)
+++ PKGBUILD 2015-12-17 13:08:39 UTC (rev 256701)
@@ -3,21 +3,27 @@
# Maintainer: Antonio Rojas <arojas at archlinux.org>
# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
pkgbase=breeze
pkgname=('breeze' 'breeze-kde4')
pkgver=5.5.1
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/workspace/breeze'
license=('LGPL')
makedepends=('extra-cmake-modules' 'frameworkintegration' 'kdelibs'
'automoc4' 'kdecoration' 'kcmutils' 'plasma-framework')
-source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz")
-md5sums=('a57b24aed93ac3d2f50995a0a7fcfb07')
+source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgbase-$pkgver.tar.xz"
+ bug356561.patch::"https://quickgit.kde.org/?p=breeze.git&a=commitdiff&h=6d852f3&o=plain")
+md5sums=('a57b24aed93ac3d2f50995a0a7fcfb07'
+ '50572e7ad55586260cae482d03ffa643')
prepare() {
mkdir -p build{,-kde4}
+
+ cd $pkgbase-$pkgver
+# Revert commit causing performance regression https://bugs.kde.org/show_bug.cgi?id=356561
+# (fixed in trunk, doesn't apply to 5.5)
+ patch -Rp1 -i ../bug356561.patch
}
build() {
More information about the arch-commits
mailing list