summaryrefslogtreecommitdiff
path: root/sysui
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-09-11 09:31:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2013-09-11 09:31:49 +0200
commitfca4b8d48b07d522dadc86757423b93d1829621b (patch)
treed2197de45f585b2aab8c31ef2817492144b2c4c9 /sysui
parent07ec7b1c2ad558b5835ba6cfd69a6e69ebfd9bfe (diff)
Move Mac OS X Info.plist into instdir
Change-Id: I69139234a7f55101afc987a960bcdf5aca95c5b3
Diffstat (limited to 'sysui')
-rw-r--r--sysui/Package_infoplist.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysui/Package_infoplist.mk b/sysui/Package_infoplist.mk
index 27d317ec7d47..db815dd32922 100644
--- a/sysui/Package_infoplist.mk
+++ b/sysui/Package_infoplist.mk
@@ -9,7 +9,9 @@
$(eval $(call gb_Package_Package,infoplist,$(call gb_CustomTarget_get_workdir,sysui/infoplist)))
-$(eval $(call gb_Package_add_files,infoplist,pck,\
+$(eval $(call gb_Package_set_outdir,infoplist,$(gb_INSTROOT)))
+
+$(eval $(call gb_Package_add_files,infoplist,,\
PkgInfo \
Info.plist \
))
noExplicitConstructorCaolán McNamara 2016-03-16loplugin:constantparams in vcl/Noel Grandin 2016-02-12loplugin:unusedmethodsNoel Grandin 2016-01-19tdf#96888 - Kill internal vcl dog-tags ...Ras-al-Ghul 2015-11-17loplugin:unnecessaryvirtualNoel Grandin 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann 2015-09-20convert Link<> to typedNoel Grandin 2015-09-16convert Link<> to typedNoel Grandin 2015-09-16convert Link<> to typedNoel Grandin 2015-09-09remove unused Link<> fieldsNoel Grandin 2015-08-27No need for IMenuBarWindow abstractionStephan Bergmann 2015-08-26Remove unused AddMenuBarButton parameterStephan Bergmann 2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin 2015-07-09tdf#92630 Enable auto-accelerator behaviour for gtkSimon Long 2015-05-25cppcheck: noExplicitConstructorCaolán McNamara 2015-05-18ApplySettings for MenuTomaž Vajngerl 2015-05-16further refactor Menu to use RenderContextTomaž Vajngerl 2015-05-15partially refactor MenuBar to use RenderContextTomaž Vajngerl 2015-05-07Revert "Tackle Menu with RenderContext refactoring, Invalidate"Stephan Bergmann 2015-05-07Tackle Menu with RenderContext refactoring, InvalidateTomaž Vajngerl 2015-05-06Use various typed ToolBox::Set*Hdl LinksStephan Bergmann 2015-04-30Gradually typed LinkStephan Bergmann 2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl 2015-04-10get misc. ordering right and add missing disposes.Michael Meeks 2015-04-09vcl: dispose of more Window sub-classes, particularly top-level windows.Michael Meeks 2015-04-09vcl: rename VclReference to VclPtrNoel Grandin 2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin 2014-09-23fdo#82577: Handle WindowNoel Grandin 2014-09-17vcl menu: Add the height setting to the IMenuBarWindow interface.Jan Holesovsky 2014-09-16loplugin:saloverrideStephan Bergmann 2014-09-16vcl menu: More abstraction around MenuBar to get dynamic_cast to one place.Jan Holesovsky 2014-09-12vcl: The DecoToolBox has grown its own legs, it cannot be a button any more.Jan Holesovsky 2014-09-12vcl: It's a close button, there is no such a thing as a 'closer'.Jan Holesovsky 2014-09-09vcl: Move MenuBarWindow to an own file + adapt code.Jan Holesovsky