annotate src/msys2-keyring.mk @ 7220:d3087afece14 default tip @

* src/gdal.mk, src/xcb.mk: disable doxygen docs
author John Donoghue <john.donoghue@ieee.org>
date Wed, 22 May 2024 10:31:54 -0400
parents 3a2430f79ca0
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
1 # This file is part of MXE.
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
2 # See index.html for further information.
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
3
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
4 PKG := msys2-keyring
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
5 $(PKG)_NAME := msys2-keyring
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
6 $(PKG)_IGNORE :=
6932
3a2430f79ca0 * src/msys2-glib2.mk, src/msys2-keyring.mk, src/msys2-libintl.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6776
diff changeset
7 $(PKG)_x86_64_VER := 1~20231013-1
3a2430f79ca0 * src/msys2-glib2.mk, src/msys2-keyring.mk, src/msys2-libintl.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6776
diff changeset
8 $(PKG)_i686_VER := 1.20231013-1
6442
1d9b775e3004 msys2: update to use an updated msys2-build32 repo for 32bit, update msys2 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5548
diff changeset
9 $(PKG)_VERSION := $($(PKG)_$(MSYS2_ARCH)_VER)
6932
3a2430f79ca0 * src/msys2-glib2.mk, src/msys2-keyring.mk, src/msys2-libintl.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6776
diff changeset
10 $(PKG)_x86_64_CS := 7730bbcadb2c3a3ed6ba691a51ba5f823a9a0480
3a2430f79ca0 * src/msys2-glib2.mk, src/msys2-keyring.mk, src/msys2-libintl.mk,
John Donoghue <john.donoghue@ieee.org>
parents: 6776
diff changeset
11 $(PKG)_i686_CS := d7dcf5e754394e46ebe8eafc66813c39ac46c12e
4934
df010e3a62d6 * src/msys2-keyring.mk: update for different checksum for i686 vs x86_64
John Donoghue
parents: 4929
diff changeset
12 $(PKG)_CS := $($(PKG)_$(MSYS2_ARCH)_CS)
4920
f84bb02890c0 add rule for updaing msys2 packages, and update to latest msys2 packages
John Donoghue
parents: 4822
diff changeset
13 $(PKG)_CHECKSUM := $($(PKG)_CS)
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
14 $(PKG)_SUBDIR :=
6442
1d9b775e3004 msys2: update to use an updated msys2-build32 repo for 32bit, update msys2 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5548
diff changeset
15 $(PKG)_FILE := $($(PKG)_NAME)-$($(PKG)_VERSION)-any.pkg.tar.zst
5265
a7bbb803f069 * Makefile.in: update urls and msys2 rules to go to repo.msys2.org
John Donoghue
parents: 4934
diff changeset
16 $(PKG)_URL := $(MSYS2_URL)/$($(PKG)_FILE)
6442
1d9b775e3004 msys2: update to use an updated msys2-build32 repo for 32bit, update msys2 packages
John Donoghue <john.donoghue@ieee.org>
parents: 5548
diff changeset
17 $(PKG)_URL2 := $(if $(MSYS2_URL2),$(MSYS2_URL2)/$($(PKG)_FILE),)
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
18
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
19 $(PKG)_DEPS :=
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
20
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
21 define $(PKG)_UPDATE
4822
14328ca36f61 Add MSYS2_PKG_UPDATE rule and use in msys2 packages
John Donoghue
parents: 4811
diff changeset
22 $(MSYS2_PKG_UPDATE)
4793
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
23 endef
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
24
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
25 define $(PKG)_BUILD
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
26 $(MSYS2_PKG_BUILD)
202fa20cf559 add msys2 environment/tools option, use seprate post-install script to finalize install
John Donoghue
parents:
diff changeset
27 endef