9 Commits

Author SHA1 Message Date
مهدي شينون (Mehdi Chinoune)
ad465ec8df base-devel: Remove pkgconf dependency.
It interferes with mingw-w64-pkgconf.
2024-11-14 07:36:44 +01:00
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
085698dce3 base-devel: drop gperf
only a handful of packages need this, makedep
explicitly instead.
2022-12-23 18:12:00 +01:00
Christoph Reiter
66a18d114d base-devel: remove groff
Not many packages need it, so try to move it to explicit
makedepends instead.
2022-12-23 11:26:52 +01:00
Christoph Reiter
68003b44d8 base-devel: depend on base
This was always the case because we assume base is always installed.
But some have an old install from a time before the base package was introduced.
So be explicit here to "fix" those old installations, in case someone tries to
start building packages.
2022-04-19 22:36:39 +02:00
Christoph Reiter
a8670c148c base-devel: remove intltool
* It's long abandoned and everyone should be using gettext
  and we want to get rid of it in the long run.
* Many packages that need it depend on it anyway
2022-01-14 19:51:36 +01:00
Christoph Reiter
06a8e26c5f base-devel: remove patchutils
It mostly contains tools that are useful to developers, but are not used in
a PKGBUILD directly.
2022-01-14 19:45:49 +01:00
Christoph Reiter
4b43caeb7e Add a base-devel package
Replaces the package group 'base-devel'.
Easier to add/remove packages when it is a package.

Compared to the current base-devel group this removes various things
which I hope are not used very much and wont break many things.
2021-12-30 09:00:49 +01:00