hyprism-shell
LOW
maintainer kristyancarvalho
0 votes
scanned 2026-08-28 01:33:41.799663
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
pkgname=hyprism-shell
2
pkgver=0.1.3
3
pkgrel=1
4
pkgdesc='Hyprland and Quickshell desktop environment with dynamic theming'
5
arch=('any')
6
url='https://github.com/kristyancarvalho/hyprism'
7
license=('MIT')
8
depends=(
9
'awww'
10
'bluez-utils'
11
'brightnessctl'
12
'cliphist'
13
'git'
14
'gnome-themes-extra'
15
'grim'
16
'hyprland'
17
'hyprlock'
18
'hyprpicker'
19
'hyprpolkitagent'
20
'jq'
21
'kitty'
22
'kvantum'
23
'matugen'
24
'networkmanager'
25
'noto-fonts-emoji'
26
'papirus-icon-theme'
27
'playerctl'
28
'power-profiles-daemon'
29
'python'
30
'python-pillow'
31
'qt5ct'
32
'qt6-imageformats'
33
'qt6ct'
34
'quickshell'
35
'sassc'
36
'slurp'
37
'thunar'
38
'ttf-jetbrains-mono-nerd'
39
'ttf-nerd-fonts-symbols-mono'
40
'upower'
41
'wireplumber'
42
'wl-clipboard'
43
)
44
optdepends=(
45
'chromium: default web application keybindings'
46
'curl: Google Sans Flex user installer'
47
'ddcutil: external monitor brightness control'
48
'fastfetch: themed system information preset'
49
'flatpak: Flatpak application integration'
50
'foot: alternative themed terminal'
51
'hyprsunset: night color mode'
52
'imagemagick: generated Fastfetch logo'
53
'neovim: generated NvChad palette'
54
'pacman-contrib: non-blocking update checks'
55
'qt6-virtualkeyboard: SDDM virtual keyboard'
56
'sddm: Hyprism login theme'
57
'snapper: snapshot status widget'
58
'starship: generated shell prompt theme'
59
'tmux: generated terminal multiplexer theme'
60
'wf-recorder: screen recording'
61
'xdg-desktop-portal-gtk: GTK desktop portal backend'
62
'xdg-desktop-portal-hyprland: Hyprland desktop portal backend'
63
'xdg-utils: default application integration'
64
'zathura: generated document viewer theme'
65
'zathura-pdf-mupdf: PDF support for Zathura'
66
)
67
source=("hyprism-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
68
sha256sums=('b62940f0513f796a257d9e52a323093c3a1f2bd1da50e267520406ac39814257')
69
70
package() {
71
cd "hyprism-${pkgver}"
72
make install-system PREFIX=/usr DESTDIR="$pkgdir" PACKAGE_NAME="$pkgname"
73
}
74
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 01:33:41 | Low | 1 |