Package Details: texlive-moderncv-git v2.3.1.r23.gfa3ebb6-1

Git Clone URL: https://aur.archlinux.org/texlive-moderncv-git.git (read-only, click to copy)
Package Base: texlive-moderncv-git
Description: A modern curriculum vitae class for LaTeX
Upstream URL: https://github.com/moderncv/moderncv.git
Keywords: cv latex
Licenses: The LaTeX Project Public Li­cense, version 1.3c
Conflicts: texlive-moderncv
Provides: texlive-moderncv
Submitter: fclad
Maintainer: None
Last Packager: sameer
Votes: 22
Popularity: 0.001182
First Submitted: 2015-10-01 22:58 (UTC)
Last Updated: 2023-05-01 18:35 (UTC)

Pinned Comments

sameer commented on 2023-05-01 18:37 (UTC)

Hey all, I've adopted the package and applied the suggestions mentioned below. Please feel free to add a comment if you have any further issues/suggestions.

Latest Comments

1 2 Next › Last »

george.fst commented on 2023-10-17 21:03 (UTC)

Note that if you don't need the Git version, these days it's enough to just use the official texlive-latexextra and texlive-fontsextra packages. In particular, texlive-latexextra recently (I think, though I'm not sure exactly when) added moderncv.

amalgam commented on 2023-06-23 12:55 (UTC) (edited on 2023-06-23 13:00 (UTC) by amalgam)

Since the texlive maintainer changed recently, most of the packages changed. Now the packages seems conflicting with this aur:

texlive-moderncv-git and texlive-latexextra are in conflict (texlive-moderncv). Remove texlive-latexextra? [y/N]

What is the proper way to install texlive-moderncv-git now?

sameer commented on 2023-05-01 18:37 (UTC)

Hey all, I've adopted the package and applied the suggestions mentioned below. Please feel free to add a comment if you have any further issues/suggestions.

derlafff commented on 2023-02-04 06:52 (UTC)

diff --git a/PKGBUILD b/PKGBUILD
index 094c764..a908f8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@

 _pkgname=moderncv
 pkgname=texlive-moderncv-git
-pkgver=v2.1.0.r11.gb8dfa6b
-pkgrel=1
+pkgver=v2.3.1.r20.gdbb2f13
+pkgrel=2
 pkgdesc=" A modern curriculum vitae class for LaTeX"
 arch=('any')
 url="https://github.com/moderncv/moderncv.git"
@@ -33,5 +33,7 @@ package() {
   for file in $(ls *.sty); do
     install -m644 $file $pkgdir/usr/share/texmf/tex/latex/moderncv/$file
   done
+  # also install commons/colors.tex
+  install -Dm644 commons/colors.tex $pkgdir/usr/share/texmf/tex/latex/moderncv/commons/colors.tex
 }

This fixes the build for me.

Salamandar commented on 2023-01-02 16:47 (UTC)

This package is missing the commons directory.

roobre commented on 2022-02-20 22:28 (UTC)

Hi there!

Thanks a lot for maintaining this package. I happened to notice that font awesome has been upgrade to v6 recently, but this package still requires font-awesome v5.

As it turns that there is a FA5 package in the AUR (https://aur.archlinux.org/pkgbase/font-awesome-5), should this package be pulling that one as a dependency instead?

fclad commented on 2021-06-05 15:26 (UTC)

Updated.

sepp commented on 2021-01-20 13:26 (UTC)

Since the development in the repository used by your PKGBUILD seems to have stalled, maybe it's time to switch to this maintained one: https://github.com/moderncv/moderncv This builds fine and already has support for \httpslink for example.

fclad commented on 2020-04-15 19:08 (UTC)

Updated, thanks for the feedback.

Chrissss commented on 2020-03-23 11:02 (UTC)

Yep, replacing fontawesome.sty with ttf-font-awesome inside the PKGBUILD works.