[notify] qt6-positioning: renamed from qt6-location; 6.2.1 -> 6.2.2

This commit is contained in:
Danny Rawlins 2021-12-06 21:10:44 +11:00
parent e823e7cfef
commit e443398945
4 changed files with 9 additions and 9 deletions

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/RaWWzK45K9G1KN1FF6P/HxjP5hrGQFr8ZLjOvnUfU8xJ4fc0jQ7Y9HsdP6hqWBjbIkPApKrb9gR6rQdNpPz0wI=
SHA256 (Pkgfile) = 89460fcb25cf2b22c4e79721e3545dff49d19c7d19deb108a99ca1b7595c5efd
SHA256 (.footprint) = 7a466f244dea9b11819bb27a410f5492f9263001d17711eaddf3c90396813663
SHA256 (qtlocation-everywhere-src-6.2.1.tar.xz) = a99e92c762d45b17e14685cd8a3c1564a3da0ce1cfd1a68ffd5b3fd7c409dcad

View File

@ -0,0 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/axDrrysb1+Q/4vApYGI3vVEZ5jrnYWQ7sSu8d6zVNcqGLLwsIfbbbv4dracgLAVXdzzUJH53OWNUJIdJq0bMQo=
SHA256 (Pkgfile) = 356b8873c9d40b93cf5cb1437b8d5b76645af221ac98f68df7a727e1e80fe47c
SHA256 (.footprint) = 7a466f244dea9b11819bb27a410f5492f9263001d17711eaddf3c90396813663
SHA256 (qtpositioning-everywhere-src-6.2.2.tar.xz) = 26231545eae383089510b236e88bbee8a6d338c06c170b674e8f36a57a0ba09a

View File

@ -3,16 +3,16 @@
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: qt6-declarative qt6-serialport
name=qt6-location
version=6.2.1
name=qt6-positioning
version=6.2.2
release=1
source=(https://download.qt.io/official_releases/qt/${version%.*}/$version/submodules/qtlocation-everywhere-src-$version.tar.xz)
source=(https://download.qt.io/official_releases/qt/${version%.*}/$version/submodules/qtpositioning-everywhere-src-$version.tar.xz)
build() {
prt-get isinst ninja && PKGMK_QT6+=' -G Ninja'
prt-get isinst ccache && PKGMK_QT6+=' -D QT_USE_CCACHE=ON' && PATH="$(echo ${PATH} | awk -v RS=: -v ORS=: '/ccache/ {next} {print}' | sed 's/:*$//')"
cmake -S qtlocation-everywhere-src-$version -B build $PKGMK_QT6 \
cmake -S qtpositioning-everywhere-src-$version -B build $PKGMK_QT6 \
-D INSTALL_PUBLICBINDIR=usr/bin \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \