Sync from SUSE:SLFO:Main libadwaita revision 5eadeec3438421247c882528274e7b34
This commit is contained in:
parent
bccb17614d
commit
5357d7ff34
4
_service
4
_service
@ -3,7 +3,7 @@
|
|||||||
<service name="obs_scm" mode="manual">
|
<service name="obs_scm" mode="manual">
|
||||||
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
||||||
<param name="scm">git</param>
|
<param name="scm">git</param>
|
||||||
<param name="revision">refs/tags/1.3.2</param>
|
<param name="revision">refs/tags/1.4.2</param>
|
||||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||||
<param name="versionrewrite-replacement">\1</param>
|
<param name="versionrewrite-replacement">\1</param>
|
||||||
@ -11,7 +11,7 @@
|
|||||||
<service mode="buildtime" name="tar" />
|
<service mode="buildtime" name="tar" />
|
||||||
<service mode="buildtime" name="recompress">
|
<service mode="buildtime" name="recompress">
|
||||||
<param name="file">*.tar</param>
|
<param name="file">*.tar</param>
|
||||||
<param name="compression">xz</param>
|
<param name="compression">zst</param>
|
||||||
</service>
|
</service>
|
||||||
<service mode="manual" name="set_version" />
|
<service mode="manual" name="set_version" />
|
||||||
</services>
|
</services>
|
||||||
|
BIN
libadwaita-1.3.2.obscpio
(Stored with Git LFS)
BIN
libadwaita-1.3.2.obscpio
(Stored with Git LFS)
Binary file not shown.
BIN
libadwaita-1.4.2.obscpio
(Stored with Git LFS)
Normal file
BIN
libadwaita-1.4.2.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,244 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 2 13:28:13 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.4.2:
|
||||||
|
+ Really fix build with libappstream 1.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 01 16:08:07 UTC 2023 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.4.1:
|
||||||
|
+ Fix build with MSVC
|
||||||
|
+ Fix build with libappstream 1.0
|
||||||
|
+ AdwCarousel: Fix carousel scroll behavior with page reordering
|
||||||
|
+ AdwComboRow:
|
||||||
|
- Fix focus when opening the popover
|
||||||
|
- Set the correct state on the selected checkmark
|
||||||
|
+ AdwNavigationView: Fix a warning message
|
||||||
|
+ AdwTabOverview: Allow child focus on out animations
|
||||||
|
+ AdwTabView:
|
||||||
|
- Keep view alive during ::page-detached
|
||||||
|
- Fix crashes when using :pages
|
||||||
|
+ Docs: Fix erroneous <child> use in breakpoints migration guide
|
||||||
|
+ Updated translations.
|
||||||
|
- Drop 3e3967d5f69180644519936991cad10136e84ca9.patch: Fixed
|
||||||
|
upstream.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Nov 22 10:48:46 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Add 3e3967d5f69180644519936991cad10136e84ca9.patch: Fix building
|
||||||
|
against libappstream 1.0 (boo#1217047).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 16 12:29:43 UTC 2023 - bjorn.lie@gmail.com
|
||||||
|
|
||||||
|
- Update to version 1.4.0+12:
|
||||||
|
+ docs: Use `<property>` instead of `<child> for
|
||||||
|
`AdwNavigationSplitView`
|
||||||
|
+ navigation-view: Add missing space to warning message
|
||||||
|
+ tab-view: Fix typo causing crash on AdwTabPages dispose
|
||||||
|
+ combo-row: Make the selected indicator a presentational element
|
||||||
|
+ tab-view: pages model can outlive it's view
|
||||||
|
+ tab-view: keep view alive during ::page-detached
|
||||||
|
+ about-window: Fix build with newer libappstream (boo#1217047)
|
||||||
|
+ combo-row: Preserve focus when opening the popover
|
||||||
|
+ Revert "Add some default options to the GTK subproject"
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Sep 15 17:43:41 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.4.0:
|
||||||
|
+ AdwBreakpointBin: Clarify minimum size warnings
|
||||||
|
+ AdwExpanderRow: Improve accessible roles
|
||||||
|
+ AdwPreferencesGroup: Set described-by on the listbox
|
||||||
|
+ Docs: Fix a property name in breakpoint migration guide
|
||||||
|
+ Stylesheet:
|
||||||
|
- Fix toolbar view styles within sidebars
|
||||||
|
- Fix .navigation-sidebar:disabled style when used with
|
||||||
|
GtkListView
|
||||||
|
+ Build system fixes
|
||||||
|
+ Updated translations.
|
||||||
|
- Switch compression in service and spec (tarball produced) to zst.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 4 19:13:48 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.4.rc:
|
||||||
|
+ AdwAboutWindow:
|
||||||
|
- Accessibility fixes
|
||||||
|
- Add a minimum size
|
||||||
|
+ AdwExpanderRow: Accessibility fixes
|
||||||
|
+ AdwHeaderBar:
|
||||||
|
- Fix missing title fallback for back button tooltip and
|
||||||
|
history menu
|
||||||
|
- Set "Back" as an accessible label for the back button
|
||||||
|
- Clarify docs around :show-back-button
|
||||||
|
+ AdwNavigationView: Warn when a navigation page is missing a
|
||||||
|
title
|
||||||
|
+ AdwStyleManager: Fix over-releasing a string on macOS
|
||||||
|
+ AdwTabButton: Set the correct gettext domain
|
||||||
|
+ AdwTabOverview
|
||||||
|
- Set the correct gettext domain
|
||||||
|
- Fix reordered thumbnail being drawn below others
|
||||||
|
+ AdwToastOverlay: Set the correct gettext domain
|
||||||
|
+ Build: Update pkg-config description field
|
||||||
|
+ Demo:
|
||||||
|
- Update screenshot in appdata
|
||||||
|
- Correctly dismiss the last toast in the dialogs demo
|
||||||
|
- Add missing navigation page titles
|
||||||
|
+ Stylesheet:
|
||||||
|
- Fix filename entry margins in file chooser
|
||||||
|
- Fix menubutton.card corners
|
||||||
|
- Fix button.card focus ring transition
|
||||||
|
- Avoid background overdraw in GtkColumnView
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 4 19:12:43 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.4.beta:
|
||||||
|
+ Build:
|
||||||
|
- Depend on GLib 2.76.0
|
||||||
|
- Fix build on Windows
|
||||||
|
- Add a GTK subproject
|
||||||
|
+ AdwBreakpointBin:
|
||||||
|
- Mention the correct widget in exceeded size warnings
|
||||||
|
- Fix width-for-height and height-for-width sizing
|
||||||
|
+ AdwComboRow: Recreate default factory on expression changes
|
||||||
|
+ AdwEnumListModel: Better invalid value for find_position()
|
||||||
|
+ AdwHeaderBar:
|
||||||
|
- Fix spacing when there are no start/end children
|
||||||
|
- Fix a memory leak
|
||||||
|
- Fix GtkCenterBox:shrink-center-last usage
|
||||||
|
+ AdwLeaflet: Fix back/forward mouse button handling
|
||||||
|
+ AdwMessageDialog: Fix shadow style
|
||||||
|
+ AdwNavigationView:
|
||||||
|
- Pop the current page when pressing Escape
|
||||||
|
- Make AdwNavigationPage:child-view private
|
||||||
|
- Fix back/forward mouse button handling
|
||||||
|
- Clarify docs
|
||||||
|
+ AdwPreferencesWindow: Fix a memory leak
|
||||||
|
+ AdwTabOverview
|
||||||
|
- Cull invisible thumbnails
|
||||||
|
- Fix a crash when opening overview before it's mapped
|
||||||
|
+ AdwTabView: Fix thumbnail regressions from 1.4.alpha
|
||||||
|
+ AdwToastOverlay: Fix width-for-height and height-for-width
|
||||||
|
sizing
|
||||||
|
+ AdwToolbarView:
|
||||||
|
- Add ADW_TOOLBAR_RAISED_BORDER style
|
||||||
|
- Fix width-for-height and height-for-width sizing
|
||||||
|
- Clarify docs
|
||||||
|
+ AdwViewStack: Add AdwViewStackPages:selected-page
|
||||||
|
+ AdwViewSwitcherBar:
|
||||||
|
- Fix disabling reveal animation when using breakpoints
|
||||||
|
- Make sure the height doesn't change with large text
|
||||||
|
+ Demo:
|
||||||
|
- Fix view switcher demo minimum height
|
||||||
|
- Set input hints and purpose in the entries
|
||||||
|
+ Docs:
|
||||||
|
- Assorted screenshot tool fixes
|
||||||
|
- Fix a deprecation warning in the screenshot tool
|
||||||
|
+ Stylesheet:
|
||||||
|
- Make button.osd focus rings blue for better visibility
|
||||||
|
- Fix .card buttons within .osd
|
||||||
|
- Fix button transitions in high contrast mode
|
||||||
|
- Fix single-item menu height
|
||||||
|
- Modernize GtkFileDialog, GtkAppChooserDialog and GtkAssistant
|
||||||
|
styles
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 4 19:11:57 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.4.alpha:
|
||||||
|
+ Build
|
||||||
|
- Depend on GTK 4.11.3
|
||||||
|
- Depend on libappstream
|
||||||
|
- Add Vala metadata file
|
||||||
|
- Fix gnome.compile_resources() on MSBuild
|
||||||
|
- Fix doc include path
|
||||||
|
- Make metainfo build reproducible
|
||||||
|
+ Add AdwBreakpoint and AdwBreakpointBin
|
||||||
|
+ Add AdwNavigationView
|
||||||
|
+ Add AdwNavigationSplitView
|
||||||
|
+ Add AdwOverlaySplitView
|
||||||
|
+ Add AdwSpinRow
|
||||||
|
+ Add AdwSwitchRow
|
||||||
|
+ Add AdwToolbarView
|
||||||
|
+ Deprecate AdwFlap, AdwLeaflet, AdwSqueezer and
|
||||||
|
AdwViewSwitcherTitle
|
||||||
|
+ AdwAboutWindow
|
||||||
|
- Add new_from_appdata()
|
||||||
|
- Add a missing Since annotation
|
||||||
|
- Fix accessible role on the application icon
|
||||||
|
+ AdwActionRow: Fix an inaccuracy in docs
|
||||||
|
+ AdwAvatar: Fix a memory leak
|
||||||
|
+ AdwBanner:
|
||||||
|
- Allow to ellipsize the button
|
||||||
|
- Clarify title placement in docs
|
||||||
|
- Add a backdrop style
|
||||||
|
+ AdwButtonContent: Add :can-shrink
|
||||||
|
+ AdwCarousel:
|
||||||
|
- Fix allocation
|
||||||
|
- Fix scrolling to a recently inserted item
|
||||||
|
+ AdwClamp/AdwClampLayout/AdwClampScrollable:
|
||||||
|
- Add :unit, default to the sp unit instead of px
|
||||||
|
- Deprecate clamp child style classes
|
||||||
|
+ AdwComboRow:
|
||||||
|
- Add :enable-search
|
||||||
|
- Fix accessible role on the dropdown arrow
|
||||||
|
+ AdwExpanderRow: Deprecate add_action(), replace it with
|
||||||
|
add_suffix()
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(appstream) BuildRequires: New dependency.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Sep 4 19:10:58 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.3.5:
|
||||||
|
+ Set the correct gettext domain on all widgets.
|
||||||
|
+ AdwExpanderRow: Accessibility fixes.
|
||||||
|
+ AdwStyleManager: Fix over-releasing a string on macOS.
|
||||||
|
+ Demo: Correctly dismiss the last toast in the dialogs demo.
|
||||||
|
+ Stylesheet:
|
||||||
|
- Fix menubutton.card corners.
|
||||||
|
- Fix button.card focus ring transition.
|
||||||
|
- Avoid background overdraw in GtkColumnView.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 5 10:14:09 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.3.4:
|
||||||
|
+ AdwAboutWindow: Fix :translator-credits property
|
||||||
|
+ AdwComboRow: Fix accessible role on the dropdown arrow
|
||||||
|
+ AdwEntryRow: Fix accessibility
|
||||||
|
+ AdwLeaflet: Fix back/forward mouse button handling
|
||||||
|
+ AdwTabBar: Fix accessibility
|
||||||
|
+ AdwTabThumbnail:
|
||||||
|
- Fix duplicate thumbnail during transitions
|
||||||
|
- Fix the transition curve
|
||||||
|
+ AdwViewSwitcher: Set correct accessible role for icons
|
||||||
|
+ AdwWindowTitle: Fix initial title visibility
|
||||||
|
+ Stylesheet:
|
||||||
|
- Fix .card buttons within .osd
|
||||||
|
- Fix single-item menu height
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jun 9 17:23:07 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
- Update to version 1.3.3:
|
||||||
|
+ Fix doc include path
|
||||||
|
+ AdwCarousel: Fix scrolling to a recently inserted item
|
||||||
|
+ AdwEntryRow: Fix accessibility
|
||||||
|
+ AdwPreferencesWindow: Fix markup handling when searching
|
||||||
|
+ AdwStyleManager: Fix get_for_display() annotation
|
||||||
|
+ AdwTabBar/AdwTabOverview: Fix dropping data onto
|
||||||
|
tabs/thumbnails
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Apr 22 02:13:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Apr 22 02:13:15 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
name: libadwaita
|
name: libadwaita
|
||||||
version: 1.3.2
|
version: 1.4.2
|
||||||
mtime: 1682123944
|
mtime: 1701473652
|
||||||
commit: dfaf404704a6e4a15d9881fc39ec8a607cd47701
|
commit: fd5892e94ddd9baf44dcfb2faaa97211a2532d6d
|
||||||
|
@ -17,23 +17,24 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libadwaita
|
Name: libadwaita
|
||||||
Version: 1.3.2
|
Version: 1.4.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Building blocks for modern GNOME applications
|
Summary: Building blocks for modern GNOME applications
|
||||||
License: LGPL-2.1-or-later
|
License: LGPL-2.1-or-later
|
||||||
URL: https://gitlab.gnome.org/GNOME/libadwaita
|
URL: https://gitlab.gnome.org/GNOME/libadwaita
|
||||||
Source: %{name}-%{version}.tar.xz
|
Source: %{name}-%{version}.tar.zst
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: meson >= 0.59.0
|
BuildRequires: meson >= 0.59.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: sassc
|
BuildRequires: sassc
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
|
BuildRequires: pkgconfig(appstream)
|
||||||
BuildRequires: pkgconfig(fribidi)
|
BuildRequires: pkgconfig(fribidi)
|
||||||
BuildRequires: pkgconfig(gi-docgen)
|
BuildRequires: pkgconfig(gi-docgen)
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.72
|
BuildRequires: pkgconfig(glib-2.0) >= 2.72
|
||||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||||
BuildRequires: pkgconfig(gtk4) >= 4.9.5
|
BuildRequires: pkgconfig(gtk4) >= 4.11.3
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
Reference in New Issue
Block a user