summaryrefslogtreecommitdiff
path: root/x11
AgeCommit message (Collapse)AuthorFilesLines
2020-09-16libxkbcommon: fix PLIST for Linuxwiz1-0/+3
add xkbcli-interactive-evdev to PLIST.Linux This utility is only built when linux/input.h is available. From Michael Forney via tech-pkg.
2020-09-15py-qt5: updated to 5.15.1adam3-9/+11
v5.15.1 - Added the QtTextToSpeech module. - None is now interpreted as a null QJsonValue. - Bound signals can now be compared for equality. - Q_CLASSINFO, Q_ENUM, Q_ENUMS, Q_FLAG and Q_FLAGS are not implemented when using PyPy.
2020-09-15py-sip: updated to 4.19.24adam2-8/+7
v4.19.24 - Added support for Python v3.9. - %InstanceCode is now used to provide the default result of virtual handlers that return a class or mapped type by value. - 'android_abi' can now be used in a configuration file when building the sip module using qmake. This is required when using Qt v5.14 or later on Android.
2020-09-14qt5: updated to 5.15.1adam66-235/+206
Qt 5.15.1 Released We have released Qt 5.15.1, the first patch release of Qt 5.15 LTS. As a patch release, Qt 5.15.1 does not add any new functionality but provides many bug fixes and other improvements. Compared to Qt 5.15.0, the new Qt 5.15.1 contains more than 400 bug fixes. For details of the most important changes, please check the Change files of Qt 5.15.1.
2020-09-13deforaos-notes: no longer depend on Gtk+ 2khorben1-3/+2
Since the latest release (0.2.0) the package actually depends on what deforaos-libdesktop uses, which now defaults to Gtk+ 3. Bumps PKGREVISION.
2020-09-13wmweather: update to 2.4.7.wiz2-8/+7
Based on PR 55656 by snow flurry. 2.4.7 - Feb 12, 2019 * Fixed NOAA download URL. Thanks to Tilmann Hentze, Werner, Roman Dobosz, Cristian Ionescu-Idbohrn, and Faried Nawaz.
2020-09-13libxkbcommon: update to 1.0.1.wiz3-8/+24
libxkbcommon 1.0.1 - 2020-09-11 ================== - Fix the tool-option-parsing test failing. - Remove requirement for pytest in the tool-option-parsing test. - Make the table output of `xkbcli how-to-type` aligned. - Some portability and test isolation fixes. libxkbcommon 1.0.0 - 2020-09-05 ================== Note: this release is API and ABI compatible with previous releases -- the major version bump is only an indication of stability. - Add libxkbregistry as configure-time optional library. libxkbregistry is a C library that lists available XKB models, layouts and variants for a given ruleset. This is a separate library (libxkbregistry.so, pkgconfig file xkbregistry.pc) and aimed at tools that provide a listing of available keyboard layouts to the user. See the Documentation for details on the API. Contributed by Peter Hutterer <@who-t.net>. - Better support custom user configuration: * Allow including XKB files from other paths. Previously, a 'symbols/us' file in path A would shadow the same file in path B. This is suboptimal, we rarely need to hide the system files - we care mostly about *extending* them. By continuing to check other lookup paths, we make it possible for a XDG_CONFIG_HOME/xkb/symbols/us file to have sections including those from /usr/share/X11/xkb/symbols/us. Note that this is not possible for rules files, which need to be manually controlled to get the right bits resolved. * Add /etc/xkb as extra lookup path for system data files. This completes the usual triplet of configuration locations available for most processes: - vendor-provided data files in /usr/share/X11/xkb - system-specific data files in /etc/xkb - user-specific data files in $XDG_CONFIG_HOME/xkb The default lookup order user, system, vendor, just like everything else that uses these conventions. For include directives in rules files, the '%E' resolves to that path. * Add a new section to the documentation for custom user configuration. Contributed by Peter Hutterer <@who-t.net>. - Add an `xkbcli` command-line utility. This tool offers various subcommands for introspection and debugging. Currently the available subcommands are: list List available rules, models, layouts, variants and options interactive-wayland Interactive debugger for XKB keymaps for Wayland interactive-x11 Interactive debugger for XKB keymaps for X11 interactive-evdev Interactive debugger for XKB keymaps for evdev (Linux) compile-keymap Compile an XKB keymap how-to-type See separate entry below. See the manpages for usage information. Contributed by Peter Hutterer <@who-t.net>. - Add `xkb_utf32_to_keysym()` to translate a Unicode codepoint to a keysym. When a special keysym (`XKB_KEY_` constant) for the codepoint exists, it is returned, otherwise the direct encoding is used, if permissible. Contributed by Jaroslaw Kubik <@froglogic.com>. - Add `xkb_keymap_key_get_mods_for_level()` which retrieves sets of modifiers which produce a given shift level in a given key+layout. Contributed by Jaroslaw Kubik <@froglogic.com>. - Add `xkbcli how-to-type` command, which, using `xkb_utf32_to_keysym()` and `xkb_keymap_key_get_mods_for_level()` and other APIs, prints out all the ways to produce a given keysym. For example, how to type `?` (codepoint 63) in a us,de keymap? $ xkbcli how-to-type --layout us,de 63 | column -ts $'\t' keysym: question (0x3f) KEYCODE KEY NAME LAYOUT# LAYOUT NAME LEVEL# MODIFIERS 20 AE11 2 German 2 [ Shift ] 20 AE11 2 German 2 [ Shift Lock ] 61 AB10 1 English (US) 2 [ Shift ] - Add a new section to the documentation describing the format of the XKB rules file. - Search for Compose in $XDG_CONFIG_HOME/XCompose (fallback to ~/.config/XCompose) before trying $HOME/.XCompose. Note that libX11 still only searches in $HOME/.XCompose. Contributed by Emmanuel Gil Peyrot <@linkmauve.fr>. - Bump meson requirement to >= 0.49.0. - Fix build with byacc. - Fix building X11 tests on PE targets. Contributed by Jon Turney <@dronecode.org.uk> - The tests no longer rely on bash, only Python (which is already used by meson). - New API: xkb_utf32_to_keysym xkb_keymap_key_get_mods_for_level XKB_KEY_XF86FullScreen
2020-09-13deforaos-integration: update to version 0.1.1khorben3-10/+10
* Imported the telephony applet from DeforaOS Panel
2020-09-13deforaos-panel: update to version 0.4.1khorben4-26/+9
* The telephony applet moved to DeforaOS Integration * The "General" tab no longer focused when applying preferences * Fix building Panel applets with pkg-config * Improved support for translations
2020-09-12deforaos-panel: fix building panel applets with pkg-configkhorben3-3/+18
This should notably fix building x11/deforaos-integration.
2020-09-11x11: + clipnotifyleot1-1/+2
2020-09-11clipnotify: Import clipnotify-1.0.2 as x11/clipnotifyleot4-0/+34
clipnotify is a simple program that, using the XFIXES extension to X11, waits until a new selection is available and then exits.
2020-09-10xf86-video-vesa: update to 2.5.0.wiz2-7/+7
This release rolls up a few minor bug fixes since 2.4.0. We now refuse to run on machines with UEFI firmware (on Linux only, patches welcome for other OSes) since it won't work in the general case and you probably have a kernel framebuffer driver running already. We also only attempt to use 24bpp if the alternative would be pseudocolor, but note that since xserver 1.20 24bpp will not work at all. If you'd like to fix that case, please note that it is filed as issue #4: https://gitlab.freedesktop.org/xorg/driver/xf86-video-vesa/-/issues/4 We also notice several cases of running on emulated GPUs, in which case the shadow framebuffer is disabled by default to improve performance by reducing the number of copies. All users are recommended to upgrade, ideally to a better video card and/or driver. Full changelog: Adam Jackson (5): Newline-terminate a few error messages Refuse to run on UEFI machines Try harder to avoid 24bpp Disable shadow by default on known-virtual GPUs vesa 2.5.0 Alan Coopersmith (2): Update README for gitlab migration Update configure.ac bug URL for gitlab migration Benjamin Tissoires (1): Refuse to run on UEFI machines running older kernels
2020-09-10xfce4-notifyd: update to 0.6.2gutteridge3-16/+13
Change log: 0.6.2 ====== - Switch to new app icon and rDNS icon name - Default to session autostart instead of DBus (Fixes #27) - Add configurable log size limit (default: 100) - Make buttons on non-1st notifications work - panel-plugin: Add option to hide "Clear log" dialog - log: properly handle iso8601 timestamps - log: Use SHA-1 data hash in icon cache paths (bug #16825) - log: Improve performance of adding notifications to log file (bug #14865) - log: Refactor log keyfile element insertion into a separate function - Add basic GitLab pipeline - Fix GTimeVal deprecation (Bug #16805) - Remove unused expire_timeout variable - Fix memory leaks - settings: Switch to symbolic close icon - Translation Updates: Bulgarian, Catalan, Chinese (China), Danish, Dutch, Eastern Armenian, Estonian, Finnish, French, Galician, German, Hebrew, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål, Portuguese, Portuguese (Brazil), Russian, Serbian, Spanish, Turkish
2020-09-07p5-gtk2: update to 1.24993.wiz2-11/+8
Overview of changes in Gtk2 1.24993 =================================== ∗ Fix two test failures on newer versions of gtk+/gnome-shell/mutter
2020-09-07p5-Tk: update to 804.035.wiz2-9/+7
Tk-804.035 release (2020-03-28) ------------------ This is basically the same like Tk-804.034_501. Tk-804.034_501 release (2020-03-19) ---------------------- Fixes Add dummy rules for newer EUMM (RT #124910) Try harder to find libpng on FreeBSD Tk-804.034_500 release (2020-02-23) ---------------------- Fixes Compiles again with perl 5.31.x (see also github pull request #61 and https://github.com/Perl/perl5/issues/17024 by Karl Williamson). Now ppport.h is included in the distribution. Switch to X's locale handling if needed (Karl Williamson) Don't use buttons 4 and 5 on non-X11 platforms (Christopher Chavez) Fix corner case in XPM handling (/* in colors section) Spelling/grammar fixes in comments and code (Christopher Chavez) Improved demo script photo1.pl (Christopher Chavez) Documentation Smaller Pod fixes (Slaven Rezic, Christopher Chavez) Tests travis-ci fixes
2020-09-07p5-Clipboard: update to 0.26.wiz2-9/+8
0.26 2020-05-16 - Try to fix 'Wide character in print' warning with Xclip - https://github.com/shlomif/Clipboard/issues/4 - Thanks to @shawnhcorey . 0.25 2020-05-14 - Fix capitalization in GitHub links (the links still worked) in META.* - A minor and cosmetic change 0.24 2020-03-07 - Remove Makefile.PL due to ::OSPrereqs not munging it along with Build.PL - https://github.com/dagolden/Dist-Zilla-Plugin-OSPrereqs/issues/4 - Fix macOS detection. - https://github.com/shlomif/Clipboard/issues/1 - convert "darwin" to a regex. 0.23 2020-03-06 - Require deps on MacOS and MSwin32 - See: https://github.com/shlomif/Clipboard/issues/1 - Thanks to https://metacpan.org/pod/Dist::Zilla::Plugin::OSPrereqs . 0.22 2020-01-28 - Rebuild for order of 'NAME' and 'VERSION' sections in the generated POD documentation (see 0.001004 in https://metacpan.org/changes/distribution/Pod-Weaver-PluginBundle-SHLOMIF ). - VERSION used to appear before NAME. 0.21 2019-12-02 - Min version of Mac::Pasteboard for macOS Catalina compat - Thanks to William H. Gilmore
2020-09-02Use http with ftp.funet.fikim1-2/+2
2020-09-02dmenu: Update to 5.0leot2-8/+7
Changes: 5.0 --- - Revert IME support - Fix memory leaks in drw - Misc bug fixes
2020-08-31*: switch to versioned_dependencies.mk for py-setuptoolswiz1-3/+4
2020-08-31*: bump PKGREVISION for perl-5.32.wiz88-172/+176
2020-08-30deforaos-panel: fix wrong dependency on Gtk+ 2khorben1-3/+2
This should fix building meta-pkgs/deforaos-desktop. Thanks joerg@ for the heads up!
2020-08-30py-qwt-qt4: remove, was only used by the outdated gnuradio packagetnn7-191/+1
2020-08-30x11/Makefile: +py-qwt-qt5tnn1-1/+2
2020-08-30x11/py-qwt-qt5: import py37-qwt-qt5-1.02.00tnn7-0/+178
Python PyQt wrapper for Qwt6
2020-08-30qwt6-qt5: ship the optional pkg-config file, gnuradio wants it. Bump.tnn4-9/+19
2020-08-30qwt6-qt5: update to 6.1.5tnn11-121/+25
Maintenance - Avoid using some of the deprecated Qt APIs - Missing includes of QPainterPath ( Qt 5.15 ) added - QwtPlotSpectroCurve: missing public inheritance - QwtPlotTradingCurve: missing public inheritance Bug fixes - QwtLinearColorMap: handling of alpha values in color stops fixed - QwtPlotRasterItem: missing color table initialization for QImage::Format_Indexed8 - QwtScaleWidget: missing QEvent::LayoutRequest added - QwtSetSample: bound rectangle fixed for empty sets
2020-08-29qt5-qtwebkit: let Bison generate the header directlywiz2-1/+43
Starting with Bison 3.7, the generated C++ file #include's the header by default, instead of duplicating it. So we should not delete it. Remove the code to add #ifdef guards to the header, since Bison adds them itself since version 2.6.3. From Dmitry Shachnev via Debian.
2020-08-27Needs libuuid now that fontconfig doesn't pull it in.joerg1-1/+2
2020-08-26modular-xorg-*: reset PKGREVISION after updatewiz2-4/+2
2020-08-26modular-xorg-server: update to 1.20.9.wiz4-37/+8
Aaron Ma (1): xfree86: add drm modes on non-GTF panels Adam Jackson (2): linux: Make platform device probe less fragile linux: Fix platform device PCI detection for complex bus topologies Alan Coopersmith (2): Update URL's in man pages doc: Update URLs in Xserver-DTrace.xml Alex Goins (1): randr: Check rrPrivKey in RRHasScanoutPixmap() Hans de Goede (1): modesetting: Disable pageflipping when using a swcursor Huacai Chen (1): linux: Fix platform device probe for DT-based PCI Jose Maria Casanova Crespo (1): modesetting: Fix front_bo leak at drmmode_xf86crtc_resize on XRandR rotation Lyude Paul (1): xwayland: Store xwl_tablet_pad in its own private key Martin Weber (1): hw/xfree86: Avoid cursor use after free Matt Turner (1): xserver 1.20.9 Matthieu Herrb (5): fix for ZDI-11426 Correct bounds checking in XkbSetNames() Fix XIChangeHierarchy() integer underflow Fix XkbSelectEvents() integer underflow Fix XRecordRegisterClients() Integer underflow Michel Dänzer (7): present/wnmd: Keep pixmap pointer in present_wnmd_clear_window_flip present/wnmd: Free flip_queue entries in present_wnmd_clear_window_flip xwayland: Always use xwl_present_free_event for freeing Present events xwayland: Free all remaining events in xwl_present_cleanup xwayland: Hold a pixmap reference in struct xwl_present_event xwayland: Propagate damage x1/y1 coordinates in xwl_present_flip xwayland: Handle NULL xwl_seat in xwl_seat_can_emulate_pointer_warp Olivier Fourdan (4): xwayland: Fix infinite loop at startup xwayland: Clear private on device removal xwayland: Disable the MIT-SCREEN-SAVER extension when rootless xwayland: Use a fixed DPI value for core protocol Roman Gilg (1): present: Check valid region in window mode flips Samuel Thibault (1): dix: do not send focus event when grab actually does not change Simon Ser (2): xwayland: import DMA-BUFs with GBM_BO_USE_RENDERING only xwayland: only use linux-dmabuf if format/modifier was advertised SimonP (1): xwayland: Initialise values in xwlVidModeGetGamma() Sjoerd Simons (1): xwayland: Fix crashes when there is no pointer
2020-08-26libX11: update to 1.6.12.wiz2-7/+7
Christopher Chavez (1): Fix typo GCCLipYOrigin -> GCClipYOrigin in XCreateGC() manpage Felix Yan (1): Correct a typo in GetStCmap.c Matthieu Herrb (2): Fix an integer overflow in init_om() libX11 1.6.12 Maya Rashish (1): Avoid the use of "register" keyword in XkbTranslateKeySym. Niclas Zeising (1): Fix input clients connecting to server
2020-08-24modeline: fix package that I previously broke due to a missing DIST_SUBDIRtnn3-17/+9
2020-08-24xfce4-tumbler: update to 0.3.0gutteridge3-9/+9
Change log: 0.3.0 ===== - Fix jpeg thumbnail orientation when fallback code is taken place (Bug #28). - Use AC_CONFIG_MACRO_DIRS instead of AC_CONFIG_MACRO_DIR - Fix GTimeVal deprecation - Drop support of GLib < 2.32 - Use guint32 for request handle and fix its further occurrences of 0 - Implement Excludes paths in tumbler.rc - Translation Updates: be, da, el, es, he, hu, hye, it, nl, pl, sq, zh_TW, zh_HK
2020-08-24mate*: remove unintentional linkage against pkgsrc gettext-libsgutteridge12-24/+24
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-22Progress for the SmartOS build.joerg2-5/+5
2020-08-21x11/xterm: update to 359pin2-9/+7
Patch #359 - 2020/08/17 -add special case in WriteText to allow colors 8-15 to -override colorBDMode (patch by Ingo Brückl). -add utf8Weblike resource, to provide an alternate scheme for handling ill-formed UTF-8 sequences (adapted from patch by Dan Gohman). -improve computation for the number of lines needed to scroll-up a SIXEL graphic (report/patch by Ben Wong). -correct manpage description for default value of disallowWindowOps from changes in xterm #331 (patch by Ben Wong). -correct a loop starting-point in refresh_graphics from optimization in patch #358 changes (report by Ben Wong). -add a new mouse mode 1016, which uses the same format as mode 1006, but sends the mouse's position in pixels (suggested by Igor van den Hoven). -fix an issue from patch #338 changes where only the first selection buffer specified in the request would be updated using OSC 52 (patch by Michael Gulick). -modify makefile/scripts to allow DESTDIR to prefix the target directory for desktop-file-install (report by Fred Heitkamp). -enable SIXEL feature by default. -update config.guess, config.sub Note: sixel-graphics should now be enabled by default. Hence, I've removed the corresponding CONFIGURE_ARGS. If you experience any issues please report and I'll add it back if needed.
2020-08-19Skip building only-useful-with-Wayland packages on unsupported systemsnia2-2/+14
2020-08-18*: revbump for libsndfileleot39-78/+78
2020-08-18modeline: update to 20060709tnn2-7/+8
The distfile changed on the MASTER_SITE back in 2006 so the checksum didn't match for the past 14 years or so. Change seems to be to fix a float cast warning.
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot154-275/+308
2020-08-17*: revbump after fontconfig bl3 changes (libuuid removal)leot246-438/+492
2020-08-14gtk3: updated to 3.24.22adam4-25/+25
Overview of Changes in GTK+ 3.24.22 =================================== * GtkTextView: - Fix some corner cases of pixelcache invalidation - Make select-all work on touch * Fix print portal support * Adwaita: - Tweak title style class - Add a public color for text view background * Windows: - Limit the size of the corner mask cache - Use native API for keycode conversion - Use GLES on arm64 * Wayland: Add a way to change the application id * Quartz: Add axes to master devices * Add --enable-tracker3 option to configure * Translation updates: Catalan German Indonesian Italian Kazakh Spanish Turkish
2020-08-12xfce4-tumbler: update to 0.2.9gutteridge2-9/+8
Change log: 0.2.9 ===== - Fix jpeg thumbnail orientation when fallback code is taken place (Bug #28).
2020-08-11Install a script as script, so it doesn't get stripped.joerg2-4/+4
2020-08-09Fix build against newer Jasper.joerg2-1/+22
2020-08-07libX11: update to 1.6.11.wiz3-54/+7
Alan Coopersmith (1): libX11 1.6.11 Yichao Yu (1): Fix size calculation in `_XimAttributeToValue`.
2020-08-07qt5-qtimageformats: build fixgutteridge3-2/+18
2020-08-05xfce4-whiskermenu-plugin: update to 2.4.6gutteridge2-7/+7
Change log: 2.4.6 ===== - Fix crash during grab check. (Issue #19) - Fix background incorrect without compositing.
2020-08-04libX11: backport patch fixing regression from upstream. bump PKGREVISIONmaya3-2/+49