aboutsummaryrefslogtreecommitdiff
path: root/DEPENDS
AgeCommit message (Collapse)Author
2018-05-01Fix DEPENDS tableOrestis Floros
- Align right border - Add a missing '/' in libsn's and util-xrm's link for consistency - Replace wrong character for border next to pango's min version - Correct the Pod::Simple link
2017-09-24Replace http:// with https:// where applicableMichael Stapelberg
The testcases will be updated automatically in a separate commit.
2016-09-27Remove conditional compilation for cairo/pangocairo (#2480)Michael Stapelberg
We strive to avoid conditional compilation in i3 as much as possible. cairo and pangocairo have been around long enough in the versions that we need that it’s time to unconditionally depend on them. Also update DEPENDS with the last-known-good-versions while at it.
2016-05-08Introduce support for specifying variables from X resources. (#2286)Ingo Bürk
This patch introduces a new 'set_from_resource' config directive which allows defining a variable by retrieving its value from the X resource database. This avoids having to configure a color scheme in multiple files. The directive takes an additional fallback value which is used in case the resource cannot be found or during config validation where no X connection is available. Furthermore, this patch includes the following changes: - If the same variable is defined twice, we now properly overwrite the value of the assignment rather than inserting two variable definitions with the same key. - We now depend on xcb-util-xrm to query the resource. - Increase the buffer size for variable / resource assignments. fixes #2130
2015-11-02Raise dependency to cairo 1.14.4.Ingo Bürk
With the recent cairo bugfix, we can now switch to using cairo for rendering i3bar per default by raising the minimum version of cairo to 1.14.4, if this cairo version is available. resolves #2048
2015-06-28add util-{wm,keysyms} explicitly, remove obsolete xlib, update lkgvMichael Stapelberg
fixes #1764
2014-08-05make AnyEvent::I3 dependency versioned (Thanks sur5r)Michael Stapelberg
2014-06-25libxkbcommon 0.4.0 is required, 0.2.0 is too old (Thanks Mii)Michael Stapelberg
fixes #1295
2014-06-22DEPENDS: add libxkbcommon{,-x11}, update lkgv (Thanks okraits)Michael Stapelberg
2014-05-04Remove yajl major version conditionalsTony Crisci
Yajl version ≥ 2 is required. fixes #1156
2013-12-22update DEPENDSMichael Stapelberg
2013-08-22Remove forgotten libxcursor from DEPENDS (Thanks badboy)Michael Stapelberg
2013-08-17switch from libXcursor to xcb-util-cursorMichael Stapelberg
2012-12-25drop the flex/bison dependency \o/Michael Stapelberg
2012-12-24refactor both i3-nagbar starts into src/util.cMichael Stapelberg
With this change, libev >= 4 is a hard dependency. It should be present in all major linux distributions (even the latest ubuntu LTS).
2012-09-10docs: generate HTML from testsuite POD documentationMichael Stapelberg
2012-09-04remove xcb-proto from DEPENDS, it’s only a build-time dep of libxcb ↵Michael Stapelberg
(Thanks okraits)
2012-08-18update DEPENDS, prepare RELEASE-NOTES for 4.3Michael Stapelberg
2011-10-23debian: use ${perl:Depends}, remove perl from build-deps, update recommendsMichael Stapelberg
We can drop the perl module recommends since i3-wsbar no longer ships with i3.
2011-10-23lower dependency on libstartup-notification, fix build-dep in debian/controlMichael Stapelberg
2011-10-10add libstartup-notification to DEPENDSMichael Stapelberg
2011-09-17document the dependency on libev >=4.0 for ev_cleanup (Thanks phnom)Michael Stapelberg
libev 4.00 was released 2010-10-25, so nearly a year ago.
2011-09-10document the new dependency on libpcre in the DEPENDS fileMichael Stapelberg
2011-07-31i3-migrate-config-to-v4: drop the .pl suffixMichael Stapelberg
As lintian (a Debian package checker) mentions, it is more clever to install it without the extension, since the implementation language might change.
2011-07-23update DEPENDS fileMichael Stapelberg
2010-11-28libXcursor support (themed cursors).Fernando Tarlá Cardoso Lemos
2010-03-21docs: merge spelling and grammar fixes by sasha (Thanks!)Michael Stapelberg
2010-03-11ipc: implement GET_WORKSPACES message typeMichael Stapelberg
This is the foundation to use dzen2 or similar as a complete replacement for the internal workspaces bar. A testcase is included, more documentation about the IPC interface will follow.
2009-12-16Add x11-utils as dependency to have xmessage(1) for the welcome messageMichael Stapelberg
2009-09-26Explicitly call flex and bison instead of lex and yacc (Thanks mxf)Michael Stapelberg
2009-06-01Update DEPENDS file (add libev, update URLs)Michael Stapelberg
2009-03-14Add docbook-xml as build dependency, revert last commitMichael Stapelberg
2009-03-11Move i3lock in its own repositoryMichael Stapelberg
2009-03-08Fix warnings, update DEPENDS, update Makefile for NetBSDMichael Stapelberg
2009-02-10Implement keybindings, adjust CMDMODE grammar, update DEPENDSMichael Stapelberg