ros2-jazzy-rqt_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=rqt_gui_cpp
4
pkgname=ros2-jazzy-rqt_gui_cpp
5
pkgver=1.6.4
6
pkgrel=1
7
pkgdesc="ROS 2 rqt_gui_cpp - C++ plugin support for the rqt GUI framework"
8
url="https://index.ros.org/p/rqt_gui_cpp/"
9
arch=('x86_64')
10
license=('BSD-3-Clause')
11
depends=('ros2-jazzy' 'ros2-jazzy-qt_gui_cpp' 'qt5-base')
12
makedepends=('cmake' 'qt5-base')
13
source=("rqt-$pkgver.tar.gz::https://github.com/ros-visualization/rqt/archive/refs/tags/${pkgver}.tar.gz")
14
sha256sums=('fae29a3d3e2ff63d34103ff52e6aefa8b1e0415d9c82494f452a9b6e1238f915')
15
16
_srcname="rqt-$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
-Wno-dev
26
cmake --build build
27
}
28
29
package() {
30
DESTDIR="$pkgdir" cmake --install build
31
install -Dm644 "$srcdir/$_srcname/LICENSE" \
32
"$pkgdir/usr/share/licenses/$pkgname/LICENSE"
33
}
34
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-09-05 03:59:20 | Low | 1 |