Age | Commit message (Collapse) | Author |
|
Some icons in galaxy are available only via a fallback, while the other themes
can implement these icons directly; but they did not end up in the
images_*.zip.
Change-Id: Ifc937ebec7a1e38828672e65706150f50abe8703
|
|
Change-Id: I37c2126d8b9170334042c7bf380d04c5885c4cb1
|
|
The fallback is now implemented directly in vcl, no need to waste space any
more.
Change-Id: Ia027fda5e92d2bac7369139f3277d73b0521bef2
|
|
Change-Id: I6688251eac8ecb5ea671cae281c2445df773be16
|
|
- WORKDIR path is just workdir
- INSTDIR path is just instdir
- WORKDIR_FOR_BUILD is workdir_for_build
- INSTDIR_FOR_BUILD is instdir_for_build
- replace other usage of INPATH by combination of OS and CPUNAME
Change-Id: Ie398387ebd82a968ec2605f2103c55b43a231482
Reviewed-on: https://gerrit.libreoffice.org/6601
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
It is constant and can just be replaced by $(SRCDIR)/solenv.
Use BUILD_TYPE where it was used to check if config_*.mk is sourced.
Change-Id: Ib9d480c57194b6340093aa47776f8768df69b7d1
|
|
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
|
|
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
|
|
Change-Id: I5d182aa00c4c0488edb52633392f6747772b7176
|
|
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
|
|
Change-Id: I01673bda5a08ca793f4fba89ddae036e3f1483e2
|
|
Change-Id: Ic3d554bbcc8bdbad85c868c06d451bd6f12def54
|
|
|
|
Change-Id: I6ddeff7ae72693fd0951d71bd7b5444938bc7286
|
|
As has been shown, two rules get out of sync .-)
Change-Id: Ia331d3949fd8765c0d999d63351dda412d3c744d
|
|
Change-Id: Ibab8cbbfc6cc716f64aadec0ec97944a698c3874
|
|
Change-Id: Ia7e932a98d3f2c8bca981261406798760b69f8e8
|
|
Change-Id: I051bbc0c3689d0111c9abecf2c74ab2c1afec7cc
|
|
Change-Id: I422c8912bc2557c2c03bb885e5c193deb93d1d5e
Reviewed-on: https://gerrit.libreoffice.org/3233
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: Ib8bafe50c91f2a6098b166a93035acacbd4070ae
|
|
Prerequisites need to be in special order because we use $< in rules.
Also add dependency on AllPackages which could help.
Change-Id: Iec1821b333d9ce88fb811e0f262b0845f922a467
|
|
the gb_Postprocess* foo could also be in gb_Module* as it is
conceptionally close ('do things globally/productwide'). OTOH I see no
obvious reason for e.g. signing not to be done right along with building
a lib/executable anyway instead of in postprocess. The same is likely
true for the other stuff too.
Change-Id: I9c8f569564c056643af7ca39bfe038ed228dcd3d
Reviewed-on: https://gerrit.libreoffice.org/2426
Reviewed-by: Matúš Kukan <matus.kukan@gmail.com>
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I6515cddd1eb7fe4f9fcb333f743d35bc9c9f56f1
|
|
- in the long run we should likely either move packimages to icon-themes
or the icon-themes to postprocess to have them together
Change-Id: I4d0d9d4035600191bb16565efb8756aab2a447c2
Reviewed-on: https://gerrit.libreoffice.org/2235
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: Ie00c7cbc012a605e95ceafcad384a67b599fc758
Reviewed-on: https://gerrit.libreoffice.org/1476
Reviewed-by: Peter Foley <pefoley2@verizon.net>
Tested-by: Peter Foley <pefoley2@verizon.net>
|