ros2-jazzy-rqt_gui_cpp

LOW
maintainer AutoUpdateBot 0 votes scanned 2026-09-05 03:59:20.365640
View on AUR
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
4pkgname=ros2-jazzy-rqt_gui_cpp
5pkgver=1.6.4
6pkgrel=1
7pkgdesc="ROS 2 rqt_gui_cpp - C++ plugin support for the rqt GUI framework"
8url="https://index.ros.org/p/rqt_gui_cpp/"
9arch=('x86_64')
10license=('BSD-3-Clause')
11depends=('ros2-jazzy' 'ros2-jazzy-qt_gui_cpp' 'qt5-base')
12makedepends=('cmake' 'qt5-base')
13source=("rqt-$pkgver.tar.gz::https://github.com/ros-visualization/rqt/archive/refs/tags/${pkgver}.tar.gz")
14sha256sums=('fae29a3d3e2ff63d34103ff52e6aefa8b1e0415d9c82494f452a9b6e1238f915')
15
16_srcname="rqt-$pkgver"
17
18build() {
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
29package() {
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)SeverityRules
2026-09-05 03:59:20 Low 1

Report a package

Reports go to the AURWatch maintainer (one person) and are read by hand. No login required.

0 / 4000
Your suggestion