- 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. OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libadwaita?expand=0&rev=70
This commit is contained in:
commit
063a64d9da
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
||||
## Default LFS
|
||||
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||
*.png filter=lfs diff=lfs merge=lfs -text
|
||||
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
.osc
|
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
||||
<?xml version="1.0"?>
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="url">https://gitlab.gnome.org/GNOME/libadwaita.git</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="revision">1.6.2</param>
|
||||
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
||||
<param name="versionrewrite-pattern">(.*)\+0</param>
|
||||
<param name="versionrewrite-replacement">\1</param>
|
||||
</service>
|
||||
<service mode="buildtime" name="tar" />
|
||||
<service mode="buildtime" name="recompress">
|
||||
<param name="file">*.tar</param>
|
||||
<param name="compression">zst</param>
|
||||
</service>
|
||||
<service mode="manual" name="set_version" />
|
||||
</services>
|
3
libadwaita-1.5.3.obscpio
Normal file
3
libadwaita-1.5.3.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9336f4b4b4601532c95b4474fc86c1144b27434c761f61a40df92a1d3126a5f7
|
||||
size 7944205
|
3
libadwaita-1.5.4.obscpio
Normal file
3
libadwaita-1.5.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e85318972d39f19abe841f1aba6906d302d2ad65db4b91bd8e20cee738916c11
|
||||
size 7951373
|
3
libadwaita-1.6.0.obscpio
Normal file
3
libadwaita-1.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6b0a291046c689de6408a8cc65b74314908ef6d2ed7d34ec259d6ae80992cb3
|
||||
size 8381453
|
BIN
libadwaita-1.6.1.obscpio
(Stored with Git LFS)
Normal file
BIN
libadwaita-1.6.1.obscpio
(Stored with Git LFS)
Normal file
Binary file not shown.
3
libadwaita-1.6.2.obscpio
Normal file
3
libadwaita-1.6.2.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:488bddd542f5ef94677ba0736ab9a4667614f586f561e82766df156d3602c182
|
||||
size 8408077
|
1389
libadwaita.changes
Normal file
1389
libadwaita.changes
Normal file
File diff suppressed because it is too large
Load Diff
4
libadwaita.obsinfo
Normal file
4
libadwaita.obsinfo
Normal file
@ -0,0 +1,4 @@
|
||||
name: libadwaita
|
||||
version: 1.6.2
|
||||
mtime: 1732307993
|
||||
commit: db405cac47c7c1a2c45faeb9a47892cab5642753
|
118
libadwaita.spec
Normal file
118
libadwaita.spec
Normal file
@ -0,0 +1,118 @@
|
||||
#
|
||||
# spec file for package libadwaita
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: libadwaita
|
||||
Version: 1.6.2
|
||||
Release: 0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
License: LGPL-2.1-or-later
|
||||
URL: https://gitlab.gnome.org/GNOME/libadwaita
|
||||
Source: %{name}-%{version}.tar.zst
|
||||
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: meson >= 0.59.0
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: sassc
|
||||
BuildRequires: vala
|
||||
BuildRequires: pkgconfig(appstream)
|
||||
BuildRequires: pkgconfig(fribidi)
|
||||
BuildRequires: pkgconfig(gi-docgen)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.72
|
||||
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
||||
BuildRequires: pkgconfig(gtk4) >= 4.13.4
|
||||
%lang_package
|
||||
|
||||
%description
|
||||
Building blocks for modern GNOME applications.
|
||||
|
||||
%package -n libadwaita-1-0
|
||||
Summary: Building blocks for modern GNOME applications
|
||||
# Make the -lang package installable
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%description -n libadwaita-1-0
|
||||
Building blocks for modern GNOME applications.
|
||||
This package provides the shared library for libadwaita.
|
||||
|
||||
%package docs
|
||||
Summary: Developer documentation for libadwaita
|
||||
BuildArch: noarch
|
||||
|
||||
%description docs
|
||||
Building blocks for modern GNOME applications.
|
||||
This package provides the documentation for libadwaita.
|
||||
|
||||
%package devel
|
||||
Summary: Development files for the Adwaita library
|
||||
Requires: libadwaita-1-0 = %{version}
|
||||
Requires: typelib-1_0-Adw-1 = %{version}
|
||||
|
||||
%description devel
|
||||
Building blocks for modern GNOME applications.
|
||||
This package provides the development files for libadwaita.
|
||||
|
||||
%package -n typelib-1_0-Adw-1
|
||||
Summary: Introspection bindings for Adwaita
|
||||
Group: System/Libraries
|
||||
|
||||
%description -n typelib-1_0-Adw-1
|
||||
Building blocks for modern GNOME applications.
|
||||
This package provides the GObject Introspection bindings for libadwaita.
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-Dexamples=false \
|
||||
-Dintrospection=enabled \
|
||||
-Dgtk_doc=true \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name}
|
||||
%fdupes %{buildroot}%{_datadir}
|
||||
|
||||
%{ldconfig_scriptlets -n libadwaita-1-0}
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%files -n libadwaita-1-0
|
||||
%license COPYING
|
||||
%doc README.md
|
||||
%{_libdir}/libadwaita-1.so.0
|
||||
%{_libdir}/libadwaita-1-internal.so.0
|
||||
|
||||
%files -n typelib-1_0-Adw-1
|
||||
%{_libdir}/girepository-1.0/Adw-1.typelib
|
||||
|
||||
%files docs
|
||||
%{_datadir}/doc/%{name}-1/
|
||||
|
||||
%files devel
|
||||
%{_includedir}/libadwaita-1/
|
||||
%{_libdir}/libadwaita-1.so
|
||||
%{_libdir}/libadwaita-1-internal.so
|
||||
%{_libdir}/pkgconfig/libadwaita-1.pc
|
||||
%{_datadir}/gir-1.0/Adw-1.gir
|
||||
%dir %{_datadir}/vala/vapi
|
||||
%{_datadir}/vala/vapi/libadwaita-1.{deps,vapi}
|
||||
|
||||
%changelog
|
Loading…
Reference in New Issue
Block a user