46 lines
1005 B
RPMSpec
46 lines
1005 B
RPMSpec
Name: wofi
|
|
Version: 1.5.1
|
|
Release: 0
|
|
Summary: Launcher for wlroots compositors
|
|
License: GPL-3.0-only
|
|
URL: https://hg.sr.ht/~scoopta/wofi
|
|
Source: https://hg.sr.ht/~scoopta/wofi/archive/v%{version}.tar.gz
|
|
BuildRequires: meson
|
|
BuildRequires: ninja
|
|
BuildRequires: pkgconfig
|
|
BuildRequires: pkgconfig(gdk-3.0)
|
|
BuildRequires: pkgconfig(gtk+-3.0)
|
|
BuildRequires: pkgconfig(wayland-client)
|
|
|
|
%description
|
|
Wofi is a launcher/menu program for wlroots based wayland compositors such as sway.
|
|
|
|
%package devel
|
|
Summary: Development files for %{name}
|
|
Requires: %{name}%{?_isa} = %{version}-%{release}
|
|
|
|
%description devel
|
|
Headers for the wofi API which are needed to build wofi plugins.
|
|
|
|
%prep
|
|
%autosetup -p1 -n wofi-v%{version}
|
|
|
|
%build
|
|
%meson
|
|
%meson_build
|
|
|
|
%install
|
|
%meson_install
|
|
|
|
%files
|
|
%license COPYING.md
|
|
%doc README.md
|
|
%{_bindir}/wofi
|
|
%{_mandir}/man?/%{name}*
|
|
|
|
%files devel
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
%{_includedir}/%{name}*
|
|
|
|
%changelog
|