Accepting request 921979 from GNOME:Next
Update to 1.0.0~alpha.3 OBS-URL: https://build.opensuse.org/request/show/921979 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=6
This commit is contained in:
4
_service
4
_service
@@ -3,8 +3,8 @@
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">1.0.0-alpha.2</param>
|
||||
<param name="versionformat">1.0.0~alpha.2</param>
|
||||
<param name="revision">1.0.0.alpha.3</param>
|
||||
<param name="versionformat">1.0.0~alpha.3</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
|
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25a0abd2d6c6089cdc97618235e19e797160cd846b0bd0c23ca51bb0db3183cc
|
||||
size 2321420
|
3
libadwaita-1.0.0~alpha.3.obscpio
Normal file
3
libadwaita-1.0.0~alpha.3.obscpio
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0cb2ca91d94f46bd8b678eac4b027e70c15496f251e6999f766d2b318914a351
|
||||
size 2448908
|
@@ -1,3 +1,71 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 28 11:42:39 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
|
||||
|
||||
- Update to version 1.0.0~alpha.3:
|
||||
+ Depend on GTK 4.4.0.
|
||||
+ Add a GtkInspector extension for simulating different system
|
||||
appearance settings.
|
||||
+ Introduce AdwStyleManager for managing color schemes
|
||||
(light/dark) and high contrast mode.
|
||||
+ Introduce AdwApplication to handle automatic initialization and
|
||||
style loading.
|
||||
+ Avatar:
|
||||
- Replace adw_avatar_draw_to_pixbuf() with
|
||||
adw_avatar_draw_to_texture() that returns a GdkTexture
|
||||
instead.
|
||||
- Remove the size parameter, use the avatar's current size
|
||||
instead.
|
||||
+ Carousel: Allow to shrink carousel if children are expanded.
|
||||
+ Clamp: Fix measuring with for_size = -1.
|
||||
+ Combo Row: Have a .combo style class.
|
||||
+ Leaflet:
|
||||
- Remove hhomogeneous-folded, hhomogeneous-unfolded,
|
||||
vhomogeneous-folded and vhomogeneous-unfolded properties.
|
||||
Assume non-homogeneous layout when unfolded and homogeneous
|
||||
when folded.
|
||||
- Add a single homogeneous property that corresponds to folded
|
||||
state and opposite orientation.
|
||||
- Remove interpolate-size, assume it's set to true.
|
||||
- Set the fold threshold policy to MINIMUM by default.
|
||||
+ Preferences Group:
|
||||
- Fix default visibility of the internal list box.
|
||||
- Allow markup on title and description.
|
||||
+ Squeezer
|
||||
- Fix the child switch threshold in vertical orientation.
|
||||
- Add switch-threshold-policy, matching AdwFlap and AdwLeaflet.
|
||||
- Add allow-none property, allowing to hide the last child as
|
||||
well.
|
||||
+ Status Page: Make icon optional.
|
||||
+ Tab View: Fix model updates when page selection changes.
|
||||
+ View Switchers:
|
||||
- Remove AdwViewSwitcher:narrow-ellipsize.
|
||||
- Remove the policy property from AdwViewSwitcherBar and
|
||||
AdwViewSwitcherTitle.
|
||||
- Remove the auto policy, applications can use two view
|
||||
switchers and an AdwSqueezer instead.
|
||||
- Switch to narrow layouts earlier.
|
||||
+ Window and Application Window: Rename the child property to
|
||||
content to avoid the name clash with GtkWindow:child.
|
||||
+ Stylesheet:
|
||||
- New style classes:
|
||||
. headerbar.flat to remove headerbar's background and border.
|
||||
. separator.spacer to create spacing in toolbars or header
|
||||
bars.
|
||||
. button.pill for prominent standalone buttons, for example
|
||||
on status pages.
|
||||
. statuspage.compact to make AdwStatusPage suitable for
|
||||
contexts such as sidebars.
|
||||
. .numeric as an easy way to enable tabular figures in a
|
||||
label.
|
||||
+ Use flat buttons by default in header bars and action bars,
|
||||
matching existing .toolbar.
|
||||
+ Use stripes for header bars in .devel windows instead of cogs
|
||||
to make it work better with split header bars and flat header
|
||||
bars.
|
||||
+ Updated translations.
|
||||
- Pass -Dinspector=false to meson: do not build the GTK Inspector
|
||||
right now.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 17 15:50:33 UTC 2021 - Florian "spirit" <sp1ritCS@protonmail.com>
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
name: libadwaita
|
||||
version: 1.0.0~alpha.2
|
||||
mtime: 1626935884
|
||||
commit: f5932ab4250c8e709958c6e75a1a4941a5f0f386
|
||||
version: 1.0.0~alpha.3
|
||||
mtime: 1632818062
|
||||
commit: 40c19ab2591763a482ebc79c82f1da32eea3bab6
|
||||
|
||||
|
@@ -17,19 +17,19 @@
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.0.0~alpha.2
|
||||
Version: 1.0.0~alpha.3
|
||||
Release: 0
|
||||
Summary: Adwaita library for mobile device UIs using GTK/GNOME
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/libadwaita
|
||||
Source: %{name}-%{version}.tar.xz
|
||||
BuildRequires: meson
|
||||
BuildRequires: meson >= 0.53.0
|
||||
BuildRequires: sassc
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(fribidi)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.44
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk4)
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.4.0
|
||||
%lang_package
|
||||
|
||||
%description
|
||||
@@ -66,7 +66,8 @@ This package provides the GObject Introspection bindings for Adwaita.
|
||||
%build
|
||||
%meson \
|
||||
-Dexamples=false \
|
||||
-Dintrospection=enabled
|
||||
-Dintrospection=enabled \
|
||||
-Dinspector=false
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
|
Reference in New Issue
Block a user