]> git.pld-linux.org Git - packages/texlive.git/commitdiff
- pgf and xcolor subpackages (descriptions taken from old tetex-*.spec)
authorZsolt Udvari <uzsolt@pld-linux.org>
Thu, 1 Jan 2009 15:20:29 +0000 (15:20 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    texlive.spec -> 1.125

texlive.spec

index b8bd453c5d48c656dd821838ac5be2f2e58c4675..e9c48e94cf7b164647a3238e151862503f03761a 100644 (file)
@@ -2668,6 +2668,25 @@ Palatino + Computer Modern math fonts for LaTeX.
 %description latex-palatcm -l pl.UTF-8
 Fonty matematyczne Palatino i Computer Modern dla LaTeXa.
 
+%package latex-pgf
+Summary:       The TeX Portable Graphic Format
+Summary(hu.UTF-8):     TeX Portable Graphic Formátum
+Summary(pl.UTF-8):     Przenośny format grafiki dla TeXa
+Group:         Applications/Publishing/TeX
+Requires(post,postun): %{_bindir}/texhash
+Obsoletes:     tetex-pgf
+Requires:      %{name}-latex = %{epoch}:%{version}-%{release}
+Requires:      %{name}-latex-xcolor = %{epoch}:%{version}-%{release}
+
+%description latex-pgf
+A macro package for creating graphics directly in TeX and LaTeX.
+
+%description latex-pgf -l hu.UTF-8
+Makró csomag rajzok készítéséhez közvetlenül TeX-ben és LaTeX-ben.
+
+%description latex-pgf -l pl.UTF-8
+Pakiet makr do tworzenia grafiki bezpośrednio z TeXa i LaTeXa.
+
 %package latex-psnfss
 Summary:       LaTeX font support for common PostScript fonts
 Summary(pl.UTF-8):     Obsługa popularnych fontów postscriptowych w LaTeXu
@@ -2846,6 +2865,33 @@ ocircle invneg, logof, varint, male, female, phone, clock, lightning,
 pointer, sun, bell, permil, smiley oraz różne symbole elektryczne,
 kształty, nuty, okręgi, znaki, symbole astronomiczne itp.
 
+%package latex-xcolor
+Summary:       Allows for access to color tints, shades, tones etc
+Summary(hu.UTF-8):     Hozzáférés színekhez, tónusokhoz, átmenetekhez, stb.
+Summary(pl.UTF-8):     Pozwala na dostęp do odcieni, gradientów itp.
+Group:         Applications/Publishing/TeX
+Obsoletes:     tetex-latex-xcolor
+
+%description
+`xcolor' provides easy driver-independent access to several kinds of
+color tints, shades, tones, and mixes of arbitrary colors. It allows
+to select a document-wide target color model and offers tools for
+automatic color schemes, conversion between eight color models, and
+alternating table row colors.
+
+%description latex-xcolor -l hu.UTF-8
+`xcolor' egy egyszerű meghajtó-független hozzáférést biztosít
+színekhez, átmenetekhez, tónusokhóz, és a színek korlátlan
+keverékéhez. Lehetőséged van a teljes dokumentumra érvényes szín
+modell kiválasztásához és a színmodellek közötti konverzióra.
+
+%description latex-xcolor -l pl.UTF-8
+`xcolor' dostarcza łatwego, niezależnego od urządzenia dostępu do
+wielu rodzai cieniowania, tonów i połączeń dowolnych kolorów. Pozwala
+na wybór modelu koloru dla całego dokumentu i oferuje narzędzia dla
+schematów kolorów, konwersji między ośmioma modelami kolorów oraz
+naprzemiennych kolorów w tabelach.
+
 %package format-latex
 Summary:       LaTeX macro package
 Summary(pl.UTF-8):     Pakiet makr LaTeX
@@ -5126,6 +5172,12 @@ fi
 %postun latex-palatcm
 %texhash
 
+%post latex-pgf
+%texhash
+
+%postun latex-pgf
+%texhash
+
 %post latex-psnfss
 %texhash
 
@@ -5186,6 +5238,12 @@ fi
 %postun latex-wasysym
 %texhash
 
+%post latex-xcolor
+%texhash
+
+%postun latex-xcolor
+%texhash
+
 %post format-latex
 %texhash
 
@@ -8035,6 +8093,13 @@ fi
 # %defattr(644,root,root,755)
 # %{texmf}/tex/latex/palatcm
 
+%files latex-pgf
+%defattr(644,root,root,755)
+%doc %{texmfdist}/doc/generic/pgf
+%{texmfdist}/tex/latex/pgf
+%{texmfdist}/tex/latex/pgfopts
+%{texmfdist}/tex/latex/pgfplots
+
 %files latex-psnfss
 %defattr(644,root,root,755)
 %doc %{texmfdist}/doc/latex/psnfss
@@ -8102,6 +8167,12 @@ fi
 %{texmfdist}/tex/latex/wasysym
 %{texmfdist}/source/latex/wasysym
 
+%files latex-xcolor
+%defattr(644,root,root,755)
+%doc %{texmfdist}/doc/latex/xcolor
+%{texmfdist}/dvips/xcolor/xcolor.pro
+%{texmfdist}/source/latex/xcolor
+
 # %files format-latex
 # %defattr(644,root,root,755)
 # %config(noreplace) %verify(not md5 mtime size) %{fmtdir}/latex.fmt
This page took 0.178419 seconds and 4 git commands to generate.