summaryrefslogtreecommitdiff
path: root/external/libwps/ExternalPackage_libwps.mk
blob: daa17c117d4efd2b043c7f5f9c8de6ad42011fa9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# -*- 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_ExternalPackage_ExternalPackage,libwps,libwps))

$(eval $(call gb_ExternalPackage_use_external_project,libwps,libwps))

ifeq ($(OS),MACOSX)
$(eval $(call gb_ExternalPackage_add_file,libwps,$(LIBO_LIB_FOLDER)/libwps-0.4.4.dylib,src/lib/.libs/libwps-0.4.4.dylib))
else ifeq ($(OS),WNT)
$(eval $(call gb_ExternalPackage_add_file,libwps,$(LIBO_LIB_FOLDER)/libwps-0.4.dll,src/lib/.libs/libwps-0.4.dll))
else ifeq ($(DISABLE_DYNLOADING),)
$(eval $(call gb_ExternalPackage_add_file,libwps,$(LIBO_LIB_FOLDER)/libwps-0.4-lo.so.4,src/lib/.libs/libwps-0.4-lo.so.4.0.$(WPS_VERSION_MICRO)))
endif

# vim: set noet sw=4 ts=4:
Added sidebar icons as well as add icons from the original setYousuf Philips 2015-02-16Remove old icons.Andrew 2015-02-10Remove duplicate L10n icons.Andrew 2015-02-06Tidy up HC icons.Andrew 2015-02-05Icon theme compressionAndrew 2015-01-30Delete useless “-old” copies of iconsAdolfo Jayme Barrientos 2014-12-03fdo#86472 fix icons on dark theme in oxygen and sifrYousuf Philips 2014-11-23icons: optipng the oxygen icons.Jan Holesovsky 2014-11-20TANGO: fix galaxy so print preview single page view icon showsYousuf Philips 2014-11-18OXYGEN: Replaced icons with icons from the icon set sourcesYousuf Philips 2014-11-12fdo#80651 replaced oxygen icon and added new tango icon for single pageYousuf Philips 2014-11-04line spacing: Introduce an icon for that.Jan Holesovsky 2014-11-04fdo#80161 Add an icon to the 'Export as PDF' commandYousuf Philips 2014-11-03OXYGEN: fixes to font color iconsYousuf Philips 2014-10-29OXYGEN: Refreshing icons from main source and added a few new onesYousuf Philips 2014-10-27fdo#85500 - TOOLBAR: Use insert page number icon for insert field controlYousuf Philips 2014-03-06Icon redux 01: Remove old draft view iconsAndrew 2014-03-06Icon redux 01: Optimised help imagesAndrew 2014-02-27Icon redux 01: Remove old dbaccess iconsAndrew 2014-02-27fdo#73159 Make back border dialog work againZolnai Tamás 2014-02-10Remove unused icons after cleaning up Math zoomRodolfo Ribeiro Gomes 2013-09-01fdo#42434: swap flipvertical and fliphorizontal icons in some themesIvan Timofeev 2013-07-22Remove obsolote border dialogZolnai Tamás 2013-07-05Related: #i121513# Remove deprecated UnoControlThrobberModelAriel Constenla-Haile 2013-06-10remove unused imagesAndras Timar 2013-05-27fdo#65039 UI: Oxygen theme has wrong icon for Power regressionAndras Timar 2013-04-24Rename image files to match with command nameZolnai Tamás 2013-04-11remove unused imagesAndras Timar 2013-04-09remove unused imagesAndras Timar 2013-04-07Added query properties icon for BaseIssa Alkurtass 2013-03-19fix the 'warning' icon in .ui filesAndras Timar 2013-02-14Add findbar close icons to other icon-themes as wellJoren De Cuyper 2013-01-16Fixed Undo/Redo buttons icon orientation for RTL languages (ar/fa/he)Issa Alkurtass