Updating freeimage, and setting me as maintainer on some packages.

svn path=/nixpkgs/trunk/; revision=17584
This commit is contained in:
Lluís Batlle i Rossell 2009-10-02 07:39:03 +00:00
parent bd988d052b
commit c66b4ee26d
6 changed files with 30 additions and 15 deletions

View file

@ -20,8 +20,11 @@ stdenv.mkDerivation {
ln -s $out/eaglemode.sh $out/bin/eaglemode.sh ln -s $out/eaglemode.sh $out/bin/eaglemode.sh
''; '';
meta = { homepage = "http://eaglemode.sourceforge.net"; meta = {
description = "Zoomable User Interface"; homepage = "http://eaglemode.sourceforge.net";
license="GPLv3"; description = "Zoomable User Interface";
}; license="GPLv3";
maintainersv = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
} }

View file

@ -73,5 +73,7 @@ stdenv.mkDerivation {
description = "Free Open-Source filesystem on-the-fly encryption"; description = "Free Open-Source filesystem on-the-fly encryption";
homepage = http://www.truecrypt.org/; homepage = http://www.truecrypt.org/;
license = "TrueCrypt License Version 2.6"; license = "TrueCrypt License Version 2.6";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -1,9 +1,9 @@
{stdenv, fetchurl, unzip}: {stdenv, fetchurl, unzip}:
stdenv.mkDerivation { stdenv.mkDerivation {
name = "freeimage-3.12.0"; name = "freeimage-3.13.0";
src = fetchurl { src = fetchurl {
url = mirror://sourceforge/freeimage/FreeImage3120.zip; url = mirror://sourceforge/freeimage/FreeImage3130.zip;
sha256 = "1hvcmv8hnv3h24zcl324g3l0ww8aa8fkcfav2lrgs1kwzp5zqcd4"; sha256 = "0hf642cb1bai1j4izvjnmili9ic335awa4jnn6nxa0bv6wfaa9x2";
}; };
buildInputs = [ unzip ]; buildInputs = [ unzip ];
patchPhase = '' patchPhase = ''
@ -18,5 +18,7 @@ stdenv.mkDerivation {
description = "Open Source library for accessing popular graphics image file formats"; description = "Open Source library for accessing popular graphics image file formats";
homepage = http://freeimage.sourceforge.net/; homepage = http://freeimage.sourceforge.net/;
license = "GPL"; license = "GPL";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
}; };
} }

View file

@ -13,9 +13,12 @@ stdenv.mkDerivation {
sha256 = "3b389bc03b6964ad5ffa57a344b891fdbcf7c9b2604adda723a863f83657c4a0"; sha256 = "3b389bc03b6964ad5ffa57a344b891fdbcf7c9b2604adda723a863f83657c4a0";
}; };
meta = { homepage = "http://vicerveza.homeunix.net/~viric/soft/tm"; meta = {
description = "terminal mixer - multiplexer for the i/o of terminal applications"; homepage = "http://vicerveza.homeunix.net/~viric/soft/tm";
license="GPLv2"; description = "terminal mixer - multiplexer for the i/o of terminal applications";
}; license="GPLv2";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
} }

View file

@ -11,8 +11,11 @@ stdenv.mkDerivation {
sha256 = "caf3e912c150dacc4a182e919ed3eabc1294c5e4e1de333e85d06eea2c0136e3"; sha256 = "caf3e912c150dacc4a182e919ed3eabc1294c5e4e1de333e85d06eea2c0136e3";
}; };
meta = { homepage = "http://vicerveza.homeunix.net/~viric/soft/ts"; meta = {
description = "task spooler - batch queue"; homepage = "http://vicerveza.homeunix.net/~viric/soft/ts";
license="GPLv2"; description = "task spooler - batch queue";
}; license="GPLv2";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
};
} }

View file

@ -26,5 +26,7 @@ stdenv.mkDerivation {
homepage = http://multitran.sourceforge.net/; homepage = http://multitran.sourceforge.net/;
description = "Multitran: simple command line utilities for dictionary maintainance"; description = "Multitran: simple command line utilities for dictionary maintainance";
license = "GPLv2"; license = "GPLv2";
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
}; };
} }