kde/kitinerary: Fix APKBUILD (!149)
Add karchive-dev and libxml2-dev to depends_dev
This commit is contained in:
parent
6178ebda12
commit
4dcaa95413
1 changed files with 12 additions and 3 deletions
|
@ -2,15 +2,24 @@
|
|||
# Maintainer: Bart Ribbers <bribbers@disroot.org>
|
||||
pkgname=kitinerary
|
||||
pkgver=18.08.0_git20180806
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
_commit="2256e363e6bde732d940759451ca299e26e2adcf"
|
||||
pkgdesc="Data Model and Extraction System for Travel Reservation information"
|
||||
url="https://github.com/KDE/kitinerary"
|
||||
arch="all"
|
||||
license="LGPL-2.1"
|
||||
depends=""
|
||||
depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev ki18n-dev kmime-dev kpkpass-dev kcontacts-dev
|
||||
kcalcore-dev"
|
||||
depends_dev="
|
||||
qt5-qtbase-dev
|
||||
qt5-qtdeclarative-dev
|
||||
ki18n-dev
|
||||
kmime-dev
|
||||
kpkpass-dev
|
||||
kcontacts-dev
|
||||
kcalcore-dev
|
||||
karchive-dev
|
||||
libxml2-dev
|
||||
"
|
||||
makedepends="$depends_dev extra-cmake-modules"
|
||||
#source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/kde/$pkgname/archive/$_commit.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue