Skip to content

Commit 18757f3

Browse files
AndersonTorresvcunat
authored andcommittedNov 30, 2016
XFCE plugins: update, taken from #20410
xfce4-embed-plugin : 1.4.1 -> 1.6.0 xfce4-eyes-plugin : 4.4.3 -> 4.4.4 xfce4-fsguard-plugin : 1.0.1 -> 1.0.2 xfce4-verve-plugin : 1.0.1 -> 1.1.0 xfce4-xkb-plugin : 0.5.6 -> 0.7.1
1 parent d6ffb97 commit 18757f3

File tree

6 files changed

+16
-20
lines changed

6 files changed

+16
-20
lines changed
 

‎pkgs/desktops/xfce/default.nix

-4
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,3 @@ xfce_self = rec { # the lines are very long but it seems better than the even-od
100100
}; # xfce_self
101101

102102
in xfce_self
103-
104-
105-
106-

‎pkgs/desktops/xfce/panel-plugins/xfce4-embed-plugin.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
with stdenv.lib;
44
stdenv.mkDerivation rec {
55
p_name = "xfce4-embed-plugin";
6-
ver_maj = "1.4";
7-
ver_min = "1";
6+
ver_maj = "1.6";
7+
ver_min = "0";
88

99
src = fetchurl {
1010
url = "mirror://xfce/src/panel-plugins/${p_name}/${ver_maj}/${name}.tar.bz2";
11-
sha256 = "0s0zlg7nvjaqvma4l8bhxk171yjrpncsz6v0ff1cxl3z6ya6hbxq";
11+
sha256 = "0a72kqsjjh45swimqlpyrahdnplp0383v0i4phr4n6g8c1ixyry7";
1212
};
1313
name = "${p_name}-${ver_maj}.${ver_min}";
1414

‎pkgs/desktops/xfce/panel-plugins/xfce4-eyes-plugin.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ with stdenv.lib;
44
stdenv.mkDerivation rec {
55
p_name = "xfce4-eyes-plugin";
66
ver_maj = "4.4";
7-
ver_min = "3";
7+
ver_min = "4";
88

99
src = fetchurl {
1010
url = "mirror://xfce/src/panel-plugins/${p_name}/${ver_maj}/${name}.tar.bz2";
11-
sha256 = "0z4161i14m73i515ymhj34c1ycz5fmjmbczdd8plx3nvrxdk76jb";
11+
sha256 = "1jh02hylvsvfpxrx0bq6fzgy6vnxf9qakgpbfvr63lfkd1dyh314";
1212
};
1313
name = "${p_name}-${ver_maj}.${ver_min}";
1414

‎pkgs/desktops/xfce/panel-plugins/xfce4-fsguard-plugin.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ with stdenv.lib;
44
stdenv.mkDerivation rec {
55
p_name = "xfce4-fsguard-plugin";
66
ver_maj = "1.0";
7-
ver_min = "1";
7+
ver_min = "2";
88

99
src = fetchurl {
1010
url = "mirror://xfce/src/panel-plugins/${p_name}/${ver_maj}/${name}.tar.bz2";
11-
sha256 = "1dxa6gpw4a07ixccafd9fnk38r4fax4bhll73fchpv39jzh7xyzz";
11+
sha256 = "1bj021h4q68bc03f32pkyqy4gfd1sz6s21nxdg7j6gdfhs9xbj52";
1212
};
1313
name = "${p_name}-${ver_maj}.${ver_min}";
1414

‎pkgs/desktops/xfce/panel-plugins/xfce4-verve-plugin.nix

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
with stdenv.lib;
55
stdenv.mkDerivation rec {
66
p_name = "xfce4-verve-plugin";
7-
ver_maj = "1.0";
8-
ver_min = "1";
7+
ver_maj = "1.1";
8+
ver_min = "0";
99

1010
src = fetchurl {
1111
url = "mirror://xfce/src/panel-plugins/${p_name}/${ver_maj}/${name}.tar.bz2";
12-
sha256 = "1y4vvk3nk1haq39xw0gzscsnnj059am1p3acgq9mj0miyiz8971v";
12+
sha256 = "114wkmgjxkim1jkswih20zg9d7rbzmlf30b5rlcpvmbsij0ny6d3";
1313
};
1414
name = "${p_name}-${ver_maj}.${ver_min}";
1515

‎pkgs/desktops/xfce/panel-plugins/xfce4-xkb-plugin.nix

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
{ stdenv, fetchurl, pkgconfig, intltool, libxfce4util, libxfce4ui, xfce4panel
2-
, gtk, libxklavier, librsvg, libwnck
2+
, garcon, gtk, libxklavier, librsvg, libwnck
33
}:
44

55
with stdenv.lib;
66
stdenv.mkDerivation rec {
77
p_name = "xfce4-xkb-plugin";
8-
ver_maj = "0.5";
9-
ver_min = "6";
8+
ver_maj = "0.7";
9+
ver_min = "1";
1010

1111
name = "${p_name}-${ver_maj}.${ver_min}";
1212

1313
src = fetchurl {
1414
url = "mirror://xfce/src/panel-plugins/${p_name}/${ver_maj}/${name}.tar.bz2";
15-
sha256 = "198q6flrajbscwwywqq8yv6hdcwifahhj9i526vyfz4q6cq65r09";
15+
sha256 = "10g65j5ia389ahhn3b9hr52ghpp0817fk0m60rfrv4wrzqrjxzk1";
1616
};
1717

18-
buildInputs = [ pkgconfig intltool libxfce4util libxfce4ui xfce4panel gtk
19-
libxklavier librsvg libwnck ];
18+
buildInputs = [ pkgconfig intltool libxfce4util libxfce4ui xfce4panel garcon
19+
gtk libxklavier librsvg libwnck ];
2020

2121
meta = {
2222
homepage = "http://goodies.xfce.org/projects/panel-plugins/${p_name}";

0 commit comments

Comments
 (0)
Please sign in to comment.