mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
extra/kdelibs to 4.14.38-3
This commit is contained in:
parent
5034a1568a
commit
1565ca48b9
1 changed files with 5 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
pkgname=kdelibs
|
||||
pkgver=4.14.38
|
||||
_kdeappver=17.08.3
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="KDE Core Libraries"
|
||||
arch=('x86_64')
|
||||
url='https://www.kde.org/'
|
||||
|
@ -46,6 +46,10 @@ prepare() {
|
|||
patch -p1 -i ../kdelibs-openssl-1.1.patch
|
||||
# fix unclickable plasmoid buttons on ARM
|
||||
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() {
|
||||
|
|
Loading…
Reference in a new issue