caelestia-equalizer
LOW
maintainer regis
0 votes
scanned 2026-08-31 19:46:16.204478
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>
2
pkgname=caelestia-equalizer
3
pkgver=1.0.0
4
pkgrel=4
5
pkgdesc="Standalone Wayland Music Widget for Hyprland with EQ and MPRIS support"
6
arch=('any')
7
url="https://github.com/MaksSuRitik/caelestia-equalizer"
8
license=('GPL3')
9
10
depends=(
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
24
source=("git+https://github.com/MaksSuRitik/caelestia-equalizer.git")
25
md5sums=('SKIP')
26
27
package() {
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]
44
Name=Caelestia Equalizer
45
Comment=Hyprland Music Player Widget
46
Exec=$pkgname
47
Icon=multimedia-audio-player
48
Type=Application
49
Categories=AudioVideo;Audio;Player;
50
Terminal=false
51
EOF
52
}
53
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-31 19:46:16 | Low | 1 |