summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2022-02-28Updated x11/ocaml-lablgtk3 to version 3.1.2.jaapb5-85/+74
Upstream changes are mostly minor, though this update is needed for compatibility with OCaml 4.14. Package options have now been properly integrated.
2022-02-27ocaml-lablgtk: Update HOMEPAGEgdt1-2/+2
forge.ocamlcore.org is no more.
2022-02-27ocaml-lablgtk: Update to 2.18.12gdt2-7/+6
Uprstream changes: Improvements for newer GCC. Improvements for newer ocaml. Add WRAP_WIDTH, WRAP_MODE tags to cell_properties_text (#146). Bugfixes.
2022-02-26Bump all Haskell packages after enabling "split sections" in mk/haskell.mkpho4-8/+8
2022-02-25x11/xnotify: Reset maintainer for stagnated project.pin1-2/+2
2022-02-25x11/xdo: Reset maintainer for stagnated project.pin1-2/+2
2022-02-25x11/unibar: Reset maintainer for stagnated project.pin1-2/+2
2022-02-23libXdmcp: fix builds with Solaris 11.3gutteridge2-1/+21
There are circumstances where getentropy() exists but arc4random_buf() does not, as reported to be the case with Solaris 11.3 in PR pkg/54628, report and analysis by Sad Clouds. sys/random.h only needs to be included on SunOS, in that case (second patch iteration).
2022-02-20xscreensaver: update pam commentswiz1-2/+3
2022-02-19xscreensaver: add upstream patch from jwz to fix compilation with gcc 7.5wiz2-1/+155
Addresses PR 56723 by David H. Gutteridge
2022-02-18xscreensaver: make proper executable setuidwiz2-4/+4
The authentication part was split off into a separate program in 6.x. Bump PKGREVISION.
2022-02-18xscreensaver: disable pam option by defaultwiz2-3/+4
Didn't work for me as-is, needs fixing. Bump PKGREVISION.
2022-02-17x11/xAscreensaver-demo: remove, merged into xscreensaverwiz5-60/+1
2022-02-17xscreensaver: update to 6.02.wiz14-641/+471
Merge xscreensaver-demo into this package. 6.02 11-Oct-2021 New hacks, marbling and binaryhorizon. atlantis behaviors are more random and lifelike. headroom is now Mask Headroom. X11: fontglide skips fonts that can't display ASCII. X11: Use asterisks in the password dialog if the system fonts don't have bullets in them. X11: “Disable Screen Saver” was behaving like “Blank Screen Only”. Android: These hacks work now: antinspect, barcode, energystream, fliptext, fontglide, glsnake, raverhoop, starwars, unicrud. 6.01 09-Jun-2021 X11: Properly disable the server's built-in screen saver. X11: The passwdTimeout option was being ignored. X11: The display of the unlock thermometer was weird. X11: Fixed password entry on old-school multi-screen setups (:0.1). X11: Worked around a KDE 5 compositor bug that caused the desktop to momentarily become visible when cycling. X11: Fixed possible high CPU usage in xscreensaver-systemd. X11: Fixed some spurious warnings in xscreensaver-text. X11: Warn when Wayland is in use, since it makes both screen saving and locking impossible. 6.00 01-Apr-2021 X11: Major refactor of the xscreensaver daemon for improved security, dividing it into three programs: xscreensaver, xscreensaver-gfx and xscreensaver-auth. X11: Dropped support for systems older than X11R7 (2009). X11: Renamed xscreensaver-demo to xscreensaver-settings. X11: Unlock dialog has user-selectable color schemes. X11: Everything uses XFreeType for fonts now. X11: Install a few custom fonts needed by some savers. X11: Fading works on systems without gamma (e.g. Raspberry Pi). X11: Use EGL instead of GLX when available. X11: xscreensaver-systemd now detects when a video player has inhibited screen blanking and then exits without uninhibiting. Improved GLSL and GLES3 support: Phong shading in etruscanvenus, hypertorus, klein, projectiveplane,`romanboy' and sphereeversion. Updates to cubicgrid. macOS: Added a Random XScreenSaver screen saver, which implements cycle mode, among other things. iOS: Also added cycle mode.
2022-02-17xfce4-notifyd: update homepagegutteridge1-2/+2
2022-02-17xfce4-notifyd: no need for outdated URL in DESCRgutteridge1-2/+0
2022-02-17xfce4-notifyd: adjust a couple of lintish thingsgutteridge1-2/+2
2022-02-17xfce4-notifyd: update to 0.6.3gutteridge2-7/+8
Change log: 0.6.3 ====== - Fix compilation warnings - autoconf: Some updates - Update `.gitignore` - Remove GSourceFunc casts - Fix missing-prototypes - Bump required GLib version to 2.56 - Implement ISO 8601 time format to avoid post-2.56 GLib functions - settings: Drop subtitle - Fix multiple memory issues (!11) - Translation Updates: Albanian, Arabic, Armenian (Armenia), Basque, Belarusian, Bulgarian, Catalan, Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch, Eastern Armenian, English (Australia), Estonian, Finnish, French, Galician, Georgian, German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Interlingue, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Russian, Serbian, Slovak, Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian
2022-02-15libxkbcommon: update to 1.4.0.wiz2-7/+10
libxkbcommon 1.4.0 - 2022-02-04 ================== - Add `enable-tools` option to Meson build (on by default) to allow disabling the `xkbcli` tools. Contributed by Alex Xu (Hello71). - In `xkbcli list`, fix "YAML Norway problem" in output. Contributed by Peter Hutterer. - In libxkbregistry, variants now inherit iso639, iso3166 and brief from parent layout if omitted. Contributed by M Hickford. - In libxkbregistry, don't call `xmlCleanupParser()` - it's not supposed to be called by libraries. Contributed by Peter Hutterer. - In libxkbregistry, skip over invalid ISO-639 or ISO-3166 entries. Contributed by Peter Hutterer.
2022-02-15dmenu: update to 5.1.wiz2-7/+6
code-style: rm newline (oops) revert using strcasestr and use a more optimized portable version follow-up fix: add -D_GNU_SOURCE for strcasestr for some systems improve performance of case-insensitive matching Revert "Improve speed of drw_text when provided with large strings" add support for more keypad keys Improve speed of drw_text when provided with large strings remove always true condition in if statement
2022-02-12revbump after changing the default Haskell compilerpho4-6/+8
2022-02-12Update to X11-xft-0.3.4pho4-11/+15
0.3.4 (2021-12-11) * Dropped support for GHC 7.10. * Added xftDrawStringFallback, which works like xftDrawString but supports font fallback. * Added xftTextAccumExtents, which works like xftTextExtents but possibly uses different fonts for different parts of the string and returns the accumulative extents. * Added the functions xftfont_max_ascent, xftfont_max_descent, and xftfont_max_height to gain information about a non-empty list of XftFonts. 0.3.3 (2021-12-01) * Fixed flipped green/blue values in XRenderColor.
2022-02-11Update to X11-1.10.2pho4-25/+39
1.10.2 (2021-10-24) * Restored compatibility with GHC 7.10 (and possibly even older) (#80) 1.10.1 (2021-08-15) * Fixed possible high CPU usage of some blocking calls with the threaded RTS (#78) 1.10 (2021-05-31) * Added setClientMessageEvent' (#71) * Fixed type of xrrUpdateConfiguration (#72) * Fixed bottom when deserializing XRRNotifyEvent in getEvent (#72) * Added xrrGetMonitors and XRRMonitorInfo (#42) * Added setClassHint (#76) * Added a few missing event mask fields to WindowAttributes (#77)
2022-02-08x11/wired-notify: update to 0.10.1pin3-79/+63
-Fixed an issue where some blocks (ProgressBlock, ButtonBlock, ScrollingTextBlock) would cause bugged rendering due to relying on the default Cairo operator (Over), which was changed in 0.10.0. #50
2022-02-08x11/kitty: update to 0.24.2pin3-30/+449
Updated in wip by @wiz, thanks! We are bumping nine versions here, from 0.21.1 to current 0.24.2 Too many changes to list here, for a compleate changelog, please visit https://sw.kovidgoyal.net/kitty/changelog/
2022-02-06xfce4-session: adjust two patchesgutteridge4-12/+22
Amend a patch that fixes compilation on non-Linux and non-BSD OSes. There are several things that could be adjusted differently in the function in question, but that needs to be discussed upstream. For now, take the simplest route. Also, be consistent with upstream's intent that "suspend" means ACPI state 3, also being consistent with what was patched in xfce4-power- manager before, too. (Where suspend and resume generally works for me on NetBSD laptops, state 3 is effective.)
2022-02-06x11/wired-notify: update to 0.10.0pin3-183/+251
-render_criteria works a little differently now: Using render_criteria (and render-anti-criteria) on root blocks is now supported (#37). This was possible before but not really useful because you had to have the same criteria for all the blocks underneath it anyway. -Old: If any block in the chain meets criteria, then draw. -New: If root block doesn't meet criteria, then don't draw. If root block does mete criteria, but no child blocks do, then don't draw. -Add render_anti_criteria which allows you to tell blocks to draw only when a criteria is not present. (see Blocks documentation for more information.) -When loading config, we now validate that all blocks have different names to make sure the config is written correctly. -Document how to send progress data to ProgressBlock. -Dramatically improve idle performance. #35 -Fixed a bug where replaced notifications might have a different layout to new ones. #37 -Update cairo and pango dependencies. -TextBlock text will now fall back to wrapping on character boundaries if no word boundaries are available. #39 -Fixed a bug where large notifications might take a long time to receive with a long poll_interval. #35 -Fixed a bug where replacing wasn't working as intended on notifications with the same app name and tag, with replacing_enabled set to false.
2022-01-31xterm: add patch for CVE-2022-24130wiz3-2/+84
From upstream. Bump PKGREVISION.
2022-01-28caribou: restrict to python 3.xwiz1-1/+3
(reduce py27-gobject3 users)
2022-01-26pkg option support for pulseaudio.mrg2-2/+14
2022-01-26x11/alacritty: Update SUBST_FILES for the XIM bug workaroundtpaul1-2/+3
The vendored x11-dl crate was updated to version 2.19.1 in alacritty 0.10.0 and so the build was failing on NetBSD 9.2, using base X due to the outdated version being referenced.
2022-01-25xkeyboard-config: remove avoid-duplicate.mknia1-3/+1
PR pkg/56667 (tigervnc dropped from binary packages)
2022-01-24x11/xlockmore-lite: Update to 5.68micha1-9/+11
See base package x11/xlockmore for changelog.
2022-01-24x11/xlockmore: Update to 5.68micha12-220/+101
This update should fix CVE-2006-0061 if option "pam" is disabled. OK from wiz@. 5.68 Updated xscreensaver port for xscreensaver-6.02. Various NetBsd install issues fixed including config.cygport. pam vulnerabiliy patch added thanks to Elmar Hoffmann, elho AT elho.net. Card vulnerability may remain, see README. module fixes for deluxe, eyes, starfish, swirl, text3d2, module use is still experimental. biof mode removed again (though was not building by default). 5.67 Fixing specified bound equals destination size warning in iostuff.c. Port updated for xscreensaver-6.01. With help from EoflaOE ViceCity. Also removed some warnings. maze3d.c updated for VMS as CRTL now contains more standard functions, thanks to Jouk Jansen. 5.66 GL mode atunnels, juggler3d, atlantis, lament, invert, solitaire, text3d, and text3d2 fixed up by EoflaOE ViceCity and myself to build in xscreensaver. bomb, helix, lightning, penrose, petal, scooter fixes for xscreensaver port (clear screen issue). Clock fixed to run by changing a spot from "Clock" to "CLOCK". A few updates from xscreensaver-5.44/hacks/xlockmore.c for xscreensaver port. Duplicate resources and unloadable resources for xscreensaver port fixed by EoflaOE. Double free removed for xscreensaver port fixed by EoflaOE and myself. Removed some warnings in xscreensaver port in fzort, rubik, skewb, and sproingies. Xpm textures added to xscreensaver ports that need them. image, puzzle, decay, bat now work but use xscreensaver bitmap/pixmap in xscreensaver port. Bug fix in qix and toneclock for xscreensaver port, xlock was not affected by negative NRAND input. euler2d synced up with xscreensaver version. Change to fzort to use __asm__ instead of asm as its probably more likely to work. Fixed solitaire so deckPile changes just a little bit as it doles out cards. Updated bomb to use size 18 font when USE_MB is not set as it seems 34 is not widely available anymore. pacman now has different colored ghosts (no green ghost) and also oscillating dress and eyes. See README for a notice for this mode. Fixed some bad drawings in solitaire and pacman noticed on Windows side. Warnings removed for -Wstrict-prototypes -Wmissing-prototypes -Wdeclaration-after-statement 5.65 Fix from Jan Kratochvil and Adrian Reber, adrian AT lisas.de for Fedora. xlock -startCmd true... would core on Fedora, exit() replaced with _exit(). Update for magick.c to use strncpy thanks to Jouk Jansen. 5.64 Fix for hyper mode from original author, for potential but not likely memory leak and free(NULL) issue John Heidemann, johnh AT isi.edu. More buffer gcc warnings removed for dclock.c, image.c, and scrnsave.c. ras.c/magick.c gcc 10 fix from Adrian Reber, adrian AT lisas.de . VMS already handles this in make.com. 5.63 Lots of spelling errors fixed due to codespell https://manpages.debian.org/testing/codespell/codespell.1.en.html A few more gl modes (molecule, invert) fixed up by EoflaOE ViceCity to run in xscreensaver. Added additional changes to solitaire and invert. invert will build in xscreensaver with some coaxing, see README in xscreensaver directory. Removed buffer gcc warning about nose.c. 5.62 Fix from brett.diamond AT gmail.com to get "xlock -help" from crashing. As a Blake's 7 fan, I had to add the Liberator to star mode. 5.61 Same fix from Jouk Jansen and Adrian Reber, adrian AT lisas.de for juggler3d.cc in previous release. Change from Denys Vlasenko (thanks to Adrian Reber for pointing out) https://bugzilla.redhat.com/show_bug.cgi?id=874484 This helps xlock's parent process to know xlock crashed. ico mode added truncated octahedron. Another gl mode, sierpinski3d, fixed up by EoflaOE ViceCity to run in xscreensaver. 5.60 Updated references to website to https. https://www.sillycycle.com A few more gl modes (incl. maze3d, pipe, sproingies) fixed up by EoflaOE ViceCity to run in xscreensaver. 5.59 Thanks to tobik, ohartmann AT walstatt.org, and Jason Helfman, jgh AT FreeBSD.org for xglock fixes for "failed due to signal" for clang. Syncing with xscreensaver and many modes modified, more than half working there. pacman and puzzle run but need some obvious work, others run too fast or flash on the screen. Various fixes from Jouk Jansen and EoflaOE ViceCity. Updated GL modes also, inaddition to overlap: biof, skewb, and fire (needs images). See xscreensaver/README for new directions. Updated in linux to build with modules, must have broken somewhere down the line. imake build fixed too. bomb mode fixed for xlock. 5.58 Syncing with xscreensaver. Much has changed since last time this was done and much left to do. Nonglx "a"'s and some "b"'s done so far. Automata modes like ant.c should use automata.c and automata.h supplied by xlockmore. ball bat not working right there yet. Also bouboule to do right will require changes to xlockmore files from xscreensaver. See new xscreensaver/README for instructions. While testing uncovered old security bug in anenome mode and fixed. 5.57 life updates to use a more standard notation for nontotalistic cellular automata. ax_pthread.m4 needed for autoconf, added back in, oops. Removed VMS caddr_t fix from matrix.c, cage.c, gears.c, glplanet.c, invert.c, juggler3d.c, lament.c, moebius.c, molecule.c, morph3d.c, noof.c, pipes.c, rubik.c, sierpinski3d.c, skewb.c, stairs.c, superquadrics.c as no longer needed. Thanks to Jouk Jansen. boxed and maze3d modes added thanks mainly to Jouk Jansen. boxed added to xlock95.scr. xlock95 Makefile now builds to 64 bit. 5.56 Thanks to Jason Helfman, jgh AT FreeBSD.org for sound installation fixes. Thanks to Tobias Kortkamp, for his patch for glock compile issue with CLANG 6.0.0. Fixing warnings using clang for back.xpm, nose.c, passwd.c. Fixing errors using g++ for deluxe.c, also various casting added. Fixing potential some buffer overruns pointed out in mingw in apollonian.c and hyper.c. Fixing potential error of using null pointer thanks again to mingw in xlock.c. pyro2 was not showing anything on screen due to it not finding font, changed it to default to mode_font if can not find. 5.55 Thanks to Dave Odell, dmo2118 AT gmail.com for his fzort mode update to use the functions in xshm.c and fixes crash when running X11 over network. Note from Dave Odell: <https://www.jwz.org/xscreensaver/xscreensaver-5.37.tar.gz>. MI_INIT() is defined and documented in hacks/xlockmore.h, with related functions defined in hacks/xlockmore.c. MI_INIT() currently takes three parameters: the ModeInfo *, the state array, and a function pointer for the new free hook. FWIW, it could instead be just the first two parameters, with the free hook being set up like the other ModeHooks; this would be a bit nicer, I think. But I was going for something that could be applied incrementally to individual screenhacks in XScreenSaver, and could -- in theory -- be brought back to xlockmore with minimal impact. ant mode resync'd with xscreensaver... Thanks to David Odell redoing my sad attempt. -sound configuration changed around so it should work on more machines, now uses DEF_PLAY and play.sh by default. Thanks to Stanislav Brabec, sbrabec AT suse.cz for his "hack" to fix for PAM with non-English locales. He notes to fix properly a "Password" prompt list should be obtained at the initial phase of authentication. Added PAM_PASSWORD_PROMPT for using old way. Fixed leak in scooter thanks to Valgrind. 5.54 Thanks to Dave Odell, dmo2118 AT gmail.com for his strange mode updates to include aligned_malloc.[ch], thread_util.[ch], xshm.[ch], and visual_pixmap_depth() from XScreenSaver. Also updates for building macOS and Debian for crypt. Made safe for VMS by Jouk Jansen. juggle fixed for multiscreens. 5.53 Goofed on last VMS xmlock update. dclock fix for led bounce. :) Added to windows port but only graphical part. Windows port fixed petri black screen. Added anemone and deluxe but turned off double buffering to get default black screen. 5.52 Install changes for fortune. VMS xmlock build update. Thanks to Dave Odell, dmo2118 AT gmail.com for his strange mode updates. New options -points N and -curve N . Also now working for windows port (which led to bubble and ifs porting easily). 5.51 life3d updates including a distinct 18 neighborhood using rhombic dodecahedrons (neighoborhood -18 as there is already 18 neighborhood), and a 22 neighborhood using tetrahedrons, i.e. the tetrahedral part of alternated cubic honeycomb Less compile warnings and configure update. 5.50 -messagefont was broken if USE_MB set (default from 5.42). E.g.: -mode dclock -messagefont "-*-times-*-*-*-*-18-*-*-*-*-*-*-*" Changed default message font to above. Should now compile with less warnings. spiral erase mode changed from 100 iterations to 8.
2022-01-23x11/alacritty: update to 0.10.0pin4-357/+389
pkgsrc changes - Install manpages Packaging - New extra/alacritty-msg.man manpage for the alacritty msg subcommand - Minimum Rust version has been bumped to 1.53.0 Added - Option colors.transparent_background_colors to allow applying opacity to all background colors - Support for running multiple windows from a single Alacritty instance (see docs/features.md) - Urgency support on Wayland via xdg_activation_v1 Changed - ExpandSelection is now a configurable mouse binding action - Config option background_opacity, you should use window.opacity instead - Reload configuration files when their symbolic link is replaced - Strip trailing whitespaces when yanking from a block selection - Display area keeps history position when viewport is cleared - Commands spawn from the current directory of the foreground shell in Unix-like systems - Remove trailing newline from strings taken from hints or simple/semantic selections - Builtin font is now used for box drawing characters from U+2500 to U+259f - Logs now print the time since startup instead of the local time Fixed - Line indicator obstructing vi mode cursor when scrolled into history - Vi mode search starting in the line below the vi cursor - Invisible cursor with matching foreground/background colors - Crash when hovering over a match emptied by post-processing - Crash when the vi cursor is on the scrollback and viewport clear is invoked - Freeze when the vi cursor is on the scrollback and scrollback clear is invoked - Vi cursor on topmost of the display moving downward when scrolled into history with active output - Input lag on Wayland with Nvidia binary driver - Crash when hovering the mouse over fullwidth characters - Do not create logfile if the file already exists Removed - Wayland client side decorations were simplified
2022-01-23py-sip5: this is a Python packageadam1-2/+2
2022-01-22py-*: mark two as not supporting python 2.7wiz2-3/+6
2022-01-21mlterm: Simplify GITHUB_PROJECTryoon1-2/+2
2022-01-21x11/lxqt-globalkeys: update to 1.0.1pin4-13/+11
-The asynchronous behavior of Xlib is kept intact. It guarantees that the global shortcut daemon starts correctly with the session after a change in the behavior of libx11 1.7.3.1.
2022-01-20xfce4-indicator-plugin: update to 2.4.1gutteridge3-11/+11
Change log: 2.4.1 ====== - Fix distcheck build with recent libtool - Remove placeholder 'No Indicators' button (#14) - Fix compilation warnings - automake: Some updates - autoconf: Some updates - Add `.gitignore` - Translation Updates: Basque, Belarusian, Catalan, Czech, Galician, Norwegian Bokmål, Russian, Slovenian, Spanish, Turkish, Ukrainian
2022-01-19x11/citron: update to 0.14.0pin3-59/+59
This release includes various under-the-hood tweaks to the codebase, essentially ridding citron of boilerplate code, and exploring a different approach to how icon logic should be handled internally. It also fixes a bug that would result in battery percentage not showing up in cases where your battery's state is unknown.
2022-01-18Add x11/py-qt-builder to Makefile.rhialto1-1/+2
2022-01-18Add x11/py-qt-builder. Will be needed for calibre 5.x.rhialto4-0/+149
2022-01-18Add x11/py-sip5 to Makefile.rhialto1-1/+2
2022-01-18Add x11/py-sip5. Will be needed for calibre 5.x.rhialto5-0/+270
2022-01-18mlterm: 3.9.2 tag on GitHub has been renamed (i.e. distfile is updated).tsutsui2-6/+7
2022-01-18Bump packages that depends on GHCpho4-8/+8
2022-01-17ruby-gnome: update to 3.5.1.tsutsui4-12/+10
Upstream changes (from NEWS): == Ruby-GNOME 3.5.1: 2021-01-17 This is a release for Windows. === Changes ==== All * windows: Add workaround for mingw-w64-x86_64-gettext-0.21-1 or later. Dummy (({DllMain()})) is defined. ==== Ruby/Pango * Fixes * Fixed a bug that can't be started. [GitHub#1456][Reported by Akira Ouchi] ==== Ruby/GObjectIntrospection * Fixes * Fixed a bug that (({NoMethodError})) is raised on invalid signature for constructor. === Thanks * Akira Ouchi == Ruby-GNOME 3.5.0: 2021-01-11 This is a release that adds support for Ractor. Ruby/GObjectIntrospection has some backward incompatibilities for Ractor support. If you have any problem, please report it to https://github.com/ruby-gnome/ruby-gnome/issues . === Changes ==== Ruby/GLib2 * Improvements * Added support for Ractor. * Added support for signal handlers and virtual methods in included module. * Added support for (({try_convert})) protocol for property setter. * Added support for converting tuple (({GVariant})) to Ruby. ==== Ruby/GIO2 * Improvements * Added support for GIO 2.70. * Added (({Gio::RubyInputStream})) to use Ruby objects as (({Gio::InputStream})). * Added (({Gio::RubyOutputStream})) to use Ruby objects as (({Gio::OutputStream})). ==== Ruby/GObjectIntrospection * Improvements * Added support for Ractor. This introduced some backward incompatiblities. * Added support for "transfer full" for out (({GError})). [GitHub#1437][Reported by mcclumpherty] * Added support for changing whether GVL is unlocked per object by the following APIs. * (({GObjectIntrospection::FunctionInfo#set_lock_gvl_default})) * (({GObjectIntrospection::FunctionInfo#add_lock_gvl_predicate})) * (({GObjectIntrospection::Loader#prepare_function_info_lock_gvl})) * Added support for converting from raw argument to enum. * Added support for (({GList<GVariant>})) return value. * Added support for reporting an error in callback. * Fixes * Fixed a bug that virtual functions of grandparent class can't be implemented. [GitHub#1433][Patch by shibafu] ==== Ruby/Pango * Improvements * Added support for Ruby 3.2. ==== Ruby/GTK3 * Improvements * Improved documentation. [GitHub#1454][Patch by Andy Maleh] * Added support for Ruby 3.2. ==== Ruby/GDK4 * Improvements * Updated pkg-config ID. [GitHub#1435][Patch by Sasi Olin] ==== Ruby/GTK4 * Improvements * Removed needless rsvg2 dependency on Windows. [GitHub#1440][Reported by HuBandiT] * Fixes * Fixed typos in warning messages. [GitHub#1442][Patch by HuBandiT] [GitHub#1415][Reported by rubyFeedback] === Thanks * shibafu * Sasi Olin * mcclumpherty * HuBandiT * rubyFeedback * Andy Maleh
2022-01-17mlterm: update to 3.9.2.tsutsui3-52/+10
pkgsrc changes: * switch MASTER_SITES to GitHub * use GTK3 instead of GTK2 * remove local patches integreated into upstream (#5) Upstream changes (noted in doc/en/ReleaseNote): ver 3.9.2 * Support Fcitx5. * Support GTK4 for mlconfig. (./configure --with-gtk=4.0) * Support CSI > Ps q (XTVERSION). (Response: DCS>|mlterm(3.9.2)ST) * Add "MOSH_UDP_PORT" environmental variable to specify UDP port or port-range to communicate with a mosh server. * Add INSERT_CLIPBOARD shortcut key. (https://github.com/arakiken/mlterm/issues/19) * Add --fk / format_other_keys option (equivalent to "formatOtherKeys" of xterm), and change the default format of the escape sequence with modifyOtherKeys from CSI Ps; Ps u to CSI 27; Ps; Ps ~. * Add --with-iconv, --disable-daemon, --disable-split and --disable-zmodem options to ./configure script. * Add vte 0.66 API symbols to libvte compatible library. * Show server list dialog at startup on Android. * It is deprecated to use "mlterm" as the value of termtype / -y option. * 'termcap' config file stops to accept multiple terminal types concated by '|' (e.g. xterm|xterm-256) as key. * Arabic ligatures (U+644-U+622, U+644-U+622, U+644-U+625, U+644-U+627) occupy two logical columns instead of one even if --dyncomb option isn't specified. * KBD_INPUT_NUM and MOUSE_INPUT_NUM environmental variables (for mlterm-fb) accept multiple device numbers by "<num>,<num>". * Show "Config: key=value" only if shortcut keys whose format is "proto:(echo)key=value" is pressed. * Merge patches: https://github.com/arakiken/mlterm/pull/5. https://github.com/arakiken/mlterm/pull/9. https://github.com/arakiken/mlterm/pull/12. https://github.com/arakiken/mlterm/pull/22. * Bug fixes: Fix https://github.com/arakiken/mlterm/issues/15. Fix https://github.com/arakiken/mlterm/issues/18. Fix https://github.com/arakiken/mlterm/issues/24. Fix https://github.com/arakiken/mlterm/issues/28. Fix failure of restarting mlterm on Android. (Enbugged at 3.9.1) Fix segfault if mlterm screen with -t option goes outside of the display. Fix emoji glyphs becoming too large with cairo. Fix corrupt value of "word_separator" option which mlconfig outputs. Fix incompatibility with xterm in pressing Shift + a-z keys etc if modifyOtherKeys is 1. (https://github.com/arakiken/mlterm/issues/21) Fix segfault in opening a new roxterm tab with libvte compatible library on wayland.
2022-01-16Thease packages dose not support Ruby 3.1.taca1-2/+2