mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-11 01:14:36 +08:00
fix qca with qt 5.5
This commit is contained in:
parent
32e553da74
commit
b8e23b4605
10
qca/PKGBUILD
10
qca/PKGBUILD
@ -5,15 +5,19 @@
|
||||
pkgbase=qca-qt5
|
||||
pkgname=("qca" "qca-qt5")
|
||||
pkgver=2.1.0.3
|
||||
pkgrel=4
|
||||
pkgrel=5
|
||||
arch=('x86_64')
|
||||
url="http://delta.affinix.com/qca/"
|
||||
license=('LGPL')
|
||||
makedepends=('qt' 'qt5-base' 'cmake' 'git' 'nss')
|
||||
source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz")
|
||||
md5sums=('e29cc1d8f0292eb28e20b216f52d60fc')
|
||||
source=("http://download.kde.org/stable/$pkgbase/$pkgver/src/$pkgbase-$pkgver.tar.xz"
|
||||
"qt-5.5.patch::http://quickgit.kde.org/?p=qca.git&a=commitdiff&h=7207e6285e932044cd66d49d0dc484666cfb0092&o=plain")
|
||||
md5sums=('e29cc1d8f0292eb28e20b216f52d60fc'
|
||||
'5ea7bcb072e72b28e37b1a1d897c9362')
|
||||
|
||||
prepare(){
|
||||
cd ${pkgbase}-${pkgver}
|
||||
patch -Np1 -i ../qt-5.5.patch
|
||||
mkdir $srcdir/build
|
||||
mkdir $srcdir/build-qt5
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user