* Disable kdebindings in the old KDE 4.5. It doesn't build anymore
due to changes in Phonon and other packages. It's not really important anyway. svn path=/nixpkgs/branches/kde-4.7/; revision=28022
This commit is contained in:
parent
35437ef75b
commit
483bedccda
@ -19,10 +19,10 @@ kde.package rec {
|
||||
-DCUSTOM_PERL_SITE_ARCH_DIR=$CUSTOM_PERL_SITE_ARCH_DIR
|
||||
)
|
||||
'';
|
||||
|
||||
|
||||
# TODO: okular, qimageblitz, qwt5, qscintilla2, c#
|
||||
buildInputs = [ cmake perl python sip pyqt4 zlib libpng freetype fontconfig qt4 boost
|
||||
kdelibs kdepimlibs automoc4 soprano akonadi attica polkit_qt_1 ruby ];
|
||||
kdelibs kdepimlibs automoc4 soprano attica polkit_qt_1 ruby ];
|
||||
|
||||
meta = {
|
||||
description = "KDE bindings";
|
||||
|
@ -123,7 +123,7 @@ recurseIntoAttrs rec {
|
||||
ktimer = callPackage ./utils/ktimer.nix { };
|
||||
kwallet = callPackage ./utils/kwallet.nix { };
|
||||
okteta = callPackage ./utils/okteta.nix { };
|
||||
printer_applet = callPackage ./utils/printer-applet.nix { };
|
||||
#printer_applet = callPackage ./utils/printer-applet.nix { };
|
||||
superkaramba = callPackage ./utils/superkaramba.nix { };
|
||||
sweeper = callPackage ./utils/sweeper.nix { };
|
||||
};
|
||||
@ -140,7 +140,8 @@ recurseIntoAttrs rec {
|
||||
|
||||
### DEVELOPMENT
|
||||
|
||||
kdebindings = callPackage ./bindings { };
|
||||
#kdebindings = callPackage ./bindings { };
|
||||
kdebindings = null;
|
||||
|
||||
l10n = callPackage ./l10n { inherit release; };
|
||||
|
||||
|
@ -7,10 +7,6 @@ kde.package {
|
||||
buildInputs = [ cmake qt4 perl shared_mime_info kdelibs automoc4 qca2
|
||||
kdebindings twisted python pyqt4 sip makeWrapper ];
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/kajongg --set PYTHONPATH $PYTHONPATH
|
||||
wrapProgram $out/bin/kajonggserver --set PYTHONPATH $PYTHONPATH'';
|
||||
|
||||
meta = {
|
||||
description = "KDE Games";
|
||||
license = "GPL";
|
||||
|
Loading…
Reference in New Issue
Block a user