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

Xfce updates 2025-05-21 (#409413)

parents 48ec0021 542389a8
Loading
Loading
Loading
Loading
+19 −16
Original line number Diff line number Diff line
@@ -3,29 +3,32 @@
  stdenv,
  fetchurl,
  gettext,
  meson,
  ninja,
  pkg-config,
  libxfce4util,
  xfce4-panel,
  libxfce4ui,
  xfconf,
  glib,
  gtk3,
  gitUpdater,
}:

let
  category = "panel-plugins";
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
  pname = "xfce4-eyes-plugin";
  version = "4.6.2";
  version = "4.7.0";

  src = fetchurl {
    url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
    sha256 = "sha256-ArSsY3YEoLkmJhbLlhPg/meX+2sPH8KImnfh4K1KAaU=";
    url = "mirror://xfce/src/panel-plugins/xfce4-eyes-plugin/${lib.versions.majorMinor finalAttrs.version}/xfce4-eyes-plugin-${finalAttrs.version}.tar.xz";
    hash = "sha256-h/m5eMp1q7OqXtsTFetl75hlSmYsFGIYR93/6KpldK0=";
  };

  strictDeps = true;

  nativeBuildInputs = [
    gettext
    meson
    ninja
    pkg-config
  ];

@@ -33,20 +36,20 @@ stdenv.mkDerivation rec {
    libxfce4util
    libxfce4ui
    xfce4-panel
    xfconf
    glib
    gtk3
  ];

  passthru.updateScript = gitUpdater {
    url = "https://gitlab.xfce.org/panel-plugins/${pname}";
    rev-prefix = "${pname}-";
    url = "https://gitlab.xfce.org/panel-plugins/xfce4-eyes-plugin";
    rev-prefix = "xfce4-eyes-plugin-";
  };

  meta = with lib; {
  meta = {
    homepage = "https://docs.xfce.org/panel-plugins/xfce4-eyes-plugin";
    description = "Rolling eyes (following mouse pointer) plugin for the Xfce panel";
    license = licenses.gpl2Plus;
    platforms = platforms.linux;
    teams = [ teams.xfce ];
    license = lib.licenses.gpl2Plus;
    platforms = lib.platforms.linux;
    teams = [ lib.teams.xfce ];
  };
}
})
+17 −16
Original line number Diff line number Diff line
@@ -3,30 +3,32 @@
  stdenv,
  fetchurl,
  gettext,
  meson,
  ninja,
  pkg-config,
  libxfce4util,
  xfce4-panel,
  libxfce4ui,
  xfconf,
  glib,
  gtk3,
  gitUpdater,
}:

let
  category = "panel-plugins";
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
  pname = "xfce4-fsguard-plugin";
  version = "1.1.4";
  version = "1.2.0";

  src = fetchurl {
    url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
    sha256 = "sha256-JLN4m+bekmeOcDZnhTDE2ks4OKo82kKEOaqNFAcEpKY=";
    url = "mirror://xfce/src/panel-plugins/xfce4-fsguard-plugin/${lib.versions.majorMinor finalAttrs.version}/xfce4-fsguard-plugin-${finalAttrs.version}.tar.xz";
    hash = "sha256-nkDPPOezThwn1rRC86BniGw1FUtdDE1kSiOQOGEdpk8=";
  };

  strictDeps = true;

  nativeBuildInputs = [
    gettext
    meson
    ninja
    pkg-config
  ];

@@ -34,21 +36,20 @@ stdenv.mkDerivation rec {
    libxfce4util
    libxfce4ui
    xfce4-panel
    xfconf
    glib
    gtk3
  ];

  passthru.updateScript = gitUpdater {
    url = "https://gitlab.xfce.org/panel-plugins/${pname}";
    rev-prefix = "${pname}-";
    url = "https://gitlab.xfce.org/panel-plugins/xfce4-fsguard-plugin";
    rev-prefix = "xfce4-fsguard-plugin-";
  };

  meta = with lib; {
  meta = {
    homepage = "https://docs.xfce.org/panel-plugins/xfce4-fsguard-plugin";
    description = "Filesystem usage monitor plugin for the Xfce panel";
    license = licenses.bsd2;
    platforms = platforms.linux;
    teams = [ teams.xfce ];
    license = lib.licenses.bsd2;
    platforms = lib.platforms.linux;
    teams = [ lib.teams.xfce ];
  };
}
})
+19 −14
Original line number Diff line number Diff line
@@ -3,29 +3,33 @@
  stdenv,
  fetchurl,
  gettext,
  meson,
  ninja,
  pkg-config,
  libxfce4util,
  xfce4-panel,
  xfconf,
  libxfce4ui,
  glib,
  gtk3,
  gitUpdater,
}:

let
  category = "panel-plugins";
in
stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
  pname = "xfce4-genmon-plugin";
  version = "4.2.1";
  version = "4.3.0";

  src = fetchurl {
    url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
    sha256 = "sha256-3lQFYuHqWPNanIFeIHNtJq9UGgqTcgERSMt1tfC2WVE=";
    url = "mirror://xfce/src/panel-plugins/xfce4-genmon-plugin/${lib.versions.majorMinor finalAttrs.version}/xfce4-genmon-plugin-${finalAttrs.version}.tar.xz";
    hash = "sha256-B3GXkR2E5boi57uJXObAONu9jo4AZ+1vTkhQK3FnooI=";
  };

  strictDeps = true;

  nativeBuildInputs = [
    gettext
    meson
    ninja
    pkg-config
  ];

@@ -34,19 +38,20 @@ stdenv.mkDerivation rec {
    libxfce4ui
    xfce4-panel
    xfconf
    glib
    gtk3
  ];

  passthru.updateScript = gitUpdater {
    url = "https://gitlab.xfce.org/panel-plugins/${pname}";
    rev-prefix = "${pname}-";
    url = "https://gitlab.xfce.org/panel-plugins/xfce4-genmon-plugin";
    rev-prefix = "xfce4-genmon-plugin-";
  };

  meta = with lib; {
  meta = {
    homepage = "https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin";
    description = "Generic monitor plugin for the Xfce panel";
    license = licenses.gpl2Plus;
    platforms = platforms.linux;
    teams = [ teams.xfce ];
    license = lib.licenses.lgpl21Plus;
    platforms = lib.platforms.linux;
    teams = [ lib.teams.xfce ];
  };
}
})
+17 −15
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
  stdenv,
  fetchurl,
  gettext,
  meson,
  ninja,
  pkg-config,
  xfce4-panel,
  libxfce4ui,
@@ -15,21 +17,21 @@
  gitUpdater,
}:

let
  category = "panel-plugins";
in

stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
  pname = "xfce4-mailwatch-plugin";
  version = "1.3.2";
  version = "1.4.0";

  src = fetchurl {
    url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
    sha256 = "sha256-xHg/FTOJHNLgw0Bm2oWYZNzkWiPKpgFbWMufqdZafkQ=";
    url = "mirror://xfce/src/panel-plugins/xfce4-mailwatch-plugin/${lib.versions.majorMinor finalAttrs.version}/xfce4-mailwatch-plugin-${finalAttrs.version}.tar.xz";
    hash = "sha256-XCEQJdsQlmY/prjMQSE0ZKbXHyTnYyZJnYV/+B6jhh8=";
  };

  strictDeps = true;

  nativeBuildInputs = [
    gettext
    meson
    ninja
    pkg-config
  ];

@@ -45,15 +47,15 @@ stdenv.mkDerivation rec {
  ];

  passthru.updateScript = gitUpdater {
    url = "https://gitlab.xfce.org/panel-plugins/${pname}";
    rev-prefix = "${pname}-";
    url = "https://gitlab.xfce.org/panel-plugins/xfce4-mailwatch-plugin";
    rev-prefix = "xfce4-mailwatch-plugin-";
  };

  meta = with lib; {
  meta = {
    homepage = "https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin";
    description = "Mail watcher plugin for Xfce panel";
    license = licenses.gpl2Only;
    platforms = platforms.linux;
    teams = [ teams.xfce ];
    license = lib.licenses.gpl2Plus;
    platforms = lib.platforms.linux;
    teams = [ lib.teams.xfce ];
  };
}
})
+17 −15
Original line number Diff line number Diff line
@@ -3,7 +3,10 @@
  stdenv,
  fetchurl,
  gettext,
  meson,
  ninja,
  pkg-config,
  libmpd,
  libxfce4util,
  xfce4-panel,
  libxfce4ui,
@@ -12,25 +15,24 @@
  gitUpdater,
}:

let
  category = "panel-plugins";
in

stdenv.mkDerivation rec {
stdenv.mkDerivation (finalAttrs: {
  pname = "xfce4-mpc-plugin";
  version = "0.5.5";
  version = "0.6.0";

  src = fetchurl {
    url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
    sha256 = "sha256-TOfXdmeiY+6ZFsDKsqczsX471lcFzU7VzsPL3m5ymM8=";
    url = "mirror://xfce/src/panel-plugins/xfce4-mpc-plugin/${lib.versions.majorMinor finalAttrs.version}/xfce4-mpc-plugin-${finalAttrs.version}.tar.xz";
    hash = "sha256-3uW8wFZrotyVucO0yt1eizuyeYpUoqjYZScIkV/kXVA=";
  };

  nativeBuildInputs = [
    gettext
    meson
    ninja
    pkg-config
  ];

  buildInputs = [
    libmpd
    libxfce4util
    libxfce4ui
    xfce4-panel
@@ -39,15 +41,15 @@ stdenv.mkDerivation rec {
  ];

  passthru.updateScript = gitUpdater {
    url = "https://gitlab.xfce.org/panel-plugins/${pname}";
    rev-prefix = "${pname}-";
    url = "https://gitlab.xfce.org/panel-plugins/xfce4-mpc-plugin";
    rev-prefix = "xfce4-mpc-plugin-";
  };

  meta = with lib; {
  meta = {
    homepage = "https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin";
    description = "MPD plugin for Xfce panel";
    platforms = platforms.linux;
    license = licenses.bsd2;
    teams = [ teams.xfce ];
    platforms = lib.platforms.linux;
    license = lib.licenses.bsd0;
    teams = [ lib.teams.xfce ];
  };
}
})