Skip to content
Snippets Groups Projects
Commit 4af8577b authored by Zach DeCook's avatar Zach DeCook :keyboard: Committed by Kevin Daudt
Browse files

community/hyprland: upgrade to 0.45.0

parent 6e372790
No related branches found
No related tags found
Loading
Pipeline #271920 skipped
# Contributor: Zach DeCook <zachdecook@librem.one>
maintainer="Zach DeCook <zachdecook@librem.one>"
pkgname=hyprland
pkgver=0.44.1
pkgver=0.45.0
pkgrel=0
_commit="4520b30d498daca8079365bdb909a8dea38e8d55"
_commit="a425fbebe4cf4238e48a42f724ef2208959d66cf"
pkgdesc="Independent, highly customizable, dynamic tiling Wayland compositor that doesn't sacrifice on its looks."
url="https://hyprland.org"
arch="all"
......@@ -13,15 +13,15 @@ source="
"
builddir="$srcdir/Hyprland-$pkgver"
makedepends="
aquamarine-dev
aquamarine-dev>=0.4.2
cairo-dev
cmake
elogind-dev
hyprcursor-dev>=0.1.9
hyprland-protocols
hyprlang
hyprland-protocols>=0.4.0
hyprlang>=0.3.2
hyprutils-dev>=0.2.3
hyprwayland-scanner
hyprwayland-scanner>=0.3.10
jq
libdrm-dev
libinput-dev
......@@ -60,8 +60,13 @@ prepare() {
# Set some variables in version.h.in
sed -i "s/@HASH@/$_commit/" "$builddir"/src/version.h.in
sed -i "s/@BRANCH@/build-alpine/" "$builddir"/src/version.h.in
message="with patches: $(printf %s "$source" | grep '.patch$' | tr '\n' ' ')"
sed -i "s~@MESSAGE@~$message~" "$builddir"/src/version.h.in
_patches="$(printf %s "$source" | grep '.patch$' | tr '\n' ' ')"
if test "$_patches"; then
_message="with patches: $_patches"
else
_message="without patches"
fi
sed -i "s~@MESSAGE@~$_message~" "$builddir"/src/version.h.in
sed -i "s/@TAG@/v$pkgver/" "$builddir"/src/version.h.in
}
......@@ -85,5 +90,5 @@ wallpapers() {
}
sha512sums="
8546afcb697fd8bd6c3de504ebd58badb6dc445c1d46c9751c382bb06d043947134a7a619fd6984a9716ee46f86bda2b045dfbb700a683bf81b5ad72baba040e Hyprland-v0.44.1.tar.gz
f3df59ff9698a91bdbbfe2dbdabfe15c3ea61026c0e487949441394513e6439676ff268c2fd73c436002aa13b9eca705ebda3507013262e63a882dac31bc1721 Hyprland-v0.45.0.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment