diff --git a/wf-shell-0.5.0.tar.xz b/wf-shell-0.5.0.tar.xz deleted file mode 100644 index 0d42c9b..0000000 --- a/wf-shell-0.5.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fa481e867784b94b08857ec7bd27bf43251490d5d50c1e834e7ea64d908792f0 -size 8998296 diff --git a/wf-shell-0.5.0.tar.xz.sha256sum b/wf-shell-0.5.0.tar.xz.sha256sum deleted file mode 100644 index a6dc0fb..0000000 --- a/wf-shell-0.5.0.tar.xz.sha256sum +++ /dev/null @@ -1 +0,0 @@ -fa481e867784b94b08857ec7bd27bf43251490d5d50c1e834e7ea64d908792f0 wf-shell-0.5.0.tar.xz diff --git a/wf-shell-0.7.0.tar.xz b/wf-shell-0.7.0.tar.xz new file mode 100644 index 0000000..225814c --- /dev/null +++ b/wf-shell-0.7.0.tar.xz @@ -0,0 +1,3 @@ +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 new file mode 100644 index 0000000..d77b066 --- /dev/null +++ b/wf-shell-0.7.0.tar.xz.sha256sum @@ -0,0 +1 @@ +7495c690a1c021e0c82ba304513b3e7870cb329f7f0bf88df3bc5f46535d5ec7 wf-shell-0.7.0.tar.xz diff --git a/wf-shell.changes b/wf-shell.changes index e07654c..096f6cc 100644 --- a/wf-shell.changes +++ b/wf-shell.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Wed Feb 3 05:16:28 UTC 2021 - Dead Mozay + +- 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 + +- Update to version 0.6.1: + * No changelog was made available. + + +------------------------------------------------------------------- +Mon Nov 9 04:46:59 UTC 2020 - Dead Mozay + +- Update to version 0.6.0: + * No changelog was made available. + ------------------------------------------------------------------- Wed Aug 5 05:35:48 UTC 2020 - Dead Mozay diff --git a/wf-shell.spec b/wf-shell.spec index 106966c..6715382 100644 --- a/wf-shell.spec +++ b/wf-shell.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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 -Version: 0.5.0 +Version: 0.7.0 Release: 0 Summary: A GTK3-based panel for wayfire License: MIT -Url: https://wayfire.org/ -Source0: https://github.com/WayfireWM/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz -Source1: https://github.com/WayfireWM/%{name}/releases/download/%{version}/%{name}-%{version}.tar.xz.sha256sum -BuildRequires: meson +URL: https://wayfire.org/ +Source0: https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz +Source1: https://github.com/WayfireWM/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz.sha256sum +BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: libboost_filesystem-devel +BuildRequires: meson +BuildRequires: pkgconfig BuildRequires: pkgconfig(alsa) -BuildRequires: pkgconfig(libpulse) +BuildRequires: pkgconfig(gtk-layer-shell-0) BuildRequires: pkgconfig(gtkmm-3.0) +BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(wayfire) -BuildRequires: pkgconfig(wf-config) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) -BuildRequires: pkgconfig(gtk-layer-shell-0) +BuildRequires: pkgconfig(wf-config) %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. @@ -57,9 +59,11 @@ echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOU %install %meson_install install -D -m 0644 wf-shell.ini.example %{buildroot}%{_datadir}/wayfire/wf-shell.ini.example +%fdupes %{buildroot}%{_prefix} %files %{_bindir}/wf-* +%{_bindir}/wayland-logout %{_datadir}/wayfire/ %{_datadir}/wayfire/wf-shell.ini.example %{_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 %changelog -