caelestia-equalizer

LOW
maintainer regis 0 votes scanned 2026-08-31 19:46:16.204478
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: MaksSuRitik <твоя_почта@example.com>
2pkgname=caelestia-equalizer
3pkgver=1.0.0
4pkgrel=4
5pkgdesc="Standalone Wayland Music Widget for Hyprland with EQ and MPRIS support"
6arch=('any')
7url="https://github.com/MaksSuRitik/caelestia-equalizer"
8license=('GPL3')
9
10depends=(
11 'python'
12 'python-pyqt6'
13 'qt6-declarative'
14 'qt6-svg'
15 'easyeffects'
16 'lsp-plugins'
17 'imagemagick'
18 'jq'
19 'curl'
20 'playerctl'
21 'wireplumber'
22)
23
24source=("git+https://github.com/MaksSuRitik/caelestia-equalizer.git")
25md5sums=('SKIP')
26
27package() {
28 cd "$srcdir/caelestia-equalizer"
29
30 install -dm755 "$pkgdir/usr/share/$pkgname"
31 cp -r media ui main.py README.md "$pkgdir/usr/share/$pkgname/"
32
33 chmod +x "$pkgdir/usr/share/$pkgname/media/art_fetch.sh"
34 chmod +x "$pkgdir/usr/share/$pkgname/media/equalizer.sh"
35
36 install -dm755 "$pkgdir/usr/bin"
37 echo '#!/bin/bash' > "$pkgdir/usr/bin/$pkgname"
38 echo "python /usr/share/$pkgname/main.py \"\$@\"" >> "$pkgdir/usr/bin/$pkgname"
39 chmod +x "$pkgdir/usr/bin/$pkgname"
40
41 install -dm755 "$pkgdir/usr/share/applications"
42 cat > "$pkgdir/usr/share/applications/$pkgname.desktop" <<EOF
43[Desktop Entry]
44Name=Caelestia Equalizer
45Comment=Hyprland Music Player Widget
46Exec=$pkgname
47Icon=multimedia-audio-player
48Type=Application
49Categories=AudioVideo;Audio;Player;
50Terminal=false
51EOF
52}
53

Scan history

Scanned at (UTC)SeverityRules
2026-08-31 19:46:16 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