Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.1.10 01 Oct 2024 18:56:20 |
Rene Ladan (rene) |
all: drop support for expired FreeBSD 14.0
Simplify expressions for FreeBSD 13.X
Reviewed by: many
Differential Revision: https://reviews.freebsd.org/D46601 |
0.1.10 01 Oct 2024 00:57:23 |
Jan Beich (jbeich) |
x11/hyprcursor: update to 0.1.10
Changes: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.10
Reported by: GitHub (watch releases) |
0.1.9 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
0.1.9 10 Jun 2024 16:55:08 |
Jan Beich (jbeich) |
*: move FreeBSD 14.0 EOL to 2024Q4
FreeBSD 14.1 was released on 2024-06-04. The transition period is at
least 3 months but usually rounded up to almost 4 months. |
0.1.9 25 May 2024 13:08:49 |
Jan Beich (jbeich) |
x11/hyprcursor: update to 0.1.9
Changes: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.9
Reported by: GitHub (watch releases) |
0.1.8 26 Apr 2024 10:13:57 |
Jan Beich (jbeich) |
x11/hyprcursor: update to 0.1.8
Changes: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.8
Reported by: GitHub (watch releases) |
0.1.7 10 Apr 2024 13:41:05 |
Jan Beich (jbeich) |
x11/hyprcursor: update to 0.1.7
Changes: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.7
Reported by: GitHub (watch releases) |
0.1.6 06 Apr 2024 21:49:07 |
Jan Beich (jbeich) |
x11/hyprcursor: update to 0.1.6
Changes: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.6
Reported by: GitHub (watch releases) |
0.1.5 24 Mar 2024 08:20:52 |
Jan Beich (jbeich) |
x11/hyprcursor: update to 0.1.5
Changes: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.5
Reported by: GitHub (watch releases) |
0.1.4 18 Mar 2024 07:14:52 |
Jan Beich (jbeich) |
x11/hyprcursor: unbreak build with libc++ 16
In file included from libhyprcursor/hyprcursor.cpp:12:
./libhyprcursor/Log.hpp:51:27: error: no member named 'vformat' in namespace
'std'
std::cout << std::vformat(fmt, std::make_format_args(args...)) << "\n";
~~~~~^
./libhyprcursor/Log.hpp:51:45: error: no member named 'make_format_args' in
namespace 'std'
std::cout << std::vformat(fmt, std::make_format_args(args...)) << "\n";
~~~~~^
hyprcursor-util/src/main.cpp:345:41: error: no member named 'format' in
namespace 'std'
const auto OUT = spawnSync(std::format("rm -f /tmp/hyprcursor-util/* &&
cd /tmp/hyprcursor-util && xcur2png {} -d /tmp/hyprcursor-util 2>&1",
~~~~~^
hyprcursor-util/src/main.cpp:399:39: error: no member named 'format' in
namespace 'std'
std::string metaString = std::format("resize_algorithm = {}\n",
explicitResizeAlgo == RESIZE_INVALID ? "none" :
algoToString(explicitResizeAlgo));
~~~~~^ (Only the first 15 lines of the commit message are shown above ) |
0.1.4 12 Mar 2024 00:38:24 |
Jan Beich (jbeich) |
x11/hyprcursor: update to 0.1.4
Changes: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.3
Changes: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.4
Reported by: GitHub (watch releases) |
0.1.2 11 Mar 2024 05:52:48 |
Jan Beich (jbeich) |
x11/hyprcursor: unbreak hyprcursor-util -x
$ hyprcursor-util -x /usr/local/share/icons/Adwaita
Found xcursor dnd-move
Failed: Failed reading xconfig for
/usr/local/share/icons/Adwaita/cursors/dnd-move |
0.1.2 10 Mar 2024 23:02:38 |
Jan Beich (jbeich) |
x11/hyprcursor: unbreak system-wide cursors |
0.1.2 10 Mar 2024 03:27:45 |
Jan Beich (jbeich) |
x11/hyprcursor: simplify plist updates |
0.1.2 10 Mar 2024 03:27:44 |
Jan Beich (jbeich) |
x11/hyprcursor: update to 0.1.2
Changes: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.1
Changes: https://github.com/hyprwm/hyprcursor/releases/tag/v0.1.2
Reported by: GitHub (watch releases) |
0.1.0 09 Mar 2024 00:51:37 |
Jan Beich (jbeich) |
x11/hyprcursor: add new port
The hyprland cursor format, library and utilities.
https://github.com/hyprwm/hyprcursor |