mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
svn merge ^/nixpkgs/trunk
svn path=/nixpkgs/branches/libpng15/; revision=31390
This commit is contained in:
commit
c3f7619999
8 changed files with 49 additions and 9 deletions
9
pkgs/desktops/kde-4.8/kactivities.nix
Normal file
9
pkgs/desktops/kde-4.8/kactivities.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ kde, kdelibs }:
|
||||||
|
|
||||||
|
kde {
|
||||||
|
propagatedBuildInputs = [ kdelibs ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "KDE activities library and daemon";
|
||||||
|
};
|
||||||
|
}
|
|
@ -116,13 +116,6 @@ modules=[
|
||||||
{ name="svgpart"; }
|
{ name="svgpart"; }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
{
|
|
||||||
module="kdelibs";
|
|
||||||
split=true;
|
|
||||||
pkgs=[
|
|
||||||
{ name="kactivities"; }
|
|
||||||
];
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
module="kdeutils";
|
module="kdeutils";
|
||||||
split=true;
|
split=true;
|
||||||
|
@ -208,6 +201,7 @@ sane="kde_baseapps"; split=true;
|
||||||
{ name="konsole"; }
|
{ name="konsole"; }
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
{ module="kactivities"; split=false;}
|
||||||
{ module="kdeadmin"; split=false;
|
{ module="kdeadmin"; split=false;
|
||||||
pkgs=[
|
pkgs=[
|
||||||
{ name="strigi-analyzer"; sane="strigi_analyzer";}
|
{ name="strigi-analyzer"; sane="strigi_analyzer";}
|
||||||
|
@ -235,7 +229,6 @@ sane="kde_baseapps"; split=true;
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
{ module="kde-base-artwork"; sane="kde_base_artwork"; split=false;}
|
|
||||||
{ module="kdegames"; split=false;}
|
{ module="kdegames"; split=false;}
|
||||||
{ module="kdelibs"; split=false;}
|
{ module="kdelibs"; split=false;}
|
||||||
{ module="kdemultimedia"; split=false;}
|
{ module="kdemultimedia"; split=false;}
|
||||||
|
|
|
@ -34,6 +34,7 @@ fi
|
||||||
eval `xsltproc kde-submodules.xslt kde_projects.xml`
|
eval `xsltproc kde-submodules.xslt kde_projects.xml`
|
||||||
|
|
||||||
module[kde-baseapps]=kde-baseapps
|
module[kde-baseapps]=kde-baseapps
|
||||||
|
unset module[kactivities]
|
||||||
|
|
||||||
print_sane() {
|
print_sane() {
|
||||||
echo "Called print_sane $1" >&2
|
echo "Called print_sane $1" >&2
|
||||||
|
|
8
pkgs/desktops/kde-4.8/kdeedu/analitza.nix
Normal file
8
pkgs/desktops/kde-4.8/kdeedu/analitza.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{ kde, kdelibs, readline }:
|
||||||
|
kde {
|
||||||
|
buildInputs = [ kdelibs readline ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Library part of KAlgebra";
|
||||||
|
};
|
||||||
|
}
|
10
pkgs/desktops/kde-4.8/kdesdk/dolphin-plugins-bazaar.nix
Normal file
10
pkgs/desktops/kde-4.8/kdesdk/dolphin-plugins-bazaar.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ kde, kdelibs, kde_baseapps }:
|
||||||
|
|
||||||
|
kde {
|
||||||
|
# Needs kdebase for libkonq
|
||||||
|
buildInputs = [ kdelibs kde_baseapps ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Svn plugin for dolphin";
|
||||||
|
};
|
||||||
|
}
|
10
pkgs/desktops/kde-4.8/kdesdk/dolphin-plugins-hg.nix
Normal file
10
pkgs/desktops/kde-4.8/kdesdk/dolphin-plugins-hg.nix
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
{ kde, kdelibs, kde_baseapps }:
|
||||||
|
|
||||||
|
kde {
|
||||||
|
# Needs kdebase for libkonq
|
||||||
|
buildInputs = [ kdelibs kde_baseapps ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Svn plugin for dolphin";
|
||||||
|
};
|
||||||
|
}
|
9
pkgs/desktops/kde-4.8/kdeutils/ksecrets.nix
Normal file
9
pkgs/desktops/kde-4.8/kdeutils/ksecrets.nix
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
{ kde, kdelibs, qca2 }:
|
||||||
|
|
||||||
|
kde {
|
||||||
|
buildInputs = [ kdelibs qca2 ];
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "KDE implementation of SecretsService";
|
||||||
|
};
|
||||||
|
}
|
|
@ -3,7 +3,7 @@
|
||||||
kde {
|
kde {
|
||||||
outputHashAlgo = "sha256";
|
outputHashAlgo = "sha256";
|
||||||
outputHashMode = "recursive";
|
outputHashMode = "recursive";
|
||||||
outputHash = "0c12c72bcf41cfaf03f85fc1ae27e44d8cecac3deb504ab1de4c30f4fc9e3cd0";
|
outputHash = "ca03ee0a7bbd35ee70f84d32b6f861ee8c019473f16c6ecf6309885317bcfe51";
|
||||||
|
|
||||||
buildNativeInputs = [ cmake ];
|
buildNativeInputs = [ cmake ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue