1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
|
Source: fontypython
Section: fonts
Priority: optional
Maintainer: Kartik Mistry <kartik@debian.org>
Build-Depends: debhelper (>= 9)
Build-Depends-Indep: dh-python,
python (>= 2.6),
python-imaging,
python-wxgtk3.0
Homepage: https://savannah.nongnu.org/projects/fontypython
Standards-Version: 3.9.8
X-Python-Version: >= 2.6
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/fontypython.git
Vcs-Git: https://anonscm.debian.org/collab-maint/fontypython.git
Package: fontypython
Architecture: all
Depends: python-imaging, python-wxgtk3.0, ${misc:Depends}, ${python:Depends}
Description: Find, view and manage font files of all kinds
You can quickly view and filter arbitrary TTF, TTC, OTF or Type1 font files
and then gather them together into 'pogs' which can be installed or removed as
needed. In this way you control which fonts are installed on a per-project
basis. It is written in Python and WxWidgets.
|