X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=DEPENDS;h=8a9f9dcaa263b6393495d90ec5bd498cc05fb846;hb=55b5f491a469ccf47c7fdc66f3f0df86ef2e1f64;hp=710637e99582227130bd3480e34e9b11f02cf28b;hpb=0c51b57b992ac3ea5c14480d971d826d588cf865;p=i3%2Fi3 diff --git a/DEPENDS b/DEPENDS index 710637e9..8a9f9dca 100644 --- a/DEPENDS +++ b/DEPENDS @@ -8,33 +8,33 @@ │ dependency │ min. │ lkgv │ URL │ ├─────────────┼────────┼────────┼────────────────────────────────────────┤ │ pkg-config │ 0.25 │ 0.26 │ http://pkgconfig.freedesktop.org/ │ -│ xcb-proto │ 1.3 │ 1.6 │ http://xcb.freedesktop.org/dist/ │ │ libxcb │ 1.1.93 │ 1.7 │ http://xcb.freedesktop.org/dist/ │ │ xcb-util │ 0.3.3 │ 0.3.8 │ http://xcb.freedesktop.org/dist/ │ -│ libev │ 4.0 │ 4.04 │ http://libev.schmorp.de/ │ -│ flex │ 2.5.35 │ 2.5.35 │ http://flex.sourceforge.net/ │ -│ bison │ 2.4.1 │ 2.4.1 │ http://www.gnu.org/software/bison/ │ -│ yajl │ 1.0.8 │ 2.0.1 │ http://lloyd.github.com/yajl/ │ +│ util-cursor³│ 0.0.99 │ 0.0.99 │ http://xcb.freedesktop.org/dist/ │ +│ libev │ 4.0 │ 4.11 │ http://libev.schmorp.de/ │ +│ yajl │ 2.0.1 │ 2.0.4 │ http://lloyd.github.com/yajl/ │ │ asciidoc │ 8.3.0 │ 8.6.4 │ http://www.methods.co.nz/asciidoc/ │ │ xmlto │ 0.0.23 │ 0.0.23 │ http://www.methods.co.nz/asciidoc/ │ +│ Pod::Simple²│ 3.22 │ 3.22 │ http://search.cpan.org/~dwheeler/Pod-Simple-3.23/ │ docbook-xml │ 4.5 │ 4.5 │ http://www.methods.co.nz/asciidoc/ │ -│ libxcursor │ 1.1.11 │ 1.1.11 │ http://ftp.x.org/pub/current/src/lib/ │ │ Xlib │ 1.3.3 │ 1.4.3 │ http://ftp.x.org/pub/current/src/lib/ │ │ PCRE │ 8.12 │ 8.12 │ http://www.pcre.org/ │ +│ libsn¹ │ 0.10 │ 0.12 │ http://freedesktop.org/wiki/Software/startup-notification +│ pango │ 1.30.0 | 1.30.0 │ http://www.pango.org/ │ +│ cairo │ 1.12.2 │ 1.12.2 │ http://cairographics.org/ │ └─────────────┴────────┴────────┴────────────────────────────────────────┘ + ¹ libsn = libstartup-notification + ² Pod::Simple is a Perl module required for converting the testsuite + documentation to HTML. See http://michael.stapelberg.de/cpan/#Pod::Simple + ³ xcb-util-cursor, to be precise. Might be considered part of xcb-util, or not + :-). - i3-msg, i3-input, i3-nagbar and i3-config-wizard do not introduce any new - dependencies. + i3bar, i3-msg, i3-input, i3-nagbar and i3-config-wizard do not introduce any + new dependencies. - i3-wsbar is implemented in Perl and has the following dependencies: + i3-migrate-config-to-v4 and i3-dmenu-desktop are implemented in Perl, but have + no dependencies besides Perl 5.10. - • IPC::Run - • Try::Tiny - • AnyEvent - • AnyEvent::I3 - - All of them are available at CPAN, see http://search.cpan.org/ - Use your distribution’s packages or cpan(1) to install them. - - i3-migrate-config-to-v4 is implemented in Perl, but it has no dependencies - besides Perl 5.10. + i3-save-tree is also implemented in Perl and needs AnyEvent::I3 and JSON::XS. + While i3-save-tree is not required for running i3 itself, it is strongly + recommended to provide it in distribution packages.