diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-02-25 20:06:45 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-02-25 20:06:45 +0000 |
commit | abacca30f29df84d9818cd1395449eff0e4ee171 (patch) | |
tree | 4541c04064b0b00416a76d7408d777f6b47b4963 /pango.spec.in | |
parent | 3c1ef3b659b2ffdb9613c8d2d330b64dc1fd0963 (diff) | |
download | pango-abacca30f29df84d9818cd1395449eff0e4ee171.tar.gz |
Add size to the font description structure instead of continually passing
Fri Feb 25 15:04:21 2000 Owen Taylor <otaylor@redhat.com>
* libpango/{fonts.c,pango-font.h,pango-context.[ch],pangox.c,
pango-attributes.c,examples/viewer.c: Add size to the
font description structure instead of continually passing
it around as an extra argument.
* libpango/pangox.c: Take screen resolution into account when
choosing fonts, instead of assumming point == pixel.
Diffstat (limited to 'pango.spec.in')
-rw-r--r-- | pango.spec.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/pango.spec.in b/pango.spec.in index d2172689..087c3371 100644 --- a/pango.spec.in +++ b/pango.spec.in @@ -59,13 +59,15 @@ fi %doc README AUTHORS COPYING ChangeLog TODO %doc examples/HELLO.utf8 %{prefix}/lib/libpango*-*.so -%{prefix}/bin/* +%{prefix}/bin/pango-querymodules +%{prefix}/bin/pango-viewer %{prefix}/lib/pango/modules/* %config /etc/pango/pangox_aliases %files devel %defattr(-, root, root) %{prefix}/lib/libpango*.so +%{prefix}/bin/pango-config %{prefix}/lib/libpango*.a %{prefix}/include/* |