fubuki-qt

LOW
maintainer dwildey 0 votes scanned 2026-09-10 21:21:21.441781
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: Dresden Wildey <dresden196@gmail.com>
2pkgname=fubuki-qt
3# fubuki-qt was this package's name up to 0.2.1.
4provides=('fubuki-ui')
5conflicts=('fubuki-ui')
6replaces=('fubuki-ui')
7_base=fubuki
8pkgver=0.2.2
9pkgrel=1
10pkgdesc="Bootable USB writer in the spirit of Rufus: the KDE window"
11arch=('x86_64')
12url="https://github.com/dresden196/fubuki"
13license=('GPL-3.0-or-later')
14depends=('fubuki' 'qt6-base' 'qt6-declarative' 'kirigami' 'ki18n' 'qqc2-desktop-style' 'polkit' 'systemd')
15makedepends=('cmake' 'extra-cmake-modules' 'qt6-tools' 'gettext')
16source=("$_base-$pkgver.tar.gz::https://github.com/dresden196/fubuki/archive/refs/tags/v$pkgver.tar.gz")
17sha256sums=('c3169c08c23d007b766211231a0194b38fdaabc59faf8f99bd3c86c8ae582eb4')
18
19build() {
20 cmake -S "$srcdir/$_base-$pkgver/fubuki-qt/app" -B "$srcdir/build" \
21 -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
22 cmake --build "$srcdir/build" --parallel
23}
24
25package() {
26 cd "$srcdir/$_base-$pkgver/fubuki-qt"
27 DESTDIR="$pkgdir" cmake --install "$srcdir/build"
28 ln -s fubuki-qt "$pkgdir/usr/bin/fubuki-ui"
29 install -Dm644 io.github.dresden196.fubuki.desktop \
30 "$pkgdir/usr/share/applications/io.github.dresden196.fubuki.desktop"
31}
32

Scan history

Scanned at (UTC)SeverityRules
2026-09-10 21:21:21 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