Accepting request 529828 from home:avindra
- update to 4.14.1 • include AnyEvent-I3 in dist tarballs • append_layout: validate JSON before loading • move: fix erratic behavior with single container child jumping outputs • ipc: rename COMMAND to RUN_COMMAND for consistency - Fix 32 bit arm build OBS-URL: https://build.opensuse.org/request/show/529828 OBS-URL: https://build.opensuse.org/package/show/X11:windowmanagers/i3?expand=0&rev=59
This commit is contained in:
parent
f7c8f3c6c6
commit
9d4ffc2911
3
i3-4.14.1.tar.bz2
Normal file
3
i3-4.14.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d0063ac561f3aa8d7e31e137356815bad781bd6ad774030362c89abe96ab5fb1
|
||||||
|
size 1173560
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae3abde3af1b87e269d8aad2348be6f7298338cb8e06bad11cbf91cdbf92a5d6
|
|
||||||
size 1152501
|
|
10
i3.changes
10
i3.changes
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 24 23:38:09 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
- update to 4.14.1
|
||||||
|
• include AnyEvent-I3 in dist tarballs
|
||||||
|
• append_layout: validate JSON before loading
|
||||||
|
• move: fix erratic behavior with single container child jumping outputs
|
||||||
|
• ipc: rename COMMAND to RUN_COMMAND for consistency
|
||||||
|
- create service file
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 4 16:38:18 UTC 2017 - aavindraa@gmail.com
|
Mon Sep 4 16:38:18 UTC 2017 - aavindraa@gmail.com
|
||||||
|
|
||||||
|
6
i3.spec
6
i3.spec
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: i3
|
Name: i3
|
||||||
Version: 4.14
|
Version: 4.14.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Tiling window manager
|
Summary: Tiling window manager
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
@ -85,10 +85,10 @@ Development headers for the i3 window manager.
|
|||||||
%build
|
%build
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
%configure
|
%configure
|
||||||
make %{?_smp_mflags} V=1 -C *-suse-linux-gnu
|
make %{?_smp_mflags} V=1 -C *-suse-linux-gnu*
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%make_install -C *-suse-linux-gnu
|
%make_install -C *-suse-linux-gnu*
|
||||||
install -d %{buildroot}/%{_mandir}/man1/
|
install -d %{buildroot}/%{_mandir}/man1/
|
||||||
install -m 0644 man/*.1 %{buildroot}/%{_mandir}/man1/
|
install -m 0644 man/*.1 %{buildroot}/%{_mandir}/man1/
|
||||||
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
|
%suse_update_desktop_file %{buildroot}%{_datadir}/applications/%{name}.desktop
|
||||||
|
Loading…
Reference in New Issue
Block a user