summaryrefslogtreecommitdiff
path: root/setup_native/Package_scripts.mk
blob: 2f8fb7944d1026ffe8c9588650042996c56d5bd3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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,setup_native_scripts,$(SRCDIR)/setup_native/scripts))

$(eval $(call gb_Package_add_file,setup_native_scripts,$(LIBO_BIN_FOLDER)/unpack_update,unpack_update.sh))

# vim: set noet sw=4 ts=4:
td> 2018-07-28uitest: support parameters when sending UNO commandsSaurav Chirania 2018-07-10uitests - error if UITEST_TEST_NAME not set to anything usefulNoel Grandin 2018-07-06uitest interpreter: support opening existing documentSaurav Chirania 2018-07-06uitest interpreter: handle when parent is empty stringSaurav Chirania 2018-07-02uitest interpreter: add support for starting appsSaurav Chirania 2018-07-02uitest interpreter: let's use argparse to parse argumentsSaurav Chirania 2018-07-01uitest interpreter: add more featuresSaurav Chirania 2018-06-24uitest: interpreter for log filesSaurav Chirania 2018-06-20Add UI test for the Customize dialogMuhammet Kara 2018-05-09Typos in change 53934heiko tietze 2018-05-09tdf#114006 - New default set of gradient presetsheiko tietze 2018-04-03Create temp copies of test docs in Python/UITestsStephan Bergmann