xfce.xfce4-mpc-plugin: 0.4.5 -> 0.5.2
This commit is contained in:
parent
361b67effe
commit
da4b533366
@ -1,5 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, libxfce4util, xfce4-panel, libxfce4ui,
|
{ stdenv, fetchurl, pkgconfig, intltool, libxfce4util, xfce4-panel,
|
||||||
xfconf, gtk2, exo, xfce }:
|
libxfce4ui, gtk3, exo, xfce }:
|
||||||
|
|
||||||
let
|
let
|
||||||
category = "panel-plugins";
|
category = "panel-plugins";
|
||||||
@ -7,16 +7,25 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xfce4-mpc-plugin";
|
pname = "xfce4-mpc-plugin";
|
||||||
version = "0.4.5";
|
version = "0.5.2";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://xfce/src/${category}/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
url = "mirror://xfce/src/${category}/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.bz2";
|
||||||
sha256 = "1kvgq1pq7cykqdc3227dq0izad093ppfw3nfsrcp9i8mi6i5f7z7";
|
sha256 = "0q3pysdp85b3c7g3b59y3c69g4nw6bvbf518lnri4lxrnsvpizpf";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [
|
||||||
buildInputs = [ intltool libxfce4util libxfce4ui xfce4-panel
|
pkgconfig
|
||||||
xfconf gtk2 exo ];
|
intltool
|
||||||
|
];
|
||||||
|
|
||||||
|
buildInputs = [
|
||||||
|
libxfce4util
|
||||||
|
libxfce4ui
|
||||||
|
xfce4-panel
|
||||||
|
gtk3
|
||||||
|
exo
|
||||||
|
];
|
||||||
|
|
||||||
passthru.updateScript = xfce.updateScript {
|
passthru.updateScript = xfce.updateScript {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
@ -25,10 +34,10 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = "https://goodies.xfce.org/projects/panel-plugins/${pname}";
|
homepage = "https://docs.xfce.org/panel-plugins/xfce4-mpc-plugin";
|
||||||
description = "MPD plugin for Xfce panel";
|
description = "MPD plugin for Xfce panel";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
license = licenses.bsd2;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
broken = true;
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user