kdetoys-4.5.1, splitted
svn path=/nixpkgs/trunk/; revision=23759
This commit is contained in:
parent
20b190b582
commit
ea18f17f8c
@ -103,7 +103,12 @@
|
||||
scripts = callPackage ./sdk/scripts.nix { };
|
||||
umbrello = callPackage ./sdk/umbrello.nix { };
|
||||
};
|
||||
kdetoys = callPackage ./toys { };
|
||||
kdetoys = {
|
||||
recurseForDerivations = true;
|
||||
amor = callPackage ./toys/amor.nix { };
|
||||
kteatime = callPackage ./toys/kteatime.nix { };
|
||||
ktux = callPackage ./toys/ktux.nix { };
|
||||
};
|
||||
|
||||
kdeutils = {
|
||||
ark = callPackage ./utils/ark.nix { };
|
||||
|
@ -140,4 +140,8 @@ builtins.listToAttrs
|
||||
name = "kdesdk-4.5.1.tar.bz2";
|
||||
value = "0kwgd3hxc6jwk7qk67z1jaks9jg04hgh5aywyfs2dc8w2ns1xyhp";
|
||||
}
|
||||
{
|
||||
name = "kdetoys-4.5.1.tar.bz2";
|
||||
value = "194a6ylxi5jrfh3w3cy6jhdissshswdrv9pnir72z67ca13dvd9s";
|
||||
}
|
||||
]
|
||||
|
15
pkgs/desktops/kde-4.5/toys/amor.nix
Normal file
15
pkgs/desktops/kde-4.5/toys/amor.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ kde, cmake, kdelibs, automoc4 }:
|
||||
|
||||
kde.package {
|
||||
buildInputs = [ cmake kdelibs automoc4 ];
|
||||
|
||||
meta = {
|
||||
description = "KDE creature for your desktop";
|
||||
kde = {
|
||||
name = "amor";
|
||||
module = "kdetoys";
|
||||
version = "2.4.0";
|
||||
release = "4.5.1";
|
||||
};
|
||||
};
|
||||
}
|
@ -1,14 +0,0 @@
|
||||
{kde, cmake, qt4, perl, kdelibs, kdebase_workspace, automoc4}:
|
||||
|
||||
kde.package {
|
||||
|
||||
buildInputs = [ cmake qt4 perl kdelibs kdebase_workspace automoc4 ];
|
||||
meta = {
|
||||
description = "KDE Toys";
|
||||
license = "GPL";
|
||||
kde = {
|
||||
name = "kdetoys";
|
||||
version = "4.5.0";
|
||||
};
|
||||
};
|
||||
}
|
15
pkgs/desktops/kde-4.5/toys/kteatime.nix
Normal file
15
pkgs/desktops/kde-4.5/toys/kteatime.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ kde, cmake, kdelibs, automoc4 }:
|
||||
|
||||
kde.package {
|
||||
buildInputs = [ cmake kdelibs automoc4 ];
|
||||
|
||||
meta = {
|
||||
description = "KDE utility for making a fine cup of tea";
|
||||
kde = {
|
||||
name = "kteatime";
|
||||
module = "kdetoys";
|
||||
version = "1.2.1";
|
||||
release = "4.5.1";
|
||||
};
|
||||
};
|
||||
}
|
15
pkgs/desktops/kde-4.5/toys/ktux.nix
Normal file
15
pkgs/desktops/kde-4.5/toys/ktux.nix
Normal file
@ -0,0 +1,15 @@
|
||||
{ kde, cmake, kdelibs, automoc4, kdebase_workspace }:
|
||||
|
||||
kde.package {
|
||||
buildInputs = [ cmake kdelibs automoc4 kdebase_workspace ];
|
||||
|
||||
meta = {
|
||||
description = "Tux Screen Saver";
|
||||
kde = {
|
||||
name = "ktux";
|
||||
module = "kdetoys";
|
||||
version = "1.0.1";
|
||||
release = "4.5.1";
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user