[arch-commits] Commit in plasma-framework/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Sun Jan 10 16:17:11 UTC 2016
Date: Sunday, January 10, 2016 @ 17:17:11
Author: fyan
Revision: 257880
upgpkg: plasma-framework 5.18.0-1
KF 5.18.0
Modified:
plasma-framework/trunk/PKGBUILD
----------+
PKGBUILD | 18 ++++--------------
1 file changed, 4 insertions(+), 14 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-01-10 16:17:02 UTC (rev 257879)
+++ PKGBUILD 2016-01-10 16:17:11 UTC (rev 257880)
@@ -3,8 +3,8 @@
# Contributor: Andrea Scarpino <andrea at archlinux.org>
pkgname=plasma-framework
-pkgver=5.17.0
-pkgrel=3
+pkgver=5.18.0
+pkgrel=1
pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/frameworks/plasma-framework'
@@ -12,21 +12,11 @@
depends=('qt5-quickcontrols' 'kactivities')
makedepends=('extra-cmake-modules' 'qt5-tools' 'kdoctools')
groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
- fix-crash.patch::"https://quickgit.kde.org/?p=plasma-framework.git&a=commitdiff&h=bca8e8&o=plain"
- bug356938.patch::"https://quickgit.kde.org/?p=plasma-framework.git&a=commitdiff&h=c64a94&o=plain")
-md5sums=('5b0f2f31497c81870f3ccc68e3e7a5fa'
- '568e37898934ab113850084f2a515007'
- '005062c7a8383a4386c9e87953e6996a')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz")
+md5sums=('45573350b9f2257a80beaa81bb1b1115')
prepare() {
mkdir -p build
-
-# Fix crash http://bugs.kde.org/show_bug.cgi?id=356428
- cd $pkgname-$pkgver
- patch -p1 -i ../fix-crash.patch
-# Fix taskbar tooltips causing performance issues http://bugs.kde.org/show_bug.cgi?id=356938
- patch -p1 -i ../bug356938.patch
}
build() {
More information about the arch-commits
mailing list