Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 Oct 2020 08:19:44 +0000 (UTC)
From:      "Tobias C. Berner" <tcberner@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r553745 - head/x11-toolkits/libhandy
Message-ID:  <202010310819.09V8JiDG033795@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tcberner
Date: Sat Oct 31 08:19:43 2020
New Revision: 553745
URL: https://svnweb.freebsd.org/changeset/ports/553745

Log:
  x11-toolkits/libhandy: update to 1.0.1
  
  Changelog:
  	- Fix build with Glade 3.37.
  	- Fix a Meson version warning.
  	- Typo fixes.
  	- HdyAvatar:
  	  - Minimize the amount of redundant load_image() calls.
  	  - Center non-square custom images.
  	  - Add .image style class to avatars with custom images.
  	  - Allow css border and shadow on avatars with custom images so
  	    elementary can style it.
  	- HdyCarousel:
  	  - Fix drawing cache.
  	  - Fix crash when scrolling over empty carousel.
  	- HdyComboRow:
  	  - Fix popover hiding animation when clicking a row.
  	  - Always reserve space for checkmarks.
  	- HdyHeaderGroup:
  	  - Fix a warning on nesting HdyHeaderGroups.
  	- HdyKeypad:
  	  - Fix input of the #, @ and + characters.
  	- HdyLeaflet and HdyDeck:
  	  - Fix minimum size when 'interpolate-size' property is TRUE.
  	- HdyPreferencesWindow:
  	  - Fix searching rows that have mnemonics.
  	- HdySwipeTracker:
  	  - Fix swipes not working if started from GtkButton.
  	  - Increase drag threshold for touchscreens.
  	  - Avoid a jump when starting a drag.
  	- HdyViewSwitcher:
  	  - Fix sizing with invisible pages.
  	- Transiation updates:
  	  - French
  	  - Friulian
  	  - Slovenian

Modified:
  head/x11-toolkits/libhandy/Makefile
  head/x11-toolkits/libhandy/distinfo
  head/x11-toolkits/libhandy/pkg-plist

Modified: head/x11-toolkits/libhandy/Makefile
==============================================================================
--- head/x11-toolkits/libhandy/Makefile	Sat Oct 31 08:14:47 2020	(r553744)
+++ head/x11-toolkits/libhandy/Makefile	Sat Oct 31 08:19:43 2020	(r553745)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	libhandy
-PORTVERSION=	1.0.0
+PORTVERSION=	1.0.1
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	GNOME
 DIST_SUBDIR=	gnome

Modified: head/x11-toolkits/libhandy/distinfo
==============================================================================
--- head/x11-toolkits/libhandy/distinfo	Sat Oct 31 08:14:47 2020	(r553744)
+++ head/x11-toolkits/libhandy/distinfo	Sat Oct 31 08:19:43 2020	(r553745)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1600342894
-SHA256 (gnome/libhandy-1.0.0.tar.xz) = a9398582f47b7d729205d6eac0c068fef35aaf249fdd57eea3724f8518d26699
-SIZE (gnome/libhandy-1.0.0.tar.xz) = 377516
+TIMESTAMP = 1604131451
+SHA256 (gnome/libhandy-1.0.1.tar.xz) = 84e2ed6c5699ef1959f86ea37ef9960b60954a9b6f6d35de687bb12c1a51d880
+SIZE (gnome/libhandy-1.0.1.tar.xz) = 385836

Modified: head/x11-toolkits/libhandy/pkg-plist
==============================================================================
--- head/x11-toolkits/libhandy/pkg-plist	Sat Oct 31 08:14:47 2020	(r553744)
+++ head/x11-toolkits/libhandy/pkg-plist	Sat Oct 31 08:19:43 2020	(r553745)
@@ -48,10 +48,13 @@ share/glade/catalogs/libhandy-1.xml
 share/locale/en_GB/LC_MESSAGES/libhandy.mo
 share/locale/es/LC_MESSAGES/libhandy.mo
 share/locale/eu/LC_MESSAGES/libhandy.mo
+share/locale/fr/LC_MESSAGES/libhandy.mo
+share/locale/fur/LC_MESSAGES/libhandy.mo
 share/locale/id/LC_MESSAGES/libhandy.mo
 share/locale/pl/LC_MESSAGES/libhandy.mo
 share/locale/pt_BR/LC_MESSAGES/libhandy.mo
 share/locale/ro/LC_MESSAGES/libhandy.mo
+share/locale/sl/LC_MESSAGES/libhandy.mo
 share/locale/uk/LC_MESSAGES/libhandy.mo
 share/vala/vapi/libhandy-1.deps
 share/vala/vapi/libhandy-1.vapi



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010310819.09V8JiDG033795>