summaryrefslogtreecommitdiff
path: root/scp2/InstallModule_gnome.mk
blob: 7d9438bcc5a7f3f4b007e70040f937dac89e14cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
# The contents of this file are subject to the Mozilla Public License Version
# 1.1 (the "License"); you may not use this file except in compliance with
# the License or as specified alternatively below. You may obtain a copy of
# the License at http://www.mozilla.org/MPL/
#
# Software distributed under the License is distributed on an "AS IS" basis,
# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
# for the specific language governing rights and limitations under the
# License.
#
# Major Contributor(s):
# Copyright (C) 2012 Red Hat, Inc., David Tardon <dtardon@redhat.com>
#  (initial developer)
#
# All Rights Reserved.
#
# For minor contributions see the git repository.
#
# Alternatively, the contents of this file may be used under the terms of
# either the GNU General Public License Version 3 or later (the "GPLv3+"), or
# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"),
# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable
# instead of those above.

$(eval $(call gb_InstallModule_InstallModule,scp2/gnome))

$(eval $(call gb_InstallModule_define_if_set,scp2/gnome,\
	ENABLE_EVOAB2 \
	ENABLE_GCONF \
	ENABLE_GIO \
	ENABLE_GNOMEVFS \
	ENABLE_GTK \
	ENABLE_GTK3 \
	ENABLE_LOCKDOWN \
	ENABLE_SYSTRAY_GTK \
))

$(eval $(call gb_InstallModule_add_scpfiles,scp2/gnome,\
    scp2/source/gnome/file_gnome \
))

$(eval $(call gb_InstallModule_add_localized_scpfiles,scp2/gnome,\
    scp2/source/gnome/module_gnome \
))

# vim: set shiftwidth=4 tabstop=4 noexpandtab:
placesCaolán McNamara Change-Id: Ic703b509bac0a57e0780bbb83537e7e4323a79d0 2015-02-27gbuild: gb_CppunitTest_use_filter_configuration was removedMichael Stahl ... years ago in commit e1b51e7beb7f9cfa7b574b9c2a69799e62963a09 Change-Id: I588370796830dc379f6a004ec7e673b020360eb5 2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl The sc_subsequent_filters_test was failing because of a lock file because it did not use the unittest configuration. Refactor gb_CppunitTest_use_configuration so it uses both the instdir and unittest configuration to prevent such errors. In case there ever is a test that does not work with the unittest configuration it should call gb_CppunitTest_use_instdir_configuration. Change-Id: Ibc00d42f8b6102d50d922f51173120798fa45c6e 2014-07-29Avoid undef null-ptr deref of missing "ofa" ResMgr in CppunitTestsStephan Bergmann Change-Id: Ia0f0282c4418288adf14997234ef393f44fbdabf 2014-06-04DeInitVCL at end of testsStephan Bergmann This required some changes to the framework: * Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but once per CppunitTest invocation in a new vclbootstrapprotector (similarly to the exisiting unobootstrapprotector). CppunitTests that need VCL now need to declare gb_CppunitTest_use_vcl. * For things to work properly, the UNO component context needs to be disposed from within DeInitVCL (cf. Desktop's Application::DeInit called from DeInitVCL). The easiest solution was to introduce an Application::setDeInitHook (where the hook is called from DeInitVCL) specifically for vclbootstrapprotector to call. * PythonTests don't (yet) call DeInitVCL; they still hook into BootstrapFixture's original test_init functionality (to call InitVCL), and do not make use of the vclbootstrapprotector. Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2 2014-04-18Try making it possible to use --disable-avmedia for desktop platforms tooTor Lillqvist Unfinished work in progress. Change-Id: I978755d73630b8653b169a53f937c1332799e22e 2013-12-11fdo#60698: Merge fastsax and sax_shared into expwrapMarcos Paulo de Souza Change-Id: I6f8c6827c00db50184a46f39968f882b944d18d4 Reviewed-on: https://gerrit.libreoffice.org/6967 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> 2013-11-09fixup the fixup to dbaccess macros_testLionel Elie Mamane Change-Id: I7cc8b6bd3778158e7c93545bbdcf35cccf986188 2013-11-09fixup dbaccess macros_testLionel Elie Mamane Change-Id: Iefb12d8b6fe8b5c9795220f8c7ff90f6ecc92576 2013-11-09fixup and enable dbaccess macros_testLionel Elie Mamane Change-Id: Ic5599df7a2ad7f2f3a9f2794b16ef0a4ab698b06 2013-11-09UnoApiTest don't require CalcLionel Elie Mamane There is no reason for the generic UnoApiTest to require Calc specifically. Calc tests can/should instantiate a Calc instance. We can create a CalcUnoApiTest for that that inherits from UnoApiTest; however this does not seem necessary, "make sc.clean" succeeds. Anyway, the ScGlobals::ensure mentioned in the comment does not seem to exist. This allows us to eliminate some code duplication in tests that were reimplementing UnoApiTest minus the Calc instantiation. Change-Id: I37bea9df41e3960df0458fe689cf6c046a243617 2013-10-18fdo#60698: Move fileaccess module to ucbMarcos Paulo de Souza Change-Id: I4c688a4aeedcae56ed6404574bd1bb392d4190cb Reviewed-on: https://gerrit.libreoffice.org/6311 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> 2013-10-01gbuild: use .xcd configuration files from instdirMatúš Kukan ..instead of .xcu files in solver/*/xml/registry when running unittests and gengal. Change-Id: I390a6c531d653acca7ef3379c49fe65fcb8f3c2a Reviewed-on: https://gerrit.libreoffice.org/6057 Tested-by: Michael Stahl <mstahl@redhat.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> 2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks 2013-04-05new module i18nlangtagEike Rathke Moved portions from module i18npool, all of former i18nisolang1 library that now is i18nlangtag. Included are languagetag, isolang and mslangid. This i18nlangtag code is now even used by module comphelper, so disentangling i18npool and making this an own module was needed to not create circular module dependencies. Change-Id: Ib887c3d6dde667403fd22d382310ba5f1a9b0015 2012-09-28gbuild: invert handling of standard system libraries:Michael Stahl Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a 2012-09-28gbuild: replace direct gb_STDLIBS use with ...Michael Stahl ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69 2012-09-28gbuild: split uwinapi out of gb_STDLIBSMichael Stahl Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7 2012-08-21add more runtime deps on resource files for unit-testsMatúš Kukan Change-Id: Id9bbb2bbcafe335eada3f36ae103a9074a56848f 2012-08-10gbuild: missing dep on $(OUTDIR)/unittest/registry for testsMatúš Kukan Change-Id: Ic80f57946e7b3f9c1bd99ed65955cf3c280063d2 2012-04-12move dependency on localedata_en to i18npoolMatúš Kukan 2012-04-08rename gb_CppunitTest_uses_ureDavid Tardon 2012-04-08compile- and run-time use of UNO must be splitDavid Tardon There are unit tests that do not use URE, e.g., in cppuhelper. This reverts commit 33e9f3d3d6b29545ef9df3f5334c015e15caa5c8. Conflicts: sot/CppunitTest_sot_test_sot.mk svl/CppunitTest_svl_urihelper.mk 2012-04-08simplify use of configuration from unit testsDavid Tardon 2012-04-08always use --protector for UNO testsDavid Tardon 2012-04-08drop uses_ureDavid Tardon 2012-04-08let use_api handle the use of type rdbs at runtimeDavid Tardon Or is there any use case where we would need to use UNO API headers, but not require the appropriate type database at runtime? 2012-04-08gbuild: "use" vs. "add":Michael Stahl Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) 2012-04-02always pass --headless to cppunitsLuboš Luňák They should not need any actual UI anyway, and most of them already pass the option manually. http://lists.freedesktop.org/archives/libreoffice/2012-March/029109.html 2012-03-10gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan 2012-02-12finish initial work on the Base testMarkus Mohrhard Base needs the numberformatter to initialize a document 2012-02-11first part of a c++ based test for baseMarkus Mohrhard