9 Commits

Author SHA1 Message Date
Christoph Reiter
ee51cd62b4 Get rid of msys2_internal
It only affects the references atm, so just make it a special key there instead.
Less confusing.
2024-01-24 08:24:55 +01:00
Christoph Reiter
1f1a74cb26 Port everything away from PKGMETA
keep an empty PKGMETA.yml for now until all users are adjusted and
deployed.
2023-09-17 20:40:26 +02:00
Christoph Reiter
44fe93f472 base: add tar
Windows nowadays has a tar.exe in System32 which is first in PATH
with a clean MSYS2 install.

This will both confuse users as well as scripts because it is
a non-cygwin bsdtar.

To avoid surprises add tar to base.
2022-06-11 23:09:51 +02:00
Christoph Reiter
e366f6d5dd base: depend on nano
It's nice to have at least one CLI editor in the base install, to
edit config files, write commit messages etc.

Fixes #2244
2020-12-18 10:35:30 +01:00
Christoph Reiter
3275f6b265
Add a separate pacman-contrib package (#1988) 2020-06-01 08:22:29 +03:00
David Macek
a3aaf58b5c base: Use a nicer version number 2020-05-30 18:12:51 +02:00
Alexey Pavlov
1a5f53e6fd base: Change versioning 2020-05-30 12:51:48 +03:00
David Macek
6d53ce9c38
base: Remove unneeded Linux-specific packages and dependencies (#1983) 2020-05-30 12:37:39 +03:00
Christoph Reiter
6b85489f5a
Add a base package (#1979)
* Add a base package

This is meant as a replacement for the base group and contains the
same packages. If a user has the base package installed (the installer
will do this in the future) then we can add new packages to the base
and users with existing installations will get those packages installed
automatically.

This follows what Arch did last year:
https://www.archlinux.org/news/base-group-replaced-by-mandatory-base-package-manual-intervention-required/

See #1976

* base: explicitly depend on zstd and wget

They get already pulled in through pactoys, but this makes it explicit
2020-05-29 10:29:23 +03:00