fubuki-gtk
LOW
maintainer dwildey
0 votes
scanned 2026-09-10 13:20:36.864917
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>
2
pkgname=fubuki-gtk
3
_base=fubuki
4
pkgver=0.2.0
5
pkgrel=1
6
pkgdesc="Bootable USB writer in the spirit of Rufus: the GNOME window"
7
arch=('any')
8
url="https://github.com/dresden196/fubuki"
9
license=('GPL-3.0-or-later')
10
depends=('fubuki' 'python' 'python-gobject' 'gtk4' 'libadwaita' 'polkit')
11
makedepends=('gettext')
12
source=("$_base-$pkgver.tar.gz::https://github.com/dresden196/fubuki/archive/refs/tags/v$pkgver.tar.gz")
13
sha256sums=('c87b588d9101888a28a66aa9ce8cf3f28ac080b1bb37d8e0da86b5ae828192b9')
14
15
package() {
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) | Severity | Rules |
|---|---|---|
| 2026-09-10 13:20:36 | Low | 1 |