summaryrefslogtreecommitdiff
path: root/lingucomponent/StaticLibrary_ulingu.mk
blob: 1bee43eeb17b53153a4a95f606d932cc35860900 (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
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_StaticLibrary_StaticLibrary,ulingu))

$(eval $(call gb_StaticLibrary_use_api,ulingu,\
	udkapi \
	offapi \
))

ifneq ($(SYSTEM_DICTS),)
$(eval $(call gb_StaticLibrary_add_defs,ulingu,\
	-DSYSTEM_DICTS -DDICT_SYSTEM_DIR=\"$(DICT_SYSTEM_DIR)\" -DHYPH_SYSTEM_DIR=\"$(HYPH_SYSTEM_DIR)\" -DTHES_SYSTEM_DIR=\"$(THES_SYSTEM_DIR)\" \
))

endif

$(eval $(call gb_StaticLibrary_use_externals,ulingu,\
	boost_headers \
	hunspell \
))

$(eval $(call gb_StaticLibrary_add_exception_objects,ulingu,\
	lingucomponent/source/lingutil/lingutil \
))

# vim: set noet sw=4 ts=4:
>macosx: add --enable-macosx-retinaNorbert Thiebaud 2014-01-23Revert "regression since fdo#70553"David Tardon 2014-01-23regression since fdo#70553David Tardon 2014-01-02Fix math categories to make SUSE rpm check happyTomáš Chvátal 2013-11-20add some new mimetypesDavid Tardon 2013-11-12add missing semicolonDavid Tardon 2013-11-04sysui: fix yet more cases of accidental OpenOffice.org XML rebrandingMichael Stahl 2013-11-02fdo#70553: Fix Unity QuicklistsJean-Baptiste Faure 2013-10-30sysui: remove Package_iconsMichael Stahl 2013-10-24replace libreoffice with UNIXBASISROOTNAMECaolán McNamara 2013-10-23Fix syntax error in the LSMinimumSystemVersion valueTor Lillqvist 2013-10-22macosx: add a LSMinimumSystemVersion in Info.plistNorbert Thiebaud 2013-10-01sysui: remove cruft from freedesktop-menus.specMichael Stahl 2013-10-01fdo#69210: sysui: add AppData to system-integration RPM/DEBMichael Stahl 2013-10-01fdo#69210: sysui: add some AppStream AppData filesRichard Hughes 2013-09-30gitignore configure-generated Info.plistStephan Bergmann 2013-09-24Create a proper Info.plist for the OS X app bundle already in configureTor Lillqvist 2013-07-31sysui: remove slackware desktop integration stuffMichael Stahl 2013-07-18debian-menus packages should not conflict with older versions (fdo#67031)Petr Mladek 2013-06-12Add Flat Document and MathML MIME typesSamuel Mehrbrodt 2013-06-08add X-KDE-ProtocolsBjoern Michaelsen 2013-06-07Resolves: fdo#65243 broken mark up man pageEric S. Raymond 2013-06-06add StartupWMClass= to .desktop files (bnc#777070)Luboš Luňák 2013-05-29remove code which has been commented outOliver-Rainer Wittmann 2013-05-24Add Corel Draw and MS Publisher MIME Types to DrawSamuel Mehrbrodt 2013-05-17bin obsolete suse and madriva desktop integration packagesPetr Mladek 2013-05-15move desktop translation tool to solenv.Michael Meeks 2013-05-15Spelling "separate" (etc) correctly is hardTor Lillqvist 2013-05-14remove empty string (fixes a warning)Andras Timar 2013-05-11fdo#64311 - .desktop files: use %U for URLs only if we have gvfs or gio.Michael Meeks 2013-04-10just use explicit list of filesDavid Tardon 2013-04-03start deprecating spadmin by removing it from the menusCaolán McNamara 2013-04-02add X-GIO-NoFuse so we get url:// instead of file://~.gvfs/Caolán McNamara 2013-04-02always enable StartupNotify of trueCaolán McNamara 2013-04-02Related: rhbz#156677 / rhbz#186515 shrink num of entries in system menusCaolán McNamara 2013-03-09Related to fdo#60724: Fix grammar.Benjamin Drung 2013-03-09Fix typo in libreoffice man page.Benjamin Drung 2013-03-08Revert "Add PDF Mimetype to Draw"Fridrich Strba 2013-03-08Add PDF Mimetype to DrawSamuel Mehrbrodt 2013-03-03remove stale javafiltersAndras Timar 2013-03-03silence sysui scriptsDavid Tardon