[Pkg-lyx-devel] svn commit: r487 - in /latex-xft-fonts/branches/upstream/current: Makefile README cmex10.ttf cmmi10.ttf cmr10.ttf cmsy10.ttf latex-xft-fonts.spec msam10.ttf msbm10.ttf wasy10.ttf
pelle at users.alioth.debian.org
pelle at users.alioth.debian.org
Sun Jun 8 11:26:52 UTC 2008
Author: pelle
Date: Sun Jun 8 11:26:51 2008
New Revision: 487
URL: http://svn.debian.org/wsvn/pkg-lyx/?sc=1&rev=487
Log:
Load latex-xft-fonts-0.1 into latex-xft-fonts/branches/upstream/current.
Added:
latex-xft-fonts/branches/upstream/current/Makefile
latex-xft-fonts/branches/upstream/current/README
latex-xft-fonts/branches/upstream/current/cmex10.ttf (with props)
latex-xft-fonts/branches/upstream/current/cmmi10.ttf (with props)
latex-xft-fonts/branches/upstream/current/cmr10.ttf (with props)
latex-xft-fonts/branches/upstream/current/cmsy10.ttf (with props)
latex-xft-fonts/branches/upstream/current/latex-xft-fonts.spec
latex-xft-fonts/branches/upstream/current/msam10.ttf (with props)
latex-xft-fonts/branches/upstream/current/msbm10.ttf (with props)
latex-xft-fonts/branches/upstream/current/wasy10.ttf (with props)
Added: latex-xft-fonts/branches/upstream/current/Makefile
URL: http://svn.debian.org/wsvn/pkg-lyx/latex-xft-fonts/branches/upstream/current/Makefile?rev=487&op=file
==============================================================================
--- latex-xft-fonts/branches/upstream/current/Makefile (added)
+++ latex-xft-fonts/branches/upstream/current/Makefile Sun Jun 8 11:26:51 2008
@@ -1,0 +1,26 @@
+PACKAGE=latex-xft-fonts
+VERSION=0.1
+
+INSTALLDIR=/usr/share/fonts/$(PACKAGE)
+
+FONTS= \
+ cmex10.ttf cmmi10.ttf cmr10.ttf cmsy10.ttf msam10.ttf msbm10.ttf wasy10.ttf
+
+all:
+
+install:
+ mkdir -p $(DESTDIR)$(INSTALLDIR)
+ for i in $(FONTS) ; do \
+ install -m 0644 $$i $(DESTDIR)$(INSTALLDIR) ; \
+ done
+
+dist:
+ rm -rf $(PACKAGE)-$(VERSION)
+ mkdir $(PACKAGE)-$(VERSION)
+ for i in $(FONTS) Makefile README latex-xft-fonts.spec ; do \
+ cp $$i $(PACKAGE)-$(VERSION) ; \
+ done
+ tar cvf - $(PACKAGE)-$(VERSION) | gzip -c --best > $(PACKAGE)-$(VERSION).tar.gz
+ rm -rf $(PACKAGE)-$(VERSION)
+
+.PHONY: install dist all
Added: latex-xft-fonts/branches/upstream/current/README
URL: http://svn.debian.org/wsvn/pkg-lyx/latex-xft-fonts/branches/upstream/current/README?rev=487&op=file
==============================================================================
--- latex-xft-fonts/branches/upstream/current/README (added)
+++ latex-xft-fonts/branches/upstream/current/README Sun Jun 8 11:26:51 2008
@@ -1,0 +1,18 @@
+
+These fonts were converted from the LaTeX .pfb forms,
+and are under the respective licenses of the sources.
+
+Known bugs:
+
+CIRCLE and APLup in wasy10.ttf do not work properly. Cause
+and fix unknown.
+
+If you're using a locale such as LANG=ru_RU, and some others,
+these fonts will not load in Qt. This is a Qt bug that Troll
+Tech refuse to fix.
+
+The conversions were done by :
+
+Dan Armak <danarmak at gentoo.org>
+Andrew Abyzov <abyzov at bk.ru>
+John Levon <levon at movementarian.org>
Added: latex-xft-fonts/branches/upstream/current/cmex10.ttf
URL: http://svn.debian.org/wsvn/pkg-lyx/latex-xft-fonts/branches/upstream/current/cmex10.ttf?rev=487&op=file
==============================================================================
Binary file - no diff available.
Propchange: latex-xft-fonts/branches/upstream/current/cmex10.ttf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: latex-xft-fonts/branches/upstream/current/cmmi10.ttf
URL: http://svn.debian.org/wsvn/pkg-lyx/latex-xft-fonts/branches/upstream/current/cmmi10.ttf?rev=487&op=file
==============================================================================
Binary file - no diff available.
Propchange: latex-xft-fonts/branches/upstream/current/cmmi10.ttf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: latex-xft-fonts/branches/upstream/current/cmr10.ttf
URL: http://svn.debian.org/wsvn/pkg-lyx/latex-xft-fonts/branches/upstream/current/cmr10.ttf?rev=487&op=file
==============================================================================
Binary file - no diff available.
Propchange: latex-xft-fonts/branches/upstream/current/cmr10.ttf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: latex-xft-fonts/branches/upstream/current/cmsy10.ttf
URL: http://svn.debian.org/wsvn/pkg-lyx/latex-xft-fonts/branches/upstream/current/cmsy10.ttf?rev=487&op=file
==============================================================================
Binary file - no diff available.
Propchange: latex-xft-fonts/branches/upstream/current/cmsy10.ttf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: latex-xft-fonts/branches/upstream/current/latex-xft-fonts.spec
URL: http://svn.debian.org/wsvn/pkg-lyx/latex-xft-fonts/branches/upstream/current/latex-xft-fonts.spec?rev=487&op=file
==============================================================================
--- latex-xft-fonts/branches/upstream/current/latex-xft-fonts.spec (added)
+++ latex-xft-fonts/branches/upstream/current/latex-xft-fonts.spec Sun Jun 8 11:26:51 2008
@@ -1,0 +1,45 @@
+Name: latex-xft-fonts
+Version: 0.1
+Release: 1
+License: distributable
+Source: latex-xft-fonts-%{version}.tar.gz
+BuildRoot: %{_tmppath}/%{name}-root
+BuildArch: noarch
+Group: User Interface/X
+Summary: xft-compatible versions of some LaTeX fonts
+Prereq: fontconfig
+BuildRequires: XFree86
+
+%description
+Some xft-compatible versions of LaTeX fonts for use
+with visual math symbol display in LyX. You will need
+to install this package if your version of Qt is using
+Xft for displaying fonts (most recent systems).
+
+%prep
+%setup -q
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+make install DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%post
+fc-cache
+
+%postun
+if [ "$1" = "0" ]; then
+ /usr/sbin/chkfontpath -q -r %{_datadir}/fonts/latex-xft-fonts
+fi
+fc-cache
+
+%files
+%defattr(-,root,root)
+%{_datadir}/fonts/latex-xft-fonts/*.ttf
+
+%changelog
+* Fri Dec 20 2002 John Levon <levon at movementarian.org>
+- Initial version
Added: latex-xft-fonts/branches/upstream/current/msam10.ttf
URL: http://svn.debian.org/wsvn/pkg-lyx/latex-xft-fonts/branches/upstream/current/msam10.ttf?rev=487&op=file
==============================================================================
Binary file - no diff available.
Propchange: latex-xft-fonts/branches/upstream/current/msam10.ttf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: latex-xft-fonts/branches/upstream/current/msbm10.ttf
URL: http://svn.debian.org/wsvn/pkg-lyx/latex-xft-fonts/branches/upstream/current/msbm10.ttf?rev=487&op=file
==============================================================================
Binary file - no diff available.
Propchange: latex-xft-fonts/branches/upstream/current/msbm10.ttf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
Added: latex-xft-fonts/branches/upstream/current/wasy10.ttf
URL: http://svn.debian.org/wsvn/pkg-lyx/latex-xft-fonts/branches/upstream/current/wasy10.ttf?rev=487&op=file
==============================================================================
Binary file - no diff available.
Propchange: latex-xft-fonts/branches/upstream/current/wasy10.ttf
------------------------------------------------------------------------------
svn:mime-type = application/octet-stream
More information about the Pkg-lyx-devel
mailing list