ros2-jazzy-qt_gui_cpp
LOW
maintainer AutoUpdateBot
0 votes
scanned 2026-09-05 03:59:20.365640
Why flagged
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
Triggered rules
Low
Few votes, recently uploaded
zero_votes_recent
Uploaded within the last 14 days with 2 or fewer community votes — little peer review so far.
PKGBUILD
1
# Maintainer: AutoUpdateBot <auto-update-bot@arch4edu.org>
2
3
_pkgname=qt_gui_cpp
4
pkgname=ros2-jazzy-qt_gui_cpp
5
pkgver=2.7.6
6
pkgrel=1
7
pkgdesc="ROS 2 qt_gui_cpp - C++ bindings for the qt_gui plugin framework"
8
url="https://index.ros.org/p/qt_gui_cpp/"
9
arch=('x86_64')
10
license=('BSD-3-Clause')
11
depends=('ros2-jazzy' 'qt5-base')
12
makedepends=('cmake' 'pkgconf' 'qt5-base' 'sip4' 'python-sip4' 'python-pyqt5')
13
source=("qt_gui_core-$pkgver.tar.gz::https://github.com/ros-visualization/qt_gui_core/archive/refs/tags/${pkgver}.tar.gz")
14
sha256sums=('da49feedc9e48101bab48c7d4efe13879cee26db485df27b03fa00de9652c49b')
15
16
_srcname="qt_gui_core-$pkgver"
17
18
build() {
19
source /opt/ros/jazzy/setup.bash
20
21
cmake -B build -S "$srcdir/$_srcname/$_pkgname" \
22
-DCMAKE_BUILD_TYPE='None' \
23
-DCMAKE_INSTALL_PREFIX='/opt/ros/jazzy' \
24
-DBUILD_TESTING=OFF \
25
-DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
26
-Wno-dev
27
cmake --build build
28
}
29
30
package() {
31
DESTDIR="$pkgdir" cmake --install build
32
install -Dm644 "$srcdir/$_srcname/LICENSE" \
33
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
34
}
35
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 03:59:20 | Low | 1 |