# # spec file for package wf-shell # # Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # 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/ # Name: wf-shell Version: 0.5.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 BuildRequires: gcc-c++ BuildRequires: libboost_filesystem-devel BuildRequires: pkgconfig(alsa) BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(gtkmm-3.0) BuildRequires: pkgconfig(wayfire) BuildRequires: pkgconfig(wf-config) BuildRequires: pkgconfig(wayland-client) BuildRequires: pkgconfig(wayland-protocols) 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 %build %meson %meson_build %install %meson_install install -D -m 0644 wf-shell.ini.example %{buildroot}%{_datadir}/wayfire/wf-shell.ini.example %files %{_bindir}/wf-* %{_datadir}/wayfire/ %{_datadir}/wayfire/wf-shell.ini.example %{_datadir}/wayfire/icons/*.png %files devel %{_libdir}/pkgconfig/wf-shell.pc %changelog