aur/1.patch
Matheus Gabriel Werny 0cc1a92ba4 Patch fixed
Patch fixed.
2025-12-29 13:17:01 +01:00

88 lines
3.8 KiB
Diff
Executable file

diff --color -ura src-original/Awesome-CV/awesome-cv.cls src-altered/Awesome-CV/awesome-cv.cls
--- src-original/Awesome-CV/awesome-cv.cls 2025-12-29 13:05:49.144598717 +0100
+++ src-altered/Awesome-CV/awesome-cv.cls 2025-12-29 13:14:26.348568206 +0100
@@ -75,7 +75,7 @@
% Needed to manage math fonts
\RequirePackage{unicode-math}
% Needed to use icons from font-awesome
-\RequirePackage{fontawesome6}
+\RequirePackage{fontawesome5}
\RequirePackage{accsupp}
\defaultfontfeatures{
Renderer=HarfBuzz,
@@ -521,19 +521,19 @@
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \faAlt{DoB: \@dateofbirth}{\faCakeCandles}{\@dateofbirth}%
+ \faAlt{DoB: \@dateofbirth}{\faBirthdayCake}{\@dateofbirth}%
}%
\ifthenelse{\isundefined{\@homepage}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \href{\@homepage}{\faAlt{homepage: \@homepage}{\faHouseChimney}{\@homepage}}%
+ \href{\@homepage}{\faAlt{homepage: \@homepage}{\faHouse}{\@homepage}}%
}%
\ifthenelse{\isundefined{\@github}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \href{https://github.com/\@github}{\faAlt{GitHub: @\@github}{\faSquareGithub}{\@github}}%
+ \href{https://github.com/\@github}{\faAlt{GitHub: @\@github}{\faGithubSquare}{\@github}}%
}%
\ifthenelse{\isundefined{\@gitlab}}%
{}%
@@ -605,7 +605,7 @@
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \href{https://www.xing.com/profile/\@xing}{\faAlt{Xing: \@xing}{\faSquareXing}{\@xing}}
+ \href{https://www.xing.com/profile/\@xing}{\faAlt{Xing: \@xing}{\faXingSquare}{\@xing}}
}%
\ifthenelse{\isundefined{\@medium}}%
{}%
diff --color -ura src-original/Awesome-CV/examples/awesome-cv.cls src-altered/Awesome-CV/examples/awesome-cv.cls
--- src-original/Awesome-CV/examples/awesome-cv.cls 2025-12-29 13:05:49.144598717 +0100
+++ src-altered/Awesome-CV/examples/awesome-cv.cls 2025-12-29 13:14:26.348568206 +0100
@@ -75,7 +75,7 @@
% Needed to manage math fonts
\RequirePackage{unicode-math}
% Needed to use icons from font-awesome
-\RequirePackage{fontawesome6}
+\RequirePackage{fontawesome5}
\RequirePackage{accsupp}
\defaultfontfeatures{
Renderer=HarfBuzz,
@@ -521,19 +521,19 @@
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \faAlt{DoB: \@dateofbirth}{\faCakeCandles}{\@dateofbirth}%
+ \faAlt{DoB: \@dateofbirth}{\faBirthdayCake}{\@dateofbirth}%
}%
\ifthenelse{\isundefined{\@homepage}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \href{\@homepage}{\faAlt{homepage: \@homepage}{\faHouseChimney}{\@homepage}}%
+ \href{\@homepage}{\faAlt{homepage: \@homepage}{\faHouse}{\@homepage}}%
}%
\ifthenelse{\isundefined{\@github}}%
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \href{https://github.com/\@github}{\faAlt{GitHub: @\@github}{\faSquareGithub}{\@github}}%
+ \href{https://github.com/\@github}{\faAlt{GitHub: @\@github}{\faGithubSquare}{\@github}}%
}%
\ifthenelse{\isundefined{\@gitlab}}%
{}%
@@ -605,7 +605,7 @@
{}%
{%
\ifbool{isstart}{\setbool{isstart}{false}}{\acvHeaderSocialSep}%
- \href{https://www.xing.com/profile/\@xing}{\faAlt{Xing: \@xing}{\faSquareXing}{\@xing}}
+ \href{https://www.xing.com/profile/\@xing}{\faAlt{Xing: \@xing}{\faXingSquare}{\@xing}}
}%
\ifthenelse{\isundefined{\@medium}}%
{}%