update of gnomeicontheme

svn path=/nixpkgs/trunk/; revision=13548
This commit is contained in:
Marc Weber 2008-12-02 12:27:17 +00:00
parent 30794845ee
commit 48f11e576b
4 changed files with 11 additions and 5 deletions

View File

@ -155,6 +155,7 @@ rec {
gnomeicontheme = import ./gnome-icon-theme.nix {
inherit fetchurl stdenv pkgconfig perl perlXMLParser
iconnamingutils gettext;
inherit (args) intltool;
input = desktop.gnomeicontheme;
};

View File

@ -1,11 +1,12 @@
{ input, stdenv, fetchurl, pkgconfig, perl, perlXMLParser
, iconnamingutils, gettext
, iconnamingutils, gettext, intltool
}:
stdenv.mkDerivation {
inherit (input) name src;
buildInputs = [pkgconfig perl perlXMLParser iconnamingutils gettext];
buildInputs = [intltool pkgconfig perl perlXMLParser iconnamingutils gettext ];
# the ln line can be removed because pkgconfig adds both locations
postInstall = "
ensureDir $out/lib
ln -s $out/share/pkgconfig $out/lib/pkgconfig # WTF?

View File

@ -193,9 +193,13 @@
gnomeicontheme = {
name = "gnome-icon-theme-2.22.0";
src = fetchurl {
url = http://ftp.gnome.org/pub/GNOME/desktop/2.22/2.22.1/sources/gnome-icon-theme-2.22.0.tar.bz2;
md5 = "a4c03092da28ad53ed3867aef83f29d9";
url = http://ftp.gnome.org/pub/GNOME/desktop/2.25/2.25.1/sources/gnome-icon-theme-2.24.0.tar.bz2;
sha256 = "1ciid3p21n5m2ixdc7b6sqjvw68pzg1adxljrcy7snnnxbwqj7xp";
};
#src = fetchurl {
# url = http://ftp.gnome.org/pub/GNOME/desktop/2.22/2.22.1/sources/gnome-icon-theme-2.22.0.tar.bz2;
# md5 = "a4c03092da28ad53ed3867aef83f29d9";
#};
};
gnomekeyring = {
name = "gnome-keyring-2.22.1";

View File

@ -8427,7 +8427,7 @@ let
gettext x11 libtiff libjpeg libpng gtkLibs xlibs bzip2
libcm python dbus_glib ncurses which libxml2Python
iconnamingutils openssl hal samba fam libgcrypt libtasn1
xmlto docbook2x docbook_xsl;
xmlto docbook2x docbook_xsl intltool;
});
kdelibs = import ../desktops/kde/kdelibs {