3
0
Fork 0
forked from mirrors/nixpkgs

gnome3.libgweather: update

This commit is contained in:
Vladimír Čunát 2013-02-01 02:46:04 +01:00
parent dd4a846b0f
commit 4e5fe00a1f
5 changed files with 16 additions and 16 deletions

View file

@ -0,0 +1,14 @@
{ stdenv, fetchurl, pkgconfig, libxml2, gtk, intltool, libsoup, gconf
, pango, gdk_pixbuf, atk }:
stdenv.mkDerivation rec {
name = "libgweather-3.6.2";
src = fetchurl {
url = "mirror://gnome/sources/libgweather/3.6/${name}.tar.xz";
sha256 = "1c50m0zrnfh4g58rzf33dfw8ggslj38c61p8a75905bmj3rfyahg";
};
configureFlags = if stdenv ? glibc then "--with-zoneinfo-dir=${stdenv.glibc}/share/zoneinfo" else "";
propagatedBuildInputs = [ libxml2 gtk libsoup gconf pango gdk_pixbuf atk ];
nativeBuildInputs = [ pkgconfig intltool ];
}

View file

@ -32,6 +32,8 @@ rec {
gvfs = callPackage ./core/gvfs { };
libgweather = callPackage ./core/libgweather { };
vte = callPackage ./core/vte { };
zenity = callPackage ./core/zenity { };

View file

@ -1,13 +0,0 @@
{ stdenv, fetchurl, pkgconfig, libxml2, gtk3, intltool, libsoup, GConf3 }:
stdenv.mkDerivation {
name = "libgweather-3.4.1";
src = fetchurl {
url = mirror://gnome/sources/libgweather/3.4/libgweather-3.4.1.tar.xz;
sha256 = "0q0vkggrbvy2ihwcsfynlv5qk9l3wjinls8yvmkb1qisyc4lv77f";
};
configureFlags = if stdenv ? glibc then "--with-zoneinfo-dir=${stdenv.glibc}/share/zoneinfo" else "";
propagatedBuildInputs = [ libxml2 gtk3 libsoup GConf3 ];
nativeBuildInputs = [ pkgconfig intltool ];
}

View file

@ -4150,8 +4150,6 @@ let
libgtop = callPackage ../development/libraries/libgtop {};
libgweather = callPackage ../development/libraries/libgweather {};
liblo = callPackage ../development/libraries/liblo { };
liblrdf = librdf;

View file

@ -1033,7 +1033,6 @@ in
libgpod = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
libgsf = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
libgtop = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
libgweather = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
libimobiledevice = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
libinfinity = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };
liblapack = { type = "job"; systems = ["x86_64-linux"]; schedulingPriority = 4; };