pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/gtk3



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep  5 11:28:47 UTC 2017

Modified Files:
        pkgsrc/x11/gtk3: Makefile distinfo

Log Message:
GTK+ 3.22.20

* Add input hints for Emoji, that let applications indicate whether
  entries would benefit from Emoji support or not

* Add support for cloud services in GtkPlacesSidebar. This adds a new,
  optional dependency on libcloudproviders

* Bugs fixed:
 468868 Popup of "appears-as-list" ComboBox does not change screen with its top...
 618160 Documentation for gtk_combo_box_get_active_iter is unclear
 705640 GtkWindow incorrectly requires a default screen
 729651 Crash in GtkFileChooserButton with appears-as-list
 759725 Setting Container:border-width on TextView breaks gesture positions
 766909 Tooltip of the eject button is a bit confusing - or just missing
 774134 GtkExpander: input window of title extends over child, if :expanded is ...
 775074 GtkScrolledWindow does not disconnect all GtkAdjustment signal handlers...
 776937 GtkExpander is incorrectly hiding content.
 780750 Shift + click in GtkEntry doesn't select
 783649 negative content width warning in GtkLevelbar
 785306 FileChooserNativeQuartz: two fixes
 785736 textview: fix bug on DnD displaced limits of selection
 786029 clicking on gtk-slider makes the parent disappear
 786123 GtkPlacesSidebar: Add support for libcloudproviders
 786209 X11: GtkPopover positioning doesn't "avoid" CSD window shadows
 786492 Incorrect scaling factor with Vulkan on Wayland
 786553 Wrong example number in Gtk Tutorial
 786771 Critical about mismatched GdkDisplays when opening Inspector combobox
 786841 Emoji categories are always in English
 786885 Add explanatory tooltip to emoji icon
 786932 Let the "type-func" override the object's "class" attribute when gettin...
 786938 Emoji picker wrongly opens when clicking on primary icon too
 786940 ::icon-pressed handler stays connected when setting :show-emoji-icon to...
 786960 Emoji chooser: don't show 'insert Emoji' item in emoji chooser context ...
 786964 Emoji Chooser: Can't scroll clicking on the scroll bar
 786966 Emoji chooser: unnecessary spacing b/w some rows in search result
 786986 text_window_to_widget_coords broken when Container:border-width > 0
 787103 gtk3-widget-factory crashes on exit after inserting an emote on page3
 787158 gtk_widget_get_preferred_width on GtkToolbar gives wrong minimum width
 787195 gtk_toolbar_set_show_arrow does not show an arrow
 786956 EmojiChooser: Fix theming on Adwaita:dark, HighContrast, etc


To generate a diff of this commit:
cvs rdiff -u -r1.98 -r1.99 pkgsrc/x11/gtk3/Makefile
cvs rdiff -u -r1.47 -r1.48 pkgsrc/x11/gtk3/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/gtk3/Makefile
diff -u pkgsrc/x11/gtk3/Makefile:1.98 pkgsrc/x11/gtk3/Makefile:1.99
--- pkgsrc/x11/gtk3/Makefile:1.98       Fri Aug 25 12:39:43 2017
+++ pkgsrc/x11/gtk3/Makefile    Tue Sep  5 11:28:47 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.98 2017/08/25 12:39:43 prlw1 Exp $
+# $NetBSD: Makefile,v 1.99 2017/09/05 11:28:47 adam Exp $
 
-DISTNAME=      gtk+-3.22.19
+DISTNAME=      gtk+-3.22.20
 PKGNAME=       ${DISTNAME:S/gtk/gtk3/}
 CATEGORIES=    x11 gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/gtk+/${PKGVERSION_NOREV:R}/}

Index: pkgsrc/x11/gtk3/distinfo
diff -u pkgsrc/x11/gtk3/distinfo:1.47 pkgsrc/x11/gtk3/distinfo:1.48
--- pkgsrc/x11/gtk3/distinfo:1.47       Fri Aug 25 12:39:43 2017
+++ pkgsrc/x11/gtk3/distinfo    Tue Sep  5 11:28:47 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.47 2017/08/25 12:39:43 prlw1 Exp $
+$NetBSD: distinfo,v 1.48 2017/09/05 11:28:47 adam Exp $
 
-SHA1 (gtk+-3.22.19.tar.xz) = 4020889d3d637c22f18b9f3d7cd8d5d5c937c638
-RMD160 (gtk+-3.22.19.tar.xz) = 48d2db1eba1e8e3316da86e829b711196906ee8a
-SHA512 (gtk+-3.22.19.tar.xz) = c83198794433ee6eb29f8740d59bd7056cd36808b4bff1a99563ab1a1742e6635dab4f2a8be33317f74d3b336f0d1adc28dd91410da056b50a08c215f184dce2
-Size (gtk+-3.22.19.tar.xz) = 18841024 bytes
+SHA1 (gtk+-3.22.20.tar.xz) = 38f0c0ac26c42961d966024911ed88942ebfa7c3
+RMD160 (gtk+-3.22.20.tar.xz) = af9e67f8e9346ce8728a3c2f951427e3d19a4633
+SHA512 (gtk+-3.22.20.tar.xz) = 2b59ba9b9a5c4c79d06c0189597f2a57acb7fa8edc9d82a5ea7a56afc4bad6c85fc97aa0a5ae0a49a45d24b4cb5ae4ab77aba4d28f90142011cb0d77b4c0accc
+Size (gtk+-3.22.20.tar.xz) = 18858512 bytes
 SHA1 (patch-aj) = cbfab43f27352f7c6bc57a7c562c2d84c69da07a
 SHA1 (patch-config.h.in) = dc5f8741eed554f88c0b6834cadad95083e4dc8f
 SHA1 (patch-configure) = 1dca87c6a85ee927b85d4edc14b0985c5130c0d9



Home | Main Index | Thread Index | Old Index