spec: improve reproducibility when generating QT files
This commit is contained in:
parent
fece3693f6
commit
5a45d14af1
2
Makefile
2
Makefile
@ -7,6 +7,8 @@ LRELEASE_QT5 ?= $(if $(wildcard /etc/debian_version),lrelease,lrelease-qt5)
|
|||||||
SETUPTOOLS_OPTS =
|
SETUPTOOLS_OPTS =
|
||||||
SETUPTOOLS_OPTS += $(if $(wildcard /etc/debian_version),--install-layout=deb,)
|
SETUPTOOLS_OPTS += $(if $(wildcard /etc/debian_version),--install-layout=deb,)
|
||||||
|
|
||||||
|
export QT_HASH_SEED=0
|
||||||
|
|
||||||
qubesmanager/ui_%.py: ui/%.ui
|
qubesmanager/ui_%.py: ui/%.ui
|
||||||
pyuic5 --from-imports -o $@ $<
|
pyuic5 --from-imports -o $@ $<
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user