Commit graph

103 commits

Author SHA1 Message Date
Petr Mladek
ae9a98b436 allow to download main source tarballs again
The file "core.ver" was removed in configure together with other "core.*"
files. It was ugly name. Better to use "sources.ver" and the variable
"lo_sources_ver=..."

The source version is not used in "unpack-sources", so do not source the .ver file
at all.

The source tarballs are put into "major.minor.micro" version subdirectory
on the download site now.
2012-04-16 17:20:04 +02:00
Petr Mladek
fc09ed737c distro-install-file-lists: handle new file lists that appeared for LO-3.5
Process the newly added file lists:

    + Script_Provider_For_Javascript
    + Script_Provider_For_Beanshell
    + PostgresqlSdbc
    + Files_Images
2012-04-13 17:06:11 +02:00
Petr Mladek
d04e30c94a distro-install-file-lists: mark javasettingsunopkginstall.xml as %config 2012-04-13 16:26:59 +02:00
Petr Mladek
f780859b76 unpack-sources, download: update for .xz source tarballs 2012-04-13 16:21:56 +02:00
Caolán McNamara
144f554dfd download some unusual image mimetypes by default 2012-03-20 20:35:52 +00:00
Caolán McNamara
82ca4cfc81 update to point to moved openoffice.org bugzilla 2012-03-20 12:57:32 +00:00
Caolán McNamara
c3eccfd1c2 cgms are image/cgm 2012-03-20 12:57:31 +00:00
Tom Thorogood
21c646a8e8 Add options to bin/find-german-comments to help weed out false positives 2012-03-14 08:58:27 +01:00
Caolán McNamara
cf0373b42e attachmentid should be stable across mime-type changes 2012-03-07 11:06:46 +00:00
Philipp Weissenbacher
aedb86399d Add option to only list filenames
This adds the argument -f (--filenames-only), which only prints the
filenames of files containing German comments.
I personally scan the whole file for German strings anyway, as we do
not find German strings with less than 4 chars. So there's not so
much use in printing the found strings.
2012-03-07 11:20:27 +10:30
Petr Mladek
a0238fda86 bin/distro-install*: source config_host.mk instead of Env.Host.sh
thanks Stefan Bergman for improving the sed pattern
2012-02-29 20:29:34 +01:00
Michael Stahl
fa5e41067b add convwatch.py 2012-02-27 20:55:58 +01:00
Michael Stahl
82259f2e54 get-bugzilla-attachments-by-mimetype: add retry:
Sadly the Apache OO bugzilla is rather unreliable and connections time out
a lot; retry connections to work around that.
2012-02-13 00:25:03 +01:00
Michael Stahl
18d1e1968c get-bugzilla-attachments-by-mimetype: don't do images:
What a stupid idea; what the heck do i do now with 5G of
jpegs and pngs on my disk?
2012-02-13 00:25:03 +01:00
Michael Stahl
4ff7252375 get-bugzilla-attachments-by-mimetype: more mimetypes 2012-02-13 00:25:03 +01:00
Michael Stahl
66fa9be298 get-bugzilla-attachments-by-mimetype: deduplicate 2012-02-13 00:25:02 +01:00
Michael Stahl
05c254ca0e get-bugzilla-attachments-by-mimetype: fix it 2012-02-13 00:25:02 +01:00
Tor Lillqvist
809fd00863 Surely these are mostly *not* used during the build 2012-02-08 14:07:36 +02:00
Michael Meeks
1f63bd653c Add and expand more readme files for module documentation 2012-02-08 11:18:15 +00:00
Petr Mladek
041207302a lo-pack-sources: do not duplicate the generated files in the archive dir
the storing in archive directory was non-standard solution => gets removed
also the code was simplified and clean up a bit
2011-12-19 18:06:11 +01:00
Petr Mladek
2f3cd6d2be lo-pack-sources: generate cleaner source tarballs using "git archive"
there is not longer needed the manualy created blacklist of copied files;
also no need to remove symlinks from clone subdir

use "tar --checkpoint-action=exec="echo -n \".\"" instead of
"awk '{ ORS=\"\" ; if (++nlines\%50 == 0) printf \".\"; fflush() }'";
we are interested into the return code from tar, e.g. not-enough disk space
2011-12-19 18:06:02 +01:00
Michael Meeks
ba26809ebb trivial pkgconfig fixes 2011-12-16 16:00:13 +00:00
Christian Lohmaier
acbde813a7 when creating linked clone with branch, make sure to ff to the current state
the git-new-workdir helper is mostly useful to have one pristine clone
where the updates get pulled into & from that you create working copies.
As pulling to that master copy only updates the current branch (usually
master), checking out a different branch using git-new-workdir will
result in "your branch is behind the remote branch by xx commits" when
there have been commits after the branch was first checked out locally.

Thus this change adds a fast-forwarding merge when a branch is given.
2011-12-16 12:43:06 +01:00
Petr Mladek
6f67838399 lo-pack-sources: allow to generate .xz source tarballs by default
Add --bzip2 and --xz options to select the compression. Both options
can be used togetger to generate both types of tarballs in one call.
XZ compession is used by default.

Also renamed "lo*build" strings to "lo*core" to fit the current name
of the top level source directory.
2011-12-13 15:26:55 +01:00
Michael Meeks
eeffb8abdc horrendous hack to stubify a library
We dump the library's symbols we're trying to stubify, and then
assemble another library that looks just like it, except with all
of it's innards sucked out.
We also use pkgconfig to find all the relevant dependencies and
to build an entire library tree.
2011-12-09 21:41:41 +00:00
August Sodora
2ef7f7efbf Remove testtoolloader 2011-12-07 14:57:24 -05:00
Caolán McNamara
c8ef924060 normalize Red Hat, Inc. spellings, and bump to latest template 2011-12-06 21:24:37 +00:00
Miklos Vajna
907969d264 lo-pack-sources: unused function set_config_version() 2011-12-03 01:58:28 +01:00
Lior Kaplan
e10fc18fb2 typo fix: explicitely -> explicitly 2011-12-01 23:41:42 +02:00
Rene Engelhard
7f31dfc4b6 fix test: s/==/=/ 2011-11-29 23:51:55 +01:00
Tomas Chvatal
8326efcbb4 Remove basisVERSION from distro scripts as it is not used anymore. 2011-11-14 15:07:25 +01:00
Caolán McNamara
b863767bd1 add script to download documents from various bugzillas 2011-11-14 10:37:01 +00:00
Michael Meeks
17084c750d gtk: move the file-picker into vcl/ and add Application:: factory hooks
drop un-necessary uno service related fluff, and component instantiation.
nominal move to XMultiComponentFactory from XMultiServiceFactory
Include fpicker in compilation for gtk3, but more work required here
Simplify setting up transient parents for picker dialogs
2011-11-07 14:19:33 +00:00
Petr Mladek
4b32624c18 lo-pack-sources: update for the current list of repositories 2011-10-27 17:10:32 +02:00
Miklos Vajna
a32662e141 lo-pack-sources: remove unused functions 2011-10-27 16:16:08 +02:00
Stephan Bergmann
b786a33cfd Undo basis/brand split: Move SDK and ure-link, remove OOO_BASE_DIR and BaseInstallation. 2011-10-24 13:59:58 +02:00
Stephan Bergmann
b1eae75f53 Undo basis/brand split: moved ini files from basis program/ to brand program/.
Moved uno ini, folded fundamentalbasis ini into fundamental ini, merged
version inis.
2011-10-20 23:04:11 +02:00
Petr Mladek
3f845c2980 define bash completion also for 'loffice' wrapper (bnc#719656) 2011-10-19 20:16:01 +02:00
Rene Engelhard
8d153dc965 add lo-xlate-lang (formerly openoffice-xlate-lang in libreoffice-build) 2011-10-15 11:41:15 +02:00
Baptiste Daroussin
03996d64c7 Use PREFIXDIR each time possible to allow installing where /usr is not the prefix 2011-09-19 20:33:55 +02:00
Peter Foley
8f07feaa6e Remove config.parms
The functionality provided by config.parms (saving the arguments given to
configure) has been superseded by autogen.lastrun.
2011-09-18 16:51:08 -04:00
Tomas Chvatal
1dfe0e7c8d Env.Set.sh -> Env.Host.sh 2011-09-17 18:57:43 +02:00
Tomáš Chvátal
2fe52eded6 Fixup non-respecting DESTDIR for DOCDIR chmod.
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-09-08 14:19:30 +02:00
Marc-Andre Laverdiere
f7b5d1982d Initial commit of file fuzzer tool 2011-09-05 18:19:25 +05:30
Petr Mladek
484b5d7406 use /usr/bin/libreoffice symlink
it is used by UNO to find the installed LO
2011-08-23 20:28:59 +02:00
Tomas Chvatal
1fceff3d25 distro-install-desktop-integration: use "sed -i"
use the more elegant "sed -i" instead of "sed+mv"

Signed-off-by: Petr Mladek <pmladek@suse.cz>
2011-08-23 20:28:19 +02:00
Petr Mladek
9602fbb21b distro-install-desktop-integration: create temp files in $TMPDIR
do not hardcode /tmp

Signed-off-by: scarabeus@gentoo.org
2011-08-23 20:26:11 +02:00
Petr Mladek
3ef3fbbe62 lo-commit-stat: update list of available repositories 2011-08-15 20:32:08 +02:00
Jan Holesovsky
a95376174e Merge commit 'libreoffice-3.4.2.3'
Conflicts:
	Makefile.in
	configure.in
	instsetoo_native/util/makefile.mk
	instsetoo_native/util/openoffice.lst
	ooo.lst.in
	set_soenv.in
	solenv/inc/minor.mk
2011-07-28 18:33:58 +02:00
Tor Lillqvist
c5f297649c Change *Env.Set.sh to Env.Host.sh 2011-07-25 01:02:17 +03:00