xfce.xfce4-mailwatch-plugin: 1.2.0 -> 1.3.0
This commit is contained in:
parent
ec2c1b34c6
commit
a04ea8e44d
@ -1,5 +1,5 @@
|
|||||||
{ lib, stdenv, fetchurl, pkg-config, intltool, libxfce4util, xfce4-panel, libxfce4ui,
|
{ lib, stdenv, fetchurl, pkg-config, intltool, xfce4-panel, libxfce4ui,
|
||||||
gtk2, exo, gnutls, libgcrypt, xfce }:
|
exo, gnutls, libgcrypt, xfce }:
|
||||||
|
|
||||||
let
|
let
|
||||||
category = "panel-plugins";
|
category = "panel-plugins";
|
||||||
@ -7,11 +7,11 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xfce4-mailwatch-plugin";
|
pname = "xfce4-mailwatch-plugin";
|
||||||
version = "1.2.0";
|
version = "1.3.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
url = "mirror://xfce/src/${category}/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "1bfw3smwivr9mzdyq768biqrl4aq94zqi3xjzq6kqnd8561cqjk2";
|
sha256 = "0bmykjhd3gs1737fl3zn5gg6f3vlncak2xqz89zv5018znz1xy90";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
@ -20,11 +20,9 @@ stdenv.mkDerivation rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
libxfce4util
|
|
||||||
libxfce4ui
|
libxfce4ui
|
||||||
xfce4-panel
|
xfce4-panel
|
||||||
gtk2
|
exo
|
||||||
exo # needs exo with gtk2 support
|
|
||||||
gnutls
|
gnutls
|
||||||
libgcrypt
|
libgcrypt
|
||||||
];
|
];
|
||||||
@ -38,7 +36,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin";
|
homepage = "https://docs.xfce.org/panel-plugins/xfce4-mailwatch-plugin";
|
||||||
description = "Mail watcher plugin for Xfce panel";
|
description = "Mail watcher plugin for Xfce panel";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Only;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user