summary refs log tree commit diff
path: root/pkgs/applications/misc/dmenu
Commit message (Collapse)AuthorAge
* Take me (viric) out of most maintenanceLluís Batlle i Rossell2018-07-22
| | | | | | | Since years I'm not maintaining anything of the list below other than some updates when I needed them for some reason. Other people is doing that maintenance on my behalf so I better take me out but for very few packages. Finally!
* Switch suckless.org URLs to httpsPascal Wittmann2018-04-11
| | | | (cherry picked from commit 22f212537f475565f67a07b869f9cceea2022191)
* dmenu: 4.7 -> 4.8Léo Gaspard2018-03-15
|
* Make less known wayland compositors usable (#32285)gnidorah2017-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * bemenu: init at 2017-02-14 * velox: 2015-11-03 -> 2017-07-04 * orbment, velox: don't expose subprojects the development of orbment and velox got stuck their subprojects (bemenu, dmenu-wayland, st-wayland) don't work correctly outside of parent projects so hide them to not confuse people swc and wld libraries are unpopular and unlike wlc are not used by anything except velox * pythonPackages.pydbus: init at 0.6.0 * way-cooler: 0.5.2 -> 0.6.2 * nixos/way-cooler: add module * dconf module: use for wayland non-invasive approach for #31293 see discussion at #32210 * sway: embed LD_LIBRARY_PATH for #32755 * way-cooler: switch from buildRustPackage to buildRustCrate #31150
* dmenu-wayland: git-2014-11-02 -> git-2017-04-07 fix buildMarkus Mueller2017-09-10
| | | | Bumped and fixed substitution for package to build successfully.
* dmenu: 4.6 -> 4.7Pascal Wittmann2017-05-29
|
* dmenu: Fix scripts to run commands by store paths (#17709)85732016-08-14
| | | | | | | | | | | | | | | | | | | | | The `dmenu` package includes two binary programs, `dmenu` and `stest`, and two shell scripts, `dmenu_run` and `dmenu_path`. `dmenu_run` invokes `dmenu` and `dmenu_path`, and `dmenu_path` invokes `stest`. `dmenu_run`'s invocation of `dmenu` was patched to run it by its full store path, but its invocation of `dmenu_path` and `dmenu_path`'s invocation of `stest` were not. If `dmenu_path` and `stest` were not in the set of system packages or otherwise in the `PATH`, this situation would result in `dmenu_run` opening a dmenu instance with no menu entries (which would normally be generated by `dmenu_path`, which `dmenu_run` couldn't find, as it was running it by `PATH` lookup). This commit fixes the package to also patch the invocation of `dmenu_path` in `dmenu_run` and the invocations of `stest` in `dmenu_path` to invoke those programs by their full store paths. I have tested this change on NixOS.
* Captialize meta.description of all packagesBjørn Forsman2016-06-20
| | | | | | | | | | | | | | | | In line with the Nixpkgs manual. A mechanical change, done with this command: find pkgs -name "*.nix" | \ while read f; do \ sed -e 's/description\s*=\s*"\([a-z]\)/description = "\u\1/' -i "$f"; \ done I manually skipped some: * Descriptions starting with an abbreviation, a user name or package name * Frequently generated expressions (haskell-packages.nix)
* Merge branch 'master' of https://github.com/NixOS/nixpkgs into wayland-wmtg(x)2016-02-09
|\
| * dmenu: adding patches to expressionRok Garbas2016-01-29
| | | | | | | | | | | | | | | | | | | | | | is extended using patches http://tools.suckless.org/dmenu/patches/ this argument makes it easier to extend dmenu by doing: dmenu.overwritte { patches = [ ./dmenu-4.4-follow-focus.diff"; ]; };
| * dmenu: 4.5 -> 4.6Pascal Wittmann2015-11-10
| | | | | | | | xft support is now upstream
* | wayland window managers: orbment, sway, veloxtg(x)2016-02-09
|/
* Turn some license strings into lib.licenses valuesMateusz Kowalczyk2014-07-28
|
* dmenu: Patch in store path to dmenu_run.aszlig2014-04-22
| | | | | | | If dmenu isn't installed in the user environment, dmenu_run will fail because it searches $PATH for its own binaries. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* dmenu: Add option config.dmenu.enableXft for enabling xft font support ↵Rickard Nilsson2012-11-07
| | | | (turned off by default).
* dwm: Bump to 4.5Shea Levy2012-07-10
|
* Updating dmenuLluís Batlle i Rossell2011-10-14
| | | | svn path=/nixpkgs/trunk/; revision=29832
* dmenu: 4.1.1 -> 4.4David Guibert2011-08-10
| | | | svn path=/nixpkgs/trunk/; revision=28451
* dmenu: version 4.1.1David Guibert2010-06-08
| | | | svn path=/nixpkgs/trunk/; revision=22177
* Updating dmenu.Lluís Batlle i Rossell2010-03-05
| | | | svn path=/nixpkgs/trunk/; revision=20436
* * Update suckless package location.Nicolas Pierron2009-03-15
| | | | | | | * Update dmenu version (3.8 -> 3.9) * Update wmii version (20070516 -> 20071116) svn path=/nixpkgs/trunk/; revision=14544
* Added:Marc Weber2008-08-06
* dmenu * gftp * micropolis * byacc as a build-time dependency for micropolis contributed by baldo <baldo@quimby.lan> svn path=/nixpkgs/trunk/; revision=12526