Commit graph

29 commits

Author SHA1 Message Date
Fabian Thorand f2560115dc dunst: fix 1.6.1 src and build
The previous bump to version 1.6.1 left the sha256 of the src attribute
unchanged, and as a consequence, it still built the old version.
But since the make config injected the version number, the binary still
self-reported as 1.6.1, even though it was built from 1.5.0.
2021-03-12 00:01:38 +01:00
Schäfer, Denny fd58f609dc dunst: 1.5.0 -> 1.6.1 2021-02-25 09:19:15 +01:00
Ben Siraphob 5d566c43b4 pkgs/applications: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
R. RyanTM 4e76cf3f62 dunst: 1.4.1 -> 1.5.0 2020-07-24 00:43:50 +00:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
xrelkd 13a06115a1 dunst: 1.4.0 -> 1.4.1 2019-07-08 04:59:44 +02:00
Domen Kožar e367f9459d
dunst: upstream dropped libxdg_basedir dep in 1.4.0 2019-04-15 11:56:50 +07:00
R. RyanTM 10e5d0f3f9 dunst: 1.3.2 -> 1.4.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/dunst/versions
2019-04-14 07:27:28 -07:00
Lengyel Balazs f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Matthew Bauer 6df7a8b34c dunst: fix building without dunstify
Fixes https://hydra.nixos.org/build/77046987/
2018-07-06 11:12:16 -04:00
Janne Heß 599fe53255 dunst: Also install dunstify 2018-06-27 14:13:03 +02:00
Robert Helgesson e3b3eac630 dunst: add wrapper to find librsvg (#40050) 2018-05-17 00:13:19 +02:00
R. RyanTM f25e118432 dunst: 1.3.1 -> 1.3.2
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/dunst/versions.

These checks were done:

- built on NixOS
- ran ‘/nix/store/41nqz94x6682ylch4vhg5pca977ffsd0-dunst-1.3.2/bin/dunst -h’ got 0 exit code
- ran ‘/nix/store/41nqz94x6682ylch4vhg5pca977ffsd0-dunst-1.3.2/bin/dunst --help’ got 0 exit code
- ran ‘/nix/store/41nqz94x6682ylch4vhg5pca977ffsd0-dunst-1.3.2/bin/dunst -v’ and found version 1.3.2
- ran ‘/nix/store/41nqz94x6682ylch4vhg5pca977ffsd0-dunst-1.3.2/bin/dunst --version’ and found version 1.3.2
- found 1.3.2 with grep in /nix/store/41nqz94x6682ylch4vhg5pca977ffsd0-dunst-1.3.2
- directory tree listing: https://gist.github.com/e6f68836d92d5855b650ece5004da126
2018-05-12 14:37:38 +02:00
Matthew Justin Bauer 7873fe2669
dunst: remove fetchpatch
Closes #39962
2018-05-04 11:37:58 -05:00
dywedir aa2e60744c dunst: 1.3.0 -> 1.3.1 2018-01-30 14:46:47 +02:00
dywedir 9ab8c28e3d dunst: 1.2.0 -> 1.3.0 2018-01-21 17:28:50 +02:00
Stefan Lau 9906e4492e dunst: 1.1.0 -> 1.2.0 2017-07-15 16:10:38 +02:00
Tobias Pflug 05d74cb857 dunst: add svg-support patch
See https://github.com/knopwob/dunst/pull/223
2016-11-10 02:01:48 +01:00
Joachim Fasting ed50c2fae3 dunst: refactoring (#15665)
- Use `fetchFromGitHub`
- No longer generate wrapper
  dunst doesn't appear to shell out to dbus; nor should it, really
- Use standard buildPhase
- Split outputs
- Also build dbus service file, so that dunst can be
  used with services.dbus.packages
2016-05-24 12:03:04 +01:00
Domen Kožar b49bf121b8 rename iElectric to domenkozar to match GitHub 2016-05-17 13:00:47 +01:00
Tuomas Tynkkynen a4dff4bf1b treewide: Mass replace 'dbus_daemon}/bin' to refer the 'out' output 2016-02-01 20:45:59 +02:00
Anders Papitto 43ef7e2925 make a wrapper so that dunst can find dbus-launch
Prior to this change, the following would fail
  nix-shell --pure -p dunst --command dunst
while this would succeed
  nix-shell --pure -p dunst -p dbus_daemon --command dunst

because dunst tries to execve 'dbus-launch'. The same issue hit if dunst
was used inside a (user) systemd service (which is what I actually care
about).
2015-06-03 23:53:50 -07:00
Henry Till 37fb8fb9ca dunst: allow user configuration (fixes #5222)
This commit eliminates a patch which hard-coded an example configuration file as the program's default settings and prevented the program from reading a user's configuration file.
2014-12-22 12:03:59 -05:00
Domen Kožar 8c50807c4d dunst: git -> 1.1.0 2014-08-12 21:23:44 +02:00
Evgeny Egorochkin 829b29153b clean up git revision handling in several packages 2013-11-13 12:46:55 +02:00
Domen Kožar 12cc79f844 dunst: upgrade to git version to fix 100% CPU problems 2013-08-07 14:08:21 +02:00
Domen Kozar 6c56602e55 dunst: upgrade, set maintainers, set default config file 2013-05-13 18:48:42 +02:00
Moritz Ulrich c4ffd2cac9 dunst: Add meta.platforms.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-22 13:00:49 +01:00
Moritz Ulrich c2d3d24349 Add dunst, a lightweight notification daemon.
Signed-off-by: Moritz Ulrich <moritz@tarn-vedra.de>
2013-03-20 21:35:13 +01:00