pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/libadwaita



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Jun 15 11:10:55 UTC 2024

Modified Files:
        pkgsrc/devel/libadwaita: Makefile PLIST distinfo

Log Message:
libadwaita: update to 1.5.1.

=============
Version 1.5.1
=============

- AdwAboutDialog/Window
  - Fix an outdated appstream reference in docs
- AdwActionRow
  - Mention .property in docs
- AdwAlertDialog
  - Fix the accessible role
  - Fix initial focus
- AdwAvatar
  - Fix portrait avatars on hidpi
- AdwBin
  - Fix a potential focus issue
- AdwBreakpoint
  - Fix add_setter() annotations
- AdwCarousel
  - Fix a build warning
- AdwComboRow
  - Fix initial checkmark
  - Handle model changes properly
- AdwDialog
  - Fix accessibility warnings
  - Make shortcuts work when there are no focusable widgets
  - Correctly restore focus when opening a dialog from a menu
  - Fix GtkWindow:deletable=false hiding close buttons in dialogs
- AdwExpanderRow
  - Fix get_title_lines() and get_subtitle_lines() return types
  - Fix remove() docs
- AdwOverlaySplitView
  - Unmap sidebar when it's hidden
- AdwPreferencesGroup
  - Fix a potential focus issue
  - Fix :header-group annotations and notifications
- AdwPreferencesPage
  - Fix a potential focus issue
- AdwTabView
  - Document :close-page return value
  - Fix a leak when closing the last page
- AdwViewStack
  - Fix a typo in docs
- Docs
  - Update screenshots
- Stylesheet
  - Fix entry progress bars
- Add missing return annotations
- Translation updates
  - Brazilian Portuguese
  - Hindi
  - Kabyle
  - Portuguese
  - Slovak

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

- AdwDialog
  - Fix widget selection in inspector when presented as a bottom sheet
  - Fix clicks on the dimming still working with can-closed=true
- Demo
  - Fix <developer> in metainfo
- Translation updates
  - Belarusian
  - Brazilian Portuguese
  - Danish
  - French
  - Galician
  - Hungarian
  - Italian
  - Kabyle
  - Kazakh
  - Latvian
  - Norwegian Bokmål
  - Occitan
  - Slovenian
  - Swedish
  - Turkish

==============
Version 1.5.rc
==============

- Depend on GTK 4.13.4
- Fix layout with GtkSettings:gtk-xft-dpi == 0
- AdwAboutDialog
  - Support zero-clause bsd license
  - Fix example
- AdwAboutWindow
  - Support zero-clause bsd license
- AdwDialog
  - Allow bottom sheets to shrink beyond 360px width
  - Fix a crash when swiping on the dimming
  - Adjust dimming intensity
- AdwNavigationView
  - Fix signal mentions in push() docs
  - Disable missing title warning when containing a split view
- AdwStatusPage
  - Fix property notification in set_child()
- AdwSwipeTracker
  - Use a smaller threshold for window handles
- AdwToolbarView
  - Fix a typo in docs
- Demo
  - Fix window.devel demo
- Stylesheet
  - Adjust shade colors in dark
  - Make .devel not propagate to dialogs

- Translation updates
  - Basque
  - Belarusian
  - Catalan
  - Chinese (China)
  - Chinese (Taiwan)
  - Czech
  - Dutch
  - Finnish
  - French
  - Georgian
  - Hebrew
  - Hungarian
  - Indonesian
  - Kazakh
  - Korean
  - Latvian
  - Lithuanian
  - Norwegian Bokmål
  - Occitan
  - Persian
  - Polish
  - Russian
  - Spanish
  - Swedish
  - Ukrainian

================
Version 1.5.beta
================

- Fix build with libappstream 1.0
- Fix deprecation warning with libappstream 0.16.4
- Fix a build error with MSVC
- Add AdwDialog, AdwAlertDialog, AdwPreferencesDialog and AdwAboutDialog
- AdwAboutWindow
  - Don't pre-select the first section on the Legal page
- AdwApplicationWindow
  - Add :dialogs and :visible-dialog
- AdwBreakpointBin
  - Add remove_breakpoint()
  - Fix focus during transitions
  - Fix swapping the child during transitions
- AdwButtonContent
  - Horizontally center children
- AdwCarousel
  - Fix carousel scroll behavior with page reordering
- AdwComboRow
  - Don't change selection on filtering
  - Fix focus when opening the popover
  - Set the correct state on the selected checkmark
- AdwEntryRow
  - Add :text-length
- AdwHeaderBar
  - Integrate with AdwDialog
  - Fix visibility after changing :show-back-button
- AdwMessageDialog
  - Add remove_response()
  - Fix choose() annotations
- AdwNavigationView
  - Fix a warning message
- AdwPreferencesWindow
  - Fix :visible-page and :visible-page-name docs
- AdwStyleManager
  - Support contrast setting in the settings portal
- AdwSwipeTracker
  - Add :allow-window-handle
- AdwTabOverview
  - Allow child focus on out animations
- AdwTabView
  - Keep view alive during ::page-detached
  - Fix crashes when using :pages
- AdwViewSwitcherBar
  - Fix a warning when empty
- AdwWindow
  - Add :dialogs and :visible-dialog
- Demo
  - Port everything to AdwDialog
- Docs
  - Add a migration guide for adaptive dialogs
  - Add a favicon
  - Use the new asides
  - Fix erroneous <child> use in breakpoints migration guide
- Stylesheet
  - Increase GtkSwitch padding
  - Align property row title and other row subtitle sizes
  - Align expander row and combo row arrows
  - Stop hiding switch shapes
- Translation updates
  - Czech
  - French
  - Galician
  - German
  - Greek
  - Hebrew
  - Hungarian
  - Norwegian Bokmål
  - Persian
  - Russian
  - Serbian
  - Slovenian
  - Turkish
  - Ukrainian


To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/libadwaita/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/libadwaita/PLIST
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libadwaita/distinfo

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

Modified files:

Index: pkgsrc/devel/libadwaita/Makefile
diff -u pkgsrc/devel/libadwaita/Makefile:1.17 pkgsrc/devel/libadwaita/Makefile:1.18
--- pkgsrc/devel/libadwaita/Makefile:1.17       Sat Jun 15 07:34:42 2024
+++ pkgsrc/devel/libadwaita/Makefile    Sat Jun 15 11:10:54 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.17 2024/06/15 07:34:42 wiz Exp $
+# $NetBSD: Makefile,v 1.18 2024/06/15 11:10:54 wiz Exp $
 
-DISTNAME=      libadwaita-1.4.5
+DISTNAME=      libadwaita-1.5.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libadwaita/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -12,13 +12,6 @@ LICENSE=     gnu-lgpl-v2.1
 
 USE_TOOLS+=    msgfmt pkg-config
 
-.include "../../mk/bsd.prefs.mk"
-
-# msgfmt: unknown option -- xml
-.if ${OPSYS} == "NetBSD"
-TOOLS_PLATFORM.msgfmt=
-.endif
-
 PKGCONFIG_OVERRIDE+=   output/meson-private/libadwaita-1.pc
 
 PKGCONFIG_OVERRIDE_STAGE=      post-configure
@@ -26,6 +19,7 @@ PKGCONFIG_OVERRIDE_STAGE=     post-configure
 TEST_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/src
 
 .include "../../devel/appstream/buildlink3.mk"
+.include "../../devel/gettext-tools/msgfmt-desktop.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/meson/build.mk"

Index: pkgsrc/devel/libadwaita/PLIST
diff -u pkgsrc/devel/libadwaita/PLIST:1.5 pkgsrc/devel/libadwaita/PLIST:1.6
--- pkgsrc/devel/libadwaita/PLIST:1.5   Sun Apr 14 17:23:52 2024
+++ pkgsrc/devel/libadwaita/PLIST       Sat Jun 15 11:10:54 2024
@@ -1,7 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2024/04/14 17:23:52 adam Exp $
+@comment $NetBSD: PLIST,v 1.6 2024/06/15 11:10:54 wiz Exp $
 bin/adwaita-1-demo
+include/libadwaita-1/adw-about-dialog.h
 include/libadwaita-1/adw-about-window.h
 include/libadwaita-1/adw-action-row.h
+include/libadwaita-1/adw-alert-dialog.h
 include/libadwaita-1/adw-animation-target.h
 include/libadwaita-1/adw-animation-util.h
 include/libadwaita-1/adw-animation.h
@@ -20,6 +22,7 @@ include/libadwaita-1/adw-clamp-layout.h
 include/libadwaita-1/adw-clamp-scrollable.h
 include/libadwaita-1/adw-clamp.h
 include/libadwaita-1/adw-combo-row.h
+include/libadwaita-1/adw-dialog.h
 include/libadwaita-1/adw-easing.h
 include/libadwaita-1/adw-entry-row.h
 include/libadwaita-1/adw-enum-list-model.h
@@ -37,6 +40,7 @@ include/libadwaita-1/adw-navigation-spli
 include/libadwaita-1/adw-navigation-view.h
 include/libadwaita-1/adw-overlay-split-view.h
 include/libadwaita-1/adw-password-entry-row.h
+include/libadwaita-1/adw-preferences-dialog.h
 include/libadwaita-1/adw-preferences-group.h
 include/libadwaita-1/adw-preferences-page.h
 include/libadwaita-1/adw-preferences-row.h
@@ -100,9 +104,11 @@ share/locale/id/LC_MESSAGES/libadwaita.m
 share/locale/it/LC_MESSAGES/libadwaita.mo
 share/locale/ja/LC_MESSAGES/libadwaita.mo
 share/locale/ka/LC_MESSAGES/libadwaita.mo
+share/locale/kab/LC_MESSAGES/libadwaita.mo
 share/locale/kk/LC_MESSAGES/libadwaita.mo
 share/locale/ko/LC_MESSAGES/libadwaita.mo
 share/locale/lt/LC_MESSAGES/libadwaita.mo
+share/locale/lv/LC_MESSAGES/libadwaita.mo
 share/locale/nb/LC_MESSAGES/libadwaita.mo
 share/locale/ne/LC_MESSAGES/libadwaita.mo
 share/locale/nl/LC_MESSAGES/libadwaita.mo

Index: pkgsrc/devel/libadwaita/distinfo
diff -u pkgsrc/devel/libadwaita/distinfo:1.7 pkgsrc/devel/libadwaita/distinfo:1.8
--- pkgsrc/devel/libadwaita/distinfo:1.7        Sat Jun 15 07:34:42 2024
+++ pkgsrc/devel/libadwaita/distinfo    Sat Jun 15 11:10:54 2024
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2024/06/15 07:34:42 wiz Exp $
+$NetBSD: distinfo,v 1.8 2024/06/15 11:10:54 wiz Exp $
 
-BLAKE2s (libadwaita-1.4.5.tar.xz) = 96cee6d20496f6f8bb14c7a6fe6f35309fd9a8db91b68df247a2e868dda68f4b
-SHA512 (libadwaita-1.4.5.tar.xz) = 60d50d92217526772d082fc7581d97ed0a1d95f75582da1bc7e9c2b6c6a81a5ed49db8dd7899d4d839f3344ad9e8c9290357222f836d225898e98599913f88d9
-Size (libadwaita-1.4.5.tar.xz) = 3939948 bytes
+BLAKE2s (libadwaita-1.5.1.tar.xz) = 053552fd129033af37eb9f332ae503ba2355f15b0574a43b21f72397bd5a89bc
+SHA512 (libadwaita-1.5.1.tar.xz) = cb0cbcc8780e1e0e21a2801e3ad1cb0f2f223057faea1e1511e47abff7cccd828bf678f6ace8d650740c4c05920e5d71407a4d6b57c685159fcf94e1187c395c
+Size (libadwaita-1.5.1.tar.xz) = 4453888 bytes



Home | Main Index | Thread Index | Old Index