Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
pmaports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
postmarketOS
pmaports
Commits
4dcaa954
Commit
4dcaa954
authored
6 years ago
by
Grant Miller
Committed by
Oliver Smith
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kde/kitinerary: Fix APKBUILD (
!149
)
Add karchive-dev and libxml2-dev to depends_dev
parent
6178ebda
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
kde/kitinerary/APKBUILD
+12
-3
12 additions, 3 deletions
kde/kitinerary/APKBUILD
with
12 additions
and
3 deletions
kde/kitinerary/APKBUILD
+
12
−
3
View file @
4dcaa954
...
...
@@ -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"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment