annotate src/qttranslations.mk @ 6495:53ac6c68aabc

* src/qtbase.mk, src/qtimageformats.mk, src/qtsvg.mk, src/qttools.mk, src/qttranslations.mk : update to v5.15.7
author John Donoghue <john.donoghue@ieee.org>
date Sun, 30 Oct 2022 20:02:19 -0400
parents c89402f50da3
children 9f45f4b831bb
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)
6495
53ac6c68aabc * src/qtbase.mk, src/qtimageformats.mk, src/qtsvg.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6402
diff changeset
6 $(PKG)_CHECKSUM := 7effe55cb0cc3a77b4b9f2632cd3cf926146c35f
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