Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions anda/desktops/somewm/somewm.spec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Name: somewm
Version: 1.4.0
Release: 1%{?dist}
Summary: Wayland compositor that brings AwesomeWM's Lua API to Wayland
License: GPL-3.0
License: GPL-3.0-or-later
URL: https://github.com/trip-zip/somewm
Source: %{url}/archive/%{version}.tar.gz

Expand Down Expand Up @@ -34,8 +34,10 @@ The goal is 100% compatibility with AwesomeWM's Lua configuration.
%prep
%autosetup

%build
%conf
%meson -Dwerror=false

%build
%meson_build

%install
Expand Down
Loading