Skip to content

Commit

Permalink
hyprcursor: update to 0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit committed Apr 3, 2024
1 parent 1b204d0 commit ac62967
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
3 changes: 2 additions & 1 deletion common/shlibs
Original file line number Diff line number Diff line change
Expand Up @@ -4306,5 +4306,6 @@ libscfg.so libscfg-0.1.1_1
libmsgraph-0.so.1 msgraph-0.2.1_1
libsdbus-c++.so.1 sdbus-cpp-1.5.0_1
libhyprlang.so.2 hyprlang-0.5.0_1
libhyprcursor.so.0 hyprcursor-0.1.4_1
libhyprcursor.so.0.1.5 hyprcursor-0.1.5_1
libhyprcursor.so.0 hyprcursor-0.1.5_1
libtomlplusplus.so.3 tomlplusplus-3.4.0_1
19 changes: 15 additions & 4 deletions srcpkgs/hyprcursor/template
Original file line number Diff line number Diff line change
@@ -1,16 +1,27 @@
# Template file for 'hyprcursor'
pkgname=hyprcursor
version=0.1.4
version=0.1.5
revision=1
build_style=cmake
hostmakedepends="pkg-config cairo-devel"
makedepends="hyprlang librsvg-devel libzip-devel"
hostmakedepends="pkg-config cairo-devel gcc hyprlang"
makedepends="glibc-devel librsvg-devel libzip-devel"
depends="cairo glibc hyprlang libgcc librsvg libstdc++ libzip"
#checkdepends=""
short_desc="Hyprland cursor format, library and utilities"
maintainer="zenobit <[email protected]>"
license="BSD-3-Clause"
homepage="https://github.com/hyprwm/hyprcursor"
distfiles="https://github.com/hyprwm/hyprcursor/archive/refs/tags/v${version}.tar.gz"
checksum=082c7866a8139993be0c476873dafea357bb579c8d1839280be6bfdef3177193
checksum=3958b0d7b80bcabca1c46841016c7354afc3cbcbf86b785b7b6289524cb5ec5c

do_build() {
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target all -j$(nproc 2>/dev/null || getconf NPROCESSORS_CONF)
}

do_install() {
cmake --install build
}

post_install() {
vlicense LICENSE
Expand Down

0 comments on commit ac62967

Please sign in to comment.