mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Patch update
Patch update.
This commit is contained in:
parent
70c9ce0bf4
commit
02ca111e5f
3 changed files with 2 additions and 46 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -11,6 +11,6 @@ pkgbase = texlive-awesome-cv-git
|
|||
source = Awesome-CV::git+https://github.com/posquit0/Awesome-CV.git
|
||||
source = 1.patch
|
||||
sha512sums = SKIP
|
||||
sha512sums = 5081b4dcad1b65df4d8caa5076898c824f207973f62c02a312c2c3d4f6d7b49b7e8bc6415889aa466621fc1cdbe9b50a13482b5c5e04b0f5a04bffd9bac53de0
|
||||
sha512sums = af0ef1925918de5f3db1032a2b7fb6d56a8ce415b717fc5ea0e66cc2a3ecc843598c2bf651a52d54615159d338df00e5e4d28f98852ec1d1bc3aed3e30bc279c
|
||||
|
||||
pkgname = texlive-awesome-cv-git
|
||||
|
|
|
|||
44
1.patch
44
1.patch
|
|
@ -42,47 +42,3 @@ diff --color -ura src-original/Awesome-CV/awesome-cv.cls src-altered/Awesome-CV/
|
|||
}%
|
||||
\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}}%
|
||||
{}%
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -20,7 +20,7 @@ provides=("${_pkgname}")
|
|||
source=("${_pkgname}::git+${url}.git"
|
||||
"1.patch")
|
||||
sha512sums=("SKIP"
|
||||
"5081b4dcad1b65df4d8caa5076898c824f207973f62c02a312c2c3d4f6d7b49b7e8bc6415889aa466621fc1cdbe9b50a13482b5c5e04b0f5a04bffd9bac53de0")
|
||||
"af0ef1925918de5f3db1032a2b7fb6d56a8ce415b717fc5ea0e66cc2a3ecc843598c2bf651a52d54615159d338df00e5e4d28f98852ec1d1bc3aed3e30bc279c")
|
||||
|
||||
pkgver()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue