-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Hyprland to v0.41.2 Update hyprutils to v0.1.5 Update hyprland-protocols to v0.3.0
- Loading branch information
Showing
3 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|