annotate src/qttranslations.mk @ 5893:53a6c7df43f8

Mesa 3D: Update to version 21.1.8. * src/mesa.mk: Update version and checksum. * src/mesa-2-uninitialized.patch: Remove file. * dist-files.mk: Remove file from list.
author Markus Mützel <markus.muetzel@gmx.de>
date Thu, 16 Sep 2021 22:37:45 +0200
parents 38be0ef93ce3
children 24e29dcb2e64
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)
5589
38be0ef93ce3 Update qt5 to v5.15.2
John Donoghue <john.donoghue@ieee.org>
parents: 5586
diff changeset
6 $(PKG)_CHECKSUM := 980350bcbf680697bb2903955e2568ee9b5b365f
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