From c87298f44457291f736c1053b216b2a5e07bff0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D9=85=D9=87=D8=AF=D9=8A=20=D8=B4=D9=8A=D9=86=D9=88=D9=86?= =?UTF-8?q?=20=28Mehdi=20Chinoune=29?= Date: Sun, 10 Dec 2023 17:03:08 +0100 Subject: [PATCH] Drop 32bit on some Large packages (>40Mb Download size) and their reverse dependencies --- mingw-w64-alacritty/PKGBUILD | 2 +- mingw-w64-avr-gcc/PKGBUILD | 2 +- mingw-w64-breeze-qt5/PKGBUILD | 2 +- mingw-w64-bullet/PKGBUILD | 4 ++-- mingw-w64-bullet/bullet-CLANG32.install | 12 ------------ mingw-w64-bullet/bullet-MINGW32.install | 12 ------------ mingw-w64-chafa/PKGBUILD | 2 +- mingw-w64-efl/PKGBUILD | 2 +- mingw-w64-emacs-pdf-tools-server/PKGBUILD | 2 +- mingw-w64-emacs/PKGBUILD | 2 +- mingw-w64-flexdll/PKGBUILD | 2 +- mingw-w64-fritzing/PKGBUILD | 2 +- mingw-w64-godot-cpp/PKGBUILD | 2 +- mingw-w64-godot/PKGBUILD | 2 +- mingw-w64-godot_headers/PKGBUILD | 2 +- mingw-w64-imagemagick/PKGBUILD | 2 +- mingw-w64-julia/PKGBUILD | 2 +- mingw-w64-m68k-apple-macos-binutils-git/PKGBUILD | 2 +- mingw-w64-magnum-integration/PKGBUILD | 2 +- mingw-w64-magnum-plugins/PKGBUILD | 2 +- mingw-w64-magnum/PKGBUILD | 2 +- mingw-w64-mlir/PKGBUILD | 2 +- mingw-w64-mono-basic/PKGBUILD | 2 +- mingw-w64-mono/PKGBUILD | 2 +- mingw-w64-mupdf/PKGBUILD | 2 +- mingw-w64-nerd-fonts/PKGBUILD | 2 +- mingw-w64-nextpnr/PKGBUILD | 2 +- mingw-w64-ocaml/PKGBUILD | 2 +- mingw-w64-ocaml/ocaml-MINGW32.install | 10 ---------- mingw-w64-ogitor-git/PKGBUILD | 2 +- mingw-w64-opencascade/PKGBUILD | 2 +- mingw-w64-openscad/PKGBUILD | 2 +- mingw-w64-python-pymupdf/PKGBUILD | 2 +- mingw-w64-riscv64-unknown-elf-binutils/PKGBUILD | 2 +- mingw-w64-riscv64-unknown-elf-gcc/PKGBUILD | 2 +- mingw-w64-riscv64-unknown-elf-newlib/PKGBUILD | 2 +- mingw-w64-scummvm/PKGBUILD | 2 +- mingw-w64-ttf-cm-unicode/PKGBUILD | 2 +- mingw-w64-ttf-dejavu/PKGBUILD | 2 +- mingw-w64-ttf-paratype/PKGBUILD | 2 +- mingw-w64-ttfautohint/PKGBUILD | 2 +- mingw-w64-tulip/PKGBUILD | 2 +- mingw-w64-unicode-character-database/PKGBUILD | 2 +- 43 files changed, 41 insertions(+), 75 deletions(-) delete mode 100644 mingw-w64-bullet/bullet-CLANG32.install delete mode 100644 mingw-w64-bullet/bullet-MINGW32.install delete mode 100644 mingw-w64-ocaml/ocaml-MINGW32.install diff --git a/mingw-w64-alacritty/PKGBUILD b/mingw-w64-alacritty/PKGBUILD index f6eb03067b..60ba202a37 100644 --- a/mingw-w64-alacritty/PKGBUILD +++ b/mingw-w64-alacritty/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.12.3 pkgrel=1 pkgdesc="A cross-platform, OpenGL terminal emulator (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang32' 'clang64') # 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64') # 'clangarm64') url="https://alacritty.org" msys2_repository_url="https://github.com/alacritty/alacritty" license=('spdx:Apache-2.0 OR MIT') diff --git a/mingw-w64-avr-gcc/PKGBUILD b/mingw-w64-avr-gcc/PKGBUILD index c7df2017e4..992747bc30 100644 --- a/mingw-w64-avr-gcc/PKGBUILD +++ b/mingw-w64-avr-gcc/PKGBUILD @@ -9,7 +9,7 @@ pkgver=12.2.0 pkgrel=1 pkgdesc='GNU compiler collection for AVR 8-bit and 32-bit microcontrollers (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw64' 'ucrt64' 'clang64') license=('GPL') url='https://www.gnu.org/software/gcc/gcc.html' options=(!strip) diff --git a/mingw-w64-breeze-qt5/PKGBUILD b/mingw-w64-breeze-qt5/PKGBUILD index b3698879c9..565bc8dbc9 100644 --- a/mingw-w64-breeze-qt5/PKGBUILD +++ b/mingw-w64-breeze-qt5/PKGBUILD @@ -6,7 +6,7 @@ _kde_f5_init_package "${_variant}" "breeze" pkgver=5.27.5 pkgrel=1 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') msys2_references=( 'archlinux: breeze' ) diff --git a/mingw-w64-bullet/PKGBUILD b/mingw-w64-bullet/PKGBUILD index 3f1d114e0d..2d5598ae7f 100644 --- a/mingw-w64-bullet/PKGBUILD +++ b/mingw-w64-bullet/PKGBUILD @@ -3,14 +3,14 @@ _realname=bullet pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}" - $([[ ${CARCH} == i686 ]] || echo "${MINGW_PACKAGE_PREFIX}-${_realname}-dp") + "${MINGW_PACKAGE_PREFIX}-${_realname}-dp" "${MINGW_PACKAGE_PREFIX}-python-pybullet") conflicts=("${MINGW_PACKAGE_PREFIX}-${_realname}-debug") pkgver=3.25 pkgrel=3 pkgdesc="A 3D Collision Detection and Rigid Body Dynamics Library for games and animation (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://www.bulletphysics.com/Bullet/" license=('spdx:Zlib') install=${_realname}-${MSYSTEM}.install diff --git a/mingw-w64-bullet/bullet-CLANG32.install b/mingw-w64-bullet/bullet-CLANG32.install deleted file mode 100644 index 750f1a92b9..0000000000 --- a/mingw-w64-bullet/bullet-CLANG32.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - cd clang32 - local _prefix=$(pwd -W) - cd - - for f in clang32/lib/cmake/bullet/*.cmake; do - sed -e "s|/clang32|${_prefix}|g" -i ${f} - done -} - -post_upgrade() { - post_install -} diff --git a/mingw-w64-bullet/bullet-MINGW32.install b/mingw-w64-bullet/bullet-MINGW32.install deleted file mode 100644 index f860a55690..0000000000 --- a/mingw-w64-bullet/bullet-MINGW32.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - cd mingw32 - local _prefix=$(pwd -W) - cd - - for f in mingw32/lib/cmake/bullet/*.cmake; do - sed -e "s|/mingw32|${_prefix}|g" -i ${f} - done -} - -post_upgrade() { - post_install -} diff --git a/mingw-w64-chafa/PKGBUILD b/mingw-w64-chafa/PKGBUILD index cb46dc94f5..d668e453fa 100644 --- a/mingw-w64-chafa/PKGBUILD +++ b/mingw-w64-chafa/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.12.4 pkgrel=2 pkgdesc="Image-to-text converter supporting a wide range of symbols and palettes, transparency, animations, etc. (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://hpjansson.org/chafa/' license=('spdx:LGPL-3.0-or-later') depends=("${MINGW_PACKAGE_PREFIX}-cairo" diff --git a/mingw-w64-efl/PKGBUILD b/mingw-w64-efl/PKGBUILD index 67b60f3006..af9eb73782 100644 --- a/mingw-w64-efl/PKGBUILD +++ b/mingw-w64-efl/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.25.0.r672.gd9ec36e1de pkgrel=1 pkgdesc="Enlightenment Foundation Libraries - Development version" arch=('any') -mingw_arch=('mingw32' 'mingw64') +mingw_arch=('mingw64') url="https://www.enlightenment.org" license=('BSD' 'LGPL2.1' 'GPL2' 'MIT' 'custom') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-openjpeg2" diff --git a/mingw-w64-emacs-pdf-tools-server/PKGBUILD b/mingw-w64-emacs-pdf-tools-server/PKGBUILD index df5464ccb2..c8c1b64932 100644 --- a/mingw-w64-emacs-pdf-tools-server/PKGBUILD +++ b/mingw-w64-emacs-pdf-tools-server/PKGBUILD @@ -10,7 +10,7 @@ pkgdesc="Emacs support library for PDF files" source=("${_realname}-${pkgver}.tar.gz::https://github.com/vedang/pdf-tools/archive/refs/tags/v${pkgver}.tar.gz") noextract=(${_realname}-${pkgver}.tar.gz) sha256sums=("bb5badef03e27411e62290d71c9e4657952230b6bd557c8523699d42c30a3866") -mingw_arch=('mingw64' 'mingw32' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') msys2_references=( 'aur: emacs-pdf-tools-git' ) diff --git a/mingw-w64-emacs/PKGBUILD b/mingw-w64-emacs/PKGBUILD index 85d1de6c17..ed20363cfc 100644 --- a/mingw-w64-emacs/PKGBUILD +++ b/mingw-w64-emacs/PKGBUILD @@ -13,7 +13,7 @@ pkgdesc="The extensible, customizable, self-documenting, real-time display edito url="https://www.gnu.org/software/${_realname}/" license=('spdx:GPL-3.0-or-later') arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') depends=("${MINGW_PACKAGE_PREFIX}-universal-ctags" $([[ "$_enable_jit" == "yes" ]] && echo "${MINGW_PACKAGE_PREFIX}-libgccjit") "${MINGW_PACKAGE_PREFIX}-zlib" diff --git a/mingw-w64-flexdll/PKGBUILD b/mingw-w64-flexdll/PKGBUILD index d7e982c73b..76d020dbbd 100644 --- a/mingw-w64-flexdll/PKGBUILD +++ b/mingw-w64-flexdll/PKGBUILD @@ -9,7 +9,7 @@ pkgver=0.43 pkgrel=1 pkgdesc="An implementation of a dlopen-like API for Windows (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64') +mingw_arch=('mingw64' 'ucrt64') url='https://github.com/alainfrisch/flexdll' license=('spdx:Zlib') makedepends=("${MINGW_PACKAGE_PREFIX}-ocaml" diff --git a/mingw-w64-fritzing/PKGBUILD b/mingw-w64-fritzing/PKGBUILD index 89dc554fb1..9b995eb014 100644 --- a/mingw-w64-fritzing/PKGBUILD +++ b/mingw-w64-fritzing/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.9.9 pkgrel=4 pkgdesc="Electronic Design Automation software with a low entry barrier, suited for the needs of makers and hobbyists (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/fritzing/fritzing-app" license=('GPL' 'CCPL:cc-by-sa-3.0') groups=("${MINGW_PACKAGE_PREFIX}-eda") diff --git a/mingw-w64-godot-cpp/PKGBUILD b/mingw-w64-godot-cpp/PKGBUILD index 585d7c11bc..44c5b30661 100644 --- a/mingw-w64-godot-cpp/PKGBUILD +++ b/mingw-w64-godot-cpp/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.5.1 pkgrel=1 pkgdesc='C++ bindings for the Godot script API (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://www.godotengine.org/" license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-godot_headers") diff --git a/mingw-w64-godot/PKGBUILD b/mingw-w64-godot/PKGBUILD index bcb3c3f20c..2579afdeda 100644 --- a/mingw-w64-godot/PKGBUILD +++ b/mingw-w64-godot/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.5.1 pkgrel=3 pkgdesc='An advanced, feature packed, multi-platform 2D and 3D game engine (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') url="https://www.godotengine.org/" license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-brotli" diff --git a/mingw-w64-godot_headers/PKGBUILD b/mingw-w64-godot_headers/PKGBUILD index b1d95d514c..bb5ae79ae6 100644 --- a/mingw-w64-godot_headers/PKGBUILD +++ b/mingw-w64-godot_headers/PKGBUILD @@ -7,7 +7,7 @@ pkgver=3.5.1 pkgrel=1 pkgdesc='Headers for the Godot API supplied by the GDNative module. (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') msys2_references=( 'aur: godot-headers' ) diff --git a/mingw-w64-imagemagick/PKGBUILD b/mingw-w64-imagemagick/PKGBUILD index e916165e50..7351aed923 100644 --- a/mingw-w64-imagemagick/PKGBUILD +++ b/mingw-w64-imagemagick/PKGBUILD @@ -10,7 +10,7 @@ pkgver=${_basever}${_rc//-/.} # pkgver doesn't have "," "/", "-" and space. pkgrel=1 pkgdesc="An image viewing/manipulation program (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://www.imagemagick.org/" license=("spdx:ImageMagick") makedepends=("${MINGW_PACKAGE_PREFIX}-cairo" diff --git a/mingw-w64-julia/PKGBUILD b/mingw-w64-julia/PKGBUILD index 73372987a1..1de2d8674f 100644 --- a/mingw-w64-julia/PKGBUILD +++ b/mingw-w64-julia/PKGBUILD @@ -31,7 +31,7 @@ _rc= _sourcedir=${_realname}-${pkgver}${_rc} pkgdesc="High-level, high-performance, dynamic programming language for technical computing (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64') +mingw_arch=('mingw64') url="https://julialang.org/" license=('MIT') depends=("p7zip" diff --git a/mingw-w64-m68k-apple-macos-binutils-git/PKGBUILD b/mingw-w64-m68k-apple-macos-binutils-git/PKGBUILD index 88a689bd73..9468124a82 100644 --- a/mingw-w64-m68k-apple-macos-binutils-git/PKGBUILD +++ b/mingw-w64-m68k-apple-macos-binutils-git/PKGBUILD @@ -7,7 +7,7 @@ pkgver=r808.8d32c583ae pkgrel=2 pkgdesc='cross-binutils for classic 68K Macintoshes (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/autc04/Retro68" license=('GPL3') depends=("${MINGW_PACKAGE_PREFIX}-isl") diff --git a/mingw-w64-magnum-integration/PKGBUILD b/mingw-w64-magnum-integration/PKGBUILD index b0edacabd1..92e9afee64 100644 --- a/mingw-w64-magnum-integration/PKGBUILD +++ b/mingw-w64-magnum-integration/PKGBUILD @@ -10,7 +10,7 @@ _imgui_pkgver=1.76 pkgrel=2 pkgdesc='Integration libraries for the Magnum C++11/C++14 graphics engine (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') url='https://magnum.graphics/' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-magnum>=$pkgver" diff --git a/mingw-w64-magnum-plugins/PKGBUILD b/mingw-w64-magnum-plugins/PKGBUILD index b337ebba38..cd96aa803a 100644 --- a/mingw-w64-magnum-plugins/PKGBUILD +++ b/mingw-w64-magnum-plugins/PKGBUILD @@ -11,7 +11,7 @@ _meshopt_pkgver=97c52415c6d29f297a76482ddde22f739292446d pkgrel=3 pkgdesc='Plugins for the Magnum C++11/C++14 graphics engine' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') url='https://magnum.graphics/' license=('MIT') depends=("${MINGW_PACKAGE_PREFIX}-magnum>=$pkgver" diff --git a/mingw-w64-magnum/PKGBUILD b/mingw-w64-magnum/PKGBUILD index 92ae6e3a90..b6e23474d2 100644 --- a/mingw-w64-magnum/PKGBUILD +++ b/mingw-w64-magnum/PKGBUILD @@ -9,7 +9,7 @@ pkgver=2020.06 pkgrel=3 pkgdesc='C++11/C++14 graphics middleware for games and data visualization (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') url='https://magnum.graphics/' license=('spdx:MIT') depends=("${MINGW_PACKAGE_PREFIX}-corrade>=$pkgver" diff --git a/mingw-w64-mlir/PKGBUILD b/mingw-w64-mlir/PKGBUILD index 8432ae25a8..30f476c46c 100644 --- a/mingw-w64-mlir/PKGBUILD +++ b/mingw-w64-mlir/PKGBUILD @@ -14,7 +14,7 @@ pkgdesc="Multi-Level IR Compiler Framework for LLVM (mingw-w64)" url="https://mlir.llvm.org/" license=("spdx:Apache-2.0 WITH LLVM-exception") arch=(any) -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') depends=("${MINGW_PACKAGE_PREFIX}-llvm-libs") makedepends=($([[ ${_compiler} != clang ]] && echo \ "${MINGW_PACKAGE_PREFIX}-cc" || echo \ diff --git a/mingw-w64-mono-basic/PKGBUILD b/mingw-w64-mono-basic/PKGBUILD index e1b5eee0cc..35adbee03c 100644 --- a/mingw-w64-mono-basic/PKGBUILD +++ b/mingw-w64-mono-basic/PKGBUILD @@ -7,7 +7,7 @@ pkgver=4.8 pkgrel=2 pkgdesc="Mono Visual Basic.NET compiler (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') url="https://www.mono-project.com/" license=('spdx:LGPL') depends=("${MINGW_PACKAGE_PREFIX}-mono") diff --git a/mingw-w64-mono/PKGBUILD b/mingw-w64-mono/PKGBUILD index 56f3511844..db58113c9e 100644 --- a/mingw-w64-mono/PKGBUILD +++ b/mingw-w64-mono/PKGBUILD @@ -8,7 +8,7 @@ pkgrel=1 pkgdesc='Free implementation of the .NET platform including runtime and compiler (mingw-w64)' url='https://www.mono-project.com/' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') license=('spdx:GPL OR LGPL-2.1 OR MPL') depends=("${MINGW_PACKAGE_PREFIX}-gcc-libs" "${MINGW_PACKAGE_PREFIX}-winpthreads-git" diff --git a/mingw-w64-mupdf/PKGBUILD b/mingw-w64-mupdf/PKGBUILD index f3114945b2..762d2110e6 100644 --- a/mingw-w64-mupdf/PKGBUILD +++ b/mingw-w64-mupdf/PKGBUILD @@ -12,7 +12,7 @@ pkgver=1.23.7 pkgrel=1 pkgdesc='Lightweight PDF and XPS viewer (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') msys2_references=( 'archlinux: mupdf' ) diff --git a/mingw-w64-nerd-fonts/PKGBUILD b/mingw-w64-nerd-fonts/PKGBUILD index ed332930a9..94244e6879 100644 --- a/mingw-w64-nerd-fonts/PKGBUILD +++ b/mingw-w64-nerd-fonts/PKGBUILD @@ -69,7 +69,7 @@ pkgdesc="Iconic font aggregator, collection, and patcher (mingw-w64)" pkgver=3.1.1 pkgrel=1 arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://www.nerdfonts.com' msys2_repository_url='https://github.com/ryanoasis/nerd-fonts' msys2_references=( diff --git a/mingw-w64-nextpnr/PKGBUILD b/mingw-w64-nextpnr/PKGBUILD index b4566c7ba4..721826ab31 100644 --- a/mingw-w64-nextpnr/PKGBUILD +++ b/mingw-w64-nextpnr/PKGBUILD @@ -7,7 +7,7 @@ pkgver=0.6 pkgrel=3 pkgdesc="Portable FPGA place and route tool (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://github.com/YosysHQ/nextpnr" license=('spdx:ISC') groups=("${MINGW_PACKAGE_PREFIX}-eda") diff --git a/mingw-w64-ocaml/PKGBUILD b/mingw-w64-ocaml/PKGBUILD index 0f8adaa8a6..da1cdcdf69 100644 --- a/mingw-w64-ocaml/PKGBUILD +++ b/mingw-w64-ocaml/PKGBUILD @@ -12,7 +12,7 @@ pkgrel=1 _flexdll_ver=0.42 pkgdesc="An industrial strength programming language supporting functional, imperative and object-oriented styles (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64') +mingw_arch=('mingw64' 'ucrt64') url='https://ocaml.org/' license=('spdx:QPL-1.0' 'GPL2') makedepends=("${MINGW_PACKAGE_PREFIX}-ncurses" diff --git a/mingw-w64-ocaml/ocaml-MINGW32.install b/mingw-w64-ocaml/ocaml-MINGW32.install deleted file mode 100644 index 60053112dc..0000000000 --- a/mingw-w64-ocaml/ocaml-MINGW32.install +++ /dev/null @@ -1,10 +0,0 @@ -post_install() { - cd /mingw32/lib/ocaml - mv ld.conf ld.conf.old - cat ld.conf.old | while read line; do cygpath -m $line >> ld.conf; done - rm ld.conf.old -} - -post_upgrade() { - post_install -} diff --git a/mingw-w64-ogitor-git/PKGBUILD b/mingw-w64-ogitor-git/PKGBUILD index ec6d6c15a0..fc73c21dc6 100644 --- a/mingw-w64-ogitor-git/PKGBUILD +++ b/mingw-w64-ogitor-git/PKGBUILD @@ -9,7 +9,7 @@ pkgver=r893.58e2cca pkgrel=1 pkgdesc="WYSIWYG scene editing environment for OGRE (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64') +mingw_arch=('mingw64' 'ucrt64') url="https://www.ogre3d.org/" license=("LGPL") makedepends=("${MINGW_PACKAGE_PREFIX}-cc" diff --git a/mingw-w64-opencascade/PKGBUILD b/mingw-w64-opencascade/PKGBUILD index 5614d06c15..a789dcfdac 100644 --- a/mingw-w64-opencascade/PKGBUILD +++ b/mingw-w64-opencascade/PKGBUILD @@ -8,7 +8,7 @@ _pkgver2=V${pkgver//./_} pkgrel=1 pkgdesc='Open CASCADE Technology, 3D modeling & numerical simulation (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') depends=("${MINGW_PACKAGE_PREFIX}-ffmpeg4.4" "${MINGW_PACKAGE_PREFIX}-freeimage" "${MINGW_PACKAGE_PREFIX}-freetype" diff --git a/mingw-w64-openscad/PKGBUILD b/mingw-w64-openscad/PKGBUILD index 66492cdfb0..297e8ffd71 100644 --- a/mingw-w64-openscad/PKGBUILD +++ b/mingw-w64-openscad/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2021.01 pkgrel=14 pkgdesc="The programmers solid 3D CAD modeller (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang32' 'clang64' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') license=("spdx:GPL-2.0-or-later") url="https://www.openscad.org/" depends=("${MINGW_PACKAGE_PREFIX}-qt5-base" diff --git a/mingw-w64-python-pymupdf/PKGBUILD b/mingw-w64-python-pymupdf/PKGBUILD index f7b9ebe9bc..ef41b1511f 100644 --- a/mingw-w64-python-pymupdf/PKGBUILD +++ b/mingw-w64-python-pymupdf/PKGBUILD @@ -8,7 +8,7 @@ pkgver=1.23.6 pkgrel=1 pkgdesc="Python bindings for MuPDF's rendering library (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') msys2_references=( 'archlinux: python-pymupdf' 'pypi: PyMuPDF' diff --git a/mingw-w64-riscv64-unknown-elf-binutils/PKGBUILD b/mingw-w64-riscv64-unknown-elf-binutils/PKGBUILD index 1503303a8e..72e6f18118 100644 --- a/mingw-w64-riscv64-unknown-elf-binutils/PKGBUILD +++ b/mingw-w64-riscv64-unknown-elf-binutils/PKGBUILD @@ -10,7 +10,7 @@ pkgver=2.41 pkgrel=2 pkgdesc='GNU Tools for RISC-V Embedded Processors - Binutils (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') license=('spdx:GPL-3.0-or-later AND GPL-2.0-or-later AND LGPL-3.0-or-later AND LGPL-2.0-or-later') url='https://www.gnu.org/software/binutils/binutils.html' groups=("${MINGW_PACKAGE_PREFIX}-${_target}-toolchain") diff --git a/mingw-w64-riscv64-unknown-elf-gcc/PKGBUILD b/mingw-w64-riscv64-unknown-elf-gcc/PKGBUILD index c5cfbb3b67..6f4ea85bdf 100644 --- a/mingw-w64-riscv64-unknown-elf-gcc/PKGBUILD +++ b/mingw-w64-riscv64-unknown-elf-gcc/PKGBUILD @@ -15,7 +15,7 @@ pkgver=12.2.0 pkgrel=2 pkgdesc='GNU Tools for RISC-V Embedded Processors - GCC (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') license=('GPL') url='https://www.gnu.org/software/gcc/gcc.html' groups=("${MINGW_PACKAGE_PREFIX}-${_target}-toolchain") diff --git a/mingw-w64-riscv64-unknown-elf-newlib/PKGBUILD b/mingw-w64-riscv64-unknown-elf-newlib/PKGBUILD index ce6d73e480..d8b7dd44ee 100644 --- a/mingw-w64-riscv64-unknown-elf-newlib/PKGBUILD +++ b/mingw-w64-riscv64-unknown-elf-newlib/PKGBUILD @@ -13,7 +13,7 @@ pkgver=4.3.0.20230120 pkgrel=2 pkgdesc='GNU Tools for RISC-V Embedded Processors - Newlib (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') url="https://sourceware.org/newlib/" license=('Various') groups=("${MINGW_PACKAGE_PREFIX}-${_target}-toolchain") diff --git a/mingw-w64-scummvm/PKGBUILD b/mingw-w64-scummvm/PKGBUILD index 6d9376a140..4f9079ae39 100644 --- a/mingw-w64-scummvm/PKGBUILD +++ b/mingw-w64-scummvm/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.7.1 pkgrel=1 pkgdesc="A program which allows you to run certain classic graphical point-and-click adventure games (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://www.scummvm.org/' license=("GPL") makedepends=("${MINGW_PACKAGE_PREFIX}-binutils" diff --git a/mingw-w64-ttf-cm-unicode/PKGBUILD b/mingw-w64-ttf-cm-unicode/PKGBUILD index 0c6b2c2543..3801f4bb5d 100644 --- a/mingw-w64-ttf-cm-unicode/PKGBUILD +++ b/mingw-w64-ttf-cm-unicode/PKGBUILD @@ -8,7 +8,7 @@ pkgver=0.7.0 pkgrel=3 pkgdesc="Computer Modern Unicode ttf fonts (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="http://canopus.iacp.dvo.ru/~panov/cm-unicode/" license=('custom:OFL1.1') depends=("${MINGW_PACKAGE_PREFIX}-fontconfig") diff --git a/mingw-w64-ttf-dejavu/PKGBUILD b/mingw-w64-ttf-dejavu/PKGBUILD index aa01292809..60d8442413 100644 --- a/mingw-w64-ttf-dejavu/PKGBUILD +++ b/mingw-w64-ttf-dejavu/PKGBUILD @@ -8,7 +8,7 @@ pkgver=2.37 pkgrel=4 pkgdesc="Font family based on the Bitstream Vera Fonts with a wider range of characters (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32' 'clangarm64') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://dejavu-fonts.github.io/" license=('custom') depends=("${MINGW_PACKAGE_PREFIX}-fontconfig") diff --git a/mingw-w64-ttf-paratype/PKGBUILD b/mingw-w64-ttf-paratype/PKGBUILD index 6257f064e3..e2c9ca6fbf 100644 --- a/mingw-w64-ttf-paratype/PKGBUILD +++ b/mingw-w64-ttf-paratype/PKGBUILD @@ -7,7 +7,7 @@ pkgver=2.005 pkgrel=1 pkgdesc='ParaType font family with extended cyrillic and latin character sets (mingw-w64)' arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url='https://company.paratype.com/pt-sans-pt-serif' license=('custom:OFL') source=( diff --git a/mingw-w64-ttfautohint/PKGBUILD b/mingw-w64-ttfautohint/PKGBUILD index 55be1a3d78..a8ced222b0 100644 --- a/mingw-w64-ttfautohint/PKGBUILD +++ b/mingw-w64-ttfautohint/PKGBUILD @@ -7,7 +7,7 @@ pkgver=1.8.4 pkgrel=1 pkgdesc="Automated hinting tools for TrueType fonts (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') url="https://www.freetype.org/ttfautohint/" license=(GPL2+ custom:FreeType) depends=("${MINGW_PACKAGE_PREFIX}-freetype" diff --git a/mingw-w64-tulip/PKGBUILD b/mingw-w64-tulip/PKGBUILD index 0e23a4e9aa..734b50e669 100644 --- a/mingw-w64-tulip/PKGBUILD +++ b/mingw-w64-tulip/PKGBUILD @@ -7,7 +7,7 @@ pkgver=5.7.2 pkgrel=1 pkgdesc="Large graphs analysis, drawing and visualization framework (mingw-w64)" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64') url="https://tulip.labri.fr/" license=('spdx:LGPL-3.0-or-later') source=("https://sourceforge.net/projects/auber/files/tulip/${_realname}-${pkgver}/${_realname}-${pkgver}_src.tar.gz" diff --git a/mingw-w64-unicode-character-database/PKGBUILD b/mingw-w64-unicode-character-database/PKGBUILD index a58fd187a1..244ce538ec 100644 --- a/mingw-w64-unicode-character-database/PKGBUILD +++ b/mingw-w64-unicode-character-database/PKGBUILD @@ -7,7 +7,7 @@ pkgver=15.1.0 pkgrel=1 pkgdesc="Unicode Character Database (mingw-w64)" arch=(any) -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64' 'clangarm64' 'clang32') +mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64') license=(BSD) url="https://www.unicode.org/" source=("UCD-${pkgver}.zip::https://www.unicode.org/Public/zipped/${pkgver}/UCD.zip"