From b1ba3e03078d1d69e482aaae497a068600fa68fd Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Wed, 17 Apr 2013 23:10:48 +0200 Subject: fdo#63197, convert accessoriesgallerydrawspeople Change-Id: I9743fd98691695f831fa282a64482b23178f0026 Reviewed-on: https://gerrit.libreoffice.org/3444 Reviewed-by: David Tardon Tested-by: David Tardon --- ...xternalPackage_accessoriesgallerydrawspeople.mk | 38 +++++++++++++++++++++ extras/Module_extras.mk | 2 +- extras/Zip_accessoriesgallerydrawspeople.mk | 39 ---------------------- 3 files changed, 39 insertions(+), 40 deletions(-) create mode 100644 extras/ExternalPackage_accessoriesgallerydrawspeople.mk delete mode 100644 extras/Zip_accessoriesgallerydrawspeople.mk (limited to 'extras') diff --git a/extras/ExternalPackage_accessoriesgallerydrawspeople.mk b/extras/ExternalPackage_accessoriesgallerydrawspeople.mk new file mode 100644 index 000000000000..df6ffbebf119 --- /dev/null +++ b/extras/ExternalPackage_accessoriesgallerydrawspeople.mk @@ -0,0 +1,38 @@ +# -*- 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_accessoriesgallerydrawspeople,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Draws/People)) +$(eval $(call gb_ExternalPackage_ExternalPackage,extras_accessoriesgallerydrawspeople,gallery-pack)) + +$(eval $(call gb_ExternalPackage_set_outdir,extras_accessoriesgallerydrawspeople,$(INSTDIR))) + +$(eval $(call gb_ExternalPackage_add_unpacked_files,extras_accessoriesgallerydrawspeople,share/gallery/Draws/People,\ + accessories/Draws/People/Baboo1.png \ + accessories/Draws/People/Jac1.png \ + accessories/Draws/People/Jac2.png \ + accessories/Draws/People/Jac3.png \ + accessories/Draws/People/Jac4.png \ + accessories/Draws/People/Paul-1.png \ + accessories/Draws/People/Paul-2.png \ + accessories/Draws/People/Paul-3.jpg \ + accessories/Draws/People/Paul-3.png \ + accessories/Draws/People/Paul-4.png \ + accessories/Draws/People/Paul-5.png \ + accessories/Draws/People/Paul-6.png \ + accessories/Draws/People/Paul-7.png \ + accessories/Draws/People/Paul-8.png \ + accessories/Draws/People/Ruty1.png \ + accessories/Draws/People/tof-1.png \ + accessories/Draws/People/tof-2.png \ + accessories/Draws/People/tof-3.png \ + accessories/Draws/People/Zoa1.png \ + accessories/Draws/People/Zoa2.jpg \ +)) + +# vim: set noet sw=4 ts=4: diff --git a/extras/Module_extras.mk b/extras/Module_extras.mk index 7b494e4d827a..08351c129479 100644 --- a/extras/Module_extras.mk +++ b/extras/Module_extras.mk @@ -61,7 +61,7 @@ ifeq ($(WITH_EXTRA_GALLERY),YES) $(eval $(call gb_Module_add_targets,extras,\ UnpackedTarball_gallery_pack \ ExternalPackage_accessoriesgallery \ - Zip_accessoriesgallerydrawspeople \ + ExternalPackage_accessoriesgallerydrawspeople \ Zip_accessoriesgalleryelementsbullets2 \ Zip_accessoriesgallerynonfree \ Zip_accessoriesgalleryphotosbuildings \ diff --git a/extras/Zip_accessoriesgallerydrawspeople.mk b/extras/Zip_accessoriesgallerydrawspeople.mk deleted file mode 100644 index 064ce84aee54..000000000000 --- a/extras/Zip_accessoriesgallerydrawspeople.mk +++ /dev/null @@ -1,39 +0,0 @@ -# -*- 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_Zip_Zip,accessoriesgallerydrawspeople,$(call gb_UnpackedTarball_get_dir,gallery-pack)/accessories/Draws/People)) - -$(eval $(call gb_Zip_add_dependencies,accessoriesgallerydrawspeople,\ - $(call gb_UnpackedTarball_get_target,gallery-pack) \ -)) - -$(eval $(call gb_Zip_add_files,accessoriesgallerydrawspeople,\ - Baboo1.png \ - Jac1.png \ - Jac2.png \ - Jac3.png \ - Jac4.png \ - Paul-1.png \ - Paul-2.png \ - Paul-3.jpg \ - Paul-3.png \ - Paul-4.png \ - Paul-5.png \ - Paul-6.png \ - Paul-7.png \ - Paul-8.png \ - Ruty1.png \ - tof-1.png \ - tof-2.png \ - tof-3.png \ - Zoa1.png \ - Zoa2.jpg \ -)) - -# vim: set noet sw=4 ts=4: -- cgit