Accepting request 1004863 from GNOME:Next
- Update to version 1.0.0: + Various dock improvements to grabs. + Switch to GBindingGroup. + PanelSaveChangesDialog implements the new GNOME save workflow. + PanelPosition has been added. + Improvements to PanelFrame. + PanelDockPosition has been renamed to PanelArea. + PanelDockSwitcher has been renamed to PanelToggleButton. + Various convenience API additions. + Documentation updates. + Updated translations. - Pass docs=disabled to meson, do not build api docs for now. - Package translations, and provide libpanel via the main shared library, make lang-package installable. OBS-URL: https://build.opensuse.org/request/show/1004863 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=2
This commit is contained in:
parent
d0217948d7
commit
34604c4719
3
libpanel-1.0.0.tar.xz
Normal file
3
libpanel-1.0.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b0fa73fcc38539883460064033033bac71b31734b0990205338e5513b9605e6d
|
||||
size 98904
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6103db9f0aab15376609d6140721f6d6aef28964a4295b083725ff59ecb97319
|
||||
size 85796
|
@ -1,3 +1,21 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Sep 18 10:50:00 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
- Update to version 1.0.0:
|
||||
+ Various dock improvements to grabs.
|
||||
+ Switch to GBindingGroup.
|
||||
+ PanelSaveChangesDialog implements the new GNOME save workflow.
|
||||
+ PanelPosition has been added.
|
||||
+ Improvements to PanelFrame.
|
||||
+ PanelDockPosition has been renamed to PanelArea.
|
||||
+ PanelDockSwitcher has been renamed to PanelToggleButton.
|
||||
+ Various convenience API additions.
|
||||
+ Documentation updates.
|
||||
+ Updated translations.
|
||||
- Pass docs=disabled to meson, do not build api docs for now.
|
||||
- Package translations, and provide libpanel via the main shared
|
||||
library, make lang-package installable.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 20 17:52:25 UTC 2022 - Bjørn Lie <bjorn.lie@gmail.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
%define libname %{name}1-1
|
||||
|
||||
Name: libpanel
|
||||
Version: 1.0.alpha1
|
||||
Version: 1.0.0
|
||||
Release: 0
|
||||
Summary: IDE paneling library for GTK
|
||||
License: LGPL-3.0-or-later
|
||||
@ -39,6 +39,7 @@ GNOME using GTK and libadwaita.
|
||||
|
||||
%package -n %{libname}
|
||||
Summary: Shared library files for %{name}
|
||||
Provides: %{name} = %{version}
|
||||
|
||||
%description -n %{libname}
|
||||
The %{libname} package contains shared libraries %{name}.
|
||||
@ -58,16 +59,20 @@ Requires: typelib-1_0-Panel-1 = %{version}
|
||||
The %{name}-devel package contains libraries and header files for
|
||||
developing applications that use %{name}.
|
||||
|
||||
%lang_package
|
||||
|
||||
%prep
|
||||
%autosetup -p1
|
||||
|
||||
%build
|
||||
%meson \
|
||||
-D docs=disabled \
|
||||
%{nil}
|
||||
%meson_build
|
||||
|
||||
%install
|
||||
%meson_install
|
||||
%find_lang %{name}
|
||||
|
||||
%ldconfig_scriptlets -n %{libname}
|
||||
|
||||
@ -91,5 +96,7 @@ developing applications that use %{name}.
|
||||
%{_datadir}/vala/vapi/libpanel-1.deps
|
||||
%{_datadir}/vala/vapi/libpanel-1.vapi
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
|
||||
%changelog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user