summaryrefslogtreecommitdiff
path: root/scp2/macros/macro.pl
AgeCommit message (Collapse)AuthorFilesLines
2013-12-09Zip .ui translations per UIConfig target.Matúš Kukan1-0/+16
Fix installer / scp2 to not ignore directory prefix in 'Name'. Change-Id: Ib319363c8be73a72029f1ba3833e518e15c55e29 Reviewed-on: https://gerrit.libreoffice.org/6915 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2013-08-08fdo#62442: Move the InfoPlist.strings files into the app from langpacksTor Lillqvist1-1/+36
The digital signature of an app bundle includes an integrity check for the Resources subtree. This is the normal place for Mac apps to have their read-only non-code "resources". In LibreOffice it is currently not much used, though. The signature thus breaks when a lang pack installer is run and plops its InfoPlist.strings file into the "Resources" subtree. This file contains translations of strings in the app's Info.plist file. For LibreOffice, it contains translations only for some of the file type names in Info.plist. (Why only some, I don't know.) Files installed by a lang pack insaller into other locations in the app bundle don't harm the signature. Making the InfoPlist.strings files be distributed as part of the main app bundle instead of in langpacks should keep the signature valid even if a lang pack is installed. The InfoPlist.strings files are small so the size of the main app should not grow significantly. This required introduction of a new functionality in scp2: The possibility to generate a list of several complete File or Directory stanzas, one for each language for which translations are being built. (This is different from the existing functionality, used for files that go into lang packs, where a stanza contains several Name or HostName attributes (or whatever the term is) where the attribute names are qualified with the language code in parens.) Change-Id: I3afd9b08944fe1bccb5f0c881d740d260f589e39
2013-06-03re-base on ALv2 code. Includes:Michael Meeks1-21/+12
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-05-21do not second-guess help langs for installationDavid Tardon1-10/+2
Change-Id: I48484ca81008fe650aa9fa0eb561e3b2ff33399c
2013-04-18remove unused macros from macro.plThomas Arnhold1-36/+0
Change-Id: If69e4c42f487249d7ba5bb3e164f61470ff12ddd
2013-04-17scp: remove unused macrosThomas Arnhold1-11/+0
Change-Id: I48ac97bd6ac8cbd534e50c617f3d54ff10bd2908 Reviewed-on: https://gerrit.libreoffice.org/3410 Reviewed-by: Matúš Kukan <matus.kukan@gmail.com> Tested-by: Matúš Kukan <matus.kukan@gmail.com>
2013-04-15gbuild: deliver help files as packagesDavid Tardon1-1/+1
Change-Id: I52904567d0c7434af3f013cad7c3d9a8a67ac9f2 Reviewed-on: https://gerrit.libreoffice.org/3384 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2012-11-11Kill set_oenv remnants (by just renaming the required timestamp file)Matteo Casalin1-1/+1
Change-Id: I779128111a4f69235a4c8cc6510018fc61d1b24b Reviewed-on: https://gerrit.libreoffice.org/1026 Tested-by: Tor Lillqvist <tml@iki.fi> Reviewed-by: Tor Lillqvist <tml@iki.fi>
2012-08-02scp2: SHORT_RESFILE_ALL_LANG seems to be unusedMatúš Kukan1-11/+0
Change-Id: I62b313fc8d8c6dfc821012783365307c8280a96c
2012-05-29run silentlyDavid Tardon1-1/+0
Change-Id: I75474c2f0e938987c28dcfa1f31428e77de03e90
2010-10-12cleanup macro.pl - re-build if your config changesMichael Meeks1-22/+29
2010-10-06Allow using --with-poor-help-localizations=ALLFridrich Štrba1-0/+2
Useful for packaging of all localizations in one installer, but not wasting space with all the help
2010-02-25sb111: merged in DEV300_m72sb1-5/+1
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien1-5/+1
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-09-29CWS-TOOLING: integrate CWS native199_DEV300Rüdiger Timm1-1/+3
2008-04-15INTEGRATION: CWS obr08 (1.8.58); FILE MERGEDVladimir Glazounov1-1/+12
2008/02/28 13:16:30 obr 1.8.58.1: #i85831# include translations for OpenDocument types on MacOS X
2008-04-10INTEGRATION: CWS changefileheader (1.8.90); FILE MERGEDRüdiger Timm1-22/+18
2008/03/31 16:07:04 rt 1.8.90.1: #i87441# Change license header to LPGL v3.
2008-01-04INTEGRATION: CWS native110 (1.7.308); FILE MERGEDOliver Bolte1-2/+2
2007/10/04 11:04:47 is 1.7.308.1: #i82251# repackaging, part 3
2006-11-21INTEGRATION: CWS ause071 (1.5.526); FILE MERGEDVladimir Glazounov1-2/+5
2006/11/03 18:36:14 hjs 1.5.526.1: #i71145# regenerate if script was changed
2006-11-01INTEGRATION: CWS native69 (1.5.492); FILE MERGEDVladimir Glazounov1-2/+22
2006/10/19 12:31:56 is 1.5.492.1: #i66224# poor help files patch
2005-09-09INTEGRATION: CWS ooo19126 (1.4.278); FILE MERGEDRüdiger Timm1-48/+21
2005/09/05 17:48:39 rt 1.4.278.1: #i54170# Change license header: remove SISSL
2005-03-01INTEGRATION: CWS vq13 (1.3.6); FILE MERGEDKurt Zenker1-3/+3
2005/02/26 15:03:05 vq 1.3.6.1: #i43294# Fix W32-4nt build in scp2.
2005-02-21INTEGRATION: CWS ause022 (1.2.54); FILE MERGEDVladimir Glazounov1-3/+4
2005/02/16 16:17:35 hjs 1.2.54.1: #i42566#, #i42554# fix rebuild problems
2005-01-13INTEGRATION: CWS babelfish (1.1.2); FILE ADDEDKurt Zenker1-0/+276
2004/12/17 17:05:27 hjs 1.1.2.2: #i37105# write new file only if information changes 2004/12/15 16:22:58 pjanik 1.1.2.1: #i37105#: generate langmacros.inc during the build
2009-10-21#i101955# registry_en-US.xcd is effectively empty (fallback en-US ↵sb1-0/+16
configuration data is stored in the main non-localized xcd files), so need not be installed
2009-08-04#i101955# consolidating xcs/xcu files in xcd files (for now in new ↵sb1-2/+2
postprocess/packregistry); extended configmgr2 to search for multiple xcd files per layer; removed some (relative, wrong) DOCTYPE SYSTEM paths from xcu files to avoid xsltproc warnings; extended scp2 EXTRA_ALL_LANG to work with extensions other than zip (i.e., xcd)