mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-18 22:54:00 +00:00
extra/kdelibs to 4.14.30-1
This commit is contained in:
parent
2b0255d36b
commit
f302c54f89
1 changed files with 9 additions and 14 deletions
|
@ -7,9 +7,9 @@
|
|||
# - patch to fix unclickable plasmoid buttons on ARM
|
||||
|
||||
pkgname=kdelibs
|
||||
pkgver=4.14.29
|
||||
_kdeappver=16.12.2
|
||||
pkgrel=2
|
||||
pkgver=4.14.30
|
||||
_kdeappver=16.12.3
|
||||
pkgrel=1
|
||||
pkgdesc="KDE Core Libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://www.kde.org/'
|
||||
|
@ -21,16 +21,13 @@ depends=('attica-qt4' 'libxss' 'qca-qt4' 'libdbusmenu-qt4' 'polkit-qt4'
|
|||
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'
|
||||
kdelibs-sanitize-url.patch::"https://cgit.kde.org/kdelibs.git/patch/?id=1804c2fd"
|
||||
'arm-coronaoffscreen-input-fixes.diff')
|
||||
sha1sums=('d04e3fe612cef075d2023f6cef1938ff236f19d3'
|
||||
'86ee8c8660f19de8141ac99cd6943964d97a1ed7'
|
||||
'63a850ab4196b9d06934f2b4a13acd9f7739bc67'
|
||||
'ed1f57ee661e5c7440efcaba7e51d2554709701c'
|
||||
'ee83d517c2d8dbe611e263ef16df87f39531fe72'
|
||||
'25c65eb2dd321b45e216d8b8adae2312bff06ee5'
|
||||
'855150096763600c970aa307c8241b96da33b9ed')
|
||||
|
||||
sha256sums=('a39fc3ef320c27ea49e5d238b2a860ef61824a20922268a18392b0521a38196d'
|
||||
'0eed754cf3e9f41be5ea22314bf49cf5571b421d81b8f525287830bd1b9b684e'
|
||||
'877df7357360b70d9f7d6bc8c211f82fd8b00cc2eb34e9993ff6aae20faf1cad'
|
||||
'ced10a9a83ff2a7f82edf51f6f399f8338b34ab5a589ef43637517d204843bea'
|
||||
'2df372f1bfcef1902349f9ca8820315030d39dd2bb769776b94fd3fcbf9621f5'
|
||||
'f6437abf7ad6dd03a62ef36f1d65ebd42229ae1526bc5687c84878afbbabff46')
|
||||
|
||||
prepare() {
|
||||
mkdir -p build
|
||||
|
@ -43,8 +40,6 @@ prepare() {
|
|||
patch -p1 -i ../qt4.patch
|
||||
# disable kdewebkit (Fedora)
|
||||
patch -p1 -i ../kdelibs-no-kdewebkit.patch
|
||||
# Sanitize URLs before passing them to FindProxyForURL
|
||||
patch -p1 -i ../kdelibs-sanitize-url.patch
|
||||
# fix unclickable plasmoid buttons on ARM
|
||||
patch -p1 -i ../arm-coronaoffscreen-input-fixes.diff
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue