extra/kdelibs to 4.13.2-2

This commit is contained in:
Kevin Mihelich 2014-06-14 19:56:12 +00:00
parent 032a693468
commit 1805033057

View file

@ -7,7 +7,7 @@
pkgname=kdelibs
pkgver=4.13.2
pkgrel=1
pkgrel=2
pkgdesc="KDE Core Libraries"
arch=('i686' 'x86_64')
url='https://projects.kde.org/projects/kde/kdelibs'
@ -37,6 +37,8 @@ prepare() {
patch -p1 -i "${srcdir}"/qt4.patch
# fix unclickable plasmoid buttons on ARM
patch -p1 -i "${srcdir}"/arm-coronaoffscreen-input-fixes.diff
# fix build with giflib 5.1.0
sed -i "/DGifCloseFile/s:file:&, NULL:g" khtml/imload/decoders/gifloader.cpp
}
build() {