annotate src/qttranslations.mk @ 6222:1928ff6acf13

* src/qtbase.mk, src/qtimageformats.mk, src/qtsvg.mk, src/qttools.mk, src/qttranslations.mk: update to v5.15.4
author John Donoghue <john.donoghue@ieee.org>
date Thu, 12 May 2022 10:19:42 -0400
parents 24e29dcb2e64
children 3eae40f95cc3
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)
6222
1928ff6acf13 * src/qtbase.mk, src/qtimageformats.mk, src/qtsvg.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6113
diff changeset
6 $(PKG)_CHECKSUM := 5fc78095f0ebc673ace7626eda516367ef1f86b8
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