forked from void-linux/void-packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
13 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,25 @@ | ||
# Template file for 'hyprland' | ||
pkgname=hyprland | ||
version=0.37.1 | ||
version=0.38.0 | ||
revision=1 | ||
hostmakedepends=" | ||
cmake | ||
cpio | ||
glslang | ||
hwids | ||
jq | ||
meson | ||
ninja | ||
pkg-config | ||
wayland-devel | ||
" | ||
makedepends=" | ||
cairo-devel | ||
hyprcursor | ||
hyprlang | ||
libdisplay-info-devel | ||
libdrm-devel | ||
libgbm-devel | ||
libglvnd-devel | ||
libinput-devel | ||
libliftoff-devel | ||
libseat-devel | ||
libxcb-devel | ||
libxkbcommon-devel | ||
pango-devel | ||
tomlplusplus | ||
wayland-devel | ||
wayland-protocols | ||
xcb-util-errors-devel | ||
xcb-util-renderutil-devel | ||
xcb-util-wm-devel | ||
xorg-server-xwayland | ||
" | ||
build_style=cmake | ||
hostmakedepends="cpio glslang hwids jq meson | ||
ninja pkg-config wayland-devel" | ||
makedepends="cairo-devel hyprcursor hyprlang | ||
libdisplay-info-devel libdrm-devel libgbm-devel | ||
libglvnd-devel libinput-devel libliftoff-devel | ||
libseat-devel libxcb-devel libxkbcommon-devel | ||
pango-devel tomlplusplus wayland-devel | ||
wayland-protocols xcb-util-errors-devel | ||
xcb-util-renderutil-devel xcb-util-wm-devel | ||
xorg-server-xwayland" | ||
short_desc="Dynamic tiling Wayland compositor that doesn't sacrifice on its looks" | ||
maintainer="Makrennel <[email protected]>" | ||
license="BSD-3-Clause" | ||
homepage="https://hyprland.org/" | ||
changelog="https://github.com/hyprwm/Hyprland/releases" | ||
distfiles="https://github.com/hyprwm/Hyprland/releases/download/v${version}/source-v${version}.tar.gz" | ||
checksum=bf3c33f7643218af3c44411c28e9a20fcd02225e56d732a8a4a446d9a298f862 | ||
checksum=6e0235ad21ecff471381a50474852bfa0d1ed19bcf71504db5afe658bc305f08 | ||
|
||
if [ "$XBPS_TARGET_LIBC" = "musl" ]; then | ||
makedepends+=" libexecinfo-devel" | ||
|