[arch-commits] Commit in kdesvn/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Nov 10 10:19:24 UTC 2018
Date: Saturday, November 10, 2018 @ 10:19:23
Author: arojas
Revision: 405654
Fix build with Qt 5.11
Modified:
kdesvn/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-11-10 10:06:48 UTC (rev 405653)
+++ PKGBUILD 2018-11-10 10:19:23 UTC (rev 405654)
@@ -11,14 +11,18 @@
makedepends=('extra-cmake-modules' 'patch')
changelog=$pkgname.changelog
source=(http://download.kde.org/stable/$pkgname/$pkgver/$pkgname-$pkgver.tar.xz
- kdesvn-desktop.patch::https://cgit.kde.org/kdesvn.git/patch/?id=5ea40285741a885198a351bd9afe58ff746a1192)
+ kdesvn-desktop.patch::https://cgit.kde.org/kdesvn.git/patch/?id=5ea40285741a885198a351bd9afe58ff746a1192
+ kdesvn-qt-5.11.patch::"https://cgit.kde.org/kdesvn.git/patch/?id=605484fd")
sha256sums=('d58d3a895461633718dad580d1590fe99c9d6e44ca64544784a0e9421eb8f8db'
- '7ccbbd548ee3fbd9599fa2f699fef3fa9353d7b6ce7137aff9ab39a40db0330f')
+ '7ccbbd548ee3fbd9599fa2f699fef3fa9353d7b6ce7137aff9ab39a40db0330f'
+ '67f5a362d5de7c587852c820cbaada05bc06e2fc7eb739249363c8c3b9ef4fa2')
prepare() {
cd "${srcdir}"/$pkgname-$pkgver
# FS#52182
patch -Np1 -i "${srcdir}"/$pkgname-desktop.patch
+# fix build with Qt 5.11
+ patch -p1 -i ../kdesvn-qt-5.11.patch
}
build() {
More information about the arch-commits
mailing list