Unverified Commit a5b890b7 authored by Bobby Rong's avatar Bobby Rong Committed by GitHub
Browse files

Merge pull request #258144 from bobby285271/upd/xfce

Xfce updates 2023-09-30
parents d2f79d74 6012a834
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,10 +3,10 @@
mkXfceDerivation {
  category = "apps";
  pname = "gigolo";
  version = "0.5.2";
  version = "0.5.3";
  odd-unstable = false;

  sha256 = "sha256-8UDb4H3zxRKx2y+MRsozQoR3es0fs5ooR/5wBIE11bY=";
  sha256 = "sha256-dxaFuKbSqhj/l5JV31cI+XzgdghfbcVwVtwmRiZeff8=";

  buildInputs = [ gtk3 glib ];

+2 −2
Original line number Diff line number Diff line
@@ -16,9 +16,9 @@
mkXfceDerivation {
  category = "xfce";
  pname = "xfce4-panel";
  version = "4.18.4";
  version = "4.18.5";

  sha256 = "sha256-OEU9NzvgWn6zJGdK9Te2qBbARlwvRrLHuaUocNyGd/g=";
  sha256 = "sha256-1oh9C2ZlpcUulqhxUEPLhX22R7tko0rMmDixgkgaU9o=";

  nativeBuildInputs = [
    gobject-introspection
+27 −4
Original line number Diff line number Diff line
{ lib, mkXfceDerivation, libXtst, libxfce4ui, xfce4-panel, xfconf }:
{ lib
, mkXfceDerivation
, glib
, gtk3
, libX11
, libXtst
, libxfce4ui
, libxfce4util
, qrencode
, xfce4-panel
, xfconf
, wayland
}:

mkXfceDerivation {
  category = "panel-plugins";
  pname = "xfce4-clipman-plugin";
  version = "1.6.4";
  sha256 = "sha256-N/e97C6xWyF1GUg7gMN0Wcw35awypflMmA+Pdg6alEw=";
  version = "1.6.5";
  sha256 = "sha256-aKcIwlNlaJEHgIq0S7+VG/os49+zRqkZXsQVse4B9oE=";

  buildInputs = [ libXtst libxfce4ui xfce4-panel xfconf ];
  buildInputs = [
    glib
    gtk3
    libX11
    libXtst
    libxfce4ui
    libxfce4util
    qrencode
    xfce4-panel
    xfconf
    wayland
  ];

  meta = with lib; {
    description = "Clipboard manager for Xfce panel";