summaryrefslogtreecommitdiff
path: root/misc/mate-utils
AgeCommit message (Collapse)AuthorFilesLines
2022-11-27mate-utils: update to 1.26.0gutteridge3-7/+7
(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-11Bump all dependent packages of wayland (belatedly)gutteridge1-2/+2
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-08revbump for icu and libffiadam1-2/+2
2021-10-26misc: Replace RMD160 checksums with BLAKE2s checksumsnia1-2/+2
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-07misc: Remove SHA1 hashes for distfilesnia1-2/+1
2021-05-02*: Use the tools framework for itstoolnia1-2/+1
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-24mate*: remove unintentional linkage against pkgsrc gettext-libsgutteridge1-2/+2
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*: revbump after fontconfig bl3 changes (libuuid removal)leot1-1/+2
2020-04-05Update all MATE packages (except system-monitor) to 1.24.0.bsiegert3-14/+9
This release contains plenty of new features, bug-fixes, and general improvements. Some of the most important highlights include: * We did it again, the MATE desktop environment is easier to use than before, once the user starts the session. Do you want to hide applications startup? Now you can set which applications to show on startup. * Engrampa now has support for a handful of extra formats, as well as fixed support for passwords and unicode characters in some of them. * Eye of MATE now has support for Wayland and we’ve added support for embedded color profiles. * The thumbnail generation has been reworked and fixed in several places. * Added support for webp files. * Our window manager, marco, has gotten quite a few changes: * We’ve brought a bunch of window decorations from the past to feed your nostalgia. * Finally added invisible resize borders. No more struggling to find a border to grab with your mouse! * All window controls (you know, the min, max, close buttons) are now rendered in HiDPI. * The Alt+Tab and Workspace Switcher popups have been entirely reworked. Now they render in beautiful OSD style, are more configurable, and can respond to keyboard arrows. * Tiling windows with the keyboard now allows you to cycle through different window sizes. You no longer need to feel constrained by only half of your screen. * The System Monitor panel applet now has support for NVMe drives. * Calculator now supports using either “pi” or “π”. * Scientific notation has been improved. * Some fixes for supporting pre-defined physical constants. * The Control Center now displays its icons correctly on HiDPI displays. * A brand new Time And Date Manager app has been added. * The Mouse app now supports acceleration profiles. * The Preferred Applications app has been improved for accessibility, as well as better support for integration with IM clients. * The Indicator Applet has slightly better interaction with oddly-sized icons. * Speaking of icons, the network manager applet icons in our own themes have been entirely redesigned and can now be enjoyed on HiDPI displays. * If you’re the type of person that does not like to be disturbed when busy, or giving a presentation, or watching a movie, you’ll be happy to know that the notification daemon now supports a Do-Not-Disturb mode. * The MATE Panel had several bugs that caused crashes in the past when changing layouts. Those are now fixed! * Support for Wayland compatibility has improved considerably. * Status icons (a.k.a. notification area, or system tray) have support for HiDPI displays. * Wanda the Fish got a make-over and now you can enjoy her in full HiDPI glory. * The window list applet now supports window thumbnails on hover. * Various accessibility improvements throughout the panel and its core applets. * If your system doesn’t, uh, support systemd you might be interested in knowing that we’ve added support for elogind to both the MATE Screensaver and the MATE Session. * We’ve also added a brand new MATE Disk Image Mounter utility. * Mozo, the menu editor, now supports Undo and Redo actions. * Pluma plugins have now fully switched to Python 3. * Pluma no longer has to envy anything from other complex editors, since it can now show the formatting marks. * i18n: All applications have been migrated from intltools to gettext.
2020-03-10librsvg: update bl3.mk to remove libcroco in rust casewiz1-2/+2
recursive bump for the dependency change
2020-03-08*: recursive bump for libffiwiz1-1/+2
2020-01-02mate-utils: inkscape is no longer a tool dependencygutteridge1-2/+1
For regular builds (the targets pkgsrc uses), inkscape is no longer a requirement.
2019-12-30mate-utils: update to mate-utils 1.22.2gutteridge3-9/+36
(pkgsrc TBD: review inkscape and rsvg-convert dependencies.) Change log: mate-utils 1.22.2 * Translations update * Add hicolor_apps_24x24_mate-system-log.png * Install hicolor_apps_24x24_mate-disk-usage-analyzer.png * mate-disk-usage-analyzer: Remove blank space before right parenthesis * gdict-applet: Variable 'detail' is allocated memory that is never used * Make inkscape and rsvg-convert optional
2019-07-21*: recursive bump for gdk-pixbuf2-2.38.1wiz1-1/+2
2019-05-08mate-utils: update to 1.22.1gutteridge4-29/+23
NB this release has added Inkscape as a tool dependency. (Upstream has also now excluded a file that was causing itstool failures.) ### mate-utils 1.22.1 tx: sync with transifex Fix -Werror=cast-function-type with GCC 8 mate-disk-usage-analyzer: Memory leak GEN png icons from svg files Update documenters in about dialog mate-dictionary: Use g_strjoin to build license text Use program-name and title in gtk_show_about_dialog call help: update copyright
2019-04-25PKGREVISION bump for anything using python without a PYPKGPREFIX.maya1-2/+2
This is a semi-manual PKGREVISION bump.
2019-04-10mate-utils: work around issue with itstool failuresgutteridge4-6/+22
Disable the pt translations for one mate-utils component for now, to work around an issue where itstool is intermittently failing. This addresses PR pkg/54071. Okay youri@.
2019-03-27mate-utils: revert part of the last change to Makefilegutteridge1-4/+3
The hard dependency on itstool >= 2.0.5 actually didn't fix the issue; there is something else still amiss, so revert that part to simplify.
2019-03-06mate-utils: update to 1.22gutteridge3-13/+18
### mate-utils 1.22.0 * Translations update * Initialize Travis CI support * Make translatable the copyright in about dialog * enable translations for ca@valencia again * help - bump docbook 4.5 * eggsmclient: avoid deprecated 'g_type_class_add_private' * move appdata to metainfo directory
2019-01-16mate-utils: update to 1.21.1:youri3-9/+2581
### mate-utils 1.21.1 * Translations update * disable deprecation warnings for distcheck * Use make functions for HELP_LINGUAS * Replace -Dokumentationsprojekt with Documentation Project * mate-dictionary: Fix memory leak * Fix spelling and grammar mistakes * search-tool: replace deprecated gtk_menu_popup * screenshot: replace deprecated gdk_flush * dictionary: replace deprecated gdk_flush * dictionary: replace deprecated gtk_menu_popup * dictionary: Replace deprecated GtkFontButton accessors * disk-usage-analyzer: replace deprecated gtk_menu_popup * Update Catalan sceenshots of mate-dictionary * Add Catalan screenshots * add mate-dictionary help to transifex * add mate-system-log help to transifex * add mate-search-tool to transifex * add mate-disk-usage-analyzer to transifex * Baobab help: Terminal command updated to 'mate-disk-usage-analyzer' * baobab-chart: avoid deprecated 'gtk_style_context_set_background' * gsearchtool: avoid deprecated 'gtk_window_set_wmclass' ### mate-utils 1.21.0 * Translations update * Add support for non-interactive screenshot directly to clipboard * avoid deprecated GtkStock
2018-11-29Revbump for libcanberra gstreamer change.prlw11-2/+2
2018-11-14Revbump after cairo 1.16.0 update.kleink1-2/+2
2018-11-12Recursive revbump from hardbuzz-2.1.1ryoon1-1/+2
2018-05-14Update to 1.20.0:youri3-9/+10
Full changelog: Add screenshot support for HiDPI displays mate-screenshot: added New button screenshot-save.c: Fix build warnings with pipe write and read: add style class logview-window Translations update WidthOfScreen and HeightOfScreen implementation baobab: make zoom with mousewheel work on chart screenshot: remove some unused code screenshot: don’t get window title as it’s not used later baobab/logview/dictionary: add our copyright to About dialog baobab: set transient parent for remote connect dialog baobab: don’t make prefs dialog visible in .ui file baobab: set parent window for About dialog avoid deprecated gdk_screen_get_active_window gtk 3.22: avoid deprecated gdk_screen_get_monitor functions: avoid deprecated gdk_screen_width/height avoid deprecated gdk_screen_get_width/height screenshot: avoid deprecated GdkDevice objects dictionary: avoid deprecated GdkDevice objects avoid deprecated gdk_screen_get_n_monitors avoid deprecated gdk_screen_make_display_name gdict-applet: don’t use deprecated gtk_show_uri don’t use deprecated gtk_show_uri avoid deprecated gdk_screen_get_number searchtool & logview: avoid deprecated GtkAlignment mate-screenshot: fix showing busy cursor when saving area screenshot screenshot: don’t translate the timestamp in the filename mate-dictionary: include correct header to fix occasional FTBFS Translations update
2018-04-16Recursive bump for new fribidi dependency in pango.wiz1-2/+2
2018-03-12Recursive bumps for fontconfig and libzip dependency changes.wiz1-2/+2
2018-02-06mate-utils: Set _XOPEN_SOURCE correctly.jperkin2-1/+19
2017-11-23recursive bump for libxkbcommon removal from at-spi2-corewiz1-1/+2
2017-06-26Needs libSM.joerg1-1/+2
2017-06-23Update mate-utils to 1.18.2.youri3-22/+16
2017-02-12Recursive revbump from fonts/harfbuzzryoon1-2/+2
2017-02-06Recursive bump for harfbuzz's new graphite2 dependency.wiz1-2/+2
2016-08-03Revbump after graphics/gd updateadam1-1/+2
2016-05-21Import mate-utils-1.14.0 as misc/mate-utils.youri5-0/+711
MATE Utilities for the MATE Desktop contains the following: mate-system-log [logview] mate-search-tool [gseachtool] mate-dictionary [mate-dictionary] mate-screenshot [mate-screenshot] mate-disk-usage-analyzer [baobab]