Author: urkud
Date: Mon Aug 15 18:04:40 2011
New Revision: 28588
URL: https://svn.nixos.org/websvn/nix/?rev=28588&sc=1

Log:
librdf_*: up2date

Modified:
   nixpkgs/trunk/pkgs/development/libraries/librdf/raptor2.nix
   nixpkgs/trunk/pkgs/development/libraries/librdf/rasqal.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/librdf/raptor2.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/librdf/raptor2.nix Mon Aug 15 
14:48:32 2011        (r28587)
+++ nixpkgs/trunk/pkgs/development/libraries/librdf/raptor2.nix Mon Aug 15 
18:04:40 2011        (r28588)
@@ -1,22 +1,22 @@
 { stdenv, fetchurl, libxml2, libxslt, curl }:
 
 stdenv.mkDerivation rec {
-  name = "raptor2-2.0.3";
+  name = "raptor2-2.0.4";
 
   src = fetchurl {
     url = "http://download.librdf.org/source/${name}.tar.gz";;
-    sha256 = "1icfg01zx3d3czqz774ar2mmnp8a9m248y5zvi5yn0fzs0nyc8g2";
+    sha256 = "0viaam60adhsxim2vaq5xs1pfmm6wiidxpkrhwyl7x9mz8x9vx1l";
   };
 
   buildInputs = [ libxml2 libxslt ];
 
-  postInstall = "rm -rf $out/share/gtk-doc";
+  postInstall = "rm -rvf $out/share/gtk-doc";
 
   meta = { 
     description = "The RDF Parser Toolkit";
     homepage = "http://librdf.org/raptor";;
     license = "LGPL-2.1 Apache-2.0";
-    maintainers = [ stdenv.lib.maintainers.marcweber ];
+    maintainers = with stdenv.lib.maintainers; [ marcweber urkud ];
     platforms = stdenv.lib.platforms.linux;
   };
 }

Modified: nixpkgs/trunk/pkgs/development/libraries/librdf/rasqal.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/librdf/rasqal.nix  Mon Aug 15 
14:48:32 2011        (r28587)
+++ nixpkgs/trunk/pkgs/development/libraries/librdf/rasqal.nix  Mon Aug 15 
18:04:40 2011        (r28588)
@@ -1,22 +1,22 @@
-{ stdenv, fetchurl, librdf_raptor, gmp, pkgconfig, pcre, libxml2 }:
+{ stdenv, fetchurl, librdf_raptor2, gmp, pkgconfig, pcre, libxml2 }:
 
 stdenv.mkDerivation rec {
-  name = "rasqal-0.9.19";
+  name = "rasqal-0.9.26";
 
   src = fetchurl {
     url = "http://download.librdf.org/source/${name}.tar.gz";;
-    sha256 = 
"a042846e8b7af52d9d66fba788c9d579e58c535cfaf80d33dc0bd69bf6ffeb08";
+    sha256 = "1drjcy1k9g72iis0ghllzn7n0w03bahhrd2p5hs39anbm6mr0yk9";
   };
 
-  buildInputs = [ pkgconfig librdf_raptor gmp pcre libxml2 ];
+  buildInputs = [ pkgconfig librdf_raptor2 gmp pcre libxml2 ];
 
-  postInstall = "rm -rf $out/share/gtk-doc";
+  postInstall = "rm -rvf $out/share/gtk-doc";
   
   meta = { 
     description = "Library that handles Resource Description Framework (RDF)";
     homepage = "http://librdf.org/rasqal";;
     license = "LGPL-2.1 Apache-2.0";
-    maintainers = [ stdenv.lib.maintainers.marcweber ];
+    maintainers = with stdenv.lib.maintainers; [ marcweber urkud ];
     platforms = stdenv.lib.platforms.linux;
   };
 }
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to