Commit graph

14233 commits

Author SHA1 Message Date
tsutsui
823a882285 ruby-gnome2: update to 3.3.2. (missed file in previous) 2019-02-03 07:18:50 +00:00
tsutsui
b642a9a21e ruby-gnome2: update to 3.3.2.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.3.2: 2019-02-03

This is a bug fix release of 3.3.1.

=== Changes

==== Ruby/GObjectIntrospection

  * Fixed

    * Fixed wrong nil check.
      [GitHub#1270][Patch by moveccr]

    * Fixed a memory leak when module function is used with block.
      [GitHub#1270][Reported by Izumi Tsutsui]

==== Ruby/GTK3

  * Improvements

    * Add backward compatibility APIs:

      * (({Gtk::Screen#add_style_provider}))

      * (({Gtk::Screen#remove_style_provider}))

      * (({Gtk::StyleContext.add_provider_for_screen}))

      * (({Gtk::StyleContext#add_provider}))

=== Thanks

  * moveccr

  * Izumi Tsutsui
2019-02-03 07:02:52 +00:00
tnn
c562521326 revbump for libvncserver consumers 2019-02-01 12:49:04 +00:00
tnn
7bb0ac8a7a x11vnc: update to 0.9.16
changes: build fixes, doc fixes
2019-02-01 11:24:10 +00:00
wiz
2bf803199a xfce4-session: remove file that is not in distinfo 2019-01-31 09:10:39 +00:00
leot
d7e860d331 gtk3: Update to 3.24.4
Changes:
Overview of Changes in GTK+ 3.24.4
==================================
* Support gtk_file_chooser_set_filter in GtkFileChooserNative
* Bugs fixed:
   - wayland: Fix long combobox positioning
   - about dialog: Activate all links in the same way
   - switch: Add fallbacks for symbols
   - spinbutton: Fix background color
* Translation updates:
   - Africaans
2019-01-29 16:57:39 +00:00
gutteridge
86315b2e83 x11/kitty: move bsd.prefs.mk placement to fix builds
bsd.prefs.mk needs to be first to pull in an appropriate Python version
if one isn't already installed. XXX there are still other build issues.
2019-01-29 04:42:57 +00:00
kamil
ad235c3c98 xorgproto: pkglint style fix
No Functional Change Intended
2019-01-28 12:25:35 +00:00
tnn
a7d4dee05c xf86-video-ati: fix bitrot, make it build again 2019-01-27 11:54:57 +00:00
tsutsui
ed260a39fe ruby-gnome2: update to 3.3.1.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.3.1: 2019-01-09

This is a release that improves GObject Introspection support.

=== Changes

==== Ruby/GLib2

  * Improvements

    * (({rbgobj_remove_relative()})): Added support for removing a
      relative added by (({rbgobj_add_relative()})).

    * Stopped to use raw (({Hash})) to guard objects from GC.

    * (({GLib::Idle.remove})): Deprecated. Use
      (({GLib::Source.remove})) instead.

  * Fixes

    * Fixed typos in samples.
      [GitHub#1267][Patch by kojix2]

==== Ruby/CairoGObject

  * Improvements

    * Started to require cairo gem 1.16.2 or later.

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for input object validation.

    * Added support for callback with module function such as
      (({Gdk.threads_add_idle})).
      [GitHub#1256][Reported by xetum]

    * Added support for converting (({GHash<utf8, GObject>})).

    * Added support for transfer full (({GHash})).

    * Added support for freeing array of primitive types.
      [GitHub#1266][Patch by Yosuke Shiro]

    * Improved suitable method detection for array and list.

    * Added support for converting an array of (({GObject})).

    * Added support for renaming compare operations:

      * (({not_equal})): (({!=}))

      * (({less_than})): (({<}))

      * (({less_than_or_equal})): (({<=}))

      * (({greater_than})): (({>}))

      * (({greater_than_or_equal})): (({>=}))

==== Ruby/GdkPixbuf2

  * Fixes

    * Fixed markup.
      [GitHub#1250][Patch by kojix2]

    * Fixed a bug that data passed to (({GdkPixbuf::Pixbuf.new(data:
      array)})) is corrupt by GC.

==== Ruby/Pango

  * Improvements

    * (({Pango::Layout#get_pixel_extents})): Added for backward
      compatibility.

    * (({Pango::Rectangle#ascent})): Added for backward
      compatibility.

    * (({Pango::Rectangle#descent})): Added for backward
      compatibility.

    * (({Pango::Rectangle#lbearing})): Added for backward
      compatibility.

    * (({Pango::Rectangle#rbearing})): Added for backward
      compatibility.

    * (({Pango::Rectangle#left_bearing})): Added.

    * (({Pango::Rectangle#right_bearing})): Added.

==== Ruby/GTK2

  * Fixes

    * Fixed typos in samples.
      [GitHub#1268][Patch by kojix2]

==== Ruby/GTK3

  * Improvements

    * Updated sample to work on HiDPI environment.
      [GitHub#1246][Patch by noanoa07]

    * Updated samples.
      [GitHub#1258][GitHub#1259][GitHub#1260][Patch by kojix2]

==== Ruby/RSVG2

  * Fixes

    * Fixed typos.
      [GitHub#1253][Patch by kojix2]

    * Removed needless rsvg2 gem dependency for Windows.
      [GitHub#1261][Reported by noanoa07]

==== Ruby/GEGL

  * Fixes

    * Fixed a typo in README.
      [GitHub#1263][Patch by kojix2]

=== Thanks

  * noanoa07

  * kojix2

  * xetum

  * Yosuke Shiro
2019-01-27 02:23:39 +00:00
tnn
47e776a683 qt5-qttools: make qdoc optional
It pulls in all of clang and I don't need that just to build wireshark.
2019-01-26 23:20:41 +00:00
tnn
1acfe03f13 append to PKG_SUPPORTED_OPTIONS since this file is used by multiple pkgs 2019-01-26 22:58:04 +00:00
jaapb
97ddbf7522 Updated x11/ocaml-lablgtk to version 2.18.7
Minor changes, for example to build with ocaml 4.05.
2019-01-24 09:58:18 +00:00
youri
acc86bbbdc Silence useless warning. 2019-01-23 15:34:31 +00:00
youri
511029b27e Add initial NetBSD backend for the cpufreq panel plugin. 2019-01-23 15:25:36 +00:00
youri
5bcd2873d4 Use INSTALL file for the post-install commands,
so that it works with pkg_add. Noted by wiz@.
2019-01-23 15:17:27 +00:00
wiz
9383e8a8bf libdrm: update to 2.4.97.
Alex Deucher (1):
      amdgpu: update to latest marketing names from 18.50

Andrey Grodzovsky (3):
      amdgpu/test: Add illegal register and memory access test v2
      amdgpu/test: Disable deadlock tests for all non gfx8/9 ASICs.
      amdgpu/test: Enable deadlock test for CI family (gfx7)

Christian König (1):
      amdgpu: add VM test to exercise max/min address space

Daniel Vetter (1):
      doc: Rename README&CONTRIBUTING to .rst

Eric Anholt (2):
      Avoid hardcoded strlens in drmParseSubsystemType().
      drm: Attempt to parse SPI devices as platform bus devices.

Eric Engestrom (6):
      xf86drmHash: remove unused loop variable
      meson: fix typo in compiler flag
      tests: skip drmdevice test if the machine doesn't have any drm device
      freedreno: remove always-defined #ifdef
      xf86atomic: #undef internal define
      README: reflow the project description to improve readability

François Tigeot (2):
      xf86drm: implement drmParseSubsystemType for DragonFly
      libdrm: Use DRM_IOCTL_GET_PCIINFO on DragonFly

Leo Liu (1):
      tests/amdgpu/vcn: fix the nop command in IBs

Lucas De Marchi (2):
      gitignore: sort file
      gitignore: add _build

Marek Olšák (3):
      amdgpu: update amdgpu_drm.h
      amdgpu: add a faster BO list API
      Bump the version to 2.4.97

Mauro Rossi (1):
      android: Fix 32-bit app crashing in 64-bit Android
2019-01-22 21:50:47 +00:00
youri
728050a21c mate-settings-daemon:
Fix two warnings by including gnome-keyring
and creating a file needed by the xrdb plugin.
2019-01-22 18:05:29 +00:00
tnn
eff2f10a72 libbdrm: sync patch-xf86drmMode.c with NetBS xsrc and FreeBSD ports
Also reduce diff to upstream. Doubt we need to worry about compilers
that don't understand C99-style struct initializers here.
2019-01-19 13:21:29 +00:00
gutteridge
76b4a1e474 x11/xfce4-tumbler: fix PLIST so it handles options correctly
The PLIST was not reflecting optional dependencies correctly. (It was
also not necessary to include ffmpeg3 as a fixed dependency in the make
file. That gets pulled in via ffmpegthumbnailer anyway, which is an
option.) No PKGREVISION, because this doesn't affect the default build.
2019-01-19 01:51:15 +00:00
tnn
0cf3070c44 libdrm: remove a patch from xsrc that is wrong
See: https://mail-index.netbsd.org/tech-x11/2019/01/18/msg001895.html
Fixes DRM crashes with radeon on Linux.

Bump PKGREVSION.
2019-01-18 23:09:55 +00:00
youri
a3fbfe2b5f xfce4-exo: update to 0.12.3:
0.12.3
======
- General:
  - Preferred Applications: Improved layout spacing and alignment
  - Resolved g_type_class_add_private deprecations (GObject 2.58)
- Bug Fixes:
  - Hide exo launchers from GNOME Software (Xfce #14588)
  - Fix crash with "preedit-changed" signal (Xfce #14756)
- Translation updates: Albanian, Amharic, Arabic, Asturian, Basque,
  Belarusian, Bengali, Bulgarian, Catalan, Chinese (China),
  Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech, Danish,
  Dutch, English (Australia), Estonian, Finnish, French, Galician,
  German, Greek, Hebrew, Hungarian, Icelandic, Indonesian, Italian,
  Japanese, Kazakh, Korean, Latvian, Lithuanian, Malay, Norwegian Bokmål,
  Norwegian Nynorsk, Occitan (post 1500), Panjabi (Punjabi), Polish,
  Portuguese, Portuguese (Brazil), Romanian, Russian, Serbian, Slovak,
  Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Uighur, Ukrainian,
Urdu, Urdu (Pakistan), Vietnamese
2019-01-18 14:39:34 +00:00
youri
d21bd3e1b4 xfce4-desktop: update to 4.13.2:
4.13.2
======
[Please note that this is a development release.]

Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.

- Use the new Thunarx-3 API (Thunar >= 1.7)
- Use custom CSS for the iconview as a fallback (Bug #13609)
- Get/set _NET_DESKTOP_MANAGER_S<screen> atom (Bug #13653)
- Make "another desktop manager is running" messages critical (Bug #13653)
- Change "Create Launcher..." icon (Bug #14161)
- Do not popup a single "Applications" menu when right clicking on desktop (Bug #13866)
- Single-click mode executes desktop items twice (Bug #14021)
- Fix menu popup issue with desktop icons disabled (Bug #14415)
- Fix memory leak : Don't try to allocate all the memory (Bug #12805)
- Fix some autotools warnings and bump dependencies
- Make a couple of strings translatable (Bug #14374)
- Translation Updates: Amharic, Arabic, Asturian, Belarusian, Bulgarian, Catalan, Czech,
  Danish, German, Greek, English (Australia), English (United Kingdom), Spanish, Estonian,
  Basque, Persian (Iran), Finnish, French, Galician, Hebrew, Croatian, Hungarian, Indonesian,
  Icelandic, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay, Norwegian Bokmål, Dutch,
  Norwegian Nynorsk, Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil), Romanian,
  Russian, Slovak, Slovenian, Serbian, Swedish, Thai, Turkish, Uighur, Ukrainian, Uzbek,
  Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)

4.13.1
======
[Please note that this is a development release.]

Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.

* Miscellaneous bug fixes:
- Fix a memory leak reported in Bug #13555
- Fix garcon-2 dependancy check (continue to use garcon-1)

* Translation Updates:
 ca da de es fr he hr id it ja kk ko ms pl
 pt pt_BR ru th uk zh_CN

4.13.0
======
[Please note that this is a development release.]

Development release of xfdesktop targeting for Xfce 4.14.
Please report all problems at bugzilla.xfce.org.

* Major changes:
 - Port to Gtk3.
  - The iconview has a CSS name of "XfdesktopIconView" and
    adds the GTK_STYLE_CLASS_VIEW to it's base. It then adds
    GTK_STYLE_CLASS_LABEL when rendering the icon text with
    the states: selected, active, or normal. Additionally it
    uses the GTK_STYLE_CLASS_RUBBERBAND when for the rubberband
    theming.
 - Port to GDBus.

* Miscellaneous bug fixes:
 - Don't redraw the icons on focus change events (Bug #12071)
 - Don't try to divide by 0 (Bug #12115)
 - Settings: Fix loading of wallpaper previews (Bug #11892)
 - Settings: Allow directories to be selected (Bug #12832)
 - Fix Open dialog's title (Bug #12560)
 - Prevent a crash in the backdrop loader (Bug #12339)
 - Use gdk's get static image for animation files
 - Add translation string for Trash desktop icon
- Retain icon relative position when moving a group
2019-01-18 14:34:48 +00:00
youri
be0625b61d xfce4-session: update to 4.13.1:
- Add/Edit Application Autostart Entries (Bug #13271)
- Remove non-existent grid properties (Bug #13271)
- fix coverity 178990 Resource leak
- fix coverity cid 178989 Dereference after null check
- 178988 'Constant' variable guards dead code
- fix coverity cid 178987 Logically dead code
- fix coverity cid 87608 Dereference after null check
- 178988 'Constant' variable guards dead code
- fix coverity cid 178987 Logically dead code
- fix coverity cid 87608 Dereference after null check
- fix coverity cid 87607 Unchecked return value from library
- Hybrid Sleep support - "hibernate" and suspend the system
- xfce4-session-logout: deconflict -h option (Bug #12806)
- Export the SSH_AUTH_SOCK when spawning client Bug #13486
- fix: Compilation error with --disable-polkit Bug #12760
- Require libxfce4ui-2 instead of libxfce4ui-1 in pc.in file
- xfsm-manager: pass manager variable to g_timeout_add Bug #13802
- Bump GTK version to 3.20
- Check accessibility depending on xfsm configuration
- Fix keyboard grab for logout window
- Fix fadeout window using Xlib API
- Fix gdk max version to 3.20
- Translation updates: am, ar, ast, be, bg, bn, ca, cs, da,
  de, el, en_AU, en_GB, eo, es, eu, fi, fr, gl, he, hr, hu,
  id, is, it, ja, kk, ko, lt, lv, ms, nb, nl, nn, oc, pl, pt,
  pt_BR, ro, ru, sk, sl, sq, sr, sv, th, tr, ug, uk, ur, ur_PK,
  vi, zh_CN, zh_HK, zh_TW
2019-01-18 14:12:29 +00:00
youri
c6aad0feb2 xfce4-panel: update to 4.13.4:
- Add per-panel setting "icon-size"
- Set minimum Gtk+3 version to 3.22
- Bugfixes:
  - Gtk+ deprecation fixes (all plugins)
  - tasklist: Fix group-button states
  - libxfce4panel: arrow button size fixes
  - launcher: plugin sizing fixes
  - appmenu: Add support for other menu editors (Bug #11684)
  - tasklist: Fix urgency blinking for group buttons (Bug #6904)
  - tasklist: Add 'group-button' styleclass
  - Fix anchors for gtk_menu_popup_at_widget (Bug #14803)
  - Fix struts on the bottom and right of the screen (Bug #14886)
  - tasklist: Don't listen for monitor changes in the plugin (Bug #10725)
  - tasklist: Use Gdk to to determine which monitor contains a window
  - tasklist: Ensure pressed buttons with open menus
  - tasklist: Replace exo-lucency with gtkcss
  - tasklist: Make all-minimized group buttons translucent (Bug #10862)
  - tasklist: Switch from wnck* icons to standard names
  - tasklist: Keep groupbutton active after closing menu
  - tasklist: Make sure icons in the group menu are 16px
  - tasklist: Make grouped buttons active (Bug #9129)
  - launcher: Rely on icon-size provided by panel
  - Prevent crash on removing certain plugins (Bug #14418)
  - Add "configure" button to composited infobar
  - Make compositor info in settings dialog a GtkInfoBar
  - directorymenu: Fix crash and drop deprecated call
  - Fix unreadable panel items without compositing (Bug #14842)
  - launcher: Fix arrows not being shown (Bug #14373)
  - launcher: Fix tooltip icon size (Bug #14774)
  - Re-introduce button images to plugin settings dialogs
  - Make the settings dialog more HIG compliant
  - launcher: Add 'New Link' button to properties (Bug #14855)
  - Drop the panel's welcome dialog (Bug #14388)
  - clock: Resolve deprecations and fix binary clock
  - Workaround for xinput2's subpixel handling (LP #1795135)
  - Ensure the orientation style classes are always applied
  - Add orientation-related style classes for improved theming
  - actions: Add support for dm-tool
  - panel-window: set struts with monitor scaling
-Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bengali,
  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
  Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English
  (Great Britain), Estonian, Finnish, French, Galician, German, Greek, Hebrew,
  Hungarian, Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian,
  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish,
  Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak,
  Slovenian, Spanish, Swedish, Telugu, Thai, Turkish, Ukrainian, Uyghur,
  Vietnamese
2019-01-18 14:07:45 +00:00
youri
9fb00811b8 xfce4-tumbler: update to 0.2.3:
0.2.3
=====
- Test sparse files only for regular files (bug #14693).
- Fix uninitialized variable (bug #14688)

0.2.2
=====
- Added check to avoid sparse files, that cause high cpu and
  memory load. (bug #12259).
- Use hash table to avoid scanning xdg user path twice when
  searching for desktop thumbnailers.
- Close desktop thumbnailers directory when done from it.
- Accept network paths in ffmpeg thumbnailer plugin.
- Use pkg-config to find FreeType > 2.9.1.
- Translation Updates: Czech, Finnish, Hungarian, Italian,
  Greek and English (Australia).
2019-01-18 14:00:40 +00:00
youri
c29c97ce57 libxfce4util: update to 4.13.2:
- Add VAPIGEN for vala binding generation.
- Fix make distcheck build
- Better documentation processing (migrate away from sgml templates)
- Allow language-specific keys before language-neutral ones (some applications names were not
  localized in applications menu) (bug #13979)
- Translation updates: Arabic, Asturian, Bulgarian, Bengali, Catalan, Czech, Welsh, Danish, German,
  Greek, English (Australia), English (United Kingdom), Spanish, Estonian, Basque, Finnish,
  French, Galician, Hebrew, Croatian, Hungarian, Indonesian, Icelandic, Italian, Japanese, Kazakh,
  Korean, Lithuanian, Latvian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk,
  Occitan (post 1500), Panjabi (Punjabi), Polish, Portuguese, Portuguese (Brazil), Romanian, Russian,
  Sinhala, Slovak, Albanian, Serbian, Swedish, Thai, Turkish, Uighur, Ukrainian, Urdu, Urdu
  (Pakistan), Uzbek, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
2019-01-18 13:32:00 +00:00
youri
08ac929d35 xfce4-garcon: update to 0.6.2:
- Fix some menu icons are too big (Bug #13785)
- Support composite XDG_CURRENT_DESKTOP (#14137)
- Decrement allocation counter on item unref (#12700)
- Replace hash table for application actions with a list
- Support for freedesktop Keyword item (#10683)
- garcon-gtk2-1.pc should be optional.
- Fix documentation generation
- Fix make distcheck build
- Fix some autogen warnings
- Update dependencies and copyright
- Translation Updates: Amharic, Arabic, Asturian, Belarusian,
  Bulgarian, Catalan, Czech, Danish, German, Greek, English (Australia),
  English (United Kingdom), Esperanto, Spanish, Estonian, Basque,
  Finnish, French, Galician, Hebrew, Hindi, Croatian, Hungarian,
  Indonesian, Icelandic, Italian, Japanese, Kazakh, Korean,
  Lithuanian, Malay, Norwegian Bokmål, Dutch, Norwegian Nynorsk,
  Occitan (post 1500), Polish, Portuguese, Portuguese (Brazil),
  Romanian, Russian, Slovak, Slovenian, Albanian, Serbian, Swedish,
  Telugu, Thai, Turkish, Uighur, Ukrainian, Uzbek, Uzbek (Latin),
  Chinese (China), Chinese (Hong Kong), Chinese (Taiwan)
2019-01-18 13:27:09 +00:00
youri
8e30a70949 xfce4-whiskermenu-plugin: update to 2.3.0:
2.3.0
=====
- Fix sidebar wider than iconless categories.
- Add buttons for individual logout commands. (bug #14639)
- Add option to stay visible when focus is lost. (bug #12240)
- Always allow positioning commands next to search.
- Improve preferences spacing. (bug #14683)
- Translation updates: Bulgarian, Catalan, Chinese (China),
  Chinese (Taiwan), Czech, Danish, Dutch, French, German, Greek,
  Lithuanian, Nepali, Polish, Portuguese, Portuguese (Brazil),
  Russian, Serbian, Slovak, Slovenian, Turkish, Welsh.

2.2.1
=====
- Fix category button staying active when dragged. (bug #14419)
- Fix regression of non-square panel image support. (bug #14506)
- Fix redundant hiding of menu.
- Fix sidebar buttons retaining incorrect width.
- Fix commands not following sidebar.
- Translation updates: English (United Kingdom), Georgian, Japanese,
  Serbian, Slovak, Slovenian, Spanish, Swedish.

2.2.0
=====
- Fix panel icon size not following theme.
- Disable opacity option when non-composited.
- Rename option for including favorites in recent.
- Load applications in a thread. (bug #12903)
- Slide out search results.
- Require GTK+ version 3.22.
- Translation updates: Amharic, Belarusian, Bulgarian, Catalan,
  Chinese (China), Chinese (Taiwan), Croatian, Czech, Danish, Dutch,
  Esperanto, French, German, Lithuanian, Nepali, Polish, Portuguese,
  Portuguese (Brazil), Romanian, Russian, Slovak, Slovenian, Turkish.
2019-01-18 13:14:03 +00:00
youri
9b242301ea xfce4-clipman-plugin: update to 1.4.3:
- Switch to xfce_panel_plugin_get_icon_size for consistent icon sizes
- Make sure the "Disable" menuitem is shown in the panel plugin
- Translations updates
2019-01-18 12:58:40 +00:00
youri
9c15299da1 xfce4-screenshooter: update to 1.9.3:
* Enhancements:
    - Allow user to move selection rectangle (bug #14365)
    - Allow and remember 0sec delay for all regions (bug #13763)

  * Bugs fixed:
    - Fix clipboard action handling (Bug #14513)
2019-01-18 12:39:55 +00:00
youri
565709c4e3 xfce4-notifyd: update to 0.4.3:
Bugs fixed:
    * Set the correct default value for fadeout (LP #1763674)

Translations updates
2019-01-18 12:33:51 +00:00
martin
74c28bee5a Restore the variables - hi youri! 2019-01-18 10:05:53 +00:00
martin
f333da40a4 Make this buildable 2019-01-18 09:48:16 +00:00
gutteridge
56d30a6487 x11/xfce4-settings: update to version 4.13.5
4.13.5
======
- New: Add display profiles feature
  - Allows for saving/restoring display configurations
  - Profiles can be auto-applied when new displays are connected
- Drop the Gtk Theme previews
- Various UI improvements to the settings dialogs
- New icons for the minimal display dialog
- Fix: Fix broken hover effect in the settings manager (Bug #14539)
- Fix: Add default mnemonics back to dialog buttons
- Fix: Add DBUS_GLIB_CFLAGS for Settings Editor (Bug #14385)
- Fix: Force using a period as a decimal separator in xfsettingsd (Bug #11906)
- Translation updates: Albanian, Arabic, Asturian, Basque, Belarusian, Bengali,
  Bulgarian, Catalan, Chinese (China), Chinese (Hong Kong), Chinese (Taiwan),
  Croatian, Czech, Danish, Dutch (Flemish), English (Australia), English (Great
  Britain), Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
  Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Latvian, Lithuanian,
  Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish, Portuguese,
  Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
  Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
2019-01-17 06:30:26 +00:00
youri
bf39e2f496 lxterminal: update to 0.3.2:
no changelog available
2019-01-16 19:37:10 +00:00
youri
98fa748228 mozo: update to 1.21.1:
### mozo 1.21.1

  * Translations update
  * disable deprecation warnings for distcheck
  * Remove libdir from Mozo/config.py

### mozo 1.21.0

  * Translations update
  * drop acinclude.m4 which is not needed anymore
  * Support new mate-menus api
  * just reindent python code
2019-01-16 18:18:03 +00:00
youri
d5a5f9b7a1 mate-terminal: update to 1.21.1:
### mate-terminal 1.21.1

  * Translations update
    disable deprecation warnings for distcheck
    terminal-profile: Fix memory leaks
    terminal-screen: avoid deprecated 'g_settings_list_schemas'
    Use make functions for HELP_LINGUAS
    Replace -Dokumentationsprojekt with Documentation Project
    add help to transifex config
    terminal-window: Fix warnings with menu popup
    terminal-window: replace deprecated gtk_menu_popup

### mate-terminal 1.21.0

  * Translations update
  * term-screen: avoid deprecated 'gtk_style_context_get_background_color'
  * terminal-screen: avoid deprecated 'vte_terminal_spawn_sync'
  * terminal-window: avoid deprecated 'vte_terminal_copy_clipboard'
  * terminal-window: Fix: Session dbus daemon saturated
  * terminal-app: avoid gtk_dialog_add_buttons with stock ids
  * avoid deprecated GtkStock
2019-01-16 18:16:29 +00:00
youri
85bdb2722f mate-settings-daemon: update to 1.21.2:
### mate-settings-daemon 1.21.2

  * update translations
  * media-keys: Add microphone mute key support
  * msd-xrdb-manager: realize the widget
  * media-keys: Make sound changes quiet with Alt
  * msd-xrdb-manager.c: avoid deprecated 'gtk_widget_ensure_style'
  * media-keys: always round the render coordinates for media icons
  * media-keys: Tweak the OSD's volume bar position
  * osd-window: make the window smaller
  * media-keys: Make icon smaller in OSD
  * media-keys: Use constant for icon size in OSD
  * media-keys: Add test for display switch OSD icons
  * media-keys: Add support for display switch OSD
  * media-keys: Don't show a level when muted

### mate-settings-daemon 1.21.1

  * update translations
  * media-keys: Add test for rfkill OSD icons
  * media-keys: Add label for the touchpad OSD
  * media-keys: Add labels for the rfkill OSD
  * media-keys: Remove unuseful show_level argument in msd_media_keys_window_set_action_custom
  * media-keys: Remove test for screen brightness OSD icons
  * media-keys: Add support for Killswitch media keys
  * rfkill: Add RFKill support plugin on Linux systems
  * Add shortcut to start mate-control-center
  * media-keys: Add test for touchpad OSD icons
  * media-keys: Remove touchpad OSD icons and use theme's instead
  * media-keys: Simplify touchpad OSD
  * media-keys: Add support for XF86TouchpadOn/Off
  * Add support for org.mate.accessibility-keyboard.stickykeys-latch-to-lock
  * Xrandr:remove an unused function
  * daemon: fix a memory leak
  * daemon: Stop using deprecated GSettings API
  * require mate-desktop-1.21.1
  * xsettings: add setting to enable/disable primary paste from middlemouse
  * xsettings: replace deprecated gdk_error_trap_push/pop
  * xrandr-manager: replace deprecated gdk_error_trap_push/pop
  * mouse-manager: replace deprecated gdk_error_trap_push/pop
  * media-keys-manager: replace deprecated GdkDeviceManager
  * keyboard-manager: replace deprecated gdk_error_trap_push/pop
  * clipboard-manager: replace deprecated gdk_error_trap_push/pop
  * background-manager: replace deprecated GDK functions
  * a11y-keyboard-manager: replace deprecated gdk_error_trap_push/pop
  * msd-input-helper: replace deprecated gdk_error_trap_push/pop
  * plugins: avoid deprecated 'gdk_keymap_get_default'

### mate-settings-daemon 1.21.0

  * Translations update
  * xrandr-applet-popup: add an icon for configuration item
  * xrandr-applet-popup: add item to mirror displays
  * bump mate-desktop requirement
  * Make setting QT_SCALE_FACTOR optional.
  * xrandr-applet-popup: dim menuitems for disabled monitor
  * xrandr-applet-popup: enable turning monitors on an off
  * xrandr-applet-popup: show icon only if "menus-have-icons" is not turned off
  * xrandr-applet-popup: handle Greybird (etc) XFCE themes
  * Xrandr-applet-popup: Special case the GNOME themes for black text on monitor labels
  * xrander-applet-popup: remove draw callback
  * xrandr:fix indent
  * xrandr-applet-popup: allow themes to override monitor label colors
  * xrandr-applet-popup: add a border to colored monitor labels
  * xrandr-applet-popup: use colored bg again in monitor labels
  * xrandr applet popup: add monitor icons to monitor label menuitems
  * xrandr-applet: add a style class for menuitems
  * xrandr-applet: drop non-working bg from menu
  * xrandr-applet: don't hard code label colors in menu
  * Support background fallback on HiDPI
  * Prevent media-keys bindings from swallowing modifier keys
  * Scale OSD size correctly on HiDPI displays (#212)
2019-01-16 18:14:40 +00:00
youri
ee660adc7a mate-session-manager: update to 1.21.1:
### mate-session-manager 1.21.0

    sync with transifex
    Fix broken link in man pages
    avoid deprecated GtkStock
2019-01-16 18:13:41 +00:00
youri
197ce85701 mate-screensaver: update to 1.21.0:
### mate-screensaver 1.21.0

    sync with transifex
    bump required version of mate-menus
    support new mate-menus api
    Fixed some gdk deprecations
    fixed gdk_flush warning
    avoid deprecated GtkStock
2019-01-16 18:11:05 +00:00
youri
610c3f6e6b mate-panel: update to 1.21.3:
### mate-panel 1.21.3

    update translations
    Use make functions for HELP_LINGUAS
    Check if manager->proxy is NULL
    Migrate mate-panel from dbus-glib to gdbus
    notification-area-preferences-dialog.ui: avoid GtkButton:use-stock
    Fix GdkSeat warning
    Ensure alt-F1 can show the menu even if no menu applet on panel
    na-tray: add preferences dialog and applet menu entry
    na-tray: wide panels, add GSettings to the applet
    na-tray: wide panels, convert main GtkBox display to GtkGrid
    na-tray: wide panels, preliminary batch box to grid rename
    button-widget: wide panels, more suitable resize limits on Widgets and arrows
    README - Add dependency list
    update legal.xml
    Clock applet help: To Adjust the System Date or Time
    Clock applet help: Add Show week numbers in calendar
    Clock applet help: Fix speed unit for meters per second

### mate-panel 1.21.2

    sync with transifex
    menu-bar: transfer focus correctly on alt-F1
    panel: avoid a critical
    panel-toplevel: fix memory leak in calculate_minimum_height
    Change GTK_CHECK_VERSION to match next gtk+ release
    applets: Guard against GTK scale-factor fixes on GtkSocket
    window-list: Skip setting size hints until WnckTasklist has items to show.
    applets: Fix runtime error messages
    mate-panel-applet: setup_x_error_handler for in-process applets too
    GTK 3.23: fix applet size allocation
    fish: avoid deprecated 'gtk_window_set_wmclass'
    Tray: simplify force-redraw, use code that actually works
    panel-actions: replace deprecated gtk_menu_popup
    applet-context-menu: replace deprecated gtk_menu_popup
    panel-context-menu: replace deprecated gtk_menu_popup
    GTK 3.23: don't cut tray icons too narrow in HiDPI mode
    na-tray-child: remove na_tray_child_size_allocate
    panel-menu-button: replace deprecated gtk_menu_popup
    na-tray-child: replace deprecated gdk_error_trap_push/pop functions
    libmate-panel-applet: replace deprecated gdk_error_trap functions
    panel-xutils: replace deprecated gdk_error_trap functions
    panel-util: replace deprecated gdk_flush
    main: replace deprecated gdk_flush
    panel-widget: replace deprecated gdk_flush
    panel-toplevel: add position css class
    panel-force-quit: replace deprecated gdk_device_grab
    panel-force-quit: replace deprecated gdk_error_trap functions
    panel-force-quit: replace deprecated gdk_flush
    menu.c: Fix: Keep spaces in the left if "menus-have-icons" is off
    Panel-gtk.c: Show menu icons only when "menus-have-icons" is set
    workspace-switcher: provide themed fallback color

### mate-panel 1.21.1

  * Translations update
  * update mate-menus requiremnt
  * panel-menu-button.c: Force use basename for compare
  * Support new mate-menus api
  * Convert launcher icons to cairo surfaces
  * fix rendering and removal of in-process applets on unexpanded panel
  * applet.c: avoid deprecated GtkImageMenuItem
  * limit size of panel-hide-button
  * clock: fix weird thing in comments
  * clock: fix actual copy/paste error which caused use-after-free
  * clock: fix use-after-free
  * fish: Install fish animations in fish-specific directory
  * fish: drop wanda image from gresource

### mate-panel 1.21.0

  * Translations update
  * css: use parsing-error signal to warn on bad css file or image
  * css: Convert to GResource
  * na-tray: Convert to GResource
  * wncklet: Convert to GResource
  * panel: Convert to GResource
  * clock: Use new GdkPixbuf API to load resources
  * clock: Convert to GResource
  * fish: Convert to GResource
  * libpanel-applet: Add panel_applet_setup_menu_from_resource() API
  * Theme: consistant theming for applet drag handles in all themes
  * Revert "panel-toplevel: Remove pointer boundary check in panel_toplevel_queue_auto_hide()"
  * panel-context-menu.c: avoid deprecated GtkImageMenuItem
  * avoid 'gtk_file_chooser_dialog_new' with stock ids
  * Accessibility: white/black applet handles in GNOME high contrast themes
  * panel-run-dialog.ui: avoid deprecated:
  * fish.c: avoid 'gtk_dialog_new_with_buttons' with stock id
  * panel-test-applets.ui: avoid deprecated:
  * window-list.ui: avoid GtkVBox and GtkButton:use-stock
  * workspace-switcher.ui: avoid deprecated GtkButton:use-stock
  * Theme: show applet handles on non-MATE themes
  * panel-properties-dialog.ui: avoid GtkButton:use-stock and GtkImage:stock
  * fish.ui: avoid deprecated:
  * clock.ui: avoid deprecated:
  * avoid gtk_dialog_add_buttons with stock ids
  * workspace-switcher: support i3 WM
  * tx: update config with branch specific resoures
  * workspace-switcher: support metacity WM
  * Apply fix for workspace-switcher by vkareh
  * Fix rendering of out-of-process window list with hidpi
  * hidpi: fix tray icon spacing with window-scaling > 1
  * Fix out-of-process applet sizes for HiDPI
  * Fix hide buttons make panel bigger
  * run dialog: force icon size when loading app icon
  * run dialog: fix expand of content on window resize
  * Fix run dialog show-program-list enabling fix
  * tx: add makepot and .pot files
  * run-dialog: use F6 to switch between entry field and program list
  * transifex: set minimum_perc and type in config file
  * Fix strut sizes for HiDPI multi-monitors
  * Do not down-scale monitor geometries for GDK monitors
  * Scale monitor geometries down to device pixels to support multiple monitors in HiDPI
  * Drawer cleanup and fix arrow behavior
2019-01-16 18:07:18 +00:00
youri
1ece2689e6 mate-menus: update to 1.21.0:
### mate-menus 1.21.0

    udpate examples
    backports from gnome-menus
    use G_BEGIN/END_DECLS
    require gio-unix, drop python example
    require gio-unix
    drop python2 support
2019-01-16 18:03:02 +00:00
youri
640fac43c5 mate-indicator-applet: fix version 2019-01-16 17:58:20 +00:00
youri
bcd0df259f mate-desktop: Update to 1.21.2:
### mate-desktop 1.21.2

  * Translations update
  * Add new setting to control XKB modifier latching

### mate-desktop 1.21.1

  * Translations update
  * interface: add key to enable/disable primary paste from middlemouse
  * mate-desktop-item: replace deprecated gdk_error_trap_push/pop
  * mate-rr-config: replace deprecated gdk_flush
  * mate-rr: replace deprecated Gdk functions
  * mate-bg-crossfade: replace deprecated gdk_error_trap_push/pop
  * mate-bg: replace deprecated gdk_error_trap_push/pop
  * fix distcheck
  * add mate-language apis

### mate-desktop 1.21.0

  * Translations update
  * drop ancient and unused acinclude.m4
  * Add toggle for synchronizing QT_SCALE_FACTOR to GDK_SCALE_FACTOR
  * Change default cursor-size to 24px
  * Support background fallback on HiDPI
* mate-rr-labeler: fix font-color for dark themes
2019-01-16 15:07:39 +00:00
youri
69118a9c38 mate-control-center: Update to 1.21.2:
### mate-control-center 1.21.2

  * Translations update
  * require mate-settings-daemon-1.21.2
  * keybindings: Add a key binding to toggle the microphone's mute status
  * keybindings: Add some key bindings to control volume quietly
  * Account for NULL error when we see G_IO_STATUS_EOF
  * typing-break: replace deprecated gdk_error_trap functions
  * tx: update translation sources
  * update hint for mouse double-click
  * keybindings: double click instead one click to edit keyboard shortcuts
  * mate-keybinding-properties: avoid deprecated 'gtk_widget_ensure_style'
  * added search option for mate-font-viewer
  * Load avatar-default as default image
  * for accounts service support
  * keybindings: Add a key binding to launch settings
  * Depend on mate-desktop 1.21.2 due to new gschema key
  * Fix spelling and grammar mistakes
  * update legal.xml
  * Use make functions for HELP_LINGUAS
  * tx: add m-c-c user-guide to transifex config
  * Add UI to control org.mate.accessibility-keyboard.stickykeys-latch-to-lock
  * use fixed size to show user icon
  * Add new api for EImageChooser
  * get/set user face icon use accounts service

### mate-control-center 1.21.1

  * Translations update
  * require mate-desktop-1.21.1
  * typing-break: Make images larger and load as surface
  * Mouse: include a toggle to enable or disable middlemouse paste
  * capplets/keybindings: avoid deprecated 'gdk_keymap_get_default'
  * display-capplet.ui: replace deprecations
  * libslab: code clean up
  * wm-common: replace deprecated gdk_error_trap functions
  * libslab: replace deprecated gtk_menu_popup
  * msd-input-helper: replace deprecated gdk_error_trap functions
  * mouse: replace deprecated gdk_error_trap functions

### mate-control-center 1.21.0

  * Translations update
  * update mate-control-center.pot
  * bump required version of mate-menus
  * use new mate-menus api
  * use new api
  * use matemenu_tree_new
  * appearance: fixed more indents
  * appearance: fixed indentations
  * appearance: add buttons-have-icons switch
  * mouse: add middle button emulation switch
  * display-capplet: add css name for scrollarea
  * Change cursor-size to 24px
  * Scale cursor size for HiDPI when changing themes
  * Fix screen geometry to account for rotation when snapping.
  * Add auto-detect toggle switch
  * theme-util.c: fix segfault on attempt to delete custom theme
  * theme-thumbnail.c: avoid deprecated GtkButton:use-stock
  * avoid deprecated GtkStock
  * Remove useless parameter in mate_theme_install_real
  * theme-installer.c: add tips when reinstall a existed theme
2019-01-16 15:05:54 +00:00
youri
416d04961a mate-applets: Update to 1.21.1:
### mate-applets 1.21.1

  * update translations
  * tx: update drivemount source for transifex
  * Use make functions for HELP_LINGUAS
  * Netspeed Manual: clean up
  * Manual: Linux and UNIX systems -> Linux and other Unix-like systems
  * tx: update sources for transifex
  * Use orderedlist to describe the steps to add the applet to a panel
  * Manual: Fix Add to Panel dialog title
  * Eyes Applet: Fix window title and factory name
  * Manual: OK -> Add (Add to Panel dialog)
  * trashapplet manual: Open Trash guimenuitem
  * Add/Update Catalan screenshots
  * transifex: update pot files:
  * Fix name of Eyes applet
  * Refer to the fstab(5) man page for more information...
  * Remove unused png files
  * Fix url of ulink to point to mate-user-guide
  * tx: update translation sources
  * Fix spelling and grammar mistakes
  * update legal.xml
  * tx: add help from applets to transifex config
  * accessx-status: fix another leak
  * Fix memory leak on accessx-status.
  * sticky-notes: fix a memory leak
  * timerapplet: Allow reseting timer when inactive
  * Avoid newly deprecated gtk_css_provider_get_default
  * Weather: apply a widget name to the textview
  * weather: add cssprovider for widget not for screen
  * mateweather-dialog.c: avoid deprecated 'gtk_widget_override_font'
  * cpufreq: stop segfault with gtk3.23
  * trash applet: avoid deprecated 'gtk_window_set_wmclass'
  * cpufreq: fix a -Wimplicit-function-declaration
  * trash: fix a -Wincompatible-pointer-types warning
  * weather-applet: replace deprecated GtkAlignment
  * weather-dialog: replace deprecated GtkAlignment
  * weather-prefs: replace deprecated gtk_alignment_new
  * stickynotes: replace deprecated gdk_error_trap_push/pop functions
  * cpu-freq: replace deprecated gtk_menu_popup
  * sticknotes: replace deprecated gtk_menu_popup
  * drivemount: replace deprecated gtk_menu_popup
  * charpick: replace deprecated gtk_menu_popup

### mate-applets 1.21.0

  * Translations update
  * Cpufreq: Force the frequency label to render if frequencies are not found right away
  * Cpufreq: Refactor to remove more GTK2 leftovers
  * Cpufreq: ensure frequency label always shows up if freq selected
  * accessx: Convert icons from pixbuf to cairo surfaces
  * netspeed: Use theme icons instead of embedded
  * battstat: Load theme icons instead of pixmaps
  * Convert applet icons from pixbuf to surfaces
  * solving type mismatch in g_settings_set_value
  * only text formatting to prepare for real change
  * Fix cpufreq applet spacing on HiDPI displays
  * multiload: add style class multiload-applet
  * avoid deprecated GtkStock
2019-01-16 15:02:45 +00:00
youri
6123238fc8 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.
2019-01-16 14:59:05 +00:00
adam
3948d8b31b gtk3: updated to 3.24.3
Overview of Changes in GTK+ 3.24.3

* Bugs fixed:
 wayland: Respect length limits in text protocol
 wayland: Support key themes
 wayland: Fix hi-dpi cursor scaling
 quartz: Make point-to-pixel conversions work on all versions
 quartz: Re-add support for hidpi scaling
 quartz: Fix search engine integration
 win32: Fix ime change hangling
 placessidebar: Insert drops in the right place
 x11: Fix problems gdk_x11_get_parent_relative
 x11: Fix Wacom tool types
 icons: Recolor polygons as well in symbolic icons
 switch: Use Unicode symbols for I/O instead of translations

* Translation updates:
 Japanese
2019-01-16 08:13:39 +00:00
dholland
9290727d2c Use BROKEN_ON_PLATFORM.
> Mark xephyr as not for Darwin for now.
 >
 > Should be possible to support but the Darwin xorg-server build assumes
 > it is going to build xquartz and nothing else.

Classic description of "broken" :-)
2019-01-12 23:11:31 +00:00
wiz
04dc9125f5 xcursorgen: update to 1.0.7.
Alan Coopersmith (10):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Fix type mismatch warnings for loop index variables
      Include more information in error messages
      Use asprintf if available, instead of malloc+strcpy+strcat
      Convert to X.Org standard code style
      Update README for gitlab migration
      Add README.md to EXTRA_DIST in Makefile.am
      Update configure.ac bug URL for gitlab migration
      xcursorgen 1.0.7

Emil Velikov (1):
      autogen.sh: use quoted string variables

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Tobias Stoeckmann (1):
      Fix null pointer dereference on very large images.
2019-01-07 15:49:21 +00:00
rillig
7585cb751c x11/gtk2: document reason for patch in more detail 2019-01-06 18:58:34 +00:00
markd
d69c416ec5 qt5-qtxmlpatterns: never try to build xmllistmodel
depends on qml module from qt5-qtdeclarative which would be a cyclic
dependency
2019-01-06 10:21:12 +00:00
tnn
8f9e819f20 libdrm: don't return random values to the caller - don't leak fd's
xsrc/external/mit/libdrm/dist/xf86drm.c 1.21
Bump PKGREVISION.
2019-01-06 02:23:00 +00:00
leot
076d60b61b gtk3: Backport patch for upstream issue #1280
At least with wm/awesome this was particularly problematic and
easily lead to crash of gtk3 applications.

PKGREVISION++

Patch and analysis from Zach McGrew, thank you Zach!
2019-01-04 20:54:03 +00:00
tnn
8f9bf1c102 libxshmfence: fix MASTER_SITE 2019-01-04 12:49:34 +00:00
tnn
c21fc60ff9 rep-gtk2: update to 0.90.8.3
changes: regened autotools files
2019-01-04 02:12:17 +00:00
tnn
a9e7a891f1 tint2: update to 16.6.1
2018-08-05 16.6.1
2018-08-04 16.6
2018-08-04 16.5
2018-05-03 16.4
2018-04-17 16.3
- Bugfixes

2018-01-21 16.2
- Preliminary high DPI support

2017-12-20 16.0
- Added Spanish translation (contributed by Vicmz)
- Executor: updated tooltip documentation (issue #676)
- Systray: warn on duplicate config option systray_name_filter (issue #652)
- Taskbar: thumbnail support in tooltips
- Use C11 if possible to support generic printing for unit tests (should fall back to C99)

2017-09-02 15.0
- Panel:
  - _NET_WM_PID is set correctly, so now tint2 can be interacted with more easily from wmctrl and similar apps
- Taskbar: new config option taskbar_hide_different_desktop
- Battery:
  - New config option bat1_format and bat2_format
      - New config option battery_full_cmd
      - Better "Unknown" state handling
- Executor:
  - Hide if output is empty
  - If no user tooltip is set, displays the script standard error as tooltip.
    Tooltip is multiline, can be cleared with the VT100 clear screen sequence, in shell: (>&2 echo -en "\033[2J").
    Long tooltips are truncated to 4096 characters.
- Launcher:
  - Drag and drop now handles correctly text/uri-list
  - Support for Terminal=true
  - Support for %f and %F
2019-01-02 15:35:12 +00:00
leot
38d5290240 gtk3: Update to 3.24.2
pkgsrc changes:
- Remove patch-gdk_quartz_gdkmonitor-quartz.c,
  patch-gdk_quartz_gdkmonitor-quartz.h,
  patch-gdk_quartz_gdkscreen-quartz.c, applied upstream.

Changes:
Overview of Changes in GTK+ 3.24.2
==================================
* new api: gdk_x11_display_get_parent_relative pattern
* wayland: Use the settings portal when sandboxed
* Bugs fixed:
 - widget-factory: Move app menu contents to primary menu
 - Make dashed border-style work correctly
 - gtkstack: fix null pointer dereference
 - GDK W32: Support switching input modules at runtime
 - Tooltip: Fix the used cursor size if 0 in Settings
 - quartz: Fix crash when realizing GtkOffscreenWindow
 - win32 dnd: Fix setting icon on drag-begin
 - Fix race in GtkPlug window creation
 - widget-factory: Add Keyboard Shortcuts menu item
 - quartz: do not cache the screen in the gdkmonitor
 - Trash in side bar sometimes contains a home icon
 - wayland: Avoid crashes inside wl_proxy_marshal
 - gtkimcontextime.c: Fix Korean input
 - entry: Handle no-window events in gtk_entry_event
 - Tooltip: Fix the used cursor size if 0 in Setting
 - Notebook: Ensure menu_label updates with tab_label
 - Adwaita: Improve headerbar theming
 - win32: Make scroll behavior similar to Linux
 - fix symbolic icon rendering with new librsvg
 - emoji selector: force Emoji presentation
 - a11y: fix a crash under wayland
* Translation updates:
 - Africaans
 - Basque
 - Brazilian Portuguese
 - Chinese (Taiwan)
 - Esperanto
 - Lithuanian
 - Slovak
 - Slovenian
 - Spanish
 - Turkish
2019-01-01 19:57:58 +00:00
wiz
4d3e6e233c xf86-video-chips: update to 1.3.0.
This is a maintenance release of Chips & Technologies DDX for X.Org X Server.
No testing has been done due to the lack of equipment availability.
Please note that the code may not compile against X Server 1.20 since it no longer supports 24-bit color.
The DDX compiles cleanly without compilation warnings on X Server 1.19.6.

Alan Coopersmith (3):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
      autogen.sh: use quoted string variables

Kevin Brace (3):
      Use const char for xf86GetOptValString return type
      Suppress logical operation and parenthesis related compilation warning
      Version bumped to 1.3.0

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2018-12-29 13:14:33 +00:00
wiz
007f30e435 xf86-video-neomagic: update to 1.3.0.
This is a maintenance release of NeoMagic DDX for X.Org X Server.
No testing has been done due to the lack of equipment availability.
Please note that the code may not compile against X Server 1.20 since it no longer supports 24-bit color. [1]
The DDX compiles cleanly without compilation warnings on X Server 1.19.6.

Alan Coopersmith (3):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
      autogen.sh: use quoted string variables

Kevin Brace (3):
      Eliminate unused variable compilation warning
      Suppress unused function compilation warning
      Version bumped to 1.3.0

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2018-12-29 13:11:09 +00:00
taca
71dc0c69fb x11/ruby-tk: clean up Makefile
Remove code fragments for ruby18.
2018-12-28 12:34:36 +00:00
ryoon
26c678e362 Fix LICENSE and make pkglint happier 2018-12-26 11:48:27 +00:00
sevan
507e1a4a1b If ETIME is not defined, use ETIMEDOUT.
via FreeBSD ports.
2018-12-25 01:13:57 +00:00
wiz
98635d5af6 motif: update to 2.3.8.
This is a bug fix release.

* Fixed bug 1660: TextField leaves a residual cursor shadow on focus lose
* Fixed bug 1659: Many cases of typos in horizontal/vertical conditions in the code
* Fixed bug 1658: motif does crash on OpenSuse Leap 42.2
* Fixed bug 1656: TabStack with tabSelectColor and Right causes BadMatch Error
* Fixed bug 1625: Open Motif build fails due to weak aliases on Darwin with cl
* Fixed bug 1655: Motif 2.3.6 and 2.3.4 do not work with XQuartz 2.7.9 and later
* Fixed bug 1652: Add support for more Cyrillic locales
* Fixed bug 1650: Memory leak in DataF.c
* Fixed bug 1651: motif-2.3.5 tarball contains lib/Xm/Xm.h file generated by configure
* Fixed bug 1665: Closing open menus with mouse click disables keyboard shortcut
2018-12-22 09:42:41 +00:00
nia
2d0c417681 kitty: drop maintainership since i'm no longer using this. 2018-12-18 16:06:37 +00:00
tnn
93aa5c4773 x11vnc: update to 0.9.15
x11vnc 0.9.15 2018-02-04
  Misc. buffer overflow and memleak fixes.
  Support for OpenSSL 1.1.0.
  Fix for Debian bug #672435.

x11vnc 0.9.14 2015-11-14
  Added support for the X Composite Extension.
  Added XInput 2 multi-pointer support
  Separated x11vnc sources from LibVNCServer.
  The project is now hosted at GitHub.
2018-12-18 15:53:46 +00:00
adam
3a0fd8d906 ...and a new patch 2018-12-18 09:57:59 +00:00
adam
06d691ed93 qt5: updated to 5.12.0
Just in time for the end of the year, we have released Qt 5.12 LTS today. This is a long-term-supported (LTS) release that we will support for 3 years to come. We have had a strong focus on quality and fixed more than 2000 bugs since the last Qt LTS version, Qt 5.9.7 – make that over 5000 bugfixes since Qt 5.6.3. Of course, this is only the start, and we will work hard on continuously improving the quality of Qt 5.12 in upcoming patches
2018-12-18 09:57:17 +00:00
adam
dfec8a86b1 wxGTK30: allow building on Darwin 2018-12-13 21:21:55 +00:00
adam
5b12b7b592 revbump for boost 1.69.0 2018-12-13 19:51:31 +00:00
tnn
f23333d95e compton: update HOMEPAGE 2018-12-13 14:39:24 +00:00
bsiegert
2cad5e580b Update fox to 1.6.57.
This supersedes the 1.6.56 update from PR pkg/52967.

April 3 - FOX STABLE 1.6.57

    Libtool flags added on behalf of FXRuby builds and missing UNICODE flag
    added for CYGWIN32 build.

January 16 - FOX STABLE 1.6.56

    Problem fixed in FXString vformat().

July 19 - FOX STABLE 1.6.55

    Fix FXMemoryStream position() API: error code was set moving stream
    position to end of buffer.

April 20 - FOX STABLE 1.6.54

    Fix core dump using old GNU C Library or CYGWIN inside
    FXString::vformat.cpp.

December 3 - FOX STABLE 1.6.53

    Fixed typo in FXString::vformat.cpp.

March 15 - FOX STABLE 1.6.51

    Small fixes for 64-bit casts in dctest.cpp (compiler warning issues).
    JPEG image I/O color spaces handled better.
    FXApp input callback message ID for SEL_IO_EXCEPT was wrong.
    Change in how FXStat determines if a file is an executable (Windows).
2018-12-12 19:07:22 +00:00
wiz
ee3874943e *: recursive bump for poppler-0.72.0 2018-12-10 10:59:23 +00:00
wiz
f68de5a224 xf86-video-mga: update to 2.0.0.
Alan Coopersmith (2):
      Update README for gitlab migration
      Update configure.ac bug URL for gitlab migration

Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Emil Velikov (2):
      autogen.sh: use quoted string variables
      xf86-video-mga: remove the GlxSetVisualConfigs stub and friends

Henry Zhao (1):
      Write 8 bits instead of 32 to MGAREG_CACHEFLUSH

Kevin Brace (8):
      Eliminate unused variables
      Eliminate set but unused variables
      Convert most HAVE_XAA_H conditional compilation labels to USE_XAA
      Suppression of a compilation error when XAA is not in use
      Version bumped to Version 1.6.900
      Remove last remnants of old Matrox HAL
      Version bumped to Version 1.6.901
      Version bumped to Version 2.0.0

Mathieu Larouche (2):
      xf86-video-mga: Add support for a new G200eH3 device
      xf86-video-mga: Fix to always set HiPri for G200e4 V2

Matthieu Herrb (1):
      Use fabs() to compute absolute value of floating point number.

Mihail Konev (1):
      autogen: add default patch prefix

Mikulas Patocka (5):
      mga_drv: fix a typo
      mga_drv: fix structure definition
      mga_drv: fix warning
      mga_drv: use exa by default
      mga_drv: fix image corruption due to memcpy reordering

Nicolas Kaiser (1):
      fix typo in MGADRIMoveBuffersXAA()

Peter Hutterer (2):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: use exec instead of waiting for configure to finish
2018-12-10 08:35:48 +00:00
wiz
e39cb2d4c7 xf86-video-i128: update to 1.4.0.
Adam Jackson (2):
      Don't bother to include vbe.h
      Remove mibstore.h

Alan Coopersmith (1):
      Update configure.ac bug URL for gitlab migration

Kevin Brace (2):
      Use const char for xf86GetOptValString return type
      Version bumped to Version 1.4.0

Laurent Carlier (1):
      Stop using deprecated xf86PciInfo.h

Mihail Konev (1):
      autogen: add default patch prefix
2018-12-10 08:31:50 +00:00
adam
6697b78088 Removed commented-out PKGREVISIONs 2018-12-09 21:05:32 +00:00
adam
16dd5de231 revbump after updating textproc/icu 2018-12-09 18:51:58 +00:00
adam
cc87977974 tk: updated to 8.6.9
8.6.9:
* (bug)[aa7679] crash using window after master destroyed
* (bug)[6525e1] encoding leak in tkMacOSXProcessFiles
* (bug)[925262] New option -state for ttk::scale
* (bug)[fa8de7] Crash [ttk::checkbutton .x -variable {}]
* (bug)[382712] Crash in [event generate . <KeyPress>]
* (bug)[657c38] Crash in menu destroy with checkbutton entry
* (bug)[de156e] Deny PRIMARY selection access in safe interps
* (bug)[b68710] Fixes in [text] bindings
* (bug)[e20d5c] Stop failures of textTag-18.1
* (bug)[5d991b] Fortify var traces against deleted vars
* (bug)[1821174] Stop RenderBadPicture X error
* (bug)[502e74] Stop X errors on untrusted connections
* (bug)[71b131] Regression in Tk_DrawChars()
* (bug)[59fccb] menu flaws when empty menubar clicked
* (bug)[7423f9] improved legacy support for [tk_setPalette]
* (bug)[6d5042] enable [tk inactive] on Mac OSX
* (bug)[75d38f] fix touchpad scroll of listbox on win notebook
* (bug)[de01e2] Crash in [$text replace]
* (bug)[6ca257] Fix [wm resizable] on Mac OSX
* (bug)[135696] Crash in [wm transient]
* (bug)[309b42] Improve ttk high-contrast-mode support
* (bug)[1088825] fix frame-2.17,3.9,3.10 on Mac
* (bug)[fabed1] GIF photo support for "deferred clear code"
* (feature) Modern full-screen support on Mac OSX
* (bug)[1875c1] scrollbar on Mac OSX
* (bug)[1ba71a] KeyRelease events on Mac OSX(walzer)
* (bug)[3441086] error message in layout-2
* (bug)[05bd7f] vista theme for combobox
* (bug)[382712] crash in KeyPress event handling
* (bug)[6fcaaa] insertion cursor visibility in ttk::entry
* (bug)[822923] cascade menu indicator color
* (bug)[9658bc] borderwidth calculations on menu items
* (bug)[ca403f] treeview border drawing
* (bug)[4b555a] hang in [$text search -all]
* (new platform) port to system changes in Mac OSX 10.14
* (bug)[6b22d4] [treeview] binding fix
2018-12-09 18:35:44 +00:00
bouyer
6e576c4f8b Add a gtk2 option (default off), as proposed on tech-pkg@ on Nov 26.
At last opencpn and kicad have anoying display bugs when compiled with gtk3.
2018-12-08 10:47:17 +00:00
wiz
24c2a0b542 xf86-video-i740: update to 1.4.0.
Alan Coopersmith (3):
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1
      Update configure.ac bug URL for gitlab migration

Emil Velikov (1):
      autogen.sh: use quoted string variables

Kevin Brace (2):
      Declare a variable only when XSERVER_LIBPCIACCESS is defined
      Version bumped to Version 1.4.0

Laurent Carlier (1):
      Stop using deprecated xf86PciInfo.h

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish
2018-12-07 21:48:07 +00:00
sevan
1327821811 Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
2018-12-07 00:15:46 +00:00
wiz
7205365b95 *: recursive bump for poppler-0.71.0 shlib bump 2018-12-03 08:35:28 +00:00
wiz
795b3703bf libxcb: update to 1.13.1.
Release 1.13.1 (2018-09-27)
===========================
* Don't flag extra reply in xcb_take_socket
2018-12-01 16:30:35 +00:00
wiz
30ce5d0737 xkeyboard-config: update to 2.25.
2.25	Moving to gitlab
	16 commits
	Translations updated
2018-12-01 14:28:41 +00:00
wiz
132626e9ad gtksourceview3: update to 3.24.9.
News in 3.24.9, 2018-09-05
--------------------------
* New syntax highlighting definition file for: Logtalk.
* Improvements to the syntax highlighting of: Haskell, C++, GLSL, and Markdown.
* Performance improvements to space drawing.
* Missing G_PARAM_DEPRECATED flag was added to :underline property
* Various memory leak fixes.
* Translation updates.
2018-12-01 13:26:09 +00:00
nia
1c744da7b0 x11/compton: Some source files are under a new license. 2018-12-01 13:25:51 +00:00
nia
640b1110a7 x11/compton: Switch upstream to the same fork as Arch Linux, update to 4.0.
Take maintainership.

Notable changes (no changelog is available):

* [pkgsrc] Some dependencies made into options.
* The paint-on-overlay configuration option was removed, and is now enabled
by default.
* The xrender-sync and xrender-sync-fence options were removed.
* Moved most of the X functions (XShape, XComposite, Xrender, Xinerama, etc.)
to xcb.
* Moved from server side region (Xfixes) to client side (pixman).
* Use libev for I/O and timeout events.
2018-12-01 13:23:51 +00:00
nia
eadb8b6eb0 x11/aterm: Make these patch comments current. 2018-11-30 17:30:24 +00:00
nia
27c83d4482 x11/aterm: Update to 1.0.1.
Bit over 11 years late, but at least we got there in the end!

ChangeLog:

2007-08-01  vae

	* adding CL generation to makefiles
	* fixing configure bug
	* preparing configure for 1.0.1
	*  changed MWM HINTS, re gentoo bug #139554.

2006-06-26  sasha

	* fixed compile errors when no XLocale is available

2006-03-29  sasha

	* converted main.c back to unix mode
	* converted screen.c back to unix mode

2006-02-17  sasha

	* fixed bug preventing from pasting more then 16Kb into aterm

2006-02-13  sasha

	* minor cleanups
	* fix for the high-ascii pasting in screen.c - need to use
	  XA_STRING ???

2006-01-08  sasha

	*  added patch for background refresh on desktop changes in ion3
	  when pixmap has not changed

2005-12-21  sasha

	* added uninstall target to the top Makefile

2005-12-06  sasha

	* Added patch for XIM support gratiously provided by
	  calkin@ieee.org

2005-09-19  sasha

	* updated mappings for F1-F4 to modern \033OP, etc.
	* possibly fixed pasting on 64bit systems

2005-09-06  sasha

	* updated contacts info in man page
	* applyed term size patch from daniel@roe.ch

2005-07-11  sasha

	* fixed geometry printing into stderr
2018-11-30 17:25:05 +00:00
joerg
ec0accb457 Given that the launchd support is useless in the given form anyway, just
drop it. Bump revision.
2018-11-29 17:09:12 +00:00
joerg
d4a1a1ccc2 Revert last, which is rather obviously wrong from the context of the
package.
2018-11-29 16:59:16 +00:00
wiz
75a3dd692d proxymngr: make sure target directory for config exists.
pkglint fix: Add PKG_SYSCONFBASE to BUILD_DEFS.

Bump PKGREVISION.
2018-11-29 16:28:08 +00:00
prlw1
603b5ccdc7 Revbump for libcanberra gstreamer change. 2018-11-29 11:21:45 +00:00
jnemeth
dceda4ef97 sort 2018-11-29 05:29:55 +00:00
nia
e46d0e1e23 kitty: Deal with the PLIST thing properly. Pointed out by leot. 2018-11-28 19:28:37 +00:00
nia
f194eadacb kitty: fix pycache version in PLIST. 2018-11-28 19:09:19 +00:00
nia
39a5a01349 x11/kitty: Import version 0.12.3
kitty - the fast, featureful, GPU based terminal emulator
2018-11-28 18:48:58 +00:00
sevan
468caa357c Need pthread support, make sure a substitue is present if OS lacks support
natively, e.g Minix at present.
2018-11-28 14:08:47 +00:00
bsiegert
a2c19fde81 Revbump packages depending on gtkhtml314. 2018-11-27 20:33:07 +00:00