From 2515a55e5b1dc73b69c4b2765a326b8f5961fd246fad9c8246fab5ed040571ab Mon Sep 17 00:00:00 2001 From: Dead Mozay Date: Mon, 9 Oct 2023 06:38:48 +0000 Subject: [PATCH] - Update to version 0.8.0: * This version has a number of new widgets: - Tray. - Command-output for displaying output of commands in the panel. - Notifications. - Logout interface. OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-shell?expand=0&rev=6 --- wf-shell-0.7.0.tar.xz | 3 --- wf-shell-0.7.0.tar.xz.sha256sum | 1 - wf-shell-0.8.0.tar.xz | 3 +++ wf-shell-0.8.0.tar.xz.sha256sum | 1 + wf-shell.changes | 10 ++++++++++ wf-shell.spec | 10 ++++++---- 6 files changed, 20 insertions(+), 8 deletions(-) delete mode 100644 wf-shell-0.7.0.tar.xz delete mode 100644 wf-shell-0.7.0.tar.xz.sha256sum create mode 100644 wf-shell-0.8.0.tar.xz create mode 100644 wf-shell-0.8.0.tar.xz.sha256sum diff --git a/wf-shell-0.7.0.tar.xz b/wf-shell-0.7.0.tar.xz deleted file mode 100644 index 225814c..0000000 --- a/wf-shell-0.7.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7495c690a1c021e0c82ba304513b3e7870cb329f7f0bf88df3bc5f46535d5ec7 -size 9014840 diff --git a/wf-shell-0.7.0.tar.xz.sha256sum b/wf-shell-0.7.0.tar.xz.sha256sum deleted file mode 100644 index d77b066..0000000 --- a/wf-shell-0.7.0.tar.xz.sha256sum +++ /dev/null @@ -1 +0,0 @@ -7495c690a1c021e0c82ba304513b3e7870cb329f7f0bf88df3bc5f46535d5ec7 wf-shell-0.7.0.tar.xz diff --git a/wf-shell-0.8.0.tar.xz b/wf-shell-0.8.0.tar.xz new file mode 100644 index 0000000..9620676 --- /dev/null +++ b/wf-shell-0.8.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d74b744194f91d9181699107072c006399b8b38696d68bad91bd812c7f73ee1d +size 9100508 diff --git a/wf-shell-0.8.0.tar.xz.sha256sum b/wf-shell-0.8.0.tar.xz.sha256sum new file mode 100644 index 0000000..73ae8e6 --- /dev/null +++ b/wf-shell-0.8.0.tar.xz.sha256sum @@ -0,0 +1 @@ +d74b744194f91d9181699107072c006399b8b38696d68bad91bd812c7f73ee1d *wf-shell-0.8.0.tar.xz diff --git a/wf-shell.changes b/wf-shell.changes index 542e6a7..7e669d8 100644 --- a/wf-shell.changes +++ b/wf-shell.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Oct 9 06:33:18 UTC 2023 - Dead Mozay + +- Update to version 0.8.0: + * This version has a number of new widgets: + - Tray. + - Command-output for displaying output of commands in the panel. + - Notifications. + - Logout interface. + ------------------------------------------------------------------- Fri Dec 2 03:39:07 UTC 2022 - Dead Mozay diff --git a/wf-shell.spec b/wf-shell.spec index 0915c14..19467f6 100644 --- a/wf-shell.spec +++ b/wf-shell.spec @@ -1,7 +1,7 @@ # # spec file for package wf-shell # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: wf-shell -Version: 0.7.0 +Version: 0.8.0 Release: 0 Summary: A GTK3-based panel for wayfire License: MIT @@ -30,14 +30,15 @@ BuildRequires: libboost_filesystem-devel BuildRequires: meson BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) +BuildRequires: pkgconfig(dbusmenu-gtk3-0.4) BuildRequires: pkgconfig(gtk-layer-shell-0) BuildRequires: pkgconfig(gtkmm-3.0) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(wayfire) -BuildRequires: pkgconfig(wlroots) >= 0.16.0 BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) -BuildRequires: pkgconfig(wf-config) +BuildRequires: pkgconfig(wf-config) >= 0.8.0 +BuildRequires: pkgconfig(wlroots) >= 0.16.0 %description wf-shell is a repository which contains the various components needed to built a fully functional DE based around wayfire. Currently it has only a GTK-based panel and background client. @@ -68,6 +69,7 @@ install -D -m 0644 wf-shell.ini.example %{buildroot}%{_datadir}/wayfire/wf-shell %{_datadir}/wayfire/ %{_datadir}/wayfire/wf-shell.ini.example %{_datadir}/wayfire/icons/*.png +%{_mandir}/man1/wayland-logout.1%{?ext_man} %files devel %{_libdir}/pkgconfig/wf-shell.pc