[packages/i3] update BR

glen glen at pld-linux.org
Sun Oct 27 20:43:40 CET 2013


commit 0f70a8f6019876eb7793b3c0db955d8650746e12
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Oct 27 21:40:28 2013 +0200

    update BR
    
    - bison -- make: bison: Command not found
    - flex -- make: flex: Command not found
    - libev-devel -- include/ipc.h:13:16: fatal error: ev.h: No such file or directory
    - pcre-devel -- include/data.h:19:18: fatal error: pcre.h: No such file or directory
    - startup-notification-devel -- include/data.h:14:31: fatal error: libsn/sn-launcher.h: No such file or directory
    - xcb-util-devel -- root_atom_contents.c:14:25: fatal error: xcb/xcb_aux.h: No such file or directory
    - xorg-lib-libXcursor-devel -- src/xcursor.c:11:33: fatal error: X11/Xcursor/Xcursor.h: No such file or directory
    - yajl-devel -- include/ipc.h:15:27: fatal error: yajl/yajl_gen.h: No such file or directory
    - pkgconfig

 i3.spec | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
---
diff --git a/i3.spec b/i3.spec
index 01cbf2e..89a4d21 100644
--- a/i3.spec
+++ b/i3.spec
@@ -7,8 +7,25 @@ Group:		X11/Window Managers
 Source0:	http://i3wm.org/downloads/%{name}-%{version}.tar.bz2
 # Source0-md5:	11b7e5ecdd837341978c72341cb890c6
 URL:		http://i3wm.org/
+# AUTO: -- make: bison: Command not found
+BuildRequires:	bison
+# AUTO: -- make: flex: Command not found
+BuildRequires:	flex
+# AUTO: -- include/ipc.h:13:16: fatal error: ev.h: No such file or directory
+BuildRequires:	libev-devel
+# AUTO: -- include/data.h:19:18: fatal error: pcre.h: No such file or directory
+BuildRequires:	pcre-devel
+# AUTO: -- include/data.h:14:31: fatal error: libsn/sn-launcher.h: No such file or directory
+BuildRequires:	startup-notification-devel
+# AUTO: -- root_atom_contents.c:14:25: fatal error: xcb/xcb_aux.h: No such file or directory
+BuildRequires:	xcb-util-devel
 BuildRequires:	xcb-util-keysyms-devel
 BuildRequires:	xcb-util-wm-devel
+BuildRequires:	pkgconfig
+# AUTO: -- src/xcursor.c:11:33: fatal error: X11/Xcursor/Xcursor.h: No such file or directory
+BuildRequires:	xorg-lib-libXcursor-devel
+# AUTO: -- include/ipc.h:15:27: fatal error: yajl/yajl_gen.h: No such file or directory
+BuildRequires:	yajl-devel
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/i3.git/commitdiff/0f70a8f6019876eb7793b3c0db955d8650746e12



More information about the pld-cvs-commit mailing list