update of gnomeicontheme
svn path=/nixpkgs/trunk/; revision=13548
This commit is contained in:
parent
30794845ee
commit
48f11e576b
@ -155,6 +155,7 @@ rec {
|
|||||||
gnomeicontheme = import ./gnome-icon-theme.nix {
|
gnomeicontheme = import ./gnome-icon-theme.nix {
|
||||||
inherit fetchurl stdenv pkgconfig perl perlXMLParser
|
inherit fetchurl stdenv pkgconfig perl perlXMLParser
|
||||||
iconnamingutils gettext;
|
iconnamingutils gettext;
|
||||||
|
inherit (args) intltool;
|
||||||
input = desktop.gnomeicontheme;
|
input = desktop.gnomeicontheme;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -1,11 +1,12 @@
|
|||||||
{ input, stdenv, fetchurl, pkgconfig, perl, perlXMLParser
|
{ input, stdenv, fetchurl, pkgconfig, perl, perlXMLParser
|
||||||
, iconnamingutils, gettext
|
, iconnamingutils, gettext, intltool
|
||||||
}:
|
}:
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
inherit (input) name src;
|
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 = "
|
postInstall = "
|
||||||
ensureDir $out/lib
|
ensureDir $out/lib
|
||||||
ln -s $out/share/pkgconfig $out/lib/pkgconfig # WTF?
|
ln -s $out/share/pkgconfig $out/lib/pkgconfig # WTF?
|
||||||
|
@ -193,9 +193,13 @@
|
|||||||
gnomeicontheme = {
|
gnomeicontheme = {
|
||||||
name = "gnome-icon-theme-2.22.0";
|
name = "gnome-icon-theme-2.22.0";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = http://ftp.gnome.org/pub/GNOME/desktop/2.22/2.22.1/sources/gnome-icon-theme-2.22.0.tar.bz2;
|
url = http://ftp.gnome.org/pub/GNOME/desktop/2.25/2.25.1/sources/gnome-icon-theme-2.24.0.tar.bz2;
|
||||||
md5 = "a4c03092da28ad53ed3867aef83f29d9";
|
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 = {
|
gnomekeyring = {
|
||||||
name = "gnome-keyring-2.22.1";
|
name = "gnome-keyring-2.22.1";
|
||||||
|
@ -8427,7 +8427,7 @@ let
|
|||||||
gettext x11 libtiff libjpeg libpng gtkLibs xlibs bzip2
|
gettext x11 libtiff libjpeg libpng gtkLibs xlibs bzip2
|
||||||
libcm python dbus_glib ncurses which libxml2Python
|
libcm python dbus_glib ncurses which libxml2Python
|
||||||
iconnamingutils openssl hal samba fam libgcrypt libtasn1
|
iconnamingutils openssl hal samba fam libgcrypt libtasn1
|
||||||
xmlto docbook2x docbook_xsl;
|
xmlto docbook2x docbook_xsl intltool;
|
||||||
});
|
});
|
||||||
|
|
||||||
kdelibs = import ../desktops/kde/kdelibs {
|
kdelibs = import ../desktops/kde/kdelibs {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user