pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gtkmm3 Update gtkmm3 to 3.22.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/56918fe17251
branches:  trunk
changeset: 355212:56918fe17251
user:      prlw1 <prlw1%pkgsrc.org@localhost>
date:      Fri Nov 25 17:18:31 2016 +0000

description:
Update gtkmm3 to 3.22.0

Highlights:

* FileChooser: Added add_choice(), remove_choice(), set_choice(), get_choice().
* Menu: Add popup_at_rect(), popup_at_widget(), popup_at_pointer(),
  signal_popped_up(), and the anchor_hints, rect_anchor_dx, rect_anchor_dy,
  and menu_type_hint properties.
* Popover: Add popup() and popupdown(),
* RadioMenuItem, RadioToolButton: Add join_group().
* ScrolledWindow:
  - Added get/set_max_content_height/width() and properties.
  - Added get/set_propagate_natural_height/width() and the properties.
* Add the ShortcutLabel widget.
* TreeNodeChildren: Deprecate the reverse iterator.
* Pixbuf: Added set_option(), remove_option(), and copy_options().
* PixbufFormat: Added is_save_option_supported().
* GLContext: Add set/get_use_es()
* Add Monitor.

Full list of changes at:

  https://git.gnome.org/browse/gtkmm/tree/NEWS?h=3.22.0

diffstat:

 x11/gtkmm3/Makefile |  10 +++++-----
 x11/gtkmm3/PLIST    |  18 +++++++++++++++++-
 x11/gtkmm3/distinfo |  10 +++++-----
 3 files changed, 27 insertions(+), 11 deletions(-)

diffs (135 lines):

diff -r 9c6b28d7725d -r 56918fe17251 x11/gtkmm3/Makefile
--- a/x11/gtkmm3/Makefile       Fri Nov 25 17:12:09 2016 +0000
+++ b/x11/gtkmm3/Makefile       Fri Nov 25 17:18:31 2016 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.18 2016/08/03 10:22:22 adam Exp $
+# $NetBSD: Makefile,v 1.19 2016/11/25 17:18:31 prlw1 Exp $
 
-DISTNAME=      gtkmm-3.20.1
+DISTNAME=      gtkmm-3.22.0
 PKGNAME=       ${DISTNAME:S/gtkmm/gtkmm3/1}
-PKGREVISION=   2
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtkmm/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -29,16 +28,17 @@
 BUILDLINK_ABI_DEPENDS.atkmm+=  atkmm>=2.24.2
 .include "../../devel/atkmm/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.glibmm+= glibmm>=2.48.0
+BUILDLINK_ABI_DEPENDS.glibmm+= glibmm>=2.49.1
 .include "../../devel/glibmm/buildlink3.mk"
 .include "../../devel/libsigc++/buildlink3.mk"
 BUILDLINK_ABI_DEPENDS.pangomm+=        pangomm>=2.38.2
 .include "../../devel/pangomm/buildlink3.mk"
 BUILDLINK_ABI_DEPENDS.cairomm+=        cairomm>=1.12.0
 .include "../../graphics/cairomm/buildlink3.mk"
+BUILDLINK_ABI_DEPENDS.gdk-pixbuf2+=    gdk-pixbuf2>=2.35.5
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../textproc/libxslt/buildlink3.mk"
-BUILDLINK_ABI_DEPENDS.gtk3+=   gtk3+>=3.20.0
+BUILDLINK_ABI_DEPENDS.gtk3+=   gtk3+>=3.22.0
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9c6b28d7725d -r 56918fe17251 x11/gtkmm3/PLIST
--- a/x11/gtkmm3/PLIST  Fri Nov 25 17:12:09 2016 +0000
+++ b/x11/gtkmm3/PLIST  Fri Nov 25 17:18:31 2016 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2016/05/23 18:02:36 prlw1 Exp $
+@comment $NetBSD: PLIST,v 1.8 2016/11/25 17:18:31 prlw1 Exp $
 include/gdkmm-3.0/gdkmm.h
 include/gdkmm-3.0/gdkmm/applaunchcontext.h
 include/gdkmm-3.0/gdkmm/color.h
@@ -8,9 +8,11 @@
 include/gdkmm-3.0/gdkmm/display.h
 include/gdkmm-3.0/gdkmm/displaymanager.h
 include/gdkmm-3.0/gdkmm/dragcontext.h
+include/gdkmm-3.0/gdkmm/drawingcontext.h
 include/gdkmm-3.0/gdkmm/event.h
 include/gdkmm-3.0/gdkmm/general.h
 include/gdkmm-3.0/gdkmm/glcontext.h
+include/gdkmm-3.0/gdkmm/monitor.h
 include/gdkmm-3.0/gdkmm/pixbuf.h
 include/gdkmm-3.0/gdkmm/pixbufanimation.h
 include/gdkmm-3.0/gdkmm/pixbufanimationiter.h
@@ -24,8 +26,10 @@
 include/gdkmm-3.0/gdkmm/private/display_p.h
 include/gdkmm-3.0/gdkmm/private/displaymanager_p.h
 include/gdkmm-3.0/gdkmm/private/dragcontext_p.h
+include/gdkmm-3.0/gdkmm/private/drawingcontext_p.h
 include/gdkmm-3.0/gdkmm/private/event_p.h
 include/gdkmm-3.0/gdkmm/private/glcontext_p.h
+include/gdkmm-3.0/gdkmm/private/monitor_p.h
 include/gdkmm-3.0/gdkmm/private/pixbuf_p.h
 include/gdkmm-3.0/gdkmm/private/pixbufanimation_p.h
 include/gdkmm-3.0/gdkmm/private/pixbufanimationiter_p.h
@@ -376,6 +380,7 @@
 include/gtkmm-3.0/gtkmm/private/separatormenuitem_p.h
 include/gtkmm-3.0/gtkmm/private/separatortoolitem_p.h
 include/gtkmm-3.0/gtkmm/private/settings_p.h
+include/gtkmm-3.0/gtkmm/private/shortcutlabel_p.h
 include/gtkmm-3.0/gtkmm/private/shortcutsgroup_p.h
 include/gtkmm-3.0/gtkmm/private/shortcutssection_p.h
 include/gtkmm-3.0/gtkmm/private/shortcutsshortcut_p.h
@@ -464,6 +469,7 @@
 include/gtkmm-3.0/gtkmm/separatormenuitem.h
 include/gtkmm-3.0/gtkmm/separatortoolitem.h
 include/gtkmm-3.0/gtkmm/settings.h
+include/gtkmm-3.0/gtkmm/shortcutlabel.h
 include/gtkmm-3.0/gtkmm/shortcutsgroup.h
 include/gtkmm-3.0/gtkmm/shortcutssection.h
 include/gtkmm-3.0/gtkmm/shortcutsshortcut.h
@@ -580,6 +586,9 @@
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1DragContext-members.html
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1DragContext.html
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1DragContext__inherit__graph.png
+share/doc/gtkmm-3.0/reference/html/classGdk_1_1DrawingContext-members.html
+share/doc/gtkmm-3.0/reference/html/classGdk_1_1DrawingContext.html
+share/doc/gtkmm-3.0/reference/html/classGdk_1_1DrawingContext__inherit__graph.png
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1Event-members.html
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1Event.html
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1GLContext-members.html
@@ -588,6 +597,9 @@
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1GLError-members.html
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1GLError.html
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1GLError__inherit__graph.png
+share/doc/gtkmm-3.0/reference/html/classGdk_1_1Monitor-members.html
+share/doc/gtkmm-3.0/reference/html/classGdk_1_1Monitor.html
+share/doc/gtkmm-3.0/reference/html/classGdk_1_1Monitor__inherit__graph.png
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1Pixbuf-members.html
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1Pixbuf.html
 share/doc/gtkmm-3.0/reference/html/classGdk_1_1PixbufAnimation-members.html
@@ -1200,6 +1212,9 @@
 share/doc/gtkmm-3.0/reference/html/classGtk_1_1Settings-members.html
 share/doc/gtkmm-3.0/reference/html/classGtk_1_1Settings.html
 share/doc/gtkmm-3.0/reference/html/classGtk_1_1Settings__inherit__graph.png
+share/doc/gtkmm-3.0/reference/html/classGtk_1_1ShortcutLabel-members.html
+share/doc/gtkmm-3.0/reference/html/classGtk_1_1ShortcutLabel.html
+share/doc/gtkmm-3.0/reference/html/classGtk_1_1ShortcutLabel__inherit__graph.png
 share/doc/gtkmm-3.0/reference/html/classGtk_1_1ShortcutsGroup-members.html
 share/doc/gtkmm-3.0/reference/html/classGtk_1_1ShortcutsGroup.html
 share/doc/gtkmm-3.0/reference/html/classGtk_1_1ShortcutsGroup__inherit__graph.png
@@ -1767,6 +1782,7 @@
 share/doc/gtkmm-3.0/reference/html/since_2_24.html
 share/doc/gtkmm-3.0/reference/html/since_2_26.html
 share/doc/gtkmm-3.0/reference/html/since_2_30.html
+share/doc/gtkmm-3.0/reference/html/since_2_36.html
 share/doc/gtkmm-3.0/reference/html/since_2_4.html
 share/doc/gtkmm-3.0/reference/html/since_2_6.html
 share/doc/gtkmm-3.0/reference/html/since_2_8.html
diff -r 9c6b28d7725d -r 56918fe17251 x11/gtkmm3/distinfo
--- a/x11/gtkmm3/distinfo       Fri Nov 25 17:12:09 2016 +0000
+++ b/x11/gtkmm3/distinfo       Fri Nov 25 17:18:31 2016 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.7 2016/05/23 18:02:36 prlw1 Exp $
+$NetBSD: distinfo,v 1.8 2016/11/25 17:18:31 prlw1 Exp $
 
-SHA1 (gtkmm-3.20.1.tar.xz) = b79358738ef55e37dffa0687d3c15d64f41d6ab5
-RMD160 (gtkmm-3.20.1.tar.xz) = e6dc2d7be4f15294974b90f9438582213b8a82bf
-SHA512 (gtkmm-3.20.1.tar.xz) = fad034db02ee3f4658bb3c065d78998f5da090ecba8903016fa1412eff845fdd46f44b2b6bd1be54d1d177bca0840815a1f492391045fbe43fa173e40b7b0fd5
-Size (gtkmm-3.20.1.tar.xz) = 12178004 bytes
+SHA1 (gtkmm-3.22.0.tar.xz) = 58220c1be2d11462fec259563ccebec28d6fa388
+RMD160 (gtkmm-3.22.0.tar.xz) = 3bef5b7c29d081dd2c1c5f34247f5c88e4fea44f
+SHA512 (gtkmm-3.22.0.tar.xz) = 0bc141ff09bc78697e89c6f071a1411cbc06e015ee664f3a6f9143bdb31793982e09533c8cff6d8c19cc53c4d32a1e5ad016db48141f5cfc21edfb333bf37988
+Size (gtkmm-3.22.0.tar.xz) = 12320816 bytes



Home | Main Index | Thread Index | Old Index