3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #15454 from romildo/fix.xfce4-screenshooter

xfce4-screenshooter: 1.8.1 -> 1.8.2
This commit is contained in:
Joachim Fasting 2016-05-15 06:34:57 +02:00
commit 7666b8161f
2 changed files with 9 additions and 5 deletions

View file

@ -1,19 +1,23 @@
{ stdenv, fetchurl, pkgconfig, intltool, xfce4panel, libxfce4util, gtk, libsoup
, exo}:
, exo, hicolor_icon_theme }:
stdenv.mkDerivation rec {
p_name = "xfce4-screenshooter";
ver_maj = "1.8";
ver_min = "1";
ver_min = "2";
src = fetchurl {
url = "mirror://xfce/src/apps/${p_name}/${ver_maj}/${name}.tar.bz2";
sha256 = "40419892bd28989315eed053c159bba0f4264ed8c6c6738806024e481eab9492";
sha256 = "9dce2ddfaa87f703e870e29bae13f3fc82a1b3f06b44f8386640e45a135f5f69";
};
name = "${p_name}-${ver_maj}.${ver_min}";
nativeBuildInputs = [
pkgconfig intltool
];
buildInputs = [
pkgconfig intltool xfce4panel libxfce4util gtk libsoup exo
xfce4panel libxfce4util gtk libsoup exo hicolor_icon_theme
];
meta = {

View file

@ -61,7 +61,7 @@ xfce_self = rec { # the lines are very long but it seems better than the even-od
xfce4notifyd = callPackage ./applications/xfce4-notifyd.nix { };
xfce4taskmanager= callPackage ./applications/xfce4-taskmanager.nix { };
xfce4terminal = callPackage ./applications/terminal.nix { };
xfce4screenshooter = callPackage ./applications/xfce4-screenshooter.nix { };
xfce4-screenshooter = callPackage ./applications/xfce4-screenshooter.nix { };
xfce4volumed = let
gst = callPackage ./applications/xfce4-volumed.nix { };
pulse = callPackage ./applications/xfce4-volumed-pulse.nix { };