update: the entire repo

This commit is contained in:
2026-01-28 17:53:44 +01:00
parent e1e1487d10
commit fe541b6e3c
117 changed files with 139 additions and 186 deletions

View File

@@ -1,5 +1,5 @@
pkgname = "dynamic-cursors"
pkgver = "0.52.0"
pkgver = "0.53.3"
source = f"https://github.com/VirtCode/hypr-dynamic-cursors.git"
source_type = "git"
builddir = f"/tmp/fempkgbuild/hypr-dynamic-cursors"
@@ -13,7 +13,7 @@ deps = ["hyprland"]
build = [
# 64-bit build
f"cd {builddir} && git checkout 8c1679b87c54e97145cae83e622956d720e88bef",
f"cd {builddir} && git checkout 7e9b7bc9fbcbb2f7f8985ec1f435b43021609639",
f"su gabry -c 'XDG_RUNTIME_DIR=/run/user/$EUID hyprpm update || true'",
f"cd {builddir} && make -j$(nproc)",
f"cd {builddir} && install -v -d -m755 {destdir}/usr/share/hypr/plugins && install -v -m775 out/dynamic-cursors.so {destdir}/usr/share/hypr/plugins/",