diff options
author | Armin Le Grand <alg@apache.org> | 2012-12-05 16:17:41 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-05-10 17:04:28 +0100 |
commit | fb6f2e1109abdd09e80dbcd6660a9530fc06ff0f (patch) | |
tree | 9b099e9edca5ee8993a86cf5989b34c46d76e7cd /extras/Package_galleducation.mk | |
parent | f2b92a9ab5d1b0c7d3d01db675268b0e1925cdc6 (diff) |
Resolves: #i121407# Gallery reorganizations...
and additions of new themes
(cherry picked from commit 8ccf0e00b5c67f17427d041321baaa5ade488e7c)
Conflicts:
extras/prj/build.lst
extras/source/gallery/bullets/makefile.mk
extras/source/gallery/gallery_system/sg2.sdg
extras/source/gallery/gallery_system/sg2.sdv
extras/source/gallery/gallery_system/sg2.thm
extras/util/target.pmk
scp2/source/ooo/directory_ooo.scp
scp2/source/ooo/file_extra_ooo.scp
svx/inc/galtheme.hrc
svx/source/gallery2/gallery1.cxx
svx/source/gallery2/galobj.cxx
svx/source/gallery2/galtheme.src
vcl/inc/vcl/alpha.hxx
vcl/inc/vcl/bitmap.hxx
vcl/inc/vcl/bitmapex.hxx
vcl/source/gdi/alpha.cxx
vcl/source/gdi/bitmap.cxx
vcl/source/gdi/bitmap3.cxx
vcl/source/gdi/bitmapex.cxx
(cherry picked from commit 8012fae6cedcf325130d70adf0a486e8918f452f)
Conflicts:
vcl/source/gdi/bitmap3.cxx
Change-Id: If4b2397b889f914487f2135679250c175181e1df
Diffstat (limited to 'extras/Package_galleducation.mk')
-rw-r--r-- | extras/Package_galleducation.mk | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/extras/Package_galleducation.mk b/extras/Package_galleducation.mk new file mode 100644 index 000000000000..d1f8d3e3b71f --- /dev/null +++ b/extras/Package_galleducation.mk @@ -0,0 +1,30 @@ +# -*- 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_galleducation,$(SRCDIR)/extras/source/gallery/education)) + +$(eval $(call gb_Package_set_outdir,extras_galleducation,$(INSTDIR))) + +$(eval $(call gb_Package_add_files,extras_galleducation,share/gallery/education,\ + Blackboard.png \ + Books.png \ + Chalk.png \ + Globe.png \ + Glue.png \ + GraduationCap.png \ + Microscope.png \ + Notebook.png \ + PaperClip-Blue.png \ + PaperClip-Red.png \ + Pencil.png \ + Ruler.png \ + TestTubes.png \ +)) + +# vim: set noet sw=4 ts=4: |