Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
aports
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
Model registry
Monitor
Service Desk
Analyze
Model experiments
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
alpine
aports
Commits
e3e0dbb4
Commit
e3e0dbb4
authored
2 years ago
by
Bart Ribbers
Browse files
Options
Downloads
Patches
Plain Diff
community/qt5-qtlocation: upgrade to 5.15.4_git20220511
parent
16487b9e
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!34462
community/qt5: upgrade to latest KDE patches rebased on Qt 5.15.4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
community/qt5-qtlocation/APKBUILD
+26
-21
26 additions, 21 deletions
community/qt5-qtlocation/APKBUILD
community/qt5-qtlocation/fix-build.patch
+0
-13
0 additions, 13 deletions
community/qt5-qtlocation/fix-build.patch
with
26 additions
and
34 deletions
community/qt5-qtlocation/APKBUILD
+
26
−
21
View file @
e3e0dbb4
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Contributor: Francesco Colista <fcolista@alpinelinux.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname
=
qt5-qtlocation
pkgname
=
qt5-qtlocation
pkgver
=
5.15.3_git20201109
pkgver
=
5.15.4_git20220511
pkgrel
=
3
pkgrel
=
0
_commit
=
"861e372b6ad81570d4f496e42fb25a6699b72f2f"
_commit
=
"db3b6bc6afed6477e6ab2d8465e41efee30fb6d5"
_commit_mapbox
=
"d3101bbc22edd41c9036ea487d4a71eabd97823d"
pkgdesc
=
"Qt5 - Location component"
pkgdesc
=
"Qt5 - Location component"
url
=
"https://www.qt.io/developers/"
url
=
"https://www.qt.io/developers/"
arch
=
"all !armhf"
# armhf blocked by qt5-qtdeclarative
license
=
"LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0"
license
=
"LGPL-2.1-only AND LGPL-3.0-only AND GPL-3.0-only AND Qt-GPL-exception-1.0"
makedepends
=
"qt5-qtbase-dev qt5-qtdeclarative-dev icu-dev"
arch
=
"all !armhf"
# armhf blocked by qt5-qtdeclarative
makedepends
=
"
qt5-qtbase-dev
qt5-qtdeclarative-dev
icu-dev
"
subpackages
=
"
$pkgname
-dev"
subpackages
=
"
$pkgname
-dev"
options
=
"!check"
# No tests
options
=
"!check"
# No tests
builddir
=
"
$srcdir
/qtlocation"
builddir
=
"
$srcdir
/qtlocation
-
$_commit
"
case
$pkgver
in
case
$pkgver
in
*
_beta
*
|
*
_rc
*
)
_rel
=
development_releases
;;
*
_beta
*
|
*
_rc
*
)
_rel
=
development_releases
;;
*
)
_rel
=
official_releases
;;
*
)
_rel
=
official_releases
;;
esac
esac
source
=
"https://
dev.alpinelinux.org/archive
/qt
5-
qtlocation/qtlocation-
$_commit
.tar.gz
source
=
"https://
invent.kde.org/qt
/qt
/
qtlocation/
-/archive/
$_commit
/
qtlocation-
$_commit
.tar.gz
fix-build.patch
https://invent.kde.org/qt/qt/qtlocation-mapboxgl/-/archive/
$_commit_mapbox
/qtlocation-mapbox-
$_commit_mapbox
.tar.gz
"
"
disturl
=
"dev.alpinelinux.org:/archive/
$pkgname
/"
prepare
()
{
default_prepare
snapshot
()
{
clean
rmdir
src/3rdparty/mapbox-gl-native
deps
mv
"
$srcdir
/qtlocation-mapboxgl-
$_commit_mapbox
"
src/3rdparty/mapbox-gl-native
mkdir
-p
"
$srcdir
"
cd
"
$srcdir
"
# We need to make the build system think we're running in a git repository
git clone https://invent.kde.org/qt/qt/qtlocation
-b
kde/5.15
--recursive
# so it correctly symlinks during the build
cd
qtlocation
&&
git checkout
$_commit
&&
cd
-
mkdir
.git
tar
czvf
$SRCDEST
/qtlocation-
$_commit
.tar.gz qtlocation
rsync
--progress
-La
$SRCDEST
/qtlocation-
$_commit
.tar.gz
$disturl
}
}
build
()
{
build
()
{
...
@@ -50,5 +53,7 @@ package() {
...
@@ -50,5 +53,7 @@ package() {
install
-d
"
$pkgdir
"
/usr/share/licenses
install
-d
"
$pkgdir
"
/usr/share/licenses
ln
-s
/usr/share/licenses/qt5-base
"
$pkgdir
"
/usr/share/licenses/
$pkgname
ln
-s
/usr/share/licenses/qt5-base
"
$pkgdir
"
/usr/share/licenses/
$pkgname
}
}
sha512sums
=
"5e9feabbac29052377d2cd1ec22fa29b00de361122580f0f33128fadf12b72af711f2e1e114a3e82c7c00812b304287212d617c85fe1b5bb0f39f120c884d8cc qtlocation-861e372b6ad81570d4f496e42fb25a6699b72f2f.tar.gz
sha512sums
=
"
eb19b97909b64a82d75732872573b25c626c924aec93dbbe9b1b27fd72354149aa0c4e2d3727a5a2519a7bee39cb6af60761ad40e29b4e7adeb89a300a710505 fix-build.patch"
36a4133edcb9f2cdeb75603c966aba3e5b9b6e071f00b24ab8920257471246fbe0c9cb73b41b4b2c6716a1d60d7bd12423694fdef53139b7f1e033fb677a8f60 qtlocation-db3b6bc6afed6477e6ab2d8465e41efee30fb6d5.tar.gz
6e38e5ca0b9e17de690af79f4702278bdc933a74561aa135b3e82245df7d795602403048bcc5bce00237f774ce3957540a8bded1a71f8730a08da05dec1f039f qtlocation-mapbox-d3101bbc22edd41c9036ea487d4a71eabd97823d.tar.gz
"
This diff is collapsed.
Click to expand it.
community/qt5-qtlocation/fix-build.patch
deleted
100644 → 0
+
0
−
13
View file @
16487b9e
diff --git a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro
index ed974db..265fe96 100644
--- a/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro
+++ b/src/3rdparty/mapbox-gl-native/mapbox-gl-native.pro
@@ -21,7 +21,7 @@
QMAKE_CXXFLAGS += \
-fvisibility-inlines-hidden \
-fvisibility=hidden
-android|win32|darwin|qnx {
+android|win32|darwin|qnx|posix {
SOURCES += \
platform/qt/src/thread.cpp
} else {
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