Update to version 0.7.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/wf-shell?expand=0&rev=3
This commit is contained in:
parent
790d41bdac
commit
0d8855a85b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:fa481e867784b94b08857ec7bd27bf43251490d5d50c1e834e7ea64d908792f0
|
|
||||||
size 8998296
|
|
@ -1 +0,0 @@
|
|||||||
fa481e867784b94b08857ec7bd27bf43251490d5d50c1e834e7ea64d908792f0 wf-shell-0.5.0.tar.xz
|
|
3
wf-shell-0.7.0.tar.xz
Normal file
3
wf-shell-0.7.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7495c690a1c021e0c82ba304513b3e7870cb329f7f0bf88df3bc5f46535d5ec7
|
||||||
|
size 9014840
|
1
wf-shell-0.7.0.tar.xz.sha256sum
Normal file
1
wf-shell-0.7.0.tar.xz.sha256sum
Normal file
@ -0,0 +1 @@
|
|||||||
|
7495c690a1c021e0c82ba304513b3e7870cb329f7f0bf88df3bc5f46535d5ec7 wf-shell-0.7.0.tar.xz
|
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 3 05:16:28 UTC 2021 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.7.0:
|
||||||
|
* Compatible with Wayfire 0.7.x and wf-config 0.7.x
|
||||||
|
* Only minor changes since 0.6.1, most notably there has been
|
||||||
|
a new option for CSS theming: #77
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 13 12:01:28 UTC 2020 - Dead Mozay <dead-mozay@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.6.1:
|
||||||
|
* No changelog was made available.
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 9 04:46:59 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 0.6.0:
|
||||||
|
* No changelog was made available.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Aug 5 05:35:48 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
Wed Aug 5 05:35:48 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package wf-shell
|
# spec file for package wf-shell
|
||||||
#
|
#
|
||||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,29 +12,31 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: wf-shell
|
Name: wf-shell
|
||||||
Version: 0.5.0
|
Version: 0.7.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A GTK3-based panel for wayfire
|
Summary: A GTK3-based panel for wayfire
|
||||||
License: MIT
|
License: MIT
|
||||||
Url: https://wayfire.org/
|
URL: https://wayfire.org/
|
||||||
Source0: https://github.com/WayfireWM/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz
|
Source0: https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
||||||
Source1: https://github.com/WayfireWM/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.sha256sum
|
Source1: https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz.sha256sum
|
||||||
BuildRequires: meson
|
BuildRequires: fdupes
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: libboost_filesystem-devel
|
BuildRequires: libboost_filesystem-devel
|
||||||
|
BuildRequires: meson
|
||||||
|
BuildRequires: pkgconfig
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
BuildRequires: pkgconfig(libpulse)
|
BuildRequires: pkgconfig(gtk-layer-shell-0)
|
||||||
BuildRequires: pkgconfig(gtkmm-3.0)
|
BuildRequires: pkgconfig(gtkmm-3.0)
|
||||||
|
BuildRequires: pkgconfig(libpulse)
|
||||||
BuildRequires: pkgconfig(wayfire)
|
BuildRequires: pkgconfig(wayfire)
|
||||||
BuildRequires: pkgconfig(wf-config)
|
|
||||||
BuildRequires: pkgconfig(wayland-client)
|
BuildRequires: pkgconfig(wayland-client)
|
||||||
BuildRequires: pkgconfig(wayland-protocols)
|
BuildRequires: pkgconfig(wayland-protocols)
|
||||||
BuildRequires: pkgconfig(gtk-layer-shell-0)
|
BuildRequires: pkgconfig(wf-config)
|
||||||
|
|
||||||
%description
|
%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.
|
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.
|
||||||
@ -57,9 +59,11 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOU
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
install -D -m 0644 wf-shell.ini.example %{buildroot}%{_datadir}/wayfire/wf-shell.ini.example
|
install -D -m 0644 wf-shell.ini.example %{buildroot}%{_datadir}/wayfire/wf-shell.ini.example
|
||||||
|
%fdupes %{buildroot}%{_prefix}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%{_bindir}/wf-*
|
%{_bindir}/wf-*
|
||||||
|
%{_bindir}/wayland-logout
|
||||||
%{_datadir}/wayfire/
|
%{_datadir}/wayfire/
|
||||||
%{_datadir}/wayfire/wf-shell.ini.example
|
%{_datadir}/wayfire/wf-shell.ini.example
|
||||||
%{_datadir}/wayfire/icons/*.png
|
%{_datadir}/wayfire/icons/*.png
|
||||||
@ -68,4 +72,3 @@ install -D -m 0644 wf-shell.ini.example %{buildroot}%{_datadir}/wayfire/wf-shell
|
|||||||
%{_libdir}/pkgconfig/wf-shell.pc
|
%{_libdir}/pkgconfig/wf-shell.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user