]> git.pld-linux.org Git - packages/i3.git/blame - i3.spec
update BR
[packages/i3.git] / i3.spec
CommitLineData
9679bb22
CM
1Summary: improved tiling wm
2Name: i3
3Version: 4.2
4Release: 0.1
5License: BSD
6Group: X11/Window Managers
7Source0: http://i3wm.org/downloads/%{name}-%{version}.tar.bz2
29d4a0b9 8# Source0-md5: 11b7e5ecdd837341978c72341cb890c6
9679bb22 9URL: http://i3wm.org/
0f70a8f6
ER
10# AUTO: -- make: bison: Command not found
11BuildRequires: bison
12# AUTO: -- make: flex: Command not found
13BuildRequires: flex
14# AUTO: -- include/ipc.h:13:16: fatal error: ev.h: No such file or directory
15BuildRequires: libev-devel
16# AUTO: -- include/data.h:19:18: fatal error: pcre.h: No such file or directory
17BuildRequires: pcre-devel
18# AUTO: -- include/data.h:14:31: fatal error: libsn/sn-launcher.h: No such file or directory
19BuildRequires: startup-notification-devel
20# AUTO: -- root_atom_contents.c:14:25: fatal error: xcb/xcb_aux.h: No such file or directory
21BuildRequires: xcb-util-devel
29d4a0b9 22BuildRequires: xcb-util-keysyms-devel
290e0da4 23BuildRequires: xcb-util-wm-devel
0f70a8f6
ER
24BuildRequires: pkgconfig
25# AUTO: -- src/xcursor.c:11:33: fatal error: X11/Xcursor/Xcursor.h: No such file or directory
26BuildRequires: xorg-lib-libXcursor-devel
27# AUTO: -- include/ipc.h:15:27: fatal error: yajl/yajl_gen.h: No such file or directory
28BuildRequires: yajl-devel
a6a46b77 29BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
9679bb22
CM
30
31%description
32i3 is a tiling window manager, completely written from scratch. The
a6a46b77
CM
33target platforms are GNU/Linux and BSD operating systems, our code is
34Free and Open Source Software (FOSS) under the BSD license. i3 is
9679bb22
CM
35primarily targeted at advanced users and developers.
36
3b079283
CM
37%package devel
38Summary: Header files for %{name}
39Group: Development/Libraries
40
41%description devel
42Header files for %{name}.
43
9679bb22
CM
44%prep
45%setup -q
46
47%build
48%{__make}
49
50%install
51rm -rf $RPM_BUILD_ROOT
52
53%{__make} install \
54 DESTDIR=$RPM_BUILD_ROOT
55
56%clean
57rm -rf $RPM_BUILD_ROOT
58
9679bb22
CM
59%files
60%defattr(644,root,root,755)
3b079283
CM
61#%doc LICENCE
62%dir %{_sysconfdir}/%{name}
63%config(noreplace) %{_sysconfdir}/%{name}/config
64%config %{_sysconfdir}/%{name}/config.keycodes
65%config %{_sysconfdir}/%{name}/welcome
66%attr(755,root,root) %{_bindir}/%{name}
67%attr(755,root,root) %{_bindir}/%{name}bar
68%attr(755,root,root) %{_bindir}/%{name}-*
69%{_datadir}/xsessions/%{name}.desktop
70%{_desktopdir}/%{name}.desktop
71
72%files devel
73%defattr(644,root,root,755)
74%{_includedir}/%{name}/ipc.h
This page took 0.128065 seconds and 4 git commands to generate.