Commit Graph

205 Commits

Author SHA1 Message Date
Christoph Reiter
c260cf7599 pacman: rebuild
to pull in dependency changes
2022-05-28 10:09:06 +02:00
Christoph Reiter
5917b5b87a pacman: enable clang32 by default
And add commented out versions of clangarm64 and staging while at it,
so they are easy to enable if wanted.
2022-05-01 18:01:50 +02:00
Christoph Reiter
5391c118a7 Remove the base-devel group from all PKGBUILD files
We have a base-devel package now, so this isn't used anymore.
Remove it either way to avoid confusion.
2022-04-18 11:17:10 +02:00
Christoph Reiter
c9c3ad06fa pacman: use zstd for source packages too
because why not
2022-04-07 20:12:21 +02:00
Christoph Reiter
026a47cf12 pacman: rebuild 2022-04-04 08:35:36 +02:00
Christoph Reiter
a1d92610d4 pacman: rebuild
lots of deps have changed, so a rebuild can't hurt
2022-04-03 14:33:36 +02:00
Christoph Reiter
1ac20c43a4 pacman: bump pkgrel 2022-02-09 19:59:34 +01:00
Christoph Reiter
b4759e37f1 pacman: use git apply for patches
so we don't depend on a git commiter being set
2022-02-09 19:59:34 +01:00
Christoph Reiter
7e7680cc65 makepkg.conf: remove redundant LDFLAGS
Remove all flags which are default with the respective toolchain anyway.
This isn't supposed to change anything.

--no-seh remains, see https://github.com/msys2/MSYS2-packages/pull/2133
2022-02-09 19:59:24 +01:00
Christoph Reiter
cc5871f755 makepkg.conf: remove git related vars
They were never exported (also not in PKGBUILD files) so not used.
Just remove them and handle this in PKGBUILD by not using "git am"
2022-02-09 18:46:53 +01:00
Christoph Reiter
fa6a437157 pacman: Update patches 2022-02-09 18:43:10 +01:00
Christoph Reiter
df11c64ea4 pacman: no longer require toolchains to be installed when running makepkg-mingw
See https://github.com/msys2/MINGW-packages/discussions/10506
2022-01-09 13:56:44 +01:00
Christoph Reiter
e40c90814f Makedepend on gcc/make where needed
This means we no longer need msys2-devel
2021-12-13 22:19:56 +01:00
Christoph Reiter
8f0e5c06a3 pacman: fix a path in libalpm.pc
It hardcodes the gcc path which isn't the same any more
2021-12-11 16:08:39 +01:00
Mehdi Chinoune
200ca2e1ee pacman: Fix LTO-ing staticlibs 2021-11-19 08:14:23 +01:00
Christoph Reiter
6a365b7ded Bump pkgrel for heimdal
I missed it..
2021-11-18 08:49:47 +01:00
Christoph Reiter
fc24e609ac pacman: rebuild 2021-11-17 23:44:18 +01:00
Christoph Reiter
8fbbc4e76c pacman: update 2021-11-15 20:48:10 +01:00
Christoph Reiter
fafe2105a1 pacman: rebuild 2021-09-22 14:16:05 +02:00
Christoph Reiter
9f15d56516 pacman: try to improve makepkg-mingw defaults
* Print MINGW_ARCH info when passing --help/-h
* Change behaviour when MINGW_ARCH isn't set
  * Default to MSYSTEM if in a mingw environment
  * Default to mingw64 otherwise (but warn)
* Print some feedback on what is getting built right away.
  makepkg can take some time at the start and this makes
  things clear right away.

The goal of the MINGW_ARCH change is to make it more likely to do the right thing by
default and to not special case any environment.

This has the potential of breaking existing users if MINGW_ARCH isn't set
and they want exactly "mingw32/mingw64" to be built like before. This will now build
only mingw64 if called in a msys environment and either mingw32/64 if called
in those environments.

To restore the old behavior set MINGW_ARCH="mingw64 mingw32" first.
2021-09-20 11:55:29 +02:00
Christoph Reiter
79914243a8 pacman: Update to 6.0.1 2021-09-04 14:37:44 +02:00
Christoph Reiter
7ad51c6028 pacman: backport .sig redirect fix and rework patch mngmt
explicitely fetch the patches we want to apply instead of changing the
base commit.
2021-09-04 10:19:07 +02:00
Christoph Reiter
4496a6aa05 pacman: update
Move to a newer upstream commit to include
https://gitlab.archlinux.org/pacman/pacman/-/commit/0147de169a2abd19

Includes one new commit from our fork.
2021-08-29 17:46:51 +02:00
Christoph Reiter
37840cfe1b pacman: rebuild
some deps have changed
2021-08-26 19:54:20 +02:00
Christoph Reiter
1e932f1fd4 Revert "pacman: rebuild"
This reverts commit 355554c2cd.
2021-08-26 19:53:46 +02:00
Christoph Reiter
355554c2cd pacman: rebuild 2021-08-26 18:50:02 +02:00
Jeremy Drake
6d99bab4a3 pacman: switch mingw i686 -march to pentium4
This seemed like a reasonable minimum, requiring instruction sets
through sse2.
2021-08-21 20:38:26 -07:00
Christoph Reiter
cfdb662d98 pacman: switch to the unified mingw mirror list
Added in #2569
2021-07-04 18:36:48 +02:00
Christoph Reiter
36be6dff88 pacman: fix upstream git URL
pacman moved to gitlab
2021-07-04 18:20:24 +02:00
Christoph Reiter
7725237ddb pacman: fix DB signature not being found if the server redirects
See https://bugs.archlinux.org/task/71274 for details
2021-06-18 16:01:56 +02:00
Christopher Degawa
05f1329a55 pacman: use color by default
Signed-off-by: Christopher Degawa <ccom@randomderp.com>
2021-06-15 01:56:05 -05:00
Christoph Reiter
16b72faac9 pacman: pull in some upstream fixes 2021-06-07 07:12:08 +02:00
Christoph Reiter
0b1a78a25e pacman: Update to 6.0.0 2021-06-06 10:47:06 +02:00
Christoph Reiter
f59c8af77f pacman: autogenerate patches from git
this is a similar setup to msys2-runtime
2021-05-23 17:56:26 +02:00
Mehdi Chinoune
48995858f9 pacman: export CC and CXX variables explicitly 2021-05-15 11:26:50 +01:00
Christoph Reiter
e12ad20cf9 pacman: fix "-F" not working after "-Sc"
-Sc would clean *.files.sig file which after our change to require
signatures for DBs resulted in -F complaining about missing signatures.

This was already fixed upstream master, so backport.

See https://github.com/msys2/MSYS2-packages/issues/2453#issuecomment-826881435
2021-04-26 20:05:59 +02:00
Christoph Reiter
28e5ef8151 pacman: require databases to be signed
We used the defaults from Arch, but Arch doesn't sign its databases.
We do sign them, so there is no reason to not enforce this.

Fixes #2453
2021-04-25 14:35:33 +02:00
Christoph Reiter
72e731ad63 pacman: add the clang64 repo 2021-04-23 16:00:59 +02:00
Christoph Reiter
1acb0e4894 pacman: update checksums 2021-04-22 19:50:28 +02:00
Jeroen Ooms
a51c48c780 Improve error message for incorrect MSYSTEM value 2021-04-14 12:24:54 +02:00
Jeremy Drake
e6cfdf08a5 add CLANGARM64 MSYSTEM/MINGW_ARCH 2021-04-07 21:38:50 -07:00
Christoph Reiter
2eec2e7bc5 pacman: add the ucrt64 repo
GHA should handle it now
2021-03-26 13:08:59 +01:00
Christoph Reiter
e7f0679037 Revert "pacman: add the ucrt64 repo"
This reverts commit f681a71af6.

The GHA can't handle it right now
2021-03-26 07:47:50 +01:00
Christoph Reiter
f681a71af6 pacman: add the ucrt64 repo 2021-03-25 22:59:17 +01:00
Christoph Reiter
7b2a7abf07 pacman: typo 2021-03-20 18:18:04 +01:00
Christoph Reiter
ac6a3cb51d pacman: makepkg-mingw: add ucrt64 2021-03-20 13:13:48 +01:00
Christoph Reiter
64a00cb9a0 pacman: merge all mingw makepkg.conf files into one 2021-03-19 11:42:52 +01:00
Christoph Reiter
f2ae51c562 makepkg-mingw: Rename MINGW_INSTALLS to MINGW_ARCH
In addition to this we want to add a "mingw_arch=()" for PKGBUILDs
in the future which tells us which type of builds a PKGBUILD supports.
2021-03-05 20:40:01 +01:00
Naveen M K
c91216b5f1 makepkg-mingw: fix a typo in warning 2021-02-26 17:43:42 +01:00
David Macek
be5bdca343 pacman: Disable hooks for core upgrades 2021-02-10 11:50:28 +01:00