Browse Source

i3 version update and patch tray error

Signed-off-by: guibuilder_pel7x64builder0 <guibuilder@powerel.org>
master
guibuilder_pel7x64builder0 4 years ago
parent
commit
843ae3bf23
  1. 5
      SPECS/i3.spec

5
SPECS/i3.spec

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
Name: i3
Version: 4.18.1
Release: 1%{?dist}
Version: 4.18.2
Release: 2%{?dist}
Summary: Improved tiling window manager
License: BSD
URL: http://i3wm.org
@ -80,6 +80,7 @@ Asciidoc and doxygen generated documentations for %{name}. @@ -80,6 +80,7 @@ Asciidoc and doxygen generated documentations for %{name}.
%prep
%setup -q
find . -maxdepth 1 -type f -name "i3*" -exec sed -i -e '1s;^#!/usr/bin/env perl;#!/usr/bin/perl;' {} + -print
sed 's/kick_tray_clients(output);//' -i i3bar/src/xcb.c


%build

Loading…
Cancel
Save