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

Merge pull request #231993 from bobby285271/upd/xfce

Xfce updates 2023-05-15
parents 7907b061 47d41eda
Loading
Loading
Loading
Loading
+18 −4
Original line number Diff line number Diff line
{ lib, mkXfceDerivation, gobject-introspection, gtk3, gtksourceview4, gspell }:
{ lib
, mkXfceDerivation
, gobject-introspection
, glib
, gtk3
, gtksourceview4
, gspell
, polkit
}:

mkXfceDerivation {
  category = "apps";
  pname = "mousepad";
  version = "0.6.0";
  version = "0.6.1";
  odd-unstable = false;

  sha256 = "sha256-VmpCjR8/3rsCGkVGhT+IdC6kaQkGz8G2ktFhJk32DeQ=";
  sha256 = "sha256-MLdexhIsQa4XuVaLgtQ2aVJ00+pwkhAP3qMj0XXPqh0=";

  nativeBuildInputs = [ gobject-introspection ];

  buildInputs = [ gtk3 gtksourceview4 gspell ];
  buildInputs = [
    glib
    gtk3
    gtksourceview4
    gspell
    polkit # optional polkit support
  ];

  # Use the GSettings keyfile backend rather than DConf
  configureFlags = [ "--enable-keyfile-settings" ];
+2 −2
Original line number Diff line number Diff line
@@ -11,10 +11,10 @@
mkXfceDerivation {
  category = "apps";
  pname = "ristretto";
  version = "0.13.0";
  version = "0.13.1";
  odd-unstable = false;

  sha256 = "sha256-K1cC5NnRv/C5ZiwMAmaQ8qxvlxHRsJ4F1TgR9CN8Qgc=";
  sha256 = "sha256-Tor4mA0uSpVCdK6mla1L0JswgURnGPOfkYBR2N1AbL0=";

  buildInputs = [
    glib
+2 −2
Original line number Diff line number Diff line
@@ -12,10 +12,10 @@
mkXfceDerivation {
  category = "apps";
  pname = "xfce4-screenshooter";
  version = "1.10.3";
  version = "1.10.4";
  odd-unstable = false;

  sha256 = "sha256-L+qlxzNgjsoMi+VsbOFG7L/IITbF1iqMWqujhk0rAcA=";
  sha256 = "sha256-jikvMHpmBLTqwDjTxx4AMU8CnfrtSExFauq+gcTX2E8=";

  buildInputs = [
    exo
+2 −2
Original line number Diff line number Diff line
@@ -5,13 +5,13 @@

stdenv.mkDerivation rec {
  pname = "xfce4-i3-workspaces-plugin";
  version = "1.4.0";
  version = "1.4.1";

  src = fetchFromGitHub {
    owner = "denesb";
    repo = "xfce4-i3-workspaces-plugin";
    rev = version;
    sha256 = "sha256-+tjxMr0UbE3BLdxBwNr2mZqKSQOOtw69FmN4rk4loyA=";
    sha256 = "sha256-Ss3uUmNvBqiu7hUaSy98+YYrWs64LFGbV4DMAV+xkvA=";
  };

  nativeBuildInputs = [