ports/opt (3.6): [notify] qt6-positioning: renamed from qt6-location; 6.2.1 -> 6.2.2
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit e443398945f838db666ff43c8026681c345c435a Author: Danny Rawlins <contact@romster.me> Date: Mon Dec 6 21:10:44 2021 +1100 [notify] qt6-positioning: renamed from qt6-location; 6.2.1 -> 6.2.2 diff --git a/qt6-location/.signature b/qt6-location/.signature deleted file mode 100644 index 23ba1c106..000000000 --- a/qt6-location/.signature +++ /dev/null @@ -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 diff --git a/qt6-location/.footprint b/qt6-positioning/.footprint similarity index 100% rename from qt6-location/.footprint rename to qt6-positioning/.footprint diff --git a/qt6-positioning/.signature b/qt6-positioning/.signature new file mode 100644 index 000000000..67d5c0eef --- /dev/null +++ b/qt6-positioning/.signature @@ -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 diff --git a/qt6-location/Pkgfile b/qt6-positioning/Pkgfile similarity index 80% rename from qt6-location/Pkgfile rename to qt6-positioning/Pkgfile index 9c2603767..8a5fe2c8a 100644 --- a/qt6-location/Pkgfile +++ b/qt6-positioning/Pkgfile @@ -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" \
participants (1)
-
crux@crux.nu