2023-01-03 18:38:37 by Thomas Klausner | Files touched by this commit (1416) |
Log message:
*: recursive bump for tiff shlib major bump
|
2022-11-27 06:04:10 by David H. Gutteridge | Files touched by this commit (2) |  |
Log message:
mate-desktop: update to 1.26.0
Change log:
### mate-desktop 1.26.0
* Translations update
* Replace the obsolete API in mate-colorsel.c file
* Fix compilation warning
* update copyright to 2021
* travis-ci: use ubuntu focal as host system
* MATE About: Fix off-by-one error, display yerba mate comment
* travis: disable travis builds for ubuntu
* Remove shadow warnings [-Wshadow]
* mate-about: Use the macro _(String) instead of the macro gettext(Msgid)
* Drop local macro mate_gettext(package, locale, codeset)
* Remove warning -Wbad-function-cast
* g_settings_get_string always returns a newly-allocated string
* build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
* tx: update resource
* mate-color-select: Do not use deprecated gtk_button_new_from_stock
* update issue template
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* travis CI: use rolling tag for ubuntu docker image
* travis CI: fix build issue of gtk-doc module
### mate-desktop 1.25.0
* Translations update
* mate-languages: portability of localedir fallback
* a11y-keyboard: Add togglekeys-backend setting
* a11y-keyboard: Add ranges for togglekeys beep settings
* a11y-keyboard: Add settings to control beeps used for togglekeys
* Bump version so other components can depend on it
* a11y-keyboard: Add capslock-beep-enable gsetting
* mate-desktop-thumbnail: Remove trailing spaces/tabs
* add git.mk to generate .gitignore
* build: silent build warnings for distcheck
* Set range for thumbnail cache maximum-age
* build: use MATE_COMPILE_WARNINGS = yes as default
* meson: add configuration item description
* mate-bg: remove warning function declaration isn���t a prototype
* Remove warnings: cast between incompatible function types
* mate-about.desktop: Do not collect the translation for Icon
* build: remove mate-version.xml on distclean target instead of clean
* mate-about: remove unused variable ���window���
* build: remove mate-about.h on distclean target instead of clean
* build: add meson config files to EXTRA_DIST
* Remove GTimeVal deprecation warning for GLib 2.61.2+
* thumbnail: fix typo in function description
* Make the build reproducible
|
2022-08-11 07:09:36 by David H. Gutteridge | Files touched by this commit (999) |
Log message:
Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674) |
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
|
2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675) |
Log message:
x11: Remove SHA1 hashes for distfiles
|
2021-07-27 05:12:00 by David H. Gutteridge | Files touched by this commit (3) |  |
Log message:
mate-desktop: update to 1.24.1
Change log:
mate-desktop 1.24.1
* Translations update
* build: silent build warnings for distcheck
* build: use MATE_COMPILE_WARNINGS = yes as default
* mate-about.desktop: Do not collect the translation for Icon
* mate-about: remove unused variable ‘window’
* Remove GTimeVal deprecation warning for GLib 2.61.2+
* Make the build reproducible
* build: add meson config files to EXTRA_DIST
|
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)
|