mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/kdelibs back to 4.13.2-1 - punch upstream maintainers. Don't upgpkg unless you have upgpkg'd the deps.
This commit is contained in:
parent
5f2eb652dc
commit
76b6452569
1 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
pkgname=kdelibs
|
pkgname=kdelibs
|
||||||
pkgver=4.13.2
|
pkgver=4.13.2
|
||||||
pkgrel=2
|
pkgrel=1
|
||||||
pkgdesc="KDE Core Libraries"
|
pkgdesc="KDE Core Libraries"
|
||||||
arch=('i686' 'x86_64')
|
arch=('i686' 'x86_64')
|
||||||
url='https://projects.kde.org/projects/kde/kdelibs'
|
url='https://projects.kde.org/projects/kde/kdelibs'
|
||||||
|
@ -35,8 +35,6 @@ prepare() {
|
||||||
patch -p1 -i "${srcdir}"/archlinux-menu.patch
|
patch -p1 -i "${srcdir}"/archlinux-menu.patch
|
||||||
# qmake refers to Qt5
|
# qmake refers to Qt5
|
||||||
patch -p1 -i "${srcdir}"/qt4.patch
|
patch -p1 -i "${srcdir}"/qt4.patch
|
||||||
# fix build with giflib 5.1.0
|
|
||||||
sed -i "/DGifCloseFile/s:file:&, NULL:g" khtml/imload/decoders/gifloader.cpp
|
|
||||||
# fix unclickable plasmoid buttons on ARM
|
# fix unclickable plasmoid buttons on ARM
|
||||||
patch -p1 -i "${srcdir}"/arm-coronaoffscreen-input-fixes.diff
|
patch -p1 -i "${srcdir}"/arm-coronaoffscreen-input-fixes.diff
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue