Author: urkud
Date: Sat Jan 7 00:02:36 2012
New Revision: 31389
URL: https://nixos.org/websvn/nix/?rev=31389&sc=1
Log:
Make test-eval-release happy
Added:
nixpkgs/trunk/pkgs/desktops/kde-4.8/kactivities.nix
nixpkgs/trunk/pkgs/desktops/kde-4.8/kdeedu/analitza.nix
nixpkgs/trunk/pkgs/desktops/kde-4.8/kdesdk/dolphin-plugins-bazaar.nix
nixpkgs/trunk/pkgs/desktops/kde-4.8/kdesdk/dolphin-plugins-hg.nix
nixpkgs/trunk/pkgs/desktops/kde-4.8/kdeutils/ksecrets.nix
Modified:
nixpkgs/trunk/pkgs/desktops/kde-4.8/kde-package/4.7.97.nix
Added: nixpkgs/trunk/pkgs/desktops/kde-4.8/kactivities.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/desktops/kde-4.8/kactivities.nix Sat Jan 7 00:02:36
2012 (r31389)
@@ -0,0 +1,9 @@
+{ kde, kdelibs }:
+
+kde {
+ propagatedBuildInputs = [ kdelibs ];
+
+ meta = {
+ description = "KDE activities library and daemon";
+ };
+}
Modified: nixpkgs/trunk/pkgs/desktops/kde-4.8/kde-package/4.7.97.nix
==============================================================================
--- nixpkgs/trunk/pkgs/desktops/kde-4.8/kde-package/4.7.97.nix Sat Jan 7
00:02:28 2012 (r31388)
+++ nixpkgs/trunk/pkgs/desktops/kde-4.8/kde-package/4.7.97.nix Sat Jan 7
00:02:36 2012 (r31389)
@@ -229,7 +229,6 @@
];
}
-{ module="kde-base-artwork"; sane="kde_base_artwork"; split=false;}
{ module="kdegames"; split=false;}
{ module="kdelibs"; split=false;}
{ module="kdemultimedia"; split=false;}
Added: nixpkgs/trunk/pkgs/desktops/kde-4.8/kdeedu/analitza.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/desktops/kde-4.8/kdeedu/analitza.nix Sat Jan 7
00:02:36 2012 (r31389)
@@ -0,0 +1,8 @@
+{ kde, kdelibs, readline }:
+kde {
+ buildInputs = [ kdelibs readline ];
+
+ meta = {
+ description = "Library part of KAlgebra";
+ };
+}
Added: nixpkgs/trunk/pkgs/desktops/kde-4.8/kdesdk/dolphin-plugins-bazaar.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/desktops/kde-4.8/kdesdk/dolphin-plugins-bazaar.nix
Sat Jan 7 00:02:36 2012 (r31389)
@@ -0,0 +1,10 @@
+{ kde, kdelibs, kde_baseapps }:
+
+kde {
+ # Needs kdebase for libkonq
+ buildInputs = [ kdelibs kde_baseapps ];
+
+ meta = {
+ description = "Svn plugin for dolphin";
+ };
+}
Added: nixpkgs/trunk/pkgs/desktops/kde-4.8/kdesdk/dolphin-plugins-hg.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/desktops/kde-4.8/kdesdk/dolphin-plugins-hg.nix Sat Jan
7 00:02:36 2012 (r31389)
@@ -0,0 +1,10 @@
+{ kde, kdelibs, kde_baseapps }:
+
+kde {
+ # Needs kdebase for libkonq
+ buildInputs = [ kdelibs kde_baseapps ];
+
+ meta = {
+ description = "Svn plugin for dolphin";
+ };
+}
Added: nixpkgs/trunk/pkgs/desktops/kde-4.8/kdeutils/ksecrets.nix
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ nixpkgs/trunk/pkgs/desktops/kde-4.8/kdeutils/ksecrets.nix Sat Jan 7
00:02:36 2012 (r31389)
@@ -0,0 +1,9 @@
+{ kde, kdelibs, qca2 }:
+
+kde {
+ buildInputs = [ kdelibs qca2 ];
+
+ meta = {
+ description = "KDE implementation of SecretsService";
+ };
+}
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits