2022-08-11 03:11:23 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
mate: adjust MASTER_SITES
|
2022-06-30 13:19:02 by Nia Alarie | Files touched by this commit (524) |
Log message:
*: Revbump packages that use Python at runtime without a PKGNAME prefix
|
2022-03-13 04:22:37 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
mate: replace msgfmt override block with msgfmt-desktop.mk
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-08-06 04:12:10 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
mate: bump to general release version 1.24.1
|
2021-05-02 12:24:53 by Nia Alarie | Files touched by this commit (56) |
Log message:
*: Use the tools framework for itstool
Now it should be more obvious when a package needs it as a dependency,
as it will fail loudly if it isn't declared as a tool.
While here, some duplicate dependencies on itstool were removed from the
MATE packages
|
2020-08-24 06:41:43 by David H. Gutteridge | Files touched by this commit (39) |
Log message:
mate*: remove unintentional linkage against pkgsrc gettext-libs
As of 1.24, MATE requires GNU-specific msgfmt features. meta-pkgs/mate/
Makefile.common r. 1.10 expressed this tool dependency using
USE_BUILTIN.gettext=no, but this exposed pkgsrc gettext-libs in the
build environment as well, which some MATE packages then linked
against, but gettext-libs didn't end up being declared as a run-time
dependency, so binary package installations were broken (with the
workaround of manually installing the undeclared gettext-libs
dependency). Express this dependency differently, so GNU msgfmt is
used as a tool without exposing pkgsrc gettext-libs.
(The pkgsrc tooling infrastruture could be altered to provide a
distinct "gmsgfmt" tool, same with "gxgettext", and perhaps \
others.
Here I'm just immediately concerned with fixing this packaging issue.)
Addresses PR pkg/55503 by Jay Patel.
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-04-06 03:26:10 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
mate: fix $VERSION entries for some dependencies
|
2020-04-05 19:48:18 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
mate: align mate-themes required version to pair with 1.24
|