pkgsrc-WIP-changes archive

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

libhandy1: Update wip/libhandy1 to 1.5.0



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Sun Nov 14 15:43:45 2021 +0100
Changeset:	5d61fd5f27fda034dbf6ca4aebb061cc9c90fd6f

Modified Files:
	libhandy1/Makefile
	libhandy1/PLIST
	libhandy1/distinfo

Log Message:
libhandy1: Update wip/libhandy1 to 1.5.0

=============
Version 1.5.0
=============

- Introduce HdyStyleManager for managing color schemes (light/dark) and
  high contrast mode.
  - Support the cross-platform color scheme preference in the
    settings portal.
- HdyPreferencesPage
  - Remove adaptive margins to fix default window sizes
- HdyTabBar
  - Handle middle click on button release rather than press
- Various memory leak fixes
- Translation updates:
  - Brazilian Portuguese
  - Finnish
  - Indonesian
  - Portuguese
  - Serbian
  - Swedish
  - Ukrainian

=============
Version 1.4.0
=============

- Translation updates:
  - Brazilian Portuguese
  - British English
  - Spanish

==============
Version 1.3.90
==============

- HdyAvatar:
  - Fix giving it the .image style class when needed.
- HdyCarousel:
  - Add the allow-scroll-wheel property.
  - Fix the child size allocation.
- HdyPreferencesGroup:
  - Add the use-markup property.
- HdySqueezer:
  - Fix the size allocation, not swapping width and height.
- HdyTabBar:
  - Fix leaking extra drag destination targets.
- HdyDeck and HdyLeaflet:
  - Fix a crash when swiping and empty.
- Deprecate HdySwipeGroup and HdyTitleBar.
- Fix translations by setting the translation domain in UI files.
- Translation updates:
  - Basque
  - Brazilian Portuguese
  - Indonesian
  - Occitan
  - Romanian
  - Spanish
  - Swedish
  - Ukrainian

=============
Version 1.2.2
=============

- HdySqueezer:
  - Make the vertical orientation work.
  - Fix usage of xalign with RTL.
- HdyComboRow:
  - Focus selected row when opening the popover.
- HdyAvatar:
  - Fix a crash when loading icons.
- Demo:
  - Fix RTL sidebar icons.

=============
Version 1.2.1
=============

- HdyDeck and HdyLeaflet:
  - Skip the unfolded allocation phase if there are no visible children,
    fixing a crash.
  - Fix the reverse child order.
- HdyHeaderBar:
  - Stop force centering an expanded title when loose.
- HdyFlap:
  - Fix shadow glitches on flap child resizes.
- HdyPreferencesWindow:
  - Give the window the .preferences style class.
  - Make the search results page's margins adaptive.
- Demo:
  - Fix a memory leak in the view switcher demo.
- Meson:
  - Avoid trailing slashes in directories if package_subdir is empty.
- Translation updates:
  - Basque
  - Dutch
  - Finnish

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5d61fd5f27fda034dbf6ca4aebb061cc9c90fd6f

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

diffstat:
 libhandy1/Makefile | 2 +-
 libhandy1/PLIST    | 7 +++++++
 libhandy1/distinfo | 6 +++---
 3 files changed, 11 insertions(+), 4 deletions(-)

diffs:
diff --git a/libhandy1/Makefile b/libhandy1/Makefile
index 0d677932f2..d340126e9d 100644
--- a/libhandy1/Makefile
+++ b/libhandy1/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD: Makefile,v 1.2 2020/11/11 08:50:40 nia Exp $
 
-DISTNAME=	libhandy-1.2.0
+DISTNAME=	libhandy-1.5.0
 PKGNAME=	${DISTNAME:S/libhandy/libhandy1/1}
 CATEGORIES=	devel
 MASTER_SITES=	${MASTER_SITE_GNOME:=sources/libhandy/${PKGVERSION_NOREV:R}/}
diff --git a/libhandy1/PLIST b/libhandy1/PLIST
index 51f678fa6a..ab7be17797 100644
--- a/libhandy1/PLIST
+++ b/libhandy1/PLIST
@@ -28,6 +28,7 @@ include/libhandy-1/hdy-preferences-window.h
 include/libhandy-1/hdy-search-bar.h
 include/libhandy-1/hdy-squeezer.h
 include/libhandy-1/hdy-status-page.h
+include/libhandy-1/hdy-style-manager.h
 include/libhandy-1/hdy-swipe-group.h
 include/libhandy-1/hdy-swipe-tracker.h
 include/libhandy-1/hdy-swipeable.h
@@ -52,10 +53,15 @@ share/locale/de/LC_MESSAGES/libhandy.mo
 share/locale/en_GB/LC_MESSAGES/libhandy.mo
 share/locale/es/LC_MESSAGES/libhandy.mo
 share/locale/eu/LC_MESSAGES/libhandy.mo
+share/locale/fa/LC_MESSAGES/libhandy.mo
 share/locale/fi/LC_MESSAGES/libhandy.mo
 share/locale/fr/LC_MESSAGES/libhandy.mo
 share/locale/fur/LC_MESSAGES/libhandy.mo
+share/locale/gl/LC_MESSAGES/libhandy.mo
+share/locale/hu/LC_MESSAGES/libhandy.mo
 share/locale/id/LC_MESSAGES/libhandy.mo
+share/locale/nl/LC_MESSAGES/libhandy.mo
+share/locale/oc/LC_MESSAGES/libhandy.mo
 share/locale/pl/LC_MESSAGES/libhandy.mo
 share/locale/pt/LC_MESSAGES/libhandy.mo
 share/locale/pt_BR/LC_MESSAGES/libhandy.mo
@@ -64,5 +70,6 @@ share/locale/sl/LC_MESSAGES/libhandy.mo
 share/locale/sr/LC_MESSAGES/libhandy.mo
 share/locale/sv/LC_MESSAGES/libhandy.mo
 share/locale/uk/LC_MESSAGES/libhandy.mo
+share/locale/zh_CN/LC_MESSAGES/libhandy.mo
 share/vala/vapi/libhandy-1.deps
 share/vala/vapi/libhandy-1.vapi
diff --git a/libhandy1/distinfo b/libhandy1/distinfo
index 8299b22e57..b522a0b91f 100644
--- a/libhandy1/distinfo
+++ b/libhandy1/distinfo
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.1 2020/11/10 17:45:05 nia Exp $
 
-RMD160 (libhandy-1.2.0.tar.xz) = 9bcac84bc6ca2b09ff4279b9e3dbc4395500112a
-SHA512 (libhandy-1.2.0.tar.xz) = 34f84479fcef6fdd3b46a03a0b4806887708ce8295461eae655e34febdec5b62de56e34e58696545f086be8de1e2c0ac13a61a4bbe0a945a87e7d8e860a5f919
-Size (libhandy-1.2.0.tar.xz) = 481120 bytes
+BLAKE2s (libhandy-1.5.0.tar.xz) = 6bbf51d99c62ec96dc7902b795244711eb82eb87e8fb0cf199042a3e5461fa3a
+SHA512 (libhandy-1.5.0.tar.xz) = cd7706e97bc9d5a7d595c450145bc157b95afaccc1ee26b5490149327fd644eb522b7bbfee92ea2780083c36d69bbd666c52e38a752e78068a5ba0f79b3c56a0
+Size (libhandy-1.5.0.tar.xz) = 516128 bytes


Home | Main Index | Thread Index | Old Index