mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/kdelibs to 4.14.32-2
This commit is contained in:
parent
83be20f669
commit
39bcd80edc
2 changed files with 4013 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
pkgname=kdelibs
|
||||
pkgver=4.14.32
|
||||
_kdeappver=17.04.1
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="KDE Core Libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://www.kde.org/'
|
||||
|
@ -20,13 +20,15 @@ depends=('attica-qt4' 'libxss' 'libdbusmenu-qt4' 'polkit-qt4'
|
|||
'media-player-info' 'libutempter' 'icu')
|
||||
makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'mesa')
|
||||
source=("https://download.kde.org/stable/applications/${_kdeappver}/src/$pkgname-$pkgver.tar.xz"
|
||||
'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch' 'kdelibs-no-kdewebkit.patch'
|
||||
'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch'
|
||||
'kdelibs-no-kdewebkit.patch' 'kdelibs-openssl-1.1.patch'
|
||||
'arm-coronaoffscreen-input-fixes.diff')
|
||||
sha256sums=('2133e863b21c197c75bd6a6ac60773422ef026c33acb57b8c7628a09f483bd83'
|
||||
'0eed754cf3e9f41be5ea22314bf49cf5571b421d81b8f525287830bd1b9b684e'
|
||||
'877df7357360b70d9f7d6bc8c211f82fd8b00cc2eb34e9993ff6aae20faf1cad'
|
||||
'ced10a9a83ff2a7f82edf51f6f399f8338b34ab5a589ef43637517d204843bea'
|
||||
'2df372f1bfcef1902349f9ca8820315030d39dd2bb769776b94fd3fcbf9621f5'
|
||||
'42f86279515bead6e9f89b1fc3ea58e0a648d41fae343de95297f995dedcdd71'
|
||||
'f6437abf7ad6dd03a62ef36f1d65ebd42229ae1526bc5687c84878afbbabff46')
|
||||
|
||||
prepare() {
|
||||
|
@ -40,6 +42,8 @@ prepare() {
|
|||
patch -p1 -i ../qt4.patch
|
||||
# disable kdewebkit (Fedora)
|
||||
patch -p1 -i ../kdelibs-no-kdewebkit.patch
|
||||
# fix build with openSSL 1.1 (OpenMandriva)
|
||||
patch -p1 -i ../kdelibs-openssl-1.1.patch
|
||||
# fix unclickable plasmoid buttons on ARM
|
||||
patch -p1 -i ../arm-coronaoffscreen-input-fixes.diff
|
||||
}
|
||||
|
|
4007
extra/kdelibs/kdelibs-openssl-1.1.patch
Normal file
4007
extra/kdelibs/kdelibs-openssl-1.1.patch
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue