Commit Graph

71 Commits

Author SHA1 Message Date
rewine
4702f6a20c
Merge pull request #298803 from Qusic/dwm
dwm: add updateScript
2024-04-06 01:19:30 +08:00
Qusic
3e426221d9 dwm: add updateScript 2024-03-26 12:43:41 +08:00
R. Ryantm
46d4f4ece7 dwm: 6.4 -> 6.5 2024-03-20 00:44:33 +00:00
Sandro Jäckel
15cf1bacec
treewide: don't use pname for mainProgram where pname is static 2023-12-20 14:25:55 +01:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Tobias Happ
aaafc9dc02 dwm-status: add meta.changelog 2022-12-21 23:44:29 +01:00
Tobias Happ
273bd3bc96 dwm-status: 1.8.0 -> 1.8.1 2022-12-21 23:44:29 +01:00
R. Ryantm
1136247c75 dwm: 6.3 -> 6.4 2022-10-07 07:36:46 +00:00
R. Ryantm
f6b1f7c615 dwm-status: 1.7.3 -> 1.8.0 2022-09-28 12:19:06 +08:00
R. Ryantm
30f7ea8077 dwm-status: 1.7.2 -> 1.7.3 2022-02-12 20:59:19 -08:00
Louis Bettens
1640412a3e dwm: 6.2 -> 6.3 2022-01-07 22:11:59 +01:00
Rick van Schijndel
83e44f67b1 dwm: support cross-compilation by setting proper CC 2021-07-07 22:55:31 +02:00
AndersonTorres
f1242006c9 Change all alsaUtils references to alsa-utils 2021-06-10 01:37:32 -03:00
Sage Raflik
4d90a6bcc4 dwm: added neonfuz as maintainer 2021-05-28 22:27:49 -07:00
Tobias Happ
4d549a4c6c
dwm-status: unstable-2021-05-04 -> 1.7.2 (#122196) 2021-05-08 16:55:30 +02:00
fortuneteller2k
2af2325cf7 dwm-status: 1.7.1 -> unstable-2021-05-04 2021-05-07 23:11:59 -07:00
Sandro Jäckel
9378fdf87e
iproute: deprecate alias 2021-04-04 01:43:46 +02:00
06kellyjac
0e1bf2f254 dwm: cleanup
- nixpkgs-fmt
- use pname and version
- use multiline for prePatch to make tree-wide modifications easier
- remove global `with lib;`
- update homepage to dwm page
- copy description from git repo
- add longDescription
- remove unused config.dwm.patches
2021-02-09 14:51:56 +00:00
06kellyjac
f5d906922b dwm-git: drop 2021-02-09 14:25:21 +00:00
Ivan Kovnatsky
8d1f23cdd3 dwm-git: 20180602 -> 20200303 2021-02-07 08:31:36 -08:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob
badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
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
2021-01-11 10:38:22 +01:00
Lassulus
34f475f5ea
Merge pull request #94115 from syberant/master
dwm: add conf option
2020-09-10 20:40:53 +02:00
syberant
1275f71c0d dwm: refactor
Removed buildPhase as it calls make by default
2020-07-29 10:41:04 +02:00
syberant
1371d3df8a dwm: add conf option
Allow users to set their own config.def.h configuration file for dwm.
2020-07-29 01:17:52 +02:00
Tobias Happ
c86837edae dwm-status: 1.7.0 -> 1.7.1 2020-07-06 18:59:13 +02:00
Tobias Happ
7e4c79d0b1 dwm-status: 1.6.4 -> 1.7.0 2020-05-19 19:47:45 +02:00
Tobias Happ
382247d133 dwm-status: 1.6.3 -> 1.6.4 2020-04-20 20:54:49 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Benjamin Hipple
0b933b4085
dwm-status: upgrade cargo fetcher and cargoSha256 (#82013) 2020-03-08 19:19:09 -04:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Tobias Happ
e25bf4c0fa dwm-status: 1.6.2 -> 1.6.3 2019-09-23 19:04:38 +02:00
volth
7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
Frederik Rietdijk
55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Tobias Happ
19e62c89cc dwm-status: 1.6.0 -> 1.6.2 2019-07-23 20:33:56 +02:00
worldofpeace
b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Alyssa Ross
062210bdff treewide: update cargoSha256 hashes for cargo-vendor upgrade
A recent upgrade of cargo-vendor changed its output slightly, which
broke all cargoSha256 hashes in nixpkgs.
See https://github.com/NixOS/nixpkgs/issues/60668 for more information.

Since then, a few hashes have been fixed in master by hand, but there
were a lot still to do, so I did all of the ones left over with some
scripts I wrote.

The one hash I wasn’t able to update was habitat's, because it’s
currently broken and the build doesn’t get far enough to produce a
hash anyway.
2019-06-01 15:17:52 +00:00
Michael Raskin
8384cfe455
Merge pull request #55129 from oxij/tree/move-defaults-to-package-files
all-packages.nix: move defaults to package files
2019-02-13 20:04:08 +00:00
Pascal Wittmann
68aa14eea2 dwm: 6.1 -> 6.2 (#55354) 2019-02-07 11:40:16 +01:00
Jan Malakhovski
1ad836b326 dwm: cleanup whitespace 2019-02-03 15:30:10 +00:00
Tobias Happ
4c2c27c94c dwm-status: 1.5.0 -> 1.6.0 (#52982) 2018-12-27 19:58:43 +01:00
Tobias Happ
dd6b4b7078 dwm-status: 1.4.1 -> 1.5.0 2018-12-23 00:47:21 -05:00
Tobias Happ
bc2d26fd8f dwm-status: 1.4.0 -> 1.4.1 2018-12-01 17:04:33 +01:00
Tobias Happ
6760af490e dwm-status: 1.2.0 -> 1.4.0 2018-11-25 21:13:04 +01:00
Tobias Happ
125a5e731f dwm-status: 1.1.2 -> 1.2.0 2018-11-08 16:52:41 +01:00
xeji
683707ea03
dwm-git: init at 20180602 (#45716)
The latest tagged release dwm 6.1 is from 2015, so
the development version is much more current.
2018-08-29 19:39:10 +02:00
Tobias Happ
5e21b90616 dwm-status: 1.1.1 -> 1.1.2 (#44609) 2018-08-07 22:09:35 +02:00
Tobias Happ
1c40ea1f26 dwm-status: 1.0.0 -> 1.1.1 (#42682) 2018-06-28 13:10:37 +02:00