summaryrefslogtreecommitdiff
path: root/pango-zip.sh.in
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2002-05-26 00:19:10 +0000
committerTor Lillqvist <tml@src.gnome.org>2002-05-26 00:19:10 +0000
commit25878a0341a8076296ab4ae88ee972641e6f963c (patch)
tree6b65ac21b13ca2948c94a2504efc88e9160e5c12 /pango-zip.sh.in
parent2ae219a829b3b2c77f27b93cc4b03a2ddde23fd5 (diff)
downloadpango-25878a0341a8076296ab4ae88ee972641e6f963c.tar.gz
Use complete PANGO_VERSION in zip file names.
2002-05-26 Tor Lillqvist <tml@iki.fi> * pango-zip.sh.in: Use complete PANGO_VERSION in zip file names. * pango/Makefile.am: (Win32) Compile resource files and link with them. * pango/pango.rc.in * pango/pangoft2.rc.in * pango/pangowin32.rc.in: Include also the micro version number. * pango/pangowin32-fontcache.c (logfont_hash): Use absolute value of lfHeight. * pango/pangowin32-fontmap.c (pango_win32_font_map_for_display): Instead of HORZSIZE which is Windows idea of physical monitor width (but which can be *very* wrong), use LOGPIXELSY (the "logical" dpi). This can be set by the user by choosing "small fonts", "large fonts", or a custom dpi in the Display Settings. Thanks to Joaquin Cuenca Abela. (pango_win32_make_matching_logfont): Set lfHeight to the negative of the requested size. Positive lfHeight indicates "cell height", negative "character height" (?), which is closer to what we want, says Joaquin Cuenca Abela.
Diffstat (limited to 'pango-zip.sh.in')
-rwxr-xr-xpango-zip.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/pango-zip.sh.in b/pango-zip.sh.in
index 2b2ecde3..3a6883ae 100755
--- a/pango-zip.sh.in
+++ b/pango-zip.sh.in
@@ -2,8 +2,8 @@
# Build zipfiles for Pango on Win32: separate runtime and developer packages
-ZIP=/tmp/pango-@PANGO_MAJOR_VERSION@.@PANGO_MINOR_VERSION@-`date +%Y%m%d`.zip
-DEVZIP=/tmp/pango-dev-@PANGO_MAJOR_VERSION@.@PANGO_MINOR_VERSION@-`date +%Y%m%d`.zip
+ZIP=/tmp/pango-@PANGO_VERSION@-`date +%Y%m%d`.zip
+DEVZIP=/tmp/pango-dev-@PANGO_VERSION@-`date +%Y%m%d`.zip
cd @prefix@
rm $ZIP