Commit graph

374 commits

Author SHA1 Message Date
jD91mZM2 ea5639fcf4
vala-panel-appmenu-plugin: delete 2021-03-01 12:34:57 +01:00
jD91mZM2 3a6ba9ea5b
remove me as maintainer
I don't use these tools anymore, so it makes sense I shouldn't have an
opinion on PRs that change/update them. I know it's always unfortunate
losing a reviewer, but I'm not very active anymore anyway,
unfortunately. Apologies.

From now on, I'm trying not to add too many packages into nixpkgs, since
flakes are available. I guess when I first started using Nix I got
overexcited by how easy it was to contribute, so I added things for the
sake of adding things (not because I necessarily used them).
2021-03-01 12:32:20 +01:00
Ben Siraphob e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Ben Siraphob a6ac3eedbd treewide: xdg_utils -> xdg-utils 2021-02-01 15:05:09 +07:00
AndersonTorres 1a1fc977f7 xfce4-embed-plugin: removing myself from maintainers list 2021-01-31 02:49:31 -03:00
AndersonTorres fa2ba89513 xfce4-eyes-plugin: removing myself from maintainers list 2021-01-31 02:49:31 -03:00
AndersonTorres 272e31c310 xfce4-xkb-plugin: 0.8.1 -> 0.8.2 2021-01-31 02:49:31 -03:00
AndersonTorres 29234c4378 xfce4-verve-plugin: 2.0.0 -> 2.0.1 2021-01-31 02:49:31 -03:00
AndersonTorres 47e82e1733 xfce4-systemload-plugin: 1.2.3 -> 1.2.4 2021-01-31 02:49:31 -03:00
AndersonTorres dc5efe63fd xfce4-notes-plugin: 1.8.1 -> 1.9.0 2021-01-31 02:49:30 -03:00
AndersonTorres aaa6db1730 xfce4-genmon-plugin: 4.0.2 -> 4.1.1 2021-01-31 02:49:30 -03:00
AndersonTorres e1adcd80d5 xfce4-fsguard-plugin: 1.1.1 -> 1.1.2 2021-01-31 02:49:30 -03:00
AndersonTorres b831e09bf4 xfce4-cpugraph-plugin: 1.1.0 -> 1.2.1 2021-01-31 02:49:30 -03:00
AndersonTorres b57e63b788 xfce4-mailwatch-plugin: reorder 2021-01-31 02:49:30 -03:00
AndersonTorres 54269736be xfce4-namebar-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
AndersonTorres e1dd2a9ff1 xfwm4-themes: reorder 2021-01-31 01:55:25 -03:00
AndersonTorres 8f2d3208b8 xfce4-icon-theme: reorder file
A small modification to standardize the directory structure of XFCE expressions.
2021-01-31 01:55:25 -03:00
Sandro 46815990d6
Merge pull request #110995 from berbiche/init-xfce4-i3-workspaces-plugin
xfce.xfce4-i3-workspaces-plugin: init at 1.4.0
2021-01-29 00:35:42 +01:00
Nicolas Berbiche c1ee2f8d45
xfce.xfce4-i3-workspaces-plugin: init at 1.4.0 2021-01-28 12:45:22 -05:00
Pavol Rusnak a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Ben Siraphob 5fffcef915 pkgs/desktops: pkgconfig -> pkg-config 2021-01-16 23:49:59 -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
Ben Siraphob 3ae5e6ce03 treewide: remove enableParallelBuilding = true if using cmake 2021-01-03 18:37:40 +07:00
Jonathan Ringer 572a864d02 xfce.xfce4-namebar-plugin: fix build 2020-12-30 14:21:28 -08:00
José Romildo Malaquias 237ea07b9b xfce.xfce4-namebar-plugin: 0.3.1 -> 1.0.0
- Update to version 1.0.0, based on gtk3
- Compile with vala 0.46
- Use pname
- Fix owner of git repository
- Add updateScript
2020-12-27 18:16:37 -03:00
José Romildo Malaquias afd2d87cfe xfce.xfwm4: 4.14.5 -> 4.14.6
It seems that the tag xfwm4-4.14.5 was changed to xfwm4-4-14.5 upstream.
2020-12-27 17:39:04 -03:00
José Romildo Malaquias 532133ab3c xfce.xfce4-whiskermenu-plugin: odd versions are not unstable 2020-12-27 17:39:04 -03:00
José Romildo Malaquias 7918e97472 xfce.mousepad: odd versions are not unstable 2020-12-27 17:39:04 -03:00
José Romildo Malaquias e18817b4f4 xfce.orage: do not use mkXfceDerivation
The source is archived and unavailable at the new Xfce git repository
2020-12-27 17:39:04 -03:00
José Romildo Malaquias 9ef6317164 xfce: use pname 2020-12-27 17:39:04 -03:00
José Romildo Malaquias 34de28ed17 xfce: update src to use new git repository 2020-12-27 14:30:07 -03:00
kvtb c7ef70f6c8
xfce.orage: fix dead link 2020-12-27 10:40:04 +00:00
Guillaume Girol 43acd21b06
Merge pull request #106762 from symphorien/thunar-send-email
xfce.exo: fix $out/lib/xfce4/exo/exo-compose-mail
2020-12-15 19:19:39 +00:00