commit ca19b0e3b94969959e2fbdac92593b85c09490b3786bc362f674576d9bf8797e Author: Bjørn Lie Date: Mon Oct 21 18:06:15 2024 +0000 New release OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/libpanel?expand=0&rev=19 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -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 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/_service b/_service new file mode 100644 index 0000000..2c2d514 --- /dev/null +++ b/_service @@ -0,0 +1,19 @@ + + + + git + https://gitlab.gnome.org/GNOME/libpanel.git + 1.8.1 + @PARENT_TAG@+@TAG_OFFSET@ + v?(.*)\+0 + \1 + + + + + *.tar + zst + + + + diff --git a/libpanel-1.6.0.obscpio b/libpanel-1.6.0.obscpio new file mode 100644 index 0000000..052f105 --- /dev/null +++ b/libpanel-1.6.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2fcf4b6aa6e062f680e9b5db0623785bfcc01a1c0e78db9798ade3934443a6e +size 1299980 diff --git a/libpanel-1.8.0.obscpio b/libpanel-1.8.0.obscpio new file mode 100644 index 0000000..56ccd92 --- /dev/null +++ b/libpanel-1.8.0.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:722ec3e3b9ae414cd94ac0395e1c9ed81bc3686e580d9b9156ee4d587d2c8ddb +size 1345548 diff --git a/libpanel-1.8.1.obscpio b/libpanel-1.8.1.obscpio new file mode 100644 index 0000000..0b433a9 --- /dev/null +++ b/libpanel-1.8.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:857a637c9b2a02686249491fc021b64b2e8eced1b4eba4bbb6926407a74c46ac +size 1349644 diff --git a/libpanel.changes b/libpanel.changes new file mode 100644 index 0000000..d218241 --- /dev/null +++ b/libpanel.changes @@ -0,0 +1,158 @@ +------------------------------------------------------------------- +Sat Oct 19 10:15:32 UTC 2024 - Bjørn Lie + +- Update to version 1.8.1: + + Fix DnD of widgets in cases where libadwaita holds reference + via AdwBin. + +------------------------------------------------------------------- +Sun Sep 15 13:57:16 UTC 2024 - Bjørn Lie + +- Update to version 1.8.0: + + Updated translations. +- Changes from version 1.7.1: + + Various dialog improvements + + Build system improvements + + Updated translations. +- Changes from version 1.7.0: + + Style fixes for libadwaita 1.6.alpha + + A new PanelChangesDialog which is an AdwDialog but is + otherwise like PanelSaveDialog. PanelSaveDialog is now + deprecated for what will become 1.8+. + + Updated translations. + +------------------------------------------------------------------- +Sat Mar 16 09:22:43 UTC 2024 - Dominique Leuenberger + +- Update to version 1.6.0: + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 4 08:48:21 UTC 2024 - Dominique Leuenberger + +- Update to version 1.5.1: + + Fix CSS clipping with frame switcher buttons. + + Updated translations. + +------------------------------------------------------------------- +Mon Feb 19 17:41:11 UTC 2024 - Dominique Leuenberger + +- Update to version 1.5.0: + + Improvements to PanelDockChild which allow attaching edge + widgets. This can be used to create more natural sidebar + styling as is used by GNOME Builder for GNOME 46. + + Initial state fixes for various panels. + + PanelThemeSelector focus fixes. + + AdwTabBar usage will only create start area when necessary + fixing some initial styling issues. + +------------------------------------------------------------------- +Mon Feb 5 08:44:07 UTC 2024 - Yifan Jiang + +- Choose higher gcc version to build on SLE and Leap 15. +- Update the name of libpanel-1-1 to be compliant with: + https://en.opensuse.org/openSUSE:Shared_library_packaging_policy + +------------------------------------------------------------------- +Sun Sep 17 01:24:14 UTC 2023 - Luciano Santos + +- Update to version 1.4.0: + + Stylesheet fixes for GNOME 45. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 3 00:45:52 UTC 2023 - Luciano Santos + +- Update to version 1.3.1: + + A11y improvements. +- Replace pkgconfig(glib-2.0) BuildRequires with pkgconfig(gio-2.0) + to follow upstream change. + +------------------------------------------------------------------- +Thu Aug 10 09:09:41 UTC 2023 - Bjørn Lie + +- Update to version 1.3.0: + + A PanelMenuManager has been added + + An action group helper has been added + + The action muxer API is now public + + A layered gsettings helper is available + + An inhibitor api is provided for session logout inhibiting + + A new workspace/workbench API is provided that is similar to + what Builder has done + + Various bug fixes + +------------------------------------------------------------------- +Fri Mar 17 19:36:01 UTC 2023 - Bjørn Lie + +- Update to version 1.2.0: + + CSS fixes for libadwaita 1.4. + + Fix various gidoc warnings. + + Remove use of g_autoptr() which creeped in. + + Updated translations. + +------------------------------------------------------------------- +Mon Mar 6 14:32:43 UTC 2023 - Bjørn Lie + +- Update to version 1.1.2: + + Fix various leaks + + Improved gir annoations + + Docs cleanup + + Fixes for use with AdwTabView + + Updated translations. + +------------------------------------------------------------------- +Thu Feb 23 17:43:23 UTC 2023 - Bjørn Lie + +- Update to version 1.1.1: + + Tooltip improvements. + + Improved page closed handling. + + PanelDock::create-frame(position) signal was added. + + PanelDock::adpot-widget() signal was added. + + Correctness fixes in PanelActionMuxer. + + Improved i18n support. + + Updated translations. +- Changes from version 1.1.0: + + DnD fixes. + + PanelWidget:tooltip property to set tooltips on tabs. + + Disable ctrl+home/end from adwaita for tabs by default. + + CSS tweaks. + + A new frame.close-all action. + + Updated translations. + +------------------------------------------------------------------- +Thu Nov 3 11:09:32 UTC 2022 - Bjørn Lie + +- Update to version 1.0.2: + + CSS improvements for backdrop. + + Block tabbar from handling ctrl+home and similar shortcuts. + +------------------------------------------------------------------- +Tue Sep 27 07:47:26 UTC 2022 - Bjørn Lie + +- Update to version 1.0.1: + + Drag-n-Drop fixes. + + Remove use of g_autofree to fix builds for MSVC. + + Updated translations. + +------------------------------------------------------------------- +Sun Sep 18 10:50:00 UTC 2022 - Bjørn Lie + +- 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 + +- Initial packaging for openSUSE. diff --git a/libpanel.obsinfo b/libpanel.obsinfo new file mode 100644 index 0000000..9c6a5db --- /dev/null +++ b/libpanel.obsinfo @@ -0,0 +1,4 @@ +name: libpanel +version: 1.8.1 +mtime: 1729287798 +commit: aeb83508b195d83454ce894c647469776c2a9356 diff --git a/libpanel.spec b/libpanel.spec new file mode 100644 index 0000000..070022a --- /dev/null +++ b/libpanel.spec @@ -0,0 +1,111 @@ +# +# spec file for package libpanel +# +# 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/ +# + + +%define libname %{name}-1-1 + +Name: libpanel +Version: 1.8.1 +Release: 0 +Summary: IDE paneling library for GTK +License: LGPL-3.0-or-later +URL: https://gitlab.gnome.org/GNOME/libpanel +Source: %{name}-%{version}.tar.zst + +%if 0%{?sle_version} && 0%{?sle_version} < 160000 +BuildRequires: gcc13 +BuildRequires: gcc13-c++ +%endif +BuildRequires: meson +BuildRequires: pkgconfig +BuildRequires: pkgconfig(gio-2.0) +BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gtk4) +BuildRequires: pkgconfig(libadwaita-1) +BuildRequires: pkgconfig(vapigen) + +%description +A collection of GTK widgets for IDE-like applications targeting +GNOME using GTK and libadwaita. + +%package -n %{libname} +Summary: Shared library files for %{name} +Provides: %{name} = %{version} +Provides: %{name}1-1 +Obsoletes: %{name}1-1 + +%description -n %{libname} +The %{libname} package contains shared libraries %{name}. + +%package -n typelib-1_0-Panel-1 +Summary: Typelib files for %{name} + +%description -n typelib-1_0-Panel-1 +Package contains typelib files for use with %{name}. + +%package devel +Summary: Development files for %{name} +Requires: %{libname} = %{version} +Requires: typelib-1_0-Panel-1 = %{version} + +%description devel +The %{name}-devel package contains libraries and header files for +developing applications that use %{name}. + +%lang_package + +%prep +%autosetup -p1 + +%build +%if 0%{?sle_version} && 0%{?sle_version} < 160000 +export CC=gcc-13 +%endif +%meson \ + -D docs=disabled \ + %{nil} +%meson_build + +%install +%meson_install +%find_lang %{name} + +%ldconfig_scriptlets -n %{libname} + +%files -n %{libname} +%license COPYING +%{_libdir}/%{name}-1.so.* + +%files -n typelib-1_0-Panel-1 +%{_libdir}/girepository-1.0/Panel-1.typelib + +%files devel +%doc AUTHORS NEWS README.md +%{_includedir}/libpanel-1/ +%{_libdir}/libpanel-1.so +%{_libdir}/pkgconfig/libpanel-1.pc +%dir %{_datadir}/gir-1.0 +%{_datadir}/gir-1.0/Panel-1.gir +%{_datadir}/icons/hicolor/scalable/actions/panel-*-symbolic.svg +%dir %{_datadir}/vala +%dir %{_datadir}/vala/vapi +%{_datadir}/vala/vapi/libpanel-1.deps +%{_datadir}/vala/vapi/libpanel-1.vapi + +%files lang -f %{name}.lang + +%changelog