Commit Graph

120 Commits

Author SHA1 Message Date
Federico Damián Schonborn
93aa00253e
xfce.libxfce4windowing: init at 4.19.2
Signed-off-by: Federico Damián Schonborn <fdschonborn@gmail.com>
2024-01-28 23:20:36 -03:00
Joshua Fern
22046dd4ed xfce.xfce4-docklike-plugin: init at 0.4.1 2023-12-10 02:56:15 -08:00
Adam Joseph
cbc8aa437c treewide: use uncurried version of makeScopeWithSplicing 2023-08-14 02:51:10 +03:00
Silvan Mosberger
a0b8caf3bc
Revert "lib.customisation: uncurry makeScopeWithSplicing" 2023-07-28 23:04:09 +02:00
Artturin
3716ef19d8 lib.makeScopeWithSplicing: provide default for keep,extra
These are often unneeded by the user.
2023-07-28 17:41:01 +03:00
Adam Joseph
cb13669b00 lib.customisation: uncurry makeScopeWithSplicing
Deeply-curried functions are pretty error-prone in untyped languages
like Nix.  This is a particularly bad case because
`top-level/splice.nix` *also* declares a makeScopeWithSplicing, but
it takes *two fewer arguments*.

Let's switch to attrset-passing form, to provide some minimal level
of sanity-checking.
2023-07-27 21:31:59 -07:00
Alyssa Ross
0ae87d514f treewide: add names to all setup hooks 2023-01-19 15:00:36 +00:00
Bobby Rong
28dc202c35
xfce.xfce4-hardware-monitor-plugin: remove
Abandoned by upstream and does not build.

https://goodies.xfce.org/projects/panel-plugins/xfce4-hardware-monitor-plugin
2023-01-15 12:03:17 +08:00
Artturi
f56de234bb
Merge pull request #207652 from Artturin/splicenixfmt 2023-01-07 17:42:25 +02:00
Sandro
68cee2fc2c
Merge pull request #207678 from romildo/upd.xfce4-screenshooter 2022-12-31 01:27:06 +01:00
José Romildo
6efa81ba1c xfce: remove legacy aliases 2022-12-25 11:51:25 -03:00
Artturin
58fa78077c treewide: use splicing convenience functions 2022-12-25 14:05:03 +02:00
José Romildo
7900499cbc xfce.xfce4-screenshooter: 1.9.11 -> 1.10.1 2022-12-25 08:52:36 -03:00
Artturin
d16405fb97 xfce: run nixpkgs-fmt
xfce: do not use 'with self;'

using 'with' can sometimes be confusing so i prefer to not use it
2022-11-06 21:24:06 +02:00
Artturin
5568a4d25c xfce: fix cross-compilation by using makeScopeWithSplicing 2022-11-05 23:10:58 +02:00
Baron Leonardo
d9cd0f0eea
xfce.xfce4-time-out-plugin: init at 1.1.2 (#193477)
Co-authored-by: José Romildo Malaquias <malaquias@gmail.com>
2022-10-07 12:43:04 +02:00
José Romildo
3a36ccc075 xfce: remove archiveUpdater and use httpTwoLevelsUpdater for some packages 2022-09-27 23:41:53 -03:00
José Romildo
52beb63f4e xfce: move legacy aliases outside the scope of xfce 2022-05-27 09:47:40 -03:00
José Romildo
886d8b7ecf xfce: convert old aliases to throws, and remove old throws 2022-05-24 16:20:37 -03:00
Robert Hensing
a292213c44
Merge pull request #166792 from hercules-ci/pkgs-config-allowAliases-option
config.allowAliases: Define as option
2022-04-04 21:09:44 +02:00
Guillaume Girol
f9fe536c8f
Merge pull request #165873 from symphorien/rkjnsn-master
xfce4-screensaver: init at 4.16.0
2022-04-03 15:09:08 +00:00
Robert Hensing
200175a701 config.allowAliases: Define as option
This simplifies usages and makes the default value consistent.

In a few cases, the default value was interpreted to be `false`,
but this is useless, because virtually nobody will explicitly
set `allowAliases = true;`.
2022-04-01 11:33:10 +02:00
Erik Jensen
e0d0ff64b2 xfce4-screensaver: init at 4.16.0
A simple screen saver and locker for the Xfce desktop environment.
2022-03-31 12:00:00 +00:00
Fabián Heredia Montiel
c5dead21cd treewide: cleanup old throw aliases 2022-03-27 09:16:46 -06:00
José Romildo
005ac63a19 httpTwoLevelsUpdater: init 2022-02-21 13:01:49 -03:00
José Romildo
ba59355e81 gitUpdater: init
- Add the 'gitUpdater' helper function to update git based packages, using the
'genericUpdater' function.
- Rework argument passing to the `list-git-tags' and 'list-archive-two-level-versions' scripts.
- Replace 'genericUpdater' plus 'list-git-tags' by 'gitUpdater'
2022-02-21 13:01:49 -03:00
piegames
0f5180e7ca xfce: drop libglade 2022-01-29 18:08:52 +01:00
Pascal Bach
b528e350cd xfce: use pkgs.vte instead of gnome.vte 2022-01-19 23:07:11 +01:00
Mustafa Çalışkan
034fdf336f xfce.xfce4-panel-profiles: init at 1.0.13 2021-06-27 22:29:52 +03:00
Naïm Favier
5f555f58c1
xfce.thunar-media-tags-plugin: init at 0.3.0 2021-06-18 12:29:30 +02:00
Jan Tojnar
468cb5980b gnome: rename from gnome3
Since GNOME version is now 40, it no longer makes sense to use the old attribute name.
2021-05-08 09:47:42 +02:00
José Romildo Malaquias
472f5a976d xfce: does not explicitly require a gvfs package
- In order to use GIO/GVFS it is enough to enable the gvfs service.

- The module option services.gvfs.package can be used to choose a
  variation of the gvfs package, if desired.
2021-05-01 18:21:57 -03:00
jD91mZM2
ea5639fcf4
vala-panel-appmenu-plugin: delete 2021-03-01 12:34:57 +01:00
AndersonTorres
b57e63b788 xfce4-mailwatch-plugin: reorder 2021-01-31 02:49:30 -03:00
AndersonTorres
95c9001cad xfce4-sensors-plugin: reorder 2021-01-31 02:49:30 -03:00
AndersonTorres
9fc7c3391a xfce4-timer-plugin: reorder 2021-01-31 02:49:30 -03:00
AndersonTorres
a75a5c403f xfce4-weather-plugin: reorder 2021-01-31 02:49:30 -03:00
AndersonTorres
7f49ba11d8 xfce4-windowck-plugin: reorder 2021-01-31 02:49:29 -03:00
AndersonTorres
0f6a865dd9 xfce4-systemload-plugin: reorder 2021-01-31 01:55:27 -03:00
AndersonTorres
3d51ede8b2 xfce4-notes-plugin: reorder 2021-01-31 01:55:27 -03:00
AndersonTorres
ac99266415 xfce4-mpc-plugin.nix: reorder 2021-01-31 01:55:27 -03:00
AndersonTorres
a77768f807 xfce4-mailwatch-plugin.nix: reorder 2021-01-31 01:55:27 -03:00
AndersonTorres
e6396dc230 xfce4-i3-workspaces-plugin.nix: reorder 2021-01-31 01:55:27 -03:00
AndersonTorres
525975e2a1 xfce4-hardware-monitor-plugin: reorder 2021-01-31 01:55:27 -03:00
AndersonTorres
94c5d879ae xfce4-genmon-plugin: reorder 2021-01-31 01:55:26 -03:00
AndersonTorres
63d5a1adcc xfce4-fsguard-plugin: reorder 2021-01-31 01:55:26 -03:00
AndersonTorres
f8955d59bf xfce4-eyes-plugin: reorder 2021-01-31 01:55:26 -03:00
AndersonTorres
1e586af4b1 xfce4-embed-plugin: reorder 2021-01-31 01:55:26 -03:00
AndersonTorres
ab06afe57a xfce4-dockbarx-plugin: reorder 2021-01-31 01:55:26 -03:00
AndersonTorres
85d7cbb485 xfce4-cpugraph-plugin: reorder 2021-01-31 01:55:26 -03:00