hyprism-shell-git
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-git
2
pkgver=0.1.3.r4.g4f7cc54
3
pkgrel=1
4
pkgdesc='Hyprland and Quickshell desktop environment with dynamic theming (development version)'
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
makedepends=('git')
68
provides=("hyprism-shell=${pkgver}")
69
conflicts=('hyprism-shell')
70
source=("git+${url}.git#branch=main")
71
sha256sums=('SKIP')
72
73
pkgver() {
74
cd hyprism
75
local tag version distance revision
76
tag=$(git describe --tags --abbrev=0 --match 'v[0-9]*.[0-9]*.[0-9]*')
77
version=${tag#v}
78
distance=$(git rev-list --count "${tag}..HEAD")
79
revision=$(git rev-parse --short=7 HEAD)
80
if ((distance == 0)); then
81
printf '%s' "$version"
82
else
83
printf '%s.r%s.g%s' "$version" "$distance" "$revision"
84
fi
85
}
86
87
package() {
88
cd hyprism
89
make install-system PREFIX=/usr DESTDIR="$pkgdir" PACKAGE_NAME="$pkgname"
90
}
91
Scan history
| Scanned at (UTC) | Severity | Rules |
|---|---|---|
| 2026-08-28 01:33:41 | Low | 1 |