- 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
This commit is contained in:
parent
99315b96c6
commit
2515a55e5b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7495c690a1c021e0c82ba304513b3e7870cb329f7f0bf88df3bc5f46535d5ec7
|
||||
size 9014840
|
@ -1 +0,0 @@
|
||||
7495c690a1c021e0c82ba304513b3e7870cb329f7f0bf88df3bc5f46535d5ec7 wf-shell-0.7.0.tar.xz
|
3
wf-shell-0.8.0.tar.xz
Normal file
3
wf-shell-0.8.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d74b744194f91d9181699107072c006399b8b38696d68bad91bd812c7f73ee1d
|
||||
size 9100508
|
1
wf-shell-0.8.0.tar.xz.sha256sum
Normal file
1
wf-shell-0.8.0.tar.xz.sha256sum
Normal file
@ -0,0 +1 @@
|
||||
d74b744194f91d9181699107072c006399b8b38696d68bad91bd812c7f73ee1d *wf-shell-0.8.0.tar.xz
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 9 06:33:18 UTC 2023 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- 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 <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user