summaryrefslogtreecommitdiff
path: root/pango-zip.sh.in
Commit message (Collapse)AuthorAgeFilesLines
* Drop pango.aliases as we have a default such built-in nowadays.Tor Lillqvist2008-09-181-1/+0
| | | | | | | | | | 2008-09-18 Tor Lillqvist <tml@novell.com> * pango-zip.sh.in: Drop pango.aliases as we have a default such built-in nowadays. svn path=/trunk/; revision=2719
* Include also the COPYING file in the zipfiles.Tor Lillqvist2007-01-301-0/+10
| | | | | | | | | 2007-01-30 Tor Lillqvist <tml@novell.com> * pango-zip.sh.in: Include also the COPYING file in the zipfiles. svn path=/trunk/; revision=2189
* Just call gnome-autogen.sh. The old autogen.sh had poor version checkingBehdad Esfahbod2006-06-211-4/+4
| | | | | | | | | | | | | | | | 2006-06-21 Behdad Esfahbod <behdad@gnome.org> * autogen.sh: Just call gnome-autogen.sh. The old autogen.sh had poor version checking and was borking with libtool 2.x. * Makefile.am: * configure.in: * pango-zip.sh.in: * pango/Makefile.am: * pango/pango.rc.in: * pango/pangoft2.rc.in: * pango/pangowin32.rc.in: Rename LT_* variables such that autoconf doesn't err on "possibly undefined macros".
* Drop the timestamp from the zipfile names.Tor Lillqvist2006-02-071-2/+2
| | | | | | 2006-02-07 Tor Lillqvist <tml@novell.com> * pango-zip.sh.in: Drop the timestamp from the zipfile names.
* Forgot libpangocairo-1.0.dll.a.Tor Lillqvist2005-08-051-0/+1
|
* Add pangocairo files. Get the DLLs from "bin" unconditionally, that'sTor Lillqvist2005-08-051-7/+11
| | | | | | | | | | | 2005-08-05 Tor Lillqvist <tml@novell.com> * pango-zip.sh.in: Add pangocairo files. Get the DLLs from "bin" unconditionally, that's where libtool installs them since a long time. * pango/Makefile.am (install-def-files, uninstall-def-files): Install/uninstall also pangocairo .def and .lib files.
* libtool 1.5 installs DLLs in the bin directory, so look there, too.Tor Lillqvist2003-06-131-3/+7
| | | | | | | 2003-06-13 Tor Lillqvist <tml@iki.fi> * pango-zip.sh.in (DLLDIR): libtool 1.5 installs DLLs in the bin directory, so look there, too. Include the gtk-doc directory.
* Minor spacing fixes, comment the Unicode ranges covered.Tor Lillqvist2002-09-221-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 2002-09-23 Tor Lillqvist <tml@iki.fi> * modules/basic/basic-win32.c: Minor spacing fixes, comment the Unicode ranges covered. * modules/basic/makefile.mingw.in: Remove. Not maintained. * modules/basic/Makefile.am: Remove from here, too. * pango/makefile.msc * pango/module-defs-win32.c.win32: Change according to change below so that build also with the manually written makefile for MSVC, which always uses included modules, still works. * pango-zip.sh.in: Distribute specifically pango.aliases and pango.modules, not the whole etc/pango which might contain editor backup files. Mon Sep 16 12:03:54 2002 Arnaud Charlet <charlet@gnat.com> * modules/basic/basic-win32.c: Check for correct macro, use correct module entry name, so that --with-included-modules works with autoconfiscated build for Windows. (#93372)
* Use complete PANGO_VERSION in zip file names.Tor Lillqvist2002-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Use PANGO_MODULE_VERSION in modules path.Tor Lillqvist2002-03-071-1/+1
| | | | | | 2002-03-08 Tor Lillqvist <tml@iki.fi> * pango-zip.sh.in: Use PANGO_MODULE_VERSION in modules path.
* Use pangoft2_export_symbols, not pangowin32_export_symbols.Tor Lillqvist2002-03-061-9/+9
| | | | | | | | | | | | | | 2002-03-06 Tor Lillqvist <tml@iki.fi> * pango/Makefile.am (libpangoft2_1_0_la_LDFLAGS): Use pangoft2_export_symbols, not pangowin32_export_symbols. * pango/pango.rc.in * pango/pangowin32.rc.in * pango/pangoft2.rc.in * pango/Makefile.am * pango-zip.sh.in: : Adapt to new shared library naming scheme, also for Win32 import library names.
* Suffix package names with datestamp. Add the Pango modules.Tor Lillqvist2001-11-181-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | 2001-11-19 Tor Lillqvist <tml@iki.fi> * pango-zip.sh.in: Suffix package names with datestamp. Add the Pango modules. * pango/pango.def: pango_context_add_font_map -> pango_context_set_font_map. Add pango_fontset_*. * pango/pangoft2.def: Reflect Alexander's changes. * pango/mini-xft/minixftinit.c (get_xft_default_path): New function. Use pango_get_sysconf_subdirectory () to construct a suitable path. * pango/mini-xft/minixftint.h: On Win32, don't use the hardcoded /usr/X11R6/lib/X11/XftConfig path (or any other hardcoded path), but instead the function get_xft_default_path(). * pango/mini-xft/minixftcache.c (MiniXftFileCacheSave): On Win32, don't use link() and unlink() for the lock file. Instead, use a lock directory.
* Build separate developer package.Tor Lillqvist2001-11-081-8/+13
| | | | | | | | 2001-11-08 Tor Lillqvist <tml@iki.fi> * pango-zip.sh.in: Build separate developer package. * pango/pango.def: Add pango_color_parse.
* New file, used to build distribution package for Windows.Tor Lillqvist2001-10-281-0/+26
2001-10-29 Tor Lillqvist <tml@iki.fi> * pango-zip.sh.in: New file, used to build distribution package for Windows. * Makefile.am (EXTRA_DIST): Add pango-zip.sh. * configure.in: Check for lib.exe, set MS_LIB_AVAILABLE. Generate pango-zip.sh. * README.win32: Mention the ways to build Pango on Windows. * modules/Makefile.am * examples/Makefile.am: Se SOSUFFIX to so on Unix, dll on Windows. * pango/Makefile.am: Add rules to create MSVC import library if MS_LIB_AVAILABLE. Add rules to install and uninstall mingw and MSVC import libraries. * tests/Makefile.am: Link with libpangox.la only on Unix.