mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-09 00:17:31 +00:00
extra/kdelibs to 4.14.25-1
This commit is contained in:
parent
a80cd14866
commit
192d8dcf98
1 changed files with 4 additions and 8 deletions
|
@ -7,9 +7,9 @@
|
|||
# - patch to fix unclickable plasmoid buttons on ARM
|
||||
|
||||
pkgname=kdelibs
|
||||
pkgver=4.14.24
|
||||
_kdeappver=16.08.1
|
||||
pkgrel=2
|
||||
pkgver=4.14.25
|
||||
_kdeappver=16.08.2
|
||||
pkgrel=1
|
||||
pkgdesc="KDE Core Libraries"
|
||||
arch=('i686' 'x86_64')
|
||||
url='https://www.kde.org/'
|
||||
|
@ -21,14 +21,12 @@ depends=('attica-qt4' 'libxss' 'qca-qt4' 'libdbusmenu-qt4' 'polkit-qt4'
|
|||
makedepends=('cmake' 'automoc4' 'avahi' 'libgl' 'mesa')
|
||||
source=("http://download.kde.org/stable/applications/${_kdeappver}/src/$pkgname-$pkgver.tar.xz"
|
||||
'kde-applications-menu.patch' 'archlinux-menu.patch' 'qt4.patch' kdelibs-gcc6.patch
|
||||
kdelibs-no-strigi.patch::"https://quickgit.kde.org/?p=kdelibs.git&a=commitdiff&h=ba77ceb1&o=plain"
|
||||
'arm-coronaoffscreen-input-fixes.diff')
|
||||
sha1sums=('1ce08be17b5c55a1b8427ce859d1b897c6dc4bc3'
|
||||
sha1sums=('70758ee9bc864e3eabe9cb3a26be815d3504a784'
|
||||
'86ee8c8660f19de8141ac99cd6943964d97a1ed7'
|
||||
'63a850ab4196b9d06934f2b4a13acd9f7739bc67'
|
||||
'ed1f57ee661e5c7440efcaba7e51d2554709701c'
|
||||
'575e52f537e37eeaaaeb639268f9bfa394e7c58d'
|
||||
'a15b222627c253d29ca18a042a0c5ee2c67913f6'
|
||||
'855150096763600c970aa307c8241b96da33b9ed')
|
||||
|
||||
|
||||
|
@ -43,8 +41,6 @@ prepare() {
|
|||
patch -p1 -i ../qt4.patch
|
||||
# fix build with GCC 6 (Fedora)
|
||||
patch -p1 -i ../kdelibs-gcc6.patch
|
||||
# make strigi optional
|
||||
patch -p1 -i ../kdelibs-no-strigi.patch
|
||||
# fix unclickable plasmoid buttons on ARM
|
||||
patch -p1 -i ../arm-coronaoffscreen-input-fixes.diff
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue