2023-01-29 22:18:34 by Ryo ONODERA | Files touched by this commit (2527) |
Log message:
*: Recursive revbup from graphics/freetype2
|
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:12:44 by David H. Gutteridge | Files touched by this commit (3) |  |
Log message:
mate-utils: update to 1.26.0
(Change log contains incorrect titling.)
Change log:
### mate-notification-daemon 1.26.0
* Translations update
* update copyright to 2021
### mate-notification-daemon 1.25.1
* Translations update
* Remove warnings about missing prototypes
* i18n: Do not collect the translation for Icon
* mate-screenshot: fix the order of the buttons at the bottom
* build: allow users to disable gettext support (--disable-nls)
* build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME
* help: Dokumentationsteam -> Documentation Team
* baobab: Dokumentationsteam -> Documentation Team
* update resource for transifex
* Update copyright to 2021
* baobab: remove warning -Wunused-value
* update issue template
* Add legal notice in configure.ac
* Add legal notice in Makefile.am files
* COPYING.docs from https://www.gnu.org/licenses/old-licenses/fdl-1.1.txt
* COPYING.libs from https://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt
* COPYING from https://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
* GNU GPL 2 license notice without post box, after copyright notice
* screenshot-save: warning -Wdangling-else
* gdict-utils: Fix comment
* gdict-utils: variable 'env_string' set but not used
* baobab: Fix conversion warnings
* gdict-window: Remove warnings about missing initializer for field
* Remove USE_MATE2_MACROS from autogen.sh (legacy)
* configure: remove warning about option 'subdir-objects' is disabled
* Warn about accessing an undefined property of the object
* gsearchtool: Fix "open with" behavior
### mate-notification-daemon 1.25.0
* Translations update
* gdict-pref-dialog: Simplify notebook scroll event
* gdict-applet.c: change "Preferences" menu icon for harmonization
* use libegg submodules
* add git.mk to generate .gitignore
* help: retake figures for baobab
* help: update figures of baobab
* baobab-dialog-scan-props.ui: Fix deprecations
* gsearchtool: Remove the warning about ���GTimeVal��� is deprecated
* mate-dictionary-source.ui: Fix deprecations
* logview: Use test-reader test with log file path
* docbook: correct DE name
* gsearchtool: Remove enum conversion warning
* makefile: add READMEs to EXTRA_DIST
* change automake flavour to disable build warning
* readme: migrate to Markdown for dictionary and baobab and update
* readme: migrate to README.md and update
* mate-system-log: Remove the warning about ���GTimeVal��� is \
deprecated
* build: silent build warnings for distcheck
* Remove bad-function-cast warnings
* expand the comments on about dialogs
* build: do not override the default value for MATE_COMPILE_WARNINGS
* gsearchtool: avoid deprecated GtkImageMenuItem
* gsearchtool: add copy path menu item to popup menu
* mate-dictionary: remove unused function 'gdict_window_set_statusbar_visible'
* logview: Rewrite logview-filter.ui from scratch
* Remove warnings: function declaration isn���t a prototype
* Define custom macros for wrapping the calls to gtk_builder_get_object
* mate-dictionary: warnings variable defined but not used
* baobab: Remove unused variable ���uri_list���
* mate-screenshot: do not use stock icons in mate-screenshot.ui
|
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 12:59:39 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
The following distfiles could not be fetched (possibly fetched
conditionally?):
./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz
|
2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378) |
Log message:
misc: Remove SHA1 hashes for distfiles
|
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)
|