author | Antonio Rojas
<arojas@archlinux.org> 2016-01-15 22:05:04 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-01-15 22:05:04 UTC |
parent | 1c488d1895dd6b8379602979738e74751861b92d |
PKGBUILD | +9 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index d8b49c7..f6e9899 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -4,12 +4,13 @@ pkgname=plasma-desktop pkgver=5.5.3 -pkgrel=1 +pkgrel=2 pkgdesc='KDE Plasma Desktop' arch=('i686' 'x86_64') url='https://www.kde.org/workspaces/plasmadesktop/' license=('LGPL') -source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz") +source=("http://download.kde.org/stable/plasma/${pkgver}/$pkgname-$pkgver.tar.xz" + bug336089.patch::"https://quickgit.kde.org/?p=plasma-desktop.git&a=commitdiff&h=9977ed&o=plain") depends=('powerdevil' 'polkit-kde-agent' 'libcanberra' 'libxkbfile' 'kmenuedit' 'systemsettings' 'ksysguard' 'kpeople' 'baloo' 'qt5-graphicaleffects') makedepends=('extra-cmake-modules' 'kdoctools' 'boost' 'xf86-input-evdev' 'xf86-input-synaptics' 'xorg-server-devel') @@ -18,10 +19,15 @@ conflicts=('kdebase-workspace' 'kcm-touchpad-frameworks') replaces=('kcm-touchpad-frameworks') install="${pkgname}.install" groups=('plasma') -md5sums=('ed01bcf7d3ad8a8e398d8d9ee489e971') +md5sums=('ed01bcf7d3ad8a8e398d8d9ee489e971' + 'b472cc96e8883efacaacf7ffc0df3b37') prepare() { mkdir -p build + +# Fix font preview http://bugs.kde.org/show_bug.cgi?id=336089 + cd $pkgname-$pkgver + patch -p1 -i ../bug336089.patch } build() {