kde/kitinerary: Fix APKBUILD (!149)

Add karchive-dev and libxml2-dev to depends_dev
This commit is contained in:
Grant Miller 2019-01-17 11:20:28 -06:00 committed by Oliver Smith
parent 6178ebda12
commit 4dcaa95413

View File

@ -2,15 +2,24 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kitinerary pkgname=kitinerary
pkgver=18.08.0_git20180806 pkgver=18.08.0_git20180806
pkgrel=0 pkgrel=1
_commit="2256e363e6bde732d940759451ca299e26e2adcf" _commit="2256e363e6bde732d940759451ca299e26e2adcf"
pkgdesc="Data Model and Extraction System for Travel Reservation information" pkgdesc="Data Model and Extraction System for Travel Reservation information"
url="https://github.com/KDE/kitinerary" url="https://github.com/KDE/kitinerary"
arch="all" arch="all"
license="LGPL-2.1" license="LGPL-2.1"
depends="" depends=""
depends_dev="qt5-qtbase-dev qt5-qtdeclarative-dev ki18n-dev kmime-dev kpkpass-dev kcontacts-dev depends_dev="
kcalcore-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" makedepends="$depends_dev extra-cmake-modules"
#source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" #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" source="$pkgname-$pkgver.tar.gz::https://github.com/kde/$pkgname/archive/$_commit.tar.gz"