18 Commits

Author SHA1 Message Date
Christoph Reiter
62308009e7 Replace gcc-libs with cc-libs everywhere
Except the provides in libc++ for backwards compat.
No rebuilds now, as that's not worth the resources.
2025-05-31 13:56:27 +02:00
مهدي شينون (Mehdi Chinoune)
c9e5b84b9b NFC: Always quote ${srcdir} and ${pkgdir}
Just in case someone has space in his path to MINGW-packages repo.
2025-01-14 09:27:50 +01:00
مهدي شينون (Mehdi Chinoune)
f3a9b9f215 NFC: Don't delete build directories unnecessarily.
This helps maintainers to resume building packages after patching.
2025-01-14 08:45:25 +01:00
مهدي شينون (Mehdi Chinoune)
d5d9fcebb8 Remove options that already set by makepkg-mingw 2024-12-30 08:08:16 +01:00
Christoph Reiter
1e7737f090 Drop clang32 for packages without rdepends
See https://github.com/msys2/MINGW-packages/pull/21998
and 89521b9f8d

This is the first batch of removals to start things off.
2024-09-23 07:17:44 +02:00
Hernan Martinez
042328d728 glsl-optimizer: Enable aarch64 builds 2022-08-09 20:32:12 -06:00
Christoph Reiter
3bf7540c50 hlsl2glsl, glsl-optimizer: use git apply
set epoch since this decreases the revision count
2022-03-04 15:03:35 +01:00
Mehdi Chinoune
0f9268a365 Fix runtime dependencies (2/n) 2022-03-01 17:06:23 +01:00
Christoph Reiter
7c67d9c465 Make sure every package using a C/C++ compiler depends on one
The "cc" virtual package provides the environment default compiler.
2022-01-08 17:11:16 +01:00
Jeremy Drake
8ea893728c add clang32 to more packages.
All packages which successfully built on clang64, for which all of their
dependencies are already available for clang32.

Batch 2
2021-06-19 13:38:11 -07:00
Christoph Reiter
81bf16586c Enable clang64 for everything 2021-04-25 19:30:11 +02:00
Christoph Reiter
32f776b2b8 glsl-optimizer: forgot to update pkgver.. 2021-04-17 13:10:07 +02:00
Christoph Reiter
55bb222b80 glsl-optimizer: use the real commit hash for the version 2021-04-17 13:00:23 +02:00
Christoph Reiter
1102b6af52 glsl-optimizer: fix pkgver 2021-04-17 12:34:56 +02:00
Biswapriyo Nath
6e4f324bcb
glsl-optimizer: Pin a specific upstream commit. 2021-04-17 11:48:40 +05:30
Christoph Reiter
efa44d23cc ucrt all the things 2021-04-01 21:08:55 +02:00
Alexey Pavlov
b2e910cdb4 glsl-optimizer-git: Update to r66914 2018-11-10 12:37:08 +03:00
Christoph Reiter
4d8828efed Make pkgbase of all packages match the name of the PKGBUILD directory (#2878)
This either changes the pkgbase to match the directory name
or the other way around.

The motivation for this is to make it possible to automatically generate
an URL to the PKGBUILD file from the package information alone.
2017-09-12 14:25:41 +03:00