annotate src/qttranslations.mk @ 5858:8cfad4a44884 release

Restore Qt 5.15 for development (grafted from 19a6cd0f2f60e5c0075eeb33ee92422c925a8a67)
author John W. Eaton <jwe@octave.org>
date Fri, 27 Nov 2020 13:54:56 -0500
parents 954bb4ead870
children 38be0ef93ce3
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
5133
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
1 # This file is part of MXE. See LICENSE.md for licensing information.
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
2
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
3 PKG := qttranslations
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
4 $(PKG)_IGNORE :=
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
5 $(PKG)_VERSION = $(qtbase_VERSION)
5858
8cfad4a44884 Restore Qt 5.15 for development
John W. Eaton <jwe@octave.org>
parents: 5583
diff changeset
6 $(PKG)_CHECKSUM := fb7b76c23df5ececfbce35a8f5ffba987807194a
5133
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
7 $(PKG)_SUBDIR = $(subst qtbase,qttranslations,$(qtbase_SUBDIR))
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
8 $(PKG)_FILE = $(subst qtbase,qttranslations,$(qtbase_FILE))
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
9 $(PKG)_URL = $(subst qtbase,qttranslations,$(qtbase_URL))
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
10 $(PKG)_DEPS := qtbase qttools
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
11
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
12 define $(PKG)_UPDATE
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
13 echo $(qtbase_VERSION)
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
14 endef
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
15
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
16 define $(PKG)_BUILD
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
17 cd '$(1)' && '$(MXE_QMAKE)'
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
18 $(MAKE) -C '$(1)' -j '$(JOBS)'
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
19 $(MAKE) -C '$(1)' -j 1 install
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
20 endef
30b1469591b6 Add qttranslations (Bug #56614)
John Donoghue
parents:
diff changeset
21