summaryrefslogtreecommitdiff
path: root/psprint_config
AgeCommit message (Collapse)Author
2013-12-04Don't perform printer font substitutionKhaled Hosny
The so called printer resident fonts is a relic of a bygone era, when life was simple and there was only ASCII and Type1 fonts. It is just broken by design these days, offers nothing useful and can go wrong in many ways. Since 1f3a91cf2ace315fb332c0149808a2433eb9ae71 this "feature" is disabled by default anyway, so scrap this code to make room for some long due cleanup. Change-Id: Id124b2cad1a484099701a885c4d96e6a12af8d9a Reviewed-on: https://gerrit.libreoffice.org/6858 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2013-11-25Resolves: rhbz#188467 default to Type42Caolán McNamara
Change-Id: Ifea55c532784accd218ad359349708f48aee7bb5
2013-10-28gbuild: set Package default target to INSTDIRMichael Stahl
Change-Id: I2bc45e4ba63f5faaee7389bcd9d7b3f563503186
2013-09-23Try to fix cross-compilationTor Lillqvist
Add more FOO_FOR_BUILD variables and some gb_Foo_for_build functions. Get rid of gb_INSTROOT and gb_DEVINSTALLROOT, just use INSTROOT. Change-Id: Iee531b02d14fae41edb68ad589a5dec829a60255
2013-09-11Towards a working instdir for Mac OS XStephan Bergmann
Introduced gb_INSTROOT, which is the same as $(INSTDIR) except for Mac OS X, where it is $(INSTDIR)/LibreOffice.app/Contents. Most stuff ends up there (so most occurrences of $(INSTDIR) have been replaced with $(gb_INSTROOT)), but SDK- related stuff goes to $(INSTDIR)/$(gb_Package_SDKDIRNAME). (And GeneratedPackage needed to be made more flexible, to allow for packages that go into either of those two places.) For Android and iOS, gb_INSTROOT probably still needs to be set. The most obvious missing thing yet to make instdir work for Mac OS X is the instdir/*/LibreOffice.app/Contents/ure/ vs. instdir/*/LibreOffice.app/Contents/ure-link/ split. Change-Id: I4478edd27b14c92c96d92d5169bdca3ec50d78f5
2013-08-18Further work on the "Mac-like app structure" optionTor Lillqvist
Lots of stuff still either ended up in the wrong place, or was looked up from the wrong place, or both. Fix most cases. Change-Id: I06ebbce207c219f3cd82b4387dd9b3fdb83420d4
2013-06-03re-base on ALv2 code. Includes:Michael Meeks
Patches contributed by Mathias Bauer gnumake4 work variously http://svn.apache.org/viewvc?view=revision&revision=1394707 http://svn.apache.org/viewvc?view=revision&revision=1394326 http://svn.apache.org/viewvc?view=revision&revision=1397337 http://svn.apache.org/viewvc?view=revision&revision=1397315 http://svn.apache.org/viewvc?view=revision&revision=1396797 Patches contributed by Andre Fischer Fixed getcsym.awk to handle #-comments that contain special regexp chars. http://svn.apache.org/viewvc?view=revision&revision=1230971 118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure. http://svn.apache.org/viewvc?view=revision&revision=1232004 118160: Added external CoinMP library. http://svn.apache.org/viewvc?view=revision&revision=1233909 Patches contributed by Herbert Duerr #i119168# use generic LICENSE file for langpacks and sdks http://svn.apache.org/viewvc?view=revision&revision=1310178 macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars http://svn.apache.org/viewvc?view=revision&revision=1183367 allow gbuild with empty sysroot on linux http://svn.apache.org/viewvc?view=revision&revision=1179186 Patches contributed by Ingo Schmidt native373: #164472# improvements for msi database http://svn.apache.org/viewvc?view=revision&revision=1167540 http://svn.apache.org/viewvc?view=revision&revision=1167539 Patches contributed by Jurgen Schmidt adapt setup package scripts to handle special DS_Store file for developer snapshot builds http://svn.apache.org/viewvc?view=revision&revision=1232430 imported patch extensions_i117681.patch http://svn.apache.org/viewvc?view=revision&revision=1172102 Patches contributed by Michael Stahl gbuild: RepositoryFixes.mk should be optional http://svn.apache.org/viewvc?view=revision&revision=1166123 xslt filter: remove the FLA horror wordml import filter: replace FLA usage with plain XSLT http://svn.apache.org/viewvc?view=revision&revision=1363727 Patch contributed by Oliver-Rainer Wittmann i#88652: applied patch, remove unicows deps http://svn.apache.org/viewvc?view=revision&revision=1177585 Remove lots of OS2 conditionals, re-extract Rhino Java, unwind cppunit pieces, cleanup Mac image bits, remove coin-mp and re-package lpsolve, Oxygen & Crystal, fixup qstart bits, expand MPLv2 subset checking. Change-Id: Iad5c8a76399620b892671633c0d8c29996db3564
2013-04-18fdo#63197: convert psprint_config filesJulien Nabet
Change-Id: I99660704931c7341a72fe303fae47f984f968ecb Reviewed-on: https://gerrit.libreoffice.org/3443 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-03-14remove legacy build.pl prj/build.lst files.Michael Meeks
2013-02-28remove all d.lstMichael Stahl
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
2012-06-26re-base on ALv2 code.Michael Meeks
2012-04-29make gbuild the default assumption of build.plBjoern Michaelsen
this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
2012-03-06more documentation and cleanups for various modules.Michael Meeks
2012-02-18Fix typos in commentsElton Chung
2012-02-08Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich
2012-02-05switch to include-based build rather than sourced-based buildNorbert Thiebaud
2011-12-07in modules, when we have a env we are in stage gbuildBjoern Michaelsen
2011-11-29move reconfigure into gbuildBjoern Michaelsen
2011-11-25make gbuild makefiles run independant of pwd againBjoern Michaelsen
2011-11-16tweak gbuild standart Makefile to allow partial build in unsourced envNorbert Thiebaud
This allow to run make in a module wihtout the need to source Env.Host.sh.
2011-10-05simplfy dmake to gbuild bridgefileBjoern Michaelsen
2011-08-19detect gmake 3.81 and limit to -j1 unless num-cpu is explicitly setNorbert Thiebaud
2011-08-05Emacs modeline compatible with vim's oneTakeshi Abe
2011-08-02convert psprint_config to gbuildMatúš Kukan
2011-06-03Drop %_EXT% which was always emptyTor Lillqvist
2011-03-29if we patch ppds, don't package .orig filesMichael Meeks
2010-10-05add some configure options to control external libtextcat and libtextcat dataCaolán McNamara
2010-09-28remove undistributable .PS files from psprint_configRene Engelhard
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-06-25INTEGRATION: CWS vcl89 (1.3.4); FILE MERGEDKurt Zenker
2008/05/07 19:57:23 pl 1.3.4.1: #i72327# use switch WITH_SYSTEM_PPD_DIR
2008-04-11INTEGRATION: CWS changefileheader (1.2.26); FILE MERGEDRüdiger Timm
2008/03/28 15:36:54 rt 1.2.26.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.3.34); FILE MERGEDRüdiger Timm
2008/03/28 15:36:54 rt 1.3.34.1: #i87441# Change license header to LPGL v3.
2008-04-11INTEGRATION: CWS changefileheader (1.4.34); FILE MERGEDRüdiger Timm
2008/03/28 15:36:54 rt 1.4.34.1: #i87441# Change license header to LPGL v3.
2008-01-29INTEGRATION: CWS vcl85_SRC680 (1.2.32); FILE MERGEDRüdiger Timm
2007/12/21 13:05:32 pl 1.2.32.2: RESYNC: (1.2-1.3); FILE MERGED 2007/12/21 12:52:31 pl 1.2.32.1: #i84481# disable font substitution per default to avoid glyph fallback in a multitude of locales
2007-12-12INTEGRATION: CWS kprinter (1.2.30); FILE MERGEDKurt Zenker
2007/11/13 09:57:13 pl 1.2.30.1: #i83505# update psprint.conf documentation
2007-05-10INTEGRATION: CWS freeafms (1.4.22); FILE MERGEDKurt Zenker
2006/12/06 14:21:43 rene 1.4.22.2: #i72124# depend on afms 2006/12/06 13:10:42 rene 1.4.22.1: #i72124# fix build.lst
2006-06-09INTEGRATION: CWS vcl59 (1.1.102); FILE MERGEDJens-Heiner Rechtien
2006/05/31 08:48:49 pl 1.1.102.3: #b6412128# added quotation mark at end of QuotedValue 2006/05/30 10:45:55 pl 1.1.102.2: #b6412128# added change comment 2006/05/30 10:33:00 pl 1.1.102.1: #b6412128# Lexmark Optra T614 does not change tray with /PageSize 7 policy
2006-02-10INTEGRATION: CWS mh20137 (1.1.94); FILE MERGEDRüdiger Timm
2006/02/09 15:50:42 hr 1.1.94.4: #i50989#: fix logic 2006/02/09 15:28:35 mh 1.1.94.3: chg: build condition, #i50989# 2006/02/09 15:15:39 mh 1.1.94.2: add: license header, build condition, #i50989# 2005/11/04 14:01:02 mh 1.1.94.1: i50989: remove psprint drivers (*afm + *.ps) when packaging OOo
2005-09-08INTEGRATION: CWS ooo19126 (1.3.2); FILE MERGEDRüdiger Timm
2005/09/05 14:01:26 rt 1.3.2.1: #i54170# Change license header: remove SISSL
2004-11-26INTEGRATION: CWS vcl29 (1.2.10); FILE MERGEDJens-Heiner Rechtien
2004/10/20 16:30:27 cp 1.2.10.1: #i35899# lgpl or sissl (c) for sgenprt and sgent42
2004-11-09INTEGRATION: CWS vcl28 (1.3.72); FILE MERGEDJens-Heiner Rechtien
2004/10/07 12:53:28 pl 1.3.72.1: #i34064# laguage independent psprint.conf
2004-11-09INTEGRATION: CWS vcl28 (1.3.86); FILE MERGEDJens-Heiner Rechtien
2004/10/07 12:53:28 pl 1.3.86.1: #i34064# laguage independent psprint.conf
2004-11-09INTEGRATION: CWS vcl28 (1.1.86); FILE MERGEDJens-Heiner Rechtien
2004/10/07 12:53:28 pl 1.1.86.1: #i34064# laguage independent psprint.conf
2004-07-23INTEGRATION: CWS vcl23 (1.1.74); FILE MERGEDRüdiger Timm
2004/06/15 10:49:49 pl 1.1.74.1: #i30232# removed useless resolution settings
2003-03-26MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2002-12-11#100000# needs soltools to buildRüdiger Timm
2002-12-10#101969# letter format as default in english (01) installationPhilipp Lohmann
2002-02-28#97829# updated psprint configurationPhilipp Lohmann