Skip to content

Commit

Permalink
Update Hyprland to v0.41.2
Browse files Browse the repository at this point in the history
Update Hyprland to v0.41.2
Update hyprutils to v0.1.5
Update hyprland-protocols to v0.3.0
  • Loading branch information
Makrennel committed Jun 28, 2024
1 parent f99b471 commit d89bc53
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
4 changes: 2 additions & 2 deletions srcpkgs/hyprland-protocols/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'hyprland-protocols'
pkgname=hyprland-protocols
version=0.2
version=0.3.0
revision=1
build_style=meson
hostmakedepends="wayland-devel"
Expand All @@ -10,7 +10,7 @@ maintainer="Makrennel <[email protected]>"
license="BSD-3-Clause"
homepage="https://github.com/hyprwm/hyprland-protocols"
distfiles="${homepage}/archive/refs/tags/v${version}.tar.gz"
checksum=106cb189d0fbe4ec0ee11a12a17238172f4c4cd1b2b26db904df144e5c7a05f0
checksum=b2b446ad5b939c90cdc6317d411bbfb83f9868babad05112369ebd8694d3fc49

post_install() {
vlicense LICENSE
Expand Down
6 changes: 3 additions & 3 deletions srcpkgs/hyprland/template
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Template file for 'hyprland'
pkgname=hyprland
version=0.41.1
revision=2
version=0.41.2
revision=1
build_style=cmake
configure_args=" --no-warn-unused-cli \
-DCMAKE_BUILD_TYPE:STRING=Release \
Expand Down Expand Up @@ -53,7 +53,7 @@ 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=4572e3990a18de602410b422ae9232233f2a699b3d0132b90a6e1c25f7369a75
checksum=c2de1ea4f02ae817d42268874f6be692d807dcff9817a0cd438f9a221b045369

if [ "$XBPS_TARGET_LIBC" = "musl" ]; then
configure_args+=" -DCMAKE_CXX_FLAGS=\"-lexecinfo\""
Expand Down
6 changes: 4 additions & 2 deletions srcpkgs/hyprutils/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
# Template file for 'hyprutils'
pkgname=hyprutils
version=0.1.2
version=0.1.5
revision=1
build_style=cmake
hostmakedepends="pkgconf"
makedepends="pixman-devel"
short_desc="A small C++ library used across the Hypr* ecosystem"
maintainer="Makrennel <[email protected]>"
license="BSD-3-Clause"
homepage="https://github.com/hyprwm/hyprutils"
distfiles="https://github.com/hyprwm/hyprutils/archive/refs/tags/v${version}.tar.gz"
checksum=a11598fbba1dcb8e1f939935ed55339b481816b1fddc89dbbfe4dafb4d753562
checksum=60cce1b4160a4e5383fa0ff665c6bf49b54cfb387dc8a52229abfc367000b0be

post_install() {
vlicense LICENSE
Expand Down

0 comments on commit d89bc53

Please sign in to comment.