Up to [cvs.NetBSD.org] / pkgsrc / x11 / libmatekbd
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.34 / (download) - annotate - [select for diffs], Wed May 17 03:25:39 2023 UTC (3 weeks, 2 days ago) by gutteridge
Branch: MAIN
CVS Tags: HEAD
Changes since 1.33: +2 -3
lines
Diff to previous 1.33 (colored)
libmatekbd: update to 1.26.1 Change log: ### libmatekbd 1.26.1 * tx: sync with transifex * matekbd-keyboard-drawing: fix memory leak * matekbd-keyboard-drawing: fix memory leak
Revision 1.33 / (download) - annotate - [select for diffs], Wed Apr 19 08:08:55 2023 UTC (7 weeks, 2 days ago) by adam
Branch: MAIN
Changes since 1.32: +2 -2
lines
Diff to previous 1.32 (colored)
revbump after textproc/icu update
Revision 1.32 / (download) - annotate - [select for diffs], Sun Jan 29 21:18:13 2023 UTC (4 months, 1 week ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1
Changes since 1.31: +2 -2
lines
Diff to previous 1.31 (colored)
*: Recursive revbup from graphics/freetype2
Revision 1.31 / (download) - annotate - [select for diffs], Tue Jan 3 17:38:29 2023 UTC (5 months ago) by wiz
Branch: MAIN
Changes since 1.30: +2 -1
lines
Diff to previous 1.30 (colored)
*: recursive bump for tiff shlib major bump
Revision 1.30 / (download) - annotate - [select for diffs], Sun Nov 27 04:49:18 2022 UTC (6 months, 1 week ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Changes since 1.29: +2 -3
lines
Diff to previous 1.29 (colored)
libmatekbd: update to 1.26.0 Change log: ### libmatekbd 1.26.0 * tx: sync with transifex build: show package name and version in configure summary build: set GETTEXT_PACKAGE=AC_PACKAGE_NAME Remove USE_MATE2_MACROS from autogen.sh (legacy) ### libmatekbd 1.25.0 * Remove unused macros * add git.mk to generate .gitignore * build: silent build warnings for distcheck * Reduce the font size of the key names on keyboard layout display * matekbd-keyboard-drawing: i18n symbolic names
Revision 1.29 / (download) - annotate - [select for diffs], Wed Nov 23 16:19:10 2022 UTC (6 months, 2 weeks ago) by adam
Branch: MAIN
Changes since 1.28: +2 -2
lines
Diff to previous 1.28 (colored)
massive revision bump after textproc/icu update
Revision 1.28 / (download) - annotate - [select for diffs], Thu Aug 11 05:09:29 2022 UTC (9 months, 4 weeks ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3
Changes since 1.27: +2 -2
lines
Diff to previous 1.27 (colored)
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.
Revision 1.27 / (download) - annotate - [select for diffs], Mon Apr 18 19:10:16 2022 UTC (13 months, 3 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.26: +2 -2
lines
Diff to previous 1.26 (colored)
revbump for textproc/icu update
Revision 1.26 / (download) - annotate - [select for diffs], Wed Dec 8 16:02:55 2021 UTC (18 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.25: +2 -1
lines
Diff to previous 1.25 (colored)
revbump for icu and libffi
Revision 1.25 / (download) - annotate - [select for diffs], Fri Aug 6 01:13:32 2021 UTC (22 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3
Changes since 1.24: +2 -3
lines
Diff to previous 1.24 (colored)
libmatekbd: update to 1.24.1 Change log: libmatekbd 1.24.1 * Translations update * build: silent build warnings for distcheck * Reduce the font size of the key names on keyboard layout display * matekbd-keyboard-drawing: i18n symbolic names
Revision 1.24 / (download) - annotate - [select for diffs], Wed Apr 21 11:40:48 2021 UTC (2 years, 1 month ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.23: +2 -2
lines
Diff to previous 1.23 (colored)
revbump for textproc/icu
Revision 1.23 / (download) - annotate - [select for diffs], Thu Nov 5 09:07:17 2020 UTC (2 years, 7 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
*: Recursive revbump from textproc/icu-68.1
Revision 1.22 / (download) - annotate - [select for diffs], Mon Aug 24 04:41:41 2020 UTC (2 years, 9 months ago) by gutteridge
Branch: MAIN
CVS Tags: pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
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.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Aug 17 20:20:28 2020 UTC (2 years, 9 months ago) by leot
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.20 / (download) - annotate - [select for diffs], Tue Jun 2 08:23:05 2020 UTC (3 years ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.19: +2 -1
lines
Diff to previous 1.19 (colored)
Revbump for icu
Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 5 16:05:41 2020 UTC (3 years, 2 months ago) by bsiegert
Branch: MAIN
Changes since 1.18: +1 -2
lines
Diff to previous 1.18 (colored)
Update all MATE packages (except system-monitor) to 1.24.0. 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ãàÑ×e 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ãàÑ×e 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 ãà×Ñiãà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ãàÑÓe the type of person that does not like to be disturbed when busy, or giving a presentation, or watching a movie, youãàÑÍl 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ãàÑÕ, uh, support systemd you might be interested in knowing that weãàÑ×e added support for elogind to both the MATE Screensaver and the MATE Session. * WeãàÑ×e 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.
Revision 1.18 / (download) - annotate - [select for diffs], Tue Mar 10 22:11:15 2020 UTC (3 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.17: +2 -2
lines
Diff to previous 1.17 (colored)
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
Revision 1.17 / (download) - annotate - [select for diffs], Sun Mar 8 16:51:44 2020 UTC (3 years, 3 months ago) by wiz
Branch: MAIN
Changes since 1.16: +2 -2
lines
Diff to previous 1.16 (colored)
*: recursive bump for libffi
Revision 1.16 / (download) - annotate - [select for diffs], Thu Jan 2 22:43:42 2020 UTC (3 years, 5 months ago) by gutteridge
Branch: MAIN
Changes since 1.15: +2 -2
lines
Diff to previous 1.15 (colored)
libmatekbd: tweak $DISTNAME Prepare to bump the default $VERSION in meta-pkg/mate to 1.22.2 (now the most common version amongst the packages and the effective release we're at).
Revision 1.15 / (download) - annotate - [select for diffs], Sun Jul 21 22:26:00 2019 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3
Changes since 1.14: +2 -2
lines
Diff to previous 1.14 (colored)
*: recursive bump for gdk-pixbuf2-2.38.1
Revision 1.14 / (download) - annotate - [select for diffs], Thu Apr 25 07:33:30 2019 UTC (4 years, 1 month ago) by maya
Branch: MAIN
CVS Tags: pkgsrc-2019Q2-base,
pkgsrc-2019Q2
Changes since 1.13: +2 -1
lines
Diff to previous 1.13 (colored)
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
Revision 1.13 / (download) - annotate - [select for diffs], Wed Jan 16 14:59:05 2019 UTC (4 years, 4 months ago) by youri
Branch: MAIN
CVS Tags: pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (colored)
libmatekbd: Update to 1.21.0: ### libmatekbd 1.21.0 * sync with transifex * Use gdk screen resolution for font in keyboard status notification icon, to get correct scaling on HiPDI displays.
Revision 1.12 / (download) - annotate - [select for diffs], Wed Nov 14 22:22:45 2018 UTC (4 years, 6 months ago) by kleink
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4
Changes since 1.11: +2 -2
lines
Diff to previous 1.11 (colored)
Revbump after cairo 1.16.0 update.
Revision 1.11 / (download) - annotate - [select for diffs], Mon Nov 12 03:53:09 2018 UTC (4 years, 6 months ago) by ryoon
Branch: MAIN
Changes since 1.10: +2 -1
lines
Diff to previous 1.10 (colored)
Recursive revbump from hardbuzz-2.1.1
Revision 1.10 / (download) - annotate - [select for diffs], Mon May 14 12:44:08 2018 UTC (5 years ago) by youri
Branch: MAIN
CVS Tags: pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2
Changes since 1.9: +2 -3
lines
Diff to previous 1.9 (colored)
Update libmatekbd to 1.20.1: remove < gtk+-3.22 bits and bump required gtk+ WidthOfScreen and HeightOfScreen implementation matekbd-status: Fix Gdk-CRITICAL warning on creating status bar icon gtk 3.22: avoid deprecated gdk_screen_get_monitor functions: avoid deprecated gdk_screen_get_width/height avoid deprecated gdk_screen_get_number matekbd-indicator: DonãàÑÕ expand matekbd-indicator: donãàÑÕ use deprecated gdk_cairo_create Fix for strange GtkIconInfo behaviour matekbd-indicator: donãàÑÕ use deprecated GtkAlignment keyboard-drawing: set css name matekbd-keyboard-drawing Slightly increase the font size for the key labels matekbd-keyboard-drawing: DonãàÑÕ unset double buffering matekbd-keyboard-drawing: Handle XkbGetKeyboard() failing matekbd-keyboard-drawing: Prevent gtk+ keynav from taking focus away fix some introspection warnings show-layout.ui: donãàÑÕ use deprecated widgets UI: expand kbdraw vertical Translations update
Revision 1.9 / (download) - annotate - [select for diffs], Mon Apr 16 14:35:23 2018 UTC (5 years, 1 month ago) by wiz
Branch: MAIN
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Recursive bump for new fribidi dependency in pango.
Revision 1.8 / (download) - annotate - [select for diffs], Mon Mar 12 11:17:52 2018 UTC (5 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.7: +2 -2
lines
Diff to previous 1.7 (colored)
Recursive bumps for fontconfig and libzip dependency changes.
Revision 1.7 / (download) - annotate - [select for diffs], Thu Nov 23 17:20:18 2017 UTC (5 years, 6 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4
Changes since 1.6: +2 -1
lines
Diff to previous 1.6 (colored)
recursive bump for libxkbcommon removal from at-spi2-core
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 23 17:11:59 2017 UTC (5 years, 11 months ago) by youri
Branch: MAIN
CVS Tags: pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2
Changes since 1.5: +2 -5
lines
Diff to previous 1.5 (colored)
Update libmatekbd to 1.18.2
Revision 1.5 / (download) - annotate - [select for diffs], Sun Feb 12 06:24:55 2017 UTC (6 years, 3 months ago) by ryoon
Branch: MAIN
CVS Tags: pkgsrc-2017Q1-base,
pkgsrc-2017Q1
Changes since 1.4: +2 -2
lines
Diff to previous 1.4 (colored)
Recursive revbump from fonts/harfbuzz
Revision 1.4 / (download) - annotate - [select for diffs], Mon Feb 6 13:54:56 2017 UTC (6 years, 4 months ago) by wiz
Branch: MAIN
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
Recursive bump for harfbuzz's new graphite2 dependency.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Aug 3 10:22:23 2016 UTC (6 years, 10 months ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3
Changes since 1.2: +2 -1
lines
Diff to previous 1.2 (colored)
Revbump after graphics/gd update
Revision 1.2 / (download) - annotate - [select for diffs], Mon Jun 13 22:10:34 2016 UTC (6 years, 11 months ago) by youri
Branch: MAIN
CVS Tags: pkgsrc-2016Q2-base,
pkgsrc-2016Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
libmatekbd: Update to 1.14.1: 1.14.1 Translations updated
Revision 1.1 / (download) - annotate - [select for diffs], Sat May 21 18:47:25 2016 UTC (7 years ago) by youri
Branch: MAIN
Import libmatekbd-1.14.0 as x11/libmatekbd. libmatekbd is a fork of libgnomekbd