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:           Wed Jun 24 03:24:56 UTC 2026

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

Log Message:
libadwaita: update to 1.9.1.

=============
Version 1.9.1
=============

- Use G_PARAM_STATIC_STRINGS where it wasn't used
- Fix a build error in the example
- AdwAboutDialog/AdwAboutWindow
  - Speed up adding legal sections
  - Speed up adding credit sections
- AdwAlertDialog
  - Fix a crash when chaining up in response()
  - Fix the Since annotation on get_prefer_wide_layout()
- AdwButtonRow
  - Fix availability annotation
- AdwClampScrollable
  - Implement GtkScrollable.get_border()
- AdwEntryRow
  - Fix clicking edit icon
- AdwNavigationView
  - Fix swipe direction
- AdwSidebar
  - Set tab behavior to 'item'
  - Fix adding multiple sections at once
  - Fix a crash when removing multiple items at once
- AdwStyleManager
  - Use default timeout when talking to the settings portal
  - Fix gtk-application-prefer-dark-theme warnings with newer GTK
- AdwTabView
  - Fix a deprecation
- Stylesheet
  - Fix bottom padding with .navigation-sidebar

=============
Version 1.9.0
=============

- Fix build with certain GLib configurations
- Adaptive preview
  - Disable window controls by default
- AdwSidebar
  - Fix grab_focus()
  - Add a screenshot to :mode docs
- AdwViewSwitcherSidebar
  - Add a screenshot to :mode docs

==============
Version 1.9.rc
==============

- Replace null strings with "" in non-nullable string setters
- Update internal icons
  - Bundle all used icons not in GTK
  - Rename avatar-default-symbolic to avoid name clashes
- AdwAboutDialog
  - Fix a broken doc link
- AdwAlertDialog
  - Fix prefer-wide-layout behavior and docs
- AdwBreakpointBin
  - Queue resize when changing breakpoint on startup
- AdwSidebar
  - Focus the selected row on focus instead of first row
- Demo
  - Bundle all used icons not in GTK or libadwaita
- Docs
  - Mention overlay sidebars on the adaptive layouts page
  - Bundle all used icons not in GTK or libadwaita
  - Disable icon theme for screenshots
- Stylesheet
  - Explicitly set icon palette

================
Version 1.9.beta
================

- Print deprecations with GTK_DEBUG=builder
- AdwAboutDialog
  - Allow creating dialogs from appstream data using properties
- AdwBreakpointBin
  - Fix breakpoints being added in the opposite order
- AdwDialog
  - Fix initial focus in bottom sheet mode
- AdwSidebar
  - Fix a critical with empty sections in page mode
- AdwWrapBox
  - Fix ADW_JUSTIFY_SPREAD
- Demo
  - Make desktop file visible for normal installs

=================
Version 1.9.alpha
=================

- Add AdwNoneAnimationTarget
- Add AdwSidebar
- Add AdwViewSwitcherSidebar
- Consistently do null checks for non-nullable strings
- Adaptive preview
  - Fix a leak when taking screenshots
  - Tint the device bezel to match the other styles
- AdwAboutDialog/Window
  - Add a context menu to link rows
  - Fix an accessibility warning
- AdwActionRow
  - Fix subtitle comparison
- AdwAlert/MessageDialog
  - Fix extra padding with hidden extra child
  - Port to GPtrArray
- AdwApplication
  - Deprecate style-dark.css, style-hc.css and style-hc-dark.css
- AdwWindow/AdwApplicationWindow
  - Add :item-type and :n-items to :dialogs
- AdwBottomSheet
  - Use crossfade animations when possible for reduced motion
- AdwBreakpointBin
  - Port to GPtrArray
- AdwComboRow
  - Improve accessibility
  - Update selection when the expression changes
- AdwDialog
  - Use crossfade animations when possible for reduced motion
- AdwEntryRow
  - Fix title ellipsizing too late
  - Activate the row action when pressing enter
- AdwEnumListModel
  - Add :item-type and :n-items
- AdwHeaderBar
  - Fix title buttons on macOS
  - Report back button context menu to screen reader
- AdwInlineViewSwitcher
  - Limit badges to 999+ to match AdwViewSwitcher
  - Make badges accessible
- AdwMultiLayoutView
  - Port to GPtrArray
- AdwNavigationView
  - Use crossfade animations when possible for reduced motion
  - Fix a build warning on some platforms
  - Fix a crash
  - Make :navigation-stack more robust
  - Add :item-type and :n-items :navigation-stack
- AdwPreferencesDialog
  - Allow to go from the first search result to header bar by pressing up
  - Implement search activation
- AdwPreferencesGroup
  - Fix title and description getters
  - Fix accessible label
- AdwPreferencesPage
  - Fix description getter
  - Warn when trying to add incompatible children
  - Fix a typo in the add_child() critical
- AdwShortcutLabel
  - Make accessible
  - Flip arrows for RTL
  - Add focused styles
- AdwShortcutsDialog
  - Allow to go from the first search result to header bar by pressing up
  - Implement search activation
  - Fix removing sections when the model changes
  - Fix an accessibility warning
- AdwShortcutsSection
  - Add :item-type and :n-items
- AdwStatusPage
  - Implement focus() and grab_focus()
- AdwTabBar/AdwTabOverview
  - Improve drag-n-drop docs
  - Fix ::extra-drag-drop annotations
  - Fix context menu alignment on RTL
  - Report context menu to screen reader
- AdwTabOverview
  - Use crossfade animation for reduced motion
  - Implement search activation
- AdwTabView
  - Implement GtkSectionModel for :pages
  - Add :item-type and :n-items to :pages
- AdwToggleGroup
  - Add a missing tooltip test
  - Add AdwToggle:description
  - Add :item-type and :n-items to :toggles
- AdwViewStack
  - Add section API to AdwViewStackPage, expose sections via :pages
  - Add :item-type and :n-items to :pages
  - Fix accessible labels with underlines
  - Port to GPtrArray
- AdwViewSwitcher
  - Make badges accessible
- Build
  - Fix gen-public-types.py encoding
  - Depend on GTK 4.21.1 and GLib 2.84.0
- Demo
  - Port to AdwSidebar, reorganize the sidebar and add icons
  - Drop the color scheme toggle
  - Add page search
  - Improve the view switcher demo
  - Increase default window size
  - Update metainfo
- Docs
  - Replace deprecated GApplication flag
  - Mention sidebars on the adaptive layouts page
  - Consistently link enum values and constants
  - Fix shortcuts screenshots in widget gallery in dark mode
  - Fix banner-suggested screenshot
  - Improve wrap box screenshots
- Stylesheet
  - Support prefers-reduced-motion media query
  - Merge regular and high contrast styles via media queries


To generate a diff of this commit:
cvs rdiff -u -r1.38 -r1.39 pkgsrc/devel/libadwaita/Makefile
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/libadwaita/PLIST
cvs rdiff -u -r1.11 -r1.12 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.38 pkgsrc/devel/libadwaita/Makefile:1.39
--- pkgsrc/devel/libadwaita/Makefile:1.38       Fri May 15 17:00:54 2026
+++ pkgsrc/devel/libadwaita/Makefile    Wed Jun 24 03:24:56 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.38 2026/05/15 17:00:54 wiz Exp $
+# $NetBSD: Makefile,v 1.39 2026/06/24 03:24:56 wiz Exp $
 
-DISTNAME=      libadwaita-1.8.0
-PKGREVISION=   1
+DISTNAME=      libadwaita-1.9.1
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/${PKGBASE}/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -24,11 +23,12 @@ TEST_ENV+=  LD_LIBRARY_PATH=${WRKSRC}/out
 
 .include "../../devel/appstream/buildlink3.mk"
 .include "../../devel/gettext-tools/msgfmt-desktop.mk"
+BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.84.0
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../devel/gobject-introspection/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"
 .include "../../lang/vala/buildlink3.mk"
-BUILDLINK_API_DEPENDS.gtk4+=   gtk4>=4.19.4
+BUILDLINK_API_DEPENDS.gtk4+=   gtk4>=4.21.1
 .include "../../x11/gtk4/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/devel/libadwaita/PLIST
diff -u pkgsrc/devel/libadwaita/PLIST:1.8 pkgsrc/devel/libadwaita/PLIST:1.9
--- pkgsrc/devel/libadwaita/PLIST:1.8   Sun Mar 15 09:41:20 2026
+++ pkgsrc/devel/libadwaita/PLIST       Wed Jun 24 03:24:56 2026
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2026/03/15 09:41:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.9 2026/06/24 03:24:56 wiz Exp $
 bin/adwaita-1-demo
 include/libadwaita-1/adw-about-dialog.h
 include/libadwaita-1/adw-about-window.h
@@ -56,6 +56,9 @@ include/libadwaita-1/adw-shortcut-label.
 include/libadwaita-1/adw-shortcuts-dialog.h
 include/libadwaita-1/adw-shortcuts-item.h
 include/libadwaita-1/adw-shortcuts-section.h
+include/libadwaita-1/adw-sidebar-item.h
+include/libadwaita-1/adw-sidebar-section.h
+include/libadwaita-1/adw-sidebar.h
 include/libadwaita-1/adw-spin-row.h
 include/libadwaita-1/adw-spinner-paintable.h
 include/libadwaita-1/adw-spinner.h
@@ -80,6 +83,7 @@ include/libadwaita-1/adw-toolbar-view.h
 include/libadwaita-1/adw-version.h
 include/libadwaita-1/adw-view-stack.h
 include/libadwaita-1/adw-view-switcher-bar.h
+include/libadwaita-1/adw-view-switcher-sidebar.h
 include/libadwaita-1/adw-view-switcher-title.h
 include/libadwaita-1/adw-view-switcher.h
 include/libadwaita-1/adw-window-title.h
@@ -130,6 +134,7 @@ share/locale/lv/LC_MESSAGES/libadwaita.m
 share/locale/nb/LC_MESSAGES/libadwaita.mo
 share/locale/ne/LC_MESSAGES/libadwaita.mo
 share/locale/nl/LC_MESSAGES/libadwaita.mo
+share/locale/nn/LC_MESSAGES/libadwaita.mo
 share/locale/oc/LC_MESSAGES/libadwaita.mo
 share/locale/pa/LC_MESSAGES/libadwaita.mo
 share/locale/pl/LC_MESSAGES/libadwaita.mo
@@ -140,10 +145,13 @@ share/locale/ru/LC_MESSAGES/libadwaita.m
 share/locale/sk/LC_MESSAGES/libadwaita.mo
 share/locale/sl/LC_MESSAGES/libadwaita.mo
 share/locale/sr/LC_MESSAGES/libadwaita.mo
+share/locale/sr@latin/LC_MESSAGES/libadwaita.mo
 share/locale/sv/LC_MESSAGES/libadwaita.mo
 share/locale/th/LC_MESSAGES/libadwaita.mo
 share/locale/tr/LC_MESSAGES/libadwaita.mo
+share/locale/ug/LC_MESSAGES/libadwaita.mo
 share/locale/uk/LC_MESSAGES/libadwaita.mo
+share/locale/uz/LC_MESSAGES/libadwaita.mo
 share/locale/vi/LC_MESSAGES/libadwaita.mo
 share/locale/zh_CN/LC_MESSAGES/libadwaita.mo
 share/locale/zh_TW/LC_MESSAGES/libadwaita.mo

Index: pkgsrc/devel/libadwaita/distinfo
diff -u pkgsrc/devel/libadwaita/distinfo:1.11 pkgsrc/devel/libadwaita/distinfo:1.12
--- pkgsrc/devel/libadwaita/distinfo:1.11       Sun Mar 15 09:41:20 2026
+++ pkgsrc/devel/libadwaita/distinfo    Wed Jun 24 03:24:56 2026
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.11 2026/03/15 09:41:20 wiz Exp $
+$NetBSD: distinfo,v 1.12 2026/06/24 03:24:56 wiz Exp $
 
-BLAKE2s (libadwaita-1.8.0.tar.xz) = a933ed0f18f3d2144cbe37060b01bb9691104a404e2c7b070ab3a21e28b99023
-SHA512 (libadwaita-1.8.0.tar.xz) = 2966c5252ce0412e79302c195835acf0bff46f7a017bc877a66dcd4c6010b59a7ccbf7578e3a0b6e31f2656f5b228f55889361070038f807cc6a2f311754d637
-Size (libadwaita-1.8.0.tar.xz) = 2688964 bytes
+BLAKE2s (libadwaita-1.9.1.tar.xz) = d9ae2d851f780a9fa7be729d909f2a578ece6bca67ac8c7f6a312d52f0eb8c92
+SHA512 (libadwaita-1.9.1.tar.xz) = 07b36f74a9ed06634fed84deb944c22b59c979b53b866350a7cdeaf5dfa4a65f5d9d7e6af40c3dc9cba51d13e4295e6b11e5d85b5f8bc297ca6bfa20f9c29606
+Size (libadwaita-1.9.1.tar.xz) = 2868656 bytes



Home | Main Index | Thread Index | Old Index