2022-11-05 21:10:58 +00:00
|
|
|
{ config
|
|
|
|
, lib
|
|
|
|
, pkgs
|
|
|
|
, splicePackages
|
|
|
|
, newScope
|
|
|
|
, pkgsBuildBuild
|
|
|
|
, pkgsBuildHost
|
|
|
|
, pkgsBuildTarget
|
|
|
|
, pkgsHostHost
|
|
|
|
, pkgsTargetTarget
|
|
|
|
}:
|
|
|
|
|
|
|
|
let
|
|
|
|
otherSplices = {
|
|
|
|
selfBuildBuild = pkgsBuildBuild.xfce;
|
|
|
|
selfBuildHost = pkgsBuildHost.xfce;
|
|
|
|
selfBuildTarget = pkgsBuildTarget.xfce;
|
|
|
|
selfHostHost = pkgsHostHost.xfce;
|
|
|
|
selfTargetTarget = pkgsTargetTarget.xfce or {};
|
|
|
|
};
|
|
|
|
keep = _self: { };
|
|
|
|
extra = _spliced0: {};
|
|
|
|
|
|
|
|
in lib.makeScopeWithSplicing
|
|
|
|
splicePackages
|
|
|
|
newScope
|
|
|
|
otherSplices
|
|
|
|
keep
|
|
|
|
extra
|
|
|
|
(self: with self; {
|
2018-01-08 04:27:35 +00:00
|
|
|
#### NixOS support
|
2013-02-21 11:16:51 +00:00
|
|
|
|
2022-02-21 01:11:49 +00:00
|
|
|
genericUpdater = pkgs.genericUpdater;
|
2020-04-13 21:09:24 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
mkXfceDerivation = callPackage ./mkXfceDerivation.nix { };
|
|
|
|
|
|
|
|
automakeAddFlags = pkgs.makeSetupHook { } ./automakeAddFlags.sh;
|
2013-02-21 11:16:51 +00:00
|
|
|
|
2018-01-08 04:27:35 +00:00
|
|
|
#### CORE
|
2013-03-09 09:51:34 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
exo = callPackage ./core/exo { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
garcon = callPackage ./core/garcon { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
libxfce4ui = callPackage ./core/libxfce4ui { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
libxfce4util = callPackage ./core/libxfce4util { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
thunar = callPackage ./core/thunar {
|
|
|
|
thunarPlugins = [];
|
|
|
|
};
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
thunar-volman = callPackage ./core/thunar-volman { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
|
|
|
thunar-archive-plugin = callPackage ./thunar-plugins/archive { };
|
|
|
|
|
|
|
|
thunar-dropbox-plugin = callPackage ./thunar-plugins/dropbox { };
|
|
|
|
|
2021-06-18 00:14:35 +00:00
|
|
|
thunar-media-tags-plugin = callPackage ./thunar-plugins/media-tags { };
|
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
tumbler = callPackage ./core/tumbler { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-panel = callPackage ./core/xfce4-panel { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-session = callPackage ./core/xfce4-session { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-settings = callPackage ./core/xfce4-settings { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-power-manager = callPackage ./core/xfce4-power-manager { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfconf = callPackage ./core/xfconf { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfdesktop = callPackage ./core/xfdesktop { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfwm4 = callPackage ./core/xfwm4 { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-appfinder = callPackage ./core/xfce4-appfinder { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-dev-tools = callPackage ./core/xfce4-dev-tools {
|
|
|
|
mkXfceDerivation = mkXfceDerivation.override {
|
|
|
|
xfce4-dev-tools = null;
|
|
|
|
};
|
|
|
|
};
|
2018-01-08 04:27:35 +00:00
|
|
|
|
|
|
|
#### APPLICATIONS
|
|
|
|
|
2019-12-22 19:03:12 +00:00
|
|
|
catfish = callPackage ./applications/catfish { };
|
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
gigolo = callPackage ./applications/gigolo { };
|
|
|
|
|
|
|
|
mousepad = callPackage ./applications/mousepad { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
orage = callPackage ./applications/orage { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
parole = callPackage ./applications/parole { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
ristretto = callPackage ./applications/ristretto { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-taskmanager = callPackage ./applications/xfce4-taskmanager { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-dict = callPackage ./applications/xfce4-dict { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-terminal = callPackage ./applications/xfce4-terminal { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-11-19 10:11:08 +00:00
|
|
|
xfce4-screensaver = callPackage ./applications/xfce4-screensaver { };
|
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-screenshooter = callPackage ./applications/xfce4-screenshooter {
|
2021-05-07 21:18:14 +00:00
|
|
|
inherit (pkgs.gnome) libsoup;
|
2019-11-04 21:27:22 +00:00
|
|
|
};
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2020-03-02 17:22:07 +00:00
|
|
|
xfdashboard = callPackage ./applications/xfdashboard {};
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-volumed-pulse = callPackage ./applications/xfce4-volumed-pulse { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-notifyd = callPackage ./applications/xfce4-notifyd { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfburn = callPackage ./applications/xfburn { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-06-27 19:24:41 +00:00
|
|
|
xfce4-panel-profiles = callPackage ./applications/xfce4-panel-profiles { };
|
|
|
|
|
2018-01-08 04:27:35 +00:00
|
|
|
#### ART
|
|
|
|
|
2021-01-31 00:13:31 +00:00
|
|
|
xfce4-icon-theme = callPackage ./art/xfce4-icon-theme { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 00:53:00 +00:00
|
|
|
xfwm4-themes = callPackage ./art/xfwm4-themes { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
|
|
|
#### PANEL PLUGINS
|
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-battery-plugin = callPackage ./panel-plugins/xfce4-battery-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-clipman-plugin = callPackage ./panel-plugins/xfce4-clipman-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-cpufreq-plugin = callPackage ./panel-plugins/xfce4-cpufreq-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 01:18:28 +00:00
|
|
|
xfce4-cpugraph-plugin = callPackage ./panel-plugins/xfce4-cpugraph-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-05 23:32:31 +00:00
|
|
|
xfce4-datetime-plugin = callPackage ./panel-plugins/xfce4-datetime-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 01:26:06 +00:00
|
|
|
xfce4-dockbarx-plugin = callPackage ./panel-plugins/xfce4-dockbarx-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 01:29:10 +00:00
|
|
|
xfce4-embed-plugin = callPackage ./panel-plugins/xfce4-embed-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 01:32:18 +00:00
|
|
|
xfce4-eyes-plugin = callPackage ./panel-plugins/xfce4-eyes-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 01:39:43 +00:00
|
|
|
xfce4-fsguard-plugin = callPackage ./panel-plugins/xfce4-fsguard-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 01:40:29 +00:00
|
|
|
xfce4-genmon-plugin = callPackage ./panel-plugins/xfce4-genmon-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 02:03:23 +00:00
|
|
|
xfce4-hardware-monitor-plugin = callPackage ./panel-plugins/xfce4-hardware-monitor-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 02:05:56 +00:00
|
|
|
xfce4-i3-workspaces-plugin = callPackage ./panel-plugins/xfce4-i3-workspaces-plugin { };
|
2021-01-28 05:06:38 +00:00
|
|
|
|
2021-01-31 02:07:03 +00:00
|
|
|
xfce4-namebar-plugin = callPackage ./panel-plugins/xfce4-namebar-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-netload-plugin = callPackage ./panel-plugins/xfce4-netload-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 02:15:16 +00:00
|
|
|
xfce4-notes-plugin = callPackage ./panel-plugins/xfce4-notes-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 02:37:09 +00:00
|
|
|
xfce4-mailwatch-plugin = callPackage ./panel-plugins/xfce4-mailwatch-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 02:11:30 +00:00
|
|
|
xfce4-mpc-plugin = callPackage ./panel-plugins/xfce4-mpc-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 02:31:19 +00:00
|
|
|
xfce4-sensors-plugin = callPackage ./panel-plugins/xfce4-sensors-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 02:25:12 +00:00
|
|
|
xfce4-systemload-plugin = callPackage ./panel-plugins/xfce4-systemload-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2022-10-07 10:43:04 +00:00
|
|
|
xfce4-time-out-plugin = callPackage ./panel-plugins/xfce4-time-out-plugin { };
|
|
|
|
|
2021-01-31 02:29:58 +00:00
|
|
|
xfce4-timer-plugin = callPackage ./panel-plugins/xfce4-timer-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-28 00:23:49 +00:00
|
|
|
xfce4-verve-plugin = callPackage ./panel-plugins/xfce4-verve-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-xkb-plugin = callPackage ./panel-plugins/xfce4-xkb-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 02:27:42 +00:00
|
|
|
xfce4-weather-plugin = callPackage ./panel-plugins/xfce4-weather-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-whiskermenu-plugin = callPackage ./panel-plugins/xfce4-whiskermenu-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2021-01-31 02:26:16 +00:00
|
|
|
xfce4-windowck-plugin = callPackage ./panel-plugins/xfce4-windowck-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2019-11-04 21:27:22 +00:00
|
|
|
xfce4-pulseaudio-plugin = callPackage ./panel-plugins/xfce4-pulseaudio-plugin { };
|
2018-01-08 04:27:35 +00:00
|
|
|
|
2022-04-01 09:33:10 +00:00
|
|
|
} // lib.optionalAttrs config.allowAliases {
|
2022-05-24 18:07:00 +00:00
|
|
|
#### ALIASES
|
|
|
|
|
2022-05-27 12:47:40 +00:00
|
|
|
xinitrc = xfce4-session.xinitrc; # added 2019-11-04
|
|
|
|
|
|
|
|
thunar-bare = thunar.override { thunarPlugins = []; }; # added 2019-11-04
|
|
|
|
|
|
|
|
}) // lib.optionalAttrs config.allowAliases {
|
|
|
|
#### Legacy aliases. They need to be outside the scope or they will shadow the attributes from parent scope.
|
|
|
|
|
2022-05-24 18:07:00 +00:00
|
|
|
terminal = throw "xfce.terminal has been removed, use xfce.xfce4-terminal instead"; # added 2022-05-24
|
|
|
|
thunar-build = throw "xfce.thunar-build has been removed, use xfce.thunar-bare instead"; # added 2022-05-24
|
|
|
|
thunarx-2-dev = throw "xfce.thunarx-2-dev has been removed, use xfce.thunar-bare instead"; # added 2022-05-24
|
|
|
|
thunar_volman = throw "xfce.thunar_volman has been removed, use xfce.thunar-volman instead"; # added 2022-05-24
|
|
|
|
xfce4panel = throw "xfce.xfce4panel has been removed, use xfce.xfce4-panel instead"; # added 2022-05-24
|
|
|
|
xfce4session = throw "xfce.xfce4session has been removed, use xfce.xfce4-session instead"; # added 2022-05-24
|
|
|
|
xfce4settings = throw "xfce.xfce4settings has been removed, use xfce.xfce4-settings instead"; # added 2022-05-24
|
|
|
|
xfce4_power_manager = throw "xfce.xfce4_power_manager has been removed, use xfce.xfce4-power-manager instead"; # added 2022-05-24
|
|
|
|
xfce4_appfinder = throw "xfce.xfce4_appfinder has been removed, use xfce.xfce4-appfinder instead"; # added 2022-05-24
|
|
|
|
xfce4_dev_tools = throw "xfce.xfce4_dev_tools has been removed, use xfce.xfce4-dev-tools instead"; # added 2022-05-24
|
|
|
|
xfce4notifyd = throw "xfce.xfce4notifyd has been removed, use xfce.xfce4-notifyd instead"; # added 2022-05-24
|
|
|
|
xfce4taskmanager = throw "xfce.xfce4taskmanager has been removed, use xfce.xfce4-taskmanager instead"; # added 2022-05-24
|
|
|
|
xfce4terminal = throw "xfce.xfce4terminal has been removed, use xfce.xfce4-terminal instead"; # added 2022-05-24
|
|
|
|
xfce4volumed_pulse = throw "xfce.xfce4volumed_pulse has been removed, use xfce.xfce4-volumed-pulse instead"; # added 2022-05-24
|
|
|
|
xfce4icontheme = throw "xfce.xfce4icontheme has been removed, use xfce.xfce4-icon-theme instead"; # added 2022-05-24
|
|
|
|
xfwm4themes = throw "xfce.xfwm4themes has been removed, use xfce.xfwm4-themes instead"; # added 2022-05-24
|
|
|
|
xfce4_battery_plugin = throw "xfce.xfce4_battery_plugin has been removed, use xfce.xfce4-battery-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_clipman_plugin = throw "xfce.xfce4_clipman_plugin has been removed, use xfce.xfce4-clipman-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_cpufreq_plugin = throw "xfce.xfce4_cpufreq_plugin has been removed, use xfce.xfce4-cpufreq-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_cpugraph_plugin = throw "xfce.xfce4_cpugraph_plugin has been removed, use xfce.xfce4-cpugraph-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_datetime_plugin = throw "xfce.xfce4_datetime_plugin has been removed, use xfce.xfce4-datetime-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_dockbarx_plugin = throw "xfce.xfce4_dockbarx_plugin has been removed, use xfce.xfce4-dockbarx-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_embed_plugin = throw "xfce.xfce4_embed_plugin has been removed, use xfce.xfce4-embed-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_eyes_plugin = throw "xfce.xfce4_eyes_plugin has been removed, use xfce.xfce4-eyes-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_fsguard_plugin = throw "xfce.xfce4_fsguard_plugin has been removed, use xfce.xfce4-fsguard-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_genmon_plugin = throw "xfce.xfce4_genmon_plugin has been removed, use xfce.xfce4-genmon-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_hardware_monitor_plugin = throw "xfce.xfce4_hardware_monitor_plugin has been removed, use xfce.xfce4-hardware-monitor-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_namebar_plugin = throw "xfce.xfce4_namebar_plugin has been removed, use xfce.xfce4-namebar-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_netload_plugin = throw "xfce.xfce4_netload_plugin has been removed, use xfce.xfce4-netload-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_notes_plugin = throw "xfce.xfce4_notes_plugin has been removed, use xfce.xfce4-notes-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_mailwatch_plugin = throw "xfce.xfce4_mailwatch_plugin has been removed, use xfce.xfce4-mailwatch-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_mpc_plugin = throw "xfce.xfce4_mpc_plugin has been removed, use xfce.xfce4-mpc-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_sensors_plugin = throw "xfce.xfce4_sensors_plugin has been removed, use xfce.xfce4-sensors-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_systemload_plugin = throw "xfce.xfce4_systemload_plugin has been removed, use xfce.xfce4-systemload-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_timer_plugin = throw "xfce.xfce4_timer_plugin has been removed, use xfce.xfce4-timer-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_verve_plugin = throw "xfce.xfce4_verve_plugin has been removed, use xfce.xfce4-verve-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_xkb_plugin = throw "xfce.xfce4_xkb_plugin has been removed, use xfce.xfce4-xkb-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_weather_plugin = throw "xfce.xfce4_weather_plugin has been removed, use xfce.xfce4-weather-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_whiskermenu_plugin = throw "xfce.xfce4_whiskermenu_plugin has been removed, use xfce.xfce4-whiskermenu-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_windowck_plugin = throw "xfce.xfce4_windowck_plugin has been removed, use xfce.xfce4-windowck-plugin instead"; # added 2022-05-24
|
|
|
|
xfce4_pulseaudio_plugin = throw "xfce.xfce4_pulseaudio_plugin has been removed, use xfce.xfce4-pulseaudio-plugin instead"; # added 2022-05-24
|
|
|
|
libxfce4ui_gtk3 = throw "xfce.libxfce4ui_gtk3 has been removed, use xfce.libxfce4ui instead"; # added 2022-05-24
|
|
|
|
xfce4panel_gtk3 = throw "xfce.xfce4panel_gtk3 has been removed, use xfce.xfce4-panel instead"; # added 2022-05-24
|
|
|
|
xfce4_power_manager_gtk3 = throw "xfce.xfce4_power_manager_gtk3 has been removed, use xfce.xfce4-power-manager instead"; # added 2022-05-24
|
|
|
|
gtk = throw "xfce.gtk has been removed, use gtk2 instead"; # added 2022-05-24
|
|
|
|
gtksourceview = throw "xfce.gtksourceview has been removed, use gtksourceview instead"; # added 2022-05-24
|
|
|
|
dconf = throw "xfce.dconf has been removed, use dconf instead"; # added 2022-05-24
|
|
|
|
vte = throw "xfce.vte has been removed, use vte instead"; # added 2022-05-24
|
2022-05-27 12:47:40 +00:00
|
|
|
}
|