Compare commits
1 Commits
Author | SHA256 | Date | |
---|---|---|---|
4ce09f3c93 |
2
_service
2
_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">1.7.0</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>
|
||||||
|
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.
BIN
libadwaita-1.7.0.obscpio
(Stored with Git LFS)
BIN
libadwaita-1.7.0.obscpio
(Stored with Git LFS)
Binary file not shown.
@@ -1,410 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Fri Mar 14 21:42:20 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.7.0:
|
|
||||||
+ Build: Specify --doc-format for GIR data
|
|
||||||
+ AdwDialog: Fix :current-breakpoint notifications
|
|
||||||
+ AdwPreferencesDialog/Window:
|
|
||||||
- Exclude hidden pages from search too
|
|
||||||
- Fix the search filter expression
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Mar 2 22:03:02 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.7.rc:
|
|
||||||
+ Fix build failures on win32
|
|
||||||
+ Bump minimum GTK and GLib versions
|
|
||||||
+ Adaptive preview:
|
|
||||||
- Fix screenshotting GtkGraphicsOffload
|
|
||||||
- Add a missing translators comment
|
|
||||||
+ AdwAboutDialog/Window: Use system monospace font for `<code>`
|
|
||||||
in release notes
|
|
||||||
+ AdwDialog: Fix parent window shortcuts propagating into dialogs
|
|
||||||
+ AdwPreferencesDialog: Hide pages with visible=false
|
|
||||||
+ AdwStyleManager: Document how to handle font names
|
|
||||||
+ Stylesheet:
|
|
||||||
- Fix popovers in non-composited environments
|
|
||||||
- Fix GtkPaned drag area
|
|
||||||
+ Updated translations.
|
|
||||||
- Remove static file now built.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 31 19:15:54 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.7.beta:
|
|
||||||
+ AdwApplicationWindow, AdwWindow:
|
|
||||||
- Add a public property for toggling adaptive preview
|
|
||||||
- Open adaptive preview with Ctrl+Shift+M
|
|
||||||
+ AdwBreakpoint: Fix to_string() with locales using comma as
|
|
||||||
decimal separator
|
|
||||||
+ AdwComboRow: Fix very short strings not being displayed
|
|
||||||
+ AdwDialog:
|
|
||||||
- Fix ::closed emission with window-backed dialogs
|
|
||||||
- Fix a focus-related crash
|
|
||||||
+ AdwOverlaySplitView, AdwFlap: Remove an unreachable check
|
|
||||||
+ AdwPreferencesDialog: Document navigation.pop action
|
|
||||||
+ AdwTabBox, AdwTabGrid:
|
|
||||||
- Fix scrolling to newly appearing tabs
|
|
||||||
- Fix a copy-paste error
|
|
||||||
+ AdwToast: Use a lighter opaque style
|
|
||||||
+ Adaptive Preview:
|
|
||||||
- Add an outline around the device
|
|
||||||
- Round bezel sizes
|
|
||||||
- Fix bezels with locales using comma as decimal separator
|
|
||||||
- Prevent secondary sidebar style leak into the previewed app
|
|
||||||
+ Demo:
|
|
||||||
- Allow opening adaptive preview from menu
|
|
||||||
- Inherit page background color when duplicating tabs
|
|
||||||
+ Docs: Switch to Adwaita Sans/Mono 11pt for doc screenshots
|
|
||||||
+ Inspector: Provide a list of windows instead of a single button
|
|
||||||
for adaptive preview
|
|
||||||
+ Stylesheet:
|
|
||||||
- Add --document-font-family/size and
|
|
||||||
--monospace-font-family/size
|
|
||||||
- Use --monospace-font-family/size for .monospace
|
|
||||||
- Fix disabled style for raised/suggested/destructive
|
|
||||||
menubuttons in toolbars
|
|
||||||
- Drop GtkSourceView support for textview.inline as it didn't
|
|
||||||
work anyway
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 31 19:15:53 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.7.alpha:
|
|
||||||
+ Add AdwToggleGroup and AdwInlineViewSwitcher
|
|
||||||
+ Add AdwWrapBox and AdwWrapLayout
|
|
||||||
+ Add adaptive preview in inspector
|
|
||||||
+ Use EASE easing for timed animations instead of EASE_OUT_CUBIC
|
|
||||||
+ Don't warn when setting child in bin-like widgets to itself
|
|
||||||
+ Add doc guidelines to HACKING
|
|
||||||
+ Various changes all over the source tree
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 31 19:15:52 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.6.4:
|
|
||||||
+ AdwBreakpoint: Fix to_string() with locales using comma as
|
|
||||||
decimal separator
|
|
||||||
+ AdwComboRow: Fix very short strings not being displayed
|
|
||||||
+ AdwDialog:
|
|
||||||
- Fix ::closed emission with window-backed dialogs
|
|
||||||
- Fix a focus-related crash
|
|
||||||
+ AdwPreferencesDialog: Document navigation.pop action
|
|
||||||
+ AdwTabBox, AdwTabGrid:
|
|
||||||
- Fix scrolling to newly appearing tabs
|
|
||||||
- Fix a copy-paste error
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jan 10 06:32:35 UTC 2025 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.6.3:
|
|
||||||
+ Build: Drop pre-built docs and styles
|
|
||||||
+ AdwActionRow: Set accessible role to presentation for the icon
|
|
||||||
+ AdwBottomSheet: Fix more criticals in dispose
|
|
||||||
+ AdwButtonRow: Set accessible role to presentation for icons
|
|
||||||
+ AdwClampLayout: Fix layout with multiple children
|
|
||||||
+ AdwComboRow: Fix a property noficiation
|
|
||||||
+ AdwDialog:
|
|
||||||
- Fix accessible role critical when using window-backed dialogs
|
|
||||||
- Handle close() before and right after present()
|
|
||||||
+ AdwHeaderBar: Ignore split views outside sheets
|
|
||||||
+ AdwLengthUnit Fix pt and sp unit values when gtk-xft-dpi = -1
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Nov 22 21:01:00 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.6.2:
|
|
||||||
+ AdwDialog: Fix accessible role critical when using
|
|
||||||
window-backed dialogs.
|
|
||||||
+ AdwHeaderBar: Fix a typo in docs.
|
|
||||||
+ AdwMessageDialog: Fix a typo in adw_message_dialog_response()
|
|
||||||
deprecation message.
|
|
||||||
+ AdwStyleManager: Fix initial color scheme value on Windows.
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Oct 13 15:47:43 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.6.1:
|
|
||||||
+ Fix meson syntax in readme
|
|
||||||
+ AdwAboutDialog/Window: Fix natural width
|
|
||||||
+ AdwAlertDialog: Fix a crash when setting content-width/height
|
|
||||||
before present()
|
|
||||||
+ AdwBottomSheet:
|
|
||||||
- Fix natural height
|
|
||||||
- Fix criticals in dispose in some cases
|
|
||||||
+ AdwBreakpointBin: Fix natural size
|
|
||||||
+ AdwClamp: Fix get/set_unit() version
|
|
||||||
+ AdwExpanderRow: Make suffix spacing match action rows and entry
|
|
||||||
rows
|
|
||||||
+ AdwTabBar:
|
|
||||||
- Don't select tabs when clicking close or indicator buttons
|
|
||||||
- Only handle middle clicks started and ended on the same tab
|
|
||||||
+ AdwTabOverview: Only handle middle clicks started and ended on
|
|
||||||
the same thumbnail
|
|
||||||
+ AdwViewSwitcher: Have a minimum height outside header bars
|
|
||||||
+ Docs:
|
|
||||||
- Indicate and explain out of gamut colors on CSS variables
|
|
||||||
page
|
|
||||||
- Update deprecated meson syntax
|
|
||||||
- Typo fixes
|
|
||||||
- Link clamp/layout/scrollable docs between each other
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Sep 16 15:11:47 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.6.0:
|
|
||||||
+ AdwAboutDialog/Window: Support non-deprecated GPL-2/3.0-only
|
|
||||||
SPDX IDs
|
|
||||||
+ AdwBottomSheet: Fix a crash in tests on some platforms
|
|
||||||
+ AdwHeaderBar: Fix back button menu picking up phantom pages in
|
|
||||||
some situations
|
|
||||||
+ AdwMessageDialog: Fix title size
|
|
||||||
+ AdwTabOverview: Focus search entry with Ctrl+F
|
|
||||||
+ Docs:
|
|
||||||
- Screenshot tool fixes
|
|
||||||
- Update screenshots
|
|
||||||
+ Tests: Add AdwBackButton tests
|
|
||||||
+ Stylesheet:
|
|
||||||
- Disable .devel header bars for bottom sheets, like for
|
|
||||||
dialogs
|
|
||||||
- Fix header bar in GTK dialogs
|
|
||||||
- Fix fine-tune scale styles
|
|
||||||
- Fix scroll undershoot in dropdowns and emoji picker
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Sep 15 17:40:24 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.6.rc:
|
|
||||||
+ AdwMultiLayoutView: Hide slots when their child is invisible
|
|
||||||
+ AdwPreferencesDialog/Window: Support macOS keybindings
|
|
||||||
+ AdwSpinner: Work around a memory corruption issue
|
|
||||||
+ AdwTabBar/Overview: Fix 2 drag-n-drop crashes
|
|
||||||
+ AdwTabView: Support macOS keybindings
|
|
||||||
+ Demo:
|
|
||||||
- List ADW_DEBUG_ACCENT_COLOR in about dialog debug info
|
|
||||||
- Support macOS keybindings
|
|
||||||
+ Docs:
|
|
||||||
- List available style classes for each widget
|
|
||||||
- Typo fixes
|
|
||||||
+ Stylesheet
|
|
||||||
- Add .ssd-frame style class for mutter titlebars
|
|
||||||
- Make radio button focus ring round
|
|
||||||
- Use relative font sizes
|
|
||||||
- Support .property.monospace for AdwExpanderRow too
|
|
||||||
- Fix GtkScale value overlapping with slider
|
|
||||||
- Fix --window-radius 0px unit
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sat Sep 14 17:15:13 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.6.beta:
|
|
||||||
+ Introduce AdwSpinner and AdwSpinnerPaintable
|
|
||||||
+ AdwAlertDialog:
|
|
||||||
- Accessibility fixes
|
|
||||||
- Fix a sizing bug with :prefer-wide-layout
|
|
||||||
+ AdwComboRow: Don't change sensitivity on model change
|
|
||||||
+ AdwDialog:
|
|
||||||
- Fix a memory leak
|
|
||||||
- Speed up switching presentation
|
|
||||||
+ AdwEntryRow: Fix row activation
|
|
||||||
+ AdwPreferencesPage: Add an a11y relation to the description
|
|
||||||
+ AdwSpinRow: Set accessible role to presentation
|
|
||||||
+ AdwStatusPage: Adjust style when using AdwSpinnerPaintable
|
|
||||||
+ AdwStyleManager:
|
|
||||||
- Speed up reloading CSS
|
|
||||||
- Partially support system accent color on macOS
|
|
||||||
+ AdwSwitchRow: Set accessible role to switch
|
|
||||||
+ AdwTabBar/Overview:
|
|
||||||
- Use AdwSpinnerPaintable for loading state
|
|
||||||
- Fix a use after free when closing tabs
|
|
||||||
+ AdwToastOverlay: Announce appearing toasts for screen reader
|
|
||||||
+ Demo:
|
|
||||||
- Make strings HIG-compliant
|
|
||||||
- Add ctrl+q shortcut, make ctrl+w close the window instead
|
|
||||||
+ Docs:
|
|
||||||
- Don't annotate user_data params with closure
|
|
||||||
- Fix typos in migrating to breakpoints page
|
|
||||||
+ Stylesheet:
|
|
||||||
- Fix a specificity issue with scrolled windows in popovers
|
|
||||||
- Fix file chooser styles
|
|
||||||
+ Updated translations.
|
|
||||||
- Please see NEWS for even more changes.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Sep 13 15:09:30 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.5.4:
|
|
||||||
+ AdwAboutDialog/Window: Support non-deprecated GPL-2/3.0-only
|
|
||||||
SPDX IDs
|
|
||||||
+ AdwHeaderBar: Fix back button menu picking up phantom pages in
|
|
||||||
some situations
|
|
||||||
+ AdwTabBar/Overview: Fix 2 crashes with drag-n-drop
|
|
||||||
+ Stylesheet: Fix scroll undershoot in dropdowns and emoji picker
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Sun Aug 11 13:25:57 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.5.3:
|
|
||||||
+ AdwAlertDialog: Expose body text as a11y description
|
|
||||||
+ AdwDialog:
|
|
||||||
- Fix a memory leak
|
|
||||||
- Speed up switching presentation
|
|
||||||
+ AdwPreferencesPage: Add an a11y relation to the description
|
|
||||||
+ AdwSpinRow: Set accessible role to presentation
|
|
||||||
+ AdwSwitchRow: Set accessible role to switch
|
|
||||||
+ AdwTabBar/Overview: Fix a use after free when closing tabs
|
|
||||||
+ Stylesheet: Fix a specificity issue with scrolled windows in
|
|
||||||
popovers
|
|
||||||
+ Docs:
|
|
||||||
- Don't annotate user_data params with closure
|
|
||||||
- Fix typos in migrating to breakpoints page
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Thu Aug 8 08:21:23 UTC 2024 - Filip Kastl <filip.kastl@suse.com>
|
|
||||||
|
|
||||||
- Fix BuildRequires minimal version of gtk4 from 4.11.3 to 4.13.4
|
|
||||||
as per src/meson.build.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Jun 28 20:15:09 UTC 2024 - Bjørn Lie <bjorn.lie@gmail.com>
|
|
||||||
|
|
||||||
- Update to version 1.5.2:
|
|
||||||
+ AdwAlertDialog:
|
|
||||||
- Fix unmatched va_start()
|
|
||||||
- Fix setting default widget when removing a response
|
|
||||||
+ AdwBreakpointCondition: Fix leaks when parsing
|
|
||||||
+ AdwBreakpointBin: Fix a leak
|
|
||||||
+ AdwDialog:
|
|
||||||
- Fix toggling presentation mode
|
|
||||||
- Fix close button ignoring :can-close
|
|
||||||
- Fix ::close-attempt not emitting in some cases
|
|
||||||
- Fix swipe area for bottom sheets
|
|
||||||
- Leak fixes
|
|
||||||
+ AdwHeaderBar:
|
|
||||||
- Fix initial focus for the back button
|
|
||||||
- Fix split view links in docs
|
|
||||||
+ AdwMessageDialog: Fix unmatched va_start()
|
|
||||||
+ AdwSpinRow: Fix ::input handling
|
|
||||||
+ AdwTabButton: Fix needs-attention badge on RTL
|
|
||||||
+ AdwTabView: Accessibility fixes
|
|
||||||
+ AdwViewStack: Accessibility fixes
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri May 24 14:19:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to 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
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Mar 15 15:49:05 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to 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.
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Mar 4 07:54:20 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to 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.
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Feb 12 15:24:17 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to version 1.5.beta:
|
|
||||||
+ Demo: Port everything to AdwDialog.
|
|
||||||
+ Docs:
|
|
||||||
- Add a migration guide for adaptive dialogs.
|
|
||||||
- Add a favicon.
|
|
||||||
- Use the new asides.
|
|
||||||
+ Stylesheet:
|
|
||||||
- Increase GtkSwitch padding.
|
|
||||||
- Align property row title and other row subtitle sizes.
|
|
||||||
- Align expander row and combo row arrows.
|
|
||||||
- Stop hiding switch shapes.
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Mon Feb 12 15:22:37 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
|
|
||||||
|
|
||||||
- Update to version 1.4.3:
|
|
||||||
+ AdwAboutWindow: Don't pre-select the first section on the Legal
|
|
||||||
page.
|
|
||||||
+ AdwHeaderBar: Fix visibility after changing :show-back-button.
|
|
||||||
+ AdwPreferencesWindow: Fix :visible-page and :visible-page-name
|
|
||||||
docs.
|
|
||||||
+ AdwViewSwitcherBar: Fix a warning when empty.
|
|
||||||
+ Updated translations.
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sat Dec 2 13:28:13 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
Sat Dec 2 13:28:13 UTC 2023 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
name: libadwaita
|
name: libadwaita
|
||||||
version: 1.7.0
|
version: 1.4.2
|
||||||
mtime: 1741983151
|
mtime: 1701473652
|
||||||
commit: 2600e791e2aa070711c0bb3981baea514217779d
|
commit: fd5892e94ddd9baf44dcfb2faaa97211a2532d6d
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libadwaita
|
# spec file for package libadwaita
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: libadwaita
|
Name: libadwaita
|
||||||
Version: 1.7.0
|
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
|
||||||
@@ -25,7 +25,7 @@ URL: https://gitlab.gnome.org/GNOME/libadwaita
|
|||||||
Source: %{name}-%{version}.tar.zst
|
Source: %{name}-%{version}.tar.zst
|
||||||
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: meson >= 0.63.0
|
BuildRequires: meson >= 0.59.0
|
||||||
BuildRequires: pkgconfig
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: sassc
|
BuildRequires: sassc
|
||||||
BuildRequires: vala
|
BuildRequires: vala
|
||||||
@@ -34,7 +34,7 @@ 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.13.4
|
BuildRequires: pkgconfig(gtk4) >= 4.11.3
|
||||||
%lang_package
|
%lang_package
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@@ -89,8 +89,6 @@ This package provides the GObject Introspection bindings for libadwaita.
|
|||||||
%meson_install
|
%meson_install
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
%fdupes %{buildroot}%{_datadir}
|
%fdupes %{buildroot}%{_datadir}
|
||||||
# Nuke static file now built.
|
|
||||||
find %{buildroot} -type f -name "*.a" -delete -print
|
|
||||||
|
|
||||||
%{ldconfig_scriptlets -n libadwaita-1-0}
|
%{ldconfig_scriptlets -n libadwaita-1-0}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user