extra/kdelibs to 4.14.38-3

This commit is contained in:
Kevin Mihelich 2018-01-26 01:02:09 +00:00
parent 5034a1568a
commit 1565ca48b9

View file

@ -9,7 +9,7 @@
pkgname=kdelibs pkgname=kdelibs
pkgver=4.14.38 pkgver=4.14.38
_kdeappver=17.08.3 _kdeappver=17.08.3
pkgrel=2 pkgrel=3
pkgdesc="KDE Core Libraries" pkgdesc="KDE Core Libraries"
arch=('x86_64') arch=('x86_64')
url='https://www.kde.org/' url='https://www.kde.org/'
@ -46,6 +46,10 @@ prepare() {
patch -p1 -i ../kdelibs-openssl-1.1.patch patch -p1 -i ../kdelibs-openssl-1.1.patch
# fix unclickable plasmoid buttons on ARM # fix unclickable plasmoid buttons on ARM
patch -p1 -i ../arm-coronaoffscreen-input-fixes.diff patch -p1 -i ../arm-coronaoffscreen-input-fixes.diff
sed -e 's/enchant)/enchant-2)/' \
-e 's/NAMES enchant$/NAMES enchant-2/' \
-i cmake/modules/FindENCHANT.cmake
} }
build() { build() {