xfce.xfce4-weather-plugin: 0.8.10 -> 0.10.1
This commit is contained in:
parent
68569ee02e
commit
ed93bfb64c
@ -1,4 +1,4 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, intltool, gtk2, libxml2, libsoup, upower,
|
{ stdenv, fetchurl, pkgconfig, intltool, gtk3, libxml2, libsoup, upower,
|
||||||
libxfce4ui, libxfce4util, xfce4-panel, hicolor-icon-theme, xfce }:
|
libxfce4ui, libxfce4util, xfce4-panel, hicolor-icon-theme, xfce }:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -7,17 +7,28 @@ in
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "xfce4-weather-plugin";
|
pname = "xfce4-weather-plugin";
|
||||||
version = "0.8.10";
|
version = "0.10.1";
|
||||||
|
|
||||||
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 = "1f7ac2zr5s5w6krdpgsq252wxhhmcblia3j783132ilh8k246vgf";
|
sha256 = "12bs2rfmmy021087i10vxibdbbvd5vld0vk3h5hymhpz7rgszcmg";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig intltool ];
|
nativeBuildInputs = [
|
||||||
|
pkgconfig
|
||||||
|
intltool
|
||||||
|
];
|
||||||
|
|
||||||
buildInputs = [ gtk2 libxml2 libsoup upower libxfce4ui libxfce4util
|
buildInputs = [
|
||||||
xfce4-panel hicolor-icon-theme ];
|
gtk3
|
||||||
|
libxml2
|
||||||
|
libsoup
|
||||||
|
upower
|
||||||
|
libxfce4ui
|
||||||
|
libxfce4util
|
||||||
|
xfce4-panel
|
||||||
|
hicolor-icon-theme
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
@ -28,7 +39,7 @@ 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-weather-plugin";
|
||||||
description = "Weather plugin for the Xfce desktop environment";
|
description = "Weather plugin for the Xfce desktop environment";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user