Dead Mozay
2020-10-14 02:57:25 +00:00
committed by Git OBS Bridge
parent c7737bf169
commit 790d41bdac
6 changed files with 21 additions and 5 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bc03e5232d72f69bf6ba634f688f5e896715d846b7b6344136e9eb88dd6a9aa0
size 8996656

View File

@@ -1 +0,0 @@
bc03e5232d72f69bf6ba634f688f5e896715d846b7b6344136e9eb88dd6a9aa0 wf-shell-0.4.0.tar.xz

3
wf-shell-0.5.0.tar.xz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fa481e867784b94b08857ec7bd27bf43251490d5d50c1e834e7ea64d908792f0
size 8998296

View File

@@ -0,0 +1 @@
fa481e867784b94b08857ec7bd27bf43251490d5d50c1e834e7ea64d908792f0 wf-shell-0.5.0.tar.xz

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 5 05:35:48 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>
- Update to version 0.5.0:
* No changelog was made available.
-------------------------------------------------------------------
Thu Apr 30 05:27:02 UTC 2020 - Dead Mozay <dead_mozay@opensuse.org>

View File

@@ -17,7 +17,7 @@
Name: wf-shell
Version: 0.4.0
Version: 0.5.0
Release: 0
Summary: A GTK3-based panel for wayfire
License: MIT
@@ -39,6 +39,13 @@ BuildRequires: pkgconfig(gtk-layer-shell-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.
%package devel
Summary: Development files for %{name}
Requires: %{name} = %{version}
%description devel
%{summary}.
%prep
echo "`grep %{name}-%{version}.tar.xz %{SOURCE1} | grep -Eo '^[0-9a-f]+'` %{SOURCE0}" | sha256sum -c
%autosetup
@@ -57,5 +64,8 @@ install -D -m 0644 wf-shell.ini.example %{buildroot}%{_datadir}/wayfire/wf-shell
%{_datadir}/wayfire/wf-shell.ini.example
%{_datadir}/wayfire/icons/*.png
%files devel
%{_libdir}/pkgconfig/wf-shell.pc
%changelog