Updating gtkpod to their 1.0
svn path=/nixpkgs/trunk/; revision=24633
This commit is contained in:
parent
93718907e4
commit
a26788440d
@ -1,14 +1,16 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, libgpod, gtk, glib, gettext, perl, perlXMLParser, libglade, flex, libid3tag, libvorbis }:
|
{ stdenv, fetchurl, pkgconfig, libgpod, gtk, glib, gettext, perl, perlXMLParser
|
||||||
|
, libglade, flex, libid3tag, libvorbis, intltool }:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "gtkpod-0.99.14";
|
name = "gtkpod-1.0.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://sourceforge/gtkpod/gtkpod-0.99.14.tar.gz;
|
url = mirror://sourceforge/gtkpod/gtkpod-1.0.0.tar.gz;
|
||||||
sha256 = "0ggcfyhcdlf3br88csdki215k4clxixa192afz6f16k7h8s2iqbk";
|
sha256 = "04jzybs55c27kyp7r9c58prcq0q4ssvj5iggva857f49s1ar826q";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ pkgconfig libgpod gettext perl perlXMLParser gtk libglade flex libid3tag libvorbis ];
|
buildInputs = [ pkgconfig libgpod gettext perl perlXMLParser gtk libglade flex
|
||||||
|
libid3tag libvorbis intltool ];
|
||||||
|
|
||||||
patchPhase = ''
|
patchPhase = ''
|
||||||
sed -i 's/which/type -P/' scripts/*.sh
|
sed -i 's/which/type -P/' scripts/*.sh
|
||||||
@ -18,5 +20,6 @@ stdenv.mkDerivation {
|
|||||||
description = "GTK Manager for an Apple ipod";
|
description = "GTK Manager for an Apple ipod";
|
||||||
homepage = http://gtkpod.sourceforge.net;
|
homepage = http://gtkpod.sourceforge.net;
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user