ros2-jazzy-qt_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=qt_gui_cpp
4pkgname=ros2-jazzy-qt_gui_cpp
5pkgver=2.7.6
6pkgrel=1
7pkgdesc="ROS 2 qt_gui_cpp - C++ bindings for the qt_gui plugin framework"
8url="https://index.ros.org/p/qt_gui_cpp/"
9arch=('x86_64')
10license=('BSD-3-Clause')
11depends=('ros2-jazzy' 'qt5-base')
12makedepends=('cmake' 'pkgconf' 'qt5-base' 'sip4' 'python-sip4' 'python-pyqt5')
13source=("qt_gui_core-$pkgver.tar.gz::https://github.com/ros-visualization/qt_gui_core/archive/refs/tags/${pkgver}.tar.gz")
14sha256sums=('da49feedc9e48101bab48c7d4efe13879cee26db485df27b03fa00de9652c49b')
15
16_srcname="qt_gui_core-$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 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 \
26 -Wno-dev
27 cmake --build build
28}
29
30package() {
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)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