gnu: texlive-xcharter: Refresh package definition.
* gnu/packages/tex.scm (texlive-xcharter): Remove SIMPLE-TEXLIVE-PACKAGE call. [propagated-inputs]: Add TEXLIVE-CARLISLE, TEXLIVE-ETOOLBOX, TEXLIVE-FONTAXES, TEXLIVE-XSTRING, TEXLIVE-XKEYVAL.
This commit is contained in:
		
							parent
							
								
									9272f0576a
								
							
						
					
					
						commit
						06b17a52b7
					
				
					 1 changed files with 25 additions and 16 deletions
				
			
		| 
						 | 
					@ -11306,22 +11306,31 @@ mathematics package that matches Libertine text quite well.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public texlive-xcharter
 | 
					(define-public texlive-xcharter
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit (simple-texlive-package
 | 
					    (name "texlive-xcharter")
 | 
				
			||||||
              "texlive-xcharter"
 | 
					    (version (number->string %texlive-revision))
 | 
				
			||||||
              (list "/doc/fonts/xcharter/"
 | 
					    (source (texlive-origin
 | 
				
			||||||
                    "/fonts/afm/public/xcharter/"
 | 
					             name version
 | 
				
			||||||
                    "/fonts/enc/dvips/xcharter/"
 | 
					             (list "doc/fonts/xcharter/"
 | 
				
			||||||
                    "/fonts/map/dvips/xcharter/"
 | 
					                   "fonts/afm/public/xcharter/"
 | 
				
			||||||
                    "/fonts/opentype/public/xcharter/"
 | 
					                   "fonts/enc/dvips/xcharter/"
 | 
				
			||||||
                    "/fonts/tfm/public/xcharter/"
 | 
					                   "fonts/map/dvips/xcharter/"
 | 
				
			||||||
                    "/fonts/type1/public/xcharter/"
 | 
					                   "fonts/opentype/public/xcharter/"
 | 
				
			||||||
                    "/fonts/vf/public/xcharter/"
 | 
					                   "fonts/tfm/public/xcharter/"
 | 
				
			||||||
                    "/tex/latex/xcharter/")
 | 
					                   "fonts/type1/public/xcharter/"
 | 
				
			||||||
              (base32
 | 
					                   "fonts/vf/public/xcharter/"
 | 
				
			||||||
               "0d8rvcmvxrlxqqxpirxqbhmiijpsz5y4vvldh1jnc018aannjlhm")
 | 
					                   "tex/latex/xcharter/")
 | 
				
			||||||
              #:trivial? #t))
 | 
					             (base32
 | 
				
			||||||
    (home-page "https://www.ctan.org/pkg/xcharter")
 | 
					              "0d8rvcmvxrlxqqxpirxqbhmiijpsz5y4vvldh1jnc018aannjlhm")))
 | 
				
			||||||
    (synopsis "Extension of the Bitstream Charter fonts")
 | 
					    (outputs '("out" "doc"))
 | 
				
			||||||
 | 
					    (build-system texlive-build-system)
 | 
				
			||||||
 | 
					    (propagated-inputs
 | 
				
			||||||
 | 
					     (list texlive-carlisle
 | 
				
			||||||
 | 
					           texlive-etoolbox
 | 
				
			||||||
 | 
					           texlive-fontaxes
 | 
				
			||||||
 | 
					           texlive-xstring
 | 
				
			||||||
 | 
					           texlive-xkeyval))
 | 
				
			||||||
 | 
					    (home-page "https://ctan.org/pkg/xcharter")
 | 
				
			||||||
 | 
					    (synopsis "Extension of Bitstream Charter fonts")
 | 
				
			||||||
    (description "@code{xcharter} repackages Bitstream Charter with an
 | 
					    (description "@code{xcharter} repackages Bitstream Charter with an
 | 
				
			||||||
extended set of features.  The extension provides small caps, oldstyle
 | 
					extended set of features.  The extension provides small caps, oldstyle
 | 
				
			||||||
figures and superior figures in all four styles, accompanied by LaTeX
 | 
					figures and superior figures in all four styles, accompanied by LaTeX
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue