* added the Unlicense as valid in misc/share/REGISTER
[t2sde.git] / package / wayland / hyprcursor / hotfix-system-dir.patch
blob7afca196788226709e84bc2fb6d7abe45ee9565b
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/hyprcursor/hotfix-system-dir.patch
3 # Copyright (C) 2024 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- hyprcursor-0.1.9/libhyprcursor/hyprcursor.cpp.orig 2024-07-03 16:38:26.565501218 +0200
15 +++ hyprcursor-0.1.9/libhyprcursor/hyprcursor.cpp 2024-07-03 16:38:45.621499382 +0200
16 @@ -16,7 +16,7 @@
17 using namespace Hyprcursor;
19 // directories for lookup
20 -constexpr const std::array<const char*, 1> systemThemeDirs = {"/usr/share/icons"};
21 +constexpr const std::array<const char*, 2> systemThemeDirs = {"/usr/X11/share/icons", "/usr/share/icons"};
22 constexpr const std::array<const char*, 2> userThemeDirs = {"/.local/share/icons", "/.icons"};