Commit graph

14184 commits

Author SHA1 Message Date
bsiegert
a2c19fde81 Revbump packages depending on gtkhtml314. 2018-11-27 20:33:07 +00:00
maya
c6e9091467 xinit: correct outdated PLIST.Darwin entries.
From Louis Guillaume in PR pkg/53747
2018-11-27 16:29:46 +00:00
nia
550dc8b1ad xcursor-vanilla-dmz: / at beginning of distfile path isn't needed 2018-11-24 15:04:04 +00:00
nia
5cdcdde3e3 x11/xcursor-capitaine: Import version 2.1
This is an x-cursor theme inspired by macOS and based on KDE Breeze.

The theme was designed to pair well with the 'La Capitaine' icon pack.
2018-11-24 13:09:57 +00:00
nia
de7229e2f0 x11/xcursor-vanilla-dmz: import version 0.4.5
This package contains the DMZ cursor themes, which are derived from the
Industrial theme developed for the Ximian GNOME desktop. Black and white
cursors are provided, in scalable formats.
2018-11-24 12:50:01 +00:00
ryoon
f1b968dd47 Recursive revbump from multimedia/libva 2018-11-23 08:06:28 +00:00
jperkin
3cf1bfffb7 ruby-{cairo,gnome}: Unbreak bad recursive revision bumps.
Some part of the revbump script obviously did the wrong thing here and
replaced ${RUBY_PKGPREFIX} with whatever it expands to on the developer's
local machine.
2018-11-22 17:23:08 +00:00
markd
4764c05c73 py-qt5: add dependency on py-sip-qt5 2018-11-22 02:34:13 +00:00
markd
0ebfd47c31 x11: add py-sip-qt5 2018-11-22 02:31:51 +00:00
markd
75ea290e7d py-sip-qt5: install version 4.19.13
SIP bindings for C and C++ libraries (PyQt5 version)
2018-11-22 02:30:53 +00:00
markd
b4cd404742 py-sip: move bits to be shared with py-sip-qt5 to Makefile.common 2018-11-22 02:25:11 +00:00
maya
b22209bb79 fltk2: don't provide declarations if we know they exist.
Fixes build failure:
https://mail-index.netbsd.org/pkgsrc-users/2018/11/16/msg027701.html
2018-11-21 08:23:22 +00:00
maya
e66af057a4 gtk3: backport upstream commit to fix crashes on macOS
From Jonathan Schleifer in PR pkg/53729
2018-11-20 08:13:56 +00:00
kleink
f1a683c990 Revbump after cairo 1.16.0 update. 2018-11-14 22:20:58 +00:00
markd
ddf47d8a40 qt5-qtlocation: add dependency on qt5-qtserialport 2018-11-13 09:34:47 +00:00
markd
63e22beeea qt5-qtbase: add QMAKE_PLATFORM+=linux to the linux qmake.conf
remove patch that was working around the lack of the above.
no PKGREVISON bump as linux wasn't building without this and other
platforms haven't changed.
2018-11-13 09:24:37 +00:00
jaapb
fd6ceb8a4c Revbumps associated with update of lang/ocaml. 2018-11-12 16:10:16 +00:00
jperkin
6db6f6b0af *: Add CTF_SUPPORTED/CTF_FILES_SKIP where necessary. 2018-11-12 14:40:20 +00:00
ryoon
b86dfe6873 Recursive revbump from hardbuzz-2.1.1 2018-11-12 03:51:07 +00:00
bsiegert
ea35b135fe Add patch to fix qtdeclarative build.
The build apparently works only when qtdeclarative is already installed,
because the qmltestrunner is missing the "quick" dependency.

Patch from Hakan Engvall via pkgsrc-users, thanks a lot!

Bump revision.
2018-11-10 19:33:47 +00:00
bsiegert
8c3e2b3e95 Fix pkg-config usage.
This applies two commits from upstream. Reported by Bastian Germann in
PR pkg/53603, thanks!

(Build untested, as one of the dependencies did not build for me. But
"make patch" works.)
2018-11-09 13:45:00 +00:00
wiz
f6d4ebef2b xf86-video-r128: update to 6.12.0.
This release is mainly meant deal with 2 urgent build failure issues
reported by users.
If your distribution is using Version 6.11.0, please replace it
with this version as soon as possible.
There is very little change in the functionality compared to the
previous release, but I did rewrite hard to maintain and very
awkwardly written XAA / EXA initialization code.
It is always possible that I can mess up the code, but it appears
that the code is working correctly.
2018-11-03 10:51:54 +00:00
tsutsui
8ee7d2be9c mlterm: update to 3.8.7.
Changes noted in doc/en/ReleaseNote:

ver 3.8.7
* Support sixel graphics extension and option1 of
  https://github.com/kmiya-culti/RLogin/issues/22#issue-341758598
* Support Cygwin/x86_64.
* Support PS2 mouse and PC98 bus mouse on FreeBSD 4.x or before.
* Support iOS/Cocoa Touch. (see doc/en/README.cocoatouch)
* Support scrolling by flick on Android and iOS.
* Update unicode property table (generated from UnicodeData.txt and
  EastAsianWidth.txt) to version 11.0.0.
* Add "autoscroll" to OSC 5379.
* Long press at the lower right corner instead of the entire screen shows
  context menu.
* Change the maximum number of sixel graphics palette colors from 256 to 1024.
* Bug fixes:
  Fix segfault of mlconfig when GTK_IM_MODULE=uim.
  Fix wrong XSizeHints which causes unexpected resizing.
2018-11-01 15:11:07 +00:00
tsutsui
ce3ebf8459 ruby-gnome2: update to 3.3.0.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.3.0: 2018-10-31

This is a release for fixing memory leak bugs of cairo-gobject,
improving macOS support and adding support for GEGL.

=== Changes

==== Ruby/GLib2

  * Improvements

    * Added support for the same constant name and class name for error.

  * Fixes

    * Fixed wrong constant values:

      * (({GLib2::MINLONG}))

      * (({GLib2::MAXLONG}))

      * (({GLib2::MAXULONG}))

      * (({GLib2::MINUINT64}))

      * (({GLib2::MAXSIZE}))

      * (({GLib2::MINFLOAT}))

      * (({GLib2::MINDOUBLE}))

      [GitHub#1244][Reported by cobodo]

==== Ruby/CairoGObject

  * Fixes

    * Fixed a memory leak.
      [GitHub#1232][Reported by Jean-Christophe Le Lann]

    * Stopped to increase needless reference.
      [GitHub#1079][Reported by noanoa07]

==== Ruby/GObjectIntrospection

  * Improvements

    * Added support for transfer full output parameter.

  * Fixes

    * Fixed a bug that class method closure doesn't work.
      [GitHub#1245][Reported by kojix2]

==== Ruby/GdkPixbuf2

  * Improvements

    * (({GdkPixbuf::Pixbuf.new})): Added support for auto row stride
      detection for (({[Integer]})) data.

==== Ruby/Pango

  * Improvements

    * Made test more robust.
      [GitHub#1239][Reported by Michael Hudson-Doyle]

==== Ruby/GTK3

  * Improvements

    * Improved backward compatibility for (({Gtk::ListStore#set_column_types})).
      [GitHub#1240][Reported by Edward Hennessy]

  * Fixes

    * Fixed wrong size used bug on HiDPI.
      [GitHub#1079][Reported by noanoa07]

==== Ruby/Poppler

  * Improvements

    * Added support for Popper 0.70.0.

==== Ruby/GEGL

  * Improvements

    * Added.

=== Thanks

  * Jean-Christophe Le Lann

  * Michael Hudson-Doyle

  * Edward Hennessy

  * cobodo

  * kojix2

  * noanoa07
2018-11-01 14:22:58 +00:00
jperkin
7d05b68baa qt5-qtbase: Unset QMAKE_LFLAGS_RPATHLINK.
Fixes build of editors/texstudio on SunOS which was previously trying to
pass unsupported arguments to the linker.  We don't support -rpath-link
anyway.
2018-10-31 12:15:54 +00:00
leot
cc5e119f1b gtk3: Add reference to upstream issue regarding freetype headers include-s 2018-10-30 17:49:37 +00:00
leot
fab3f56a67 gtk3: Correctly include freetype2 headers
Only <ft2build.h> should be included, all the other header files should be
included via FT_*_H macros.

Fixes PR pkg/53690.
2018-10-29 21:35:17 +00:00
leot
e9cb0a2fbf gtk3: Add a missing BUILDLINK_API_DEPENDS.libepoxy in buildlink3.mk
libepoxy>=1.4 is needed but in buildlink3.mk no such bond was specified leading
to link issues when building packages including gtk3 bl3.

Should fix PR pkg/53688.
2018-10-27 12:28:28 +00:00
maya
285145a1f3 modular-xorg-server: don't require root. match wsfb (for genfb).
bump PKGREVISION
2018-10-26 10:20:12 +00:00
maya
96434353e8 modular-xorg-server: update to 1.20.3, security fix.
Matthieu Herrb (2):
      Disable -logfile and -modulepath when running with elevated privileges
      LogFilePrep: add a comment to the unsafe format string.

Peter Hutterer (1):
      xfree86: fix readlink call
2018-10-25 22:40:57 +00:00
leot
82d1c00011 mate-settings-daemon: Fix PLIST when nss option is disabled
Thanks to Georg Bege for noticing that!
2018-10-25 12:05:41 +00:00
leot
7f7915487e *: (belatedly) revbump for net/libsoup update
Thanks to <wiz>!
2018-10-24 21:11:45 +00:00
leot
072702d1bf gtk3: Update x11/gtk to 3.24.1
Changes:
Overview of Changes in GTK+ 3.24.1
==================================
* Adwaita:
 - Improvements to headerbar styling
* Wayland:
 - Fix handling of preedit text
* Windows:
 - Implement smooth scrolling
* Fix critical warnings on shutdown
* Translation updates:
 - Czech
 - Friulian
 - Russian
 - Spanish

Overview of Changes in GTK+ 3.24.0
==================================
* GtkApplication can now track screensaver state
* Translation updates:
 - Brazilian Portuguese
 - Croatian
 - Czech
 - Danish
 - French
 - Galician
 - German
 - Greek
 - Hungarian
 - Indonesian
 - Italian
 - Latvian
 - Lithuanian
 - Polish
 - Swedish
 - Turkish

Overview of Changes in GTK+ 3.23.3
==================================
* Deprecate a few APIs that are gone in GTK+ 4:
 - focus chains in GtkContainer
 - stepper sensitivity in GtkRange
* Allow picking colors under kwin
* Bug fixes:
  #404 window: Fallback to CSD titlebar in focus-chain
  #770 scrolledwindow: Fix horizontal decleration
 #1263 win32: Implement smooth scrolling
  #134 #432 #574 #579 #878
       tooltip: Position using move-to-rect
  #844 wayland: avoid idempotent wl_subsurface_set_position
 #2393 Fix a typo
  #125 combobox: Fix a critical warning
  !290 fontchooser: Add missing build flags
  !172 filechooser: Don't show private recent items
* Translation updates:
 - Brazilian Portuguese
 - British English
 - Catalan
 - Chinese (Taiwan)
 - French
 - German
 - Indonesian
 - Italian
 - Kazakh
 - Korean
 - Lithuanian
 - Polish
 - Turkish

Overview of Changes in GTK+ 3.23.2
==================================
* Emoji chooser improvements
 - Try harder to avoid fallback rendering
 - Avoid hex boxes
 - Use icons for sections
* Color chooser improvements
 - Allow picking colors from the screen again. The current
   implementation can use either the screnshot portal or
   a recent gnome-shell API
* GtkPlacesSidebar now shows a spinner during mount operations
* Wayland
 - Support both gtk-text-input and text-input-unstable-v3 as
   input protocol
* Bug fixes:
 #628 TextView: spaces acting as non-breaking whitespace...
 !248 win32: Correct handling of transient state changes
 !272 Replace gtk_text_input with text_input_unstable_v3 support
* Translation updates:
 - German
 - Lithuanian
 - Polish
 - Spanish
 - Turkish

Overview of Changes in GTK+ 3.23.1
==================================
* Backported event controllers from GTK+ 4:
 - GtkEventControllerScroll
 - GtkEventControllerMotion
 - GtkEventControllerKey
 - GtkGestureStylus
* Support markup in GtkModelButtons
* Themes
 - The Raleigh theme has been removed
 - Expander size in HighContrast has been increased
* Wayland
 - Update cursor scale when needed
 - Decoration negotiation protocol fixes
* Windows
 - Add an EGL renderer based on ANGLE
* Translation updates:
 - Brazilian Portuguese
 - German
 - Hungarian

Overview of Changes in GTK+ 3.23.0
==================================
* Dependency bumps:
 - Require libepoxy 1.4
 - Require pango 1.41
* New font chooser features:
 - Allow setting OpenType font features
 - Show examples for OpenType font features
 - Allow selecting OpenType font variations
 - Support levels of details for selection
* New Emoji features:
 - Support a completion popup for Emoji
 - Drop Ctrl-Shift-e shortcut
* Other new apis:
 - gdk_window_move_to_rect
* Wayland:
 - Use anonymous shared memory on FreeBSD
* Bugs fixed:
 #85 widgetDragDestFindTarget introspection data does not show nullable...
 #154 Documentation: Lifecycle of Editables inside GtkCellRenderers is no...
 #193 Document that GtkUIManager is deprecated by GtkBuilder
 #199 MenuButton not notified when its Popover is destroyed, still access...
 #292 GtkRanges should send ::change-value even if not realized
 #450 Menu navigation triangle doesn't work anymore
 #792 Focus events are not always matched
 #898 emoji-chooser: search for flags doesn't work
 #997 gdk: Make gdk_window_move_to_rect public
 #1053 Scroll cursor gets left behind if a child widget steals the scroll
 #1059 -Wparentheses warnings in GTK+ headers when compiling C++ code with...
 #1065 GtkScrollbar horizontal mouse wheel scroll direction is wrong
 #1069 Thread 1 "glade" received signal SIGFPE, Arithmetic exception.
 #1088 CssGadget: Round px values up for min-width|height
 #1115 gtk icon theme searches system dirs before user dirs
 #1134 x11: Always set None pixmap for no background
 #1160 a11y/entry: Fix copy-pasteo re 2ndary icon tooltip
 #1165 InfoBar: Fix wrong type in copy-pasted param doc
 #1166 EmojiCompletion: Use Box:spacing instead of CSS
 !125 HC: Avoid same BG/FG colors in flat treeview entry
 !157 wayland: Implement 'gtk-fontconfig-timestamp' & 'gtk-modules'
 !181 W32: Don't forget to check VK_MENU and set MK_ALT
 !206 searchenginetracker: Don't leak the hits' GFiles
 407242 GtkScale: Up/Down keys decrease/increase value, which is opposite...
 686109 gtk_print_context_get_hard_margins should return page size specif...
 765327 GtkPlug scaled to half the expected size on HiDPI screens
 772817 File Chooser: Path arrow button frames are reversed and detached ...
 773299 gtk/language-names.c: Fix build on non-GCC/CLang
 775279 early calls to libepoxy cause all gtk3 programs to abort when the...
 786524 ocument GTK_OVERLAY_SCROLLING environment variable
 787867 OSX macports pango text size appears to vary between version 1.40...
 789215 GtkScrolledWindow and GtkIconView atk objects can cause a segfaul...
 791542 GDK 3 Selections documentation makes references to X
 791802 Fix direction value moves on scroll/keypress over RTL/inverted ra...
* Translation updates:
 Catalan
 Finnish
 Polish
 Russian
 Spanish
2018-10-23 07:42:23 +00:00
jperkin
d26cf6249c enlightenment: Remove hardcoded -pie on SunOS. 2018-10-19 14:49:16 +00:00
wiz
1b34719df5 modular-xorg-server: update to 1.20.2.
Lots of bugfixes all over the map. Thanks to all for testing and
patches!

Adam Jackson (8):
      modesetting: Lie less in the man page
      modesetting: Document Option "DoubleShadow" in the man page
      xfree86: Fix Option "MaxClients" validation
      modesetting: Don't free(dst) in drmmode_prop_info_copy
      glamor_egl: Don't initialize on llvmpipe
      glamor/egl: Avoid crashing on broken configurations
      fbdevhw: Refuse to touch PCI devices on the fallback probe path
      xserver 1.20.2

Alex Goins (1):
      randr: rrCheckPixmapBounding should only increase screen size

Alexander Volkov (1):
      os/xdmcp: Don't create a new socket in XdmcpReset()

Cedric Roux (1):
      miext/damage: take care of the coordinate mode in damagePolyPoint

Dave Airlie (9):
      shm: move shmsize verify before allocating the drawable.
      xi: free modifiers_failed on error path. (v2)
      fboverlay: move bpp checks above malloc
      glamor: fix leak of fs_getcolor_source.
      modesetting: get pEnt after error checks
      posix_tty: free leak of xf86SetStrOption return value.
      xkb: fix what looks to be a copy-paste error with first vs firstMM
      mibltblt: free prgnSrcClip on error path.
      devices: break after finding and removing device from lists

Jim Qu (1):
      modesetting: code refactor for PRIME sync

Lionel Landwerlin (2):
      present: fix freed pointer access
      xwayland: fix access to invalid pointer

Olivier Fourdan (3):
      glx: check for indirect context in CreateContextAttribsARB()
      xwayland: Remove xwl_present_window from privates on cleanup
      xwayland: Use `double` for `xwl_tablet_tool`

Peter Hutterer (1):
      dix: check_modmap_change() returns Success, not true

Pierre Ossman (1):
      Switch automatic composite update to WorkQueue

Scott Anderson (1):
      xwayland: use wayland axis_discrete event
2018-10-18 18:12:38 +00:00
wiz
c6aae59508 libdrm: update to 2.4.96.
Andrey Grodzovsky (2):
  amdgpu/test: Allow BO mapping flags to be passed in tests
  amdgpu/test: Fix deadlock tests for AI and RV v2

Rob Clark (14):
  xf86drmHash: remove redundant zero init
  freedreno/msm: get rid of ring_bo unref hack
  freedreno: expose refcnt'ing on ringbuffers
  freedreno: add flags param for rb creation
  freedreno/msm: support suballocation for stateobj rb's
  freedreno: remove deprecated ringmarker API
  freedreno/msm: remove reset of linked rings
  freedreno/msm: simplify emit_reloc_ring() vfunc
  freedreno/msm: use hashtable to track submit.cmds table
  freedreno/msm: simplify msm_ringbuffer_flush()
  freedreno/msm: handle ring-reloc to other stateobjs
  freedreno/kgsl: fix build
  freedreno/msm: fix c90 warning
  Bump to version 2.4.96

Thomas Hellstrom (1):
  libdrm: Allow dynamic drm majors on linux
2018-10-18 17:12:55 +00:00
jperkin
4a9a053f80 *: Replace custom tool setup with new ggrep. 2018-10-17 08:39:13 +00:00
jperkin
4ce9fddfa1 libdrm: Fix public header on SunOS. Bump PKGREVISION. 2018-10-16 15:18:08 +00:00
maya
c05f977235 slim: do replace PREFIX (+= vs =) in slim.conf
don't pass -noretro because unmodified xorg doesn't support this and
errors out (this happens with pkgsrc xorg, netbsd base xorg is undoing
a commit to support it)

bump PKGREVISION.
2018-10-15 00:48:47 +00:00
wiz
c5528dbe1c libX11: update to 1.6.7.
Bhavi Dhingra (1):
     XcmsLookupColor: fully initialize XColor structs passed to _XColor_to_XcmsRGB

Matt Turner (1):
     libX11 1.6.7

Michel Dänzer (2):
     poll_for_response: Call poll_for_event again if xcb_poll_for_reply fails
     poll_for_event: Allow using xcb_poll_for_queued_event
2018-10-10 20:01:56 +00:00
wiz
6a8766a829 libSM: update to 1.2.3.
Alan Coopersmith (1):
      Stop compiling empty sm_auth.c stub

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

Fab (1):
      Fix callbacks signatures in libSM documentation

Jon TURNEY (1):
      Include unistd.h for getpid()

Matthieu Herrb (3):
      Fix uuid_to_string(3) type
      Get rid of strcpy() in the HAVE_UUID_CREATE case
      libSM 1.2.3

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):
      Fixed out ouf boundary accesses.
2018-10-10 19:55:25 +00:00
abs
746869547b Honour PKG_SYSCONFDIR. Bump PKGREVISION 2018-10-08 17:46:07 +00:00
adam
1d491d8af1 py-qt5: added PLIST.Darwin 2018-10-07 09:01:45 +00:00
adam
66513ffa49 py-qt5: updated to 5.11.3
PyQt v5.11.3 has been released. This is a minor functional release adding support for Qt v5.11.2. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.

PyQt v5.11.2 has been released. This is a major functional release. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.
2018-10-07 09:01:22 +00:00
adam
c8d00ed8c1 py-sip: updated to 4.19.13
SIP v4.19.13 has been released. This is a minor bug-fix release.
SIP v4.19.12 has been released. This is both a bug-fix release and a minor functional release.
SIP v4.19.11 has been released. This is a minor functional release.
SIP v4.19.8 has been released. This is a minor bug-fix release.
2018-10-07 09:00:09 +00:00
adam
33facd693b Added x11/qt5-qtcharts, x11/qt5-qtnetworkauth 2018-10-06 22:41:22 +00:00
wiz
46e66b5cfd libdrm: update to 2.4.95.
Merge two patches for the same file.

Changes:

This release adds a fallback for realpath() which was blocked by the
web-browser sand-boxing. While the browsers are fixed-up they seem to have
little incentive to roll bugfix releases :-\

Ayan Kumar Halder (1):
      libdrm: headers: Sync with drm-next

Christian König (4):
      tests/amdgpu: add unaligned VM test
      amdgpu: remove invalid check in amdgpu_bo_alloc
      test/amdgpu: add proper error handling v2
      test/amdgpu: add GDS, GWS and OA tests

Daniel Stone (1):
      CI: Capture test logs as GitLab artifacts

Daniel Vetter (1):
      Add basic CONTRIBUTING file

Emil Velikov (9):
      xf86drm: fallback to normal path when realpath fails
      intel: annotate the intel genx helpers as private
      automake: set NM before running the tests
      *-symbols-check: error out when using unset variables
      gitlab-ci: pass the correct toggles to configure
      Bump to version 2.4.95
      Revert "Bump to version 2.4.95"
      intel: include i915_pciids.h in the tarball
      Bump to version 2.4.95

Eric Engestrom (10):
      add gitlab-ci builds of libdrm
      xf86drm: merge get_normal_pci_path() into get_real_pci_path()
      xf86drm: rename "real_path" to "pci_path"
      gitlab-ci: use templates to deduplicate the build commands
      headers/README: fix/add link to drm-next
      intel: add missing drm_public exports
      nouveau: add missing drm_public exports
      radeon: add missing drm_public exports
      omap: fix symbol annotations
      freedreno: add missing drm_public

Ezequiel Garcia (1):
      tests/util: Add support for sun4i-drm driver

Junwei Zhang (1):
      amdgpu: add error return value for finding bo by cpu mapping (v2)

Lucas De Marchi (19):
      intel: add generic functions to check PCI ID
      intel: make gen11 use generic gen macro
      intel: make gen10 use generic gen macro
      intel: make gen9 use generic gen macro
      intel: get gen once for gen >= 9
      intel: annotate public functions
      libkms: annotate public functions
      nouveau: annotate public functions
      amdgpu: annotate public functions
      libdrm: annotate public functions
      etnaviv: annotate public functions
      freedreno: annotate public functions
      omap: annotate public functions
      radeon: annotate public functions
      tegra: annotate public functions
      exynos: annotate public functions
      meson: make symbols hidden by default
      autotools: make symbols hidden by default
      android: make symbols hidden by default

Michel Dänzer (1):
      amdgpu-symbol-check: Add amdgpu_find_bo_by_cpu_mapping

Qiang Yu (2):
      amdgpu: add amdgpu_bo_inc_ref() function.
      amdgpu: amdgpu_bo_inc_ref don't return dummy int

Rob Clark (2):
      freedreno: fix spelling typo
      freedreno: move ring_cache behind fd_bo_del()

Stefan Agner (2):
      modeprint: use libutil to lookup strings
      modeprint: print encoder type

Tom Anderson (1):
      Fix build with -std=c11
2018-10-05 12:57:20 +00:00
adam
293e512b8e qt5: updated to 5.11.2
Qt 5.11.2 Released

Qt 5.11.2 is released today. As a patch release it does not add any new functionality, but provides important bug fixes, security updates and other improvements.

Compared to Qt 5.11.1, the Qt 5.11.2 release provides fixes for more than 250 bugs and it contains around 800 changes in total. For details of the most important changes, please check the Change files of Qt 5.11.2.
2018-10-01 17:44:46 +00:00
tnn
e2eeb57d2e xless: build fix 2018-09-29 12:59:24 +00:00
tnn
1b4b5ad2cf p5-Wx: build fix 2018-09-27 22:32:28 +00:00
leot
e835018bbd xdotool: Use tabs to align, not spaces (NFC) 2018-09-19 09:36:32 +00:00
leot
333e3afdb4 xdotool: Update x11/xdotool to 3.20160805
pkgsrc changes:
 - Update MASTER_SITES
 - Remove unused USE_LIBTOOL (libtool was not and is not used)
 - Only pod2man is needed as a tool, avoid to include perl bl3

Changes:
3.20160805.1
  - Fix release tool problem. cflags.sh was missing from the previous two
    releases.
    `make test-package-build` now works correctly on OSX 10.11 and Fedora 23.

3.20160804.2
  - Fix some bugs in the Makefile especially for OS X / macOS Sierra
    (Misty De Meo)

3.20160804.1
  - Fix compilation problems on OSX 10.12 aka macOS Sierra. (#138; Jordan
    Sissel and Misty De Meo)
  - Fix memory leaks in window search and charcode map lookups (Markus Roth)
  - xdotool selectwindow (xdo_select_window_with_click) now only selects the
    window if mouse button 1 is pressed. Any other buttons will cause this
    selection to be aborted. (#136, #137; Jordan Sissel and Yuri D'Elia)
  - Fix bug where `xdotool click` with --clearmodifiers can sometimes leave
    stuck keys or mouse buttons. (#102, Aurelien Lourot)
  - windowmove now supports coordinates as a percentage of screen size. For
    example, a move to 50% 50% would move the window such that the top-left
    corner of the window is in the center of the screen. (#92, #27; Collin
    Guarino)
  - Typing commands (key and type) will now try to use XTEST instead of
    XSendEvent in a special circumstance. If the window id given (by window
    stack or the --window flag) is the currenly-focused window, key sequences
    will be sent using XTEST. (#85, mpnolan)
  - getmouselocation, getwindowgeometry, and search commands: now supports
    --shell and --prefix for having stdout be consumable by bash or similar
    shells. (#80, yatsek)
  - xdotool scripts such as running via `xdotool -` will now execute commands
    as lines of input are read. The previous behavior waited until stdin closed
    before executing anything. (#131, abensj)

3.20150503
  - Lots of changes over the past 4 years, but with many folks telling me to do
    another release tarball, here it is.
    We can backfill the changelog later.
2018-09-19 09:33:52 +00:00
maya
2c6f0a48bf py-sip: we call the libraries Qt5Things in pkgsrc for everyone,
not just linux.

from Anthony Mallet in PR pkg/53594.
2018-09-18 03:33:20 +00:00
triaxx
51b1ea40b3 xf86-video-amdgpu: update to 18.1.0
Add LICENSE.
2018-09-16 20:34:39 +00:00
triaxx
0cab36bdb2 xf86-video-ati: update to 18.1.0
Add LICENSE.
2018-09-16 20:28:51 +00:00
khorben
9f4d01dcf1 Provide a desktop file for xscreensaver-demo(1) 2018-09-15 16:46:32 +00:00
maya
2c321ba690 xlockmore{,-lite}: restore CONFLICTS. 2018-09-10 00:06:06 +00:00
maya
35a4769d30 xlockmore{,-lite}: drop CONFLICTS.
This file is used by both xlockmore-lite and xlockmore, and results in
the package being considered conflicting with itself.

Reported by he in PR pkg/53586
2018-09-09 20:05:19 +00:00
maya
af882364d0 libdrm: Implement drmParseSubsystemType, drmParsePciBusInfo for NetBSD
Needed for mesalib update, from riastradh.
2018-09-09 04:04:56 +00:00
wiz
0fcc79cf0c *: recursive bump for vala-0.42. 2018-09-03 10:50:17 +00:00
wiz
e531d343d7 *: recursive bump for poppler-0.68 2018-09-02 21:32:41 +00:00
wiz
96080b0618 xscreensaver: fix one GNU make'ism
More remain.
2018-09-02 20:27:20 +00:00
wiz
a19dd8c79b xscreensaver: mark delwebcollage target as .PHONY 2018-09-02 20:26:59 +00:00
wiz
9575e315dd xscreensaver-demo: reset PKGREVISION after base package update 2018-09-02 20:12:59 +00:00
wiz
578356b40b xscreensaver: update to 5.40.
5.40	* New hacks, 'filmleader', 'vfeedback'.
	* New hack, 'glitchpeg' (X11 and macOS only).
	* GLPlanet blends between day and night maps at the dusk terminator.
	* DymaxionMap can display arbitrary map images, and animate sunlight
          across the flattened globe.
	* Tessellimage can draw either Delaunay or Voronoi tilings.
	* XAnalogTV includes test cards.
	* Android: These hacks work now: 'blitspin', 'bumps', 'cityflow',
	  'endgame', 'esper', 'flipscreen3d', 'gleidescope', 'glslideshow',
	  'jigglypuff', 'queens', 'tessellimage', 'xanalogtv', 'xmatrix',
	  'zoom'.
2018-09-02 20:12:03 +00:00
wiz
a2287abee0 libdrm: update to 2.4.94.
Benjamin Gaignard (2):
      tests/modetest: Add atomic support
      tests/util: Add support for stm module

Christian König (7):
      amdgpu: stop using the hash table for fd_tab
      amdgpu: add handle table implementation v2
      amdgpu: use handle table for KMS handles
      amdgpu: use handle table for flink names
      amdgpu: remove the hash table implementation
      amdgpu: always add all BOs to handle table
      amdgpu: fix off by one in handle_table_insert

Junwei Zhang (5):
      amdgpu: add bo from user memory to handle table
      amdgpu: add a function to find bo by cpu mapping (v2)
      tests/amdgpu: add test for finding bo by CPU mapping
      amdgpu: free flink bo in bo import
      amdgpu: add a function to create amdgpu bo internally (v4)

Kristian H. Kristensen (1):
      Bump to version 2.4.94

Likun Gao (1):
      amdgpu: Disable deadlock test suite for RV

Michel Dänzer (2):
      amdgpu: Use uint32_t i in amdgpu_find_bo_by_cpu_mapping
      amdgpu: Eliminate void* arithmetic in amdgpu_find_bo_by_cpu_mapping

Mike Lothian (1):
      libdrm: Fix amdgpu build failure

Rob Clark (2):
      freedreno: don't leak stateobj rb refs
      freedreno: fix use-after-free with stateobj rb's

Rodrigo Vivi (1):
      intel: Add a new CFL PCI ID.

Tanmay Shah (1):
      libdrm: add msm drm uapi header
2018-09-02 08:34:34 +00:00
ryoon
1ee3a0f973 Update to 3.6.0
* Update vte dependency

Changelog:
Not provided.
2018-08-28 13:57:00 +00:00
wiz
93b46879c7 Recursive bump for perl5-5.28.0 2018-08-22 09:43:40 +00:00
wiz
9bd737fe76 Recursive bump for perl5-5.28.0 2018-08-22 09:42:51 +00:00
wiz
b40700e1c5 libX11: update to 1.6.6.
Security fix release.

Alan Coopersmith (6):
      Make Xkb{Get,Set}NamedIndicator spec & manpages match code
      Clarify state parameter to XkbSetNamedDeviceIndicator
      Improve table formatting in XkbChangeControls & XkbKeyNumGroups man pages
      If XGetImage fails to create image, don't dereference it to bounds check
      Use size_t for buffer sizes in SetHints.c
      Change fall through comment in lcDB.c to match gcc's requirements

Arthur Huillet (1):
      _XDefaultError: set XlibDisplayIOError flag before calling exit

Bhavi Dhingra (1):
      Fix possible memory leak in cmsProp.c:140

Martin Natano (1):
      Don't rebuild ks_tables.h if nothing changed.

Matthieu Herrb (2):
      Remove statement with no effect.
      libX11 1.6.6

Michal Srb (1):
      Use flexible array member instead of fake size.

Ryan C. Gordon (1):
      Valgrind fix for XStoreColor and XStoreColors.

Samuel Thibault (1):
      XkbOpenDisplay.3: fix typo

Tobias Stoeckmann (4):
      Validation of server response in XListHosts.
      Fixed off-by-one writes (CVE-2018-14599).
      Fixed out of boundary write (CVE-2018-14600).
      Fixed crash on invalid reply (CVE-2018-14598).

walter harms (13):
      fix shadow warning
      _XIOError(dpy); will never return so remore dead
      remove argument check for free() adjust one inden
      fix shadow char_size
      fix more shadow warning
      no need to check argument for _XkbFree()
      remove stray extern
      no need to check args for Xfree()
      fix memleak in error path
      fix memleak in error path
      no need to check XFree arguments
      mark _XDefaultIOError as no_return
      Fixes: warning: variable 'req' set but not,used

wharms (3):
      add _X_UNUSED to avoid unused variable warnings
      remove empty line
      silence gcc warning assignment discards 'const' qualifier from pointer target type
2018-08-21 19:29:48 +00:00
wiz
0250020153 *: reset maintainer for drochner 2018-08-19 20:16:39 +00:00
wiz
ac8be338c1 xscreensaver: make xscreensaver binary setuid root
Otherwise it does not lock the screen by default.

Bump PKGREVISION.
2018-08-18 06:35:29 +00:00
wiz
3f4ff0f1cf xscreensaver: remove reference to kerberosIV 2018-08-18 06:31:04 +00:00
ryoon
474d34ae31 Add fcitx option 2018-08-18 01:25:58 +00:00
adam
9d06c0a472 revbump after boost-libs update 2018-08-16 18:54:26 +00:00
wiz
fd2d8eb5f9 *: Recursive bump for poppler-0.67 2018-08-16 13:56:24 +00:00
wiz
ea8ddfd427 wxGTK30: remove dragonfly support
Can't test this for upstreaming, and dragonfly users use dports or
ravenports anyway.
2018-08-16 12:26:49 +00:00
wiz
eed144a705 libxkbcommon: update to 0.8.2.
libxkbcommon 0.8.2 - 2018-08-05
==================

- Fix various problems found with fuzzing (see commit messages for
  more details):

    - Fix a few NULL-dereferences, out-of-bounds access and undefined behavior
      in the XKB text format parser.


libxkbcommon 0.8.1 - 2018-08-03
==================

- Fix various problems found in the meson build (see commit messages for more
  details):

    - Fix compilation on Darwin.

    - Fix compilation of the x11 tests and demos when XCB is installed in a
      non-standard location.

    - Fix xkbcommon-x11.pc missing the Requires specification.

- Fix various problems found with fuzzing and Coverity (see commit messages for
  more details):

    - Fix stack overflow in the XKB text format parser when evaluating boolean
      negation.

    - Fix NULL-dereferences in the XKB text format parser when some unsupported
      tokens appear (the tokens are still parsed for backward compatibility).

    - Fix NULL-dereference in the XKB text format parser when parsing an
      xkb_geometry section.

    - Fix an infinite loop in the Compose text format parser on some inputs.

    - Fix an invalid free() when using multiple keysyms.

- Replace the Unicode characters for the leftanglebracket and rightanglebracket
  keysyms from the deprecated LEFT/RIGHT-POINTING ANGLE BRACKET to
  MATHEMATICAL LEFT/RIGHT ANGLE BRACKET.

- Reject out-of-range Unicode codepoints in xkb_keysym_to_utf8 and
  xkb_keysym_to_utf32.
2018-08-16 12:21:44 +00:00
wiz
24213fa377 wxGTK30: add upstream bug report URL 2018-08-16 11:46:24 +00:00
wiz
ff95e1a480 wxGTK30: add upstream bug report URLs
Remove patch for NetBSD<5.
2018-08-16 11:38:53 +00:00
wiz
9f403df98e wxGTK30: remove remnants of build system changes
The other patches for this have been removed from the package,
we use the upstream build system now.
2018-08-16 11:28:06 +00:00
wiz
47f292f5ee modular-xorg-xephyr: update to 1.20.1.
Match modular-xorg-server update.
2018-08-14 09:35:59 +00:00
wiz
28516fcab4 modular-xorg-server: update to 1.20.1.
This bugfix release fixes several issues in RANDR, Xwayland, glamor,
the modesetting driver, and elsewhere. Everyone is encouraged to
upgrade. Thanks to all who contributed to this release!

Adam Jackson (1):
      xserver 1.20.1

Alexander Volkov (1):
      Xext/shm: Refuse to work for remote clients

Bas Nieuwenhuizen (1):
      DRI2: Sync radeonsi_pci_ids.h from Mesa

Damien Leone (1):
      os: Recompute whether any clients are ready after check_timers()

Dave Airlie (1):
      xwayland: fix typo in non-modifier fallback path

John Lumby (1):
      Change the DPMS initialization to be conditional on not set from config

Jon Turney (4):
      meson: install xwinclip and Xwinrc man pages
      meson: don't install xorg wrapper manpages if suid-wrapper isn't being used
      meson: don't put literal 'PACKAGE_STRING' and 'XORG_MAN_PAGE' in man pages
      meson: use absolute paths in manpage substitutions

Keith Packard (6):
      modesetting: Allow a DRM fd to be passed on command line with -masterfd [v2]
      xfree86: Reset randr_crtc and randr_output early in xf86CrtcCloseScreen
      xfree86: Wrap RRCrtcIsLeased and RROutputIsLeased to check for DIX structures
      xf86-video-modesetting: Don't enable UNIVERSAL_PLANES separately
      xf86-video-modesetting: Lease planes as well if using atomic
      During reset/shutdown, clean up leases in DIX instead of each driver

Laurent Carlier (1):
      meson: Add configuration of listening on tcp, unix and local

Lukas F. Hartmann (1):
      glamor_init: clamp GLSL to 120 if platform doesn't have instanced arrays

Lyude Paul (5):
      modesetting: Also disable CRTC in drmmode_output_disable()
      glamor: Unbreak glamor_fd_from_pixmap()
      randr: Scream when creating a shared pixmap fails
      modesetting: Fix uninitialized memory usage in drmmode_crtc_get_fb_id()
      meson: ensure the libc has RPC functions when secure-rpc is enabled

Matt Turner (1):
      xfree86: Inline xf86{Read,Write}Mmio{8,16,32} on alpha

Michał Górny (1):
      xfree86: Makefile shouldn't rely on superuser being named 'root'

Michel Dänzer (6):
      xfree86: Fix O_CLOEXEC usage in lnx_platform
      modesetting: Pass O_CLOEXEC when opening a DRM device
      glamor: Always return 0 from glamor_fds_from_pixmap on error
      glamor: Propagate glamor_fds_from_pixmap error in glamor_fd_from_pixmap
      exa: Use PictureMatchFormat for source-only picture format description
      present/wnmd: Preserve window pixmap's screen_x/y on flip

Olivier Fourdan (20):
      xwayland: use pixmap size on present flip
      xwayland: allow "-eglstream" option
      xwayland: "EGL_EXT_device_base" required for EGLStream
      xwayland: process Wayland events after adding screen
      xwayland: do not disable glamor if EGLStream failed
      xwayland: make xwl_output_get_xdg_output() static
      xwayland: move glamor specific routines
      xwayland: swap "name" and "id" in init_wl_registry()
      xwayland: GBM should fail w/out "GL_OES_EGL_image"
      xwayland: skip drm authentication with render node
      xwayland: move egl_backend to its own struct
      xwayland: Add Wayland interfaces check
      xwayland: move EGL backend init to glamor
      xwayland: refactor EGL backends for wayland registry
      xwayland: check for EGLStream backend explicitly
      xwayland: EGL_IMG_context_priority required by EGLStream
      xwayland: simplify xwl_glamor_pixmap_get_wl_buffer()
      xwayland: mandatory EGL backend API
      modesetting: use drmmode_bo_import() for rotate_fb
      xwayland: Enable DRI3 for glamor

Peter Hutterer (1):
      Xext: dynamically allocate the PanoramiXDepths[j].vids array

Roman Kapl (2):
      Xi: fix byte-swapping of button labels
      Xi: add forgotten byte-swaps for Valuator fields

Stefan Agner (1):
      modesetting: Fix 16 bit depth/bpp mode

Takashi Iwai (1):
      modesetting: Fix cirrus 24bpp breakage

Thomas Hellstrom (1):
      glamor: Work around GEM usage v2

Vladimir Panteleev (1):
      glx/vndcmds: Fix vendor hash table key size

emersion (1):
      xwayland: rotate logical size for RRMode
2018-08-14 09:35:36 +00:00
tsutsui
452c0602ba ruby-gnome2: update to 3.2.9.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.9: 2018-08-08

This is a packaging bug fix release of 3.2.8.

=== Changes

==== All

  * Fixes

    * Fixed wrong gem content.
      [GitHub#1236][Reported by Izumi Tsutsui]

==== Ruby/GtkSourceView4

  * Improvements

    * Added.

=== Thanks

  * Izumi Tsutsui

== Ruby-GNOME2 3.2.8: 2018-08-06

This is an installation improvement release of 3.2.7.

=== Changes

==== All

  * Improvements

    * Added support for static gemspec.
      [Patch by cedlemo]

    * Added support for msys2_mingw_dependencies.
      [GitHub#1194]

==== Ruby/GLib2

  * Improvements

    * test: Removed a needless assertion.
      [GitHub#1235][Patch by Iain Lane]

==== Ruby/GObjectIntrospection

  * Improvements

    * Improved setter method detection.
      [GitHub#1233][Patch by yosuke shiro]

  * Fixes

    * Fixed a memory leak for callback method.
      [GitHub#1230][GitHub#1231][Reported by Izumi Tsutsui]

==== Ruby/GTK3

  * Fixes

    * demo: Fix a crash bug.
      [GitHub#1193][Reported by kojix2]

=== Thanks

  * cedlemo

  * kojix2

  * Izumi Tsutsui

  * yosuke shiro

  * Iain Lane
2018-08-08 12:16:00 +00:00
wiz
e90d712b81 libdrm: update to 2.4.93.
Christian König (1):
      amdgpu: make sure to set CLOEXEC on duplicated FDs

Emil Velikov (10):
      xf86drm: drmGetDevice2: error out if the fd has unknown subsys
      xf86drm: introduce drm_device_has_rdev() helper
      xf86drm: Fold drmDevice processing into process_device() helper
      xf86drm: Allocate drmDevicePtr's on stack
      xf86drm: introduce a get_real_pci_path() helper
      xf86drm: Add drmDevice support for virtio_gpu
      tests/drmdevices: install alongside other utilities
      tests/drmdevice: add a couple of printf headers
      drmdevice: convert the tabbed output into a tree
      drmdevice: print the correct host1x information

Jan Vesely (3):
      amdgpu: Take a lock before removing devices from fd_tab hash table.
      amdgpu/util_hash_table: Add helper function to count the number of entries in hash table
      amdgpu: Destroy fd_hash table when the last device is removed.

José Roberto de Souza (2):
      intel: Introducing Whiskey Lake platform
      intel: Introducing Amber Lake platform

Kevin Strasser (1):
      xf86drm: Be sure to closedir before return

Marek Olšák (3):
      amdgpu: don't call add_handle_to_table for KMS BO exports
      amdgpu: add amdgpu_bo_handle_type_kms_noimport
      configure.ac: bump version to 2.4.93

Mariusz Ceier (1):
      xf86drm: Fix error path in drmGetDevice2

Michel Dänzer (2):
      Always pass O_CLOEXEC when opening DRM file descriptors
      Revert "amdgpu: don't call add_handle_to_table for KMS BO exports"

Rob Clark (5):
      freedreno: add user ptr to fd_ringbuffer
      freedreno: add fd_ringbuffer_new_object()
      freedreno: small cleanup
      freedreno: slight reordering
      freedreno/msm: "stateobj" support
2018-08-02 11:44:06 +00:00
maya
0dc60a82f0 qtwebkit: don't disable JIT on netbsd, declare functions like linux.
this works well enough to browse javascript websites with otter-browser,
which needed paxctl +m, although I didn't try it without these changes.

XXX this package might be crashing from feeding bogus values to
posix_memalign.
2018-08-01 15:01:08 +00:00
jperkin
42969c1376 caribou: Add missing dependencies. 2018-07-31 22:06:54 +00:00
jperkin
7ba0154eeb qt5-qtdeclarative: Limit C11 _Static_assert to C code. 2018-07-30 15:24:45 +00:00
nia
feb790f6e1 x11/maim: Use the "Release" build type. 2018-07-28 22:33:15 +00:00
nia
8a50f3d99e x11/slop: Use the "Release" build type. 2018-07-28 22:32:29 +00:00
nia
fa912ca2c0 x11/slop: add glu dependency to allow building against modular xorg 2018-07-28 22:22:47 +00:00
nia
a9b4dabda3 x11/maim: Import maim-5.5.2
maim (Make Image) is a utility that takes screenshots of your
desktop. It's meant to overcome shortcomings of scrot and performs
better in several ways.
2018-07-28 15:23:24 +00:00
nia
6c5e996a3a x11/slop: Import slop-7.4
slop (Select Operation) is an X11 application that queries for a screen
area selection from the user and prints the region to stdout.
2018-07-28 15:19:59 +00:00
minskim
c30b34d420 x11/qt5-*: Fix install_name on Darwin
This should fix PR 53460.
2018-07-26 02:16:05 +00:00
wiz
d3dc4934a5 xscreensaver: add some dependencies
Should fix image loading support.

Bump PKGREVISION.
2018-07-21 06:15:58 +00:00
wiz
8702d41453 xf86-video-r128: update to 6.11.0.
Colin Walters (1):
      autogen.sh: Implement GNOME Build API

Dylan Aïssi (1):
      Fix typo: Initalizing --> Initializing

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

Helmut Grohne (1):
      Fix for cross build failure

Kevin Brace (31):
      Move the location where R128PreInitGamma is called
      Move assignment of color depth variables away from R128PreInitVisual
      Move the assignment to monitor field of ScrnInfoRec record
      Move R128PreInitVisual and R128PreInitGamma calls
      Remove R128ProbeDDC
      Refactor R128PreInitWeight
      Move the location xf86CrtcConfigInit is called inside R128PreInit
      Move existing mode setting initialization code into R128LegacyMS
      Move R128InitCrtcRegisters to r128_crtc.c
      Move R128InitCrtc2Registers to r128_crtc.c
      Move R128InitCrtcBase to r128_crtc.c
      Move R128InitCrtc2Base to r128_crtc.c
      Convert R128Div to an inline function
      Move R128InitPLLRegisters to r128_crtc.c
      Move R128InitPLL2Registers to r128_crtc.c
      Move R128RestoreCrtcRegisters to r128_crtc.c
      Move R128RestoreCrtc2Registers to r128_crtc.c
      Move R128InitDACRegisters to r128_output.c
      Move R128RestoreDACRegisters to r128_output.c
      Move R128RestorePLLRegisters to r128_crtc.c
      Move R128RestorePLL2Registers to r128_crtc.c
      Move R128InitDDARegisters to r128_crtc.c
      Move R128InitDDA2Registers to r128_crtc.c
      Move the location R128PreInitDRI is called
      Deprecate R128TRACE macro when generating debug messages
      Remove compilation warnings related to debug messages
      Using __func__ string for debug message function identification
      Convert tabs to white spaces for r128_output.c
      Fix for some RAGE 128 Pro causing out of range display error
      Reorganize r128_exa.c
      Version bumped to 6.11.0

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

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

Stefan Dirsch (1):
      Include <stdint.h> in order to declare uint32_t
2018-07-20 09:41:28 +00:00
ryoon
b9c1e1d533 Recursive revbump from textproc/icu-62.1 2018-07-20 03:33:47 +00:00
jaapb
05083dc708 Recursive revbump associated with the update of lang/ocaml to 4.07. 2018-07-19 15:15:20 +00:00
joerg
a19083df44 Mark packages that require C++03 (or the GNU variants) if they fail with
C++14 default language.
2018-07-18 00:06:10 +00:00
maya
558260fe10 qt5-qtlocation: workaround GCC < 5.x bug and be explicit on how to cast this.
from thiago on qt irc.
2018-07-17 20:22:54 +00:00
dbj
a8db23ee88 x11/fltk13: update to fltk-1.3.4
CHANGES IN FLTK 1.3.4					RELEASED: Nov 11 2016

Bug fixes and other improvements

	- Fix test/native-filechooser help display artifact (STR #3349).
	- MacOS: fix a crash when closing a fullscreen window.
	- Accept empty Fl_Pixmap in Fl_RGB_Image c'tor (STR #3348).
	- MacOS: fix drawing error when a window containing a hidden subwindow
	  is changed to fullscreen (error visible with the tabs test program).
	- MacOS: fix possible crash when enabling fullscreen in test/scroll.
	- Add a snapshot of known STR's and RFE's (KNOWN_BUGS.html).

CHANGES IN FLTK 1.3.4rc3				RELEASED: Oct 31 2016

	Bug fixes and other improvements

	- Fix string truncation in fluid (STR #2722 continued).
	- MacOS: fix a small problem where the Command-Quit menu hotkey
	  may not work if Fl_Native_File_Chooser is used before any
	  window is shown.

CHANGES IN FLTK 1.3.4rc2				RELEASED: Oct 24 2016

	Bug fixes and other improvements

	- Make sure the "File Systems" menu item of Fl_File_Chooser
	  lists "/" as the first mounted file system (Linux/Unix platform).
	- Added line numbers to fluid Edit -> Show Source Code viewer.
	- Improved fluid's template handling (STR #3335).

CHANGES IN FLTK 1.3.4rc1				RELEASED: Oct 17 2016

	New features and extensions

	- Added support for Mac OS 10.11 "El Capitan" and 10.12 "Sierra".
	- Added full support of true subwindows to the Mac OS X platform.
	  Window nesting to any depth is possible. An Fl_Gl_Window window or
	  subwindow can contain Fl_Window's as subwindows.
        - Fluid now supports external editors (STR#3213)
	  See: Edit -> GUI Settings -> Use external editor
	- Added method Fl_Widget::is_label_copied().
	- Added methods Fl_Copy_Surface::w(), Fl_Copy_Surface::h(),
	  and Fl_Copy_Surface::draw_decorated_window().
	- Added method Fl_Image_Surface::draw_decorated_window().
	- Added method Fl_Shared_Image *Fl_Image_Surface::highres_image()
	  to draw into a high-resolution bitmap image (Mac OS X only).
	- Added support for OpenGL version 3 and later.
	- Added method Fl_Mac_App_Menu::custom_application_menu_items()
	  allowing customization of the application menu (Mac OS X only).
	- Added 'fluid -u' command-line switch to upgrade fluid files in
	  batch mode. This option opens a fluid ('.fl') file and saves it
	  overwriting the old file with the current syntax and library version
	  number. Use with care (input file is overwritten unconditionally).
	- Added FL_ZOOM_GESTURE gesture for OS X (only). Needs implementation
	  on other platforms.
	- Added FL_ABI_VERSION, FL_API_VERSION, Fl::abi_version(), and
	  Fl::api_version(). Constants can be used to determine the compiled
	  FLTK version. Functions can be used to find the linked library version.
	- Added Fl::abi_check() method to test if the runtime (linked)
	  ABI version is correct.
	- Added Fl_Image::fail() to test if an image was loaded successfully
	  to allow for easier error detection when loading images (STR #2873).
	- Added line numbers to fluid's source code viewer for New -> Code

	New configuration options (ABI version)

	- FLTK's ABI version can now be configured with 'configure', CMake, or
	  by editing a supplied file when using the bundled IDE projects.
	  See documentation in README.abi-version.txt.

	1.3.4 ABI FEATURES

	- Added deactivated user icon to Fl_Tree.
	- Added Fl_Shared_Image::scale(width, height) which gives a shared
	  image its own drawing size, independently of the size of the
	  underlying image. This improves image drawing on high resolution
	  surfaces such as Laser printers, PDF files, and Apple retina displays.

	Other improvements

	- Configure now correctly sets HAVE_* variables only if both the
	  library and the header files were found. The configuration process
	  is aborted if Xft was requested explicitly with --enable-xft and
	  Xft was not found. The configuration summary now shows _found_
	  options as opposed to requested options.
	- Improved drawing of rounded box (STR #2943).
	- Full support of Apple 'retina' displays for which one drawing unit
	  corresponds to two pixels.
	- The Mac OS X platform no longer uses the deprecated AGL
	  (Apple GL library) to draw OpenGL data. Instead, it uses standard
	  Cocoa APIs. This allows FLTK to support drawing GL scenes at high
	  resolution when an Fl_Gl_Window is mapped to a 'retina' display.
	- Added Fl_Gl_Window::pixel_w(), Fl_Gl_Window::pixel_h(), and
	  Fl_Gl_Window::pixels_per_unit() useful for high resolution OpenGL windows.
	- fl_read_image() now captures all pixels within the rectangle
	  described by its arguments, whether they belong to a GL scene
	  or not (STR #3142). It also captures subwindows of GL windows.
	- Fl::delete_widget() now hides the widget or window immediately
	  (i.e. when called) - only destruction is delayed as before.
	- FLTK header files don't expose X11 definitions in user code any more
	  unless requested by including FL/x.H explicitly or implicitly.
	- The PostScript code output when printing images under Linux/Unix
	  is now much smaller by using lossless compression techniques.
	- The Linux/Unix printer dialog now uses BSD-style printing commands
	  (lpr/lpq) when SystemV-style commands (lp/lpstat) are not available.
	- Drawing alpha-blended images under X11 is now accelerated with
	  Xrender.
	- The font used for the FL_COURIER font family was changed on the Mac OS X
	  platform from 'Courier New' to 'Courier' because it was too thin.
	- Text drawing on the Mac platform supports Unicode 'variation selectors'
	  in the range [0xFE00-0xFE0F].
	- Added a Mac OS implementation of Fl_Window::wait_for_expose() that
	  became necessary with Mac OS 10.10 "Yosemite".
	- Added the libfltk target to the Xcode project producing a static
	  version of the FLTK library (Mac OS X).
	- Restored the possibility to call Fl::set_font() before main() starts.
	- Allow using the --enable-x11 configure option on the Mac OS platform
	  which produces an X11 version of the FLTK library (don't use unless
	  you know what you're doing).
	- FLTK code and fluid-generated code can be used in static initializers.
	- Added light gray separator line to fluid's widget browser (STR #2997).
	- Improved tooltip behavior for huge tooltips: remove flicker, support
	  key/mouse dismiss (STR #2650).
	- Modifier key names displayed in shortcut labels can now be localized.
	  See documentation of fl_shortcut_label(). You can set modifier key
	  names for Ctrl, Alt, Shift, and Meta by assigning global string
	  pointers to your translated modifier key names.
	- Many documentation improvements and fixes.
	- Fixed many compiler warnings (STR #2988).
	- Fluid now generates code with less compiler warnings (STR #2813).
	- Many CMake improvements and fixes. Note: CMake is mostly operating
	  now, but not yet recommended for production use. Please test and
	  report issues.
	- Updated bundled zlib from 1.2.5 to 1.2.8.
	- Updated bundled libjpeg from jpeg-8c to jpeg-9a.

	Bug fixes

	- Fix potential crash when using keyboard navigation on Fl_Tabs
	  widget without children (STR #3333).
	- Fix potential crash if Fl_Window::icon(NULL) was called to clear
	  (reset) a window icon. This is now legal and documented behavior.
	  The same applies to Fl_Window::default_icon().
	- Allow widget callback to be NULL, i.e. no callback (STR #2835).
	- Fixed Fl_Help_View buffer overflow (STR #3275).
	- Fl_Browser now correctly adjusts its scrollbars when the default
	  text size is changed with textsize(int) (STR #3057).
	- Fixed Fl_Text_Display/Fl_Text_Editor slow scrolling, line number
	  display, wrap mode "hiding" text behind scrollbars, and more
	  scrollbar handling (alignment) (STR #3272).
	- Fixed valgrind warning (uninitialized variable) in Fl_Window.
	  Visible only with FLTK_ABI_VERSION >= 10303, since FLTK 1.3.3.
	- Fixed Windows drag'n'drop not showing insert position if the drop
	  target is inside the same window or process (STR #3209).
	- Fixed undefined reference building shared cairo library (STR #3276).
	- Fixed Fl_Browser if text argument to some methods is NULL (STR #3269).
	- Fixed missing image release in fluid (STR #2840).
	- Fixed out-of-bounds memory access in fluid (STR #3263).
	- Fixed trailing white space in fluid .fl files (STR #3239).
	- Several box types were not drawn correctly when deactivated.
	  The background color for deactivated widgets is now correct:
	  fl_inactive(color()) (STR #2907).
	- Fix inconsistent interpretation of ld() in image handling
	  (STR #3308). This is a minor issue since ld() is usually 0 or
	  w()*d(). Documentation has been fixed, and ld() handling is now
	  consistent in Fl_(RGB_)Image and fl_draw_image() and friends. See
	  documentation of Fl_Image and Fl_RGB_Image for more information.
	- Fixed Fl_Pixmap (background) drawing to respect the clip region
	  (STR #3206).
	- Fixed reading .pbm image files: 1 is now interpreted as black,
	  and images whose width are a multiple of 8 are correctly read.
	  Note: if you relied on the faulty behavior you may need to fix
	  your image files.
	- Restored window background drawing, particularly the 'plastic'
	  scheme's background (STR #3059). This was a regression since
	  FLTK 1.3.0.
	- Prevent sending (FL_SHORTCUT) events to inactive widgets (STR #3216).
	- Fixed button label clipping (STR #3237).
	- Fixed Fl_Menu_::item_pathname() handling of descending submenu
	  pointers (STR #3177).
	- Fl_Text_Display: style buffer colors are no longer manipulated by
	  fl_contrast() for normal text drawing (fltk.coredev thread started
	  04/08/15, Subject: "RFC: Fl_Text_Display style buffer color weirdness")
	- Fl_Tree::deactivate() now affects draw color of items (must have
	  ABI 1.3.3 or higher enabled). For icons to draw deactivated,
	  enable ABI 1.3.4. (test/tree has a 'deactivate tree' button)
	- Fl_Tree::find_item() did not find items if the pathname contained
	  identical strings (STR #3234).
	- Fixed possible bad border effect when a set of radio menu items
	  is located first in its menu (STR #3176): Fl_Menu_Item::set_only()
	  is deprecated and replaced by Fl_Menu_::set_only(Fl_Menu_item*).
	- Restore the correct state of mouse buttons and keyboard modifier keys
	  after closing a file or printer dialog (STR #3221).
	- Fix for deactivate colors issue with Fl_Text_Display/Editor (STR #3219).
	- Fixed issue with MSWindows platform where the program kept running
	  after closing all its windows (STR #3165).
	- Fix potential buffer overflow (MSWindows: BEX64 error) and problem with
	  MSWindows environment variables "HOME"(MinGW) vs. "UserProfile"(DOS)
	- Fix issue with MSWindows platform where a window would decrease
	  in size after each close/open (STR #3167).
	- Fix undefined reference XGetUtf8FontAndGlyph (STR #3191).
	- Fix potential keyboard hangup (STR #3192).
	- Fix for: .xbm images were not previewed (STR #3131).
	- Fixed crash on Mac platform when resizing a not yet shown() Fl_Gl_Window.
	- Fixed potential Windows GDI leak (STR #3254).
	- Fixed Linux/Unix potential program hang when dialog pops up while
	  a menu is open (STR #3179).
	- Fixed a crash when a Unix/Linux program calls take_focus() before any
	  window has been show()n.
	- Fixed an error on the Mac platform when drawing to an Fl_Image_Surface
	  object without using the Fl_Image_Surface::draw() method.
	- Fixed STR #3268 where a fullscreen window could become relocated
	  behind the menu bar and dock (Mac OS only).
	- Fixed STR #3207: ^C not working when numlock or capslock is on.
	- Fixed code editor in Fluid (STR #3184).
	- Fixed a potential hangup of the Fl::awake() queue under Windows if
	  a window is resized or moved while the Fl::awake() message is sent
	  (STR #3143).
	- Fixed a regression: restore the possibility to call
	  fl_draw_image(buf,X,Y,W,H,D,L) with negative D and/or L arguments.
	- Fixed overflow in Fl_Valuator::precision(int) to 0...9 (STR #3280).
2018-07-13 04:24:39 +00:00
wiz
aa435a2ada libXxf86misc: update to 1.0.4.
Several error paths in this library would fail to unlock libX11 when
they returned, which would eventually cause the client to deadlock.
This release fixes that bug.

Adam Jackson (1):
      libXxf86misc 1.0.4

Alan Coopersmith (3):
      Strip trailing whitespace
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Egbert Eich (1):
      Add missing UnlockDisplay() and SyncHandle() to some error paths.
2018-07-07 07:52:08 +00:00
wiz
9cbb3adaa6 libXScrnSaver: update to 1.2.3.
Fixes a 25+-year-old bug in correctly filling in the ::root member of
the ScreenSaverNotify event.

Adam Jackson (1):
      libXScrnSaver 1.2.3

Alan Coopersmith (3):
      Copy root field from wire event into root, not window, of Xlib event
      configure: Drop AM_MAINTAINER_MODE
      autogen.sh: Honor NOCONFIGURE=1

Daniel Martin (1):
      Fix typo in man page: XScreenSaverSaverRegister()

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
2018-07-07 07:50:45 +00:00
wiz
f65e7e23ab libXinerama: update to 1.1.4.
ontains some tiny bugfixes sitting in git unreleased for too long.

Adam Jackson (1):
      libXinerama 1.1.4

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

Michael Joost (1):
      Remove fallback for _XEatDataWords, require libX11 1.6 for it

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):
      libXinerama: Set number of screens to 0 on error
2018-07-07 07:48:24 +00:00
ryoon
4fea36abc2 Recursive revbump from audio/pulseaudio 2018-07-06 15:06:40 +00:00
jperkin
6b21ccfbb3 modular-xorg-server: Avoid mkostemp on SunOS.
It's available in newer illumos, but was missing from the public headers
for a while in older releases, so this is more portable.
2018-07-05 14:28:11 +00:00
jperkin
5393242c73 *: Move SUBST_STAGE from post-patch to pre-configure
Performing substitutions during post-patch breaks tools such as mkpatches,
making it very difficult to regenerate correct patches after making changes,
and often leading to substituted string replacements being committed.
2018-07-04 13:40:07 +00:00
adam
a31bce9748 extend PYTHON_VERSIONS_ for Python 3.7 2018-07-03 05:03:01 +00:00
gdt
261e71ba44 gtk3: PKGREVISION++ for cups change 2018-07-02 17:25:29 +00:00
gdt
a7c3b3db6a gtk3: drop cups from SUGGESTED_OPTIONS
cups was added as default recently without broad discussion.  pkgsrc
has long declined to endorse/require a particular approach to printing
(because of the multitude of strong opinions about printing).
Defaulting to cups requires that everyone install it, and some object.
In addition, cups does not build on macos, resulting in all packages
depending on gtk3 being broken.  The cups option is not enabled by
default on other packages.  It seems that this option is not necessary
for programs using gtk3 to print on a cups-using system.

I'm reverting this as the freeze coordinator so that 2018Q2 has the
longstanding behavior.  Longer term, the question of whether cups
should be a default option bears discussion, including about what the
cosequences are for those who do and don't use cups, whether it should
be per-package or global, and about whether we want to deviate on
systems that can't build cups.  (Note that we are only talking about
the defaults and binary packages built using the defaults; it's long
been possible for anyone to enable the cups options globally for their
own builds.)
2018-07-02 17:10:29 +00:00
jperkin
bd97cf0adf mate-screensaver: Make the non-pam build actually work.
Bump PKGREVISION.
2018-06-26 08:58:49 +00:00
youri
9138c323f6 Fix typo in configure argument. 2018-06-25 11:23:26 +00:00
wiz
c8b181e726 xscreensaver*: update to 5.39
5.39    * New hacks, 'razzledazzle', 'peepers', 'crumbler' and `maze3d'.
        * More heuristics for using RSS feeds as image sources.
        * Android: Image loading works.
        * Built-in image assets are now PNG instead of XPM or XBM.
        * X11: Better font-loading fallback heuristics on systems with a
          terrible selection of installed fonts.
        * macOS: Retina display-related bug fixes.

5.38    * New hack, 'esper'.
        * macOS: Support for Retina displays.
        * X11: `webcollage' now works with ImageMagick instead of with
          pbmtools if `webcollage-helper' is not installed.
        * 'bsod' now accepts Dunning-Krugerrands.
        * Android: These hacks work now: 'anemone', 'anemotaxis', 'atlantis',
          'bouboule', 'celtic', 'compass', 'crackberg', 'epicycle',
          'fuzzyflakes', 'goop', 'kumppa' 'munch', 'pacman', 'polyominoes',
          'slip'.
        * Android: Thick lines work better for: 'anemone', 'anemotaxis',
          'celtic', 'compass', 'deluxe', 'epicycle', 'fuzzyflakes', 'pacman'
        * Android: Assorted performance improvements, especially for 'kumppa'
          and 'slip'.
        * Android TV: Daydreams work.
        * iOS: Tweaks for iPhone X.
        * Lots of xlockmore-derived hacks now have animated erase routines.
        * 'crystal' works properly on non-X11 systems.
        * 'm6502' now includes 'texture.asm'.
        * X11: Try harder to find sensible fonts for the password dialog.
2018-06-25 08:42:39 +00:00
wiz
1b2f868576 *: recursive bump for poppler-0.66.0 update 2018-06-24 11:16:10 +00:00
wiz
cc76f85da6 gtksourceview4: update to 4.0.2.
News in 4.0.2, 2018-06-17
-------------------------
* GtkSourceView has moved to the GNOME GitLab instance. The bugzilla tickets
  have not yet been migrated to the GitLab issues, so before filing a new issue
  on GitLab, please search the bugzilla first. All links are available as usual
  on:
  https://wiki.gnome.org/Projects/GtkSourceView

* Fix new compilation warnings (-Wcast-function-type).
* New syntax highlighting definition file for: SCSS and Less.
* Improvements to the syntax highlighting of: CSS and Rust.

News in 4.0.1, 2018-05-05
-------------------------
* New syntax highlighting definition file for: TOML.
* Improvements to the syntax highlighting of: CSS and XML.
* Translation updates.
2018-06-24 10:49:44 +00:00
wiz
bf4cc7e791 gtksourceview3: update to 3.24.8.
News in 3.24.8, 2018-06-17
--------------------------
* MS Windows: lib shutdown on DLL_PROCESS_DETACH, not DLL_THREAD_DETACH.
* Syntax highlighting: sync all *.lang files from GtkSourceView 4.
* Translation updates.
2018-06-24 10:25:02 +00:00
wiz
858cbd4c20 xscreensaver: fix build without opengl option.
Noted by Mayuresh on pkgsrc-users.
2018-06-24 05:51:58 +00:00
youri
e9c65a5902 Update to 4.13.4:
What’s New?

xfsettingsd --replace does not replace old daemon (Xfce #14381)
Uninitialized scalar variables (CID #292062, #292063)
Resolved warnings for -Wcast-function-type (GCC 8)
Fixed redefinition of DISTCLEANFILES in Makefile.am
Fixed typo in display manufacturers, “PRECISON” to “PRECISION”
Improved Display Manufacturer Recognition (4.12 and 4.13)
Refreshed PNP IDs from hwdata
Added support for VBX (VirtualBox)
Standardized and shortened manufacturer names
Updated laptop detection to include eDP in XfceRandr
2018-06-23 22:08:54 +00:00
youri
2544a5eb59 Update xfce4-exo to 0.12.2:
- a bunch of bug fixes
- exo icon chooser dialog fixed

https://bluesabre.org/2018/06/20/exo-0-12-1-and-0-12-2-released/
2018-06-23 20:37:26 +00:00
wiz
a9d8abf6c2 py-qt5: Fix patch to apply to source file instead of generated file. 2018-06-23 17:49:36 +00:00
wiz
1ee11b4c47 py-qt5: update to 5.10.1nb1.
Fix build with Qt 5.11.

QTest::waitForEvents was removed, remove references to it.
2018-06-23 11:23:46 +00:00
jperkin
0a07952f95 vte3: Don't use packet mode on SunOS.
Fixes runtime pty handling.  Bump PKGREVISION.
2018-06-22 14:34:43 +00:00
tsutsui
fd4de1f707 mlterm: update to 3.8.6.
Changes noted in doc/en/ReleaseNote:

ver 3.8.6
* Support preserveAspectRatio option of OSC 1337.
* Support DECRQCRA, CSI 15 t, CSI 16 t, CSI 19 t and OSC 5;Ps;? ST.
* Support framebuffer on FreeBSD(98).
* Add vte 0.52.0 API symbols to libvte compatible library.
* Add --rv / "rv_color" option.
* Add servman.exe which manages the list of servers on win32.
* Add "PrivKey" entry to the ssh connection dialog on win32 and Android.
* Add "SCP" entry to the context menu on Android.
* Drop --servlist / "server_list" option.
* Improve performance of redrawing screen when type_engine=cairo.
* Show box style cursor when the cursor is on a picture or an emoji.
* Modify DECRC to save/restore last-column flag used to control wrapping behavior
  rather than manipulating DECAWM (See https://github.com/mattiase/wraptest and
  https://invisible-island.net/xterm/xterm.log.html#xterm_328)
* Change the default value of ssh_private(public)_key option from
  /sdcard/.ssh/id_rsa(.pub) to /sdcard/.mlterm/id_rsa(.pub) on Android.
* Bug fixes:
  Fix compiling error if ./configure is executed with --with-gui=fb,xlib option.
  Fix disappearing title bar on 'lxde' window manager.
  Fix a bug which disabled to replace system palettes by colors of a wall picture
  (if "use_ansi_colors" option is disabled and visual depth is 4) since 3.8.4.
  Fix the response strings of OSC 20 and OSC 21.
  Use the background color specified by SGR instead of the default one to draw
  pictures and emojis.
2018-06-22 14:17:15 +00:00
adam
b7aa96810e qt5: updated to 5.11.1
Release Qt 5.11.1 does not add any new functionality, but provides important bug fixes and other improvements.
There are fixes for over 150 bugs and it contains more than 700 changes compared to Qt 5.11.0.
2018-06-22 06:29:20 +00:00
jperkin
8daad91920 vte3: Fix previous. 2018-06-21 09:34:50 +00:00
markd
ca47e20bda qqc2-desktop-style: update to 5.47.0
* Use pallet property only when using qtquickcontrols 2.4
* Work with Qt<5.10
* Fix height of tabbar
* Use Control.palette
* [RadioButton] Rename "control" to "controlRoot"
* Don't set explicit spacing on RadioButton/CheckBox
* [FocusRect] Use manual placement instead of anchors
* It turns out the flickable in a scrollview is the contentItem
* Show focus rect when CheckBox or RadioButton are focused
* hacky fix to scrollview detection
* Don't reparent the flickable to the mousearea
* [TabBar] Switch tabs with mouse wheel
* Control must not have children
* Constrain scroll
2018-06-21 08:00:05 +00:00
markd
f5e584d180 plasma-framework: update to5.47.0
* Templates: consistent naming, fix translation catalog names & more
* [Breeze Plasma Theme] Fix kleopatra icon to use color stylesheet
* [Dialog] Handle dialog being minimized gracefully
2018-06-21 07:56:11 +00:00
markd
4471a7b4b1 kxmlgui: update to 5.47.0
changes unknown
2018-06-21 07:53:54 +00:00
markd
5468851347 kwindowsystem: update to 5.47.0
changes unknown
2018-06-21 07:51:56 +00:00
markd
8b784afaf3 kwidgetsaddons: update to 5.47.0
* [KCharSelect] Fix table cell size with Qt 5.11
* [API dox] Remove usage of \overload, resulting in broken docs
* [API dox] Tell doxygen "e.g." does not end the sentence, use ".\ "
* [API dox] Remove unneeded HTML escaping
* Don't automatically set the default icons for each style
* Make KMessageWidget match Kirigami inlineMessage's style
2018-06-21 07:48:56 +00:00
markd
eb95617f78 ktextwidgets: update to 5.47.0
changes unknown
2018-06-21 07:45:19 +00:00
markd
f24eddea8e kjobwidgets: update to 5.47.0
changes unknown
2018-06-21 07:30:25 +00:00
markd
2a089edc13 kitemviews: update to 5.47.0
changes unknown
2018-06-21 07:27:47 +00:00
markd
376346c510 kirigami2: update to 5.47.0
* Show action.main more prominently on the ToolBarApplicationHeader
* Allow Kirigami build without KWin tablet mode dependency
* correct swipefilter on RTL
* correct resizing of contentItem
* fix --reverse behavior
* share contextobject to always access i18n
* make sure tooltip is hidden
* make sure to not assign invalid variants to the tracked proeprties
* handle not a MouseArea, dropped() signal
* no hover effects on mobile
* proper icons overflow-menu-left and right
* Drag handle to reorder items in a ListView
* Use Mnemonics on the toolbar buttons
* Added missing files in QMake's .pri
* [API dox] Fix Kirigami.InlineMessageType -> Kirigami.MessageType
* fix applicationheaders in applicationitem
* Don't allow showing/hiding the drawer when there's no handle
2018-06-21 07:26:15 +00:00
markd
86207b83e9 kinit: update to 5.47.0
changes unknown
2018-06-21 07:24:17 +00:00
markd
0ad6b8de0c kguiaddons: update to 5.47.0
changes unknown
2018-06-21 07:20:27 +00:00
markd
0fae068367 kglobalaccel: update to 5.47.0
* Make sure ungrab keyboard request is processed before emitting shortcut
2018-06-21 07:19:05 +00:00
markd
fdda5f09f8 kdesignerplugin: update to 5.47.0
changes unknown
2018-06-21 07:17:31 +00:00
markd
0e33194fcd kdelibs4support: update to 5.47.0
changes unknown
2018-06-21 07:16:07 +00:00
markd
aceabe954a kded: update to 5.47.0
changes unknown
2018-06-21 07:14:55 +00:00
markd
7725cc863b kconfigwidgets: update to 5.47.0
* Fix the "Default" color scheme to match Breeze again
2018-06-21 07:13:22 +00:00
markd
9842d716cd kactivities-stats: update to 5.47.0
changes unknown
2018-06-21 07:11:21 +00:00
markd
7150067e98 kactivities5: update to 5.47.0
changes unknown
2018-06-21 07:09:44 +00:00
markd
5cfbe02b80 frameworkintegration: update to 5.47.0
changes unknown
2018-06-21 07:06:58 +00:00
adam
bcaba131ef qt5: updated to 5.11.0
Qt 5.11 comes with quite a few new features as well as many bug fixes to existing functionality.
2018-06-19 07:21:23 +00:00
wiz
75f664015c libXaw3d: update to 1.6.3.
Alan Coopersmith (9):
     Remove CRAY/WORD64 support (unifdef -UCRAY -UWORD64)
     Replace TXT16 with XChar2b inline
     Remove support for pre-C89 headers (unifdef -UX_NOT_STDC_ENV)
     configure: Drop AM_MAINTAINER_MODE
     autogen.sh: Honor NOCONFIGURE=1
     Just use C89 size_t instead of rolling our own Size_t & Off_t
     Use SEEK_* names instead of raw numbers for fseek whence argument
     Get rid of some extraneous ; at the end of C source lines
     Avoid using dead pointer in _XawTextSetSelection

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

Javier Pello (1):
     Fix --disable-feature options in configure

Jeremy Huddleston Sequoia (1):
     darwin: Remove incorrect export of vendorShellClassRec and vendorShellWidgetClass

Matt Turner (1):
     libXaw3d 1.6.3

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

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

Thomas Klausner (1):
     Fix abs() usage.
2018-06-19 07:14:07 +00:00
wiz
6e0bad7e9f xf86-input-mouse: update to 1.9.3.
Adam Jackson (2):
     Adapt to removal of xf86GetOS
     bsd: Don't try to use SIGIO for input ABI >= 23

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

Matt Turner (1):
     xf86-input-mouse 1.9.3

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

Peter Hutterer (1):
     autogen.sh: use exec instead of waiting for configure to finish
2018-06-19 07:12:45 +00:00
wiz
269e3ca9d9 *: bump PKGREVISION for poppler 0.65.0 shlib version bump 2018-06-17 14:37:00 +00:00
wiz
ef5dba34a2 xkeyboard-config: update to 2.24.
2.24	21 commits
	Translations updated
2018-06-17 08:14:24 +00:00
jperkin
0043c1beaa vte3: Apply some casts to appease compilers. 2018-06-15 10:44:15 +00:00