From 6537121e53c76c73f8e1aaa65954e998731f2b86 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 23 Apr 2023 02:06:57 +0000 Subject: [PATCH 1/3] xfce.xfce4-dict: 0.8.4 -> 0.8.5 https://gitlab.xfce.org/apps/xfce4-dict/-/compare/xfce4-dict-0.8.4...xfce4-dict-0.8.5 --- .../xfce/applications/xfce4-dict/default.nix | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/xfce/applications/xfce4-dict/default.nix b/pkgs/desktops/xfce/applications/xfce4-dict/default.nix index 989d07a44f65..65431b3917d9 100644 --- a/pkgs/desktops/xfce/applications/xfce4-dict/default.nix +++ b/pkgs/desktops/xfce/applications/xfce4-dict/default.nix @@ -1,11 +1,19 @@ -{ lib, mkXfceDerivation, automakeAddFlags, gtk3, libxfce4ui, libxfce4util, xfce4-panel }: +{ lib +, mkXfceDerivation +, automakeAddFlags +, glib +, gtk3 +, libxfce4ui +, libxfce4util +, xfce4-panel +}: mkXfceDerivation { category = "apps"; pname = "xfce4-dict"; - version = "0.8.4"; + version = "0.8.5"; - sha256 = "sha256-UEkHB+i6hkTTjX62GCnr4uiCdZANuffSx2Nb2DF/pT4="; + sha256 = "sha256-sU9V2cQUFG5571c7xrVSDCxanAbbnCUg2YLZ2uzoPJ0="; patches = [ ./configure-gio.patch ]; @@ -15,7 +23,13 @@ mkXfceDerivation { automakeAddFlags lib/Makefile.am libdict_la_CFLAGS GIO_CFLAGS ''; - buildInputs = [ gtk3 libxfce4ui libxfce4util xfce4-panel ]; + buildInputs = [ + glib + gtk3 + libxfce4ui + libxfce4util + xfce4-panel + ]; meta = with lib; { description = "A Dictionary Client for the Xfce desktop environment"; From 0bbec286d7935a79f51c2b66869935b64689c241 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 23 Apr 2023 02:08:47 +0000 Subject: [PATCH 2/3] xfce.xfce4-time-out-plugin: 1.1.2 -> 1.1.3 https://gitlab.xfce.org/panel-plugins/xfce4-time-out-plugin/-/compare/xfce4-time-out-plugin-1.1.2...xfce4-time-out-plugin-1.1.3 --- .../xfce4-time-out-plugin/default.nix | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-time-out-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-time-out-plugin/default.nix index 6939dc42b31c..a5b656650170 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-time-out-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-time-out-plugin/default.nix @@ -1,15 +1,28 @@ -{ lib, mkXfceDerivation, gtk3, libxfce4ui, libxfce4util, xfce4-panel, xfconf }: +{ lib +, mkXfceDerivation +, glib +, gtk3 +, libxfce4ui +, libxfce4util +, xfce4-panel +, xfconf +}: mkXfceDerivation { category = "panel-plugins"; pname = "xfce4-time-out-plugin"; - version = "1.1.2"; + version = "1.1.3"; rev-prefix = "xfce4-time-out-plugin-"; odd-unstable = false; - sha256 = "sha256-xfkQjlUfvm0YXs3bRJD4W/71VkaPq3Y+cDFVNiL/bjc="; + sha256 = "sha256-sm6y3t4nngZDg4Q8S3SVkNR++XkCKysQePN6Qei1OY8="; buildInputs = [ - gtk3 libxfce4ui libxfce4util xfce4-panel xfconf + glib + gtk3 + libxfce4ui + libxfce4util + xfce4-panel + xfconf ]; meta = with lib; { From e9b044f247d64a62013acee8fb4460e172139f60 Mon Sep 17 00:00:00 2001 From: Bobby Rong Date: Sun, 23 Apr 2023 02:09:12 +0000 Subject: [PATCH 3/3] xfce.xfce4-weather-plugin: 0.11.0 -> 0.11.1 https://gitlab.xfce.org/panel-plugins/xfce4-weather-plugin/-/compare/xfce4-weather-plugin-0.11.0...xfce4-weather-plugin-0.11.1 --- .../xfce4-weather-plugin/default.nix | 28 +++++++++++++++---- 1 file changed, 23 insertions(+), 5 deletions(-) diff --git a/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix b/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix index cd30b79650e3..162160e4e813 100644 --- a/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix +++ b/pkgs/desktops/xfce/panel-plugins/xfce4-weather-plugin/default.nix @@ -1,17 +1,32 @@ -{ lib, stdenv, fetchurl, pkg-config, intltool, libxml2, libsoup, upower, - libxfce4ui, xfce4-panel, xfconf, hicolor-icon-theme, gitUpdater }: +{ lib +, stdenv +, fetchurl +, pkg-config +, intltool +, glib +, gtk3 +, libxml2 +, libsoup +, upower +, libxfce4ui +, libxfce4util +, xfce4-panel +, xfconf +, hicolor-icon-theme +, gitUpdater +}: let category = "panel-plugins"; in stdenv.mkDerivation rec { - pname = "xfce4-weather-plugin"; - version = "0.11.0"; + pname = "xfce4-weather-plugin"; + version = "0.11.1"; src = fetchurl { url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2"; - sha256 = "sha256-4yQuqVHVG8D97R0CpPH2Yr7Bah+xDIVfcb2mVBoRU/w="; + sha256 = "sha256-pFFG+aDc3JXRkcCcZK0nmuKJz4+BHEQz4I4xplaEUjk="; }; nativeBuildInputs = [ @@ -20,10 +35,13 @@ stdenv.mkDerivation rec { ]; buildInputs = [ + glib + gtk3 libxml2 libsoup upower libxfce4ui + libxfce4util xfce4-panel xfconf hicolor-icon-theme