diff options
author | andreas kainz <kainz.a@gmail.com> | 2018-10-08 07:42:36 +0200 |
---|---|---|
committer | andreas_kainz <kainz.a@gmail.com> | 2018-10-19 14:34:17 +0200 |
commit | 98f292390239b530ffad3b6c9340d182a8aa834f (patch) | |
tree | 13a8ec9788438cd45de1c288058a4c883f0bf849 /extras/Personas.mk | |
parent | a261016b9817443878396c745a72e8d2eb644ded (diff) |
Personas: add 6 new default themes
design part of the personas patch
Change-Id: I53c3b4d7dd6a4b47ac2d27b361978faa597386e6
Reviewed-on: https://gerrit.libreoffice.org/61507
Tested-by: Jenkins
Reviewed-by: Muhammet Kara <muhammet.kara@pardus.org.tr>
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
Diffstat (limited to 'extras/Personas.mk')
-rw-r--r-- | extras/Personas.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/extras/Personas.mk b/extras/Personas.mk new file mode 100644 index 000000000000..3f6e1089cee0 --- /dev/null +++ b/extras/Personas.mk @@ -0,0 +1,16 @@ +# -*- 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_Package_Package,extras_personas,$(SRCDIR)/extras/source/gallery/personas/)) + +$(eval $(call gb_Package_add_files,extras_personas,$(LIBO_SHARE_FOLDER)/gallery/personas/,\ + personas_list.txt \ +)) + +# vim: set noet sw=4 ts=4: |