From d89bc53619154604de3236fce5b4e760d62375af Mon Sep 17 00:00:00 2001 From: Makrennel Date: Fri, 28 Jun 2024 22:44:19 +0100 Subject: [PATCH] Update Hyprland to v0.41.2 Update Hyprland to v0.41.2 Update hyprutils to v0.1.5 Update hyprland-protocols to v0.3.0 --- srcpkgs/hyprland-protocols/template | 4 ++-- srcpkgs/hyprland/template | 6 +++--- srcpkgs/hyprutils/template | 6 ++++-- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/srcpkgs/hyprland-protocols/template b/srcpkgs/hyprland-protocols/template index b1ed9fc..c769791 100644 --- a/srcpkgs/hyprland-protocols/template +++ b/srcpkgs/hyprland-protocols/template @@ -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" @@ -10,7 +10,7 @@ maintainer="Makrennel " 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 diff --git a/srcpkgs/hyprland/template b/srcpkgs/hyprland/template index c64264f..381e03b 100644 --- a/srcpkgs/hyprland/template +++ b/srcpkgs/hyprland/template @@ -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 \ @@ -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\"" diff --git a/srcpkgs/hyprutils/template b/srcpkgs/hyprutils/template index a0288f2..2d1dd35 100644 --- a/srcpkgs/hyprutils/template +++ b/srcpkgs/hyprutils/template @@ -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 " 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