We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f88e8 commit 8e8bfdfCopy full SHA for 8e8bfdf
srcpkgs/hyprland/template
@@ -1,7 +1,7 @@
1
# Template file for 'hyprland'
2
pkgname=hyprland
3
version=0.52.2
4
-revision=3
+revision=4
5
build_style=cmake
6
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release \
7
-DCMAKE_INSTALL_PREFIX:PATH=/usr -DNO_SYSTEMD:BOOL=true"
@@ -48,7 +48,7 @@ post_install() {
48
}
49
50
hyprland-devel_package() {
51
- depends="${sourcepkg}>=${version}_${revision} meson git gcc ${hostmakedepends} ${makedepends}"
+ depends="${sourcepkg}>=${version}_${revision} cmake cpio hyprwayland-scanner git gcc meson pkgconf ${makedepends}"
52
short_desc="Dynamic tiling Wayland compositor - development files"
53
pkg_install() {
54
vmove usr/include
0 commit comments