about summary refs log tree commit diff
path: root/pkgs/applications/misc/dmenu
AgeCommit message (Collapse)AuthorFilesLines
2024-06-09treewide: Remove indefinite article from meta.descriptionAlexis Hildebrandt2-2/+2
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \ | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-04-01dmenu: add qusic to maintainersQusic1-1/+1
2024-04-01dmenu: add updateScriptQusic1-1/+8
2024-03-20dmenu: 5.2 -> 5.3R. Ryantm1-2/+2
2024-02-13dmenu-wayland: add meta.mainProgramV1-0/+1
This is necessary for lib.getExe to work correctly, as the package name does not match the binary name. Change-Id: I1a46023a1201b8b51798de44763b970cb7712451
2023-09-06dmenu-wayland: unstable-2022-11-04 -> unstable-2023-05-18rewine1-7/+7
2023-08-04treewide: add meta.mainProgram to miscAustin Horstman1-0/+1
2022-11-04dmenu-wayland: 2020-07-06 -> 2022-11-04Hubert Jasudowicz1-3/+3
2022-10-07dmenu: 5.1 -> 5.2R. Ryantm1-2/+2
2022-06-19treewide: reduce maintenance workload for ma27Maximilian Bosch1-1/+1
Note: I DO NOT resign from nixpkgs, not at all! However, I like a clean notification inbox and I get a lot of stuff for packages where I'm only an end-user or don't use them anymore and thus can't help out that much. So please consider it a measure to reduce the mental load for me when going through my notifications ;-)
2022-02-15dmenu: 5.0 -> 5.1R. Ryantm1-2/+2
2021-11-07pkgs/applications: rename name to pname&version part 1 (#144949)Felix Bühler1-7/+8
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-07-16dmenu-wayland: support cross-compilationRick van Schijndel1-2/+13
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch2-4/+4
Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2020-09-19dmenu: 4.9 -> 5.0Alvar Penning2-34/+3
2020-07-06dmenu-wayland: 2020-04-03 -> 2020-07-06Maximilian Bosch1-3/+3
2020-04-25dmenu-wayland: 2020-02-28 -> 2020-04-03Maximilian Bosch1-3/+3
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2020-03-02dmenu-wayland: init at 2020-02-28Maximilian Bosch1-0/+33
Although this one isn't feature-complete yet, it fixes the scaling issues on Wayland I'm experiencing when using `pkgs.dmenu` through XWayland.
2019-08-20treewide: update globin's maintained drvsRobin Gloster1-1/+1
2019-07-14dmenu: fix crash with XMODIFIERSOrivej Desh2-1/+32
Fixes #59625
2019-05-07dmenu: fix crossRobin Gloster1-0/+2
2019-02-06dmenu: 4.8 -> 4.9Pascal Wittmann1-2/+2
2018-07-22Take me (viric) out of most maintenanceLluís Batlle i Rossell1-1/+1
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!
2018-04-11Switch suckless.org URLs to httpsPascal Wittmann1-2/+2
(cherry picked from commit 22f212537f475565f67a07b869f9cceea2022191)
2018-03-15dmenu: 4.7 -> 4.8Léo Gaspard1-2/+2
2017-12-21Make less known wayland compositors usable (#32285)gnidorah1-34/+0
* 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
2017-09-10dmenu-wayland: git-2014-11-02 -> git-2017-04-07 fix buildMarkus Mueller1-4/+4
Bumped and fixed substitution for package to build successfully.
2017-05-29dmenu: 4.6 -> 4.7Pascal Wittmann1-2/+2
2016-08-14dmenu: Fix scripts to run commands by store paths (#17709)85731-1/+2
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.
2016-06-20Captialize meta.description of all packagesBjørn Forsman1-1/+1
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)
2016-02-09Merge branch 'master' of https://github.com/NixOS/nixpkgs into wayland-wmtg(x)1-18/+13
2016-02-09wayland window managers: orbment, sway, veloxtg(x)1-0/+34
2016-01-29dmenu: adding patches to expressionRok Garbas1-1/+3
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"; ]; };
2015-11-10dmenu: 4.5 -> 4.6Pascal Wittmann1-19/+12
xft support is now upstream
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-2/+1
2014-04-22dmenu: Patch in store path to dmenu_run.aszlig1-0/+4
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>
2012-11-07dmenu: Add option config.dmenu.enableXft for enabling xft font support ↵Rickard Nilsson1-2/+11
(turned off by default).
2012-07-10dwm: Bump to 4.5Shea Levy1-2/+3
2011-10-14Updating dmenuLluís Batlle i Rossell1-2/+2
svn path=/nixpkgs/trunk/; revision=29832
2011-08-10dmenu: 4.1.1 -> 4.4David Guibert1-2/+2
svn path=/nixpkgs/trunk/; revision=28451
2010-06-08dmenu: version 4.1.1David Guibert1-2/+2
svn path=/nixpkgs/trunk/; revision=22177
2010-03-05Updating dmenu.Lluís Batlle i Rossell1-5/+8
svn path=/nixpkgs/trunk/; revision=20436
2009-03-15* Update suckless package location.Nicolas Pierron1-4/+4
* Update dmenu version (3.8 -> 3.9) * Update wmii version (20070516 -> 20071116) svn path=/nixpkgs/trunk/; revision=14544
2008-08-06Added:Marc Weber1-0/+19
* dmenu * gftp * micropolis * byacc as a build-time dependency for micropolis contributed by baldo <baldo@quimby.lan> svn path=/nixpkgs/trunk/; revision=12526