We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3403b24 commit 26e1359Copy full SHA for 26e1359
srcpkgs/hyprland/template
@@ -1,7 +1,7 @@
1
# Template file for 'hyprland'
2
pkgname=hyprland
3
version=0.52.2
4
-revision=1
+revision=2
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} ${othermakedepends} ${makedepends}"
+ depends="${sourcepkg}>=${version}_${revision} cmake meson cpio pkg-config git gcc ${makedepends}"
52
short_desc="Dynamic tiling Wayland compositor - development files"
53
pkg_install() {
54
vmove usr/include
0 commit comments