Commit Graph

794 Commits

Author SHA1 Message Date
mattias
5c78a96a5e rpm: fpc: clean up garbage
git-svn-id: trunk@34685 -
2012-01-09 16:28:17 +00:00
maxim
3d35e18d5f Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #21020
git-svn-id: trunk@34581 -
2012-01-04 20:59:03 +00:00
juha
1a0077f140 Tools/Snapshots: update project file
git-svn-id: trunk@34344 -
2011-12-21 09:57:13 +00:00
juha
15938d2510 Tools/SnapShots: add FileUtil to uses section so the unit compiles, issue #20686
git-svn-id: trunk@34343 -
2011-12-21 09:57:00 +00:00
juha
feaf7a1432 Make svn2revisioninc work also with SVN 1.7. Issue #20711, patch from cobines
git-svn-id: trunk@33637 -
2011-11-20 09:08:48 +00:00
juha
bbc0b05e9e svn2revisioninc: fix a potential deadlock, issue #20471
git-svn-id: trunk@33071 -
2011-10-24 18:01:05 +00:00
vincents
1dc1a40406 mac os x installer build scripts: adaptions for using lazutils
git-svn-id: trunk@32995 -
2011-10-20 09:11:34 +00:00
vincents
bb1375f347 windows cross installer: fixed errors in build script after the addition of lazutils
git-svn-id: trunk@32957 -
2011-10-18 11:41:17 +00:00
vincents
63ee142ec8 windows installer: fixed errors in build script after the addition of lazutils
git-svn-id: trunk@32952 -
2011-10-18 10:55:41 +00:00
sekelsenmat
145ec7f545 Adds lazutils to the debian script
git-svn-id: trunk@32948 -
2011-10-17 17:53:17 +00:00
sekelsenmat
52866ff4fe Fixes "make all"
git-svn-id: trunk@32944 -
2011-10-17 12:00:32 +00:00
juha
8dee4154d2 svn2revisioninc: increase buffer size when reading git rev-list. Should fix issue #20471
git-svn-id: trunk@32848 -
2011-10-12 11:44:21 +00:00
juha
b358c98210 svn2revisioninc: fix my earlier sloppy code to find out the main git branch name
git-svn-id: trunk@32847 -
2011-10-12 11:44:08 +00:00
vincents
37fff32b2f macosx installers: added lazutils to the cross compile build
git-svn-id: trunk@32839 -
2011-10-12 07:45:27 +00:00
vincents
795218e549 linux installers: tried to fix the initial values of the lazarus dir and fpcsrc dir for the rpm installers without breaking them for the deb installers
git-svn-id: trunk@32825 -
2011-10-11 20:23:22 +00:00
maxim
5b6ee38c9e IDE, IDEIntf, packager, tools: final batch of TButtonPanel captions cleanup
git-svn-id: trunk@32665 -
2011-10-03 23:14:54 +00:00
vincents
b4756aab86 rpm build script: use .laz as suffix in release name
git-svn-id: trunk@32540 -
2011-09-28 11:54:57 +00:00
vincents
a66b61d32c rpm build script: removed set -u, because it cannot be used in combination with optional script parameters
git-svn-id: trunk@32517 -
2011-09-26 12:33:38 +00:00
vincents
75a021a23f rpm build script: improved flexibility by custom result dir and fixed detecting default build arch
git-svn-id: trunk@32506 -
2011-09-24 20:37:16 +00:00
vincents
ef03f51f52 lazarus rpm: added create rpm script that uses mock to build in a chroot environment
git-svn-id: trunk@32471 -
2011-09-23 10:06:28 +00:00
vincents
8dc5f36b1a lazarus rpm spec file: added build requirements, so that yum can initialize the chroot environment correctly
git-svn-id: trunk@32470 -
2011-09-23 10:01:28 +00:00
vincents
f5143a20e9 windows installers: fixed creating revision.inc in the exported source in such a way that svn2revisioninc leaves it untouched (issue #20277)
git-svn-id: trunk@32419 -
2011-09-19 07:52:30 +00:00
vincents
2f7dd74905 windows installer: use system drive for default lazarus directory (issue #20269)
git-svn-id: trunk@32417 -
2011-09-19 07:17:45 +00:00
vincents
7419136a0f lazarus windows installer: added path when calling fpmkcfg.exe, just setting the working directory to the executable dir is not good enough, fixes issue #20142
git-svn-id: trunk@32195 -
2011-09-06 17:54:13 +00:00
vincents
3dc28630df windows installer: fixed quotes in run on install parameter, maybe fixes issue #20142
git-svn-id: trunk@32167 -
2011-09-03 11:32:10 +00:00
vincents
5489a964fd windows installer: set working directory and pass full path when calling fpcmkcfg, maybe fixes issue #20142
git-svn-id: trunk@32164 -
2011-09-03 06:54:57 +00:00
vincents
fd5e6e3062 windows installer: set working directory and pass full path when calling fpcmkcfg, maybe fixes #19895
git-svn-id: trunk@32147 -
2011-09-01 20:25:13 +00:00
vincents
3f9a1eba05 windows installer build script:
+ added batch file to create revision.inc, so that svnrevisioninc doesn't need to build before the export
* use different naming schemes for snapshot and release build

git-svn-id: trunk@32140 -
2011-09-01 11:41:44 +00:00
vincents
98ba2d34dd windows installers: fixed building with version number 0.9.30.2RC1.
git-svn-id: trunk@32129 -
2011-08-31 07:15:53 +00:00
vincents
54a4e2fd68 mac os x build script: fixed creating valid version number for Iceberg for Lazarus versions with characters, such as 0.9.30.2RC1
git-svn-id: trunk@32094 -
2011-08-29 12:10:31 +00:00
vincents
dd74128b0b lazarus windows installer: updated URLs naar forum and wiki.
git-svn-id: trunk@31992 -
2011-08-16 08:05:38 +00:00
vincents
cef736eb5f windows cross installer build script
* fixed dependencies for building fpcmake and fpcmkcfg
* appended ; to PATH environment variable, so the Makefiles don't mistake windows for a unix-like OS.

git-svn-id: trunk@31915 -
2011-08-08 13:38:35 +00:00
vincents
d7a3cef84d windows cross installer build script: reset FPCFPMAKE at script end
git-svn-id: trunk@31910 -
2011-08-08 08:53:26 +00:00
vincents
a2891026c6 arm-wince cross installer:
+ added workaround for bug in mkfpccfg in fpc 2.4.4
* fixed dependencies for building native fpcmake
+ explicitly set FPCFPMAKE, for building with fpc 2.5.1 (related to issue #19655)

git-svn-id: trunk@31850 -
2011-08-03 07:32:55 +00:00
juha
fee5993bcc Windows install: add one setup line to lazarus.iss
git-svn-id: trunk@31533 -
2011-07-03 06:56:20 +00:00
juha
9f3a985590 Tools: improve lazarus.iss for Windows 7 installation. Patch from Lainz, issue #19649
git-svn-id: trunk@31457 -
2011-06-29 07:59:16 +00:00
juha
3ee93b4389 svn2revisioninc: Dig svn revision number from git repository also when there are local branches. Modified from Greame's patch, issue #18156
git-svn-id: trunk@31039 -
2011-06-04 09:27:42 +00:00
maxim
a42f9f07db Translations: Ukrainian translation update by Igor Paliychuk, bug #19476
git-svn-id: trunk@31035 -
2011-06-03 22:10:56 +00:00
mattias
33c214c32e lazres: using nogui
git-svn-id: trunk@30938 -
2011-05-27 19:51:22 +00:00
maxim
d7c5f3c725 Translations: Ukrainian translation update by Igor Paliychuk, bug #19424
git-svn-id: trunk@30916 -
2011-05-26 20:05:11 +00:00
maxim
981116d167 regenerated translations; updated Russian translation
git-svn-id: trunk@30639 -
2011-05-09 16:55:22 +00:00
maxim
dcfb62621b regenerated translations; updated Russian translation
git-svn-id: trunk@30432 -
2011-04-22 20:42:07 +00:00
maxim
3a372890ed Translations: Italian translation update by Massimo Soricetti, bug #19214
git-svn-id: trunk@30431 -
2011-04-22 20:15:17 +00:00
vincents
1e4a2226e9 windows installer builder: build package registration before lcl.
git-svn-id: trunk@30158 -
2011-04-03 17:59:14 +00:00
mattias
62539f8508 rpm: fixed chomping architecture from fpc version
git-svn-id: trunk@30098 -
2011-03-31 18:50:20 +00:00
juha
f38190794b Formatting: joined lines where only ');' was split to its own line, in procedure defs.
git-svn-id: trunk@29871 -
2011-03-16 16:52:28 +00:00
mattias
08dc7dc497 cross fpc: fixed typo
git-svn-id: trunk@29860 -
2011-03-15 19:30:53 +00:00
mattias
eec2581dec cross fpc win32: omit wrong warning
git-svn-id: trunk@29851 -
2011-03-15 05:02:09 +00:00
mattias
4e812d832f cross win32: update to fpc 2.4
git-svn-id: trunk@29847 -
2011-03-15 04:24:00 +00:00
mattias
19860fefde lazarus deb: disabled building gtk1 ppus
git-svn-id: trunk@29840 -
2011-03-14 14:16:49 +00:00