fubuki-gtk

LOW
maintainer dwildey 0 votes scanned 2026-09-10 13:20:36.864917
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-gtk
3_base=fubuki
4pkgver=0.2.0
5pkgrel=1
6pkgdesc="Bootable USB writer in the spirit of Rufus: the GNOME window"
7arch=('any')
8url="https://github.com/dresden196/fubuki"
9license=('GPL-3.0-or-later')
10depends=('fubuki' 'python' 'python-gobject' 'gtk4' 'libadwaita' 'polkit')
11makedepends=('gettext')
12source=("$_base-$pkgver.tar.gz::https://github.com/dresden196/fubuki/archive/refs/tags/v$pkgver.tar.gz")
13sha256sums=('c87b588d9101888a28a66aa9ce8cf3f28ac080b1bb37d8e0da86b5ae828192b9')
14
15package() {
16 cd "$srcdir/$_base-$pkgver/fubuki-gtk"
17 install -Dm755 bin/fubuki-gtk "$pkgdir/usr/bin/fubuki-gtk"
18 install -d "$pkgdir/usr/lib/fubuki-gtk/fubuki_gtk"
19 install -Dm644 fubuki_gtk/*.py -t "$pkgdir/usr/lib/fubuki-gtk/fubuki_gtk/"
20 install -Dm644 io.github.dresden196.fubuki.gtk.desktop \
21 "$pkgdir/usr/share/applications/io.github.dresden196.fubuki.gtk.desktop"
22 install -Dm644 io.github.dresden196.fubuki.gtk.metainfo.xml \
23 "$pkgdir/usr/share/metainfo/io.github.dresden196.fubuki.gtk.metainfo.xml"
24 # The icon comes with the engine package, which both windows depend on.
25 for po in po/*/fubuki-gtk.po; do
26 [ -f "$po" ] || continue
27 lang=$(basename "$(dirname "$po")")
28 install -d "$pkgdir/usr/share/locale/$lang/LC_MESSAGES"
29 msgfmt -o "$pkgdir/usr/share/locale/$lang/LC_MESSAGES/fubuki-gtk.mo" "$po"
30 done
31}
32

Scan history

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