breeze-comic-bin

LOW
maintainer maxlen 0 votes scanned 2026-09-20 13:33:19.261973
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: maxlen <maxlen@duck.com>
2#
3# Repackages the upstream Linux (DEB) release; building from source needs the
4# full Flutter + Rust + LLVM toolchain. Named breeze-comic-bin because the
5# official extra repo already ships "breeze" (the KDE Plasma theme).
6
7pkgname=breeze-comic-bin
8pkgver=3.0.31
9pkgrel=1
10pkgdesc="Comic/manga reader with plugin support for Bika, JM, Ehentai and more"
11arch=('x86_64')
12url="https://github.com/deretame/Breeze"
13license=('MPL-2.0')
14provides=("${pkgname%-bin}")
15conflicts=("${pkgname%-bin}")
16depends=(
17 'at-spi2-core' 'cairo' 'curl' 'fontconfig' 'gcc-libs' 'gdk-pixbuf2'
18 'glib2' 'gtk3' 'harfbuzz' 'libayatana-appindicator' 'ayatana-ido'
19 'libayatana-indicator' 'libdbusmenu-glib' 'libepoxy' 'libsoup3' 'pango'
20 'webkit2gtk-4.1' 'zlib'
21)
22options=('!strip' '!debug')
23_url="https://github.com/deretame/Breeze/releases/download/v${pkgver}"
24source=(
25 "${_url}/breeze_${pkgver}_amd64-v${pkgver}.deb"
26 "LICENSE-${pkgver}::https://raw.githubusercontent.com/deretame/Breeze/v${pkgver}/LICENSE"
27)
28noextract=("breeze_${pkgver}_amd64-v${pkgver}.deb")
29sha256sums=('4b6653871f8e980a7f273ea88f87b18120857e6b7974e918baeb89e1208ab168'
30 '1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5')
31
32package() {
33 cd "$srcdir"
34
35 bsdtar -xf "breeze_${pkgver}_amd64-v${pkgver}.deb"
36 bsdtar -xf data.tar.zst
37
38 # Bundle is relocatable (RPATH is $ORIGIN/lib), so it can live under a
39 # breeze-comic path instead of upstream's /opt/breeze.
40 install -dm755 "$pkgdir/usr/lib"
41 cp -a opt/breeze "$pkgdir/usr/lib/breeze-comic"
42
43 install -dm755 "$pkgdir/usr/bin"
44 ln -s ../lib/breeze-comic/breeze "$pkgdir/usr/bin/breeze-comic"
45
46 sed -i 's/^Exec=breeze$/Exec=breeze-comic/' \
47 "usr/share/applications/io.github.windy.breeze.desktop"
48 install -Dm644 "usr/share/applications/io.github.windy.breeze.desktop" \
49 "$pkgdir/usr/share/applications/io.github.windy.breeze.desktop"
50 install -Dm644 "usr/share/icons/hicolor/512x512/apps/io.github.windy.breeze.png" \
51 "$pkgdir/usr/share/icons/hicolor/512x512/apps/io.github.windy.breeze.png"
52
53 install -Dm644 "LICENSE-${pkgver}" "$pkgdir/usr/share/licenses/${pkgname}/LICENSE"
54}
55

Scan history

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