Commit graph

13825 commits

Author SHA1 Message Date
adam
7c4b6ebdbc wxGTK30: fix installation of wx-config; pkglint fixes 2018-05-02 11:33:44 +00:00
wiz
5e1e4ff54b wxGTK30: Remove unused checksum for libtool patch 2018-04-30 06:06:43 +00:00
adam
35aa3efc12 revbump for boost-libs update 2018-04-29 21:31:17 +00:00
tsutsui
0be5053d39 ruby-gnome2-glib, ruby-gnome2-gtk: pull upstream fixes for issue #1162.
Fixes crashes on mikutter.
Bump PKGREVISIONs.
2018-04-29 15:36:44 +00:00
wiz
e822da5530 xdg-user-dirs: update to 0.17.
Major changes in 0.17 are:
 * Respect $HOME in favour of getpwuid()
 * Updated translations
 * Documentation spelling fixes
2018-04-29 09:43:54 +00:00
wiz
9f420cb917 *: PKGREVISION bump for wxGTK30 switch from gtk2 to gtk3 2018-04-29 05:46:35 +00:00
wiz
e92008a7bc wxGTK30: add new PLIST 2018-04-29 05:40:09 +00:00
wiz
67756684f0 wxGTK30: remove unused PLIST 2018-04-29 05:39:55 +00:00
wiz
0871e2f0c5 wxGTK30: update to 3.0.4.
Switch to gtk3.
Remove libtool patch, the maintenance effort is too high.

3.0.4: (released 2018-03-08)
----------------------------

All (non-GUI):

- Don't crash on trailing '%' in wxDateTime::Format().
- Fix various problems when parsing invalid ZIP files.
- Fix generic wxTimePickerCtrl to accept max values from keyboard.
- Multiple surrogate-related fixes in UTF-16 support.
- Fix reading wide character data in wxFile::ReadAll().
- Make parsing WAV data more robust.
- Fix copy ctor in numeric validators classes.

All (GUI):

- Fix wxListbook::GetPageImage() to not always return -1 (Kinaou Hervé).
- Don't reset scroll position to zero when window size changes.
- Prevent use of deleted wxDocMDIChildFrame in wxView dtor.
- Avoid delayed destruction if TLW was never created.
- Fix possible crash when destroying wxTextCtrl using hints.
- Fix display of non-breaking spaces in wxHTML non-Unicode build.
- Fix memory leak of wxClientData when wxChoice is deleted.
- Draw a point instead of a line in wxGCDC::DrawPoint().
- Set wxPG cell background colour as wxPGComboBox background colour.
- Fix ribbon page issues.
- Avoid permanently setting text hint color when using generic text entry hints.
- Avoid overriding text control color in generic wxSearchCtrl.
- Fix auto-sizing multiline wxGrid column labels with empty lines.
- Fix displaying labels of wxRadioBox items.
- Update selection in wxAuiNotebook correctly after tab move.

wxGTK:

- Allow using more recent WebKit2GTK+ in wxWebView (Scott Talbert).
- Fix displaying wxRadioBox items labels containing ampersands.
- Fix creating cursor from XBM data with GTK3.
- Fix wxComboBox entry sizing with GTK+ >= 3.20.
- Fix drawing miniframe resize grip with GTK3.
- Fix unresponsive frame after using wxHtmlHelpFrame from a dialog.
- Fix SetPen() with a re-used user dash array.
- Fix memory leak when wxDataViewCtrl is deleted.
- Avoid some GTK+ run-time errors when using wx{File,Dir}PickerCtrl.
- Avoid crashing when wxTaskBarIcon is used with a non-X11 display.
- Hide wxSpinButton's underlying GtkEntry using CSS on GTK+ >= 3.20.
- Fix wxButton::SetBitmapPosition() with GTK+ 3.
- Use CSS for window font and colors on GTK3.
- Fix keyboard navigation for controls which are initially disabled.
- Don't destroy clipping region if empty clipping region is required.
- Fix for modified state not set after next change following a ChangeValue().
- Avoid invisible wxTextCtrl selection with GTK+3.
- Fix non-default background issues with GTK+2.
- Apply current style to wxStaticBox container when it's created.
- Prevent widgets from drawing outside their allocation with GTK+3.
- Fix custom scheme handling in wxWebView WebKit2 implementation.

wxMSW:

- Fix BSTR memory leaks in wxMediaCtrl and wxWebView (PB).

wxOSX:

- Fix build with 10.13 (High Sierra) SDK (François-Xavier Coudert).
- Fix removing tools from wxToolBar.
- Fix crash when switching between monitors.
- Handle stand-alone weekday and month names in macOS date formats.

- Disable use of AVKit is 32 bit wxOSX builds.
2018-04-29 05:39:33 +00:00
wiz
000f15a9e6 *: Recursive bump for poppler update to 0.64.0 2018-04-28 20:19:09 +00:00
wiz
ddb2c24fac xfce4-tumbler: PKGREVISION bump for ffmpegthumbnailer bump 2018-04-28 19:28:53 +00:00
wiz
3717fb4205 gtk3+: update to 3.22.30.
Overview of Changes in GTK+ 3.22.30
===================================

* gtk-demo has a new 'Widgetbowl' demo

* The wayland backend now supports the stable xdg-shell protocol

* Bugs fixed:
  #28 Adwaita: Selection mode styling flickers
  #83 Completion popup on non-default GdkDisplay freezes GtkFileChooserDialog
  #88 GtkSpinButton: Buttons aren't de/sensitised as they were in GTK+ 3
 #114 All Wayland apps crash when focused (gtk_gesture_multi_press_end→...
 #129 Segfault in `wl_proxy_marshal()`
 #132 GtkTextView auto-scrolling to insert mark upon focus changes due to...
 #141 GtkEntry: add a way to set the font to monospace
 #146 GtkExpander arrow is not dimmed when the Expander is not :sensitive
 #156 Transfer annotation for gtk_gl_area_new is incorrect
 #157 Crashes in gdkdisplay-wayland when clicking any button/menu item
 #163 Unable to explicitly set GtkModelButton role
 705509	notebook popup window on tabs shows underscores
 745128	Search is useless for translated app names
 748784	GtkProgressBar text cannot be superimposed on the progress bar
 791939	Add xdg-shell (stable) support
 792632	Emoji Chooser: section buttons have no tooltips
 793062	Crash under gdk_wayland_window_attach_image()
2018-04-27 15:08:55 +00:00
wiz
6b2acb5533 py-qt4-qscintilla: fix buildlink3.mk depends pattern 2018-04-22 22:11:47 +00:00
markd
76edf7cdf0 kirigami2: remove plasma-framework dependency.
Don't remember why I added it.
2018-04-21 01:13:09 +00:00
christos
31deb15115 fix for gcc 6 2018-04-20 01:36:00 +00:00
jperkin
e39fb0df3d qt5: Pull in upstream fix for init_priority.
Fixes PR#53197 from Mike Owens.
2018-04-19 08:23:12 +00:00
wiz
e5209a786e Add p11-kit to gnutls/bl3.mk and bump dependencies. 2018-04-17 22:29:31 +00:00
wiz
8436f96b5b Recursive PKGREVISION bump for poppler-0.63.0 2018-04-17 05:28:00 +00:00
wiz
c284eb2af5 Recursive PKGREVISION bump for vala-0.40. 2018-04-17 04:25:31 +00:00
wiz
8ee21bdcf0 Recursive bump for new fribidi dependency in pango. 2018-04-16 14:33:44 +00:00
wiz
443b03c60c gtksourceview3: update to 3.24.7.
News in 3.24.7, 2018-03-14
--------------------------
* GtkSourceView class: respect the GtkTextView:accepts-tab property.
* Syntax highlighting: sync all *.lang files from GtkSourceView 4.
* Build system: don't declare functions in AC_TRY_COMPILE.
* Translation updates.
2018-04-16 12:57:56 +00:00
adam
2ed6c8a733 py-qt5: updated to 5.10.1
PyQt v5.10.1 has been released. This release adds support for Qt v5.10.1. There are corresponding releases of PyQt3D, PyQtChart, PyQtDataVisualization and PyQtPurchasing.
Added support for Qt v5.10.1.
Added the missing qmlClearTypeRegistrations() to the QtQml module.
Added the --disable-feature option to configure.py.
2018-04-14 20:08:26 +00:00
adam
8e858d64b8 py-sip: updated to 4.19.8
SIP v4.19.8 has been released. This is a minor bug-fix release.
2018-04-14 20:07:11 +00:00
adam
5c61a0c82c gobject3: buildlink3 -> DEPENDS 2018-04-14 12:24:31 +00:00
adam
299d329d51 revbump after icu update 2018-04-14 07:33:52 +00:00
tsutsui
425d3ddcd7 ruby-gnome2: update to 3.2.4.
Upstream changes (from NEWS):

== Ruby-GNOME2 3.2.4: 2018-04-09

This is a bug fix release of 3.2.3.

=== Changes

==== Ruby/GLib2

  * Fixes

    * Fixed a bug that some constants aren't defined. If a content
      name is the same constant name at the top level such as
      (({Gtk::Object})), the constant isn't defined.

      [GitHub#1154][Debian#894816][mikutter#1199]
      [Reported by Akira Ouchi][Forwarded by HIGUCHI Daisuke]

==== RubyRsvg2

  * Improvements

    * Windows: Upgraded bundled librsvg to 2.42.3.

=== Thanks

  * Akira Ouchi

  * HIGUCHI Daisuke

== Ruby-GNOME2 3.2.3: 2018-04-03

This is a bug fix release of 3.2.2.

=== Changes

==== Ruby/GObjectIntrospection

  * Fixes

    * Fixed a crash bug when (({GLib::Bytes})) is passed as an argument.

== Ruby-GNOME2 3.2.2: 2018-04-02

This is a release to support Ruby 2.5 on Windows.

=== Changes

==== All

  * Windows: Added Ruby 2.5 support.
    [GitHub#1148][Reported by Andy Meneely]

  * Red Hat: Use (({pkgconfig(name)})) style.
    [GitHub#1117][Patch by Mamoru TASAKA]

==== Ruby/GLib2

  * Improvements

    * (({GLib::Bytes#to_s})): Changed to return a frozen string to
      reduce data copy.

    * Migrated to (({TypedData})) from (({Data})).

==== Ruby/GObjectIntrospection

  * Improvements

    * Added (({nil})) argument check.

    * (({GObjectIntrospection::Loader#rubyish_method_name})):
      Added (({:n_in_args_offset})) option.

    * Suppressed a needless copy of (({GLib::Bytes})).

    * Added filename array support.
      [GitHub#1151][Patch by cedlemo]

  * Fixes

    * Fixed a overflow bug on 32bit.
      [Debian#766020][Reported by Mario Lang]
      [GitHub#1137][Forwarded by HIGUCHI Daisuke]

==== Ruby/GTK2

  * Fixes

    * Fix the wrong number of arguments.
      [GitHub#1133][Reported by Mamoru TASAKA]

==== Ruby/GDK3

  * Improvements

    * Ensured loading GDK 3.
      [GitHub#1126][Patch by cedlemo]

  * Fixes

    * (({Gdk::Screen.default})): Fixed a GC related crash.

    * (({Gtk::Widget#style_context})): Fixed a GC related crash.
      [GitHub#1149][Reported by Valentin Pelloin]

==== Ruby/GTK3

  * Improvements

    * Added a tool palette demo.
      [GitHub#1116][Patch by cedlemo]

    * Added a shortcut demo.
      [GitHub#1120][Patch by cedlemo]

    * Updated demo.
      [Reported by Titouan Teyssier]
      [GitHub#1139][Patch by Titouan Teyssier]

    * Updated README.
      [GitHub#1127][Patch by cedlemo]

  * Fixes

    * (({Gtk::Container#add_child(child)})): Made workable again.

==== Ruby/Poppler

  * Fixes

    * (({Poppler::Page#thumbnail_size})): Fixed return value.
      [GitHub:rcairo/rcairo#51][Reported by Mamoru TASAKA]

==== Ruby/Gnumeric

  * Improvements

    * Improved .typelib for Gnumeric detection.
      [GitHub#1118][Reported by cedlemo]

=== Thanks

  * cedlemo

  * Mamoru TASAKA

  * Titouan Teyssier

  * Mario Lang

  * HIGUCHI Daisuke

  * Andy Meneely

  * Valentin Pelloin
2018-04-13 16:31:09 +00:00
jaapb
56ed9d3f04 Revbump associated with the upgrade of lang/ocaml
(this is the upgrade from 4.06 to 4.06.1)
2018-04-13 13:55:27 +00:00
bouyer
ec9118216f gcc 6.x also has problems with precompiled headers (found on earmv7hf). 2018-04-13 11:43:55 +00:00
bouyer
16431ddeb2 Also est machdep.cpu.frequency, which is the sysctl's name on recent NetBSD
on arm.
While there also check that the frequency changed before updating the
gtk_label this makes the panel use much less CPU time.

OK khorben@
2018-04-12 16:09:50 +00:00
markd
44317e00db qt5-qtquickcontrols2: fix links to .pc files 2018-04-11 12:38:33 +00:00
markd
5e815a8cd3 qt5-qtlocation: fix links to .pc files 2018-04-11 12:34:38 +00:00
markd
61876b1dd4 qt5-qttools: fix links to .pc files 2018-04-11 12:28:04 +00:00
markd
c0a612acce qt5-qtmultimedia: fix links to .pc files 2018-04-11 12:24:06 +00:00
markd
132be41227 qt5-qtdeclarative: fix links to .pc files 2018-04-11 12:21:02 +00:00
markd
ba4f2fe9c4 kf5: update to 5.44.0
3 months of bugfixes.
2018-04-11 11:50:34 +00:00
markd
d84eda28ac {kded,kdesignerplugin,kguiaddons,kitemviews,kwidgetsaddons,kwindowsystem,kxmlgui}: remove Qt5Widgets hack
r1.14 of src/external/gpl3/binutils/dist/bfd/elflink.c may fix the
underlying problem but r1.55 of pkgsrc/x11/qt5-qtbase/Makefile means
we no longer tickle it so remove.
2018-04-07 01:02:14 +00:00
adam
2bec876e4d gtk3: updated to 3.22.29
Changes in GTK+ 3.22.29

* Wayland
 - add an input method based on the text protocol

* File chooser
 - Stop activating without double-click

* Bugs fixed:
  GtkInfoBar not shown after calling gtk_widget_show
  Better deprecation information for GtkStatusIcon
  gdkscreen-x11: Don't try to calculate a refresh rate for RandR 1.3...
  GtkListBoxRow signal poorly documented

* Translation updates
2018-04-04 09:25:32 +00:00
adam
6607fa2aa0 py-Tk: Darwin does not need libX11 2018-04-03 18:22:47 +00:00
wiz
c25f9390f1 *: reset maintainer for marino on his request 2018-04-02 09:30:06 +00:00
joerg
3e2ed4e3f8 Do not just drop visibibility flags, it breaks modules downstream.
Bump revision.
2018-03-31 20:11:37 +00:00
maya
75c7232e78 Revert previous, pkgsrc is even more on fire from it. 2018-03-31 17:13:30 +00:00
maya
68dc01df26 This is a for loop, keep appending. 2018-03-31 11:33:52 +00:00
adam
886f704255 qt5-{my|p}sql: sync with qt5-5.10.1 2018-03-29 21:19:16 +00:00
taca
3f969d7227 x11/ruby-tk: reset PKGREVISION
Reset PKGREVISION by updates of all ruby*-base packages.
2018-03-29 03:16:11 +00:00
mrg
a9acd0a620 add support for netbsd-6 and netbsd-7. sort of works. the
failures i see are more generic and not x11 at this point.
2018-03-26 02:33:41 +00:00
wiz
47cd47947a xtrap: update to 1.0.3.
Alan Coopersmith (8):
     Add README with pointers to mailing lists, bugzilla, & git
     Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
     Assume signal handlers return void, as C89 requires
     config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
     This is not a GNU project, so declare it foreign.
     configure: Drop AM_MAINTAINER_MODE
     autogen.sh: Honor NOCONFIGURE=1
     config: Remove unnecessary calls from configure.ac

Eric S. Raymond (1):
     Bug 9522 - Markup problems on the xtrap.1x page

Gaetan Nadon (1):
     config: update AC_PREREQ statement to 2.60

James Cloos (3):
     Rename .cvsignore to .gitignore
     Add *~ to .gitignore to skip patch/emacs droppings
     Replace static ChangeLog with dist-hook to generate from git log

Matt Turner (4):
     Makefile: Use _DEFAULT_SOURCE instead of _BSD_SOURCE
     configure: Depend on libXt
     Fix pointer-to-int-cast errors
     xtrap 1.0.3

Paulo Cesar Pereira de Andrade (2):
     Ansification and compile warning fixes.
     Janitor: Add matching prototypes to callback functions.

Thomas Zimmermann (1):
     Bug 24530: Add $(AM_CFLAGS) to xtrap*_CFLAGS
2018-03-24 06:59:25 +00:00
leot
8855ee1e71 st-term: Update x11/st-term to 0.8.1
Changes:
0.8.1
-----
Regression fixes:
- Restore the old behaviour that the primary doesn't get deleted by a simple
  left click. Thanks, Daniel Tameling.
- Fix regression from commit 69e32a6 when setting the title. Thanks, quinq.

Fixes:
- Fix use after free, this code was always fragile, but triggered using the
  rewritten code.
- Don't modify argv: on some platforms (OpenBSD) arg.h used to change the
  exposed argv in tools using the kvm_* interface, such as ps and pgrep.
2018-03-21 10:32:15 +00:00
taca
152c3cff49 x11/ruby-gnome2-gtk: use ${RUBY_PKGPREFIX} instead of harcoded ruby24
Also remove no effective "ruby23" line.  (forgottedn?)
2018-03-20 17:33:31 +00:00
taca
66230292b7 x11/ruby-gnome2-gtk: use ${RUBY_PKGPREFIX} instead of harcoded ruby24 2018-03-20 17:31:13 +00:00
taca
9d43df00f9 x11/ruby-tk-gem: update to 0.2.0
0.2.0						2017/08/01

* Update grid.rb to avoid NameError in lib/tk/grid.rb
* Add msys2 library dependency tag in gem metadata
2018-03-17 16:12:13 +00:00