Age | Commit message (Collapse) | Author |
|
Change-Id: I7c21730486f74b44b7c1189c40105f5d1a96f754
|
|
The plugin is intentionally built using a custom Makefile,
because it's used by gbuild, so I don't want to build the plugin
using gbuild too. It is also intentionally not placed under workdir/,
as that is cleaned by 'make clean', the plugin is cleaned only
by 'make distclean', so that cleaning it doesn't cause ccache misses.
No actual functionality in the plugin itself yet.
Change-Id: Ic05eba8d6260eec123c9e699eb5385abfe1b832f
|
|
This reverts commit 79fce4ddeb8b45fd047a97507051cd9ca4245f60.
Conflicts:
configure.in
download
Change-Id: Ica8691c5ff5d3e70538d029ed33a91621405af94
|
|
This reverts commit b23f3e484273ed44c36a0c039454cdfbf6f6f1e7.
Conflicts:
configure.in
Change-Id: Id9d3c2373e32bab76d58a7765ea17994b738d309
|
|
Change-Id: If331d969f419d72076faff661bd0fbeb52bd24c4
|
|
Change-Id: I3539bfcfbbb43f44a6fc8fae60bda84267938116
|
|
Change-Id: Id8524bcfa3d593584afbad0b5dcc1cc48aa377d7
|
|
the changes in a72a7dc500ffd57662e8b9be61e4676266861c33.
Change-Id: I79fba4dbe8a72b65625a9ed11fa0b3cebdf80426
|
|
over time, unscrupulous committers allow intenpestive tab and
trailling spaces to creep in.
This cleans them up.
Change-Id: Ia9134599cdf58462bb4231e88362d4ff00ab45ab
|
|
On MacOSX libconftest[12].dylib.dSYM directories where left over
after a test to determine visibility support
use a wider net to clean-up work files
Change-Id: Ie3695c08a5a22dbb1e5a194f8dc1bc6120c8e8c2
|
|
Change-Id: I1417d243c94438c36158b0d5f873fa939b7d7642
|
|
Change-Id: I536921b4734a50b90aa0007ebf2120306ce497a0
|
|
Change-Id: I9b30e5e0a8f961df1070f4ceb0e330558ab16335
|
|
Change-Id: Idb2fd2a115c5e32d3e894d70c0e86730b38e73e9
|
|
Change-Id: I0721a8d0aa584051d1e16b327c3cd1352eedf253
|
|
Change-Id: I5992023a946301809b9708d9df29dd9cc1500b53
|
|
Change-Id: Ibc816de83eb48163671948ecc84e7653f2b4ec13
|
|
Change-Id: I3c4280ee53411f4914be8ebd4f41d1c1cec1ba97
|
|
Change-Id: Iac0ca81edaada999c774cdf8169f07fa98278cc6
|
|
Change-Id: I4842d848234a5dc21085a3fd0aa0a79c58c71e8c
|
|
Change-Id: I17bd44ba8f5a6484d10bb64201ace8e030cf334d
Reviewed-on: https://gerrit.libreoffice.org/789
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I941ce196917cad307d9de03030c4b23ff4e1b249
Reviewed-on: https://gerrit.libreoffice.org/785
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I8b06bd1853cec283f330e892c1efa229682d9767
|
|
Change-Id: Iaf30da1773676de38b1a76e2008a17316b1477a5
|
|
Define the various FOO_CFLAGS/FOO_LIBS used by libcdr in configure even
for the case of internal FOO, and then just pass those variables into
libcdr configure to get rid of SYSTEM_FOO conditionals.
Change-Id: I0edabc13f8a068cb13792a16499593b8c589da1a
|
|
In dmake jfreereport build system an intermediate directory classes was used.
All artefacts that created during build were copied there, including external
apache-commons-logging.jar. Finally java system property was used -Dlib=classes.
In gbuild we don't want to mess with copying artefacts around.
The artefacts are packaging in $(OUTDIR)/bin and java system
property points to -Dlib=$(OUTDIR)/bin. However the dependencies must
be set inside jfreereport module, because of jar interdependency:
liblayout depends on other jars and flow-engine depends on liblayout.
This is achived with new function gb_ExternalProject_use_packages.
Special treatment is necessary when system apache-commons library is used,
in which case it is not reside in $(OUTDIR)/bin, but in
/usr/share/java/commons-logging.jar or in custom location. For that
purpose the both patches: flow-engine.patch and liblayout.patch were extended
and new java system property was introduced -Dcommons-logging.jar and passed
to the build.xml. A dependency from liblayout to apache-commons-logging is set.
jfreereport was moved to tail_build module.
Change-Id: I32e39bb5f4f825f182c3bd3cfc1a13ea1c38321e
Reviewed-on: https://gerrit.libreoffice.org/761
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I5bb93f9228e69dfd46b450089f34cac7204f10b8
|
|
Change-Id: I0143516455f5abad2da6b13a985d08b37e5c3cae
|
|
Change-Id: I042269aabaa2e9952c5d2f41cf93e55d654f6313
|
|
Change-Id: I8d0eb681cdfefbf7524de4478e3296ca797b4c5e
|
|
Change-Id: I58255383497176984cf836faca8c7b7766335da1
|
|
This reverts commit af1f72feafc00ee6658f6fa7d267f58132adba09
because we would need to build the fonts from .sfd, sigh
|
|
Change-Id: Ie8286af3e7840acc3013c192e95d0a1658618310
|
|
For some reason the current Clang linker doesn't like that and
misbehaves, Apple bug 12075544. It is unclear whether binaries built
using a modern Xcode and SDK to run on 10.4 actually would run on 10.4
anyway.
Change-Id: Id15da5eaa4bb95af9cf6d98a658c510f4a786185
|
|
It is not clear how to remove a file:
REMOVE_FILES=openoffice/images/dialogh.png.
Let it for now in place.
Change-Id: Ie8739fd207ca7dc9343c92c93cf092b3af674bf0
Reviewed-on: https://gerrit.libreoffice.org/753
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
0.20x is affected, not only 0.20. I think this should be checked
here only, though if it was 100% sure a poppler bug. But this
is at least better to the broken check before..
Change-Id: If01a4329d18d317371be11d63c66b3487f5f556b
|
|
Default patch level 3 was not working here and must
be overriden with gb_UnpackedTarball_set_patchlevel
function with 2.
New java file OfficeScriptInfo.java was extracted from
rhino1_5R5.patch and added with gb_UnpackedTarball_add_file.
Change-Id: Iba25b2350caffd943af93f59fa2139332b009ef2
Reviewed-on: https://gerrit.libreoffice.org/752
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Id67da9d90a8fa21b99733c448fc32e81c6f1ab46
|
|
But I expect this was too much work to add when the first person
ran into this.
Change-Id: I8cc84ddec2ffaa76b408f9fb7102ab694347099d
|
|
Change-Id: I3f148d0dd61adc7008fdf64d077818c22a0e7d09
|
|
Change-Id: If6c607fc9f0be1f7a71eda8d555399451938c5fc
|
|
Change-Id: I1b71796ca95500efeffe5e01dba3e73711f920e7
Reviewed-on: https://gerrit.libreoffice.org/745
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Iea8385aa9213ccde7e6650cb934361597d508250
|
|
to not duplicate the message checking for old one
and be consistent with the help message in AS_HELP_STRING
Change-Id: I91e0a5ed0e2278de013d7872eadc6f93b970c231
Reviewed-on: https://gerrit.libreoffice.org/722
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Ic54337f4279daf78b099aab368eade5a6143f586
|
|
Change-Id: Ibd7b71292450db8e3e98f9ede5a836182eb38770
|
|
Change-Id: I4d2749d8da44fd8b469315c2be0093c19fc20be1
|
|
Change-Id: I59f4d5ad275af62c997723908754112c062a31be
|
|
Change-Id: I6c8bc792a57750b7fd5f36e3eb97f76870a7a632
|
|
Move libraries using those headers to RepositoryExternal.mk and
also move pkg-config invocation to configure.
Change-Id: I17a240fcba83a98f3f248f15b34d245f941c62e2
|