annotate src/qttranslations.mk @ 5161:f0fb4aebfcd0

qt5: update to v5.13.1 * src/qtbase.mk: update version, checksum * src/qtbase-1-fixes.patch: update patch * src/qtimageformats.mk: update version, checksum * src/qtimageformats-1.patch: update patch * src/qtsvg.mk: update version, checksum * src/qttools.mk: update version, checksum * src/qttranslations.mk: update version, checksum
author John Donoghue
date Fri, 06 Sep 2019 09:57:32 -0400
parents 30b1469591b6
children 8a2080f70075
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)
5161
f0fb4aebfcd0 qt5: update to v5.13.1
John Donoghue
parents: 5133
diff changeset
6 $(PKG)_CHECKSUM := 5bb33365a1c747cb0e532ede2254218cbb5eaf43
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