2020-04-30 09:26:35 +02:00
|
|
|
#
|
|
|
|
# spec file for package wf-shell
|
|
|
|
#
|
2023-10-09 08:38:48 +02:00
|
|
|
# Copyright (c) 2023 SUSE LLC
|
2020-04-30 09:26:35 +02:00
|
|
|
#
|
|
|
|
# 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.
|
|
|
|
|
2021-02-03 09:05:48 +01:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2020-04-30 09:26:35 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
Name: wf-shell
|
2023-10-09 08:38:48 +02:00
|
|
|
Version: 0.8.0
|
2020-04-30 09:26:35 +02:00
|
|
|
Release: 0
|
|
|
|
Summary: A GTK3-based panel for wayfire
|
|
|
|
License: MIT
|
2021-02-03 09:05:48 +01:00
|
|
|
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
|
2020-04-30 09:26:35 +02:00
|
|
|
BuildRequires: gcc-c++
|
|
|
|
BuildRequires: libboost_filesystem-devel
|
2021-02-03 09:05:48 +01:00
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: pkgconfig
|
2020-04-30 09:26:35 +02:00
|
|
|
BuildRequires: pkgconfig(alsa)
|
2023-10-09 08:38:48 +02:00
|
|
|
BuildRequires: pkgconfig(dbusmenu-gtk3-0.4)
|
2021-02-03 09:05:48 +01:00
|
|
|
BuildRequires: pkgconfig(gtk-layer-shell-0)
|
2020-04-30 09:26:35 +02:00
|
|
|
BuildRequires: pkgconfig(gtkmm-3.0)
|
2021-02-03 09:05:48 +01:00
|
|
|
BuildRequires: pkgconfig(libpulse)
|
2020-04-30 09:26:35 +02:00
|
|
|
BuildRequires: pkgconfig(wayfire)
|
|
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
BuildRequires: pkgconfig(wayland-protocols)
|
2023-10-09 08:38:48 +02:00
|
|
|
BuildRequires: pkgconfig(wf-config) >= 0.8.0
|
|
|
|
BuildRequires: pkgconfig(wlroots) >= 0.16.0
|
2020-04-30 09:26:35 +02:00
|
|
|
|
|
|
|
%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.
|
|
|
|
|
2020-10-14 04:57:25 +02:00
|
|
|
%package devel
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
Requires: %{name} = %{version}
|
|
|
|
|
|
|
|
%description devel
|
|
|
|
%{summary}.
|
|
|
|
|
2020-04-30 09:26:35 +02:00
|
|
|
%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
|
2021-02-03 09:05:48 +01:00
|
|
|
%fdupes %{buildroot}%{_prefix}
|
2020-04-30 09:26:35 +02:00
|
|
|
|
|
|
|
%files
|
|
|
|
%{_bindir}/wf-*
|
2021-02-03 09:05:48 +01:00
|
|
|
%{_bindir}/wayland-logout
|
2020-04-30 09:26:35 +02:00
|
|
|
%{_datadir}/wayfire/
|
|
|
|
%{_datadir}/wayfire/wf-shell.ini.example
|
|
|
|
%{_datadir}/wayfire/icons/*.png
|
2023-10-09 08:38:48 +02:00
|
|
|
%{_mandir}/man1/wayland-logout.1%{?ext_man}
|
2020-04-30 09:26:35 +02:00
|
|
|
|
2020-10-14 04:57:25 +02:00
|
|
|
%files devel
|
|
|
|
%{_libdir}/pkgconfig/wf-shell.pc
|
|
|
|
|
2020-04-30 09:26:35 +02:00
|
|
|
%changelog
|