From dd42f866dcf3a86fd33f381c75f2cdfbc588a349 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 21 Apr 2023 23:14:47 +0800 Subject: [PATCH 1/3] xfce.xfce4-battery-plugin: 1.1.4 -> 1.1.5 https://gitlab.xfce.org/panel-plugins/xfce4-battery-plugin/-/compare/xfce4-battery-plugin-1.1.4...xfce4-battery-plugin-1.1.5 --- .../xfce4-battery-plugin/default.nix | 23 +++++++++++++++---- 1 file changed, 19 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-battery-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-battery-plugin/default.nix index bfaa340f5249..e2a28c8bad8b 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-battery-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-battery-plugin/default.nix @@ -1,14 +1,29 @@ -{ lib, mkXfceDerivation, gtk3, libxfce4ui, libxfce4util, xfce4-panel, xfconf }: +{ lib +, mkXfceDerivation +, glib +, gtk3 +, libxfce4ui +, libxfce4util +, xfce4-panel +, xfconf +}: mkXfceDerivation { category = "panel-plugins"; pname = "xfce4-battery-plugin"; - version = "1.1.4"; + version = "1.1.5"; rev-prefix = "xfce4-battery-plugin-"; odd-unstable = false; - sha256 = "sha256-LwwlyWhtVM+OHR9KtE4DPyU5V/dMOjcgSjsI3o7qfk8="; + sha256 = "sha256-X5EGDZaPZdTxiLXyeLwnMx97P6wPy+H09hi9+OFYyY0="; - buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel xfconf ]; + buildInputs = [ + glib + gtk3 + libxfce4ui + libxfce4util + xfce4-panel + xfconf + ]; meta = with lib; { description = "Battery plugin for Xfce panel"; From b5c4fe279abda720af644f2c330b03f132421ce9 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 21 Apr 2023 23:17:31 +0800 Subject: [PATCH 2/3] xfce.xfce4-fsguard-plugin: 1.1.2 -> 1.1.3 https://gitlab.xfce.org/panel-plugins/xfce4-fsguard-plugin/-/compare/xfce4-fsguard-plugin-1.1.2...xfce4-fsguard-plugin-1.1.3 --- .../xfce/panel-plugins/xfce4-fsguard-plugin/default.nix | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix index 7f1cfe91891e..3abc25669e6b 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin/default.nix @@ -7,6 +7,7 @@ , xfce4-panel , libxfce4ui , xfconf +, glib , gtk3 , gitUpdater }: @@ -14,12 +15,12 @@ let category = "panel-plugins"; in stdenv.mkDerivation rec { - pname = "xfce4-fsguard-plugin"; - version = "1.1.2"; + pname = "xfce4-fsguard-plugin"; + version = "1.1.3"; src = fetchurl { url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-Z9jmohmnEXxZaTrbxZw5puujHj8YpUmRie9O8otVQQU="; + sha256 = "sha256-hO+LtHUiktZMDvEBut97FESHkL+gqF3mRNv6Iphuwlg="; }; nativeBuildInputs = [ @@ -32,6 +33,7 @@ in stdenv.mkDerivation rec { libxfce4ui xfce4-panel xfconf + glib gtk3 ]; From 419d64586e5fec185b3acc99ed018666c691eedb Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Fri, 21 Apr 2023 23:20:49 +0800 Subject: [PATCH 3/3] xfce.xfce4-mailwatch-plugin: 1.3.0 -> 1.3.1 https://gitlab.xfce.org/panel-plugins/xfce4-mailwatch-plugin/compare/xfce4-mailwatch-plugin-1.3.0...xfce4-mailwatch-plugin-1.3.1 --- .../xfce4-mailwatch-plugin/default.nix | 26 +++++++++++++++---- 1 file changed, 21 insertions(+), 5 deletions(-) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin/default.nix index 1b06566170ae..0a3e4029b347 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-mailwatch-plugin/default.nix @@ -1,17 +1,30 @@ -{ lib, stdenv, fetchurl, pkg-config, intltool, xfce4-panel, libxfce4ui, - exo, gnutls, libgcrypt, gitUpdater }: +{ lib +, stdenv +, fetchurl +, pkg-config +, intltool +, xfce4-panel +, libxfce4ui +, libxfce4util +, exo +, glib +, gtk3 +, gnutls +, libgcrypt +, gitUpdater +}: let category = "panel-plugins"; in stdenv.mkDerivation rec { - pname = "xfce4-mailwatch-plugin"; - version = "1.3.0"; + pname = "xfce4-mailwatch-plugin"; + version = "1.3.1"; src = fetchurl { url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-IPkevv0ogLJ/Qh93MRWzdA9n3iv2D+rOOEG/0aCcvi4="; + sha256 = "sha256-BUlk6f5MpmhIZACZHOHqAdB6rHuiNfSxTUqPfZgABGo="; }; nativeBuildInputs = [ @@ -21,8 +34,11 @@ stdenv.mkDerivation rec { buildInputs = [ libxfce4ui + libxfce4util xfce4-panel exo + glib + gtk3 gnutls libgcrypt ];