Move yakuake to pkgs
svn path=/nixpkgs/trunk/; revision=23331
This commit is contained in:
parent
682e4ae09e
commit
3537d94672
@ -8,12 +8,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0azzvbh3jwz8yhn6gqd46ya7589sadfjyysw230vlf0zlfipdlvd";
|
sha256 = "0azzvbh3jwz8yhn6gqd46ya7589sadfjyysw230vlf0zlfipdlvd";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ kdelibs cmake gettext perl automoc4 qt4 phonon stdenv.gcc.libc ];
|
buildInputs = [ kdelibs cmake gettext perl automoc4 qt4 phonon ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = {
|
||||||
homepage = http://yakuake.kde.org;
|
homepage = http://yakuake.kde.org;
|
||||||
description = "Quad-style terminal emulator for KDE";
|
description = "Quad-style terminal emulator for KDE";
|
||||||
maintainers = [ maintainers.urkud ];
|
inherit (kdelibs.meta) platforms;
|
||||||
platforms = platforms.linux;
|
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||||
};
|
};
|
||||||
}
|
}
|
@ -6354,6 +6354,8 @@ let
|
|||||||
qgis = qgisReleased;
|
qgis = qgisReleased;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
yakuake = newScope pkgs.kde4 ../applications/misc/yakuake { };
|
||||||
|
|
||||||
zapping = callPackage ../applications/video/zapping {
|
zapping = callPackage ../applications/video/zapping {
|
||||||
inherit (gnome) scrollkeeper libgnomeui libglade esound;
|
inherit (gnome) scrollkeeper libgnomeui libglade esound;
|
||||||
teletextSupport = true;
|
teletextSupport = true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user