view src/qt6.mk @ 7106:47ac621e632f release

append our octaverc file to existing site rcfile * binary-dist-rules.mk (copy-dist-files): Append octaverc to existing file instead of overwriting. * octaverc: Note that these commands come from MXE Octave.
author John W. Eaton <jwe@octave.org>
date Wed, 13 Mar 2024 12:16:26 -0400
parents 67d42de94b0a
children
line wrap: on
line source

PKG             := qt6
$(PKG)_VERSION   = $(qt6-qtbase_VERSION)
$(PKG)_DEPS     := $(patsubst $(TOP_DIR)/src/%.mk,%,\
                        $(shell grep -l 'qt6-qtbase_VERSION' \
                                $(TOP_DIR)/src/qt6-*.mk))
$(PKG)_FILE      =
$(PKG)_URL       =
$(PKG)_CHECKSUM := #No checksum

define $(PKG)_UPDATE
    echo 'Warning: Updates are temporarily disabled for package $(PKG).' >&2;
    echo $($(PKG)_VERSION)
endef