Package Release Info

granite6-6.2.0-bp160.1.16

Update Info: Base Release
Available in Package Hub : 16.0

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

granite6-common
granite6-demo
granite6-devel
granite6-lang
libgranite6
typelib-1_0-Granite-1_0

Change Logs

* Wed Jan 01 2025 Richard Rahl <rrahl0@opensuse.org>
- add fix-version.patch to fix version which typelib requires
* Fri Nov 22 2024 Richard Rahl <rrahl0@opensuse.org>
- fix soname
* Mon Nov 04 2024 Richard Rahl <rrahl0@opensuse.org>
- actual fix CFLAGS
- expose correct name for the library
- use ldconfig_scriptlets
* Sat Aug 10 2024 Richard Rahl <rrahl0@opensuse.org>
- fix packaging with adding make dependencies and adding
  Wno-error
- switch url to github, so we don't link to a different distribution
* Sun Feb 20 2022 Alexei Podvalsky <avvissu@yandex.by>
- Update to 6.2.0:
  * min_length property for Granite.ValidatedEntry
  * Granite.HyperTextView for navigatable URLs in text views
  * Updated translations
  * Prevent crashing on environments without dark style
  * Use values from the Settings Portal when possible
  * Disable horizontal scrolling by default in SettingsPage
* Thu Sep 09 2021 Alexei Podvalsky <avvissu@yandex.by>
- Update to 6.1.1:
- Fixes:
  * Ensure accel_to_string works with multiple modifiers
  * Fix locale issues in Flatpaks
  * Updated translations
- Additions:
  * TRANSITION_DURATION_IN_PLACE for consistent in-place widget
    transformations
- Other Changes:
  * accel_to_string handles accel markup without modifiers or
    that are only modifiers
  * Granite.Dialog replaces Gtk.Dialog for consistent styling
  * Granite.SwitchModelButton for use in Gtk.Popover menus
  * Granite.ValidatedEntry for client-side verification in forms
- New Constants:
  * TOOLTIP_SECONDARY_TEXT_MARKUP for smaller second line text in
    Gtk.Tooltips
  * SMALL_LABEL for smaller Gtk.Labels without Pango
  * STYLE_CLASS_WARMTH and STYLE_CLASS_TEMPERATURE for scales
  * STYLE_CLASS_DEFAULT_DECORATION for slim headerbars
  * TRANSITION_DURATION_OPEN and TRANSITION_DURATION_CLOSE for
    consistent animations
- Removals:
  * Granite.Widgets.AboutDialog. Provide AppStream metadata
    instead.
  * Granite.Widgets.AppMenu. Use Gtk.MenuButton instead.
- Deprecations:
  * Granite.Widgets.Avatar. Use Hdy.Avatar instead
  * Toasts now reset their timeout when sending a new
    notification and the timeout is stopped while hovering
  * Backslash, Right Control, and Left Control are now handled by
    accel_to_string
  * Make tab tooltips of DynamicNotebook settable
  * Timepicker corrrectly fires time_changed when AM and PM
    buttons are selected
  * Granite.MessageDialog now uses the messagedialog CSS name
  * Visible child name is now properly synced in
    Granite.SettingsSidebar
  * Status can be set in Granite.AbstractSettingsPage on
    construct
* Tue Aug 25 2020 Alexei Podvalsky <avvissu@yandex.by>
- Update to 5.5.0:
  * Update granite.appdata.xml.in
  * SourceList: Rewrite default style (#411)
  * Deprecate get_button_layout_schema (#403)
  * Deprecate Utils.set_theming (#404)
  * Deprecate CollapsiblePaned (#402)
  * Deprecate get_default_close_button_position (#407)
  * Deprecate set_theming_for_screen (#408)
  * SourceList: move only usage of is_left_to_right (#406)
  * Deprecate get_css_provider (#405)
  * Deprecate Granite.Services.Paths (#401)
  * Deprecate Composited Window (#400)
  * SimpleCommand: Mark as deprecated (#397)
  * StyleClass: Add color-button (#393)
  * StyleClass: Add .rounded style constant (#392)
  * DynamicNotebook: Get rid of the big spinner (#391)
* Thu Apr 30 2020 Alexei Podvalsky <avvissu@yandex.by>
- Update to 5.4.0:
  * Get prefers color scheme from accountsservice (#319)
  * Settings: Deprecate and suggest GLib.Settings (#376)
  * Release 5.3.1 (#379)
  * AccelLabel: make label settable (#373)
  * SettingsSidebarRow: center align with no subtitle (#372)
* Mon Feb 17 2020 Alexei Podvalsky <avvissu@yandex.by>
- Fix: invalid-filename-dependency
* Wed Dec 18 2019 Alexei Podvalsky <avvissu@yandex.by>
- Update to 5.3.0:
  * Add Release to Actions
  * Delete AUTHORS
  * AccelLabel and Utils: Add null checks (#362)
  * Add tooltip support for SourceList (#187)
  * Add Lint to CI (#325)
  * DynamicNotebook: Lint (#334)
  * Application: Lint (#341)
  * BufferSurface: Lint (#343)
  * AboutDialog: Lint (#352)
  * Drawing Utilities: Lint (#353)
  * Drawing Color: Lint (#354)
  * IconFactory: Lint (#355)
  * Logger: Lint (#356)
  * AppMenu: Lint (#357)
  * Abstract Settings Pages: Lint (#358)
  * AsyncImage: Lint (#351)
  * MessageDialog: Lint (#350)
  * CellRenderers: Lint (#349)
  * SimpleCommand: Lint (#348)
  * CompositedWindow: Lint (#347)
  * SettingsSidebarRow: Lint (#346)
  * Settings: Lint (#345)
  * Paths: Lint (#344)
  * SourceList: Lint (#342)
  * DatePicker: Lint (#340)
  * ModeButton: Lint (#339)
  * Welcome: Lint (#336)
  * TimePicker: Lint (#338)
  * Utils: Lint (#337)
  * Demo Views: Lint (#335)
  * Use async mutex for badge synchronisation (#333)
  * Add Gettext Updates to Actions
  * Delay tab resizing when closing tabs and larger min/max tab
    width (#311)
  * Add AccelLabel (#300)
  * MessageDialogView: Sentence-case primary label (#329)
  * ...