Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions srcpkgs/glaze/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Template file for 'glaze'
pkgname=glaze
version=6.0.1
version=6.0.3
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING:BOOL=OFF -DCMAKE_BUILD_TYPE:STRING=Release -Dglaze_ENABLE_FUZZING:BOOL=OFF"
Expand All @@ -10,7 +10,7 @@ maintainer="Encoded14 <linusken@tuta.io>"
license="MIT"
homepage="https://github.com/stephenberry/glaze"
distfiles="https://github.com/stephenberry/glaze/archive/refs/tags/v${version}.tar.gz"
checksum=fecf2b15c4f375f13d5c84e7b5da79d5f90a76edeeef9501a4d0519eb8a4d6c7
checksum=f73f70b813df0bf1536c4bb868aec7c0e55f9160b8798b6fc9d66735ab475ef4

post_install() {
vlicense LICENSE
Expand Down
3 changes: 2 additions & 1 deletion srcpkgs/hyprtoolkit/template
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ pkgname=hyprtoolkit
version=0.3.0
revision=1
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -DDISABLE_TESTS=ON"
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr"
hostmakedepends="cmake hyprwayland-scanner pkgconf"
makedepends="aquamarine cairo-devel gtest-devel hyprgraphics hyprlang hyprutils
iniparser-devel libdrm-devel libgbm-devel libglvnd-devel libxkbcommon-devel
pango-devel pixman-devel wayland-devel wayland-protocols"
checkdepends="gtest-devel"
short_desc="A modern C++ Wayland-native GUI toolkit "
maintainer="Encoded14 <linusken@tuta.io>"
license="BSD-3-Clause"
Expand Down
3 changes: 2 additions & 1 deletion srcpkgs/hyprutils/template
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@ pkgname=hyprutils
version=0.10.2
revision=1
build_style=cmake
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -DBUILD_TESTING=OFF"
configure_args="--no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr"
hostmakedepends="cmake pkg-config"
makedepends="pixman-devel"
checkdepends="gtest-devel"
short_desc="Hyprland utilities library used across the ecosystem"
maintainer="Encoded14 <linusken@tuta.io>"
license="BSD-3-Clause"
Expand Down
Loading