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
79a8e42f
Verified
Commit
79a8e42f
authored
5 years ago
by
Luca Weiss
Committed by
Alexey Minnekhanov
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
kde/kpublictransport: upgrade to 0_git20200327 (
!1112
)
parent
0f8f0eef
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/kpublictransport/APKBUILD
+10
-19
10 additions, 19 deletions
kde/kpublictransport/APKBUILD
with
10 additions
and
19 deletions
kde/kpublictransport/APKBUILD
+
10
−
19
View file @
79a8e42f
# Contributor: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
kpublictransport
pkgver
=
0_git20
191219
pkgver
=
0_git20
200327
pkgrel
=
0
_commit
=
"
7ad1322efc70dfa30839bb46e790fa524c4967b1
"
_commit
=
"
5c6f65553d87e84ae5ebbf1c6aecdb96cb68ac6d
"
pkgdesc
=
"Library to assist with accessing public transport timetables and other information"
arch
=
"all !armhf"
url
=
"https://github.com/kde/kpublictransport"
license
=
"LGPL-2.0-or-later"
checkdepends
=
"tzdata"
makedepends
=
"extra-cmake-modules qt5-qtbase-dev qt5-qtdeclarative-dev zlib-dev"
source
=
"
$pkgname
-
$_commit
.tar.gz::https://github.com/kde/kpublictransport/archive/
$_commit
/kpublictransport-
$_commit
.tar.gz"
subpackages
=
"
$pkgname
-dev"
builddir
=
"
$srcdir
/
$pkgname
-
$_commit
"
prepare
()
{
default_prepare
mkdir
"
$builddir
"
/build
}
build
()
{
cd
"
$builddir
"
/build
cmake
"
$builddir
"
\
-DCMAKE_BUILD_TYPE
=
RelWithDebInfo
\
cmake
-B
build
\
-DCMAKE_BUILD_TYPE
=
None
\
-DCMAKE_INSTALL_PREFIX
=
/usr
\
-DCMAKE_INSTALL_LIBDIR
=
lib
make
make
-C
build
}
check
()
{
cd
"
$builddir
"
/build
# navitiaparsertest requires some not yet implemented functions
# departuretest, journeytest and mergeutiltest broken
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
-E
"(navitiaparser|departure|journey|mergeutil)test"
cd
build
CTEST_OUTPUT_ON_FAILURE
=
TRUE ctest
}
package
()
{
cd
"
$builddir
"
/build
DESTDIR
=
"
$pkgdir
"
make
install
DESTDIR
=
"
$pkgdir
"
make
-C
build
install
}
sha512sums
=
"
7a322b8930bcdff4acb33f00b5ec53bd5e72e930194769e7bce8269a02969a5b898c62b39b362b7f29fac43c4008c0f70a8979bb5917fe31f8889fe1c0a73175 kpublictransport-7ad1322efc70dfa30839bb46e790fa524c4967b1
.tar.gz"
sha512sums
=
"
3b791bb04d12d000055a96384a61d7c61987aebf8e16be9e79b44ebd0b6339d337fea4afdb7f16c9773fb05fd91e7e3a2e4c278388393fb8ff6b43f6a769bf90 kpublictransport-5c6f65553d87e84ae5ebbf1c6aecdb96cb68ac6d
.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